Trace number 2099296

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 20.9178 21.1288

DiagnosticValue
CHECKS107951000
NODES79011

General information on the benchmark

Namecsp/rand-2-40-19-fcd/
normalized-rand-2-40-19-443-230-fcd-17_ext.xml
MD5SUMf0039dfe70d3c33dfd175699d19c7cc4
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark20.9178
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints348
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension348
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.01/0.08	
0.01/0.08	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.18/0.27	   
0.18/0.27	   instance
0.18/0.27	     name=HOME/instance-2099296-1247417921.xml
0.29/0.30	   
0.29/0.30	   domains being loaded...
0.29/0.31	   
0.29/0.31	   variables being loaded...
0.29/0.34	     nbVariables=40  nbDomainTypes=1  minDomainSize=19  maxDomainSize=19  nbTotalValues=760
0.29/0.34	       =>  wckTime=0.104  cpuTime=0.08  mem=7M892
0.29/0.34	   
0.29/0.34	   relations being loaded...
0.38/0.45	   
0.38/0.45	   constraints being loaded...
0.59/0.64	     nbConstraints=348  nbRelationTypes=348  nbExtensionStructures=348  nbSharedExtensionStructures=0
0.59/0.64	     nbConflictsStructures=348  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=3159  minDegree=11
0.59/0.64	     maxDegree=22  minArity=2  maxArity=2  nbGenerators=0  nbFusions=0  symmetryWckTime=0.054  symmetryCpuTime=0.04
0.59/0.64	       =>  wckTime=0.399  cpuTime=0.28  mem=18M770
0.68/0.71	   
0.68/0.71	   solver IterativeSystematicSolver being built... 
0.77/0.85	       =>  wckTime=0.615  cpuTime=0.4  mem=21M250
0.88/0.90	   
0.88/0.92	   preprocessing
0.88/0.92	     nbConstraintChecks=64965  nbPropagations=915  nbRevisions=7075  nbUselessRevisions=5773  nbSingletonTests=50
0.88/0.92	     nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0  detectedInconsistency=no
0.88/0.92	       =>  wckTime=0.045  cpuTime=0.05  mem=21M250
0.99/1.04	   
0.99/1.04	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=22M258)
20.79/21.09	   
20.79/21.09	   search
20.79/21.09	     run=18  nbConstraintChecks=107886392  minDepth=2  maxDepth=40  nbPropagations=5458189  nbRevisions=77853710
20.79/21.09	     nbUselessRevisions=63350958  nbAssignments=79011  nbFailedAssignments=31561  nbBacktracks=47280
20.79/21.09	     nbVisitedNodes=137473  nbRestartNogoods=133  nbFoundSolutions=1  nbSEliminables=7.75  nbREliminables=1.11
20.79/21.09	     nbIEliminables=0.05  nbDEliminables=0  nbPEliminables=0
20.79/21.09	       =>  wckTime=20.235  cpuTime=19.97  mem=22M258
20.79/21.09	   
20.79/21.09	   global
20.79/21.09	     nbConstraintChecks=107951357  nbPropagations=5459104  nbRevisions=77860785  nbUselessRevisions=63356731
20.79/21.09	     nbRestartNogoods=133  solvingWckTime=20.238  solvingCpuTime=19.98  expiredTime=no  totalExploration=no
20.79/21.09	     nbFoundSolutions=1  firstSolutionCpuTime=20.37  globalCpuTime=20.42
20.79/21.09	       =>  wckTime=20.855  cpuTime=20.38  mem=22M258
20.79/21.09	   
20.79/21.09	s SATISFIABLE
20.79/21.09	v 16 5 9 7 4 1 18 8 10 18 3 11 12 7 12 0 6 3 5 9 2 16 14 1 16 16 4 4 6 16 7 3 7 3 2 16 4 13 3 8 
20.79/21.09	d NODES 79011
20.79/21.09	d CHECKS 107951357
20.79/21.09	   
20.79/21.10	   totalWckTime=20.92  totalCpuTime=20.42

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-2099296-1247417921/watcher-2099296-1247417921 -o /tmp/evaluation-result-2099296-1247417921/solver-2099296-1247417921 -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-2099296-1247417921.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.00 2.04 2.01 4/80 31801
/proc/meminfo: memFree=1794848/2055920 swapFree=4192812/4192956
[pid=31801] ppid=31799 vsize=272 CPUtime=0
/proc/31801/stat : 31801 (java) D 31799 31801 30865 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 28858946 278528 37 996147200 134512640 134550932 4294955968 18446744073709551615 2605860 0 2147483391 4096 0 18446744072099855350 0 0 17 0 0 0
/proc/31801/statm: 68 37 28 9 0 6 0

