Trace number 1101670

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 ACSAT 15.9786 16.139

DiagnosticValue
CHECKS78452400
NODES60331

General information on the benchmark

Namecsp/rand-2-40-19-fcd/
normalized-rand-2-40-19-443-230-fcd-7_ext.xml
MD5SUM9a41dd9b53191791c805019802bafde1
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 benchmark10.4414
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints333
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension333
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.06/0.09	
0.06/0.09	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=mac.xml
0.19/0.28	   
0.19/0.28	   instance
0.19/0.28	     name=HOME/instance-1101670-1215294031.xml
0.29/0.33	   
0.29/0.33	   domains being loaded...
0.29/0.34	   
0.29/0.34	   variables being loaded...
0.29/0.38	     nbVariables=40  nbDomainTypes=1  minDomainSize=19  maxDomainSize=19  nbTotalValues=760
0.29/0.38	       =>  wckTime=0.133  cpuTime=0.13  mem=7M919
0.29/0.38	   
0.29/0.38	   relations being loaded...
0.58/0.68	   
0.58/0.68	   constraints being loaded...
0.88/0.93	     nbConstraints=333  nbRelationTypes=333  nbExtensionStructures=333  nbSharedExtensionStructures=0
0.88/0.93	     nbConflictsStructures=333  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2787  minDegree=11
0.88/0.93	     maxDegree=21  minArity=2  maxArity=2  nbGenerators=0  nbFusions=0  symmetryWckTime=0.06  symmetryCpuTime=0.04
0.88/0.93	       =>  wckTime=0.688  cpuTime=0.53  mem=18M722
0.97/1.00	   
0.97/1.00	   solver IterativeSystematicSolver being built... 
1.07/1.14	       =>  wckTime=0.901  cpuTime=0.65  mem=20M245
1.07/1.15	   
1.07/1.15	   preprocessing
1.07/1.15	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.07/1.15	     detectedInconsistency=no
1.07/1.15	       =>  wckTime=0.0060  cpuTime=0.0  mem=21M335
1.16/1.29	   
1.16/1.29	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=22M326)
15.93/16.11	   
15.93/16.11	   search
15.93/16.11	     run=17  nbConstraintChecks=78452377  minDepth=2  maxDepth=40  nbPropagations=3832327  nbRevisions=53063510
15.93/16.11	     nbUselessRevisions=43232000  nbAssignments=60331  nbFailedAssignments=23856  nbBacktracks=36289
15.93/16.11	     nbVisitedNodes=104772  nbRestartNogoods=123  nbFoundSolutions=1  nbSEliminables=9.25  nbREliminables=1.22
15.93/16.11	     nbIEliminables=0.18  nbDEliminables=0  nbPEliminables=0
15.93/16.11	       =>  wckTime=14.965  cpuTime=14.75  mem=22M326
15.93/16.11	   
15.93/16.11	   global
15.93/16.11	     nbConstraintChecks=78452377  nbPropagations=3832367  nbRevisions=53063510  nbUselessRevisions=43232000
15.93/16.11	     nbRestartNogoods=123  solvingWckTime=14.968  solvingCpuTime=14.75  expiredTime=no  totalExploration=no
15.93/16.11	     nbFoundSolutions=1  firstSolutionCpuTime=15.4  globalCpuTime=15.45
15.93/16.11	       =>  wckTime=15.872  cpuTime=15.4  mem=22M326
15.93/16.12	   
15.93/16.12	s SATISFIABLE
15.93/16.12	v 7 12 1 2 2 9 5 11 14 10 6 17 15 2 10 16 6 14 1 5 15 3 18 7 11 9 9 0 11 13 17 7 10 13 7 12 14 11 0 8 
15.93/16.12	d NODES 60331
15.93/16.12	d CHECKS 78452377
15.93/16.12	   
15.93/16.12	   totalWckTime=15.93  totalCpuTime=15.45

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1101670-1215294031/watcher-1101670-1215294031 -o /tmp/evaluation-result-1101670-1215294031/solver-1101670-1215294031 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1101670-1215294031.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.02 2.00 3/74 1542
/proc/meminfo: memFree=1722800/2055920 swapFree=4180436/4192956
[pid=1542] ppid=1540 vsize=1616 CPUtime=0
/proc/1542/stat : 1542 (java) D 1540 1542 31943 0 -1 0 347 0 0 0 0 0 0 0 18 0 1 0 1559074845 1654784 151 996147200 134512640 134550740 4294955968 18446744073709551615 11879204 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/1542/statm: 404 151 125 9 0 46 0
[pid=1542/tid=1543] ppid=1540 vsize=10616 CPUtime=0
/proc/1542/task/1543/stat : 1543 (java) R 1540 1542 31943 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 1559074846 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 12726232 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0846759 s]
/proc/loadavg: 2.01 2.02 2.00 3/74 1542
/proc/meminfo: memFree=1722800/2055920 swapFree=4180436/4192956
[pid=1542] ppid=1540 vsize=865856 CPUtime=0.06
/proc/1542/stat : 1542 (java) S 1540 1542 31943 0 -1 0 3503 0 1 0 5 1 0 0 18 0 9 0 1559074845 886636544 2993 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1542/statm: 216464 2993 1620 9 0 211026 0
[pid=1542/tid=1543] ppid=1540 vsize=865856 CPUtime=0.04
/proc/1542/task/1543/stat : 1543 (java) R 1540 1542 31943 0 -1 64 2601 0 1 0 4 0 0 0 18 0 9 0 1559074846 886636544 2993 996147200 134512640 134550740 4294955968 18446744073709551615 102256772 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 865856

