Trace number 208643

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 1811.77

General information on the benchmark

Namerandom/rand-3-20-20-fcd/
rand-3-20-20-60-632-fcd-17_ext.xml
MD5SUMca308e89d1889b24c0a1a8bc530e13b1
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.22866
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables20
Number of constraints58
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension58
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03	c --- Preproc Stats ---
1.79	c start processing
1.80	c start relation processing
5.01	c start cnf exporting
19.07	c parsing time : 1.624
19.07	c preprocessing time : 18.898
19.07	
19.07	c Nary constraints - conflicts : 0 supports : 58
19.07	c Binary constraints - conflicts : 0 supports :0
19.07	c max arity constraint : 3
19.07	c Max Tuples generated 0
19.07	c relations : 58
19.07	c relations BDD: 58
19.07	c vars : 128526 - clauses :  410598
19.07	
19.10	 
19.10	c --- Minisat Stats ---
19.10	 

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/node6/watcher-208643-1168189094 -o ROOT/results/node6/solver-208643-1168189094 -C 1800 -M 900 /tmp/evaluation/208643-1168189094/galac.sh /tmp/evaluation/208643-1168189094/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.02 2.03 2.00 5/88 16418
/proc/meminfo: memFree=1272792/2055924 swapFree=4165672/4192956
[pid=16417] ppid=16415 vsize=8652 CPUtime=0
/proc/16417/stat : 16417 (galac.sh) S 16415 16417 16347 0 -1 4194304 347 0 0 0 0 0 0 0 16 0 1 0 167304891 8859648 280 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16417/statm: 2163 280 208 79 0 156 0
[pid=16419] ppid=16417 vsize=8688 CPUtime=0
/proc/16419/stat : 16419 (galac.sh) S 16417 16417 16347 0 -1 4194368 38 0 0 0 0 0 0 0 17 0 1 0 167304892 8896512 286 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268583010386 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/16419/statm: 2172 286 209 79 0 165 0
[pid=16420] ppid=16419 vsize=8728 CPUtime=0
/proc/16420/stat : 16420 (galac.sh) R 16419 16417 16347 0 -1 4194368 26 0 0 0 0 0 0 0 19 0 1 0 167304892 8937472 290 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582841639 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/16420/statm: 2182 290 209 79 0 175 0

[startup+0.107062 s]
/proc/loadavg: 2.02 2.03 2.00 5/88 16418
/proc/meminfo: memFree=1272792/2055924 swapFree=4165672/4192956
[pid=16417] ppid=16415 vsize=47568 CPUtime=0.01
/proc/16417/stat : 16417 (galac.sh) S 16415 16417 16347 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 167304891 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16417/statm: 11892 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.515108 s]
/proc/loadavg: 2.02 2.03 2.00 5/88 16418
/proc/meminfo: memFree=1272792/2055924 swapFree=4165672/4192956
[pid=16417] ppid=16415 vsize=47568 CPUtime=0.01
/proc/16417/stat : 16417 (galac.sh) S 16415 16417 16347 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 167304891 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16417/statm: 11892 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.33821 s]
/proc/loadavg: 2.02 2.03 2.00 4/96 16438
/proc/meminfo: memFree=1194456/2055924 swapFree=4165672/4192956
[pid=16417] ppid=16415 vsize=47568 CPUtime=0.01
/proc/16417/stat : 16417 (galac.sh) S 16415 16417 16347 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 167304891 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16417/statm: 11892 363 245 79 0 218 0
[pid=16431] ppid=16417 vsize=861064 CPUtime=1.26
/proc/16431/stat : 16431 (java) R 16417 16417 16347 0 -1 0 21580 0 1 0 113 13 0 0 22 0 8 0 167304895 881729536 21333 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073734922 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16431/statm: 215266 21333 1965 14 0 201471 0
[pid=16431/tid=16432] ppid=16417 vsize=861064 CPUtime=0.06
/proc/16431/task/16432/stat : 16432 (java) S 16417 16417 16347 0 -1 64 5826 0 0 0 4 2 0 0 16 0 8 0 167304899 881729536 21333 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16431/tid=16433] ppid=16417 vsize=861064 CPUtime=0
/proc/16431/task/16433/stat : 16433 (java) S 16417 16417 16347 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 167304899 881729536 21333 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16431/tid=16434] ppid=16417 vsize=861064 CPUtime=0
/proc/16431/task/16434/stat : 16434 (java) S 16417 16417 16347 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 167304899 881729536 21333 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16431/tid=16435] ppid=16417 vsize=861064 CPUtime=0
/proc/16431/task/16435/stat : 16435 (java) S 16417 16417 16347 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 167304903 881729536 21333 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16431/tid=16436] ppid=16417 vsize=861064 CPUtime=0.15
/proc/16431/task/16436/stat : 16436 (java) S 16417 16417 16347 0 -1 64 894 0 0 0 14 1 0 0 16 0 8 0 167304903 881729536 21333 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16431/tid=16437] ppid=16417 vsize=861064 CPUtime=0
/proc/16431/task/16437/stat : 16437 (java) S 16417 16417 16347 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 167304903 881729536 21333 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16431/tid=16438] ppid=16417 vsize=861064 CPUtime=0
/proc/16431/task/16438/stat : 16438 (java) S 16417 16417 16347 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 167304903 881729536 21333 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 908632

