Trace number 217445

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.08 1821.75

General information on the benchmark

NamelatinSquare/
latinSquare-dg-8_all.xml
MD5SUMfd1e76764a13fbac4c69dc4bdc7e9635
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
SatisfiableNO
(Un)Satisfiability was proved
Number of variables64
Number of constraints32
Maximum constraint arity8
Maximum domain size8
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)allDifferent(32)

Solver Data (download as text)

0.17	c --- Preproc Stats ---
12.53	c start processing
12.53	c start relation processing
12.94	c start cnf exporting
18.72	c parsing time : 12.224
18.72	c preprocessing time : 18.415
18.72	
18.72	c Nary constraints - conflicts : 0 supports : 32
18.72	c Binary constraints - conflicts : 0 supports :0
18.72	c max arity constraint : 8
18.72	c Max Tuples generated 16777216
18.72	c relations : 1
18.72	c relations BDD: 1
18.72	c vars : 33281 - clauses :  124544
18.72	
18.74	 
18.74	c --- Minisat Stats ---
18.74	 

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/node9/watcher-217445-1168247244 -o ROOT/results/node9/solver-217445-1168247244 -C 1800 -M 900 /tmp/evaluation/217445-1168247244/galac.sh /tmp/evaluation/217445-1168247244/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.00 2.00 2.07 5/93 14442
/proc/meminfo: memFree=1792728/2055920 swapFree=4191880/4192956
[pid=14441] ppid=14439 vsize=18540 CPUtime=0
/proc/14441/stat : 14441 (runsolver) D 14439 14441 13713 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 173119582 18984960 279 18446744073709551615 4194304 4267372 548682069072 18446744073709551615 215418989863 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/14441/statm: 4635 279 244 17 0 2626 0

[startup+0.103834 s]
/proc/loadavg: 2.00 2.00 2.07 5/93 14442
/proc/meminfo: memFree=1792728/2055920 swapFree=4191880/4192956
[pid=14441] ppid=14439 vsize=8784 CPUtime=0.01
/proc/14441/stat : 14441 (galac.sh) D 14439 14441 13713 0 -1 4194304 616 1485 4 0 0 0 0 1 20 0 1 0 173119582 8994816 320 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215419158610 0 2 4096 73728 18446744071563479169 0 0 17 1 0 0
/proc/14441/statm: 2196 320 218 79 0 189 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8784

[startup+0.511884 s]
/proc/loadavg: 2.00 2.00 2.07 5/93 14442
/proc/meminfo: memFree=1792728/2055920 swapFree=4191880/4192956
[pid=14441] ppid=14439 vsize=47576 CPUtime=0.01
/proc/14441/stat : 14441 (galac.sh) S 14439 14441 13713 0 -1 4194304 756 1866 5 0 0 0 0 1 18 0 1 0 173119582 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14441/statm: 11894 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+1.33297 s]
/proc/loadavg: 2.00 2.00 2.07 3/101 14462
/proc/meminfo: memFree=1748120/2055920 swapFree=4191880/4192956
[pid=14441] ppid=14439 vsize=47576 CPUtime=0.01
/proc/14441/stat : 14441 (galac.sh) S 14439 14441 13713 0 -1 4194304 756 1866 5 0 0 0 0 1 18 0 1 0 173119582 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14441/statm: 11894 363 245 79 0 218 0
[pid=14455] ppid=14441 vsize=861064 CPUtime=1.12
/proc/14455/stat : 14455 (java) R 14441 14441 13713 0 -1 0 12773 0 3 0 106 6 0 0 25 0 8 0 173119600 881729536 12529 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073667360 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14455/statm: 215266 12529 1987 14 0 201471 0
[pid=14455/tid=14456] ppid=14441 vsize=861064 CPUtime=0.03
/proc/14455/task/14456/stat : 14456 (java) S 14441 14441 13713 0 -1 64 3348 0 0 0 2 1 0 0 16 0 8 0 173119603 881729536 12529 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14455/tid=14457] ppid=14441 vsize=861064 CPUtime=0
/proc/14455/task/14457/stat : 14457 (java) S 14441 14441 13713 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 173119604 881729536 12529 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14455/tid=14458] ppid=14441 vsize=861064 CPUtime=0
/proc/14455/task/14458/stat : 14458 (java) S 14441 14441 13713 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 173119604 881729536 12529 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14455/tid=14459] ppid=14441 vsize=861064 CPUtime=0
/proc/14455/task/14459/stat : 14459 (java) S 14441 14441 13713 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 173119607 881729536 12529 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14455/tid=14460] ppid=14441 vsize=861064 CPUtime=0.08
/proc/14455/task/14460/stat : 14460 (java) S 14441 14441 13713 0 -1 64 877 0 0 0 8 0 0 0 16 0 8 0 173119607 881729536 12529 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14455/tid=14461] ppid=14441 vsize=861064 CPUtime=0
/proc/14455/task/14461/stat : 14461 (java) S 14441 14441 13713 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 173119607 881729536 12529 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14455/tid=14462] ppid=14441 vsize=861064 CPUtime=0
/proc/14455/task/14462/stat : 14462 (java) S 14441 14441 13713 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 173119607 881729536 12529 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 908640

