Trace number 212796

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
galac 1? (TO) 1800.03 1812.25

General information on the benchmark

NamepseudoSeries/
primesDimacs/f2000.xml
MD5SUM4b7d2542d122d7bd3ac49b0f0b108844
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables4000
Number of constraints10500
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension10500
Global constraints used (with number of constraints)

Solver Data (download as text)

0.60	c --- Preproc Stats ---
19.82	c start processing
19.84	c start relation processing
19.84	c start cnf exporting
20.55	c parsing time : 18.966
20.55	c preprocessing time : 19.694
20.55	
20.55	c Nary constraints - conflicts : 8500 supports : 0
20.55	c Binary constraints - conflicts : 2000 supports :0
20.55	c max arity constraint : 3
20.55	c Max Tuples generated 8
20.55	c relations : 2
20.55	c relations BDD: 0
20.55	c vars : 4001 - clauses :  10500
20.55	
20.59	 
20.59	c --- Minisat Stats ---
20.59	 
1812.25	Terminated

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node60/watcher-212796-1168224074 -o ROOT/results/node60/solver-212796-1168224074 -C 1800 -M 900 /tmp/evaluation/212796-1168224074/galac.sh /tmp/evaluation/212796-1168224074/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.71 2.89 2.78 3/82 22809
/proc/meminfo: memFree=22800/2055920 swapFree=4192812/4192956
[pid=22808] ppid=22806 vsize=18540 CPUtime=0
/proc/22808/stat : 22808 (runsolver) R 22806 22808 22548 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 170805365 18984960 279 18446744073709551615 4194304 4267372 548682069088 18446744073709551615 271894244647 0 0 4096 24578 0 0 0 17 1 0 0
/proc/22808/statm: 4635 279 244 17 0 2626 0

[startup+0.102192 s]
/proc/loadavg: 2.71 2.89 2.78 3/82 22809
/proc/meminfo: memFree=22800/2055920 swapFree=4192812/4192956
[pid=22808] ppid=22806 vsize=18540 CPUtime=0
/proc/22808/stat : 22808 (runsolver) D 22806 22808 22548 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 170805365 18984960 279 18446744073709551615 4194304 4267372 548682069088 18446744073709551615 271894244647 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/22808/statm: 4635 279 244 17 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18540

[startup+0.510231 s]
/proc/loadavg: 2.71 2.89 2.78 3/82 22809
/proc/meminfo: memFree=22800/2055920 swapFree=4192812/4192956
[pid=22808] ppid=22806 vsize=8768 CPUtime=0.01
/proc/22808/stat : 22808 (galac.sh) S 22806 22808 22548 0 -1 4194304 517 1176 5 0 0 0 0 1 16 0 1 0 170805365 8978432 314 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271894413394 0 2 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/22808/statm: 2192 314 217 79 0 185 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8768

[startup+1.33131 s]
/proc/loadavg: 2.71 2.89 2.78 4/90 22829
/proc/meminfo: memFree=15696/2055920 swapFree=4192812/4192956
[pid=22808] ppid=22806 vsize=47568 CPUtime=0.02
/proc/22808/stat : 22808 (galac.sh) S 22806 22808 22548 0 -1 4194304 755 1704 6 0 0 1 0 1 17 0 1 0 170805365 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22808/statm: 11892 363 245 79 0 218 0
[pid=22822] ppid=22808 vsize=861064 CPUtime=0.56
/proc/22822/stat : 22822 (java) R 22808 22808 22548 0 -1 0 8407 0 21 0 51 5 0 0 23 0 8 0 170805425 881729536 8182 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4072944238 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22822/statm: 215266 8182 1954 14 0 201471 0
[pid=22822/tid=22823] ppid=22808 vsize=861064 CPUtime=0
/proc/22822/task/22823/stat : 22823 (java) S 22808 22808 22548 0 -1 64 5 0 0 0 0 0 0 0 20 0 8 0 170805440 881729536 8182 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22822/tid=22824] ppid=22808 vsize=861064 CPUtime=0
/proc/22822/task/22824/stat : 22824 (java) S 22808 22808 22548 0 -1 64 11 0 0 0 0 0 0 0 20 0 8 0 170805441 881729536 8182 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22822/tid=22825] ppid=22808 vsize=861064 CPUtime=0
/proc/22822/task/22825/stat : 22825 (java) S 22808 22808 22548 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 170805441 881729536 8182 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22822/tid=22826] ppid=22808 vsize=861064 CPUtime=0
/proc/22822/task/22826/stat : 22826 (java) S 22808 22808 22548 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 170805445 881729536 8182 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22822/tid=22827] ppid=22808 vsize=861064 CPUtime=0.13
/proc/22822/task/22827/stat : 22827 (java) S 22808 22808 22548 0 -1 64 924 0 0 0 13 0 0 0 16 0 8 0 170805445 881729536 8182 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22822/tid=22828] ppid=22808 vsize=861064 CPUtime=0
/proc/22822/task/22828/stat : 22828 (java) S 22808 22808 22548 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 170805445 881729536 8182 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22822/tid=22829] ppid=22808 vsize=861064 CPUtime=0
/proc/22822/task/22829/stat : 22829 (java) S 22808 22808 22548 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 170805445 881729536 8182 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 908632

