Trace number 2095288

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ESACSAT 27.1299 27.4147

DiagnosticValue
CHECKS20000100
NODES23853

General information on the benchmark

Namecsp/small/
normalized-patat-02-small-5.xml
MD5SUMc894b28341e243e0cd4c769be1909fc4
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.213966
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2805
Maximum constraint arity19
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2736
Global constraints used (with number of constraints)alldifferent(69)

Solver Data

0.03/0.09	
0.03/0.09	Abscon 112 (May, 2008)
0.18/0.26	
0.18/0.26	   configuration
0.18/0.26	     name=esac.xml
0.29/0.30	   
0.29/0.30	   instance
0.29/0.30	     name=HOME/instance-2095288-1247407272.xml
0.29/0.33	   
0.29/0.33	   domains being loaded...
0.29/0.35	   
0.29/0.35	   variables being loaded...
0.38/0.41	     nbVariables=200  nbDomainTypes=12  minDomainSize=1  maxDomainSize=45  nbTotalValues=4735
0.38/0.41	       =>  wckTime=0.143  cpuTime=0.11  mem=8M867
0.38/0.41	   
0.38/0.41	   predicates being loaded...
0.38/0.48	   
0.38/0.48	   constraints being loaded...
1.51/1.68	     nbConstraints=2808  nbGlobalConstraints=72  nbSingletonDomainVariables=34  nbConflictsStructures=25
1.51/1.68	     nbSharedConflictsStructures=1178  nbUnbuiltConflictsStructures=29  nbSharedBinaryRepresentations=0
1.51/1.68	     nbEvaluationManagers=54  nbSharedEvaluationManagers=2682  minDegree=8  maxDegree=90  minArity=4  avgArity=4.21
1.51/1.68	     maxArity=19  nbGenerators=3  nbFusions=0  symmetryWckTime=0.25  symmetryCpuTime=0.14
1.51/1.68	       =>  wckTime=1.413  cpuTime=1.07  mem=48M758
1.76/1.81	   
1.76/1.81	   solver IterativeSystematicSolver being built... 
1.86/1.99	   
1.86/1.99	   INFO : Forward propagation technique limited 
2.05/2.13	       =>  wckTime=1.862  cpuTime=1.3  mem=23M13
4.04/4.11	   
4.04/4.11	   preprocessing
4.04/4.11	     nbConstraintChecks=1544036  nbValidityChecks=4783091  nbPropagations=5119  nbRevisions=214501
4.04/4.11	     nbUselessRevisions=212502  nbSingletonTests=345  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0
4.04/4.11	     nbRemovedValues=0  detectedInconsistency=no
4.04/4.11	       =>  wckTime=1.976  cpuTime=1.93  mem=23M979
6.22/6.32	   
6.22/6.32	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=24M972)
27.02/27.37	   
27.02/27.37	   search
27.02/27.38	     run=15  nbConstraintChecks=18456022  nbValidityChecks=53413371  minDepth=113  maxDepth=200  nbPropagations=1067130
27.02/27.38	     nbRevisions=15237284  nbUselessRevisions=14736323  nbAssignments=23853  nbFailedAssignments=8731
27.02/27.38	     nbBacktracks=12457  nbVisitedNodes=41159  nbRestartNogoods=93  nbFoundSolutions=1  nbSEliminables=0
27.02/27.38	     nbREliminables=115.52  nbIEliminables=21.45  nbDEliminables=0  nbPEliminables=0
27.02/27.38	       =>  wckTime=25.246  cpuTime=24.9  mem=24M972
27.02/27.38	   
27.02/27.38	   global
27.02/27.38	     nbConstraintChecks=20000058  nbValidityChecks=58196462  nbPropagations=1072249  nbRevisions=15451785
27.02/27.38	     nbUselessRevisions=14948825  nbRestartNogoods=93  solvingWckTime=25.249  solvingCpuTime=24.9  expiredTime=no
27.02/27.38	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=26.19  globalCpuTime=26.25
27.02/27.38	       =>  wckTime=27.113  cpuTime=26.2  mem=24M972
27.02/27.38	   
27.02/27.38	s SATISFIABLE
27.02/27.38	v 2 8 16 14 34 7 9 37 3 43 13 1 13 12 7 9 42 2 30 5 11 9 26 41 11 10 22 6 18 1 15 14 11 0 1 4 10 17 6 5 20 0 6 38 8 17 23 21 25 15 44 4 1 15 7 16 12 0 19 18 16 7 33 4 40 3 4 39 13 21 17 10 35 3 2 10 0 8 14 3 15 29 19 13 24 31 12 6 0 9 14 5 32 2 5 14 16 27 36 28 3 0 0 2 0 3 3 0 1 0 1 1 3 1 1 4 0 4 0 1 1 0 0 0 0 0 0 0 4 4 3 3 4 0 0 4 4 1 4 4 0 2 3 0 4 0 0 0 0 0 0 3 3 1 4 1 4 3 4 0 3 0 0 1 0 0 0 0 0 3 4 3 0 4 1 1 4 1 1 3 4 0 0 4 0 0 0 1 1 1 0 3 0 0 0 4 4 0 0 0 
27.02/27.38	d NODES 23853
27.02/27.38	d CHECKS 20000058
27.02/27.38	   
27.02/27.38	   totalWckTime=27.184  totalCpuTime=26.26

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2095288-1247407272/watcher-2095288-1247407272 -o /tmp/evaluation-result-2095288-1247407272/solver-2095288-1247407272 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2095288-1247407272.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.06 2.01 4/80 29669
/proc/meminfo: memFree=1736560/2055920 swapFree=4192812/4192956
[pid=29669] ppid=29667 vsize=10676 CPUtime=0
/proc/29669/stat : 29669 (java) S 29667 29669 27605 0 -1 0 678 0 0 0 0 0 0 0 18 0 2 0 27791406 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/29669/statm: 2669 474 207 9 0 1184 0
[pid=29669/tid=29670] ppid=29667 vsize=10676 CPUtime=0
/proc/29669/task/29670/stat : 29670 (java) R 29667 29669 27605 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 27791407 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4378584 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.049107 s]
/proc/loadavg: 2.01 2.06 2.01 4/80 29669
/proc/meminfo: memFree=1736560/2055920 swapFree=4192812/4192956
[pid=29669] ppid=29667 vsize=861936 CPUtime=0.03
/proc/29669/stat : 29669 (java) S 29667 29669 27605 0 -1 0 2385 0 1 0 2 1 0 0 18 0 5 0 27791406 882622464 1965 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/29669/statm: 215484 1966 902 9 0 210399 0
[pid=29669/tid=29670] ppid=29667 vsize=861936 CPUtime=0.02
/proc/29669/task/29670/stat : 29670 (java) D 29667 29669 27605 0 -1 64 1691 0 1 0 2 0 0 0 17 0 5 0 27791407 882622464 1966 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 2147483391 0 16800971 18446744072099781622 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861936