[startup+2.9914 s]
/proc/loadavg: 2.02 2.03 2.00 3/96 16438
/proc/meminfo: memFree=1189144/2055924 swapFree=4165672/4192956
[pid=16417] ppid=16415 vsize=47568 CPUtime=0.01
/proc/16417/stat : 16417 (galac.sh) S 16415 16417 16347 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 167304891 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16417/statm: 11892 363 245 79 0 218 0
[pid=16431] ppid=16417 vsize=861064 CPUtime=2.91
/proc/16431/stat : 16431 (java) R 16417 16417 16347 0 -1 0 22839 0 1 0 276 15 0 0 25 0 8 0 167304895 881729536 22589 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073829275 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16431/statm: 215266 22589 1973 14 0 201471 0
[pid=16431/tid=16432] ppid=16417 vsize=861064 CPUtime=0.12
/proc/16431/task/16432/stat : 16432 (java) S 16417 16417 16347 0 -1 64 7040 0 0 0 9 3 0 0 17 0 8 0 167304899 881729536 22589 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16431/tid=16433] ppid=16417 vsize=861064 CPUtime=0
/proc/16431/task/16433/stat : 16433 (java) S 16417 16417 16347 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 167304899 881729536 22589 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16431/tid=16434] ppid=16417 vsize=861064 CPUtime=0
/proc/16431/task/16434/stat : 16434 (java) S 16417 16417 16347 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 167304899 881729536 22589 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16431/tid=16435] ppid=16417 vsize=861064 CPUtime=0
/proc/16431/task/16435/stat : 16435 (java) S 16417 16417 16347 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 167304903 881729536 22589 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16431/tid=16436] ppid=16417 vsize=861064 CPUtime=0.2
/proc/16431/task/16436/stat : 16436 (java) S 16417 16417 16347 0 -1 64 918 0 0 0 19 1 0 0 16 0 8 0 167304903 881729536 22589 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16431/tid=16437] ppid=16417 vsize=861064 CPUtime=0
/proc/16431/task/16437/stat : 16437 (java) S 16417 16417 16347 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 167304903 881729536 22589 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16431/tid=16438] ppid=16417 vsize=861064 CPUtime=0
/proc/16431/task/16438/stat : 16438 (java) S 16417 16417 16347 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 167304903 881729536 22589 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 908632

