Trace number 217683

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.05 1801.14

General information on the benchmark

NamegolombRuler/golombRulerArity3/
ruler-55-10-a3.xml
MD5SUM52e1a20218303240f1ed977654e67c18
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.16437
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables55
Number of constraints1080
Maximum constraint arity3
Maximum domain size56
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1080
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02	c --- Preproc Stats ---
1.21	c start processing
1.21	c start relation processing
1.30	c start cnf exporting
16.40	c parsing time : 1.061
16.40	c preprocessing time : 16.254
16.40	
16.40	c Nary constraints - conflicts : 0 supports : 45
16.40	c Binary constraints - conflicts : 990 supports :45
16.40	c max arity constraint : 3
16.40	c Max Tuples generated 172480
16.40	c relations : 3
16.40	c relations BDD: 1
16.40	c vars : 77286 - clauses :  431255
16.40	
16.45	 
16.45	c --- Minisat Stats ---
16.45	 

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-217683-1168248421 -o ROOT/results/node60/solver-217683-1168248421 -C 1800 -M 900 /tmp/evaluation/217683-1168248421/galac.sh /tmp/evaluation/217683-1168248421/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.00 1.00 1.20 3/65 29851
/proc/meminfo: memFree=1802664/2055920 swapFree=4192812/4192956
[pid=29850] ppid=29848 vsize=8652 CPUtime=0
/proc/29850/stat : 29850 (galac.sh) R 29848 29850 28678 0 -1 4194304 335 0 0 0 0 0 0 0 20 0 1 0 173239952 8859648 279 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271894243999 0 65538 4096 73728 0 0 0 17 0 0 0
/proc/29850/statm: 2163 279 207 79 0 156 0
[pid=29852] ppid=29850 vsize=8688 CPUtime=0
/proc/29852/stat : 29852 (galac.sh) R 29850 29850 28678 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 1 0 173239952 8896512 286 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271894243999 0 65536 4096 73728 0 0 0 17 0 0 0
/proc/29852/statm: 2172 286 209 79 0 165 0
[pid=29853] ppid=29852 vsize=120 CPUtime=0
/proc/29853/stat : 29853 (id) R 29852 29850 28678 0 -1 4194304 28 0 0 0 0 0 0 0 20 0 1 0 173239952 122880 3 18446744073709551615 0 0 548682070063 18446744073709551615 271894244647 0 0 3674112 0 0 0 0 17 0 0 0
/proc/29853/statm: 31 16 11 4 0 2 0

