Trace number 225529

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.06 1803.58

General information on the benchmark

Nametightness/tightness0.9/
rand-2-40-180-84-900-33_ext.xml
MD5SUM2c1d63f71aa62cd0d008f2331a6aee4a
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.44132
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints84
Maximum constraint arity2
Maximum domain size180
Number of constraints which are defined in extension84
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.08	c --- Preproc Stats ---
2.15	c start processing
2.15	c start relation processing
4.01	c start cnf exporting
21.64	c parsing time : 1.939
21.64	c preprocessing time : 21.433
21.64	
21.64	c Nary constraints - conflicts : 0 supports : 0
21.64	c Binary constraints - conflicts : 0 supports :84
21.64	c max arity constraint : 2
21.64	c Max Tuples generated 0
21.64	c relations : 84
21.64	c relations BDD: 0
21.64	c vars : 7201 - clauses :  674680
21.64	
21.68	 
21.68	c --- Minisat Stats ---
21.68	 

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/node1/watcher-225529-1168272724 -o ROOT/results/node1/solver-225529-1168272724 -C 1800 -M 900 /tmp/evaluation/225529-1168272724/galac.sh /tmp/evaluation/225529-1168272724/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: 1.97 2.01 2.30 5/87 29838
/proc/meminfo: memFree=1306120/2055920 swapFree=4165612/4192956
[pid=29837] ppid=29835 vsize=8560 CPUtime=0
/proc/29837/stat : 29837 (galac.sh) R 29835 29837 29767 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 175668127 8765440 253 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259353462671 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29837/statm: 2140 253 197 79 0 133 0

[startup+0.106443 s]
/proc/loadavg: 1.97 2.01 2.30 5/87 29838
/proc/meminfo: memFree=1306120/2055920 swapFree=4165612/4192956
[pid=29837] ppid=29835 vsize=47572 CPUtime=0.01
/proc/29837/stat : 29837 (galac.sh) S 29835 29837 29767 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 175668127 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29837/statm: 11893 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.518493 s]
/proc/loadavg: 1.97 2.01 2.30 5/87 29838
/proc/meminfo: memFree=1306120/2055920 swapFree=4165612/4192956
[pid=29837] ppid=29835 vsize=47572 CPUtime=0.01
/proc/29837/stat : 29837 (galac.sh) S 29835 29837 29767 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 175668127 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29837/statm: 11893 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+1.34359 s]
/proc/loadavg: 1.97 2.01 2.30 3/95 29858
/proc/meminfo: memFree=1227336/2055920 swapFree=4165612/4192956
[pid=29837] ppid=29835 vsize=47572 CPUtime=0.01
/proc/29837/stat : 29837 (galac.sh) S 29835 29837 29767 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 175668127 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29837/statm: 11893 363 245 79 0 218 0
[pid=29851] ppid=29837 vsize=860856 CPUtime=1.23
/proc/29851/stat : 29851 (java) R 29837 29837 29767 0 -1 0 22285 0 1 0 112 11 0 0 25 0 8 0 175668136 881516544 22037 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073682650 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29851/statm: 215214 22037 1969 14 0 201471 0
[pid=29851/tid=29852] ppid=29837 vsize=860856 CPUtime=0.07
/proc/29851/task/29852/stat : 29852 (java) S 29837 29837 29767 0 -1 64 6519 0 0 0 5 2 0 0 16 0 8 0 175668139 881516544 22037 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29851/tid=29853] ppid=29837 vsize=860856 CPUtime=0
/proc/29851/task/29853/stat : 29853 (java) S 29837 29837 29767 0 -1 64 11 0 0 0 0 0 0 0 22 0 8 0 175668140 881516544 22037 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29851/tid=29854] ppid=29837 vsize=860856 CPUtime=0
/proc/29851/task/29854/stat : 29854 (java) S 29837 29837 29767 0 -1 64 4 0 0 0 0 0 0 0 23 0 8 0 175668140 881516544 22037 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29851/tid=29855] ppid=29837 vsize=860856 CPUtime=0
/proc/29851/task/29855/stat : 29855 (java) S 29837 29837 29767 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 175668143 881516544 22037 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29851/tid=29856] ppid=29837 vsize=860856 CPUtime=0.13
/proc/29851/task/29856/stat : 29856 (java) S 29837 29837 29767 0 -1 64 898 0 0 0 12 1 0 0 16 0 8 0 175668143 881516544 22037 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29851/tid=29857] ppid=29837 vsize=860856 CPUtime=0
/proc/29851/task/29857/stat : 29857 (java) S 29837 29837 29767 0 -1 64 2 0 0 0 0 0 0 0 25 0 8 0 175668143 881516544 22037 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29851/tid=29858] ppid=29837 vsize=860856 CPUtime=0
/proc/29851/task/29858/stat : 29858 (java) S 29837 29837 29767 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175668143 881516544 22037 18446744073709551615 134512640 134570532 4294956096 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) 908428