[startup+0.101674 s]
/proc/loadavg: 2.01 2.02 2.00 3/74 1542
/proc/meminfo: memFree=1722800/2055920 swapFree=4180436/4192956
[pid=1542] ppid=1540 vsize=865884 CPUtime=0.09
/proc/1542/stat : 1542 (java) S 1540 1542 31943 0 -1 0 3696 0 1 0 7 2 0 0 18 0 9 0 1559074845 886665216 3166 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1542/statm: 216471 3166 1679 9 0 211026 0
[pid=1542/tid=1543] ppid=1540 vsize=865884 CPUtime=0.07
/proc/1542/task/1543/stat : 1543 (java) R 1540 1542 31943 0 -1 64 2794 0 1 0 6 1 0 0 18 0 9 0 1559074846 886665216 3166 996147200 134512640 134550740 4294955968 18446744073709551615 104114378 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301702 s]
/proc/loadavg: 2.01 2.02 2.00 3/74 1542
/proc/meminfo: memFree=1722800/2055920 swapFree=4180436/4192956
[pid=1542] ppid=1540 vsize=866128 CPUtime=0.29
/proc/1542/stat : 1542 (java) S 1540 1542 31943 0 -1 0 5781 0 1 0 25 4 0 0 18 0 9 0 1559074845 886915072 5155 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1542/statm: 216532 5155 1946 9 0 211060 0
[pid=1542/tid=1543] ppid=1540 vsize=866128 CPUtime=0.27
/proc/1542/task/1543/stat : 1543 (java) R 1540 1542 31943 0 -1 64 4876 0 1 0 24 3 0 0 18 0 9 0 1559074846 886915072 5155 996147200 134512640 134550740 4294955968 18446744073709551615 4125960202 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866128

[startup+0.701753 s]
/proc/loadavg: 2.01 2.02 2.00 3/74 1542
/proc/meminfo: memFree=1722800/2055920 swapFree=4180436/4192956
[pid=1542] ppid=1540 vsize=866532 CPUtime=0.68
/proc/1542/stat : 1542 (java) S 1540 1542 31943 0 -1 0 7337 0 1 0 63 5 0 0 18 0 9 0 1559074845 887328768 6707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1542/statm: 216633 6707 1969 9 0 211161 0
[pid=1542/tid=1543] ppid=1540 vsize=866532 CPUtime=0.58
/proc/1542/task/1543/stat : 1543 (java) R 1540 1542 31943 0 -1 64 6303 0 1 0 55 3 0 0 20 0 9 0 1559074846 887328768 6707 996147200 134512640 134550740 4294955968 18446744073709551615 4125957544 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 866532

