Trace number 1074712

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.9676 16.1444

DiagnosticValue
CHECKS34403
NODES3277

General information on the benchmark

Namecsp/os-taillard-20/
normalized-os-taillard-20-100-1.xml
MD5SUM4cf62a1b83c7d6776b82d5fd63452e47
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7.92679
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints7600
Maximum constraint arity2
Maximum domain size1332
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7600
Global constraints used (with number of constraints)

Solver Data (download as text)

0.06/0.08	
0.06/0.08	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=mac.xml
0.19/0.27	   
0.19/0.27	   instance
0.19/0.27	     name=HOME/instance-1074712-1215179488.xml
0.29/0.31	   
0.29/0.31	   domains being loaded...
0.29/0.38	   
0.29/0.38	   variables being loaded...
0.38/0.48	     nbVariables=400  nbDomainTypes=400  minDomainSize=1234  maxDomainSize=1332  nbTotalValues=512393
0.38/0.48	       =>  wckTime=0.237  cpuTime=0.17  mem=19M645
0.38/0.48	   
0.38/0.48	   predicates being loaded...
0.48/0.53	   
0.48/0.53	   constraints being loaded...
3.16/3.22	     nbConstraints=7620  nbGlobalConstraints=7620  nbSharedBinaryRepresentations=0  minDegree=39  maxDegree=39
3.16/3.23	     minArity=2  avgArity=2.05  maxArity=20  nbGenerators=0  nbFusions=0  symmetryWckTime=1.317  symmetryCpuTime=1.17
3.16/3.23	     nbCliques=20
3.16/3.23	       =>  wckTime=2.984  cpuTime=2.6  mem=59M348
3.35/3.41	   
3.35/3.41	   solver IterativeSystematicSolver being built... 
3.35/3.48	   
3.35/3.49	   INFO : Forward propagation technique limited 
3.45/3.57	       =>  wckTime=3.331  cpuTime=2.74  mem=56M18
3.56/3.64	   
3.56/3.64	   preprocessing
3.56/3.64	     nbConstraintChecks=0  nbPropagations=400  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
3.56/3.64	     detectedInconsistency=no
3.56/3.64	       =>  wckTime=0.043  cpuTime=0.03  mem=57M935
11.38/11.56	   
11.38/11.56	   INFO : Stopping use of transposition table (mapSize=0, nbTooLargekeys=1253, mem=87M759)
15.84/16.08	   
15.84/16.08	   search
15.84/16.08	     run=9  nbConstraintChecks=34403  minDepth=279  maxDepth=400  nbPropagations=331275  nbRevisions=0
15.84/16.08	     nbUselessRevisions=0  nbAssignments=3277  nbFailedAssignments=801  nbBacktracks=25  nbVisitedNodes=4103
15.84/16.08	     nbRestartNogoods=221  nbFoundSolutions=1  nbSEliminables=0  nbREliminables=14.88  nbIEliminables=0
15.84/16.08	     nbDEliminables=0  nbPEliminables=0
15.84/16.08	       =>  wckTime=12.483  cpuTime=12.12  mem=61M140
15.84/16.08	   
15.84/16.08	   global
15.84/16.08	     nbConstraintChecks=34403  nbPropagations=331675  nbRestartNogoods=221  solvingWckTime=12.485  solvingCpuTime=12.12
15.84/16.08	     expiredTime=no  totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=14.82  globalCpuTime=14.92
15.84/16.08	       =>  wckTime=15.836  cpuTime=14.88  mem=61M140
15.84/16.08	   
15.84/16.08	s SATISFIABLE
15.84/16.08	v 790 837 387 694 1108 873 473 46 277 1180 1275 0 456 992 944 265 630 538 200 134 351 750 913 126 447 25 807 590 45 0 493 1216 973 659 1023 1115 200 259 842 742 322 722 1015 1130 308 274 677 896 1102 0 351 300 817 531 182 434 714 99 1063 625 883 804 40 1075 298 631 467 950 212 52 453 543 721 389 990 134 0 1033 1057 1015 130 724 274 563 362 219 30 901 40 921 99 447 0 72 619 432 755 50 796 1041 1211 1067 409 233 99 775 1001 427 832 1049 0 619 714 319 210 886 532 1140 432 922 853 473 641 409 659 29 276 1189 119 1034 903 1276 832 757 1157 531 967 0 391 171 297 178 931 793 694 1132 1048 951 1275 319 0 1077 93 1186 295 519 277 826 551 414 740 655 453 300 1198 380 1242 1085 999 728 807 83 99 748 863 0 56 551 171 55 511 933 844 886 0 119 593 1267 983 216 303 82 701 1291 801 1102 748 414 655 1123 288 740 1192 947 841 1026 29 238 818 639 1124 434 252 232 450 126 44 531 1075 873 1004 750 805 701 1085 896 619 970 399 1198 531 78 232 473 163 853 1157 0 303 1223 841 293 101 120 544 469 376 72 426 1005 873 590 758 1242 215 0 625 1072 529 406 467 0 303 1124 722 983 793 631 1180 842 1140 140 1162 205 1151 52 372 1077 551 913 469 150 378 105 724 552 970 619 583 0 364 327 837 1162 627 873 243 1230 83 1058 471 247 87 888 259 1034 438 1078 0 182 619 538 922 947 366 233 1004 642 327 818 408 493 844 1067 276 59 642 1104 1163 970 316 212 705 744 1290 1193 893 0 120 548 473 614 140 552 973 817 0 728 933 126 40 391 1221 303 1157 101 806 1046 219 1104 1253 300 1310 25 721 1151 399 551 630 150 756 226 931 1205 909 1046 59 493 1001 834 45 805 389 627 456 287 258 163 775 1221 724 873 116 527 215 966 1049 1124 101 0 
15.84/16.08	d NODES 3277
15.84/16.08	d CHECKS 34403
15.84/16.08	   
15.84/16.08	   totalWckTime=15.901  totalCpuTime=14.92

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-1074712-1215179488/watcher-1074712-1215179488 -o /tmp/evaluation-result-1074712-1215179488/solver-1074712-1215179488 -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-1074712-1215179488.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.40 2.12 2.04 4/74 19070
/proc/meminfo: memFree=1595296/2055920 swapFree=4180240/4192956
[pid=19070] ppid=19068 vsize=0 CPUtime=0
/proc/19070/stat : 19070 (java) R 19068 19070 16959 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 1996920817 0 0 996147200 0 0 0 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/19070/statm: 35 3 0 0 0 1 0