[startup+2.98078 s]
/proc/loadavg: 1.97 2.01 2.30 3/95 29858
/proc/meminfo: memFree=1216976/2055920 swapFree=4165612/4192956
[pid=29837] ppid=29835 vsize=47572 CPUtime=0.01
/proc/29837/stat : 29837 (galac.sh) S 29835 29837 29767 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 175668127 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29837/statm: 11893 363 245 79 0 218 0
[pid=29851] ppid=29837 vsize=860856 CPUtime=2.86
/proc/29851/stat : 29851 (java) R 29837 29837 29767 0 -1 0 24242 0 1 0 274 12 0 0 25 0 8 0 175668136 881516544 23991 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073883202 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29851/statm: 215214 23991 1973 14 0 201471 0
[pid=29851/tid=29852] ppid=29837 vsize=860856 CPUtime=0.14
/proc/29851/task/29852/stat : 29852 (java) S 29837 29837 29767 0 -1 64 8437 0 0 0 11 3 0 0 16 0 8 0 175668139 881516544 23991 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29851/tid=29853] ppid=29837 vsize=860856 CPUtime=0
/proc/29851/task/29853/stat : 29853 (java) S 29837 29837 29767 0 -1 64 11 0 0 0 0 0 0 0 22 0 8 0 175668140 881516544 23991 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29851/tid=29854] ppid=29837 vsize=860856 CPUtime=0
/proc/29851/task/29854/stat : 29854 (java) S 29837 29837 29767 0 -1 64 4 0 0 0 0 0 0 0 23 0 8 0 175668140 881516544 23991 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29851/tid=29855] ppid=29837 vsize=860856 CPUtime=0
/proc/29851/task/29855/stat : 29855 (java) S 29837 29837 29767 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 175668143 881516544 23991 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29851/tid=29856] ppid=29837 vsize=860856 CPUtime=0.18
/proc/29851/task/29856/stat : 29856 (java) S 29837 29837 29767 0 -1 64 923 0 0 0 17 1 0 0 16 0 8 0 175668143 881516544 23991 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29851/tid=29857] ppid=29837 vsize=860856 CPUtime=0
/proc/29851/task/29857/stat : 29857 (java) S 29837 29837 29767 0 -1 64 2 0 0 0 0 0 0 0 25 0 8 0 175668143 881516544 23991 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29851/tid=29858] ppid=29837 vsize=860856 CPUtime=0
/proc/29851/task/29858/stat : 29858 (java) S 29837 29837 29767 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175668143 881516544 23991 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 908428