[startup+2.97016 s]
/proc/loadavg: 2.00 2.00 2.07 3/101 14462
/proc/meminfo: memFree=1748056/2055920 swapFree=4191880/4192956
[pid=14441] ppid=14439 vsize=47576 CPUtime=0.01
/proc/14441/stat : 14441 (galac.sh) S 14439 14441 13713 0 -1 4194304 756 1866 5 0 0 0 0 1 18 0 1 0 173119582 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14441/statm: 11894 363 245 79 0 218 0
[pid=14455] ppid=14441 vsize=861064 CPUtime=2.74
/proc/14455/stat : 14455 (java) R 14441 14441 13713 0 -1 0 12773 0 3 0 268 6 0 0 25 0 8 0 173119600 881729536 12529 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073663678 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14455/statm: 215266 12529 1987 14 0 201471 0
[pid=14455/tid=14456] ppid=14441 vsize=861064 CPUtime=0.03
/proc/14455/task/14456/stat : 14456 (java) S 14441 14441 13713 0 -1 64 3348 0 0 0 2 1 0 0 16 0 8 0 173119603 881729536 12529 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14455/tid=14457] ppid=14441 vsize=861064 CPUtime=0
/proc/14455/task/14457/stat : 14457 (java) S 14441 14441 13713 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 173119604 881729536 12529 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14455/tid=14458] ppid=14441 vsize=861064 CPUtime=0
/proc/14455/task/14458/stat : 14458 (java) S 14441 14441 13713 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 173119604 881729536 12529 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14455/tid=14459] ppid=14441 vsize=861064 CPUtime=0
/proc/14455/task/14459/stat : 14459 (java) S 14441 14441 13713 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 173119607 881729536 12529 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14455/tid=14460] ppid=14441 vsize=861064 CPUtime=0.08
/proc/14455/task/14460/stat : 14460 (java) S 14441 14441 13713 0 -1 64 877 0 0 0 8 0 0 0 16 0 8 0 173119607 881729536 12529 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14455/tid=14461] ppid=14441 vsize=861064 CPUtime=0
/proc/14455/task/14461/stat : 14461 (java) S 14441 14441 13713 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 173119607 881729536 12529 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14455/tid=14462] ppid=14441 vsize=861064 CPUtime=0
/proc/14455/task/14462/stat : 14462 (java) S 14441 14441 13713 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 173119607 881729536 12529 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 908640