[startup+0.021211 s]
/proc/loadavg: 2.00 2.04 2.01 4/80 31801
/proc/meminfo: memFree=1794848/2055920 swapFree=4192812/4192956
[pid=31801] ppid=31799 vsize=860772 CPUtime=0.01
/proc/31801/stat : 31801 (java) S 31799 31801 30865 0 -1 0 1650 0 1 0 0 1 0 0 18 0 2 0 28858946 881430528 1356 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/31801/statm: 215193 1359 539 9 0 210108 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 860772

[startup+0.101223 s]
/proc/loadavg: 2.00 2.04 2.01 4/80 31801
/proc/meminfo: memFree=1794848/2055920 swapFree=4192812/4192956
[pid=31801] ppid=31799 vsize=865980 CPUtime=0.09
/proc/31801/stat : 31801 (java) S 31799 31801 30865 0 -1 0 3809 0 1 0 7 2 0 0 18 0 9 0 28858946 886763520 3260 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31801/statm: 216495 3261 1721 9 0 210980 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865980

[startup+0.301259 s]
/proc/loadavg: 2.00 2.04 2.01 4/80 31801
/proc/meminfo: memFree=1794848/2055920 swapFree=4192812/4192956
[pid=31801] ppid=31799 vsize=866492 CPUtime=0.29
/proc/31801/stat : 31801 (java) S 31799 31801 30865 0 -1 0 6122 0 1 0 24 5 0 0 18 0 9 0 28858946 887287808 5488 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31801/statm: 216623 5489 1987 9 0 211081 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866492

[startup+0.70134 s]
/proc/loadavg: 2.00 2.04 2.01 4/80 31801
/proc/meminfo: memFree=1794848/2055920 swapFree=4192812/4192956
[pid=31801] ppid=31799 vsize=867428 CPUtime=0.68
/proc/31801/stat : 31801 (java) S 31799 31801 30865 0 -1 0 13829 166 1 0 60 8 0 0 18 0 10 0 28858946 888246272 9787 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31801/statm: 216857 9787 2630 9 0 211315 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867428

[startup+1.50148 s]
/proc/loadavg: 2.00 2.04 2.01 4/91 31814
/proc/meminfo: memFree=1762184/2055920 swapFree=4192812/4192956
[pid=31801] ppid=31799 vsize=867640 CPUtime=1.48
/proc/31801/stat : 31801 (java) S 31799 31801 30865 0 -1 0 17222 289 1 0 139 9 0 0 18 0 9 0 28858946 888463360 10801 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31801/statm: 216910 10801 2656 9 0 211346 0
[pid=31801/tid=31803] ppid=31799 vsize=867640 CPUtime=1.16
/proc/31801/task/31803/stat : 31803 (java) R 31799 31801 30865 0 -1 64 11990 289 1 0 110 6 0 0 22 0 9 0 28858947 888463360 10801 996147200 134512640 134550932 4294955968 18446744073709551615 4126886336 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31801/tid=31804] ppid=31799 vsize=867640 CPUtime=0.05
/proc/31801/task/31804/stat : 31804 (java) S 31799 31801 30865 0 -1 64 3693 289 0 0 5 0 0 0 17 0 9 0 28858948 888463360 10801 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31801/tid=31805] ppid=31799 vsize=867640 CPUtime=0
/proc/31801/task/31805/stat : 31805 (java) S 31799 31801 30865 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 28858948 888463360 10801 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31801/tid=31806] ppid=31799 vsize=867640 CPUtime=0
/proc/31801/task/31806/stat : 31806 (java) S 31799 31801 30865 0 -1 64 8 289 0 0 0 0 0 0 16 0 9 0 28858948 888463360 10801 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31801/tid=31807] ppid=31799 vsize=867640 CPUtime=0
/proc/31801/task/31807/stat : 31807 (java) S 31799 31801 30865 0 -1 64 2 289 0 0 0 0 0 0 24 0 9 0 28858950 888463360 10801 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31801/tid=31808] ppid=31799 vsize=867640 CPUtime=0.23
/proc/31801/task/31808/stat : 31808 (java) S 31799 31801 30865 0 -1 64 703 289 0 0 23 0 0 0 16 0 9 0 28858950 888463360 10801 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31801/tid=31809] ppid=31799 vsize=867640 CPUtime=0
/proc/31801/task/31809/stat : 31809 (java) S 31799 31801 30865 0 -1 64 1 289 0 0 0 0 0 0 25 0 9 0 28858950 888463360 10801 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31801/tid=31810] ppid=31799 vsize=867640 CPUtime=0
/proc/31801/task/31810/stat : 31810 (java) S 31799 31801 30865 0 -1 64 9 289 0 0 0 0 0 0 15 0 9 0 28858950 888463360 10801 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867640