[startup+1.50286 s]
/proc/loadavg: 2.01 2.02 2.00 3/83 1555
/proc/meminfo: memFree=1693544/2055920 swapFree=4180436/4192956
[pid=1542] ppid=1540 vsize=867856 CPUtime=1.47
/proc/1542/stat : 1542 (java) S 1540 1542 31943 0 -1 0 16976 289 1 0 137 10 0 0 18 0 9 0 1559074845 888684544 10665 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1542/statm: 216964 10665 2632 9 0 211470 0
[pid=1542/tid=1543] ppid=1540 vsize=867856 CPUtime=1.15
/proc/1542/task/1543/stat : 1543 (java) R 1540 1542 31943 0 -1 64 11816 289 1 0 109 6 0 0 25 0 9 0 1559074846 888684544 10665 996147200 134512640 134550740 4294955968 18446744073709551615 4126863829 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1542/tid=1545] ppid=1540 vsize=867856 CPUtime=0.04
/proc/1542/task/1545/stat : 1545 (java) S 1540 1542 31943 0 -1 64 3589 289 0 0 4 0 0 0 17 0 9 0 1559074848 888684544 10665 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1542/tid=1546] ppid=1540 vsize=867856 CPUtime=0
/proc/1542/task/1546/stat : 1546 (java) S 1540 1542 31943 0 -1 64 16 289 0 0 0 0 0 0 17 0 9 0 1559074848 888684544 10665 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1542/tid=1547] ppid=1540 vsize=867856 CPUtime=0
/proc/1542/task/1547/stat : 1547 (java) S 1540 1542 31943 0 -1 64 9 289 0 0 0 0 0 0 16 0 9 0 1559074848 888684544 10665 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1542/tid=1548] ppid=1540 vsize=867856 CPUtime=0
/proc/1542/task/1548/stat : 1548 (java) S 1540 1542 31943 0 -1 64 1 289 0 0 0 0 0 0 18 0 9 0 1559074850 888684544 10665 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1542/tid=1549] ppid=1540 vsize=867856 CPUtime=0.22
/proc/1542/task/1549/stat : 1549 (java) S 1540 1542 31943 0 -1 64 728 289 0 0 22 0 0 0 16 0 9 0 1559074850 888684544 10665 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1542/tid=1550] ppid=1540 vsize=867856 CPUtime=0
/proc/1542/task/1550/stat : 1550 (java) S 1540 1542 31943 0 -1 64 1 289 0 0 0 0 0 0 19 0 9 0 1559074850 888684544 10665 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1542/tid=1551] ppid=1540 vsize=867856 CPUtime=0
/proc/1542/task/1551/stat : 1551 (java) S 1540 1542 31943 0 -1 64 0 289 0 0 0 0 0 0 15 0 9 0 1559074850 888684544 10665 996147200 134512640 134550740 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) 867856