[startup+0.103425 s]
/proc/loadavg: 2.01 2.06 2.01 4/80 29669
/proc/meminfo: memFree=1736560/2055920 swapFree=4192812/4192956
[pid=29669] ppid=29667 vsize=865984 CPUtime=0.08
/proc/29669/stat : 29669 (java) S 29667 29669 27605 0 -1 0 3741 0 1 0 7 1 0 0 18 0 9 0 27791406 886767616 3207 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29669/statm: 216496 3207 1695 9 0 210981 0
[pid=29669/tid=29670] ppid=29667 vsize=865984 CPUtime=0.07
/proc/29669/task/29670/stat : 29670 (java) R 29667 29669 27605 0 -1 64 2823 0 1 0 6 1 0 0 18 0 9 0 27791407 886767616 3207 996147200 134512640 134550932 4294955968 18446744073709551615 104297258 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301448 s]
/proc/loadavg: 2.01 2.06 2.01 4/80 29669
/proc/meminfo: memFree=1736560/2055920 swapFree=4192812/4192956
[pid=29669] ppid=29667 vsize=866380 CPUtime=0.29
/proc/29669/stat : 29669 (java) S 29667 29669 27605 0 -1 0 5829 0 1 0 26 3 0 0 18 0 9 0 27791406 887173120 5201 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29669/statm: 216595 5201 1976 9 0 211053 0
[pid=29669/tid=29670] ppid=29667 vsize=866380 CPUtime=0.22
/proc/29669/task/29670/stat : 29670 (java) R 29667 29669 27605 0 -1 64 4847 0 1 0 20 2 0 0 18 0 9 0 27791407 887173120 5201 996147200 134512640 134550932 4294955968 18446744073709551615 102755292 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866380