[startup+0.0722211 s]
/proc/loadavg: 2.40 2.12 2.04 4/74 19070
/proc/meminfo: memFree=1595296/2055920 swapFree=4180240/4192956
[pid=19070] ppid=19068 vsize=865856 CPUtime=0.06
/proc/19070/stat : 19070 (java) S 19068 19070 16959 0 -1 0 3373 0 1 0 4 2 0 0 18 0 9 0 1996920817 886636544 2887 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19070/statm: 216464 2888 1566 9 0 211026 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 865856

[startup+0.101228 s]
/proc/loadavg: 2.40 2.12 2.04 4/74 19070
/proc/meminfo: memFree=1595296/2055920 swapFree=4180240/4192956
[pid=19070] ppid=19068 vsize=865884 CPUtime=0.09
/proc/19070/stat : 19070 (java) S 19068 19070 16959 0 -1 0 3736 0 1 0 7 2 0 0 18 0 9 0 1996920817 886665216 3199 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19070/statm: 216471 3200 1695 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301259 s]
/proc/loadavg: 2.40 2.12 2.04 4/74 19070
/proc/meminfo: memFree=1595296/2055920 swapFree=4180240/4192956
[pid=19070] ppid=19068 vsize=866284 CPUtime=0.29
/proc/19070/stat : 19070 (java) S 19068 19070 16959 0 -1 0 6009 0 1 0 25 4 0 0 18 0 9 0 1996920817 887074816 5383 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19070/statm: 216571 5384 1956 9 0 211099 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866284