[startup+3.10278 s]
/proc/loadavg: 2.00 2.04 2.01 3/89 31814
/proc/meminfo: memFree=1761744/2055920 swapFree=4192812/4192956
[pid=31801] ppid=31799 vsize=867640 CPUtime=3.07
/proc/31801/stat : 31801 (java) S 31799 31801 30865 0 -1 0 17235 289 1 0 298 9 0 0 18 0 9 0 28858946 888463360 10812 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31801/statm: 216910 10812 2656 9 0 211346 0
[pid=31801/tid=31803] ppid=31799 vsize=867640 CPUtime=2.73
/proc/31801/task/31803/stat : 31803 (java) R 31799 31801 30865 0 -1 64 11994 289 1 0 267 6 0 0 25 0 9 0 28858947 888463360 10812 996147200 134512640 134550932 4294955968 18446744073709551615 4126886360 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31801/tid=31804] ppid=31799 vsize=867640 CPUtime=0.05
/proc/31801/task/31804/stat : 31804 (java) S 31799 31801 30865 0 -1 64 3693 289 0 0 5 0 0 0 17 0 9 0 28858948 888463360 10812 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31801/tid=31805] ppid=31799 vsize=867640 CPUtime=0
/proc/31801/task/31805/stat : 31805 (java) S 31799 31801 30865 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 28858948 888463360 10812 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31801/tid=31806] ppid=31799 vsize=867640 CPUtime=0
/proc/31801/task/31806/stat : 31806 (java) S 31799 31801 30865 0 -1 64 8 289 0 0 0 0 0 0 16 0 9 0 28858948 888463360 10812 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31801/tid=31807] ppid=31799 vsize=867640 CPUtime=0
/proc/31801/task/31807/stat : 31807 (java) S 31799 31801 30865 0 -1 64 2 289 0 0 0 0 0 0 24 0 9 0 28858950 888463360 10812 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31801/tid=31808] ppid=31799 vsize=867640 CPUtime=0.24
/proc/31801/task/31808/stat : 31808 (java) S 31799 31801 30865 0 -1 64 712 289 0 0 24 0 0 0 16 0 9 0 28858950 888463360 10812 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31801/tid=31809] ppid=31799 vsize=867640 CPUtime=0
/proc/31801/task/31809/stat : 31809 (java) S 31799 31801 30865 0 -1 64 1 289 0 0 0 0 0 0 25 0 9 0 28858950 888463360 10812 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31801/tid=31810] ppid=31799 vsize=867640 CPUtime=0
/proc/31801/task/31810/stat : 31810 (java) S 31799 31801 30865 0 -1 64 9 289 0 0 0 0 0 0 15 0 9 0 28858950 888463360 10812 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 867640