[startup+0.701485 s]
/proc/loadavg: 2.01 2.06 2.01 4/80 29669
/proc/meminfo: memFree=1736560/2055920 swapFree=4192812/4192956
[pid=29669] ppid=29667 vsize=867776 CPUtime=0.68
/proc/29669/stat : 29669 (java) S 29667 29669 27605 0 -1 0 8764 0 1 0 64 4 0 0 18 0 9 0 27791406 888602624 8118 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29669/statm: 216944 8118 2037 9 0 211380 0
[pid=29669/tid=29670] ppid=29667 vsize=867776 CPUtime=0.51
/proc/29669/task/29670/stat : 29670 (java) R 29667 29669 27605 0 -1 64 7400 0 1 0 48 3 0 0 19 0 9 0 27791407 888602624 8118 996147200 134512640 134550932 4294955968 18446744073709551615 4125971570 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867776

[startup+1.50256 s]
/proc/loadavg: 2.01 2.06 2.01 3/89 29678
/proc/meminfo: memFree=1701096/2055920 swapFree=4192812/4192956
[pid=29669] ppid=29667 vsize=867776 CPUtime=1.47
/proc/29669/stat : 29669 (java) S 29667 29669 27605 0 -1 0 15987 0 1 0 129 18 0 0 18 0 9 0 27791406 888602624 15340 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29669/statm: 216944 15340 2042 9 0 211380 0
[pid=29669/tid=29670] ppid=29667 vsize=867776 CPUtime=1.2
/proc/29669/task/29670/stat : 29670 (java) R 29667 29669 27605 0 -1 64 14550 0 1 0 103 17 0 0 25 0 9 0 27791407 888602624 15340 996147200 134512640 134550932 4294955968 18446744073709551615 4127107271 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29669/tid=29672] ppid=29667 vsize=867776 CPUtime=0
/proc/29669/task/29672/stat : 29672 (java) S 29667 29669 27605 0 -1 64 3 0 0 0 0 0 0 0 17 0 9 0 27791408 888602624 15340 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29669/tid=29673] ppid=29667 vsize=867776 CPUtime=0
/proc/29669/task/29673/stat : 29673 (java) S 29667 29669 27605 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 27791409 888602624 15340 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29669/tid=29674] ppid=29667 vsize=867776 CPUtime=0
/proc/29669/task/29674/stat : 29674 (java) S 29667 29669 27605 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 27791409 888602624 15340 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29669/tid=29675] ppid=29667 vsize=867776 CPUtime=0
/proc/29669/task/29675/stat : 29675 (java) S 29667 29669 27605 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27791411 888602624 15340 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29669/tid=29676] ppid=29667 vsize=867776 CPUtime=0.26
/proc/29669/task/29676/stat : 29676 (java) S 29667 29669 27605 0 -1 64 738 0 0 0 26 0 0 0 15 0 9 0 27791411 888602624 15340 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29669/tid=29677] ppid=29667 vsize=867776 CPUtime=0
/proc/29669/task/29677/stat : 29677 (java) S 29667 29669 27605 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 27791411 888602624 15340 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29669/tid=29678] ppid=29667 vsize=867776 CPUtime=0
/proc/29669/task/29678/stat : 29678 (java) S 29667 29669 27605 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27791411 888602624 15340 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867776

