Trace number 199278

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, and are wall clock time (not CPU 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
sugar 0.40? (TO) 1800.11 1816.53

General information on the benchmark

NameallIntervalSeries/
series-60.xml
MD5SUM8f85eea3033e31656586e8b382e7a398
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.633903
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables119
Number of constraints3540
Maximum constraint arity3
Maximum domain size60
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3540
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04	c # Sugar v0-40 (/tmp/evaluation/199278-1170094074/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/199278-1170094074/unknown.xml [Mon Jan 29 19:07:54 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/199278-1170094074/unknown.xml /tmp/evaluation/199278-1170094074/sugar22254.csp [Mon Jan 29 19:07:54 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/199278-1170094074/sugar-v0-40.jar -convert /tmp/evaluation/199278-1170094074/unknown.xml /tmp/evaluation/199278-1170094074/sugar22254.csp
0.16	c BEGIN convert /tmp/evaluation/199278-1170094074/unknown.xml
0.65	c END convert (0.492765 seconds)
0.69	c # CONVERT_XML  END : /tmp/evaluation/199278-1170094074/sugar22254.csp 53225 bytes (1 seconds) [Mon Jan 29 19:07:55 2007]
0.69	c # CONVERT_XML  CPU : 0.59 = 0 + 0 + 0.54 + 0.05
0.69	
0.69	c # GENERATE_SAT  BEGIN : /tmp/evaluation/199278-1170094074/sugar22254.bcnf [Mon Jan 29 19:07:55 2007]
0.69	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/199278-1170094074/sugar-v0-40.jar -bcnf -map /tmp/evaluation/199278-1170094074/sugar22254.map /tmp/evaluation/199278-1170094074/sugar22254.csp /tmp/evaluation/199278-1170094074/sugar22254.bcnf
0.81	c BEGIN parse /tmp/evaluation/199278-1170094074/sugar22254.csp
1.28	c END parse (0.472821 seconds)
1.28	c BEGIN simplify
1.34	c END simplify (0.058952 seconds)
1.34	c BEGIN encode /tmp/evaluation/199278-1170094074/sugar22254.bcnf
2.62	c END encode (1.27612 seconds)
2.70	c # GENERATE_SAT  END : 21004 variables 1287851 clauses 22040328 bytes (2 seconds) [Mon Jan 29 19:07:57 2007]
2.70	c # GENERATE_SAT  CPU : 1.96 = 0.06 + 0.01 + 1.76 + 0.13
2.70	
2.70	c # SOLVE_SAT  BEGIN : /tmp/evaluation/199278-1170094074/sugar22254.bcnf [Mon Jan 29 19:07:57 2007]
2.70	c # CMD : /tmp/evaluation/199278-1170094074/minisat /tmp/evaluation/199278-1170094074/sugar22254.bcnf /tmp/evaluation/199278-1170094074/sugar22254.out
3.56	c ==================================[MINISAT]===================================
3.56	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
3.56	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
3.56	c ==============================================================================
3.56	c |         0 | 1064949  3588496 |  354983       0        0     nan |  0.000 % |
3.99	c |       103 | 1064949  3588496 |  390481     103     1921    18.7 | 16.854 % |
4.09	c |       253 | 1064949  3588496 |  429529     253     3656    14.5 | 16.854 % |
4.59	c |       478 | 1064949  3588496 |  472482     478    12952    27.1 | 16.854 % |
5.19	c |       815 | 1064949  3588496 |  519730     815    27607    33.9 | 16.854 % |
6.11	c |      1321 | 1064949  3588496 |  571703    1321    48979    37.1 | 16.854 % |
6.97	c |      2082 | 1064949  3588496 |  628874    2082    78889    37.9 | 16.854 % |
9.06	c |      3221 | 1064949  3588496 |  691761    3221   135680    42.1 | 16.854 % |
13.66	c |      4929 | 1064949  3588496 |  760937    4929   215501    43.7 | 16.854 % |
21.09	c |      7492 | 1064949  3588496 |  837031    7492   338158    45.1 | 16.854 % |
28.83	c |     11337 | 1064949  3588496 |  920734   11337   526152    46.4 | 16.854 % |
39.57	c |     17103 | 1064949  3588496 | 1012807   17103   779078    45.6 | 16.854 % |
56.03	c |     25752 | 1064949  3588496 | 1114088   25752  1355826    52.6 | 16.854 % |
94.40	c |     38728 | 1064949  3588496 | 1225497   38728  2258986    58.3 | 16.854 % |
143.36	c |     58193 | 1064949  3588496 | 1348047   58193  3467584    59.6 | 16.854 % |
212.32	c |     87386 | 1064949  3588496 | 1482852   87386  5463079    62.5 | 16.854 % |
318.18	c |    131175 | 1064949  3588496 | 1631137  131175  8263471    63.0 | 16.854 % |
545.04	c |    196861 | 1064949  3588496 | 1794251  196861 12500710    63.5 | 16.854 % |
928.16	c |    295387 | 1064949  3588496 | 1973676  295387 19276530    65.3 | 16.854 % |
1477.26	c |    443176 | 1064949  3588496 | 2171043  443176 27395415    61.8 | 16.854 % |
1815.51	
1815.51	s UNKNOWN
1815.51	c # INTERRUPTED
1815.51	c # MAIN  END :  (1815 seconds) [Mon Jan 29 19:38:09 2007]
1815.51	c # MAIN  CPU : 2.55 = 0.06 + 0.01 + 2.3 + 0.18
1815.51	

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: UNKNOWN

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node75/watcher-199278-1170094074 -o ROOT/results/node75/solver-199278-1170094074 -C 1800 -M 900 /tmp/evaluation/199278-1170094074/solver /tmp/evaluation/199278-1170094074 /tmp/evaluation/199278-1170094074/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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

/proc/loadavg: 2.46 2.99 3.02 4/82 22255
/proc/meminfo: memFree=1381520/2055920 swapFree=4192956/4192956
[pid=22254] ppid=22252 vsize=18540 CPUtime=0
/proc/22254/stat : 22254 (runsolver) R 22252 22254 21647 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 29373225 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 231882681639 0 0 4096 24578 0 0 0 17 1 0 0
/proc/22254/statm: 4635 279 244 17 0 2626 0

[startup+0.10742 s]
/proc/loadavg: 2.46 2.99 3.02 4/82 22255
/proc/meminfo: memFree=1381520/2055920 swapFree=4192956/4192956
[pid=22254] ppid=22252 vsize=13724 CPUtime=0.03
/proc/22254/stat : 22254 (sugar) S 22252 22254 21647 0 -1 4194304 1112 0 0 0 3 0 0 0 18 0 1 0 29373225 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22254/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.515467 s]
/proc/loadavg: 2.46 2.99 3.02 4/82 22255
/proc/meminfo: memFree=1381520/2055920 swapFree=4192956/4192956
[pid=22254] ppid=22252 vsize=13724 CPUtime=0.03
/proc/22254/stat : 22254 (sugar) S 22252 22254 21647 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 29373225 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22254/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33757 s]
/proc/loadavg: 2.46 2.99 3.02 4/90 22271
/proc/meminfo: memFree=1343568/2055920 swapFree=4192956/4192956
[pid=22254] ppid=22252 vsize=13724 CPUtime=0.62
/proc/22254/stat : 22254 (sugar) S 22252 22254 21647 0 -1 4194304 1190 6081 0 1 3 0 54 5 15 0 1 0 29373225 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22254/statm: 3431 809 371 3 0 531 0
[pid=22264] ppid=22254 vsize=807360 CPUtime=0.62
/proc/22264/stat : 22264 (java) R 22254 22254 21647 0 -1 0 7449 0 1 0 58 4 0 0 25 0 8 0 29373295 826736640 7198 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22264/statm: 201840 7198 1506 14 0 189118 0
[pid=22264/tid=22265] ppid=22254 vsize=807360 CPUtime=0.04
/proc/22264/task/22265/stat : 22265 (java) R 22254 22254 21647 0 -1 64 1248 0 0 0 4 0 0 0 16 0 8 0 29373298 826736640 7198 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155528742 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22264/tid=22266] ppid=22254 vsize=807360 CPUtime=0
/proc/22264/task/22266/stat : 22266 (java) S 22254 22254 21647 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29373298 826736640 7198 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22264/tid=22267] ppid=22254 vsize=807360 CPUtime=0
/proc/22264/task/22267/stat : 22267 (java) S 22254 22254 21647 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29373298 826736640 7198 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22264/tid=22268] ppid=22254 vsize=807360 CPUtime=0
/proc/22264/task/22268/stat : 22268 (java) S 22254 22254 21647 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 29373301 826736640 7198 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22264/tid=22269] ppid=22254 vsize=807360 CPUtime=0.13
/proc/22264/task/22269/stat : 22269 (java) S 22254 22254 21647 0 -1 64 411 0 0 0 12 1 0 0 16 0 8 0 29373301 826736640 7198 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22264/tid=22270] ppid=22254 vsize=807360 CPUtime=0
/proc/22264/task/22270/stat : 22270 (java) S 22254 22254 21647 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29373301 826736640 7198 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22264/tid=22271] ppid=22254 vsize=807360 CPUtime=0
/proc/22264/task/22271/stat : 22271 (java) S 22254 22254 21647 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29373301 826736640 7198 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 821084