[startup+0.107259 s]
/proc/loadavg: 1.00 1.00 1.20 3/65 29851
/proc/meminfo: memFree=1802664/2055920 swapFree=4192812/4192956
[pid=29850] ppid=29848 vsize=47568 CPUtime=0.01
/proc/29850/stat : 29850 (galac.sh) S 29848 29850 28678 0 -1 4194304 761 1704 0 0 0 0 0 1 17 0 1 0 173239952 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29850/statm: 11892 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.515302 s]
/proc/loadavg: 1.00 1.00 1.20 3/65 29851
/proc/meminfo: memFree=1802664/2055920 swapFree=4192812/4192956
[pid=29850] ppid=29848 vsize=47568 CPUtime=0.01
/proc/29850/stat : 29850 (galac.sh) S 29848 29850 28678 0 -1 4194304 761 1704 0 0 0 0 0 1 17 0 1 0 173239952 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29850/statm: 11892 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.33838 s]
/proc/loadavg: 1.00 1.00 1.20 2/73 29871
/proc/meminfo: memFree=1759528/2055920 swapFree=4192812/4192956
[pid=29850] ppid=29848 vsize=47568 CPUtime=0.01
/proc/29850/stat : 29850 (galac.sh) S 29848 29850 28678 0 -1 4194304 761 1704 0 0 0 0 0 1 17 0 1 0 173239952 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29850/statm: 11892 363 245 79 0 218 0
[pid=29864] ppid=29850 vsize=861196 CPUtime=1.29
/proc/29864/stat : 29864 (java) R 29850 29850 28678 0 -1 0 12898 0 1 0 122 7 0 0 16 0 8 0 173239955 881864704 12650 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4072925707 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29864/statm: 215299 12650 2014 14 0 201504 0
[pid=29864/tid=29865] ppid=29850 vsize=861196 CPUtime=0.07
/proc/29864/task/29865/stat : 29865 (java) S 29850 29850 28678 0 -1 64 3414 0 0 0 7 0 0 0 16 0 8 0 173239958 881864704 12650 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29864/tid=29866] ppid=29850 vsize=861196 CPUtime=0
/proc/29864/task/29866/stat : 29866 (java) S 29850 29850 28678 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 173239959 881864704 12650 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29864/tid=29867] ppid=29850 vsize=861196 CPUtime=0
/proc/29864/task/29867/stat : 29867 (java) S 29850 29850 28678 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 173239959 881864704 12650 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29864/tid=29868] ppid=29850 vsize=861196 CPUtime=0
/proc/29864/task/29868/stat : 29868 (java) S 29850 29850 28678 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 173239962 881864704 12650 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29864/tid=29869] ppid=29850 vsize=861196 CPUtime=0.33
/proc/29864/task/29869/stat : 29869 (java) S 29850 29850 28678 0 -1 64 1085 0 0 0 32 1 0 0 16 0 8 0 173239962 881864704 12650 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29864/tid=29870] ppid=29850 vsize=861196 CPUtime=0
/proc/29864/task/29870/stat : 29870 (java) S 29850 29850 28678 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 173239962 881864704 12650 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29864/tid=29871] ppid=29850 vsize=861196 CPUtime=0
/proc/29864/task/29871/stat : 29871 (java) S 29850 29850 28678 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173239962 881864704 12650 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 908764

[startup+2.98655 s]
/proc/loadavg: 1.00 1.00 1.20 2/73 29871
/proc/meminfo: memFree=1731176/2055920 swapFree=4192812/4192956
[pid=29850] ppid=29848 vsize=47568 CPUtime=0.01
/proc/29850/stat : 29850 (galac.sh) S 29848 29850 28678 0 -1 4194304 761 1704 0 0 0 0 0 1 17 0 1 0 173239952 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29850/statm: 11892 363 245 79 0 218 0
[pid=29864] ppid=29850 vsize=861196 CPUtime=2.93
/proc/29864/stat : 29864 (java) R 29850 29850 28678 0 -1 0 20016 0 1 0 280 13 0 0 17 0 8 0 173239955 881864704 19764 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074454977 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29864/statm: 215299 19764 2018 14 0 201504 0
[pid=29864/tid=29865] ppid=29850 vsize=861196 CPUtime=0.09
/proc/29864/task/29865/stat : 29865 (java) S 29850 29850 28678 0 -1 64 3902 0 0 0 8 1 0 0 16 0 8 0 173239958 881864704 19764 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29864/tid=29866] ppid=29850 vsize=861196 CPUtime=0
/proc/29864/task/29866/stat : 29866 (java) S 29850 29850 28678 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 173239959 881864704 19764 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29864/tid=29867] ppid=29850 vsize=861196 CPUtime=0
/proc/29864/task/29867/stat : 29867 (java) S 29850 29850 28678 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 173239959 881864704 19764 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29864/tid=29868] ppid=29850 vsize=861196 CPUtime=0
/proc/29864/task/29868/stat : 29868 (java) S 29850 29850 28678 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 173239962 881864704 19764 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29864/tid=29869] ppid=29850 vsize=861196 CPUtime=0.38
/proc/29864/task/29869/stat : 29869 (java) S 29850 29850 28678 0 -1 64 1127 0 0 0 37 1 0 0 16 0 8 0 173239962 881864704 19764 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29864/tid=29870] ppid=29850 vsize=861196 CPUtime=0
/proc/29864/task/29870/stat : 29870 (java) S 29850 29850 28678 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 173239962 881864704 19764 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29864/tid=29871] ppid=29850 vsize=861196 CPUtime=0
/proc/29864/task/29871/stat : 29871 (java) S 29850 29850 28678 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173239962 881864704 19764 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 908764