[startup+3.10207 s]
/proc/loadavg: 2.01 2.02 2.00 3/83 1555
/proc/meminfo: memFree=1689896/2055920 swapFree=4180436/4192956
[pid=1542] ppid=1540 vsize=867856 CPUtime=3.05
/proc/1542/stat : 1542 (java) S 1540 1542 31943 0 -1 0 17005 289 1 0 295 10 0 0 18 0 9 0 1559074845 888684544 10688 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1542/statm: 216964 10688 2632 9 0 211470 0
[pid=1542/tid=1543] ppid=1540 vsize=867856 CPUtime=2.7
/proc/1542/task/1543/stat : 1543 (java) R 1540 1542 31943 0 -1 64 11825 289 1 0 264 6 0 0 25 0 9 0 1559074846 888684544 10688 996147200 134512640 134550740 4294955968 18446744073709551615 4126883704 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1542/tid=1545] ppid=1540 vsize=867856 CPUtime=0.04
/proc/1542/task/1545/stat : 1545 (java) S 1540 1542 31943 0 -1 64 3589 289 0 0 4 0 0 0 16 0 9 0 1559074848 888684544 10688 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1542/tid=1546] ppid=1540 vsize=867856 CPUtime=0
/proc/1542/task/1546/stat : 1546 (java) S 1540 1542 31943 0 -1 64 16 289 0 0 0 0 0 0 17 0 9 0 1559074848 888684544 10688 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1542/tid=1547] ppid=1540 vsize=867856 CPUtime=0
/proc/1542/task/1547/stat : 1547 (java) S 1540 1542 31943 0 -1 64 9 289 0 0 0 0 0 0 16 0 9 0 1559074848 888684544 10688 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1542/tid=1548] ppid=1540 vsize=867856 CPUtime=0
/proc/1542/task/1548/stat : 1548 (java) S 1540 1542 31943 0 -1 64 1 289 0 0 0 0 0 0 18 0 9 0 1559074850 888684544 10688 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1542/tid=1549] ppid=1540 vsize=867856 CPUtime=0.25
/proc/1542/task/1549/stat : 1549 (java) S 1540 1542 31943 0 -1 64 748 289 0 0 25 0 0 0 15 0 9 0 1559074850 888684544 10688 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1542/tid=1550] ppid=1540 vsize=867856 CPUtime=0
/proc/1542/task/1550/stat : 1550 (java) S 1540 1542 31943 0 -1 64 1 289 0 0 0 0 0 0 19 0 9 0 1559074850 888684544 10688 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1542/tid=1551] ppid=1540 vsize=867856 CPUtime=0
/proc/1542/task/1551/stat : 1551 (java) S 1540 1542 31943 0 -1 64 0 289 0 0 0 0 0 0 15 0 9 0 1559074850 888684544 10688 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867856

[startup+6.30149 s]
/proc/loadavg: 2.01 2.02 2.00 3/83 1555
/proc/meminfo: memFree=1689640/2055920 swapFree=4180436/4192956
[pid=1542] ppid=1540 vsize=867856 CPUtime=6.22
/proc/1542/stat : 1542 (java) S 1540 1542 31943 0 -1 0 17023 289 1 0 612 10 0 0 18 0 9 0 1559074845 888684544 10690 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1542/statm: 216964 10690 2632 9 0 211470 0
[pid=1542/tid=1543] ppid=1540 vsize=867856 CPUtime=5.88
/proc/1542/task/1543/stat : 1543 (java) R 1540 1542 31943 0 -1 64 11827 289 1 0 581 7 0 0 25 0 9 0 1559074846 888684544 10690 996147200 134512640 134550740 4294955968 18446744073709551615 4126883863 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1542/tid=1545] ppid=1540 vsize=867856 CPUtime=0.04
/proc/1542/task/1545/stat : 1545 (java) S 1540 1542 31943 0 -1 64 3589 289 0 0 4 0 0 0 16 0 9 0 1559074848 888684544 10690 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1542/tid=1546] ppid=1540 vsize=867856 CPUtime=0
/proc/1542/task/1546/stat : 1546 (java) S 1540 1542 31943 0 -1 64 16 289 0 0 0 0 0 0 17 0 9 0 1559074848 888684544 10690 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1542/tid=1547] ppid=1540 vsize=867856 CPUtime=0
/proc/1542/task/1547/stat : 1547 (java) S 1540 1542 31943 0 -1 64 9 289 0 0 0 0 0 0 16 0 9 0 1559074848 888684544 10690 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1542/tid=1548] ppid=1540 vsize=867856 CPUtime=0
/proc/1542/task/1548/stat : 1548 (java) S 1540 1542 31943 0 -1 64 1 289 0 0 0 0 0 0 18 0 9 0 1559074850 888684544 10690 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1542/tid=1549] ppid=1540 vsize=867856 CPUtime=0.25
/proc/1542/task/1549/stat : 1549 (java) S 1540 1542 31943 0 -1 64 749 289 0 0 25 0 0 0 16 0 9 0 1559074850 888684544 10690 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1542/tid=1550] ppid=1540 vsize=867856 CPUtime=0
/proc/1542/task/1550/stat : 1550 (java) S 1540 1542 31943 0 -1 64 1 289 0 0 0 0 0 0 19 0 9 0 1559074850 888684544 10690 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1542/tid=1551] ppid=1540 vsize=867856 CPUtime=0
/proc/1542/task/1551/stat : 1551 (java) S 1540 1542 31943 0 -1 64 15 289 0 0 0 0 0 0 15 0 9 0 1559074850 888684544 10690 996147200 134512640 134550740 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) 867856