[startup+2.98976 s]
/proc/loadavg: 2.46 2.99 3.02 3/90 22271
/proc/meminfo: memFree=1303120/2055920 swapFree=4192956/4192956
[pid=22254] ppid=22252 vsize=17740 CPUtime=2.58
/proc/22254/stat : 22254 (sugar) S 22252 22254 21647 0 -1 4194304 2259 13593 0 2 9 1 230 18 16 0 1 0 29373225 18165760 1782 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22254/statm: 4435 1782 373 3 0 1535 0
Current children cumulated CPU time (s) 2.58
Current children cumulated vsize (KiB) 17740

[startup+6.27815 s]
/proc/loadavg: 2.43 2.98 3.02 3/76 22273
/proc/meminfo: memFree=1019912/2055920 swapFree=4192956/4192956
[pid=22254] ppid=22252 vsize=17740 CPUtime=2.58
/proc/22254/stat : 22254 (sugar) S 22252 22254 21647 0 -1 4194304 2269 13593 0 2 9 1 230 18 16 0 1 0 29373225 18165760 1782 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22254/statm: 4435 1782 373 3 0 1535 0
[pid=22273] ppid=22254 vsize=51244 CPUtime=3.53
/proc/22273/stat : 22273 (minisat) R 22254 22254 21647 0 -1 0 13096 0 0 0 344 9 0 0 25 0 1 0 29373496 52473856 12059 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528418 0 0 4096 3 0 0 0 17 0 0 0
/proc/22273/statm: 12811 12059 52 112 0 12695 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 68984