[startup+2.98247 s]
/proc/loadavg: 2.71 2.89 2.78 3/90 22829
/proc/meminfo: memFree=15952/2055920 swapFree=4192812/4192956
[pid=22808] ppid=22806 vsize=47568 CPUtime=0.02
/proc/22808/stat : 22808 (galac.sh) S 22806 22808 22548 0 -1 4194304 755 1704 6 0 0 1 0 1 17 0 1 0 170805365 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22808/statm: 11892 363 245 79 0 218 0
[pid=22822] ppid=22808 vsize=861064 CPUtime=2.2
/proc/22822/stat : 22822 (java) R 22808 22808 22548 0 -1 0 12379 0 24 0 212 8 0 0 25 0 8 0 170805425 881729536 12155 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073855352 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22822/statm: 215266 12155 1989 14 0 201471 0
[pid=22822/tid=22823] ppid=22808 vsize=861064 CPUtime=0.04
/proc/22822/task/22823/stat : 22823 (java) S 22808 22808 22548 0 -1 64 3467 0 1 0 3 1 0 0 17 0 8 0 170805440 881729536 12155 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22822/tid=22824] ppid=22808 vsize=861064 CPUtime=0
/proc/22822/task/22824/stat : 22824 (java) S 22808 22808 22548 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 170805441 881729536 12155 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22822/tid=22825] ppid=22808 vsize=861064 CPUtime=0
/proc/22822/task/22825/stat : 22825 (java) S 22808 22808 22548 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 170805441 881729536 12155 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22822/tid=22826] ppid=22808 vsize=861064 CPUtime=0
/proc/22822/task/22826/stat : 22826 (java) S 22808 22808 22548 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 170805445 881729536 12155 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22822/tid=22827] ppid=22808 vsize=861064 CPUtime=0.26
/proc/22822/task/22827/stat : 22827 (java) S 22808 22808 22548 0 -1 64 1024 0 0 0 25 1 0 0 15 0 8 0 170805445 881729536 12155 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22822/tid=22828] ppid=22808 vsize=861064 CPUtime=0
/proc/22822/task/22828/stat : 22828 (java) S 22808 22808 22548 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 170805445 881729536 12155 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22822/tid=22829] ppid=22808 vsize=861064 CPUtime=0
/proc/22822/task/22829/stat : 22829 (java) S 22808 22808 22548 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 170805445 881729536 12155 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 908632