[startup+6.27417 s]
/proc/loadavg: 1.97 2.01 2.30 3/95 29858
/proc/meminfo: memFree=1201880/2055920 swapFree=4165612/4192956
[pid=29837] ppid=29835 vsize=47572 CPUtime=0.01
/proc/29837/stat : 29837 (galac.sh) S 29835 29837 29767 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 175668127 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29837/statm: 11893 363 245 79 0 218 0
[pid=29851] ppid=29837 vsize=860856 CPUtime=6.14
/proc/29851/stat : 29851 (java) R 29837 29837 29767 0 -1 0 27798 0 1 0 599 15 0 0 25 0 8 0 175668136 881516544 27541 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073958901 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29851/statm: 215214 27541 1992 14 0 201471 0
[pid=29851/tid=29852] ppid=29837 vsize=860856 CPUtime=0.28
/proc/29851/task/29852/stat : 29852 (java) S 29837 29837 29767 0 -1 64 11907 0 0 0 24 4 0 0 16 0 8 0 175668139 881516544 27541 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29851/tid=29853] ppid=29837 vsize=860856 CPUtime=0
/proc/29851/task/29853/stat : 29853 (java) S 29837 29837 29767 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 175668140 881516544 27541 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29851/tid=29854] ppid=29837 vsize=860856 CPUtime=0
/proc/29851/task/29854/stat : 29854 (java) S 29837 29837 29767 0 -1 64 4 0 0 0 0 0 0 0 23 0 8 0 175668140 881516544 27541 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29851/tid=29855] ppid=29837 vsize=860856 CPUtime=0
/proc/29851/task/29855/stat : 29855 (java) S 29837 29837 29767 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 175668143 881516544 27541 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29851/tid=29856] ppid=29837 vsize=860856 CPUtime=0.24
/proc/29851/task/29856/stat : 29856 (java) S 29837 29837 29767 0 -1 64 965 0 0 0 23 1 0 0 16 0 8 0 175668143 881516544 27541 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29851/tid=29857] ppid=29837 vsize=860856 CPUtime=0
/proc/29851/task/29857/stat : 29857 (java) S 29837 29837 29767 0 -1 64 2 0 0 0 0 0 0 0 25 0 8 0 175668143 881516544 27541 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29851/tid=29858] ppid=29837 vsize=860856 CPUtime=0
/proc/29851/task/29858/stat : 29858 (java) S 29837 29837 29767 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175668143 881516544 27541 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 908428

[startup+12.7619 s]
/proc/loadavg: 1.97 2.01 2.30 3/95 29858
/proc/meminfo: memFree=1196184/2055920 swapFree=4165612/4192956
[pid=29837] ppid=29835 vsize=47572 CPUtime=0.01
/proc/29837/stat : 29837 (galac.sh) S 29835 29837 29767 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 175668127 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29837/statm: 11893 363 245 79 0 218 0
[pid=29851] ppid=29837 vsize=860856 CPUtime=12.6
/proc/29851/stat : 29851 (java) R 29837 29837 29767 0 -1 0 27812 0 1 0 1242 18 0 0 25 0 8 0 175668136 881516544 27541 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4154017361 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29851/statm: 215214 27541 1992 14 0 201471 0
[pid=29851/tid=29852] ppid=29837 vsize=860856 CPUtime=0.29
/proc/29851/task/29852/stat : 29852 (java) S 29837 29837 29767 0 -1 64 11907 0 0 0 25 4 0 0 16 0 8 0 175668139 881516544 27541 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29851/tid=29853] ppid=29837 vsize=860856 CPUtime=0
/proc/29851/task/29853/stat : 29853 (java) S 29837 29837 29767 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 175668140 881516544 27541 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29851/tid=29854] ppid=29837 vsize=860856 CPUtime=0
/proc/29851/task/29854/stat : 29854 (java) S 29837 29837 29767 0 -1 64 4 0 0 0 0 0 0 0 23 0 8 0 175668140 881516544 27541 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29851/tid=29855] ppid=29837 vsize=860856 CPUtime=0
/proc/29851/task/29855/stat : 29855 (java) S 29837 29837 29767 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 175668143 881516544 27541 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29851/tid=29856] ppid=29837 vsize=860856 CPUtime=0.24
/proc/29851/task/29856/stat : 29856 (java) S 29837 29837 29767 0 -1 64 965 0 0 0 23 1 0 0 16 0 8 0 175668143 881516544 27541 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29851/tid=29857] ppid=29837 vsize=860856 CPUtime=0
/proc/29851/task/29857/stat : 29857 (java) S 29837 29837 29767 0 -1 64 2 0 0 0 0 0 0 0 25 0 8 0 175668143 881516544 27541 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29851/tid=29858] ppid=29837 vsize=860856 CPUtime=0
/proc/29851/task/29858/stat : 29858 (java) S 29837 29837 29767 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175668143 881516544 27541 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 908428