[startup+0.701327 s]
/proc/loadavg: 2.40 2.12 2.04 4/74 19070
/proc/meminfo: memFree=1595296/2055920 swapFree=4180240/4192956
[pid=19070] ppid=19068 vsize=867708 CPUtime=0.69
/proc/19070/stat : 19070 (java) S 19068 19070 16959 0 -1 0 11668 0 1 0 62 7 0 0 18 0 9 0 1996920817 888532992 11028 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19070/statm: 216927 11029 2010 9 0 211433 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 867708

[startup+1.50246 s]
/proc/loadavg: 2.40 2.12 2.04 3/83 19079
/proc/meminfo: memFree=1538840/2055920 swapFree=4180240/4192956
[pid=19070] ppid=19068 vsize=867620 CPUtime=1.49
/proc/19070/stat : 19070 (java) S 19068 19070 16959 0 -1 0 20841 0 1 0 125 24 0 0 18 0 9 0 1996920817 888442880 20177 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19070/statm: 216906 20177 2004 9 0 211434 0
[pid=19070/tid=19072] ppid=19068 vsize=867620 CPUtime=1.19
/proc/19070/task/19072/stat : 19072 (java) R 19068 19070 16959 0 -1 64 15768 0 1 0 98 21 0 0 25 0 9 0 1996920818 888442880 20177 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19070/tid=19073] ppid=19068 vsize=867624 CPUtime=0.06
/proc/19070/task/19073/stat : 19073 (java) S 19068 19070 16959 0 -1 64 3683 0 0 0 6 0 0 0 17 0 9 0 1996920819 888446976 20177 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19070/tid=19074] ppid=19068 vsize=867620 CPUtime=0
/proc/19070/task/19074/stat : 19074 (java) S 19068 19070 16959 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1996920819 888442880 20177 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19070/tid=19075] ppid=19068 vsize=867624 CPUtime=0
/proc/19070/task/19075/stat : 19075 (java) S 19068 19070 16959 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1996920819 888446976 20177 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19070/tid=19076] ppid=19068 vsize=867620 CPUtime=0
/proc/19070/task/19076/stat : 19076 (java) S 19068 19070 16959 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 1996920821 888442880 20177 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19070/tid=19077] ppid=19068 vsize=867620 CPUtime=0.19
/proc/19070/task/19077/stat : 19077 (java) S 19068 19070 16959 0 -1 64 694 0 0 0 19 0 0 0 16 0 9 0 1996920821 888442880 20177 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19070/tid=19078] ppid=19068 vsize=867620 CPUtime=0
/proc/19070/task/19078/stat : 19078 (java) S 19068 19070 16959 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1996920821 888442880 20177 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19070/tid=19079] ppid=19068 vsize=867620 CPUtime=0
/proc/19070/task/19079/stat : 19079 (java) S 19068 19070 16959 0 -1 64 0 0 0 0 0 0 0 0 16 0 9 0 1996920821 888442880 20177 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 867620