[startup+6.1918 s]
/proc/loadavg: 2.82 2.91 2.78 3/90 22829
/proc/meminfo: memFree=14992/2055920 swapFree=4192812/4192956
[pid=22808] ppid=22806 vsize=47568 CPUtime=0.02
/proc/22808/stat : 22808 (galac.sh) S 22806 22808 22548 0 -1 4194304 755 1704 6 0 0 1 0 1 17 0 1 0 170805365 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22808/statm: 11892 363 245 79 0 218 0
[pid=22822] ppid=22808 vsize=861196 CPUtime=5.4
/proc/22822/stat : 22822 (java) R 22808 22808 22548 0 -1 0 15949 0 24 0 530 10 0 0 25 0 8 0 170805425 881864704 15722 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4152819938 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22822/statm: 215299 15722 1989 14 0 201504 0
[pid=22822/tid=22823] ppid=22808 vsize=861196 CPUtime=0.04
/proc/22822/task/22823/stat : 22823 (java) S 22808 22808 22548 0 -1 64 3467 0 1 0 3 1 0 0 16 0 8 0 170805440 881864704 15722 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22822/tid=22824] ppid=22808 vsize=861196 CPUtime=0
/proc/22822/task/22824/stat : 22824 (java) S 22808 22808 22548 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 170805441 881864704 15722 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22822/tid=22825] ppid=22808 vsize=861196 CPUtime=0
/proc/22822/task/22825/stat : 22825 (java) S 22808 22808 22548 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 170805441 881864704 15722 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22822/tid=22826] ppid=22808 vsize=861196 CPUtime=0
/proc/22822/task/22826/stat : 22826 (java) S 22808 22808 22548 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 170805445 881864704 15722 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22822/tid=22827] ppid=22808 vsize=861196 CPUtime=0.3
/proc/22822/task/22827/stat : 22827 (java) S 22808 22808 22548 0 -1 64 1057 0 0 0 29 1 0 0 16 0 8 0 170805445 881864704 15722 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22822/tid=22828] ppid=22808 vsize=861196 CPUtime=0
/proc/22822/task/22828/stat : 22828 (java) S 22808 22808 22548 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 170805445 881864704 15722 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22822/tid=22829] ppid=22808 vsize=861196 CPUtime=0
/proc/22822/task/22829/stat : 22829 (java) S 22808 22808 22548 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 170805445 881864704 15722 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.42
Current children cumulated vsize (KiB) 908764

[startup+12.6754 s]
/proc/loadavg: 2.75 2.90 2.78 3/90 22829
/proc/meminfo: memFree=15120/2055920 swapFree=4192812/4192956
[pid=22808] ppid=22806 vsize=47568 CPUtime=0.02
/proc/22808/stat : 22808 (galac.sh) S 22806 22808 22548 0 -1 4194304 755 1704 6 0 0 1 0 1 17 0 1 0 170805365 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22808/statm: 11892 363 245 79 0 218 0
[pid=22822] ppid=22808 vsize=861196 CPUtime=11.88
/proc/22822/stat : 22822 (java) R 22808 22808 22548 0 -1 0 19628 0 24 0 1176 12 0 0 25 0 8 0 170805425 881864704 19399 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074022725 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22822/statm: 215299 19399 1993 14 0 201504 0
[pid=22822/tid=22823] ppid=22808 vsize=861196 CPUtime=0.05
/proc/22822/task/22823/stat : 22823 (java) S 22808 22808 22548 0 -1 64 3661 0 1 0 4 1 0 0 16 0 8 0 170805440 881864704 19399 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22822/tid=22824] ppid=22808 vsize=861196 CPUtime=0
/proc/22822/task/22824/stat : 22824 (java) S 22808 22808 22548 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 170805441 881864704 19399 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22822/tid=22825] ppid=22808 vsize=861196 CPUtime=0
/proc/22822/task/22825/stat : 22825 (java) S 22808 22808 22548 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 170805441 881864704 19399 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22822/tid=22826] ppid=22808 vsize=861196 CPUtime=0
/proc/22822/task/22826/stat : 22826 (java) S 22808 22808 22548 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 170805445 881864704 19399 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22822/tid=22827] ppid=22808 vsize=861196 CPUtime=0.3
/proc/22822/task/22827/stat : 22827 (java) S 22808 22808 22548 0 -1 64 1057 0 0 0 29 1 0 0 16 0 8 0 170805445 881864704 19399 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22822/tid=22828] ppid=22808 vsize=861196 CPUtime=0
/proc/22822/task/22828/stat : 22828 (java) S 22808 22808 22548 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 170805445 881864704 19399 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22822/tid=22829] ppid=22808 vsize=861196 CPUtime=0
/proc/22822/task/22829/stat : 22829 (java) S 22808 22808 22548 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 170805445 881864704 19399 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.9
Current children cumulated vsize (KiB) 908764