[startup+6.27153 s]
/proc/loadavg: 2.00 2.00 2.07 3/101 14462
/proc/meminfo: memFree=1747992/2055920 swapFree=4191880/4192956
[pid=14441] ppid=14439 vsize=47576 CPUtime=0.01
/proc/14441/stat : 14441 (galac.sh) S 14439 14441 13713 0 -1 4194304 756 1866 5 0 0 0 0 1 18 0 1 0 173119582 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14441/statm: 11894 363 245 79 0 218 0
[pid=14455] ppid=14441 vsize=861064 CPUtime=6.01
/proc/14455/stat : 14455 (java) R 14441 14441 13713 0 -1 0 12773 0 3 0 595 6 0 0 25 0 8 0 173119600 881729536 12529 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073671363 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14455/statm: 215266 12529 1987 14 0 201471 0
[pid=14455/tid=14456] ppid=14441 vsize=861064 CPUtime=0.03
/proc/14455/task/14456/stat : 14456 (java) S 14441 14441 13713 0 -1 64 3348 0 0 0 2 1 0 0 16 0 8 0 173119603 881729536 12529 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14455/tid=14457] ppid=14441 vsize=861064 CPUtime=0
/proc/14455/task/14457/stat : 14457 (java) S 14441 14441 13713 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 173119604 881729536 12529 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14455/tid=14458] ppid=14441 vsize=861064 CPUtime=0
/proc/14455/task/14458/stat : 14458 (java) S 14441 14441 13713 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 173119604 881729536 12529 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14455/tid=14459] ppid=14441 vsize=861064 CPUtime=0
/proc/14455/task/14459/stat : 14459 (java) S 14441 14441 13713 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 173119607 881729536 12529 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14455/tid=14460] ppid=14441 vsize=861064 CPUtime=0.08
/proc/14455/task/14460/stat : 14460 (java) S 14441 14441 13713 0 -1 64 877 0 0 0 8 0 0 0 16 0 8 0 173119607 881729536 12529 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14455/tid=14461] ppid=14441 vsize=861064 CPUtime=0
/proc/14455/task/14461/stat : 14461 (java) S 14441 14441 13713 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 173119607 881729536 12529 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14455/tid=14462] ppid=14441 vsize=861064 CPUtime=0
/proc/14455/task/14462/stat : 14462 (java) S 14441 14441 13713 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 173119607 881729536 12529 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 908640

[startup+12.7463 s]
/proc/loadavg: 2.00 2.00 2.07 3/101 14462
/proc/meminfo: memFree=1747992/2055920 swapFree=4191880/4192956
[pid=14441] ppid=14439 vsize=47576 CPUtime=0.01
/proc/14441/stat : 14441 (galac.sh) S 14439 14441 13713 0 -1 4194304 756 1866 5 0 0 0 0 1 18 0 1 0 173119582 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14441/statm: 11894 363 245 79 0 218 0
[pid=14455] ppid=14441 vsize=861064 CPUtime=12.43
/proc/14455/stat : 14455 (java) R 14441 14441 13713 0 -1 0 12819 0 3 0 1236 7 0 0 25 0 8 0 173119600 881729536 12575 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073795200 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14455/statm: 215266 12575 1993 14 0 201471 0
[pid=14455/tid=14456] ppid=14441 vsize=861064 CPUtime=0.03
/proc/14455/task/14456/stat : 14456 (java) S 14441 14441 13713 0 -1 64 3348 0 0 0 2 1 0 0 17 0 8 0 173119603 881729536 12575 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14455/tid=14457] ppid=14441 vsize=861064 CPUtime=0
/proc/14455/task/14457/stat : 14457 (java) S 14441 14441 13713 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 173119604 881729536 12575 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14455/tid=14458] ppid=14441 vsize=861064 CPUtime=0
/proc/14455/task/14458/stat : 14458 (java) S 14441 14441 13713 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 173119604 881729536 12575 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14455/tid=14459] ppid=14441 vsize=861064 CPUtime=0
/proc/14455/task/14459/stat : 14459 (java) S 14441 14441 13713 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 173119607 881729536 12575 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14455/tid=14460] ppid=14441 vsize=861064 CPUtime=0.13
/proc/14455/task/14460/stat : 14460 (java) S 14441 14441 13713 0 -1 64 909 0 0 0 13 0 0 0 16 0 8 0 173119607 881729536 12575 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14455/tid=14461] ppid=14441 vsize=861064 CPUtime=0
/proc/14455/task/14461/stat : 14461 (java) S 14441 14441 13713 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 173119607 881729536 12575 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14455/tid=14462] ppid=14441 vsize=861064 CPUtime=0
/proc/14455/task/14462/stat : 14462 (java) S 14441 14441 13713 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 173119607 881729536 12575 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 908640