[startup+12.7549 s]
/proc/loadavg: 2.39 2.96 3.01 3/76 22273
/proc/meminfo: memFree=878352/2055920 swapFree=4192956/4192956
[pid=22254] ppid=22252 vsize=17740 CPUtime=2.58
/proc/22254/stat : 22254 (sugar) S 22252 22254 21647 0 -1 4194304 2269 13593 0 2 9 1 230 18 16 0 1 0 29373225 18165760 1782 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22254/statm: 4435 1782 373 3 0 1535 0
[pid=22273] ppid=22254 vsize=51656 CPUtime=9.94
/proc/22273/stat : 22273 (minisat) R 22254 22254 21647 0 -1 0 13170 0 0 0 984 10 0 0 25 0 1 0 29373496 52895744 12133 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/22273/statm: 12914 12133 52 112 0 12798 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 69396

[startup+25.5784 s]
/proc/loadavg: 2.30 2.91 2.99 3/76 22273
/proc/meminfo: memFree=877776/2055920 swapFree=4192956/4192956
[pid=22254] ppid=22252 vsize=17740 CPUtime=2.58
/proc/22254/stat : 22254 (sugar) S 22252 22254 21647 0 -1 4194304 2269 13593 0 2 9 1 230 18 16 0 1 0 29373225 18165760 1782 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22254/statm: 4435 1782 373 3 0 1535 0
[pid=22273] ppid=22254 vsize=52492 CPUtime=22.66
/proc/22273/stat : 22273 (minisat) R 22254 22254 21647 0 -1 0 13402 0 0 0 2255 11 0 0 25 0 1 0 29373496 53751808 12365 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/22273/statm: 13123 12365 52 112 0 13007 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 70232