[startup+3.10271 s]
/proc/loadavg: 2.01 2.06 2.01 4/89 29682
/proc/meminfo: memFree=1660584/2055920 swapFree=4192812/4192956
[pid=29669] ppid=29667 vsize=868452 CPUtime=3.04
/proc/29669/stat : 29669 (java) S 29667 29669 27605 0 -1 0 35072 564 1 0 274 23 6 1 18 0 9 0 27791406 889294848 21506 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29669/statm: 217113 21506 2639 9 0 211571 0
[pid=29669/tid=29670] ppid=29667 vsize=868452 CPUtime=2.5
/proc/29669/task/29670/stat : 29670 (java) R 29667 29669 27605 0 -1 64 20058 564 1 0 225 18 6 1 25 0 9 0 27791407 889294848 21506 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29669/tid=29672] ppid=29667 vsize=868452 CPUtime=0.23
/proc/29669/task/29672/stat : 29672 (java) S 29667 29669 27605 0 -1 64 13225 564 0 0 14 2 6 1 16 0 9 0 27791408 889294848 21506 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29669/tid=29673] ppid=29667 vsize=868452 CPUtime=0.07
/proc/29669/task/29673/stat : 29673 (java) S 29667 29669 27605 0 -1 64 19 564 0 0 0 0 6 1 16 0 9 0 27791409 889294848 21506 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29669/tid=29674] ppid=29667 vsize=868452 CPUtime=0.07
/proc/29669/task/29674/stat : 29674 (java) S 29667 29669 27605 0 -1 64 10 564 0 0 0 0 6 1 15 0 9 0 27791409 889294848 21506 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29669/tid=29675] ppid=29667 vsize=868452 CPUtime=0.07
/proc/29669/task/29675/stat : 29675 (java) S 29667 29669 27605 0 -1 64 2 564 0 0 0 0 6 1 18 0 9 0 27791411 889294848 21506 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29669/tid=29676] ppid=29667 vsize=868452 CPUtime=0.41
/proc/29669/task/29676/stat : 29676 (java) S 29667 29669 27605 0 -1 64 942 564 0 0 34 0 6 1 15 0 9 0 27791411 889294848 21506 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29669/tid=29677] ppid=29667 vsize=868452 CPUtime=0.07
/proc/29669/task/29677/stat : 29677 (java) S 29667 29669 27605 0 -1 64 0 564 0 0 0 0 6 1 19 0 9 0 27791411 889294848 21506 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29669/tid=29678] ppid=29667 vsize=868452 CPUtime=0.07
/proc/29669/task/29678/stat : 29678 (java) S 29667 29669 27605 0 -1 64 9 564 0 0 0 0 6 1 15 0 9 0 27791411 889294848 21506 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 868452

[startup+6.30201 s]
/proc/loadavg: 2.01 2.06 2.01 3/89 29682
/proc/meminfo: memFree=1660136/2055920 swapFree=4192812/4192956
[pid=29669] ppid=29667 vsize=868452 CPUtime=6.22
/proc/29669/stat : 29669 (java) S 29667 29669 27605 0 -1 0 35129 564 1 0 591 24 6 1 18 0 9 0 27791406 889294848 21528 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29669/statm: 217113 21528 2639 9 0 211571 0
[pid=29669/tid=29670] ppid=29667 vsize=868452 CPUtime=5.64
/proc/29669/task/29670/stat : 29670 (java) R 29667 29669 27605 0 -1 64 20066 564 1 0 538 19 6 1 25 0 9 0 27791407 889294848 21528 996147200 134512640 134550932 4294955968 18446744073709551615 4127224317 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29669/tid=29672] ppid=29667 vsize=868452 CPUtime=0.23
/proc/29669/task/29672/stat : 29672 (java) S 29667 29669 27605 0 -1 64 13225 564 0 0 14 2 6 1 16 0 9 0 27791408 889294848 21528 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29669/tid=29673] ppid=29667 vsize=868452 CPUtime=0.07
/proc/29669/task/29673/stat : 29673 (java) S 29667 29669 27605 0 -1 64 19 564 0 0 0 0 6 1 16 0 9 0 27791409 889294848 21528 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29669/tid=29674] ppid=29667 vsize=868452 CPUtime=0.07
/proc/29669/task/29674/stat : 29674 (java) S 29667 29669 27605 0 -1 64 10 564 0 0 0 0 6 1 15 0 9 0 27791409 889294848 21528 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29669/tid=29675] ppid=29667 vsize=868452 CPUtime=0.07
/proc/29669/task/29675/stat : 29675 (java) S 29667 29669 27605 0 -1 64 2 564 0 0 0 0 6 1 18 0 9 0 27791411 889294848 21528 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29669/tid=29676] ppid=29667 vsize=868452 CPUtime=0.44
/proc/29669/task/29676/stat : 29676 (java) S 29667 29669 27605 0 -1 64 961 564 0 0 37 0 6 1 15 0 9 0 27791411 889294848 21528 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29669/tid=29677] ppid=29667 vsize=868452 CPUtime=0.07
/proc/29669/task/29677/stat : 29677 (java) S 29667 29669 27605 0 -1 64 0 564 0 0 0 0 6 1 19 0 9 0 27791411 889294848 21528 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29669/tid=29678] ppid=29667 vsize=868452 CPUtime=0.07
/proc/29669/task/29678/stat : 29678 (java) S 29667 29669 27605 0 -1 64 39 564 0 0 0 0 6 1 15 0 9 0 27791411 889294848 21528 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 868452