[startup+6.29279 s]
/proc/loadavg: 2.02 2.03 2.00 4/96 16438
/proc/meminfo: memFree=1151896/2055924 swapFree=4165672/4192956
[pid=16417] ppid=16415 vsize=47568 CPUtime=0.01
/proc/16417/stat : 16417 (galac.sh) S 16415 16417 16347 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 167304891 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16417/statm: 11892 363 245 79 0 218 0
[pid=16431] ppid=16417 vsize=861064 CPUtime=6.17
/proc/16431/stat : 16431 (java) R 16417 16417 16347 0 -1 0 34857 0 1 0 595 22 0 0 25 0 8 0 167304895 881729536 34604 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4155213145 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16431/statm: 215266 34604 1993 14 0 201471 0
[pid=16431/tid=16432] ppid=16417 vsize=861064 CPUtime=0.73
/proc/16431/task/16432/stat : 16432 (java) S 16417 16417 16347 0 -1 64 18970 0 0 0 64 9 0 0 17 0 8 0 167304899 881729536 34604 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16431/tid=16433] ppid=16417 vsize=861064 CPUtime=0
/proc/16431/task/16433/stat : 16433 (java) S 16417 16417 16347 0 -1 64 12 0 0 0 0 0 0 0 17 0 8 0 167304899 881729536 34604 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16431/tid=16434] ppid=16417 vsize=861064 CPUtime=0
/proc/16431/task/16434/stat : 16434 (java) S 16417 16417 16347 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 167304899 881729536 34604 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16431/tid=16435] ppid=16417 vsize=861064 CPUtime=0
/proc/16431/task/16435/stat : 16435 (java) S 16417 16417 16347 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 167304903 881729536 34604 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16431/tid=16436] ppid=16417 vsize=861064 CPUtime=0.27
/proc/16431/task/16436/stat : 16436 (java) S 16417 16417 16347 0 -1 64 963 0 0 0 25 2 0 0 16 0 8 0 167304903 881729536 34604 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16431/tid=16437] ppid=16417 vsize=861064 CPUtime=0
/proc/16431/task/16437/stat : 16437 (java) S 16417 16417 16347 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 167304903 881729536 34604 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16431/tid=16438] ppid=16417 vsize=861064 CPUtime=0
/proc/16431/task/16438/stat : 16438 (java) S 16417 16417 16347 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 167304903 881729536 34604 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 908632

[startup+12.7905 s]
/proc/loadavg: 2.02 2.03 2.00 3/96 16438
/proc/meminfo: memFree=1132184/2055924 swapFree=4165672/4192956
[pid=16417] ppid=16415 vsize=47568 CPUtime=0.01
/proc/16417/stat : 16417 (galac.sh) S 16415 16417 16347 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 167304891 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16417/statm: 11892 363 245 79 0 218 0
[pid=16431] ppid=16417 vsize=861064 CPUtime=12.61
/proc/16431/stat : 16431 (java) R 16417 16417 16347 0 -1 0 36248 0 1 0 1236 25 0 0 25 0 8 0 167304895 881729536 35984 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073980735 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16431/statm: 215266 35984 1994 14 0 201471 0
[pid=16431/tid=16432] ppid=16417 vsize=861064 CPUtime=0.78
/proc/16431/task/16432/stat : 16432 (java) S 16417 16417 16347 0 -1 64 20350 0 0 0 69 9 0 0 16 0 8 0 167304899 881729536 35984 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16431/tid=16433] ppid=16417 vsize=861064 CPUtime=0
/proc/16431/task/16433/stat : 16433 (java) S 16417 16417 16347 0 -1 64 12 0 0 0 0 0 0 0 17 0 8 0 167304899 881729536 35984 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16431/tid=16434] ppid=16417 vsize=861064 CPUtime=0
/proc/16431/task/16434/stat : 16434 (java) S 16417 16417 16347 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 167304899 881729536 35984 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16431/tid=16435] ppid=16417 vsize=861064 CPUtime=0
/proc/16431/task/16435/stat : 16435 (java) S 16417 16417 16347 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 167304903 881729536 35984 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16431/tid=16436] ppid=16417 vsize=861064 CPUtime=0.27
/proc/16431/task/16436/stat : 16436 (java) S 16417 16417 16347 0 -1 64 963 0 0 0 25 2 0 0 16 0 8 0 167304903 881729536 35984 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16431/tid=16437] ppid=16417 vsize=861064 CPUtime=0
/proc/16431/task/16437/stat : 16437 (java) S 16417 16417 16347 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 167304903 881729536 35984 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16431/tid=16438] ppid=16417 vsize=861064 CPUtime=0
/proc/16431/task/16438/stat : 16438 (java) S 16417 16417 16347 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 167304903 881729536 35984 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 908632