[startup+25.5417 s]
/proc/loadavg: 2.87 2.92 2.79 3/83 22830
/proc/meminfo: memFree=15112/2055920 swapFree=4192812/4192956
[pid=22808] ppid=22806 vsize=47568 CPUtime=19.76
/proc/22808/stat : 22808 (galac.sh) S 22806 22808 22548 0 -1 4194304 793 22130 6 28 0 1 1953 22 17 0 1 0 170805365 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22808/statm: 11892 363 245 79 0 218 0
[pid=22830] ppid=22808 vsize=6040 CPUtime=4.83
/proc/22830/stat : 22830 (minisat) R 22808 22808 22548 0 -1 4194304 1263 0 0 0 480 3 0 0 25 0 1 0 170807424 6184960 1245 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529611 0 0 4096 3 0 0 0 17 1 0 0
/proc/22830/statm: 1510 1245 54 142 0 1366 0
Current children cumulated CPU time (s) 24.59
Current children cumulated vsize (KiB) 53608

[startup+51.1532 s]
/proc/loadavg: 2.99 2.94 2.80 3/83 22830
/proc/meminfo: memFree=16136/2055920 swapFree=4192812/4192956
[pid=22808] ppid=22806 vsize=47568 CPUtime=19.76
/proc/22808/stat : 22808 (galac.sh) S 22806 22808 22548 0 -1 4194304 793 22130 6 28 0 1 1953 22 17 0 1 0 170805365 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22808/statm: 11892 363 245 79 0 218 0
[pid=22830] ppid=22808 vsize=9124 CPUtime=30.15
/proc/22830/stat : 22830 (minisat) R 22808 22808 22548 0 -1 4194304 2035 0 0 0 2996 19 0 0 25 0 1 0 170807424 9342976 2017 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134521285 0 0 4096 3 0 0 0 17 1 0 0
/proc/22830/statm: 2281 2017 54 142 0 2137 0
Current children cumulated CPU time (s) 49.91
Current children cumulated vsize (KiB) 56692

[startup+102.409 s]
/proc/loadavg: 3.15 2.98 2.82 3/83 22830
/proc/meminfo: memFree=15432/2055920 swapFree=4192812/4192956
[pid=22808] ppid=22806 vsize=47568 CPUtime=19.76
/proc/22808/stat : 22808 (galac.sh) S 22806 22808 22548 0 -1 4194304 793 22130 6 28 0 1 1953 22 17 0 1 0 170805365 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22808/statm: 11892 363 245 79 0 218 0
[pid=22830] ppid=22808 vsize=11544 CPUtime=80.83
/proc/22830/stat : 22830 (minisat) R 22808 22808 22548 0 -1 4194304 2644 0 0 0 8046 37 0 0 25 0 1 0 170807424 11821056 2626 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/22830/statm: 2886 2626 54 142 0 2742 0
Current children cumulated CPU time (s) 100.59
Current children cumulated vsize (KiB) 59112

[startup+162.451 s]
/proc/loadavg: 3.96 3.26 2.92 3/83 22830
/proc/meminfo: memFree=16200/2055920 swapFree=4192812/4192956
[pid=22808] ppid=22806 vsize=47568 CPUtime=19.76
/proc/22808/stat : 22808 (galac.sh) S 22806 22808 22548 0 -1 4194304 793 22130 6 28 0 1 1953 22 17 0 1 0 170805365 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22808/statm: 11892 363 245 79 0 218 0
[pid=22830] ppid=22808 vsize=13808 CPUtime=140.21
/proc/22830/stat : 22830 (minisat) R 22808 22808 22548 0 -1 4194304 3202 0 0 0 13958 63 0 0 25 0 1 0 170807424 14139392 3184 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525757 0 0 4096 3 0 0 0 17 1 0 0
/proc/22830/statm: 3452 3184 54 142 0 3308 0
Current children cumulated CPU time (s) 159.97
Current children cumulated vsize (KiB) 61376