[startup+6.26587 s]
/proc/loadavg: 1.00 1.00 1.20 2/73 29871
/proc/meminfo: memFree=1728104/2055920 swapFree=4192812/4192956
[pid=29850] ppid=29848 vsize=47568 CPUtime=0.01
/proc/29850/stat : 29850 (galac.sh) S 29848 29850 28678 0 -1 4194304 761 1704 0 0 0 0 0 1 17 0 1 0 173239952 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29850/statm: 11892 363 245 79 0 218 0
[pid=29864] ppid=29850 vsize=861196 CPUtime=6.2
/proc/29864/stat : 29864 (java) R 29850 29850 28678 0 -1 0 20025 0 1 0 606 14 0 0 17 0 8 0 173239955 881864704 19768 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074406942 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29864/statm: 215299 19768 2018 14 0 201504 0
[pid=29864/tid=29865] ppid=29850 vsize=861196 CPUtime=0.12
/proc/29864/task/29865/stat : 29865 (java) S 29850 29850 28678 0 -1 64 3902 0 0 0 11 1 0 0 16 0 8 0 173239958 881864704 19768 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29864/tid=29866] ppid=29850 vsize=861196 CPUtime=0
/proc/29864/task/29866/stat : 29866 (java) S 29850 29850 28678 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 173239959 881864704 19768 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29864/tid=29867] ppid=29850 vsize=861196 CPUtime=0
/proc/29864/task/29867/stat : 29867 (java) S 29850 29850 28678 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 173239959 881864704 19768 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29864/tid=29868] ppid=29850 vsize=861196 CPUtime=0
/proc/29864/task/29868/stat : 29868 (java) S 29850 29850 28678 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 173239962 881864704 19768 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29864/tid=29869] ppid=29850 vsize=861196 CPUtime=0.38
/proc/29864/task/29869/stat : 29869 (java) S 29850 29850 28678 0 -1 64 1131 0 0 0 37 1 0 0 15 0 8 0 173239962 881864704 19768 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29864/tid=29870] ppid=29850 vsize=861196 CPUtime=0
/proc/29864/task/29870/stat : 29870 (java) S 29850 29850 28678 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 173239962 881864704 19768 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29864/tid=29871] ppid=29850 vsize=861196 CPUtime=0
/proc/29864/task/29871/stat : 29871 (java) S 29850 29850 28678 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173239962 881864704 19768 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 908764