[startup+25.6491 s]
/proc/loadavg: 2.02 2.03 2.00 3/89 16439
/proc/meminfo: memFree=1238864/2055924 swapFree=4165672/4192956
[pid=16417] ppid=16415 vsize=47568 CPUtime=18.88
/proc/16417/stat : 16417 (galac.sh) S 16415 16417 16347 0 -1 4194304 799 37971 0 1 0 0 1857 31 17 0 1 0 167304891 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16417/statm: 11892 363 245 79 0 218 0
[pid=16439] ppid=16417 vsize=28076 CPUtime=6.47
/proc/16439/stat : 16439 (minisat) R 16417 16417 16347 0 -1 4194304 6641 0 0 0 643 4 0 0 25 0 1 0 167306801 28749824 6623 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529492 0 0 4096 3 0 0 0 17 1 0 0
/proc/16439/statm: 7019 6623 54 142 0 6875 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 75644

[startup+51.3351 s]
/proc/loadavg: 2.01 2.02 2.00 3/89 16439
/proc/meminfo: memFree=1235664/2055924 swapFree=4165672/4192956
[pid=16417] ppid=16415 vsize=47568 CPUtime=18.88
/proc/16417/stat : 16417 (galac.sh) S 16415 16417 16347 0 -1 4194304 799 37971 0 1 0 0 1857 31 17 0 1 0 167304891 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16417/statm: 11892 363 245 79 0 218 0
[pid=16439] ppid=16417 vsize=31324 CPUtime=31.92
/proc/16439/stat : 16439 (minisat) R 16417 16417 16347 0 -1 4194304 7447 0 0 0 3187 5 0 0 25 0 1 0 167306801 32075776 7429 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529524 0 0 4096 3 0 0 0 17 1 0 0
/proc/16439/statm: 7831 7429 54 142 0 7687 0
Current children cumulated CPU time (s) 50.8
Current children cumulated vsize (KiB) 78892

[startup+102.597 s]
/proc/loadavg: 2.00 2.02 2.00 3/89 16439
/proc/meminfo: memFree=1229264/2055924 swapFree=4165672/4192956
[pid=16417] ppid=16415 vsize=47568 CPUtime=18.88
/proc/16417/stat : 16417 (galac.sh) S 16415 16417 16347 0 -1 4194304 799 37971 0 1 0 0 1857 31 17 0 1 0 167304891 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16417/statm: 11892 363 245 79 0 218 0
[pid=16439] ppid=16417 vsize=37512 CPUtime=82.72
/proc/16439/stat : 16439 (minisat) R 16417 16417 16347 0 -1 4194304 8991 0 0 0 8264 8 0 0 25 0 1 0 167306801 38412288 8973 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/16439/statm: 9378 8973 54 142 0 9234 0
Current children cumulated CPU time (s) 101.6
Current children cumulated vsize (KiB) 85080