[startup+3.10174 s]
/proc/loadavg: 2.36 2.12 2.04 3/85 19081
/proc/meminfo: memFree=1521160/2055920 swapFree=4180240/4192956
[pid=19070] ppid=19068 vsize=867944 CPUtime=3.07
/proc/19070/stat : 19070 (java) S 19068 19070 16959 0 -1 0 27491 586 1 0 255 44 7 1 18 0 9 0 1996920817 888774656 20237 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19070/statm: 216986 20237 2014 9 0 211514 0
[pid=19070/tid=19072] ppid=19068 vsize=867944 CPUtime=2.75
/proc/19070/task/19072/stat : 19072 (java) R 19068 19070 16959 0 -1 64 22098 586 1 0 226 41 7 1 23 0 9 0 1996920818 888774656 20237 996147200 134512640 134550740 4294955968 18446744073709551615 4127046609 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19070/tid=19073] ppid=19068 vsize=867944 CPUtime=0.14
/proc/19070/task/19073/stat : 19073 (java) S 19068 19070 16959 0 -1 64 3733 586 0 0 6 0 7 1 16 0 9 0 1996920819 888774656 20237 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19070/tid=19074] ppid=19068 vsize=867944 CPUtime=0.08
/proc/19070/task/19074/stat : 19074 (java) S 19068 19070 16959 0 -1 64 13 586 0 0 0 0 7 1 16 0 9 0 1996920819 888774656 20237 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19070/tid=19075] ppid=19068 vsize=867944 CPUtime=0.08
/proc/19070/task/19075/stat : 19075 (java) S 19068 19070 16959 0 -1 64 5 586 0 0 0 0 7 1 16 0 9 0 1996920819 888774656 20237 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19070/tid=19076] ppid=19068 vsize=867944 CPUtime=0.08
/proc/19070/task/19076/stat : 19076 (java) S 19068 19070 16959 0 -1 64 1 586 0 0 0 0 7 1 23 0 9 0 1996920821 888774656 20237 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19070/tid=19077] ppid=19068 vsize=867944 CPUtime=0.29
/proc/19070/task/19077/stat : 19077 (java) S 19068 19070 16959 0 -1 64 830 586 0 0 21 0 7 1 16 0 9 0 1996920821 888774656 20237 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19070/tid=19078] ppid=19068 vsize=867944 CPUtime=0.08
/proc/19070/task/19078/stat : 19078 (java) S 19068 19070 16959 0 -1 64 1 586 0 0 0 0 7 1 24 0 9 0 1996920821 888774656 20237 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19070/tid=19079] ppid=19068 vsize=867944 CPUtime=0.08
/proc/19070/task/19079/stat : 19079 (java) S 19068 19070 16959 0 -1 64 9 586 0 0 0 0 7 1 15 0 9 0 1996920821 888774656 20237 996147200 134512640 134550740 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) 867944

[startup+6.30227 s]
/proc/loadavg: 2.36 2.12 2.04 3/83 19083
/proc/meminfo: memFree=1507984/2055920 swapFree=4180240/4192956
[pid=19070] ppid=19068 vsize=868088 CPUtime=6.24
/proc/19070/stat : 19070 (java) S 19068 19070 16959 0 -1 0 39851 586 1 0 569 47 7 1 18 0 9 0 1996920817 888922112 24319 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19070/statm: 217022 24319 2637 9 0 211528 0
[pid=19070/tid=19072] ppid=19068 vsize=868088 CPUtime=5.69
/proc/19070/task/19072/stat : 19072 (java) R 19068 19070 16959 0 -1 64 25841 586 1 0 520 41 7 1 25 0 9 0 1996920818 888922112 24319 996147200 134512640 134550740 4294955968 18446744073709551615 4127182354 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19070/tid=19073] ppid=19068 vsize=868088 CPUtime=0.32
/proc/19070/task/19073/stat : 19073 (java) S 19068 19070 16959 0 -1 64 12224 586 0 0 22 2 7 1 16 0 9 0 1996920819 888922112 24319 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19070/tid=19074] ppid=19068 vsize=868088 CPUtime=0.08
/proc/19070/task/19074/stat : 19074 (java) S 19068 19070 16959 0 -1 64 17 586 0 0 0 0 7 1 16 0 9 0 1996920819 888922112 24319 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19070/tid=19075] ppid=19068 vsize=868088 CPUtime=0.08
/proc/19070/task/19075/stat : 19075 (java) S 19068 19070 16959 0 -1 64 10 586 0 0 0 0 7 1 16 0 9 0 1996920819 888922112 24319 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19070/tid=19076] ppid=19068 vsize=868088 CPUtime=0.08
/proc/19070/task/19076/stat : 19076 (java) S 19068 19070 16959 0 -1 64 1 586 0 0 0 0 7 1 23 0 9 0 1996920821 888922112 24319 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19070/tid=19077] ppid=19068 vsize=868088 CPUtime=0.34
/proc/19070/task/19077/stat : 19077 (java) S 19068 19070 16959 0 -1 64 916 586 0 0 26 0 7 1 15 0 9 0 1996920821 888922112 24319 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19070/tid=19078] ppid=19068 vsize=868088 CPUtime=0.08
/proc/19070/task/19078/stat : 19078 (java) S 19068 19070 16959 0 -1 64 1 586 0 0 0 0 7 1 24 0 9 0 1996920821 888922112 24319 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19070/tid=19079] ppid=19068 vsize=868088 CPUtime=0.08
/proc/19070/task/19079/stat : 19079 (java) S 19068 19070 16959 0 -1 64 40 586 0 0 0 0 7 1 15 0 9 0 1996920821 888922112 24319 996147200 134512640 134550740 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) 868088