[startup+12.7026 s]
/proc/loadavg: 2.01 2.06 2.01 3/89 29682
/proc/meminfo: memFree=1659816/2055920 swapFree=4192812/4192956
[pid=29669] ppid=29667 vsize=868452 CPUtime=12.55
/proc/29669/stat : 29669 (java) S 29667 29669 27605 0 -1 0 35182 564 1 0 1224 24 6 1 18 0 9 0 27791406 889294848 21549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29669/statm: 217113 21549 2639 9 0 211571 0
[pid=29669/tid=29670] ppid=29667 vsize=868452 CPUtime=11.94
/proc/29669/task/29670/stat : 29670 (java) R 29667 29669 27605 0 -1 64 20071 564 1 0 1168 19 6 1 25 0 9 0 27791407 889294848 21549 996147200 134512640 134550932 4294955968 18446744073709551615 4127221489 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29669/tid=29672] ppid=29667 vsize=868452 CPUtime=0.23
/proc/29669/task/29672/stat : 29672 (java) S 29667 29669 27605 0 -1 64 13225 564 0 0 14 2 6 1 16 0 9 0 27791408 889294848 21549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29669/tid=29673] ppid=29667 vsize=868452 CPUtime=0.07
/proc/29669/task/29673/stat : 29673 (java) S 29667 29669 27605 0 -1 64 19 564 0 0 0 0 6 1 16 0 9 0 27791409 889294848 21549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29669/tid=29674] ppid=29667 vsize=868452 CPUtime=0.07
/proc/29669/task/29674/stat : 29674 (java) S 29667 29669 27605 0 -1 64 10 564 0 0 0 0 6 1 15 0 9 0 27791409 889294848 21549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29669/tid=29675] ppid=29667 vsize=868452 CPUtime=0.07
/proc/29669/task/29675/stat : 29675 (java) S 29667 29669 27605 0 -1 64 2 564 0 0 0 0 6 1 18 0 9 0 27791411 889294848 21549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29669/tid=29676] ppid=29667 vsize=868452 CPUtime=0.49
/proc/29669/task/29676/stat : 29676 (java) S 29667 29669 27605 0 -1 64 1009 564 0 0 41 1 6 1 15 0 9 0 27791411 889294848 21549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29669/tid=29677] ppid=29667 vsize=868452 CPUtime=0.07
/proc/29669/task/29677/stat : 29677 (java) S 29667 29669 27605 0 -1 64 0 564 0 0 0 0 6 1 19 0 9 0 27791411 889294848 21549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29669/tid=29678] ppid=29667 vsize=868452 CPUtime=0.07
/proc/29669/task/29678/stat : 29678 (java) S 29667 29669 27605 0 -1 64 39 564 0 0 0 0 6 1 15 0 9 0 27791411 889294848 21549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 868452