[startup+162.698 s]
/proc/loadavg: 2.00 2.01 2.00 3/89 16439
/proc/meminfo: memFree=1222864/2055924 swapFree=4165672/4192956
[pid=16417] ppid=16415 vsize=47568 CPUtime=18.88
/proc/16417/stat : 16417 (galac.sh) S 16415 16417 16347 0 -1 4194304 799 37971 0 1 0 0 1857 31 17 0 1 0 167304891 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16417/statm: 11892 363 245 79 0 218 0
[pid=16439] ppid=16417 vsize=43928 CPUtime=142.28
/proc/16439/stat : 16439 (minisat) R 16417 16417 16347 0 -1 4194304 10580 0 0 0 14217 11 0 0 25 0 1 0 167306801 44982272 10562 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529361 0 0 4096 3 0 0 0 17 1 0 0
/proc/16439/statm: 10982 10562 54 142 0 10838 0
Current children cumulated CPU time (s) 161.16
Current children cumulated vsize (KiB) 91496

[startup+222.716 s]
/proc/loadavg: 2.06 2.03 2.01 3/95 16587
/proc/meminfo: memFree=1212768/2055924 swapFree=4165672/4192956
[pid=16417] ppid=16415 vsize=47568 CPUtime=18.88
/proc/16417/stat : 16417 (galac.sh) S 16415 16417 16347 0 -1 4194304 799 37971 0 1 0 0 1857 31 17 0 1 0 167304891 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16417/statm: 11892 363 245 79 0 218 0
[pid=16439] ppid=16417 vsize=49084 CPUtime=201.59
/proc/16439/stat : 16439 (minisat) R 16417 16417 16347 0 -1 4194304 11897 0 0 0 20146 13 0 0 25 0 1 0 167306801 50262016 11879 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529330 0 0 4096 3 0 0 0 17 1 0 0

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

/proc/loadavg: 2.03 1.99 1.99 3/96 17480
/proc/meminfo: memFree=1036576/2055924 swapFree=4165672/4192956
[pid=16417] ppid=16415 vsize=47568 CPUtime=18.88
/proc/16417/stat : 16417 (galac.sh) S 16415 16417 16347 0 -1 4194304 799 37971 0 1 0 0 1857 31 17 0 1 0 167304891 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16417/statm: 11892 363 245 79 0 218 0
[pid=16439] ppid=16417 vsize=93352 CPUtime=1097.07
/proc/16439/stat : 16439 (minisat) R 16417 16417 16347 0 -1 4194304 22791 0 0 0 109670 37 0 0 25 0 1 0 167306801 95592448 22773 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/16439/statm: 23338 22773 54 142 0 23194 0
Current children cumulated CPU time (s) 1115.95
Current children cumulated vsize (KiB) 140920

[startup+1183.93 s]
/proc/loadavg: 2.06 2.01 2.00 3/96 17480
/proc/meminfo: memFree=1033504/2055924 swapFree=4165672/4192956
[pid=16417] ppid=16415 vsize=47568 CPUtime=18.88
/proc/16417/stat : 16417 (galac.sh) S 16415 16417 16347 0 -1 4194304 799 37971 0 1 0 0 1857 31 17 0 1 0 167304891 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16417/statm: 11892 363 245 79 0 218 0
[pid=16439] ppid=16417 vsize=96328 CPUtime=1156.84
/proc/16439/stat : 16439 (minisat) R 16417 16417 16347 0 -1 4194304 23541 0 0 0 115646 38 0 0 25 0 1 0 167306801 98639872 23523 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/16439/statm: 24082 23523 54 142 0 23938 0
Current children cumulated CPU time (s) 1175.72
Current children cumulated vsize (KiB) 143896

[startup+1244.03 s]
/proc/loadavg: 2.06 2.02 2.00 3/96 17482
/proc/meminfo: memFree=1031072/2055924 swapFree=4165672/4192956
[pid=16417] ppid=16415 vsize=47568 CPUtime=18.88
/proc/16417/stat : 16417 (galac.sh) S 16415 16417 16347 0 -1 4194304 799 37971 0 1 0 0 1857 31 17 0 1 0 167304891 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16417/statm: 11892 363 245 79 0 218 0
[pid=16439] ppid=16417 vsize=98712 CPUtime=1216.62
/proc/16439/stat : 16439 (minisat) R 16417 16417 16347 0 -1 4194304 24143 0 0 0 121623 39 0 0 25 0 1 0 167306801 101081088 24125 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529506 0 0 4096 3 0 0 0 17 0 0 0
/proc/16439/statm: 24678 24125 54 142 0 24534 0
Current children cumulated CPU time (s) 1235.5
Current children cumulated vsize (KiB) 146280