[startup+6.30136 s]
/proc/loadavg: 2.00 2.04 2.01 3/89 31814
/proc/meminfo: memFree=1761616/2055920 swapFree=4192812/4192956
[pid=31801] ppid=31799 vsize=867640 CPUtime=6.24
/proc/31801/stat : 31801 (java) S 31799 31801 30865 0 -1 0 17252 289 1 0 615 9 0 0 18 0 9 0 28858946 888463360 10814 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31801/statm: 216910 10814 2656 9 0 211346 0
[pid=31801/tid=31803] ppid=31799 vsize=867640 CPUtime=5.9
/proc/31801/task/31803/stat : 31803 (java) R 31799 31801 30865 0 -1 64 11996 289 1 0 584 6 0 0 25 0 9 0 28858947 888463360 10814 996147200 134512640 134550932 4294955968 18446744073709551615 4125952241 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31801/tid=31804] ppid=31799 vsize=867640 CPUtime=0.05
/proc/31801/task/31804/stat : 31804 (java) S 31799 31801 30865 0 -1 64 3693 289 0 0 5 0 0 0 16 0 9 0 28858948 888463360 10814 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31801/tid=31805] ppid=31799 vsize=867640 CPUtime=0
/proc/31801/task/31805/stat : 31805 (java) S 31799 31801 30865 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 28858948 888463360 10814 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31801/tid=31806] ppid=31799 vsize=867640 CPUtime=0
/proc/31801/task/31806/stat : 31806 (java) S 31799 31801 30865 0 -1 64 8 289 0 0 0 0 0 0 16 0 9 0 28858948 888463360 10814 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31801/tid=31807] ppid=31799 vsize=867640 CPUtime=0
/proc/31801/task/31807/stat : 31807 (java) S 31799 31801 30865 0 -1 64 2 289 0 0 0 0 0 0 24 0 9 0 28858950 888463360 10814 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31801/tid=31808] ppid=31799 vsize=867640 CPUtime=0.24
/proc/31801/task/31808/stat : 31808 (java) S 31799 31801 30865 0 -1 64 713 289 0 0 24 0 0 0 16 0 9 0 28858950 888463360 10814 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31801/tid=31809] ppid=31799 vsize=867640 CPUtime=0
/proc/31801/task/31809/stat : 31809 (java) S 31799 31801 30865 0 -1 64 1 289 0 0 0 0 0 0 25 0 9 0 28858950 888463360 10814 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31801/tid=31810] ppid=31799 vsize=867640 CPUtime=0
/proc/31801/task/31810/stat : 31810 (java) S 31799 31801 30865 0 -1 64 23 289 0 0 0 0 0 0 15 0 9 0 28858950 888463360 10814 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 867640

[startup+12.7025 s]
/proc/loadavg: 2.00 2.04 2.01 3/89 31814
/proc/meminfo: memFree=1761424/2055920 swapFree=4192812/4192956
[pid=31801] ppid=31799 vsize=867640 CPUtime=12.57
/proc/31801/stat : 31801 (java) S 31799 31801 30865 0 -1 0 17256 289 1 0 1248 9 0 0 18 0 9 0 28858946 888463360 10817 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31801/statm: 216910 10817 2656 9 0 211346 0
[pid=31801/tid=31803] ppid=31799 vsize=867640 CPUtime=12.25
/proc/31801/task/31803/stat : 31803 (java) R 31799 31801 30865 0 -1 64 11999 289 1 0 1218 7 0 0 25 0 9 0 28858947 888463360 10817 996147200 134512640 134550932 4294955968 18446744073709551615 4126890857 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31801/tid=31804] ppid=31799 vsize=867640 CPUtime=0.05
/proc/31801/task/31804/stat : 31804 (java) S 31799 31801 30865 0 -1 64 3693 289 0 0 5 0 0 0 16 0 9 0 28858948 888463360 10817 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31801/tid=31805] ppid=31799 vsize=867640 CPUtime=0
/proc/31801/task/31805/stat : 31805 (java) S 31799 31801 30865 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 28858948 888463360 10817 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31801/tid=31806] ppid=31799 vsize=867640 CPUtime=0
/proc/31801/task/31806/stat : 31806 (java) S 31799 31801 30865 0 -1 64 8 289 0 0 0 0 0 0 16 0 9 0 28858948 888463360 10817 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31801/tid=31807] ppid=31799 vsize=867640 CPUtime=0
/proc/31801/task/31807/stat : 31807 (java) S 31799 31801 30865 0 -1 64 2 289 0 0 0 0 0 0 24 0 9 0 28858950 888463360 10817 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31801/tid=31808] ppid=31799 vsize=867640 CPUtime=0.24
/proc/31801/task/31808/stat : 31808 (java) S 31799 31801 30865 0 -1 64 714 289 0 0 24 0 0 0 16 0 9 0 28858950 888463360 10817 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31801/tid=31809] ppid=31799 vsize=867640 CPUtime=0
/proc/31801/task/31809/stat : 31809 (java) S 31799 31801 30865 0 -1 64 1 289 0 0 0 0 0 0 25 0 9 0 28858950 888463360 10817 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31801/tid=31810] ppid=31799 vsize=867640 CPUtime=0
/proc/31801/task/31810/stat : 31810 (java) S 31799 31801 30865 0 -1 64 23 289 0 0 0 0 0 0 15 0 9 0 28858950 888463360 10817 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 867640

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