[startup+51.2505 s]
/proc/loadavg: 2.20 2.84 2.97 3/76 22273
/proc/meminfo: memFree=875152/2055920 swapFree=4192956/4192956
[pid=22254] ppid=22252 vsize=17740 CPUtime=2.58
/proc/22254/stat : 22254 (sugar) S 22252 22254 21647 0 -1 4194304 2269 13593 0 2 9 1 230 18 16 0 1 0 29373225 18165760 1782 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22254/statm: 4435 1782 373 3 0 1535 0
[pid=22273] ppid=22254 vsize=55416 CPUtime=48.07
/proc/22273/stat : 22273 (minisat) R 22254 22254 21647 0 -1 0 14113 0 0 0 4795 12 0 0 25 0 1 0 29373496 56745984 13076 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/22273/statm: 13854 13076 52 112 0 13738 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 73156

[startup+102.479 s]
/proc/loadavg: 2.08 2.71 2.91 3/76 22273
/proc/meminfo: memFree=862608/2055920 swapFree=4192956/4192956
[pid=22254] ppid=22252 vsize=17740 CPUtime=2.58
/proc/22254/stat : 22254 (sugar) S 22252 22254 21647 0 -1 4194304 2269 13593 0 2 9 1 230 18 16 0 1 0 29373225 18165760 1782 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22254/statm: 4435 1782 373 3 0 1535 0
[pid=22273] ppid=22254 vsize=61212 CPUtime=98.8
/proc/22273/stat : 22273 (minisat) R 22254 22254 21647 0 -1 0 15537 0 0 0 9865 15 0 0 25 0 1 0 29373496 62681088 14500 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528771 0 0 4096 3 0 0 0 17 0 0 0
/proc/22273/statm: 15303 14500 52 112 0 15187 0
Current children cumulated CPU time (s) 101.38
Current children cumulated vsize (KiB) 78952

[startup+162.545 s]
/proc/loadavg: 2.03 2.57 2.85 3/76 22273
/proc/meminfo: memFree=854736/2055920 swapFree=4192956/4192956
[pid=22254] ppid=22252 vsize=17740 CPUtime=2.58
/proc/22254/stat : 22254 (sugar) S 22252 22254 21647 0 -1 4194304 2269 13593 0 2 9 1 230 18 16 0 1 0 29373225 18165760 1782 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22254/statm: 4435 1782 373 3 0 1535 0
[pid=22273] ppid=22254 vsize=68072 CPUtime=158.37
/proc/22273/stat : 22273 (minisat) R 22254 22254 21647 0 -1 0 17230 0 0 0 15820 17 0 0 25 0 1 0 29373496 69705728 16193 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/22273/statm: 17018 16193 52 112 0 16902 0
Current children cumulated CPU time (s) 160.95
Current children cumulated vsize (KiB) 85812

[startup+222.611 s]
/proc/loadavg: 2.07 2.48 2.80 3/76 22273
/proc/meminfo: memFree=844496/2055920 swapFree=4192956/4192956
[pid=22254] ppid=22252 vsize=17740 CPUtime=2.58
/proc/22254/stat : 22254 (sugar) S 22252 22254 21647 0 -1 4194304 2269 13593 0 2 9 1 230 18 16 0 1 0 29373225 18165760 1782 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22254/statm: 4435 1782 373 3 0 1535 0
[pid=22273] ppid=22254 vsize=75912 CPUtime=217.92
/proc/22273/stat : 22273 (minisat) R 22254 22254 21647 0 -1 0 19182 0 0 0 21772 20 0 0 25 0 1 0 29373496 77733888 18145 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528776 0 0 4096 3 0 0 0 17 0 0 0
/proc/22273/statm: 18978 18145 52 112 0 18862 0
Current children cumulated CPU time (s) 220.5
Current children cumulated vsize (KiB) 93652

[startup+282.674 s]
/proc/loadavg: 2.02 2.39 2.75 3/76 22273
/proc/meminfo: memFree=837136/2055920 swapFree=4192956/4192956
[pid=22254] ppid=22252 vsize=17740 CPUtime=2.58
/proc/22254/stat : 22254 (sugar) S 22252 22254 21647 0 -1 4194304 2269 13593 0 2 9 1 230 18 16 0 1 0 29373225 18165760 1782 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22254/statm: 4435 1782 373 3 0 1535 0
[pid=22273] ppid=22254 vsize=83036 CPUtime=277.49
/proc/22273/stat : 22273 (minisat) R 22254 22254 21647 0 -1 0 20963 0 0 0 27726 23 0 0 25 0 1 0 29373496 85028864 19926 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/22273/statm: 20759 19926 52 112 0 20643 0
Current children cumulated CPU time (s) 280.07
Current children cumulated vsize (KiB) 100776