[startup+1304.11 s]
/proc/loadavg: 2.02 2.01 2.00 3/96 17482
/proc/meminfo: memFree=1028832/2055924 swapFree=4165672/4192956
[pid=16417] ppid=16415 vsize=47568 CPUtime=18.88
/proc/16417/stat : 16417 (galac.sh) S 16415 16417 16347 0 -1 4194304 799 37971 0 1 0 0 1857 31 17 0 1 0 167304891 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16417/statm: 11892 363 245 79 0 218 0
[pid=16439] ppid=16417 vsize=100896 CPUtime=1276.35
/proc/16439/stat : 16439 (minisat) R 16417 16417 16347 0 -1 4194304 24686 0 0 0 127596 39 0 0 25 0 1 0 167306801 103317504 24668 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134533571 0 0 4096 3 0 0 0 17 0 0 0
/proc/16439/statm: 25224 24668 54 142 0 25080 0
Current children cumulated CPU time (s) 1295.23
Current children cumulated vsize (KiB) 148464

[startup+1364.21 s]
/proc/loadavg: 2.01 2.01 2.00 3/96 17482
/proc/meminfo: memFree=1027040/2055924 swapFree=4165672/4192956
[pid=16417] ppid=16415 vsize=47568 CPUtime=18.88
/proc/16417/stat : 16417 (galac.sh) S 16415 16417 16347 0 -1 4194304 799 37971 0 1 0 0 1857 31 17 0 1 0 167304891 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16417/statm: 11892 363 245 79 0 218 0
[pid=16439] ppid=16417 vsize=102744 CPUtime=1336.13
/proc/16439/stat : 16439 (minisat) R 16417 16417 16347 0 -1 4194304 25145 0 0 0 133572 41 0 0 25 0 1 0 167306801 105209856 25127 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/16439/statm: 25686 25127 54 142 0 25542 0
Current children cumulated CPU time (s) 1355.01
Current children cumulated vsize (KiB) 150312