[startup+12.7395 s]
/proc/loadavg: 1.00 1.00 1.20 2/73 29871
/proc/meminfo: memFree=1723560/2055920 swapFree=4192812/4192956
[pid=29850] ppid=29848 vsize=47568 CPUtime=0.01
/proc/29850/stat : 29850 (galac.sh) S 29848 29850 28678 0 -1 4194304 761 1704 0 0 0 0 0 1 17 0 1 0 173239952 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29850/statm: 11892 363 245 79 0 218 0
[pid=29864] ppid=29850 vsize=861196 CPUtime=12.67
/proc/29864/stat : 29864 (java) R 29850 29850 28678 0 -1 0 20280 0 1 0 1251 16 0 0 18 0 8 0 173239955 881864704 20012 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4153444950 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29864/statm: 215299 20012 2018 14 0 201504 0
[pid=29864/tid=29865] ppid=29850 vsize=861196 CPUtime=0.16
/proc/29864/task/29865/stat : 29865 (java) S 29850 29850 28678 0 -1 64 4146 0 0 0 15 1 0 0 16 0 8 0 173239958 881864704 20012 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29864/tid=29866] ppid=29850 vsize=861196 CPUtime=0
/proc/29864/task/29866/stat : 29866 (java) S 29850 29850 28678 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 173239959 881864704 20012 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29864/tid=29867] ppid=29850 vsize=861196 CPUtime=0
/proc/29864/task/29867/stat : 29867 (java) S 29850 29850 28678 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 173239959 881864704 20012 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29864/tid=29868] ppid=29850 vsize=861196 CPUtime=0
/proc/29864/task/29868/stat : 29868 (java) S 29850 29850 28678 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 173239962 881864704 20012 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29864/tid=29869] ppid=29850 vsize=861196 CPUtime=0.38
/proc/29864/task/29869/stat : 29869 (java) S 29850 29850 28678 0 -1 64 1131 0 0 0 37 1 0 0 15 0 8 0 173239962 881864704 20012 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29864/tid=29870] ppid=29850 vsize=861196 CPUtime=0
/proc/29864/task/29870/stat : 29870 (java) S 29850 29850 28678 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 173239962 881864704 20012 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29864/tid=29871] ppid=29850 vsize=861196 CPUtime=0
/proc/29864/task/29871/stat : 29871 (java) S 29850 29850 28678 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173239962 881864704 20012 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 908764

[startup+25.5578 s]
/proc/loadavg: 1.00 1.00 1.19 2/66 29872
/proc/meminfo: memFree=1768288/2055920 swapFree=4192812/4192956
[pid=29850] ppid=29848 vsize=47568 CPUtime=16.32
/proc/29850/stat : 29850 (galac.sh) S 29848 29850 28678 0 -1 4194304 799 22005 0 1 0 0 1613 19 17 0 1 0 173239952 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29850/statm: 11892 363 245 79 0 218 0
[pid=29872] ppid=29850 vsize=27856 CPUtime=9.08
/proc/29872/stat : 29872 (minisat) R 29850 29850 28678 0 -1 4194304 6553 0 0 0 903 5 0 0 25 0 1 0 173241598 28524544 6527 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525757 0 0 4096 3 0 0 0 17 0 0 0
/proc/29872/statm: 6964 6527 54 142 0 6820 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 75424

[startup+51.1883 s]
/proc/loadavg: 1.00 1.00 1.19 2/66 29872
/proc/meminfo: memFree=1763360/2055920 swapFree=4192812/4192956
[pid=29850] ppid=29848 vsize=47568 CPUtime=16.32
/proc/29850/stat : 29850 (galac.sh) S 29848 29850 28678 0 -1 4194304 799 22005 0 1 0 0 1613 19 17 0 1 0 173239952 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29850/statm: 11892 363 245 79 0 218 0
[pid=29872] ppid=29850 vsize=32608 CPUtime=34.69
/proc/29872/stat : 29872 (minisat) R 29850 29850 28678 0 -1 4194304 7772 0 0 0 3463 6 0 0 25 0 1 0 173241598 33390592 7746 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525790 0 0 4096 3 0 0 0 17 0 0 0
/proc/29872/statm: 8152 7746 54 142 0 8008 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 80176

[startup+102.452 s]
/proc/loadavg: 1.00 1.00 1.17 2/66 29872
/proc/meminfo: memFree=1751008/2055920 swapFree=4192812/4192956
[pid=29850] ppid=29848 vsize=47568 CPUtime=16.32
/proc/29850/stat : 29850 (galac.sh) S 29848 29850 28678 0 -1 4194304 799 22005 0 1 0 0 1613 19 17 0 1 0 173239952 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29850/statm: 11892 363 245 79 0 218 0
[pid=29872] ppid=29850 vsize=45224 CPUtime=85.94
/proc/29872/stat : 29872 (minisat) R 29850 29850 28678 0 -1 4194304 10920 0 0 0 8585 9 0 0 25 0 1 0 173241598 46309376 10894 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529340 0 0 4096 3 0 0 0 17 0 0 0
/proc/29872/statm: 11306 10894 54 142 0 11162 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 92792