[startup+25.6057 s]
/proc/loadavg: 2.00 2.00 2.07 3/94 14463
/proc/meminfo: memFree=1777872/2055920 swapFree=4191880/4192956
[pid=14441] ppid=14439 vsize=47576 CPUtime=18.39
/proc/14441/stat : 14441 (galac.sh) S 14439 14441 13713 0 -1 4194304 794 24067 5 3 0 0 1822 17 17 0 1 0 173119582 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14441/statm: 11894 363 245 79 0 218 0
[pid=14463] ppid=14441 vsize=11664 CPUtime=6.79
/proc/14463/stat : 14463 (minisat) R 14441 14441 13713 0 -1 4194304 2712 0 0 0 677 2 0 0 25 0 1 0 173121457 11943936 2694 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/14463/statm: 2916 2694 54 142 0 2772 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 59240

[startup+51.2836 s]
/proc/loadavg: 2.00 2.00 2.06 3/94 14463
/proc/meminfo: memFree=1770704/2055920 swapFree=4191880/4192956
[pid=14441] ppid=14439 vsize=47576 CPUtime=18.39
/proc/14441/stat : 14441 (galac.sh) S 14439 14441 13713 0 -1 4194304 794 24067 5 3 0 0 1822 17 17 0 1 0 173119582 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14441/statm: 11894 363 245 79 0 218 0
[pid=14463] ppid=14441 vsize=18904 CPUtime=32.22
/proc/14463/stat : 14463 (minisat) R 14441 14441 13713 0 -1 4194304 4487 0 0 0 3218 4 0 0 25 0 1 0 173121457 19357696 4469 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/14463/statm: 4726 4469 54 142 0 4582 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 66480

[startup+102.491 s]
/proc/loadavg: 2.00 2.00 2.06 3/94 14463
/proc/meminfo: memFree=1761808/2055920 swapFree=4191880/4192956
[pid=14441] ppid=14439 vsize=47576 CPUtime=18.39
/proc/14441/stat : 14441 (galac.sh) S 14439 14441 13713 0 -1 4194304 794 24067 5 3 0 0 1822 17 17 0 1 0 173119582 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14441/statm: 11894 363 245 79 0 218 0
[pid=14463] ppid=14441 vsize=27740 CPUtime=82.97
/proc/14463/stat : 14463 (minisat) R 14441 14441 13713 0 -1 4194304 6717 0 0 0 8290 7 0 0 25 0 1 0 173121457 28405760 6699 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/14463/statm: 6935 6699 54 142 0 6791 0
Current children cumulated CPU time (s) 101.36
Current children cumulated vsize (KiB) 75316