[startup+222.518 s]
/proc/loadavg: 2.83 3.07 2.88 4/85 22882
/proc/meminfo: memFree=1805112/2055920 swapFree=4192812/4192956
[pid=22808] ppid=22806 vsize=47568 CPUtime=19.76
/proc/22808/stat : 22808 (galac.sh) S 22806 22808 22548 0 -1 4194304 793 22130 6 28 0 1 1953 22 17 0 1 0 170805365 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22808/statm: 11892 363 245 79 0 218 0
[pid=22830] ppid=22808 vsize=15004 CPUtime=199.65
/proc/22830/stat : 22830 (minisat) R 22808 22808 22548 0 -1 4194304 3488 0 0 0 19887 78 0 0 25 0 1 0 170807424 15364096 3470 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/22830/statm: 3751 3470 54 142 0 3607 0
Current children cumulated CPU time (s) 219.41
Current children cumulated vsize (KiB) 62572

[startup+282.557 s]
/proc/loadavg: 2.30 2.87 2.82 3/74 23111

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

/proc/22808/stat : 22808 (galac.sh) S 22806 22808 22548 0 -1 4194304 793 22130 6 28 0 1 1953 22 17 0 1 0 170805365 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22808/statm: 11892 363 245 79 0 218 0
[pid=22830] ppid=22808 vsize=24068 CPUtime=1036.24
/proc/22830/stat : 22830 (minisat) R 22808 22808 22548 0 -1 4194304 5739 0 0 0 103537 87 0 0 25 0 1 0 170807424 24645632 5721 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/22830/statm: 6017 5721 54 142 0 5873 0
Current children cumulated CPU time (s) 1056
Current children cumulated vsize (KiB) 71636

[startup+1123.1 s]
/proc/loadavg: 2.00 2.04 2.31 3/74 23111
/proc/meminfo: memFree=1826568/2055920 swapFree=4192812/4192956
[pid=22808] ppid=22806 vsize=47568 CPUtime=19.76
/proc/22808/stat : 22808 (galac.sh) S 22806 22808 22548 0 -1 4194304 793 22130 6 28 0 1 1953 22 17 0 1 0 170805365 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22808/statm: 11892 363 245 79 0 218 0
[pid=22830] ppid=22808 vsize=24464 CPUtime=1096
/proc/22830/stat : 22830 (minisat) R 22808 22808 22548 0 -1 4194304 5826 0 0 0 109513 87 0 0 25 0 1 0 170807424 25051136 5808 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/22830/statm: 6116 5808 54 142 0 5972 0
Current children cumulated CPU time (s) 1115.76
Current children cumulated vsize (KiB) 72032

[startup+1183.15 s]
/proc/loadavg: 2.00 2.03 2.29 3/74 23111
/proc/meminfo: memFree=1826056/2055920 swapFree=4192812/4192956
[pid=22808] ppid=22806 vsize=47568 CPUtime=19.76
/proc/22808/stat : 22808 (galac.sh) S 22806 22808 22548 0 -1 4194304 793 22130 6 28 0 1 1953 22 17 0 1 0 170805365 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22808/statm: 11892 363 245 79 0 218 0
[pid=22830] ppid=22808 vsize=24872 CPUtime=1155.76
/proc/22830/stat : 22830 (minisat) R 22808 22808 22548 0 -1 4194304 5942 0 0 0 115489 87 0 0 25 0 1 0 170807424 25468928 5924 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529722 0 0 4096 3 0 0 0 17 1 0 0
/proc/22830/statm: 6218 5924 54 142 0 6074 0
Current children cumulated CPU time (s) 1175.52
Current children cumulated vsize (KiB) 72440