[startup+342.77 s]
/proc/loadavg: 2.01 2.32 2.70 3/76 22273
/proc/meminfo: memFree=830672/2055920 swapFree=4192956/4192956
[pid=22254] ppid=22252 vsize=17740 CPUtime=2.58
/proc/22254/stat : 22254 (sugar) S 22252 22254 21647 0 -1 4194304 2269 13593 0 2 9 1 230 18 16 0 1 0 29373225 18165760 1782 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22254/statm: 4435 1782 373 3 0 1535 0
[pid=22273] ppid=22254 vsize=89628 CPUtime=337.06
/proc/22273/stat : 22273 (minisat) R 22254 22254 21647 0 -1 0 22565 0 0 0 33680 26 0 0 25 0 1 0 29373496 91779072 21528 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528771 0 0 4096 3 0 0 0 17 0 0 0
/proc/22273/statm: 22407 21528 52 112 0 22291 0
Current children cumulated CPU time (s) 339.64
Current children cumulated vsize (KiB) 107368

[startup+402.849 s]
/proc/loadavg: 2.00 2.26 2.65 3/76 22273
/proc/meminfo: memFree=826000/2055920 swapFree=4192956/4192956
[pid=22254] ppid=22252 vsize=17740 CPUtime=2.58
/proc/22254/stat : 22254 (sugar) S 22252 22254 21647 0 -1 4194304 2269 13593 0 2 9 1 230 18 16 0 1 0 29373225 18165760 1782 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22254/statm: 4435 1782 373 3 0 1535 0
[pid=22273] ppid=22254 vsize=94248 CPUtime=396.6
/proc/22273/stat : 22273 (minisat) R 22254 22254 21647 0 -1 0 23741 0 0 0 39631 29 0 0 25 0 1 0 29373496 96509952 22704 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528572 0 0 4096 3 0 0 0 17 0 0 0
/proc/22273/statm: 23562 22704 52 112 0 23446 0
Current children cumulated CPU time (s) 399.18
Current children cumulated vsize (KiB) 111988

[startup+462.913 s]
/proc/loadavg: 2.06 2.22 2.62 3/76 22273
/proc/meminfo: memFree=820752/2055920 swapFree=4192956/4192956
[pid=22254] ppid=22252 vsize=17740 CPUtime=2.58
/proc/22254/stat : 22254 (sugar) S 22252 22254 21647 0 -1 4194304 2269 13593 0 2 9 1 230 18 16 0 1 0 29373225 18165760 1782 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22254/statm: 4435 1782 373 3 0 1535 0
[pid=22273] ppid=22254 vsize=99388 CPUtime=456.17
/proc/22273/stat : 22273 (minisat) R 22254 22254 21647 0 -1 0 25041 0 0 0 45586 31 0 0 25 0 1 0 29373496 101773312 24004 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/22273/statm: 24847 24004 52 112 0 24731 0
Current children cumulated CPU time (s) 458.75
Current children cumulated vsize (KiB) 117128

################
# More data... #
################

/proc/loadavg: 2.00 2.03 2.29 3/76 22273
/proc/meminfo: memFree=768080/2055920 swapFree=4192956/4192956
[pid=22254] ppid=22252 vsize=17740 CPUtime=2.58
/proc/22254/stat : 22254 (sugar) S 22252 22254 21647 0 -1 4194304 2269 13593 0 2 9 1 230 18 16 0 1 0 29373225 18165760 1782 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22254/statm: 4435 1782 373 3 0 1535 0
[pid=22273] ppid=22254 vsize=152132 CPUtime=1111.28
/proc/22273/stat : 22273 (minisat) R 22254 22254 21647 0 -1 0 38159 0 0 0 111076 52 0 0 25 0 1 0 29373496 155783168 37122 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/22273/statm: 38033 37122 52 112 0 37917 0
Current children cumulated CPU time (s) 1113.86
Current children cumulated vsize (KiB) 169872