[startup+12.7013 s]
/proc/loadavg: 2.09 2.04 2.01 3/83 1555
/proc/meminfo: memFree=1689256/2055920 swapFree=4180436/4192956
[pid=1542] ppid=1540 vsize=867856 CPUtime=12.56
/proc/1542/stat : 1542 (java) S 1540 1542 31943 0 -1 0 17027 289 1 0 1246 10 0 0 18 0 9 0 1559074845 888684544 10693 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1542/statm: 216964 10693 2632 9 0 211470 0
[pid=1542/tid=1543] ppid=1540 vsize=867856 CPUtime=12.22
/proc/1542/task/1543/stat : 1543 (java) R 1540 1542 31943 0 -1 64 11830 289 1 0 1215 7 0 0 25 0 9 0 1559074846 888684544 10693 996147200 134512640 134550740 4294955968 18446744073709551615 4126867568 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1542/tid=1545] ppid=1540 vsize=867856 CPUtime=0.04
/proc/1542/task/1545/stat : 1545 (java) S 1540 1542 31943 0 -1 64 3589 289 0 0 4 0 0 0 16 0 9 0 1559074848 888684544 10693 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1542/tid=1546] ppid=1540 vsize=867856 CPUtime=0
/proc/1542/task/1546/stat : 1546 (java) S 1540 1542 31943 0 -1 64 16 289 0 0 0 0 0 0 17 0 9 0 1559074848 888684544 10693 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1542/tid=1547] ppid=1540 vsize=867856 CPUtime=0
/proc/1542/task/1547/stat : 1547 (java) S 1540 1542 31943 0 -1 64 9 289 0 0 0 0 0 0 16 0 9 0 1559074848 888684544 10693 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1542/tid=1548] ppid=1540 vsize=867856 CPUtime=0
/proc/1542/task/1548/stat : 1548 (java) S 1540 1542 31943 0 -1 64 1 289 0 0 0 0 0 0 18 0 9 0 1559074850 888684544 10693 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1542/tid=1549] ppid=1540 vsize=867856 CPUtime=0.25
/proc/1542/task/1549/stat : 1549 (java) S 1540 1542 31943 0 -1 64 750 289 0 0 25 0 0 0 16 0 9 0 1559074850 888684544 10693 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1542/tid=1550] ppid=1540 vsize=867856 CPUtime=0
/proc/1542/task/1550/stat : 1550 (java) S 1540 1542 31943 0 -1 64 1 289 0 0 0 0 0 0 19 0 9 0 1559074850 888684544 10693 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1542/tid=1551] ppid=1540 vsize=867856 CPUtime=0
/proc/1542/task/1551/stat : 1551 (java) S 1540 1542 31943 0 -1 64 15 289 0 0 0 0 0 0 15 0 9 0 1559074850 888684544 10693 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 867856

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