[startup+12.7024 s]
/proc/loadavg: 2.31 2.11 2.04 3/83 19083
/proc/meminfo: memFree=1480336/2055920 swapFree=4180240/4192956
[pid=19070] ppid=19068 vsize=868088 CPUtime=12.57
/proc/19070/stat : 19070 (java) S 19068 19070 16959 0 -1 0 49234 586 1 0 1199 50 7 1 18 0 9 0 1996920817 888922112 31217 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19070/statm: 217022 31217 2637 9 0 211528 0
[pid=19070/tid=19072] ppid=19068 vsize=868088 CPUtime=11.84
/proc/19070/task/19072/stat : 19072 (java) R 19068 19070 16959 0 -1 64 28205 586 1 0 1134 42 7 1 25 0 9 0 1996920818 888922112 31217 996147200 134512640 134550740 4294955968 18446744073709551615 4126644952 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19070/tid=19073] ppid=19068 vsize=868088 CPUtime=0.45
/proc/19070/task/19073/stat : 19073 (java) S 19068 19070 16959 0 -1 64 19153 586 0 0 32 5 7 1 16 0 9 0 1996920819 888922112 31217 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19070/tid=19074] ppid=19068 vsize=868088 CPUtime=0.08
/proc/19070/task/19074/stat : 19074 (java) S 19068 19070 16959 0 -1 64 17 586 0 0 0 0 7 1 16 0 9 0 1996920819 888922112 31217 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19070/tid=19075] ppid=19068 vsize=868088 CPUtime=0.08
/proc/19070/task/19075/stat : 19075 (java) S 19068 19070 16959 0 -1 64 10 586 0 0 0 0 7 1 16 0 9 0 1996920819 888922112 31217 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19070/tid=19076] ppid=19068 vsize=868088 CPUtime=0.08
/proc/19070/task/19076/stat : 19076 (java) S 19068 19070 16959 0 -1 64 1 586 0 0 0 0 7 1 23 0 9 0 1996920821 888922112 31217 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19070/tid=19077] ppid=19068 vsize=868088 CPUtime=0.41
/proc/19070/task/19077/stat : 19077 (java) S 19068 19070 16959 0 -1 64 1006 586 0 0 32 1 7 1 16 0 9 0 1996920821 888922112 31217 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19070/tid=19078] ppid=19068 vsize=868088 CPUtime=0.08
/proc/19070/task/19078/stat : 19078 (java) S 19068 19070 16959 0 -1 64 1 586 0 0 0 0 7 1 24 0 9 0 1996920821 888922112 31217 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19070/tid=19079] ppid=19068 vsize=868088 CPUtime=0.08
/proc/19070/task/19079/stat : 19079 (java) S 19068 19070 16959 0 -1 64 40 586 0 0 0 0 7 1 15 0 9 0 1996920821 888922112 31217 996147200 134512640 134550740 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) 868088

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