[startup+1243.21 s]
/proc/loadavg: 2.00 2.02 2.26 3/80 23259
/proc/meminfo: memFree=1824208/2055920 swapFree=4192812/4192956
[pid=22808] ppid=22806 vsize=47568 CPUtime=19.76
/proc/22808/stat : 22808 (galac.sh) S 22806 22808 22548 0 -1 4194304 793 22130 6 28 0 1 1953 22 17 0 1 0 170805365 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22808/statm: 11892 363 245 79 0 218 0
[pid=22830] ppid=22808 vsize=25004 CPUtime=1215.35
/proc/22830/stat : 22830 (minisat) R 22808 22808 22548 0 -1 4194304 5957 0 0 0 121448 87 0 0 25 0 1 0 170807424 25604096 5939 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529414 0 0 4096 3 0 0 0 17 1 0 0
/proc/22830/statm: 6251 5939 54 142 0 6107 0
Current children cumulated CPU time (s) 1235.11
Current children cumulated vsize (KiB) 72572

[startup+1303.27 s]
/proc/loadavg: 2.22 2.10 2.27 3/74 23719
/proc/meminfo: memFree=1795200/2055920 swapFree=4192812/4192956
[pid=22808] ppid=22806 vsize=47568 CPUtime=19.76
/proc/22808/stat : 22808 (galac.sh) S 22806 22808 22548 0 -1 4194304 793 22130 6 28 0 1 1953 22 17 0 1 0 170805365 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22808/statm: 11892 363 245 79 0 218 0
[pid=22830] ppid=22808 vsize=25404 CPUtime=1273.64
/proc/22830/stat : 22830 (minisat) R 22808 22808 22548 0 -1 4194304 6048 0 0 0 127275 89 0 0 25 0 1 0 170807424 26013696 6030 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529417 0 0 4096 3 0 0 0 17 1 0 0
/proc/22830/statm: 6351 6030 54 142 0 6207 0
Current children cumulated CPU time (s) 1293.4
Current children cumulated vsize (KiB) 72972

[startup+1363.31 s]
/proc/loadavg: 2.08 2.08 2.26 3/74 23719
/proc/meminfo: memFree=1794816/2055920 swapFree=4192812/4192956
[pid=22808] ppid=22806 vsize=47568 CPUtime=19.76
/proc/22808/stat : 22808 (galac.sh) S 22806 22808 22548 0 -1 4194304 793 22130 6 28 0 1 1953 22 17 0 1 0 170805365 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22808/statm: 11892 363 245 79 0 218 0
[pid=22830] ppid=22808 vsize=25668 CPUtime=1333.41
/proc/22830/stat : 22830 (minisat) R 22808 22808 22548 0 -1 4194304 6141 0 0 0 133252 89 0 0 25 0 1 0 170807424 26284032 6123 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529426 0 0 4096 3 0 0 0 17 1 0 0
/proc/22830/statm: 6417 6123 54 142 0 6273 0
Current children cumulated CPU time (s) 1353.17
Current children cumulated vsize (KiB) 73236

[startup+1423.36 s]
/proc/loadavg: 2.03 2.06 2.24 3/74 23719
/proc/meminfo: memFree=1794624/2055920 swapFree=4192812/4192956
[pid=22808] ppid=22806 vsize=47568 CPUtime=19.76
/proc/22808/stat : 22808 (galac.sh) S 22806 22808 22548 0 -1 4194304 793 22130 6 28 0 1 1953 22 17 0 1 0 170805365 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22808/statm: 11892 363 245 79 0 218 0
[pid=22830] ppid=22808 vsize=25944 CPUtime=1393.16
/proc/22830/stat : 22830 (minisat) R 22808 22808 22548 0 -1 4194304 6187 0 0 0 139227 89 0 0 25 0 1 0 170807424 26566656 6169 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529385 0 0 4096 3 0 0 0 17 1 0 0
/proc/22830/statm: 6486 6169 54 142 0 6342 0
Current children cumulated CPU time (s) 1412.92
Current children cumulated vsize (KiB) 73512