[startup+14.3065 s]
/proc/loadavg: 2.08 2.04 2.00 3/83 1555
/proc/meminfo: memFree=1689192/2055920 swapFree=4180436/4192956
[pid=1542] ppid=1540 vsize=867856 CPUtime=14.15
/proc/1542/stat : 1542 (java) S 1540 1542 31943 0 -1 0 17028 289 1 0 1405 10 0 0 18 0 9 0 1559074845 888684544 10694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1542/statm: 216964 10694 2632 9 0 211470 0
[pid=1542/tid=1543] ppid=1540 vsize=867856 CPUtime=13.81
/proc/1542/task/1543/stat : 1543 (java) R 1540 1542 31943 0 -1 64 11831 289 1 0 1374 7 0 0 25 0 9 0 1559074846 888684544 10694 996147200 134512640 134550740 4294955968 18446744073709551615 4126867967 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1542/tid=1545] ppid=1540 vsize=867856 CPUtime=0.04
/proc/1542/task/1545/stat : 1545 (java) S 1540 1542 31943 0 -1 64 3589 289 0 0 4 0 0 0 16 0 9 0 1559074848 888684544 10694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1542/tid=1546] ppid=1540 vsize=867856 CPUtime=0
/proc/1542/task/1546/stat : 1546 (java) S 1540 1542 31943 0 -1 64 16 289 0 0 0 0 0 0 17 0 9 0 1559074848 888684544 10694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1542/tid=1547] ppid=1540 vsize=867856 CPUtime=0
/proc/1542/task/1547/stat : 1547 (java) S 1540 1542 31943 0 -1 64 9 289 0 0 0 0 0 0 16 0 9 0 1559074848 888684544 10694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1542/tid=1548] ppid=1540 vsize=867856 CPUtime=0
/proc/1542/task/1548/stat : 1548 (java) S 1540 1542 31943 0 -1 64 1 289 0 0 0 0 0 0 18 0 9 0 1559074850 888684544 10694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1542/tid=1549] ppid=1540 vsize=867856 CPUtime=0.25
/proc/1542/task/1549/stat : 1549 (java) S 1540 1542 31943 0 -1 64 750 289 0 0 25 0 0 0 16 0 9 0 1559074850 888684544 10694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1542/tid=1550] ppid=1540 vsize=867856 CPUtime=0
/proc/1542/task/1550/stat : 1550 (java) S 1540 1542 31943 0 -1 64 1 289 0 0 0 0 0 0 19 0 9 0 1559074850 888684544 10694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1542/tid=1551] ppid=1540 vsize=867856 CPUtime=0
/proc/1542/task/1551/stat : 1551 (java) S 1540 1542 31943 0 -1 64 15 289 0 0 0 0 0 0 15 0 9 0 1559074850 888684544 10694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.15
Current children cumulated vsize (KiB) 867856

[startup+15.1017 s]
/proc/loadavg: 2.08 2.04 2.00 3/83 1555
/proc/meminfo: memFree=1689192/2055920 swapFree=4180436/4192956
[pid=1542] ppid=1540 vsize=867856 CPUtime=14.94
/proc/1542/stat : 1542 (java) S 1540 1542 31943 0 -1 0 17028 289 1 0 1484 10 0 0 18 0 9 0 1559074845 888684544 10694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1542/statm: 216964 10694 2632 9 0 211470 0
[pid=1542/tid=1543] ppid=1540 vsize=867856 CPUtime=14.6
/proc/1542/task/1543/stat : 1543 (java) R 1540 1542 31943 0 -1 64 11831 289 1 0 1453 7 0 0 25 0 9 0 1559074846 888684544 10694 996147200 134512640 134550740 4294955968 18446744073709551615 4126880418 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1542/tid=1545] ppid=1540 vsize=867856 CPUtime=0.04
/proc/1542/task/1545/stat : 1545 (java) S 1540 1542 31943 0 -1 64 3589 289 0 0 4 0 0 0 16 0 9 0 1559074848 888684544 10694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1542/tid=1546] ppid=1540 vsize=867856 CPUtime=0
/proc/1542/task/1546/stat : 1546 (java) S 1540 1542 31943 0 -1 64 16 289 0 0 0 0 0 0 17 0 9 0 1559074848 888684544 10694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1542/tid=1547] ppid=1540 vsize=867856 CPUtime=0
/proc/1542/task/1547/stat : 1547 (java) S 1540 1542 31943 0 -1 64 9 289 0 0 0 0 0 0 16 0 9 0 1559074848 888684544 10694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1542/tid=1548] ppid=1540 vsize=867856 CPUtime=0
/proc/1542/task/1548/stat : 1548 (java) S 1540 1542 31943 0 -1 64 1 289 0 0 0 0 0 0 18 0 9 0 1559074850 888684544 10694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1542/tid=1549] ppid=1540 vsize=867856 CPUtime=0.25
/proc/1542/task/1549/stat : 1549 (java) S 1540 1542 31943 0 -1 64 750 289 0 0 25 0 0 0 16 0 9 0 1559074850 888684544 10694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1542/tid=1550] ppid=1540 vsize=867856 CPUtime=0
/proc/1542/task/1550/stat : 1550 (java) S 1540 1542 31943 0 -1 64 1 289 0 0 0 0 0 0 19 0 9 0 1559074850 888684544 10694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1542/tid=1551] ppid=1540 vsize=867856 CPUtime=0
/proc/1542/task/1551/stat : 1551 (java) S 1540 1542 31943 0 -1 64 15 289 0 0 0 0 0 0 15 0 9 0 1559074850 888684544 10694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.94
Current children cumulated vsize (KiB) 867856