[startup+162.518 s]
/proc/loadavg: 2.00 2.00 2.05 3/94 14463
/proc/meminfo: memFree=1753168/2055920 swapFree=4191880/4192956
[pid=14441] ppid=14439 vsize=47576 CPUtime=18.39
/proc/14441/stat : 14441 (galac.sh) S 14439 14441 13713 0 -1 4194304 794 24067 5 3 0 0 1822 17 17 0 1 0 173119582 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14441/statm: 11894 363 245 79 0 218 0
[pid=14463] ppid=14441 vsize=36572 CPUtime=142.45
/proc/14463/stat : 14463 (minisat) R 14441 14441 13713 0 -1 4194304 8877 0 0 0 14236 9 0 0 25 0 1 0 173121457 37449728 8859 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529506 0 0 4096 3 0 0 0 17 1 0 0
/proc/14463/statm: 9143 8859 54 142 0 8999 0
Current children cumulated CPU time (s) 160.84
Current children cumulated vsize (KiB) 84148

[startup+222.54 s]
/proc/loadavg: 2.00 2.00 2.05 3/94 14463
/proc/meminfo: memFree=1744208/2055920 swapFree=4191880/4192956
[pid=14441] ppid=14439 vsize=47576 CPUtime=18.39
/proc/14441/stat : 14441 (galac.sh) S 14439 14441 13713 0 -1 4194304 794 24067 5 3 0 0 1822 17 17 0 1 0 173119582 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14441/statm: 11894 363 245 79 0 218 0
[pid=14463] ppid=14441 vsize=45584 CPUtime=201.92
/proc/14463/stat : 14463 (minisat) R 14441 14441 13713 0 -1 4194304 11083 0 0 0 20181 11 0 0 25 0 1 0 173121457 46678016 11065 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/14463/statm: 11396 11065 54 142 0 11252 0
Current children cumulated CPU time (s) 220.31
Current children cumulated vsize (KiB) 93160

[startup+282.565 s]
/proc/loadavg: 2.04 2.01 2.05 3/94 14463

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

/proc/loadavg: 2.00 2.01 2.00 3/94 14465
/proc/meminfo: memFree=1700176/2055920 swapFree=4191880/4192956
[pid=14441] ppid=14439 vsize=47576 CPUtime=18.39
/proc/14441/stat : 14441 (galac.sh) S 14439 14441 13713 0 -1 4194304 794 24067 5 3 0 0 1822 17 17 0 1 0 173119582 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14441/statm: 11894 363 245 79 0 218 0
[pid=14463] ppid=14441 vsize=87844 CPUtime=1094.36
/proc/14463/stat : 14463 (minisat) R 14441 14441 13713 0 -1 4194304 21564 0 0 0 109414 22 0 0 25 0 1 0 173121457 89952256 21546 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/14463/statm: 21961 21546 54 142 0 21817 0
Current children cumulated CPU time (s) 1112.75
Current children cumulated vsize (KiB) 135420

[startup+1183.22 s]
/proc/loadavg: 2.04 2.02 2.00 3/94 14465
/proc/meminfo: memFree=1699728/2055920 swapFree=4191880/4192956
[pid=14441] ppid=14439 vsize=47576 CPUtime=18.39
/proc/14441/stat : 14441 (galac.sh) S 14439 14441 13713 0 -1 4194304 794 24067 5 3 0 0 1822 17 17 0 1 0 173119582 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14441/statm: 11894 363 245 79 0 218 0
[pid=14463] ppid=14441 vsize=88148 CPUtime=1154.08
/proc/14463/stat : 14463 (minisat) R 14441 14441 13713 0 -1 4194304 21656 0 0 0 115386 22 0 0 25 0 1 0 173121457 90263552 21638 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/14463/statm: 22037 21638 54 142 0 21893 0
Current children cumulated CPU time (s) 1172.47
Current children cumulated vsize (KiB) 135724

[startup+1243.29 s]
/proc/loadavg: 2.01 2.01 2.00 3/94 14465
/proc/meminfo: memFree=1695440/2055920 swapFree=4191880/4192956
[pid=14441] ppid=14439 vsize=47576 CPUtime=18.39
/proc/14441/stat : 14441 (galac.sh) S 14439 14441 13713 0 -1 4194304 794 24067 5 3 0 0 1822 17 17 0 1 0 173119582 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14441/statm: 11894 363 245 79 0 218 0
[pid=14463] ppid=14441 vsize=92384 CPUtime=1213.87
/proc/14463/stat : 14463 (minisat) R 14441 14441 13713 0 -1 4194304 22713 0 0 0 121363 24 0 0 25 0 1 0 173121457 94601216 22695 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/14463/statm: 23096 22695 54 142 0 22952 0
Current children cumulated CPU time (s) 1232.26
Current children cumulated vsize (KiB) 139960