[startup+14.3066 s]
/proc/loadavg: 2.31 2.11 2.04 3/83 19083
/proc/meminfo: memFree=1480400/2055920 swapFree=4180240/4192956
[pid=19070] ppid=19068 vsize=868088 CPUtime=14.16
/proc/19070/stat : 19070 (java) S 19068 19070 16959 0 -1 0 49239 586 1 0 1358 50 7 1 18 0 9 0 1996920817 888922112 31218 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19070/statm: 217022 31218 2637 9 0 211528 0
[pid=19070/tid=19072] ppid=19068 vsize=868088 CPUtime=13.41
/proc/19070/task/19072/stat : 19072 (java) R 19068 19070 16959 0 -1 64 28208 586 1 0 1291 42 7 1 25 0 9 0 1996920818 888922112 31218 996147200 134512640 134550740 4294955968 18446744073709551615 4127048186 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19070/tid=19073] ppid=19068 vsize=868088 CPUtime=0.46
/proc/19070/task/19073/stat : 19073 (java) S 19068 19070 16959 0 -1 64 19153 586 0 0 33 5 7 1 16 0 9 0 1996920819 888922112 31218 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19070/tid=19074] ppid=19068 vsize=868088 CPUtime=0.08
/proc/19070/task/19074/stat : 19074 (java) S 19068 19070 16959 0 -1 64 17 586 0 0 0 0 7 1 16 0 9 0 1996920819 888922112 31218 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19070/tid=19075] ppid=19068 vsize=868088 CPUtime=0.08
/proc/19070/task/19075/stat : 19075 (java) S 19068 19070 16959 0 -1 64 10 586 0 0 0 0 7 1 16 0 9 0 1996920819 888922112 31218 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19070/tid=19076] ppid=19068 vsize=868088 CPUtime=0.08
/proc/19070/task/19076/stat : 19076 (java) S 19068 19070 16959 0 -1 64 1 586 0 0 0 0 7 1 23 0 9 0 1996920821 888922112 31218 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19070/tid=19077] ppid=19068 vsize=868088 CPUtime=0.41
/proc/19070/task/19077/stat : 19077 (java) S 19068 19070 16959 0 -1 64 1008 586 0 0 32 1 7 1 16 0 9 0 1996920821 888922112 31218 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19070/tid=19078] ppid=19068 vsize=868088 CPUtime=0.08
/proc/19070/task/19078/stat : 19078 (java) S 19068 19070 16959 0 -1 64 1 586 0 0 0 0 7 1 24 0 9 0 1996920821 888922112 31218 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19070/tid=19079] ppid=19068 vsize=868088 CPUtime=0.08
/proc/19070/task/19079/stat : 19079 (java) S 19068 19070 16959 0 -1 64 40 586 0 0 0 0 7 1 15 0 9 0 1996920821 888922112 31218 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.16
Current children cumulated vsize (KiB) 868088

[startup+15.1018 s]
/proc/loadavg: 2.31 2.11 2.04 3/83 19083
/proc/meminfo: memFree=1480400/2055920 swapFree=4180240/4192956
[pid=19070] ppid=19068 vsize=868088 CPUtime=14.95
/proc/19070/stat : 19070 (java) S 19068 19070 16959 0 -1 0 49253 586 1 0 1437 50 7 1 18 0 9 0 1996920817 888922112 31229 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19070/statm: 217022 31229 2637 9 0 211528 0
[pid=19070/tid=19072] ppid=19068 vsize=868088 CPUtime=14.19
/proc/19070/task/19072/stat : 19072 (java) R 19068 19070 16959 0 -1 64 28211 586 1 0 1369 42 7 1 25 0 9 0 1996920818 888922112 31229 996147200 134512640 134550740 4294955968 18446744073709551615 4126728603 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19070/tid=19073] ppid=19068 vsize=868088 CPUtime=0.48
/proc/19070/task/19073/stat : 19073 (java) S 19068 19070 16959 0 -1 64 19163 586 0 0 35 5 7 1 16 0 9 0 1996920819 888922112 31229 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19070/tid=19074] ppid=19068 vsize=868088 CPUtime=0.08
/proc/19070/task/19074/stat : 19074 (java) S 19068 19070 16959 0 -1 64 17 586 0 0 0 0 7 1 16 0 9 0 1996920819 888922112 31229 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19070/tid=19075] ppid=19068 vsize=868088 CPUtime=0.08
/proc/19070/task/19075/stat : 19075 (java) S 19068 19070 16959 0 -1 64 10 586 0 0 0 0 7 1 16 0 9 0 1996920819 888922112 31229 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19070/tid=19076] ppid=19068 vsize=868088 CPUtime=0.08
/proc/19070/task/19076/stat : 19076 (java) S 19068 19070 16959 0 -1 64 1 586 0 0 0 0 7 1 23 0 9 0 1996920821 888922112 31229 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19070/tid=19077] ppid=19068 vsize=868088 CPUtime=0.41
/proc/19070/task/19077/stat : 19077 (java) S 19068 19070 16959 0 -1 64 1009 586 0 0 32 1 7 1 15 0 9 0 1996920821 888922112 31229 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19070/tid=19078] ppid=19068 vsize=868088 CPUtime=0.08
/proc/19070/task/19078/stat : 19078 (java) S 19068 19070 16959 0 -1 64 1 586 0 0 0 0 7 1 24 0 9 0 1996920821 888922112 31229 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19070/tid=19079] ppid=19068 vsize=868088 CPUtime=0.08
/proc/19070/task/19079/stat : 19079 (java) S 19068 19070 16959 0 -1 64 40 586 0 0 0 0 7 1 15 0 9 0 1996920821 888922112 31229 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.95
Current children cumulated vsize (KiB) 868088