[startup+15.9018 s]
/proc/loadavg: 2.08 2.04 2.00 3/83 1555
/proc/meminfo: memFree=1689192/2055920 swapFree=4180436/4192956
[pid=1542] ppid=1540 vsize=867856 CPUtime=15.73
/proc/1542/stat : 1542 (java) S 1540 1542 31943 0 -1 0 17028 289 1 0 1563 10 0 0 18 0 9 0 1559074845 888684544 10694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1542/statm: 216964 10694 2632 9 0 211470 0
[pid=1542/tid=1543] ppid=1540 vsize=867856 CPUtime=15.4
/proc/1542/task/1543/stat : 1543 (java) R 1540 1542 31943 0 -1 64 11831 289 1 0 1533 7 0 0 25 0 9 0 1559074846 888684544 10694 996147200 134512640 134550740 4294955968 18446744073709551615 4126877895 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1542/tid=1545] ppid=1540 vsize=867856 CPUtime=0.04
/proc/1542/task/1545/stat : 1545 (java) S 1540 1542 31943 0 -1 64 3589 289 0 0 4 0 0 0 16 0 9 0 1559074848 888684544 10694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1542/tid=1546] ppid=1540 vsize=867856 CPUtime=0
/proc/1542/task/1546/stat : 1546 (java) S 1540 1542 31943 0 -1 64 16 289 0 0 0 0 0 0 17 0 9 0 1559074848 888684544 10694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1542/tid=1547] ppid=1540 vsize=867856 CPUtime=0
/proc/1542/task/1547/stat : 1547 (java) S 1540 1542 31943 0 -1 64 9 289 0 0 0 0 0 0 16 0 9 0 1559074848 888684544 10694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1542/tid=1548] ppid=1540 vsize=867856 CPUtime=0
/proc/1542/task/1548/stat : 1548 (java) S 1540 1542 31943 0 -1 64 1 289 0 0 0 0 0 0 18 0 9 0 1559074850 888684544 10694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1542/tid=1549] ppid=1540 vsize=867856 CPUtime=0.25
/proc/1542/task/1549/stat : 1549 (java) S 1540 1542 31943 0 -1 64 750 289 0 0 25 0 0 0 16 0 9 0 1559074850 888684544 10694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1542/tid=1550] ppid=1540 vsize=867856 CPUtime=0
/proc/1542/task/1550/stat : 1550 (java) S 1540 1542 31943 0 -1 64 1 289 0 0 0 0 0 0 19 0 9 0 1559074850 888684544 10694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1542/tid=1551] ppid=1540 vsize=867856 CPUtime=0
/proc/1542/task/1551/stat : 1551 (java) S 1540 1542 31943 0 -1 64 15 289 0 0 0 0 0 0 15 0 9 0 1559074850 888684544 10694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.73
Current children cumulated vsize (KiB) 867856