[startup+1303.37 s]
/proc/loadavg: 2.00 2.01 2.00 3/94 14465
/proc/meminfo: memFree=1690768/2055920 swapFree=4191880/4192956
[pid=14441] ppid=14439 vsize=47576 CPUtime=18.39
/proc/14441/stat : 14441 (galac.sh) S 14439 14441 13713 0 -1 4194304 794 24067 5 3 0 0 1822 17 17 0 1 0 173119582 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14441/statm: 11894 363 245 79 0 218 0
[pid=14463] ppid=14441 vsize=97092 CPUtime=1273.66
/proc/14463/stat : 14463 (minisat) R 14441 14441 13713 0 -1 4194304 23851 0 0 0 127341 25 0 0 25 0 1 0 173121457 99422208 23833 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/14463/statm: 24273 23833 54 142 0 24129 0
Current children cumulated CPU time (s) 1292.05
Current children cumulated vsize (KiB) 144668

[startup+1363.44 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 14465
/proc/meminfo: memFree=1686224/2055920 swapFree=4191880/4192956
[pid=14441] ppid=14439 vsize=47576 CPUtime=18.39
/proc/14441/stat : 14441 (galac.sh) S 14439 14441 13713 0 -1 4194304 794 24067 5 3 0 0 1822 17 17 0 1 0 173119582 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14441/statm: 11894 363 245 79 0 218 0
[pid=14463] ppid=14441 vsize=101964 CPUtime=1333.46
/proc/14463/stat : 14463 (minisat) R 14441 14441 13713 0 -1 4194304 24973 0 0 0 133320 26 0 0 25 0 1 0 173121457 104411136 24955 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134528647 0 0 4096 3 0 0 0 17 1 0 0
/proc/14463/statm: 25491 24955 54 142 0 25347 0
Current children cumulated CPU time (s) 1351.85
Current children cumulated vsize (KiB) 149540

[startup+1423.52 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 14465
/proc/meminfo: memFree=1681424/2055920 swapFree=4191880/4192956
[pid=14441] ppid=14439 vsize=47576 CPUtime=18.39
/proc/14441/stat : 14441 (galac.sh) S 14439 14441 13713 0 -1 4194304 794 24067 5 3 0 0 1822 17 17 0 1 0 173119582 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14441/statm: 11894 363 245 79 0 218 0
[pid=14463] ppid=14441 vsize=106540 CPUtime=1393.25
/proc/14463/stat : 14463 (minisat) R 14441 14441 13713 0 -1 4194304 26154 0 0 0 139298 27 0 0 25 0 1 0 173121457 109096960 26136 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/14463/statm: 26635 26136 54 142 0 26491 0
Current children cumulated CPU time (s) 1411.64
Current children cumulated vsize (KiB) 154116

[startup+1483.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 14465
/proc/meminfo: memFree=1676496/2055920 swapFree=4191880/4192956
[pid=14441] ppid=14439 vsize=47576 CPUtime=18.39
/proc/14441/stat : 14441 (galac.sh) S 14439 14441 13713 0 -1 4194304 794 24067 5 3 0 0 1822 17 17 0 1 0 173119582 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14441/statm: 11894 363 245 79 0 218 0
[pid=14463] ppid=14441 vsize=111552 CPUtime=1453.04
/proc/14463/stat : 14463 (minisat) R 14441 14441 13713 0 -1 4194304 27357 0 0 0 145276 28 0 0 25 0 1 0 173121457 114229248 27339 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/14463/statm: 27888 27339 54 142 0 27744 0
Current children cumulated CPU time (s) 1471.43
Current children cumulated vsize (KiB) 159128

[startup+1543.67 s]
/proc/loadavg: 2.06 2.01 2.00 3/98 14570
/proc/meminfo: memFree=1726064/2055920 swapFree=4191880/4192956
[pid=14441] ppid=14439 vsize=47576 CPUtime=18.39
/proc/14441/stat : 14441 (galac.sh) S 14439 14441 13713 0 -1 4194304 794 24067 5 3 0 0 1822 17 17 0 1 0 173119582 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14441/statm: 11894 363 245 79 0 218 0
[pid=14463] ppid=14441 vsize=112872 CPUtime=1511.07
/proc/14463/stat : 14463 (minisat) R 14441 14441 13713 0 -1 4194304 27703 0 0 0 151077 30 0 0 25 0 1 0 173121457 115580928 27685 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/14463/statm: 28218 27685 54 142 0 28074 0
Current children cumulated CPU time (s) 1529.46
Current children cumulated vsize (KiB) 160448

[startup+1603.7 s]
/proc/loadavg: 2.11 2.05 2.01 3/95 14641
/proc/meminfo: memFree=1716048/2055920 swapFree=4191880/4192956
[pid=14441] ppid=14439 vsize=47576 CPUtime=18.39
/proc/14441/stat : 14441 (galac.sh) S 14439 14441 13713 0 -1 4194304 794 24067 5 3 0 0 1822 17 17 0 1 0 173119582 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14441/statm: 11894 363 245 79 0 218 0
[pid=14463] ppid=14441 vsize=112872 CPUtime=1567.51
/proc/14463/stat : 14463 (minisat) R 14441 14441 13713 0 -1 4194304 27703 0 0 0 156719 32 0 0 25 0 1 0 173121457 115580928 27685 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/14463/statm: 28218 27685 54 142 0 28074 0
Current children cumulated CPU time (s) 1585.9
Current children cumulated vsize (KiB) 160448

[startup+1663.75 s]
/proc/loadavg: 2.04 2.04 2.01 3/80 14656
/proc/meminfo: memFree=1740104/2055920 swapFree=4191880/4192956
[pid=14441] ppid=14439 vsize=47576 CPUtime=18.39
/proc/14441/stat : 14441 (galac.sh) S 14439 14441 13713 0 -1 4194304 794 24067 5 3 0 0 1822 17 17 0 1 0 173119582 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14441/statm: 11894 363 245 79 0 218 0
[pid=14463] ppid=14441 vsize=112872 CPUtime=1627.29
/proc/14463/stat : 14463 (minisat) R 14441 14441 13713 0 -1 4194304 27705 0 0 0 162696 33 0 0 25 0 1 0 173121457 115580928 27687 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529527 0 0 4096 3 0 0 0 17 1 0 0
/proc/14463/statm: 28218 27687 54 142 0 28074 0
Current children cumulated CPU time (s) 1645.68
Current children cumulated vsize (KiB) 160448

[startup+1723.85 s]
/proc/loadavg: 2.29 2.13 2.04 3/99 14782
/proc/meminfo: memFree=1319472/2055920 swapFree=4191880/4192956
[pid=14441] ppid=14439 vsize=47576 CPUtime=18.39
/proc/14441/stat : 14441 (galac.sh) S 14439 14441 13713 0 -1 4194304 794 24067 5 3 0 0 1822 17 17 0 1 0 173119582 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14441/statm: 11894 363 245 79 0 218 0
[pid=14463] ppid=14441 vsize=113204 CPUtime=1684.74
/proc/14463/stat : 14463 (minisat) R 14441 14441 13713 0 -1 4194304 27785 0 0 0 168439 35 0 0 25 0 1 0 173121457 115920896 27767 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/14463/statm: 28301 27767 54 142 0 28157 0
Current children cumulated CPU time (s) 1703.13
Current children cumulated vsize (KiB) 160780

[startup+1783.95 s]
/proc/loadavg: 2.24 2.14 2.05 3/99 14782
/proc/meminfo: memFree=1319280/2055920 swapFree=4191880/4192956
[pid=14441] ppid=14439 vsize=47576 CPUtime=18.39
/proc/14441/stat : 14441 (galac.sh) S 14439 14441 13713 0 -1 4194304 794 24067 5 3 0 0 1822 17 17 0 1 0 173119582 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14441/statm: 11894 363 245 79 0 218 0
[pid=14463] ppid=14441 vsize=113544 CPUtime=1744.28
/proc/14463/stat : 14463 (minisat) R 14441 14441 13713 0 -1 4194304 27839 0 0 0 174392 36 0 0 25 0 1 0 173121457 116269056 27821 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/14463/statm: 28386 27821 54 142 0 28242 0
Current children cumulated CPU time (s) 1762.67
Current children cumulated vsize (KiB) 161120



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1821.74 s]
/proc/loadavg: 2.13 2.12 2.04 3/99 14782
/proc/meminfo: memFree=1307184/2055920 swapFree=4191880/4192956
[pid=14441] ppid=14439 vsize=47576 CPUtime=18.39
/proc/14441/stat : 14441 (galac.sh) S 14439 14441 13713 0 -1 4194304 794 24067 5 3 0 0 1822 17 17 0 1 0 173119582 48717824 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 215418596186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14441/statm: 11894 363 245 79 0 218 0
[pid=14463] ppid=14441 vsize=113544 CPUtime=1781.69
/proc/14463/stat : 14463 (minisat) R 14441 14441 13713 0 -1 4194304 27843 0 0 0 178133 36 0 0 25 0 1 0 173121457 116269056 27825 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/14463/statm: 28386 27825 54 142 0 28242 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 161120

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 14441 and gives childrusage.ru_utime.tv_sec=18 childrusage.ru_utime.tv_usec=230228 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=177972
CPU time returned by wait4() is 18.4082
while last known CPU time is 1800.08

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

Real time (s): 1821.75
CPU time (s): 1800.08
CPU user time (s): 1799.55
CPU system time (s): 0.53
CPU usage (%): 98.8106
Max. virtual memory (cumulated for all children) (KiB): 908640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.2302
system time used= 0.177972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24861
page faults= 8
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1423
involuntary context switches= 2124

runsolver used 2.23766 s user time and 5.57415 s system time

The end

Launcher Data (download as text)

Begin job on node9 on Mon Jan  8 09:07:24 UTC 2007


IDJOB= 217445
IDBENCH= 5138
FILE ID= node9/217445-1168247244

PBS_JOBID= 3481613

Free space on /tmp= 66544 MiB

BENCH NAME= HOME/pub/bench/CPAI06/latinSquare/latinSquare-dg-8_all.xml
COMMAND LINE= /tmp/evaluation/217445-1168247244/galac.sh /tmp/evaluation/217445-1168247244/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-217445-1168247244 -o ROOT/results/node9/solver-217445-1168247244 -C 1800 -M 900  /tmp/evaluation/217445-1168247244/galac.sh /tmp/evaluation/217445-1168247244/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  fd1e76764a13fbac4c69dc4bdc7e9635

RANDOM SEED= 405483925

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.231
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.231
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:       1793144 kB
Buffers:         28972 kB
Cached:          68280 kB
SwapCached:         56 kB
Active:         153580 kB
Inactive:        50732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1793144 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            2868 kB
Writeback:           0 kB
Mapped:         128960 kB
Slab:            43060 kB
Committed_AS:  5656196 kB
PageTables:       2460 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= 66541 MiB



End job on node9 on Mon Jan  8 09:37:46 UTC 2007