[startup+15.9029 s]
/proc/loadavg: 2.31 2.11 2.04 3/83 19083
/proc/meminfo: memFree=1480336/2055920 swapFree=4180240/4192956
[pid=19070] ppid=19068 vsize=868088 CPUtime=15.74
/proc/19070/stat : 19070 (java) S 19068 19070 16959 0 -1 0 49258 586 1 0 1516 50 7 1 18 0 9 0 1996920817 888922112 31232 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19070/statm: 217022 31232 2637 9 0 211528 0
[pid=19070/tid=19072] ppid=19068 vsize=868088 CPUtime=14.97
/proc/19070/task/19072/stat : 19072 (java) R 19068 19070 16959 0 -1 64 28213 586 1 0 1447 42 7 1 25 0 9 0 1996920818 888922112 31232 996147200 134512640 134550740 4294955968 18446744073709551615 4127041768 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19070/tid=19073] ppid=19068 vsize=868088 CPUtime=0.49
/proc/19070/task/19073/stat : 19073 (java) S 19068 19070 16959 0 -1 64 19166 586 0 0 36 5 7 1 16 0 9 0 1996920819 888922112 31232 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19070/tid=19074] ppid=19068 vsize=868088 CPUtime=0.08
/proc/19070/task/19074/stat : 19074 (java) S 19068 19070 16959 0 -1 64 17 586 0 0 0 0 7 1 16 0 9 0 1996920819 888922112 31232 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19070/tid=19075] ppid=19068 vsize=868088 CPUtime=0.08
/proc/19070/task/19075/stat : 19075 (java) S 19068 19070 16959 0 -1 64 10 586 0 0 0 0 7 1 16 0 9 0 1996920819 888922112 31232 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19070/tid=19076] ppid=19068 vsize=868088 CPUtime=0.08
/proc/19070/task/19076/stat : 19076 (java) S 19068 19070 16959 0 -1 64 1 586 0 0 0 0 7 1 23 0 9 0 1996920821 888922112 31232 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19070/tid=19077] ppid=19068 vsize=868088 CPUtime=0.41
/proc/19070/task/19077/stat : 19077 (java) S 19068 19070 16959 0 -1 64 1009 586 0 0 32 1 7 1 15 0 9 0 1996920821 888922112 31232 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19070/tid=19078] ppid=19068 vsize=868088 CPUtime=0.08
/proc/19070/task/19078/stat : 19078 (java) S 19068 19070 16959 0 -1 64 1 586 0 0 0 0 7 1 24 0 9 0 1996920821 888922112 31232 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19070/tid=19079] ppid=19068 vsize=868088 CPUtime=0.08
/proc/19070/task/19079/stat : 19079 (java) S 19068 19070 16959 0 -1 64 40 586 0 0 0 0 7 1 15 0 9 0 1996920821 888922112 31232 996147200 134512640 134550740 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) 868088