[startup+16.1018 s]
/proc/loadavg: 2.08 2.04 2.00 3/83 1555
/proc/meminfo: memFree=1689192/2055920 swapFree=4180436/4192956
[pid=1542] ppid=1540 vsize=867856 CPUtime=15.93
/proc/1542/stat : 1542 (java) S 1540 1542 31943 0 -1 0 17028 289 1 0 1583 10 0 0 18 0 9 0 1559074845 888684544 10694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1542/statm: 216964 10694 2632 9 0 211470 0
[pid=1542/tid=1543] ppid=1540 vsize=867856 CPUtime=15.6
/proc/1542/task/1543/stat : 1543 (java) R 1540 1542 31943 0 -1 64 11831 289 1 0 1553 7 0 0 25 0 9 0 1559074846 888684544 10694 996147200 134512640 134550740 4294955968 18446744073709551615 4126870446 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1542/tid=1545] ppid=1540 vsize=867856 CPUtime=0.04
/proc/1542/task/1545/stat : 1545 (java) S 1540 1542 31943 0 -1 64 3589 289 0 0 4 0 0 0 16 0 9 0 1559074848 888684544 10694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1542/tid=1546] ppid=1540 vsize=867856 CPUtime=0
/proc/1542/task/1546/stat : 1546 (java) S 1540 1542 31943 0 -1 64 16 289 0 0 0 0 0 0 17 0 9 0 1559074848 888684544 10694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1542/tid=1547] ppid=1540 vsize=867856 CPUtime=0
/proc/1542/task/1547/stat : 1547 (java) S 1540 1542 31943 0 -1 64 9 289 0 0 0 0 0 0 16 0 9 0 1559074848 888684544 10694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1542/tid=1548] ppid=1540 vsize=867856 CPUtime=0
/proc/1542/task/1548/stat : 1548 (java) S 1540 1542 31943 0 -1 64 1 289 0 0 0 0 0 0 18 0 9 0 1559074850 888684544 10694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1542/tid=1549] ppid=1540 vsize=867856 CPUtime=0.25
/proc/1542/task/1549/stat : 1549 (java) S 1540 1542 31943 0 -1 64 750 289 0 0 25 0 0 0 16 0 9 0 1559074850 888684544 10694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1542/tid=1550] ppid=1540 vsize=867856 CPUtime=0
/proc/1542/task/1550/stat : 1550 (java) S 1540 1542 31943 0 -1 64 1 289 0 0 0 0 0 0 19 0 9 0 1559074850 888684544 10694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1542/tid=1551] ppid=1540 vsize=867856 CPUtime=0
/proc/1542/task/1551/stat : 1551 (java) S 1540 1542 31943 0 -1 64 15 289 0 0 0 0 0 0 15 0 9 0 1559074850 888684544 10694 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.93
Current children cumulated vsize (KiB) 867856

Child status: 0
Real time (s): 16.139
CPU time (s): 15.9786
CPU user time (s): 15.8596
CPU system time (s): 0.118981
CPU usage (%): 99.0059
Max. virtual memory (cumulated for all children) (KiB): 867856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.8596
system time used= 0.118981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17445
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= 1307
involuntary context switches= 1668

runsolver used 0.025996 second user time and 0.056991 second system time

The end

Launcher Data (download as text)

Begin job on node13 at 2008-07-05 23:40:31
IDJOB=1101670
IDBENCH=60055
IDSOLVER=363
FILE ID=node13/1101670-1215294031
PBS_JOBID= 7882341
Free space on /tmp= 66524 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/rand-2-40-19-fcd/normalized-rand-2-40-19-443-230-fcd-7_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1101670-1215294031/watcher-1101670-1215294031 -o /tmp/evaluation-result-1101670-1215294031/solver-1101670-1215294031 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1101670-1215294031.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9a41dd9b53191791c805019802bafde1
RANDOM SEED=1580267172

node13.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.238
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.238
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:       1723280 kB
Buffers:         65484 kB
Cached:         192568 kB
SwapCached:       6400 kB
Active:         182928 kB
Inactive:        93572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1723280 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:            2884 kB
Writeback:           0 kB
Mapped:          25228 kB
Slab:            41216 kB
Committed_AS:  3148620 kB
PageTables:       1964 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= 66524 MiB
End job on node13 at 2008-07-05 23:40:47