[startup+25.6245 s]
/proc/loadavg: 1.98 2.00 2.29 3/88 29859
/proc/meminfo: memFree=1256976/2055920 swapFree=4165612/4192956
[pid=29837] ppid=29835 vsize=47572 CPUtime=21.48
/proc/29837/stat : 29837 (galac.sh) S 29835 29837 29767 0 -1 4194304 799 29554 0 1 0 0 2124 24 17 0 1 0 175668127 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29837/statm: 11893 363 245 79 0 218 0
[pid=29859] ppid=29837 vsize=39788 CPUtime=3.92
/proc/29859/stat : 29859 (minisat) R 29837 29837 29767 0 -1 4194304 9823 0 0 0 385 7 0 0 25 0 1 0 175670295 40742912 9805 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/29859/statm: 9947 9805 54 142 0 9803 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 87360

[startup+51.2985 s]
/proc/loadavg: 1.98 2.00 2.28 4/88 29859
/proc/meminfo: memFree=1227728/2055920 swapFree=4165612/4192956
[pid=29837] ppid=29835 vsize=47572 CPUtime=21.48
/proc/29837/stat : 29837 (galac.sh) S 29835 29837 29767 0 -1 4194304 799 29554 0 1 0 0 2124 24 17 0 1 0 175668127 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29837/statm: 11893 363 245 79 0 218 0
[pid=29859] ppid=29837 vsize=67984 CPUtime=29.47
/proc/29859/stat : 29859 (minisat) R 29837 29837 29767 0 -1 4194304 16881 0 0 0 2934 13 0 0 25 0 1 0 175670295 69615616 16863 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529414 0 0 4096 3 0 0 0 17 1 0 0
/proc/29859/statm: 16996 16863 54 142 0 16852 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 115556

[startup+102.535 s]
/proc/loadavg: 1.99 2.00 2.27 3/88 29859
/proc/meminfo: memFree=1178576/2055920 swapFree=4165612/4192956
[pid=29837] ppid=29835 vsize=47572 CPUtime=21.48
/proc/29837/stat : 29837 (galac.sh) S 29835 29837 29767 0 -1 4194304 799 29554 0 1 0 0 2124 24 17 0 1 0 175668127 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29837/statm: 11893 363 245 79 0 218 0
[pid=29859] ppid=29837 vsize=117152 CPUtime=80.46
/proc/29859/stat : 29859 (minisat) R 29837 29837 29767 0 -1 4194304 29136 0 0 0 8024 22 0 0 25 0 1 0 175670295 119963648 29118 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/29859/statm: 29288 29118 54 142 0 29144 0
Current children cumulated CPU time (s) 101.94
Current children cumulated vsize (KiB) 164724

[startup+162.603 s]
/proc/loadavg: 1.99 2.00 2.25 3/88 29859
/proc/meminfo: memFree=1147280/2055920 swapFree=4165612/4192956
[pid=29837] ppid=29835 vsize=47572 CPUtime=21.48
/proc/29837/stat : 29837 (galac.sh) S 29835 29837 29767 0 -1 4194304 799 29554 0 1 0 0 2124 24 17 0 1 0 175668127 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29837/statm: 11893 363 245 79 0 218 0
[pid=29859] ppid=29837 vsize=148396 CPUtime=140.24
/proc/29859/stat : 29859 (minisat) R 29837 29837 29767 0 -1 4194304 36924 0 0 0 13996 28 0 0 25 0 1 0 175670295 151957504 36906 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529435 0 0 4096 3 0 0 0 17 1 0 0
/proc/29859/statm: 37099 36906 54 142 0 36955 0
Current children cumulated CPU time (s) 161.72
Current children cumulated vsize (KiB) 195968