[startup+1483.4 s]
/proc/loadavg: 2.01 2.05 2.22 3/74 23719
/proc/meminfo: memFree=1793728/2055920 swapFree=4192812/4192956
[pid=22808] ppid=22806 vsize=47568 CPUtime=19.76
/proc/22808/stat : 22808 (galac.sh) S 22806 22808 22548 0 -1 4194304 793 22130 6 28 0 1 1953 22 17 0 1 0 170805365 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22808/statm: 11892 363 245 79 0 218 0
[pid=22830] ppid=22808 vsize=26868 CPUtime=1452.93
/proc/22830/stat : 22830 (minisat) R 22808 22808 22548 0 -1 4194304 6411 0 0 0 145203 90 0 0 25 0 1 0 170807424 27512832 6393 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134519965 0 0 4096 3 0 0 0 17 1 0 0
/proc/22830/statm: 6717 6393 54 142 0 6573 0
Current children cumulated CPU time (s) 1472.69
Current children cumulated vsize (KiB) 74436

[startup+1543.44 s]
/proc/loadavg: 2.00 2.04 2.20 3/74 23719
/proc/meminfo: memFree=1792640/2055920 swapFree=4192812/4192956
[pid=22808] ppid=22806 vsize=47568 CPUtime=19.76
/proc/22808/stat : 22808 (galac.sh) S 22806 22808 22548 0 -1 4194304 793 22130 6 28 0 1 1953 22 17 0 1 0 170805365 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22808/statm: 11892 363 245 79 0 218 0
[pid=22830] ppid=22808 vsize=27932 CPUtime=1512.69
/proc/22830/stat : 22830 (minisat) R 22808 22808 22548 0 -1 4194304 6672 0 0 0 151179 90 0 0 25 0 1 0 170807424 28602368 6654 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/22830/statm: 6983 6654 54 142 0 6839 0
Current children cumulated CPU time (s) 1532.45
Current children cumulated vsize (KiB) 75500

[startup+1603.48 s]
/proc/loadavg: 2.00 2.03 2.19 3/74 23719
/proc/meminfo: memFree=1792584/2055920 swapFree=4192812/4192956
[pid=22808] ppid=22806 vsize=47568 CPUtime=19.76
/proc/22808/stat : 22808 (galac.sh) S 22806 22808 22548 0 -1 4194304 793 22130 6 28 0 1 1953 22 17 0 1 0 170805365 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22808/statm: 11892 363 245 79 0 218 0
[pid=22830] ppid=22808 vsize=28000 CPUtime=1572.45
/proc/22830/stat : 22830 (minisat) R 22808 22808 22548 0 -1 4194304 6710 0 0 0 157155 90 0 0 25 0 1 0 170807424 28672000 6692 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/22830/statm: 7000 6692 54 142 0 6856 0
Current children cumulated CPU time (s) 1592.21
Current children cumulated vsize (KiB) 75568

[startup+1663.52 s]
/proc/loadavg: 2.00 2.02 2.17 3/74 23719
/proc/meminfo: memFree=1792136/2055920 swapFree=4192812/4192956
[pid=22808] ppid=22806 vsize=47568 CPUtime=19.76
/proc/22808/stat : 22808 (galac.sh) S 22806 22808 22548 0 -1 4194304 793 22130 6 28 0 1 1953 22 17 0 1 0 170805365 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22808/statm: 11892 363 245 79 0 218 0
[pid=22830] ppid=22808 vsize=28520 CPUtime=1632.21
/proc/22830/stat : 22830 (minisat) R 22808 22808 22548 0 -1 4194304 6820 0 0 0 163131 90 0 0 25 0 1 0 170807424 29204480 6802 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134715238 0 0 4096 3 0 0 0 17 1 0 0
/proc/22830/statm: 7130 6802 54 142 0 6986 0
Current children cumulated CPU time (s) 1651.97
Current children cumulated vsize (KiB) 76088