[startup+16.1029 s]
/proc/loadavg: 2.31 2.11 2.04 3/83 19083
/proc/meminfo: memFree=1480336/2055920 swapFree=4180240/4192956
[pid=19070] ppid=19068 vsize=868088 CPUtime=15.93
/proc/19070/stat : 19070 (java) S 19068 19070 16959 0 -1 0 49272 586 1 0 1534 51 7 1 18 0 9 0 1996920817 888922112 31238 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19070/statm: 217022 31238 2637 9 0 211528 0
[pid=19070/tid=19072] ppid=19068 vsize=868088 CPUtime=15.14
/proc/19070/task/19072/stat : 19072 (java) S 19068 19070 16959 0 -1 64 28225 586 1 0 1464 42 7 1 25 0 9 0 1996920818 888922112 31238 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19070/tid=19073] ppid=19068 vsize=868088 CPUtime=0.49
/proc/19070/task/19073/stat : 19073 (java) S 19068 19070 16959 0 -1 64 19166 586 0 0 36 5 7 1 16 0 9 0 1996920819 888922112 31238 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19070/tid=19074] ppid=19068 vsize=868088 CPUtime=0.08
/proc/19070/task/19074/stat : 19074 (java) S 19068 19070 16959 0 -1 64 17 586 0 0 0 0 7 1 16 0 9 0 1996920819 888922112 31238 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19070/tid=19075] ppid=19068 vsize=868088 CPUtime=0.08
/proc/19070/task/19075/stat : 19075 (java) S 19068 19070 16959 0 -1 64 10 586 0 0 0 0 7 1 16 0 9 0 1996920819 888922112 31238 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19070/tid=19076] ppid=19068 vsize=868088 CPUtime=0.08
/proc/19070/task/19076/stat : 19076 (java) S 19068 19070 16959 0 -1 64 1 586 0 0 0 0 7 1 23 0 9 0 1996920821 888922112 31238 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19070/tid=19077] ppid=19068 vsize=868088 CPUtime=0.41
/proc/19070/task/19077/stat : 19077 (java) S 19068 19070 16959 0 -1 64 1011 586 0 0 32 1 7 1 15 0 9 0 1996920821 888922112 31238 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19070/tid=19078] ppid=19068 vsize=868088 CPUtime=0.08
/proc/19070/task/19078/stat : 19078 (java) S 19068 19070 16959 0 -1 64 1 586 0 0 0 0 7 1 24 0 9 0 1996920821 888922112 31238 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19070/tid=19079] ppid=19068 vsize=868088 CPUtime=0.08
/proc/19070/task/19079/stat : 19079 (java) S 19068 19070 16959 0 -1 64 40 586 0 0 0 0 7 1 15 0 9 0 1996920821 888922112 31238 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.93
Current children cumulated vsize (KiB) 868088

Child status: 0
Real time (s): 16.1444
CPU time (s): 15.9676
CPU user time (s): 15.4207
CPU system time (s): 0.546916
CPU usage (%): 98.9046
Max. virtual memory (cumulated for all children) (KiB): 869820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.4207
system time used= 0.546916
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49886
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= 2088
involuntary context switches= 2121

runsolver used 0.017997 second user time and 0.06499 second system time

The end

Launcher Data (download as text)

Begin job on node50 at 2008-07-04 15:51:28
IDJOB=1074712
IDBENCH=56430
IDSOLVER=363
FILE ID=node50/1074712-1215179488
PBS_JOBID= 7881466
Free space on /tmp= 66508 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/os-taillard-20/normalized-os-taillard-20-100-1.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-1074712-1215179488/watcher-1074712-1215179488 -o /tmp/evaluation-result-1074712-1215179488/solver-1074712-1215179488 -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-1074712-1215179488.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4cf62a1b83c7d6776b82d5fd63452e47
RANDOM SEED=177336479

node50.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.261
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.261
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:       1595776 kB
Buffers:         64344 kB
Cached:         208276 kB
SwapCached:       6724 kB
Active:         302748 kB
Inactive:        85288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1595776 kB
SwapTotal:     4192956 kB
SwapFree:      4180240 kB
Dirty:            3160 kB
Writeback:           0 kB
Mapped:         122040 kB
Slab:            57012 kB
Committed_AS:  4044292 kB
PageTables:       2144 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= 66504 MiB
End job on node50 at 2008-07-04 15:51:45