[startup+222.678 s]
/proc/loadavg: 1.99 2.00 2.23 3/88 29859
/proc/meminfo: memFree=1114512/2055920 swapFree=4165612/4192956
[pid=29837] ppid=29835 vsize=47572 CPUtime=21.48
/proc/29837/stat : 29837 (galac.sh) S 29835 29837 29767 0 -1 4194304 799 29554 0 1 0 0 2124 24 17 0 1 0 175668127 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29837/statm: 11893 363 245 79 0 218 0
[pid=29859] ppid=29837 vsize=180464 CPUtime=200.03
/proc/29859/stat : 29859 (minisat) R 29837 29837 29767 0 -1 4194304 44935 0 0 0 19969 34 0 0 25 0 1 0 175670295 184795136 44917 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/29859/statm: 45116 44917 54 142 0 44972 0
Current children cumulated CPU time (s) 221.51
Current children cumulated vsize (KiB) 228036

[startup+282.747 s]
/proc/loadavg: 1.99 2.00 2.21 3/88 29859

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

/proc/loadavg: 2.00 2.00 2.07 3/87 30274
/proc/meminfo: memFree=951072/2055920 swapFree=4165612/4192956
[pid=29837] ppid=29835 vsize=47572 CPUtime=21.48
/proc/29837/stat : 29837 (galac.sh) S 29835 29837 29767 0 -1 4194304 799 29554 0 1 0 0 2124 24 17 0 1 0 175668127 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29837/statm: 11893 363 245 79 0 218 0
[pid=29859] ppid=29837 vsize=438648 CPUtime=1099.14
/proc/29859/stat : 29859 (minisat) R 29837 29837 29767 0 -1 4194304 108763 0 0 0 109814 100 0 0 25 0 1 0 175670295 449175552 108745 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 0 0 0
/proc/29859/statm: 109662 108745 54 142 0 109518 0
Current children cumulated CPU time (s) 1120.62
Current children cumulated vsize (KiB) 486220

[startup+1183.43 s]
/proc/loadavg: 2.00 2.00 2.06 3/87 30274
/proc/meminfo: memFree=868448/2055920 swapFree=4165612/4192956
[pid=29837] ppid=29835 vsize=47572 CPUtime=21.48
/proc/29837/stat : 29837 (galac.sh) S 29835 29837 29767 0 -1 4194304 799 29554 0 1 0 0 2124 24 17 0 1 0 175668127 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29837/statm: 11893 363 245 79 0 218 0
[pid=29859] ppid=29837 vsize=447988 CPUtime=1159.1
/proc/29859/stat : 29859 (minisat) R 29837 29837 29767 0 -1 4194304 111064 0 0 0 115808 102 0 0 25 0 1 0 175670295 458739712 111046 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529426 0 0 4096 3 0 0 0 17 0 0 0
/proc/29859/statm: 111997 111046 54 142 0 111853 0
Current children cumulated CPU time (s) 1180.58
Current children cumulated vsize (KiB) 495560

[startup+1243.46 s]
/proc/loadavg: 2.00 2.00 2.06 3/87 30274
/proc/meminfo: memFree=873632/2055920 swapFree=4165612/4192956
[pid=29837] ppid=29835 vsize=47572 CPUtime=21.48
/proc/29837/stat : 29837 (galac.sh) S 29835 29837 29767 0 -1 4194304 799 29554 0 1 0 0 2124 24 17 0 1 0 175668127 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29837/statm: 11893 363 245 79 0 218 0
[pid=29859] ppid=29837 vsize=455692 CPUtime=1219.07
/proc/29859/stat : 29859 (minisat) R 29837 29837 29767 0 -1 4194304 112975 0 0 0 121804 103 0 0 25 0 1 0 175670295 466628608 112957 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/29859/statm: 113923 112957 54 142 0 113779 0
Current children cumulated CPU time (s) 1240.55
Current children cumulated vsize (KiB) 503264