[startup+162.527 s]
/proc/loadavg: 1.00 1.00 1.16 2/66 29872
/proc/meminfo: memFree=1736992/2055920 swapFree=4192812/4192956
[pid=29850] ppid=29848 vsize=47568 CPUtime=16.32
/proc/29850/stat : 29850 (galac.sh) S 29848 29850 28678 0 -1 4194304 799 22005 0 1 0 0 1613 19 17 0 1 0 173239952 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29850/statm: 11892 363 245 79 0 218 0
[pid=29872] ppid=29850 vsize=58852 CPUtime=146
/proc/29872/stat : 29872 (minisat) R 29850 29850 28678 0 -1 4194304 14339 0 0 0 14586 14 0 0 25 0 1 0 173241598 60264448 14313 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/29872/statm: 14713 14313 54 142 0 14569 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 106420

[startup+222.599 s]
/proc/loadavg: 1.00 1.00 1.15 2/66 29872
/proc/meminfo: memFree=1725984/2055920 swapFree=4192812/4192956
[pid=29850] ppid=29848 vsize=47568 CPUtime=16.32
/proc/29850/stat : 29850 (galac.sh) S 29848 29850 28678 0 -1 4194304 799 22005 0 1 0 0 1613 19 17 0 1 0 173239952 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29850/statm: 11892 363 245 79 0 218 0
[pid=29872] ppid=29850 vsize=70064 CPUtime=206.05
/proc/29872/stat : 29872 (minisat) R 29850 29850 28678 0 -1 4194304 17109 0 0 0 20588 17 0 0 25 0 1 0 173241598 71745536 17083 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0

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

/proc/loadavg: 1.03 1.01 1.04 2/66 29872
/proc/meminfo: memFree=1600864/2055920 swapFree=4192812/4192956
[pid=29850] ppid=29848 vsize=47568 CPUtime=16.32
/proc/29850/stat : 29850 (galac.sh) S 29848 29850 28678 0 -1 4194304 799 22005 0 1 0 0 1613 19 17 0 1 0 173239952 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29850/statm: 11892 363 245 79 0 218 0
[pid=29872] ppid=29850 vsize=196352 CPUtime=1106.74
/proc/29872/stat : 29872 (minisat) R 29850 29850 28678 0 -1 4194304 48254 0 0 0 110624 50 0 0 25 0 1 0 173241598 201064448 48228 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/29872/statm: 49088 48228 54 142 0 48944 0
Current children cumulated CPU time (s) 1123.06
Current children cumulated vsize (KiB) 243920

[startup+1183.78 s]
/proc/loadavg: 1.01 1.01 1.04 2/66 29872
/proc/meminfo: memFree=1595616/2055920 swapFree=4192812/4192956
[pid=29850] ppid=29848 vsize=47568 CPUtime=16.32
/proc/29850/stat : 29850 (galac.sh) S 29848 29850 28678 0 -1 4194304 799 22005 0 1 0 0 1613 19 17 0 1 0 173239952 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29850/statm: 11892 363 245 79 0 218 0
[pid=29872] ppid=29850 vsize=201740 CPUtime=1166.76
/proc/29872/stat : 29872 (minisat) R 29850 29850 28678 0 -1 4194304 49585 0 0 0 116625 51 0 0 25 0 1 0 173241598 206581760 49559 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/29872/statm: 50435 49559 54 142 0 50291 0
Current children cumulated CPU time (s) 1183.08
Current children cumulated vsize (KiB) 249308