[startup+1183.65 s]
/proc/loadavg: 2.00 2.02 2.27 3/76 22273
/proc/meminfo: memFree=763664/2055920 swapFree=4192956/4192956
[pid=22254] ppid=22252 vsize=17740 CPUtime=2.58
/proc/22254/stat : 22254 (sugar) S 22252 22254 21647 0 -1 4194304 2269 13593 0 2 9 1 230 18 16 0 1 0 29373225 18165760 1782 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22254/statm: 4435 1782 373 3 0 1535 0
[pid=22273] ppid=22254 vsize=156600 CPUtime=1170.85
/proc/22273/stat : 22273 (minisat) R 22254 22254 21647 0 -1 0 39293 0 0 0 117032 53 0 0 25 0 1 0 29373496 160358400 38256 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/22273/statm: 39150 38256 52 112 0 39034 0
Current children cumulated CPU time (s) 1173.43
Current children cumulated vsize (KiB) 174340

[startup+1243.71 s]
/proc/loadavg: 2.05 2.03 2.25 3/76 22273
/proc/meminfo: memFree=759632/2055920 swapFree=4192956/4192956
[pid=22254] ppid=22252 vsize=17740 CPUtime=2.58
/proc/22254/stat : 22254 (sugar) S 22252 22254 21647 0 -1 4194304 2269 13593 0 2 9 1 230 18 16 0 1 0 29373225 18165760 1782 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22254/statm: 4435 1782 373 3 0 1535 0
[pid=22273] ppid=22254 vsize=160324 CPUtime=1230.43
/proc/22273/stat : 22273 (minisat) R 22254 22254 21647 0 -1 0 40241 0 0 0 122988 55 0 0 25 0 1 0 29373496 164171776 39204 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/22273/statm: 40081 39204 52 112 0 39965 0
Current children cumulated CPU time (s) 1233.01
Current children cumulated vsize (KiB) 178064

[startup+1303.78 s]
/proc/loadavg: 2.02 2.02 2.24 3/76 22273
/proc/meminfo: memFree=756048/2055920 swapFree=4192956/4192956
[pid=22254] ppid=22252 vsize=17740 CPUtime=2.58
/proc/22254/stat : 22254 (sugar) S 22252 22254 21647 0 -1 4194304 2269 13593 0 2 9 1 230 18 16 0 1 0 29373225 18165760 1782 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22254/statm: 4435 1782 373 3 0 1535 0
[pid=22273] ppid=22254 vsize=164052 CPUtime=1289.97
/proc/22273/stat : 22273 (minisat) R 22254 22254 21647 0 -1 0 41153 0 0 0 128941 56 0 0 25 0 1 0 29373496 167989248 40116 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/22273/statm: 41013 40116 52 112 0 40897 0
Current children cumulated CPU time (s) 1292.55
Current children cumulated vsize (KiB) 181792

[startup+1363.85 s]
/proc/loadavg: 2.00 2.02 2.22 3/76 22273
/proc/meminfo: memFree=752720/2055920 swapFree=4192956/4192956
[pid=22254] ppid=22252 vsize=17740 CPUtime=2.58
/proc/22254/stat : 22254 (sugar) S 22252 22254 21647 0 -1 4194304 2269 13593 0 2 9 1 230 18 16 0 1 0 29373225 18165760 1782 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22254/statm: 4435 1782 373 3 0 1535 0
[pid=22273] ppid=22254 vsize=167340 CPUtime=1349.54
/proc/22273/stat : 22273 (minisat) R 22254 22254 21647 0 -1 0 41978 0 0 0 134897 57 0 0 25 0 1 0 29373496 171356160 40941 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/22273/statm: 41835 40941 52 112 0 41719 0
Current children cumulated CPU time (s) 1352.12
Current children cumulated vsize (KiB) 185080

[startup+1423.91 s]
/proc/loadavg: 2.00 2.01 2.20 3/76 22273
/proc/meminfo: memFree=749072/2055920 swapFree=4192956/4192956
[pid=22254] ppid=22252 vsize=17740 CPUtime=2.58
/proc/22254/stat : 22254 (sugar) S 22252 22254 21647 0 -1 4194304 2269 13593 0 2 9 1 230 18 16 0 1 0 29373225 18165760 1782 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22254/statm: 4435 1782 373 3 0 1535 0
[pid=22273] ppid=22254 vsize=170768 CPUtime=1409.1
/proc/22273/stat : 22273 (minisat) R 22254 22254 21647 0 -1 0 42874 0 0 0 140851 59 0 0 25 0 1 0 29373496 174866432 41837 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528058 0 0 4096 3 0 0 0 17 0 0 0
/proc/22273/statm: 42692 41837 52 112 0 42576 0
Current children cumulated CPU time (s) 1411.68
Current children cumulated vsize (KiB) 188508