[startup+1303.49 s]
/proc/loadavg: 1.94 1.98 2.05 3/87 30325
/proc/meminfo: memFree=908896/2055920 swapFree=4165612/4192956
[pid=29837] ppid=29835 vsize=47572 CPUtime=21.48
/proc/29837/stat : 29837 (galac.sh) S 29835 29837 29767 0 -1 4194304 799 29554 0 1 0 0 2124 24 17 0 1 0 175668127 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29837/statm: 11893 363 245 79 0 218 0
[pid=29859] ppid=29837 vsize=465556 CPUtime=1279.05
/proc/29859/stat : 29859 (minisat) R 29837 29837 29767 0 -1 4194304 115419 0 0 0 127798 107 0 0 25 0 1 0 175670295 476729344 115401 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/29859/statm: 116389 115401 54 142 0 116245 0
Current children cumulated CPU time (s) 1300.53
Current children cumulated vsize (KiB) 513128

[startup+1363.58 s]
/proc/loadavg: 1.97 1.98 2.04 3/87 30325
/proc/meminfo: memFree=896480/2055920 swapFree=4165612/4192956
[pid=29837] ppid=29835 vsize=47572 CPUtime=21.48
/proc/29837/stat : 29837 (galac.sh) S 29835 29837 29767 0 -1 4194304 799 29554 0 1 0 0 2124 24 17 0 1 0 175668127 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29837/statm: 11893 363 245 79 0 218 0
[pid=29859] ppid=29837 vsize=478264 CPUtime=1339.04
/proc/29859/stat : 29859 (minisat) R 29837 29837 29767 0 -1 4194304 118570 0 0 0 133793 111 0 0 25 0 1 0 175670295 489742336 118552 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525757 0 0 4096 3 0 0 0 17 0 0 0
/proc/29859/statm: 119566 118552 54 142 0 119422 0
Current children cumulated CPU time (s) 1360.52
Current children cumulated vsize (KiB) 525836

[startup+1423.66 s]
/proc/loadavg: 1.91 1.95 2.02 3/96 30433
/proc/meminfo: memFree=767704/2055920 swapFree=4165612/4192956
[pid=29837] ppid=29835 vsize=47572 CPUtime=21.48
/proc/29837/stat : 29837 (galac.sh) S 29835 29837 29767 0 -1 4194304 799 29554 0 1 0 0 2124 24 17 0 1 0 175668127 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29837/statm: 11893 363 245 79 0 218 0
[pid=29859] ppid=29837 vsize=486412 CPUtime=1399.08
/proc/29859/stat : 29859 (minisat) R 29837 29837 29767 0 -1 4194304 120560 0 0 0 139791 117 0 0 25 0 1 0 175670295 498085888 120542 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529417 0 0 4096 3 0 0 0 17 0 0 0
/proc/29859/statm: 121603 120542 54 142 0 121459 0
Current children cumulated CPU time (s) 1420.56
Current children cumulated vsize (KiB) 533984

[startup+1483.75 s]
/proc/loadavg: 1.99 1.97 2.02 3/95 30567
/proc/meminfo: memFree=867744/2055920 swapFree=4165612/4192956
[pid=29837] ppid=29835 vsize=47572 CPUtime=21.48
/proc/29837/stat : 29837 (galac.sh) S 29835 29837 29767 0 -1 4194304 799 29554 0 1 0 0 2124 24 17 0 1 0 175668127 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29837/statm: 11893 363 245 79 0 218 0
[pid=29859] ppid=29837 vsize=496000 CPUtime=1459.11
/proc/29859/stat : 29859 (minisat) R 29837 29837 29767 0 -1 4194304 122990 0 0 0 145789 122 0 0 25 0 1 0 175670295 507904000 122972 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/29859/statm: 124000 122972 54 142 0 123856 0
Current children cumulated CPU time (s) 1480.59
Current children cumulated vsize (KiB) 543572