[startup+15.9011 s]
/proc/loadavg: 2.00 2.04 2.01 3/89 31814
/proc/meminfo: memFree=1761424/2055920 swapFree=4192812/4192956
[pid=31801] ppid=31799 vsize=867640 CPUtime=15.74
/proc/31801/stat : 31801 (java) S 31799 31801 30865 0 -1 0 17257 289 1 0 1565 9 0 0 18 0 9 0 28858946 888463360 10818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31801/statm: 216910 10818 2656 9 0 211346 0
[pid=31801/tid=31803] ppid=31799 vsize=867640 CPUtime=15.41
/proc/31801/task/31803/stat : 31803 (java) R 31799 31801 30865 0 -1 64 12000 289 1 0 1534 7 0 0 25 0 9 0 28858947 888463360 10818 996147200 134512640 134550932 4294955968 18446744073709551615 4126890817 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31801/tid=31804] ppid=31799 vsize=867640 CPUtime=0.05
/proc/31801/task/31804/stat : 31804 (java) S 31799 31801 30865 0 -1 64 3693 289 0 0 5 0 0 0 16 0 9 0 28858948 888463360 10818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31801/tid=31805] ppid=31799 vsize=867640 CPUtime=0
/proc/31801/task/31805/stat : 31805 (java) S 31799 31801 30865 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 28858948 888463360 10818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31801/tid=31806] ppid=31799 vsize=867640 CPUtime=0
/proc/31801/task/31806/stat : 31806 (java) S 31799 31801 30865 0 -1 64 8 289 0 0 0 0 0 0 16 0 9 0 28858948 888463360 10818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31801/tid=31807] ppid=31799 vsize=867640 CPUtime=0
/proc/31801/task/31807/stat : 31807 (java) S 31799 31801 30865 0 -1 64 2 289 0 0 0 0 0 0 24 0 9 0 28858950 888463360 10818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31801/tid=31808] ppid=31799 vsize=867640 CPUtime=0.24
/proc/31801/task/31808/stat : 31808 (java) S 31799 31801 30865 0 -1 64 714 289 0 0 24 0 0 0 16 0 9 0 28858950 888463360 10818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31801/tid=31809] ppid=31799 vsize=867640 CPUtime=0
/proc/31801/task/31809/stat : 31809 (java) S 31799 31801 30865 0 -1 64 1 289 0 0 0 0 0 0 25 0 9 0 28858950 888463360 10818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31801/tid=31810] ppid=31799 vsize=867640 CPUtime=0
/proc/31801/task/31810/stat : 31810 (java) S 31799 31801 30865 0 -1 64 23 289 0 0 0 0 0 0 15 0 9 0 28858950 888463360 10818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.74
Current children cumulated vsize (KiB) 867640