[startup+1483.99 s]
/proc/loadavg: 2.00 2.01 2.19 3/76 22273
/proc/meminfo: memFree=745680/2055920 swapFree=4192956/4192956
[pid=22254] ppid=22252 vsize=17740 CPUtime=2.58
/proc/22254/stat : 22254 (sugar) S 22252 22254 21647 0 -1 4194304 2269 13593 0 2 9 1 230 18 16 0 1 0 29373225 18165760 1782 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22254/statm: 4435 1782 373 3 0 1535 0
[pid=22273] ppid=22254 vsize=174200 CPUtime=1468.66
/proc/22273/stat : 22273 (minisat) R 22254 22254 21647 0 -1 0 43722 0 0 0 146805 61 0 0 25 0 1 0 29373496 178380800 42685 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/22273/statm: 43550 42685 52 112 0 43434 0
Current children cumulated CPU time (s) 1471.24
Current children cumulated vsize (KiB) 191940

[startup+1544.05 s]
/proc/loadavg: 2.00 2.00 2.17 3/76 22273
/proc/meminfo: memFree=742800/2055920 swapFree=4192956/4192956
[pid=22254] ppid=22252 vsize=17740 CPUtime=2.58
/proc/22254/stat : 22254 (sugar) S 22252 22254 21647 0 -1 4194304 2269 13593 0 2 9 1 230 18 16 0 1 0 29373225 18165760 1782 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22254/statm: 4435 1782 373 3 0 1535 0
[pid=22273] ppid=22254 vsize=176960 CPUtime=1528.23
/proc/22273/stat : 22273 (minisat) R 22254 22254 21647 0 -1 0 44444 0 0 0 152761 62 0 0 25 0 1 0 29373496 181207040 43407 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/22273/statm: 44240 43407 52 112 0 44124 0
Current children cumulated CPU time (s) 1530.81
Current children cumulated vsize (KiB) 194700

[startup+1604.12 s]
/proc/loadavg: 2.00 2.00 2.16 3/76 22275
/proc/meminfo: memFree=739472/2055920 swapFree=4192956/4192956
[pid=22254] ppid=22252 vsize=17740 CPUtime=2.58
/proc/22254/stat : 22254 (sugar) S 22252 22254 21647 0 -1 4194304 2269 13593 0 2 9 1 230 18 16 0 1 0 29373225 18165760 1782 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22254/statm: 4435 1782 373 3 0 1535 0
[pid=22273] ppid=22254 vsize=181160 CPUtime=1587.79
/proc/22273/stat : 22273 (minisat) R 22254 22254 21647 0 -1 0 45267 0 0 0 158716 63 0 0 25 0 1 0 29373496 185507840 44230 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/22273/statm: 45290 44230 52 112 0 45174 0
Current children cumulated CPU time (s) 1590.37
Current children cumulated vsize (KiB) 198900

[startup+1664.19 s]
/proc/loadavg: 2.00 2.00 2.15 3/76 22275
/proc/meminfo: memFree=735696/2055920 swapFree=4192956/4192956
[pid=22254] ppid=22252 vsize=17740 CPUtime=2.58
/proc/22254/stat : 22254 (sugar) S 22252 22254 21647 0 -1 4194304 2269 13593 0 2 9 1 230 18 16 0 1 0 29373225 18165760 1782 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22254/statm: 4435 1782 373 3 0 1535 0
[pid=22273] ppid=22254 vsize=184716 CPUtime=1647.34
/proc/22273/stat : 22273 (minisat) R 22254 22254 21647 0 -1 0 46187 0 0 0 164669 65 0 0 25 0 1 0 29373496 189149184 45150 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 0 0 0
/proc/22273/statm: 46179 45150 52 112 0 46063 0
Current children cumulated CPU time (s) 1649.92
Current children cumulated vsize (KiB) 202456