[startup+1543.81 s]
/proc/loadavg: 1.99 1.97 2.02 3/95 30567
/proc/meminfo: memFree=858784/2055920 swapFree=4165612/4192956
[pid=29837] ppid=29835 vsize=47572 CPUtime=21.48
/proc/29837/stat : 29837 (galac.sh) S 29835 29837 29767 0 -1 4194304 799 29554 0 1 0 0 2124 24 17 0 1 0 175668127 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29837/statm: 11893 363 245 79 0 218 0
[pid=29859] ppid=29837 vsize=505344 CPUtime=1519.1
/proc/29859/stat : 29859 (minisat) R 29837 29837 29767 0 -1 4194304 125294 0 0 0 151786 124 0 0 25 0 1 0 175670295 517472256 125276 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 0 0 0
/proc/29859/statm: 126336 125276 54 142 0 126192 0
Current children cumulated CPU time (s) 1540.58
Current children cumulated vsize (KiB) 552916

[startup+1603.87 s]
/proc/loadavg: 1.94 1.96 2.01 3/87 30647
/proc/meminfo: memFree=802912/2055920 swapFree=4165612/4192956
[pid=29837] ppid=29835 vsize=47572 CPUtime=21.48
/proc/29837/stat : 29837 (galac.sh) S 29835 29837 29767 0 -1 4194304 799 29554 0 1 0 0 2124 24 17 0 1 0 175668127 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29837/statm: 11893 363 245 79 0 218 0
[pid=29859] ppid=29837 vsize=513440 CPUtime=1579.1
/proc/29859/stat : 29859 (minisat) R 29837 29837 29767 0 -1 4194304 127300 0 0 0 157783 127 0 0 25 0 1 0 175670295 525762560 127282 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525808 0 0 4096 3 0 0 0 17 0 0 0
/proc/29859/statm: 128360 127282 54 142 0 128216 0
Current children cumulated CPU time (s) 1600.58
Current children cumulated vsize (KiB) 561012

[startup+1663.91 s]
/proc/loadavg: 1.98 1.96 2.00 3/87 30647
/proc/meminfo: memFree=790368/2055920 swapFree=4165612/4192956
[pid=29837] ppid=29835 vsize=47572 CPUtime=21.48
/proc/29837/stat : 29837 (galac.sh) S 29835 29837 29767 0 -1 4194304 799 29554 0 1 0 0 2124 24 17 0 1 0 175668127 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29837/statm: 11893 363 245 79 0 218 0
[pid=29859] ppid=29837 vsize=523316 CPUtime=1639.08
/proc/29859/stat : 29859 (minisat) R 29837 29837 29767 0 -1 4194304 129732 0 0 0 163779 129 0 0 25 0 1 0 175670295 535875584 129714 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/29859/statm: 130829 129714 54 142 0 130685 0
Current children cumulated CPU time (s) 1660.56
Current children cumulated vsize (KiB) 570888

[startup+1723.94 s]
/proc/loadavg: 2.02 1.98 2.00 3/87 30647
/proc/meminfo: memFree=785952/2055920 swapFree=4165612/4192956
[pid=29837] ppid=29835 vsize=47572 CPUtime=21.48
/proc/29837/stat : 29837 (galac.sh) S 29835 29837 29767 0 -1 4194304 799 29554 0 1 0 0 2124 24 17 0 1 0 175668127 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29837/statm: 11893 363 245 79 0 218 0
[pid=29859] ppid=29837 vsize=529704 CPUtime=1699.03
/proc/29859/stat : 29859 (minisat) R 29837 29837 29767 0 -1 4194304 131344 0 0 0 169773 130 0 0 25 0 1 0 175670295 542416896 131326 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/29859/statm: 132426 131326 54 142 0 132282 0
Current children cumulated CPU time (s) 1720.51
Current children cumulated vsize (KiB) 577276