[startup+19.1027 s]
/proc/loadavg: 2.00 2.04 2.01 3/89 31814
/proc/meminfo: memFree=1761424/2055920 swapFree=4192812/4192956
[pid=31801] ppid=31799 vsize=867640 CPUtime=18.91
/proc/31801/stat : 31801 (java) S 31799 31801 30865 0 -1 0 17257 289 1 0 1882 9 0 0 18 0 9 0 28858946 888463360 10818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31801/statm: 216910 10818 2656 9 0 211346 0
[pid=31801/tid=31803] ppid=31799 vsize=867640 CPUtime=18.59
/proc/31801/task/31803/stat : 31803 (java) R 31799 31801 30865 0 -1 64 12000 289 1 0 1852 7 0 0 25 0 9 0 28858947 888463360 10818 996147200 134512640 134550932 4294955968 18446744073709551615 4126917674 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31801/tid=31804] ppid=31799 vsize=867640 CPUtime=0.05
/proc/31801/task/31804/stat : 31804 (java) S 31799 31801 30865 0 -1 64 3693 289 0 0 5 0 0 0 16 0 9 0 28858948 888463360 10818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31801/tid=31805] ppid=31799 vsize=867640 CPUtime=0
/proc/31801/task/31805/stat : 31805 (java) S 31799 31801 30865 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 28858948 888463360 10818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31801/tid=31806] ppid=31799 vsize=867640 CPUtime=0
/proc/31801/task/31806/stat : 31806 (java) S 31799 31801 30865 0 -1 64 8 289 0 0 0 0 0 0 16 0 9 0 28858948 888463360 10818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31801/tid=31807] ppid=31799 vsize=867640 CPUtime=0
/proc/31801/task/31807/stat : 31807 (java) S 31799 31801 30865 0 -1 64 2 289 0 0 0 0 0 0 24 0 9 0 28858950 888463360 10818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31801/tid=31808] ppid=31799 vsize=867640 CPUtime=0.24
/proc/31801/task/31808/stat : 31808 (java) S 31799 31801 30865 0 -1 64 714 289 0 0 24 0 0 0 16 0 9 0 28858950 888463360 10818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31801/tid=31809] ppid=31799 vsize=867640 CPUtime=0
/proc/31801/task/31809/stat : 31809 (java) S 31799 31801 30865 0 -1 64 1 289 0 0 0 0 0 0 25 0 9 0 28858950 888463360 10818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31801/tid=31810] ppid=31799 vsize=867640 CPUtime=0
/proc/31801/task/31810/stat : 31810 (java) S 31799 31801 30865 0 -1 64 23 289 0 0 0 0 0 0 15 0 9 0 28858950 888463360 10818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 18.91
Current children cumulated vsize (KiB) 867640

[startup+19.9019 s]
/proc/loadavg: 2.00 2.04 2.01 3/89 31814
/proc/meminfo: memFree=1761360/2055920 swapFree=4192812/4192956
[pid=31801] ppid=31799 vsize=867640 CPUtime=19.7
/proc/31801/stat : 31801 (java) S 31799 31801 30865 0 -1 0 17258 289 1 0 1961 9 0 0 18 0 9 0 28858946 888463360 10819 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31801/statm: 216910 10819 2656 9 0 211346 0
[pid=31801/tid=31803] ppid=31799 vsize=867640 CPUtime=19.37
/proc/31801/task/31803/stat : 31803 (java) R 31799 31801 30865 0 -1 64 12001 289 1 0 1930 7 0 0 25 0 9 0 28858947 888463360 10819 996147200 134512640 134550932 4294955968 18446744073709551615 4126382999 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31801/tid=31804] ppid=31799 vsize=867640 CPUtime=0.05
/proc/31801/task/31804/stat : 31804 (java) S 31799 31801 30865 0 -1 64 3693 289 0 0 5 0 0 0 16 0 9 0 28858948 888463360 10819 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31801/tid=31805] ppid=31799 vsize=867640 CPUtime=0
/proc/31801/task/31805/stat : 31805 (java) S 31799 31801 30865 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 28858948 888463360 10819 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31801/tid=31806] ppid=31799 vsize=867640 CPUtime=0
/proc/31801/task/31806/stat : 31806 (java) S 31799 31801 30865 0 -1 64 8 289 0 0 0 0 0 0 16 0 9 0 28858948 888463360 10819 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31801/tid=31807] ppid=31799 vsize=867640 CPUtime=0
/proc/31801/task/31807/stat : 31807 (java) S 31799 31801 30865 0 -1 64 2 289 0 0 0 0 0 0 24 0 9 0 28858950 888463360 10819 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31801/tid=31808] ppid=31799 vsize=867640 CPUtime=0.24
/proc/31801/task/31808/stat : 31808 (java) S 31799 31801 30865 0 -1 64 714 289 0 0 24 0 0 0 16 0 9 0 28858950 888463360 10819 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31801/tid=31809] ppid=31799 vsize=867640 CPUtime=0
/proc/31801/task/31809/stat : 31809 (java) S 31799 31801 30865 0 -1 64 1 289 0 0 0 0 0 0 25 0 9 0 28858950 888463360 10819 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31801/tid=31810] ppid=31799 vsize=867640 CPUtime=0
/proc/31801/task/31810/stat : 31810 (java) S 31799 31801 30865 0 -1 64 23 289 0 0 0 0 0 0 15 0 9 0 28858950 888463360 10819 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 19.7
Current children cumulated vsize (KiB) 867640