[startup+1723.57 s]
/proc/loadavg: 2.00 2.02 2.16 3/74 23719
/proc/meminfo: memFree=1791432/2055920 swapFree=4192812/4192956
[pid=22808] ppid=22806 vsize=47568 CPUtime=19.76
/proc/22808/stat : 22808 (galac.sh) S 22806 22808 22548 0 -1 4194304 793 22130 6 28 0 1 1953 22 17 0 1 0 170805365 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22808/statm: 11892 363 245 79 0 218 0
[pid=22830] ppid=22808 vsize=29188 CPUtime=1691.97
/proc/22830/stat : 22830 (minisat) R 22808 22808 22548 0 -1 4194304 6982 0 0 0 169107 90 0 0 25 0 1 0 170807424 29888512 6964 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529444 0 0 4096 3 0 0 0 17 1 0 0
/proc/22830/statm: 7297 6964 54 142 0 7153 0
Current children cumulated CPU time (s) 1711.73
Current children cumulated vsize (KiB) 76756

[startup+1783.61 s]
/proc/loadavg: 2.00 2.01 2.15 3/74 23719
/proc/meminfo: memFree=1791432/2055920 swapFree=4192812/4192956
[pid=22808] ppid=22806 vsize=47568 CPUtime=19.76
/proc/22808/stat : 22808 (galac.sh) S 22806 22808 22548 0 -1 4194304 793 22130 6 28 0 1 1953 22 17 0 1 0 170805365 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22808/statm: 11892 363 245 79 0 218 0
[pid=22830] ppid=22808 vsize=29188 CPUtime=1751.74
/proc/22830/stat : 22830 (minisat) R 22808 22808 22548 0 -1 4194304 6982 0 0 0 175083 91 0 0 25 0 1 0 170807424 29888512 6964 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529527 0 0 4096 3 0 0 0 17 1 0 0
/proc/22830/statm: 7297 6964 54 142 0 7153 0
Current children cumulated CPU time (s) 1771.5
Current children cumulated vsize (KiB) 76756



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.24 s]
/proc/loadavg: 2.05 2.02 2.15 3/74 23719
/proc/meminfo: memFree=1790728/2055920 swapFree=4192812/4192956
[pid=22808] ppid=22806 vsize=47568 CPUtime=19.76
/proc/22808/stat : 22808 (galac.sh) S 22806 22808 22548 0 -1 4194304 793 22130 6 28 0 1 1953 22 17 0 1 0 170805365 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/22808/statm: 11892 363 245 79 0 218 0
[pid=22830] ppid=22808 vsize=29848 CPUtime=1780.24
/proc/22830/stat : 22830 (minisat) R 22808 22808 22548 0 -1 4194304 7152 0 0 0 177933 91 0 0 25 0 1 0 170807424 30564352 7134 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/22830/statm: 7462 7134 54 142 0 7318 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 77416

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1812.25
CPU time (s): 1800.03
CPU user time (s): 1798.88
CPU system time (s): 1.15282
CPU usage (%): 99.3254
Max. virtual memory (cumulated for all children) (KiB): 908764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.88
system time used= 1.15282
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30112
page faults= 34
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2232
involuntary context switches= 24859

runsolver used 1.66675 s user time and 5.03723 s system time

The end

Launcher Data (download as text)

Begin job on node60 on Mon Jan  8 02:41:15 UTC 2007


IDJOB= 212796
IDBENCH= 4798
FILE ID= node60/212796-1168224074

PBS_JOBID= 3480942

Free space on /tmp= 40196 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/primesDimacs/f2000.xml
COMMAND LINE= /tmp/evaluation/212796-1168224074/galac.sh /tmp/evaluation/212796-1168224074/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node60/watcher-212796-1168224074 -o ROOT/results/node60/solver-212796-1168224074 -C 1800 -M 900  /tmp/evaluation/212796-1168224074/galac.sh /tmp/evaluation/212796-1168224074/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  4b7d2542d122d7bd3ac49b0f0b108844

RANDOM SEED= 542925528

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.236
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.236
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:         23728 kB
Buffers:          3112 kB
Cached:        1879400 kB
SwapCached:          0 kB
Active:          81340 kB
Inactive:      1851980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:         23728 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          824648 kB
Writeback:           0 kB
Mapped:          67592 kB
Slab:            84100 kB
Committed_AS:  4130696 kB
PageTables:       1988 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= 66549 MiB



End job on node60 on Mon Jan  8 03:11:32 UTC 2007