[startup+1783.97 s]
/proc/loadavg: 2.01 1.98 2.00 3/87 30647
/proc/meminfo: memFree=780320/2055920 swapFree=4165612/4192956
[pid=29837] ppid=29835 vsize=47572 CPUtime=21.48
/proc/29837/stat : 29837 (galac.sh) S 29835 29837 29767 0 -1 4194304 799 29554 0 1 0 0 2124 24 17 0 1 0 175668127 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29837/statm: 11893 363 245 79 0 218 0
[pid=29859] ppid=29837 vsize=540564 CPUtime=1759.01
/proc/29859/stat : 29859 (minisat) R 29837 29837 29767 0 -1 4194304 134020 0 0 0 175768 133 0 0 25 0 1 0 175670295 553537536 134002 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529435 0 0 4096 3 0 0 0 17 0 0 0
/proc/29859/statm: 135141 134002 54 142 0 134997 0
Current children cumulated CPU time (s) 1780.49
Current children cumulated vsize (KiB) 588136



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.57 s]
/proc/loadavg: 2.00 1.98 2.00 3/87 30647
/proc/meminfo: memFree=837792/2055920 swapFree=4165612/4192956
[pid=29837] ppid=29835 vsize=47572 CPUtime=21.48
/proc/29837/stat : 29837 (galac.sh) S 29835 29837 29767 0 -1 4194304 799 29554 0 1 0 0 2124 24 17 0 1 0 175668127 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259352882010 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29837/statm: 11893 363 245 79 0 218 0
[pid=29859] ppid=29837 vsize=542448 CPUtime=1778.58
/proc/29859/stat : 29859 (minisat) R 29837 29837 29767 0 -1 4194304 134482 0 0 0 177725 133 0 0 25 0 1 0 175670295 555466752 134464 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529374 0 0 4096 3 0 0 0 17 0 0 0
/proc/29859/statm: 135612 134464 54 142 0 135468 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 590020

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

Child ended because it received signal 15 (SIGTERM)

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 29837 and gives childrusage.ru_utime.tv_sec=21 childrusage.ru_utime.tv_usec=251769 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=247962
CPU time returned by wait4() is 21.4997
while last known CPU time is 1800.06

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

Real time (s): 1803.58
CPU time (s): 1800.06
CPU user time (s): 1798.49
CPU system time (s): 1.57
CPU usage (%): 99.8046
Max. virtual memory (cumulated for all children) (KiB): 908428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.2518
system time used= 0.247962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30353
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= 1715
involuntary context switches= 1979

runsolver used 2.10368 s user time and 5.85511 s system time

The end

Launcher Data (download as text)

Begin job on node1 on Mon Jan  8 16:12:04 UTC 2007


IDJOB= 225529
IDBENCH= 5868
FILE ID= node1/225529-1168272724

PBS_JOBID= 3483025

Free space on /tmp= 66304 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.9/rand-2-40-180-84-900-33_ext.xml
COMMAND LINE= /tmp/evaluation/225529-1168272724/galac.sh /tmp/evaluation/225529-1168272724/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-225529-1168272724 -o ROOT/results/node1/solver-225529-1168272724 -C 1800 -M 900  /tmp/evaluation/225529-1168272724/galac.sh /tmp/evaluation/225529-1168272724/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  2c1d63f71aa62cd0d008f2331a6aee4a

RANDOM SEED= 869491512

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.234
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.234
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:       1306536 kB
Buffers:         58988 kB
Cached:         487580 kB
SwapCached:       3620 kB
Active:         363940 kB
Inactive:       326704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1306536 kB
SwapTotal:     4192956 kB
SwapFree:      4165612 kB
Dirty:            4868 kB
Writeback:           0 kB
Mapped:         155288 kB
Slab:            43212 kB
Committed_AS:  5512000 kB
PageTables:       2596 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= 66296 MiB



End job on node1 on Mon Jan  8 16:42:07 UTC 2007