[startup+1724.29 s]
/proc/loadavg: 2.00 2.00 2.14 3/76 22275
/proc/meminfo: memFree=731920/2055920 swapFree=4192956/4192956
[pid=22254] ppid=22252 vsize=17740 CPUtime=2.58
/proc/22254/stat : 22254 (sugar) S 22252 22254 21647 0 -1 4194304 2269 13593 0 2 9 1 230 18 16 0 1 0 29373225 18165760 1782 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22254/statm: 4435 1782 373 3 0 1535 0
[pid=22273] ppid=22254 vsize=188408 CPUtime=1706.92
/proc/22273/stat : 22273 (minisat) R 22254 22254 21647 0 -1 0 47124 0 0 0 170625 67 0 0 25 0 1 0 29373496 192929792 46087 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528340 0 0 4096 3 0 0 0 17 0 0 0
/proc/22273/statm: 47102 46087 52 112 0 46986 0
Current children cumulated CPU time (s) 1709.5
Current children cumulated vsize (KiB) 206148

[startup+1784.35 s]
/proc/loadavg: 2.00 2.00 2.12 3/76 22275
/proc/meminfo: memFree=727824/2055920 swapFree=4192956/4192956
[pid=22254] ppid=22252 vsize=17740 CPUtime=2.58
/proc/22254/stat : 22254 (sugar) S 22252 22254 21647 0 -1 4194304 2269 13593 0 2 9 1 230 18 16 0 1 0 29373225 18165760 1782 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22254/statm: 4435 1782 373 3 0 1535 0
[pid=22273] ppid=22254 vsize=192492 CPUtime=1766.49
/proc/22273/stat : 22273 (minisat) R 22254 22254 21647 0 -1 0 48150 0 0 0 176580 69 0 0 25 0 1 0 29373496 197111808 47113 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/22273/statm: 48123 47113 52 112 0 48007 0
Current children cumulated CPU time (s) 1769.07
Current children cumulated vsize (KiB) 210232



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.5 s]
/proc/loadavg: 2.15 2.03 2.13 3/82 22339
/proc/meminfo: memFree=1002664/2055920 swapFree=4192956/4192956
[pid=22254] ppid=22252 vsize=17740 CPUtime=2.58
/proc/22254/stat : 22254 (sugar) S 22252 22254 21647 0 -1 4194304 2269 13593 0 2 9 1 230 18 16 0 1 0 29373225 18165760 1782 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22254/statm: 4435 1782 373 3 0 1535 0
[pid=22273] ppid=22254 vsize=194868 CPUtime=1797.5
/proc/22273/stat : 22273 (minisat) R 22254 22254 21647 0 -1 0 48737 0 0 0 179679 71 0 0 25 0 1 0 29373496 199544832 47700 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/22273/statm: 48717 47700 52 112 0 48601 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 212608

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 22254 and gives childrusage.ru_utime.tv_sec=2 childrusage.ru_utime.tv_usec=397635 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=216967
CPU time returned by wait4() is 2.6146
while last known CPU time is 1800.11

Solver probably didn't/couldn't wait for its children
Using last known CPU time as value...

Real time (s): 1816.53
CPU time (s): 1800.11
CPU user time (s): 1799.18
CPU system time (s): 0.93
CPU usage (%): 99.096
Max. virtual memory (cumulated for all children) (KiB): 821084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.39764
system time used= 0.216967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15947
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1409
involuntary context switches= 1344

runsolver used 1.76873 s user time and 4.96724 s system time

The end

Launcher Data (download as text)

Begin job on node75 on Mon Jan 29 18:07:54 UTC 2007


IDJOB= 199278
IDBENCH= 3604
IDSOLVER= 86
FILE ID= node75/199278-1170094074

PBS_JOBID= 3689592

Free space on /tmp= 66451 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/allIntervalSeries/series-60.xml
COMMAND LINE= /tmp/evaluation/199278-1170094074/solver /tmp/evaluation/199278-1170094074 /tmp/evaluation/199278-1170094074/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node75/watcher-199278-1170094074 -o ROOT/results/node75/solver-199278-1170094074 -C 1800 -M 900  /tmp/evaluation/199278-1170094074/solver /tmp/evaluation/199278-1170094074 /tmp/evaluation/199278-1170094074/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  8f85eea3033e31656586e8b382e7a398

RANDOM SEED= 79345729

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.218
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.218
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1382000 kB
Buffers:         50996 kB
Cached:         509732 kB
SwapCached:          0 kB
Active:         197836 kB
Inactive:       397260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1382000 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:          116816 kB
Writeback:           0 kB
Mapped:          51080 kB
Slab:            64092 kB
Committed_AS:   333832 kB
PageTables:       1900 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= 66525 MiB



End job on node75 on Mon Jan 29 18:38:10 UTC 2007