[startup+25.5018 s]
/proc/loadavg: 2.01 2.06 2.01 3/89 29682
/proc/meminfo: memFree=1659880/2055920 swapFree=4192812/4192956
[pid=29669] ppid=29667 vsize=868452 CPUtime=25.23
/proc/29669/stat : 29669 (java) S 29667 29669 27605 0 -1 0 35187 564 1 0 2492 24 6 1 18 0 9 0 27791406 889294848 21550 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29669/statm: 217113 21550 2639 9 0 211571 0
[pid=29669/tid=29670] ppid=29667 vsize=868452 CPUtime=24.61
/proc/29669/task/29670/stat : 29670 (java) R 29667 29669 27605 0 -1 64 20074 564 1 0 2435 19 6 1 25 0 9 0 27791407 889294848 21550 996147200 134512640 134550932 4294955968 18446744073709551615 4126921840 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29669/tid=29672] ppid=29667 vsize=868452 CPUtime=0.23
/proc/29669/task/29672/stat : 29672 (java) S 29667 29669 27605 0 -1 64 13225 564 0 0 14 2 6 1 16 0 9 0 27791408 889294848 21550 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29669/tid=29673] ppid=29667 vsize=868452 CPUtime=0.07
/proc/29669/task/29673/stat : 29673 (java) S 29667 29669 27605 0 -1 64 19 564 0 0 0 0 6 1 16 0 9 0 27791409 889294848 21550 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29669/tid=29674] ppid=29667 vsize=868452 CPUtime=0.07
/proc/29669/task/29674/stat : 29674 (java) S 29667 29669 27605 0 -1 64 10 564 0 0 0 0 6 1 15 0 9 0 27791409 889294848 21550 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29669/tid=29675] ppid=29667 vsize=868452 CPUtime=0.07
/proc/29669/task/29675/stat : 29675 (java) S 29667 29669 27605 0 -1 64 2 564 0 0 0 0 6 1 18 0 9 0 27791411 889294848 21550 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29669/tid=29676] ppid=29667 vsize=868452 CPUtime=0.49
/proc/29669/task/29676/stat : 29676 (java) S 29667 29669 27605 0 -1 64 1011 564 0 0 41 1 6 1 16 0 9 0 27791411 889294848 21550 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29669/tid=29677] ppid=29667 vsize=868452 CPUtime=0.07
/proc/29669/task/29677/stat : 29677 (java) S 29667 29669 27605 0 -1 64 0 564 0 0 0 0 6 1 19 0 9 0 27791411 889294848 21550 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29669/tid=29678] ppid=29667 vsize=868452 CPUtime=0.07
/proc/29669/task/29678/stat : 29678 (java) S 29667 29669 27605 0 -1 64 39 564 0 0 0 0 6 1 15 0 9 0 27791411 889294848 21550 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 868452

Solver just ended. Dumping a history of the last processes samples

[startup+26.3019 s]
/proc/loadavg: 2.01 2.06 2.01 3/89 29682
/proc/meminfo: memFree=1659880/2055920 swapFree=4192812/4192956
[pid=29669] ppid=29667 vsize=868452 CPUtime=26.02
/proc/29669/stat : 29669 (java) S 29667 29669 27605 0 -1 0 35187 564 1 0 2571 24 6 1 18 0 9 0 27791406 889294848 21550 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29669/statm: 217113 21550 2639 9 0 211571 0
[pid=29669/tid=29670] ppid=29667 vsize=868452 CPUtime=25.41
/proc/29669/task/29670/stat : 29670 (java) R 29667 29669 27605 0 -1 64 20074 564 1 0 2515 19 6 1 25 0 9 0 27791407 889294848 21550 996147200 134512640 134550932 4294955968 18446744073709551615 4127221594 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29669/tid=29672] ppid=29667 vsize=868452 CPUtime=0.23
/proc/29669/task/29672/stat : 29672 (java) S 29667 29669 27605 0 -1 64 13225 564 0 0 14 2 6 1 16 0 9 0 27791408 889294848 21550 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29669/tid=29673] ppid=29667 vsize=868452 CPUtime=0.07
/proc/29669/task/29673/stat : 29673 (java) S 29667 29669 27605 0 -1 64 19 564 0 0 0 0 6 1 16 0 9 0 27791409 889294848 21550 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29669/tid=29674] ppid=29667 vsize=868452 CPUtime=0.07
/proc/29669/task/29674/stat : 29674 (java) S 29667 29669 27605 0 -1 64 10 564 0 0 0 0 6 1 15 0 9 0 27791409 889294848 21550 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29669/tid=29675] ppid=29667 vsize=868452 CPUtime=0.07
/proc/29669/task/29675/stat : 29675 (java) S 29667 29669 27605 0 -1 64 2 564 0 0 0 0 6 1 18 0 9 0 27791411 889294848 21550 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29669/tid=29676] ppid=29667 vsize=868452 CPUtime=0.49
/proc/29669/task/29676/stat : 29676 (java) S 29667 29669 27605 0 -1 64 1011 564 0 0 41 1 6 1 16 0 9 0 27791411 889294848 21550 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29669/tid=29677] ppid=29667 vsize=868452 CPUtime=0.07
/proc/29669/task/29677/stat : 29677 (java) S 29667 29669 27605 0 -1 64 0 564 0 0 0 0 6 1 19 0 9 0 27791411 889294848 21550 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29669/tid=29678] ppid=29667 vsize=868452 CPUtime=0.07
/proc/29669/task/29678/stat : 29678 (java) S 29667 29669 27605 0 -1 64 39 564 0 0 0 0 6 1 15 0 9 0 27791411 889294848 21550 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 26.02
Current children cumulated vsize (KiB) 868452