[startup+1243.86 s]
/proc/loadavg: 1.00 1.00 1.03 2/66 29872
/proc/meminfo: memFree=1590560/2055920 swapFree=4192812/4192956
[pid=29850] ppid=29848 vsize=47568 CPUtime=16.32
/proc/29850/stat : 29850 (galac.sh) S 29848 29850 28678 0 -1 4194304 799 22005 0 1 0 0 1613 19 17 0 1 0 173239952 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29850/statm: 11892 363 245 79 0 218 0
[pid=29872] ppid=29850 vsize=207060 CPUtime=1226.8
/proc/29872/stat : 29872 (minisat) R 29850 29850 28678 0 -1 4194304 50824 0 0 0 122627 53 0 0 25 0 1 0 173241598 212029440 50798 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/29872/statm: 51765 50798 54 142 0 51621 0
Current children cumulated CPU time (s) 1243.12
Current children cumulated vsize (KiB) 254628

[startup+1303.93 s]
/proc/loadavg: 1.06 1.01 1.03 2/66 29872
/proc/meminfo: memFree=1585952/2055920 swapFree=4192812/4192956
[pid=29850] ppid=29848 vsize=47568 CPUtime=16.32
/proc/29850/stat : 29850 (galac.sh) S 29848 29850 28678 0 -1 4194304 799 22005 0 1 0 0 1613 19 17 0 1 0 173239952 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29850/statm: 11892 363 245 79 0 218 0
[pid=29872] ppid=29850 vsize=211680 CPUtime=1286.84
/proc/29872/stat : 29872 (minisat) R 29850 29850 28678 0 -1 4194304 51967 0 0 0 128630 54 0 0 25 0 1 0 173241598 216760320 51941 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529437 0 0 4096 3 0 0 0 17 0 0 0
/proc/29872/statm: 52920 51941 54 142 0 52776 0
Current children cumulated CPU time (s) 1303.16
Current children cumulated vsize (KiB) 259248

[startup+1364.01 s]
/proc/loadavg: 1.02 1.01 1.02 2/66 29872
/proc/meminfo: memFree=1582112/2055920 swapFree=4192812/4192956
[pid=29850] ppid=29848 vsize=47568 CPUtime=16.32
/proc/29850/stat : 29850 (galac.sh) S 29848 29850 28678 0 -1 4194304 799 22005 0 1 0 0 1613 19 17 0 1 0 173239952 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29850/statm: 11892 363 245 79 0 218 0
[pid=29872] ppid=29850 vsize=215716 CPUtime=1346.87
/proc/29872/stat : 29872 (minisat) R 29850 29850 28678 0 -1 4194304 52948 0 0 0 134632 55 0 0 25 0 1 0 173241598 220893184 52922 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/29872/statm: 53929 52922 54 142 0 53785 0
Current children cumulated CPU time (s) 1363.19
Current children cumulated vsize (KiB) 263284

[startup+1424.08 s]
/proc/loadavg: 1.01 1.00 1.02 2/66 29872
/proc/meminfo: memFree=1578144/2055920 swapFree=4192812/4192956
[pid=29850] ppid=29848 vsize=47568 CPUtime=16.32
/proc/29850/stat : 29850 (galac.sh) S 29848 29850 28678 0 -1 4194304 799 22005 0 1 0 0 1613 19 17 0 1 0 173239952 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29850/statm: 11892 363 245 79 0 218 0
[pid=29872] ppid=29850 vsize=219604 CPUtime=1406.91
/proc/29872/stat : 29872 (minisat) R 29850 29850 28678 0 -1 4194304 53924 0 0 0 140634 57 0 0 25 0 1 0 173241598 224874496 53898 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529361 0 0 4096 3 0 0 0 17 0 0 0
/proc/29872/statm: 54901 53898 54 142 0 54757 0
Current children cumulated CPU time (s) 1423.23
Current children cumulated vsize (KiB) 267172