[startup+20.702 s]
/proc/loadavg: 2.00 2.04 2.01 3/89 31814
/proc/meminfo: memFree=1761360/2055920 swapFree=4192812/4192956
[pid=31801] ppid=31799 vsize=867640 CPUtime=20.49
/proc/31801/stat : 31801 (java) S 31799 31801 30865 0 -1 0 17258 289 1 0 2040 9 0 0 18 0 9 0 28858946 888463360 10819 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31801/statm: 216910 10819 2656 9 0 211346 0
[pid=31801/tid=31803] ppid=31799 vsize=867640 CPUtime=20.17
/proc/31801/task/31803/stat : 31803 (java) R 31799 31801 30865 0 -1 64 12001 289 1 0 2010 7 0 0 25 0 9 0 28858947 888463360 10819 996147200 134512640 134550932 4294955968 18446744073709551615 4126902208 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31801/tid=31804] ppid=31799 vsize=867640 CPUtime=0.05
/proc/31801/task/31804/stat : 31804 (java) S 31799 31801 30865 0 -1 64 3693 289 0 0 5 0 0 0 16 0 9 0 28858948 888463360 10819 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31801/tid=31805] ppid=31799 vsize=867640 CPUtime=0
/proc/31801/task/31805/stat : 31805 (java) S 31799 31801 30865 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 28858948 888463360 10819 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31801/tid=31806] ppid=31799 vsize=867640 CPUtime=0
/proc/31801/task/31806/stat : 31806 (java) S 31799 31801 30865 0 -1 64 8 289 0 0 0 0 0 0 16 0 9 0 28858948 888463360 10819 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31801/tid=31807] ppid=31799 vsize=867640 CPUtime=0
/proc/31801/task/31807/stat : 31807 (java) S 31799 31801 30865 0 -1 64 2 289 0 0 0 0 0 0 24 0 9 0 28858950 888463360 10819 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31801/tid=31808] ppid=31799 vsize=867640 CPUtime=0.24
/proc/31801/task/31808/stat : 31808 (java) S 31799 31801 30865 0 -1 64 714 289 0 0 24 0 0 0 16 0 9 0 28858950 888463360 10819 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31801/tid=31809] ppid=31799 vsize=867640 CPUtime=0
/proc/31801/task/31809/stat : 31809 (java) S 31799 31801 30865 0 -1 64 1 289 0 0 0 0 0 0 25 0 9 0 28858950 888463360 10819 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31801/tid=31810] ppid=31799 vsize=867640 CPUtime=0
/proc/31801/task/31810/stat : 31810 (java) S 31799 31801 30865 0 -1 64 23 289 0 0 0 0 0 0 15 0 9 0 28858950 888463360 10819 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 20.49
Current children cumulated vsize (KiB) 867640