[startup+27.103 s]
/proc/loadavg: 2.01 2.06 2.01 3/89 29682
/proc/meminfo: memFree=1659880/2055920 swapFree=4192812/4192956
[pid=29669] ppid=29667 vsize=868452 CPUtime=26.82
/proc/29669/stat : 29669 (java) S 29667 29669 27605 0 -1 0 35187 564 1 0 2651 24 6 1 18 0 9 0 27791406 889294848 21550 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29669/statm: 217113 21550 2639 9 0 211571 0
[pid=29669/tid=29670] ppid=29667 vsize=868452 CPUtime=26.2
/proc/29669/task/29670/stat : 29670 (java) R 29667 29669 27605 0 -1 64 20074 564 1 0 2594 19 6 1 25 0 9 0 27791407 889294848 21550 996147200 134512640 134550932 4294955968 18446744073709551615 4127231371 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29669/tid=29672] ppid=29667 vsize=868452 CPUtime=0.23
/proc/29669/task/29672/stat : 29672 (java) S 29667 29669 27605 0 -1 64 13225 564 0 0 14 2 6 1 16 0 9 0 27791408 889294848 21550 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29669/tid=29673] ppid=29667 vsize=868452 CPUtime=0.07
/proc/29669/task/29673/stat : 29673 (java) S 29667 29669 27605 0 -1 64 19 564 0 0 0 0 6 1 16 0 9 0 27791409 889294848 21550 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29669/tid=29674] ppid=29667 vsize=868452 CPUtime=0.07
/proc/29669/task/29674/stat : 29674 (java) S 29667 29669 27605 0 -1 64 10 564 0 0 0 0 6 1 15 0 9 0 27791409 889294848 21550 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29669/tid=29675] ppid=29667 vsize=868452 CPUtime=0.07
/proc/29669/task/29675/stat : 29675 (java) S 29667 29669 27605 0 -1 64 2 564 0 0 0 0 6 1 18 0 9 0 27791411 889294848 21550 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29669/tid=29676] ppid=29667 vsize=868452 CPUtime=0.49
/proc/29669/task/29676/stat : 29676 (java) S 29667 29669 27605 0 -1 64 1011 564 0 0 41 1 6 1 16 0 9 0 27791411 889294848 21550 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29669/tid=29677] ppid=29667 vsize=868452 CPUtime=0.07
/proc/29669/task/29677/stat : 29677 (java) S 29667 29669 27605 0 -1 64 0 564 0 0 0 0 6 1 19 0 9 0 27791411 889294848 21550 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29669/tid=29678] ppid=29667 vsize=868452 CPUtime=0.07
/proc/29669/task/29678/stat : 29678 (java) S 29667 29669 27605 0 -1 64 39 564 0 0 0 0 6 1 15 0 9 0 27791411 889294848 21550 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 26.82
Current children cumulated vsize (KiB) 868452