[startup+1424.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/96 17482
/proc/meminfo: memFree=1025056/2055924 swapFree=4165672/4192956
[pid=16417] ppid=16415 vsize=47568 CPUtime=18.88
/proc/16417/stat : 16417 (galac.sh) S 16415 16417 16347 0 -1 4194304 799 37971 0 1 0 0 1857 31 17 0 1 0 167304891 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16417/statm: 11892 363 245 79 0 218 0
[pid=16439] ppid=16417 vsize=104764 CPUtime=1395.89
/proc/16439/stat : 16439 (minisat) R 16417 16417 16347 0 -1 4194304 25652 0 0 0 139548 41 0 0 25 0 1 0 167306801 107278336 25634 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/16439/statm: 26191 25634 54 142 0 26047 0
Current children cumulated CPU time (s) 1414.77
Current children cumulated vsize (KiB) 152332

[startup+1484.39 s]
/proc/loadavg: 2.02 2.01 2.00 3/96 17482
/proc/meminfo: memFree=1022496/2055924 swapFree=4165672/4192956
[pid=16417] ppid=16415 vsize=47568 CPUtime=18.88
/proc/16417/stat : 16417 (galac.sh) S 16415 16417 16347 0 -1 4194304 799 37971 0 1 0 0 1857 31 17 0 1 0 167304891 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16417/statm: 11892 363 245 79 0 218 0
[pid=16439] ppid=16417 vsize=107304 CPUtime=1455.62
/proc/16439/stat : 16439 (minisat) R 16417 16417 16347 0 -1 4194304 26265 0 0 0 145520 42 0 0 25 0 1 0 167306801 109879296 26247 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/16439/statm: 26826 26247 54 142 0 26682 0
Current children cumulated CPU time (s) 1474.5
Current children cumulated vsize (KiB) 154872

[startup+1544.49 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 17482
/proc/meminfo: memFree=1020256/2055924 swapFree=4165672/4192956
[pid=16417] ppid=16415 vsize=47568 CPUtime=18.88
/proc/16417/stat : 16417 (galac.sh) S 16415 16417 16347 0 -1 4194304 799 37971 0 1 0 0 1857 31 17 0 1 0 167304891 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16417/statm: 11892 363 245 79 0 218 0
[pid=16439] ppid=16417 vsize=109448 CPUtime=1515.4
/proc/16439/stat : 16439 (minisat) R 16417 16417 16347 0 -1 4194304 26832 0 0 0 151497 43 0 0 25 0 1 0 167306801 112074752 26814 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/16439/statm: 27362 26814 54 142 0 27218 0
Current children cumulated CPU time (s) 1534.28
Current children cumulated vsize (KiB) 157016

[startup+1604.58 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 17482
/proc/meminfo: memFree=1017760/2055924 swapFree=4165672/4192956
[pid=16417] ppid=16415 vsize=47568 CPUtime=18.88
/proc/16417/stat : 16417 (galac.sh) S 16415 16417 16347 0 -1 4194304 799 37971 0 1 0 0 1857 31 17 0 1 0 167304891 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16417/statm: 11892 363 245 79 0 218 0
[pid=16439] ppid=16417 vsize=112064 CPUtime=1575.16
/proc/16439/stat : 16439 (minisat) R 16417 16417 16347 0 -1 4194304 27463 0 0 0 157473 43 0 0 25 0 1 0 167306801 114753536 27445 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529492 0 0 4096 3 0 0 0 17 0 0 0
/proc/16439/statm: 28016 27445 54 142 0 27872 0
Current children cumulated CPU time (s) 1594.04
Current children cumulated vsize (KiB) 159632

[startup+1664.67 s]
/proc/loadavg: 2.11 2.03 2.01 3/96 17482
/proc/meminfo: memFree=1015520/2055924 swapFree=4165672/4192956
[pid=16417] ppid=16415 vsize=47568 CPUtime=18.88
/proc/16417/stat : 16417 (galac.sh) S 16415 16417 16347 0 -1 4194304 799 37971 0 1 0 0 1857 31 17 0 1 0 167304891 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16417/statm: 11892 363 245 79 0 218 0
[pid=16439] ppid=16417 vsize=114176 CPUtime=1634.9
/proc/16439/stat : 16439 (minisat) R 16417 16417 16347 0 -1 4194304 28003 0 0 0 163446 44 0 0 25 0 1 0 167306801 116916224 27985 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134520074 0 0 4096 3 0 0 0 17 0 0 0
/proc/16439/statm: 28544 27985 54 142 0 28400 0
Current children cumulated CPU time (s) 1653.78
Current children cumulated vsize (KiB) 161744

[startup+1724.76 s]
/proc/loadavg: 2.11 2.04 2.01 3/96 17482
/proc/meminfo: memFree=1013472/2055924 swapFree=4165672/4192956
[pid=16417] ppid=16415 vsize=47568 CPUtime=18.88
/proc/16417/stat : 16417 (galac.sh) S 16415 16417 16347 0 -1 4194304 799 37971 0 1 0 0 1857 31 17 0 1 0 167304891 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16417/statm: 11892 363 245 79 0 218 0
[pid=16439] ppid=16417 vsize=116728 CPUtime=1694.68
/proc/16439/stat : 16439 (minisat) R 16417 16417 16347 0 -1 4194304 28524 0 0 0 169423 45 0 0 25 0 1 0 167306801 119529472 28506 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/16439/statm: 29182 28506 54 142 0 29038 0
Current children cumulated CPU time (s) 1713.56
Current children cumulated vsize (KiB) 164296

[startup+1784.85 s]
/proc/loadavg: 2.08 2.04 2.00 3/96 17482
/proc/meminfo: memFree=1011488/2055924 swapFree=4165672/4192956
[pid=16417] ppid=16415 vsize=47568 CPUtime=18.88
/proc/16417/stat : 16417 (galac.sh) S 16415 16417 16347 0 -1 4194304 799 37971 0 1 0 0 1857 31 17 0 1 0 167304891 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16417/statm: 11892 363 245 79 0 218 0
[pid=16439] ppid=16417 vsize=118780 CPUtime=1754.44
/proc/16439/stat : 16439 (minisat) R 16417 16417 16347 0 -1 4194304 29022 0 0 0 175399 45 0 0 25 0 1 0 167306801 121630720 29004 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/16439/statm: 29695 29004 54 142 0 29551 0
Current children cumulated CPU time (s) 1773.32
Current children cumulated vsize (KiB) 166348



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.76 s]
/proc/loadavg: 2.05 2.04 2.00 3/96 17482
/proc/meminfo: memFree=1010528/2055924 swapFree=4165672/4192956
[pid=16417] ppid=16415 vsize=47568 CPUtime=18.88
/proc/16417/stat : 16417 (galac.sh) S 16415 16417 16347 0 -1 4194304 799 37971 0 1 0 0 1857 31 17 0 1 0 167304891 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16417/statm: 11892 363 245 79 0 218 0
[pid=16439] ppid=16417 vsize=119676 CPUtime=1781.2
/proc/16439/stat : 16439 (minisat) R 16417 16417 16347 0 -1 4194304 29263 0 0 0 178074 46 0 0 25 0 1 0 167306801 122548224 29245 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529368 0 0 4096 3 0 0 0 17 0 0 0
/proc/16439/statm: 29919 29245 54 142 0 29775 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 167244

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 16417 and gives childrusage.ru_utime.tv_sec=18 childrusage.ru_utime.tv_usec=580175 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=318951
CPU time returned by wait4() is 18.8991
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): 1811.77
CPU time (s): 1800.08
CPU user time (s): 1799.31
CPU system time (s): 0.77
CPU usage (%): 99.3546
Max. virtual memory (cumulated for all children) (KiB): 908632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.5802
system time used= 0.318951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38770
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= 1510
involuntary context switches= 1822

runsolver used 2.01869 s user time and 5.97909 s system time

The end

Launcher Data (download as text)

Begin job on node6 on Sun Jan  7 16:58:15 UTC 2007


IDJOB= 208643
IDBENCH= 4418
FILE ID= node6/208643-1168189094

PBS_JOBID= 3478988

Free space on /tmp= 66543 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-20-20-fcd/rand-3-20-20-60-632-fcd-17_ext.xml
COMMAND LINE= /tmp/evaluation/208643-1168189094/galac.sh /tmp/evaluation/208643-1168189094/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-208643-1168189094 -o ROOT/results/node6/solver-208643-1168189094 -C 1800 -M 900  /tmp/evaluation/208643-1168189094/galac.sh /tmp/evaluation/208643-1168189094/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  ca308e89d1889b24c0a1a8bc530e13b1

RANDOM SEED= 257241063

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.240
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.240
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:      2055924 kB
MemFree:       1273208 kB
Buffers:         71436 kB
Cached:         551604 kB
SwapCached:       2424 kB
Active:         193160 kB
Inactive:       504972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1273208 kB
SwapTotal:     4192956 kB
SwapFree:      4165672 kB
Dirty:            4252 kB
Writeback:           0 kB
Mapped:          85596 kB
Slab:            69288 kB
Committed_AS:  4794852 kB
PageTables:       2452 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= 66538 MiB



End job on node6 on Sun Jan  7 17:28:26 UTC 2007