[startup+1484.16 s]
/proc/loadavg: 1.00 1.00 1.01 2/66 29872
/proc/meminfo: memFree=1573600/2055920 swapFree=4192812/4192956
[pid=29850] ppid=29848 vsize=47568 CPUtime=16.32
/proc/29850/stat : 29850 (galac.sh) S 29848 29850 28678 0 -1 4194304 799 22005 0 1 0 0 1613 19 17 0 1 0 173239952 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29850/statm: 11892 363 245 79 0 218 0
[pid=29872] ppid=29850 vsize=224120 CPUtime=1466.95
/proc/29872/stat : 29872 (minisat) R 29850 29850 28678 0 -1 4194304 55053 0 0 0 146638 57 0 0 25 0 1 0 173241598 229498880 55027 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/29872/statm: 56030 55027 54 142 0 55886 0
Current children cumulated CPU time (s) 1483.27
Current children cumulated vsize (KiB) 271688

[startup+1544.23 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29872
/proc/meminfo: memFree=1568224/2055920 swapFree=4192812/4192956
[pid=29850] ppid=29848 vsize=47568 CPUtime=16.32
/proc/29850/stat : 29850 (galac.sh) S 29848 29850 28678 0 -1 4194304 799 22005 0 1 0 0 1613 19 17 0 1 0 173239952 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29850/statm: 11892 363 245 79 0 218 0
[pid=29872] ppid=29850 vsize=229576 CPUtime=1526.99
/proc/29872/stat : 29872 (minisat) R 29850 29850 28678 0 -1 4194304 56392 0 0 0 152640 59 0 0 25 0 1 0 173241598 235085824 56366 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/29872/statm: 57394 56366 54 142 0 57250 0
Current children cumulated CPU time (s) 1543.31
Current children cumulated vsize (KiB) 277144

[startup+1604.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29872
/proc/meminfo: memFree=1565152/2055920 swapFree=4192812/4192956
[pid=29850] ppid=29848 vsize=47568 CPUtime=16.32
/proc/29850/stat : 29850 (galac.sh) S 29848 29850 28678 0 -1 4194304 799 22005 0 1 0 0 1613 19 17 0 1 0 173239952 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29850/statm: 11892 363 245 79 0 218 0
[pid=29872] ppid=29850 vsize=232644 CPUtime=1587.02
/proc/29872/stat : 29872 (minisat) R 29850 29850 28678 0 -1 4194304 57161 0 0 0 158642 60 0 0 25 0 1 0 173241598 238227456 57135 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/29872/statm: 58161 57135 54 142 0 58017 0
Current children cumulated CPU time (s) 1603.34
Current children cumulated vsize (KiB) 280212

[startup+1664.37 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29872
/proc/meminfo: memFree=1561760/2055920 swapFree=4192812/4192956
[pid=29850] ppid=29848 vsize=47568 CPUtime=16.32
/proc/29850/stat : 29850 (galac.sh) S 29848 29850 28678 0 -1 4194304 799 22005 0 1 0 0 1613 19 17 0 1 0 173239952 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29850/statm: 11892 363 245 79 0 218 0
[pid=29872] ppid=29850 vsize=236052 CPUtime=1647.05
/proc/29872/stat : 29872 (minisat) R 29850 29850 28678 0 -1 4194304 58019 0 0 0 164644 61 0 0 25 0 1 0 173241598 241717248 57993 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/29872/statm: 59013 57993 54 142 0 58869 0
Current children cumulated CPU time (s) 1663.37
Current children cumulated vsize (KiB) 283620

[startup+1724.44 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29872
/proc/meminfo: memFree=1557984/2055920 swapFree=4192812/4192956
[pid=29850] ppid=29848 vsize=47568 CPUtime=16.32
/proc/29850/stat : 29850 (galac.sh) S 29848 29850 28678 0 -1 4194304 799 22005 0 1 0 0 1613 19 17 0 1 0 173239952 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29850/statm: 11892 363 245 79 0 218 0
[pid=29872] ppid=29850 vsize=239832 CPUtime=1707.09
/proc/29872/stat : 29872 (minisat) R 29850 29850 28678 0 -1 4194304 58951 0 0 0 170647 62 0 0 25 0 1 0 173241598 245587968 58925 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/29872/statm: 59958 58925 54 142 0 59814 0
Current children cumulated CPU time (s) 1723.41
Current children cumulated vsize (KiB) 287400

[startup+1784.52 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29872
/proc/meminfo: memFree=1554080/2055920 swapFree=4192812/4192956
[pid=29850] ppid=29848 vsize=47568 CPUtime=16.32
/proc/29850/stat : 29850 (galac.sh) S 29848 29850 28678 0 -1 4194304 799 22005 0 1 0 0 1613 19 17 0 1 0 173239952 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29850/statm: 11892 363 245 79 0 218 0
[pid=29872] ppid=29850 vsize=243660 CPUtime=1767.12
/proc/29872/stat : 29872 (minisat) R 29850 29850 28678 0 -1 4194304 59917 0 0 0 176648 64 0 0 25 0 1 0 173241598 249507840 59891 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/29872/statm: 60915 59891 54 142 0 60771 0
Current children cumulated CPU time (s) 1783.44
Current children cumulated vsize (KiB) 291228



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.13 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29872
/proc/meminfo: memFree=1551904/2055920 swapFree=4192812/4192956
[pid=29850] ppid=29848 vsize=47568 CPUtime=16.32
/proc/29850/stat : 29850 (galac.sh) S 29848 29850 28678 0 -1 4194304 799 22005 0 1 0 0 1613 19 17 0 1 0 173239952 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 271893850970 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/29850/statm: 11892 363 245 79 0 218 0
[pid=29872] ppid=29850 vsize=245808 CPUtime=1783.73
/proc/29872/stat : 29872 (minisat) R 29850 29850 28678 0 -1 4194304 60457 0 0 0 178308 65 0 0 25 0 1 0 173241598 251707392 60431 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/29872/statm: 61452 60431 54 142 0 61308 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 293376

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 29850 and gives childrusage.ru_utime.tv_sec=16 childrusage.ru_utime.tv_usec=141546 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=204968
CPU time returned by wait4() is 16.3465
while last known CPU time is 1800.05

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

Real time (s): 1801.14
CPU time (s): 1800.05
CPU user time (s): 1799.21
CPU system time (s): 0.84
CPU usage (%): 99.9395
Max. virtual memory (cumulated for all children) (KiB): 908764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.1415
system time used= 0.204968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22804
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= 1571
involuntary context switches= 485

runsolver used 1.49477 s user time and 4.90725 s system time

The end

Launcher Data (download as text)

Begin job on node60 on Mon Jan  8 09:27:01 UTC 2007


IDJOB= 217683
IDBENCH= 5164
FILE ID= node60/217683-1168248421

PBS_JOBID= 3481776

Free space on /tmp= 66562 MiB

BENCH NAME= HOME/pub/bench/CPAI06/golombRuler/golombRulerArity3/ruler-55-10-a3.xml
COMMAND LINE= /tmp/evaluation/217683-1168248421/galac.sh /tmp/evaluation/217683-1168248421/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node60/watcher-217683-1168248421 -o ROOT/results/node60/solver-217683-1168248421 -C 1800 -M 900  /tmp/evaluation/217683-1168248421/galac.sh /tmp/evaluation/217683-1168248421/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  52e1a20218303240f1ed977654e67c18

RANDOM SEED= 996872262

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:       1803144 kB
Buffers:         44688 kB
Cached:         136532 kB
SwapCached:          0 kB
Active:         104420 kB
Inactive:        92900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1803144 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2972 kB
Writeback:           0 kB
Mapped:          26272 kB
Slab:            41488 kB
Committed_AS:  4012456 kB
PageTables:       1464 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= 66554 MiB



End job on node60 on Mon Jan  8 09:57:02 UTC 2007