[startup+27.303 s]
/proc/loadavg: 2.01 2.06 2.01 3/89 29682
/proc/meminfo: memFree=1659880/2055920 swapFree=4192812/4192956
[pid=29669] ppid=29667 vsize=868452 CPUtime=27.02
/proc/29669/stat : 29669 (java) S 29667 29669 27605 0 -1 0 35187 564 1 0 2671 24 6 1 18 0 9 0 27791406 889294848 21550 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29669/statm: 217113 21550 2639 9 0 211571 0
[pid=29669/tid=29670] ppid=29667 vsize=868452 CPUtime=26.4
/proc/29669/task/29670/stat : 29670 (java) R 29667 29669 27605 0 -1 64 20074 564 1 0 2614 19 6 1 25 0 9 0 27791407 889294848 21550 996147200 134512640 134550932 4294955968 18446744073709551615 4127220634 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29669/tid=29672] ppid=29667 vsize=868452 CPUtime=0.23
/proc/29669/task/29672/stat : 29672 (java) S 29667 29669 27605 0 -1 64 13225 564 0 0 14 2 6 1 16 0 9 0 27791408 889294848 21550 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29669/tid=29673] ppid=29667 vsize=868452 CPUtime=0.07
/proc/29669/task/29673/stat : 29673 (java) S 29667 29669 27605 0 -1 64 19 564 0 0 0 0 6 1 16 0 9 0 27791409 889294848 21550 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29669/tid=29674] ppid=29667 vsize=868452 CPUtime=0.07
/proc/29669/task/29674/stat : 29674 (java) S 29667 29669 27605 0 -1 64 10 564 0 0 0 0 6 1 15 0 9 0 27791409 889294848 21550 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29669/tid=29675] ppid=29667 vsize=868452 CPUtime=0.07
/proc/29669/task/29675/stat : 29675 (java) S 29667 29669 27605 0 -1 64 2 564 0 0 0 0 6 1 18 0 9 0 27791411 889294848 21550 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29669/tid=29676] ppid=29667 vsize=868452 CPUtime=0.49
/proc/29669/task/29676/stat : 29676 (java) S 29667 29669 27605 0 -1 64 1011 564 0 0 41 1 6 1 16 0 9 0 27791411 889294848 21550 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29669/tid=29677] ppid=29667 vsize=868452 CPUtime=0.07
/proc/29669/task/29677/stat : 29677 (java) S 29667 29669 27605 0 -1 64 0 564 0 0 0 0 6 1 19 0 9 0 27791411 889294848 21550 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29669/tid=29678] ppid=29667 vsize=868452 CPUtime=0.07
/proc/29669/task/29678/stat : 29678 (java) S 29667 29669 27605 0 -1 64 39 564 0 0 0 0 6 1 15 0 9 0 27791411 889294848 21550 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 27.02
Current children cumulated vsize (KiB) 868452

[startup+27.4036 s]
/proc/loadavg: 2.01 2.06 2.01 3/82 29682
/proc/meminfo: memFree=1703976/2055920 swapFree=4192812/4192956
[pid=29669] ppid=29667 vsize=0 CPUtime=27.1
/proc/29669/stat : 29669 (java) Z 29667 29669 27605 0 -1 12 35217 564 1 0 2678 25 6 1 16 0 2 0 27791406 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29669/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 27.1
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 27.4147
CPU time (s): 27.1299
CPU user time (s): 26.8549
CPU system time (s): 0.274958
CPU usage (%): 98.9612
Max. virtual memory (cumulated for all children) (KiB): 868572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 26.8549
system time used= 0.274958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35781
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2543
involuntary context switches= 3133

runsolver used 0.049992 second user time and 0.089986 second system time

The end

Launcher Data

Begin job on node48 at 2009-07-12 16:01:12
IDJOB=2095288
IDBENCH=55066
IDSOLVER=774
FILE ID=node48/2095288-1247407272
PBS_JOBID= 9510549
Free space on /tmp= 66464 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/small/normalized-patat-02-small-5.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2095288-1247407272/watcher-2095288-1247407272 -o /tmp/evaluation-result-2095288-1247407272/solver-2095288-1247407272 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2095288-1247407272.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= c894b28341e243e0cd4c769be1909fc4
RANDOM SEED=1931203695

node48.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.237
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.237
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1737040 kB
Buffers:         41068 kB
Cached:         128932 kB
SwapCached:          0 kB
Active:         184372 kB
Inactive:        77296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1737040 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2536 kB
Writeback:           0 kB
Mapped:         112096 kB
Slab:            42396 kB
Committed_AS:  1015844 kB
PageTables:       1904 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66464 MiB
End job on node48 at 2009-07-12 16:01:40