[startup+21.1011 s]
/proc/loadavg: 2.00 2.04 2.01 3/89 31814
/proc/meminfo: memFree=1761424/2055920 swapFree=4192812/4192956
[pid=31801] ppid=31799 vsize=867640 CPUtime=20.89
/proc/31801/stat : 31801 (java) S 31799 31801 30865 0 -1 0 17357 289 1 0 2079 10 0 0 18 0 9 0 28858946 888463360 10914 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31801/statm: 216910 10914 2656 9 0 211346 0
[pid=31801/tid=31803] ppid=31799 vsize=867640 CPUtime=20.56
/proc/31801/task/31803/stat : 31803 (java) S 31799 31801 30865 0 -1 64 12100 289 1 0 2049 7 0 0 25 0 9 0 28858947 888463360 10914 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31801/tid=31804] ppid=31799 vsize=867640 CPUtime=0.05
/proc/31801/task/31804/stat : 31804 (java) S 31799 31801 30865 0 -1 64 3693 289 0 0 5 0 0 0 16 0 9 0 28858948 888463360 10914 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31801/tid=31805] ppid=31799 vsize=867640 CPUtime=0
/proc/31801/task/31805/stat : 31805 (java) S 31799 31801 30865 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 28858948 888463360 10914 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31801/tid=31806] ppid=31799 vsize=867640 CPUtime=0
/proc/31801/task/31806/stat : 31806 (java) S 31799 31801 30865 0 -1 64 8 289 0 0 0 0 0 0 16 0 9 0 28858948 888463360 10914 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31801/tid=31807] ppid=31799 vsize=867640 CPUtime=0
/proc/31801/task/31807/stat : 31807 (java) S 31799 31801 30865 0 -1 64 2 289 0 0 0 0 0 0 24 0 9 0 28858950 888463360 10914 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31801/tid=31808] ppid=31799 vsize=867640 CPUtime=0.25
/proc/31801/task/31808/stat : 31808 (java) S 31799 31801 30865 0 -1 64 714 289 0 0 25 0 0 0 16 0 9 0 28858950 888463360 10914 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31801/tid=31809] ppid=31799 vsize=867640 CPUtime=0
/proc/31801/task/31809/stat : 31809 (java) S 31799 31801 30865 0 -1 64 1 289 0 0 0 0 0 0 25 0 9 0 28858950 888463360 10914 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31801/tid=31810] ppid=31799 vsize=867640 CPUtime=0
/proc/31801/task/31810/stat : 31810 (java) S 31799 31801 30865 0 -1 64 23 289 0 0 0 0 0 0 15 0 9 0 28858950 888463360 10914 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 20.89
Current children cumulated vsize (KiB) 867640

Child status: 0
Real time (s): 21.1288
CPU time (s): 20.9178
CPU user time (s): 20.8028
CPU system time (s): 0.114982
CPU usage (%): 99.0016
Max. virtual memory (cumulated for all children) (KiB): 867684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.8028
system time used= 0.114982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17675
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= 1472
involuntary context switches= 1945

runsolver used 0.030995 second user time and 0.075988 second system time

The end

Launcher Data

Begin job on node24 at 2009-07-12 18:58:41
IDJOB=2099296
IDBENCH=60080
IDSOLVER=774
FILE ID=node24/2099296-1247417921
PBS_JOBID= 9510657
Free space on /tmp= 66464 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/rand-2-40-19-fcd/normalized-rand-2-40-19-443-230-fcd-17_ext.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-2099296-1247417921/watcher-2099296-1247417921 -o /tmp/evaluation-result-2099296-1247417921/solver-2099296-1247417921 -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-2099296-1247417921.xml

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

MD5SUM BENCH= f0039dfe70d3c33dfd175699d19c7cc4
RANDOM SEED=1933010284

node24.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.287
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.287
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:       1795328 kB
Buffers:         44464 kB
Cached:         108740 kB
SwapCached:          0 kB
Active:         145328 kB
Inactive:        60696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1795328 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2464 kB
Writeback:           0 kB
Mapped:          73212 kB
Slab:            39560 kB
Committed_AS:  1004984 kB
PageTables:       1932 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= 66460 MiB
End job on node24 at 2009-07-12 18:59:02