Trace number 200054

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.09 1864.79

General information on the benchmark

Namerandom/rand-3-24-24-fcd/
rand-3-24-24-76-632-fcd-31_ext.xml
MD5SUM7c0b05f7f42ae11b3693dc048764a611
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 benchmark62.4135
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables24
Number of constraints72
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension72
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c --- Preproc Stats ---
2.86	c start processing
2.86	c start relation processing
8.44	c start cnf exporting
37.76	c parsing time : 2.588
37.76	c preprocessing time : 37.488
37.76	
37.76	c Nary constraints - conflicts : 0 supports : 72
37.76	c Binary constraints - conflicts : 0 supports :0
37.76	c max arity constraint : 3
37.76	c Max Tuples generated 0
37.76	c relations : 72
37.76	c relations BDD: 72
37.76	c vars : 276826 - clauses :  875792
37.76	
37.84	 
37.84	c --- Minisat Stats ---
37.84	 

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/node4/watcher-200054-1168140147 -o ROOT/results/node4/solver-200054-1168140147 -C 1800 -M 900 /tmp/evaluation/200054-1168140147/galac.sh /tmp/evaluation/200054-1168140147/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.39 2.08 2.02 6/93 4222
/proc/meminfo: memFree=1782976/2055920 swapFree=4182144/4192956
[pid=4221] ppid=4218 vsize=18540 CPUtime=0
/proc/4221/stat : 4221 (runsolver) R 4218 4221 32618 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 162410281 18984960 279 18446744073709551615 4194304 4267372 548682069072 18446744073709551615 259913215271 0 0 4096 24578 0 0 0 17 1 0 0
/proc/4221/statm: 4635 279 244 17 0 2626 0

[startup+0.112071 s]
/proc/loadavg: 2.39 2.08 2.02 6/93 4222
/proc/meminfo: memFree=1782976/2055920 swapFree=4182144/4192956
[pid=4221] ppid=4218 vsize=47556 CPUtime=0.01
/proc/4221/stat : 4221 (galac.sh) S 4218 4221 32618 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 162410281 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4221/statm: 11889 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.525238 s]
/proc/loadavg: 2.39 2.08 2.02 6/93 4222
/proc/meminfo: memFree=1782976/2055920 swapFree=4182144/4192956
[pid=4221] ppid=4218 vsize=47556 CPUtime=0.01
/proc/4221/stat : 4221 (galac.sh) S 4218 4221 32618 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 162410281 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4221/statm: 11889 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.35219 s]
/proc/loadavg: 2.39 2.08 2.02 4/100 4406
/proc/meminfo: memFree=1704328/2055920 swapFree=4182144/4192956
[pid=4221] ppid=4218 vsize=47556 CPUtime=0.01
/proc/4221/stat : 4221 (galac.sh) S 4218 4221 32618 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 162410281 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4221/statm: 11889 363 245 79 0 218 0
[pid=4244] ppid=4221 vsize=861064 CPUtime=1.16
/proc/4244/stat : 4244 (java) R 4221 4221 32618 0 -1 0 21633 0 1 0 105 11 0 0 25 0 8 0 162410286 881729536 21386 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073651534 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4244/statm: 215266 21386 1965 14 0 201471 0
[pid=4244/tid=4278] ppid=4221 vsize=861064 CPUtime=0.05
/proc/4244/task/4278/stat : 4278 (java) S 4221 4221 32618 0 -1 64 5881 0 0 0 3 2 0 0 16 0 8 0 162410298 881729536 21386 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4244/tid=4281] ppid=4221 vsize=861064 CPUtime=0
/proc/4244/task/4281/stat : 4281 (java) S 4221 4221 32618 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 162410299 881729536 21386 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4244/tid=4282] ppid=4221 vsize=861064 CPUtime=0
/proc/4244/task/4282/stat : 4282 (java) S 4221 4221 32618 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 162410299 881729536 21386 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4244/tid=4291] ppid=4221 vsize=861064 CPUtime=0
/proc/4244/task/4291/stat : 4291 (java) S 4221 4221 32618 0 -1 64 2 0 0 0 0 0 0 0 22 0 8 0 162410303 881729536 21386 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4244/tid=4292] ppid=4221 vsize=861064 CPUtime=0.11
/proc/4244/task/4292/stat : 4292 (java) S 4221 4221 32618 0 -1 64 893 0 0 0 11 0 0 0 16 0 8 0 162410303 881729536 21386 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4244/tid=4293] ppid=4221 vsize=861064 CPUtime=0
/proc/4244/task/4293/stat : 4293 (java) S 4221 4221 32618 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 162410303 881729536 21386 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4244/tid=4294] ppid=4221 vsize=861064 CPUtime=0
/proc/4244/task/4294/stat : 4294 (java) S 4221 4221 32618 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 162410303 881729536 21386 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 908620

[startup+2.99435 s]
/proc/loadavg: 2.39 2.08 2.02 4/101 4464
/proc/meminfo: memFree=1692160/2055920 swapFree=4182144/4192956
[pid=4221] ppid=4218 vsize=47556 CPUtime=0.01
/proc/4221/stat : 4221 (galac.sh) S 4218 4221 32618 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 162410281 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4221/statm: 11889 363 245 79 0 218 0
[pid=4244] ppid=4221 vsize=861064 CPUtime=2.78
/proc/4244/stat : 4244 (java) R 4221 4221 32618 0 -1 0 25923 0 1 0 264 14 0 0 25 0 8 0 162410286 881729536 25670 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073921218 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4244/statm: 215266 25670 1973 14 0 201471 0
[pid=4244/tid=4278] ppid=4221 vsize=861064 CPUtime=0.19
/proc/4244/task/4278/stat : 4278 (java) S 4221 4221 32618 0 -1 64 10109 0 0 0 15 4 0 0 16 0 8 0 162410298 881729536 25670 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4244/tid=4281] ppid=4221 vsize=861064 CPUtime=0
/proc/4244/task/4281/stat : 4281 (java) S 4221 4221 32618 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 162410299 881729536 25670 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4244/tid=4282] ppid=4221 vsize=861064 CPUtime=0
/proc/4244/task/4282/stat : 4282 (java) S 4221 4221 32618 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 162410299 881729536 25670 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4244/tid=4291] ppid=4221 vsize=861064 CPUtime=0
/proc/4244/task/4291/stat : 4291 (java) S 4221 4221 32618 0 -1 64 2 0 0 0 0 0 0 0 22 0 8 0 162410303 881729536 25670 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4244/tid=4292] ppid=4221 vsize=861064 CPUtime=0.19
/proc/4244/task/4292/stat : 4292 (java) S 4221 4221 32618 0 -1 64 929 0 0 0 18 1 0 0 15 0 8 0 162410303 881729536 25670 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4244/tid=4293] ppid=4221 vsize=861064 CPUtime=0
/proc/4244/task/4293/stat : 4293 (java) S 4221 4221 32618 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 162410303 881729536 25670 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4244/tid=4294] ppid=4221 vsize=861064 CPUtime=0
/proc/4244/task/4294/stat : 4294 (java) S 4221 4221 32618 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 162410303 881729536 25670 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.79
Current children cumulated vsize (KiB) 908620

[startup+6.28266 s]
/proc/loadavg: 2.44 2.09 2.03 4/100 4646
/proc/meminfo: memFree=1664648/2055920 swapFree=4182144/4192956
[pid=4221] ppid=4218 vsize=47556 CPUtime=0.01
/proc/4221/stat : 4221 (galac.sh) S 4218 4221 32618 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 162410281 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4221/statm: 11889 363 245 79 0 218 0
[pid=4244] ppid=4221 vsize=861064 CPUtime=6.07
/proc/4244/stat : 4244 (java) R 4221 4221 32618 0 -1 0 31649 0 1 0 590 17 0 0 25 0 8 0 162410286 881729536 31393 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4244/statm: 215266 31393 1973 14 0 201471 0
[pid=4244/tid=4278] ppid=4221 vsize=861064 CPUtime=0.52
/proc/4244/task/4278/stat : 4278 (java) R 4221 4221 32618 0 -1 64 15827 0 0 0 45 7 0 0 17 0 8 0 162410298 881729536 31393 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4153822953 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4244/tid=4281] ppid=4221 vsize=861064 CPUtime=0
/proc/4244/task/4281/stat : 4281 (java) S 4221 4221 32618 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 162410299 881729536 31393 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4244/tid=4282] ppid=4221 vsize=861064 CPUtime=0
/proc/4244/task/4282/stat : 4282 (java) S 4221 4221 32618 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 162410299 881729536 31393 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4244/tid=4291] ppid=4221 vsize=861064 CPUtime=0
/proc/4244/task/4291/stat : 4291 (java) S 4221 4221 32618 0 -1 64 2 0 0 0 0 0 0 0 22 0 8 0 162410303 881729536 31393 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4244/tid=4292] ppid=4221 vsize=861064 CPUtime=0.19
/proc/4244/task/4292/stat : 4292 (java) S 4221 4221 32618 0 -1 64 934 0 0 0 18 1 0 0 15 0 8 0 162410303 881729536 31393 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4244/tid=4293] ppid=4221 vsize=861064 CPUtime=0
/proc/4244/task/4293/stat : 4293 (java) S 4221 4221 32618 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 162410303 881729536 31393 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4244/tid=4294] ppid=4221 vsize=861064 CPUtime=0
/proc/4244/task/4294/stat : 4294 (java) S 4221 4221 32618 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 162410303 881729536 31393 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 908620

[startup+12.6841 s]
/proc/loadavg: 2.56 2.13 2.04 4/101 5079
/proc/meminfo: memFree=1578120/2055920 swapFree=4182144/4192956
[pid=4221] ppid=4218 vsize=47556 CPUtime=0.01
/proc/4221/stat : 4221 (galac.sh) S 4218 4221 32618 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 162410281 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4221/statm: 11889 363 245 79 0 218 0
[pid=4244] ppid=4221 vsize=861064 CPUtime=12.34
/proc/4244/stat : 4244 (java) R 4221 4221 32618 0 -1 0 52509 0 1 0 1205 29 0 0 25 0 8 0 162410286 881729536 52246 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073658596 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4244/statm: 215266 52246 1993 14 0 201471 0
[pid=4244/tid=4278] ppid=4221 vsize=861064 CPUtime=1.35
/proc/4244/task/4278/stat : 4278 (java) S 4221 4221 32618 0 -1 64 36605 0 0 0 118 17 0 0 16 0 8 0 162410298 881729536 52246 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4244/tid=4281] ppid=4221 vsize=861064 CPUtime=0
/proc/4244/task/4281/stat : 4281 (java) S 4221 4221 32618 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 162410299 881729536 52246 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4244/tid=4282] ppid=4221 vsize=861064 CPUtime=0
/proc/4244/task/4282/stat : 4282 (java) S 4221 4221 32618 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 162410299 881729536 52246 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4244/tid=4291] ppid=4221 vsize=861064 CPUtime=0
/proc/4244/task/4291/stat : 4291 (java) S 4221 4221 32618 0 -1 64 2 0 0 0 0 0 0 0 22 0 8 0 162410303 881729536 52246 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4244/tid=4292] ppid=4221 vsize=861064 CPUtime=0.25
/proc/4244/task/4292/stat : 4292 (java) S 4221 4221 32618 0 -1 64 969 0 0 0 24 1 0 0 15 0 8 0 162410303 881729536 52246 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4244/tid=4293] ppid=4221 vsize=861064 CPUtime=0
/proc/4244/task/4293/stat : 4293 (java) S 4221 4221 32618 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 162410303 881729536 52246 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4244/tid=4294] ppid=4221 vsize=861064 CPUtime=0
/proc/4244/task/4294/stat : 4294 (java) S 4221 4221 32618 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 162410303 881729536 52246 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 908620

[startup+25.5483 s]
/proc/loadavg: 2.66 2.17 2.05 4/101 6301
/proc/meminfo: memFree=1569536/2055920 swapFree=4182144/4192956
[pid=4221] ppid=4218 vsize=47556 CPUtime=0.01
/proc/4221/stat : 4221 (galac.sh) S 4218 4221 32618 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 162410281 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4221/statm: 11889 363 245 79 0 218 0
[pid=4244] ppid=4221 vsize=861064 CPUtime=24.61
/proc/4244/stat : 4244 (java) R 4221 4221 32618 0 -1 0 52530 0 1 0 2427 34 0 0 25 0 8 0 162410286 881729536 52246 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073681531 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4244/statm: 215266 52246 1993 14 0 201471 0
[pid=4244/tid=4278] ppid=4221 vsize=861064 CPUtime=1.37
/proc/4244/task/4278/stat : 4278 (java) S 4221 4221 32618 0 -1 64 36605 0 0 0 120 17 0 0 16 0 8 0 162410298 881729536 52246 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4244/tid=4281] ppid=4221 vsize=861064 CPUtime=0
/proc/4244/task/4281/stat : 4281 (java) S 4221 4221 32618 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 162410299 881729536 52246 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4244/tid=4282] ppid=4221 vsize=861064 CPUtime=0
/proc/4244/task/4282/stat : 4282 (java) S 4221 4221 32618 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 162410299 881729536 52246 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4244/tid=4291] ppid=4221 vsize=861064 CPUtime=0
/proc/4244/task/4291/stat : 4291 (java) S 4221 4221 32618 0 -1 64 2 0 0 0 0 0 0 0 22 0 8 0 162410303 881729536 52246 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4244/tid=4292] ppid=4221 vsize=861064 CPUtime=0.25
/proc/4244/task/4292/stat : 4292 (java) S 4221 4221 32618 0 -1 64 969 0 0 0 24 1 0 0 15 0 8 0 162410303 881729536 52246 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4244/tid=4293] ppid=4221 vsize=861064 CPUtime=0
/proc/4244/task/4293/stat : 4293 (java) S 4221 4221 32618 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 162410303 881729536 52246 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4244/tid=4294] ppid=4221 vsize=861064 CPUtime=0
/proc/4244/task/4294/stat : 4294 (java) S 4221 4221 32618 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 162410303 881729536 52246 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.62
Current children cumulated vsize (KiB) 908620

[startup+51.1548 s]
/proc/loadavg: 2.93 2.27 2.09 4/93 8440
/proc/meminfo: memFree=1707136/2055920 swapFree=4182144/4192956
[pid=4221] ppid=4218 vsize=47556 CPUtime=36.38
/proc/4221/stat : 4221 (galac.sh) S 4218 4221 32618 0 -1 4194304 798 54264 0 1 0 0 3594 44 17 0 1 0 162410281 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4221/statm: 11889 363 245 79 0 218 0
[pid=7547] ppid=4221 vsize=57928 CPUtime=11.37
/proc/7547/stat : 7547 (minisat) R 4221 4221 32618 0 -1 4194304 13488 0 0 0 1129 8 0 0 25 0 1 0 162414065 59318272 13470 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/7547/statm: 14482 13470 54 142 0 14338 0
Current children cumulated CPU time (s) 47.75
Current children cumulated vsize (KiB) 105484

[startup+102.366 s]
/proc/loadavg: 3.05 2.39 2.14 4/93 13274
/proc/meminfo: memFree=1698752/2055920 swapFree=4182144/4192956
[pid=4221] ppid=4218 vsize=47556 CPUtime=36.38
/proc/4221/stat : 4221 (galac.sh) S 4218 4221 32618 0 -1 4194304 798 54264 0 1 0 0 3594 44 17 0 1 0 162410281 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4221/statm: 11889 363 245 79 0 218 0
[pid=7547] ppid=4221 vsize=61000 CPUtime=53.12
/proc/7547/stat : 7547 (minisat) R 4221 4221 32618 0 -1 4194304 14292 0 0 0 5302 10 0 0 25 0 1 0 162414065 62464000 14274 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529527 0 0 4096 3 0 0 0 17 1 0 0
/proc/7547/statm: 15250 14274 54 142 0 15106 0
Current children cumulated CPU time (s) 89.5
Current children cumulated vsize (KiB) 108556

[startup+162.4 s]
/proc/loadavg: 3.36 2.58 2.22 5/93 18380
/proc/meminfo: memFree=1687616/2055920 swapFree=4182144/4192956
[pid=4221] ppid=4218 vsize=47556 CPUtime=36.38
/proc/4221/stat : 4221 (galac.sh) S 4218 4221 32618 0 -1 4194304 798 54264 0 1 0 0 3594 44 17 0 1 0 162410281 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4221/statm: 11889 363 245 79 0 218 0
[pid=7547] ppid=4221 vsize=67004 CPUtime=102.88
/proc/7547/stat : 7547 (minisat) R 4221 4221 32618 0 -1 4194304 15768 0 0 0 10273 15 0 0 25 0 1 0 162414065 68612096 15750 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529726 0 0 4096 3 0 0 0 17 1 0 0
/proc/7547/statm: 16751 15750 54 142 0 16607 0
Current children cumulated CPU time (s) 139.26
Current children cumulated vsize (KiB) 114560


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

/proc/loadavg: 1.99 2.04 2.14 3/89 3678
/proc/meminfo: memFree=1615888/2055920 swapFree=4182144/4192956
[pid=4221] ppid=4218 vsize=47556 CPUtime=36.38
/proc/4221/stat : 4221 (galac.sh) S 4218 4221 32618 0 -1 4194304 798 54264 0 1 0 0 3594 44 17 0 1 0 162410281 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4221/statm: 11889 363 245 79 0 218 0
[pid=7547] ppid=4221 vsize=125160 CPUtime=1086.16
/proc/7547/stat : 7547 (minisat) R 4221 4221 32618 0 -1 4194304 30329 0 0 0 108572 44 0 0 25 0 1 0 162414065 128163840 30311 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/7547/statm: 31290 30311 54 142 0 31146 0
Current children cumulated CPU time (s) 1122.54
Current children cumulated vsize (KiB) 172716

[startup+1243.58 s]
/proc/loadavg: 1.99 2.03 2.13 3/89 3678
/proc/meminfo: memFree=1605904/2055920 swapFree=4182144/4192956
[pid=4221] ppid=4218 vsize=47556 CPUtime=36.38
/proc/4221/stat : 4221 (galac.sh) S 4218 4221 32618 0 -1 4194304 798 54264 0 1 0 0 3594 44 17 0 1 0 162410281 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4221/statm: 11889 363 245 79 0 218 0
[pid=7547] ppid=4221 vsize=135484 CPUtime=1145.88
/proc/7547/stat : 7547 (minisat) R 4221 4221 32618 0 -1 4194304 32833 0 0 0 114542 46 0 0 25 0 1 0 162414065 138735616 32815 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134526200 0 0 4096 3 0 0 0 17 0 0 0
/proc/7547/statm: 33871 32815 54 142 0 33727 0
Current children cumulated CPU time (s) 1182.26
Current children cumulated vsize (KiB) 183040

[startup+1303.65 s]
/proc/loadavg: 1.99 2.02 2.12 3/89 3678
/proc/meminfo: memFree=1598096/2055920 swapFree=4182144/4192956
[pid=4221] ppid=4218 vsize=47556 CPUtime=36.38
/proc/4221/stat : 4221 (galac.sh) S 4218 4221 32618 0 -1 4194304 798 54264 0 1 0 0 3594 44 17 0 1 0 162410281 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4221/statm: 11889 363 245 79 0 218 0
[pid=7547] ppid=4221 vsize=143064 CPUtime=1205.63
/proc/7547/stat : 7547 (minisat) R 4221 4221 32618 0 -1 4194304 34737 0 0 0 120513 50 0 0 25 0 1 0 162414065 146497536 34719 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/7547/statm: 35766 34719 54 142 0 35622 0
Current children cumulated CPU time (s) 1242.01
Current children cumulated vsize (KiB) 190620

[startup+1363.72 s]
/proc/loadavg: 1.99 2.02 2.11 3/89 3678
/proc/meminfo: memFree=1591632/2055920 swapFree=4182144/4192956
[pid=4221] ppid=4218 vsize=47556 CPUtime=36.38
/proc/4221/stat : 4221 (galac.sh) S 4218 4221 32618 0 -1 4194304 798 54264 0 1 0 0 3594 44 17 0 1 0 162410281 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4221/statm: 11889 363 245 79 0 218 0
[pid=7547] ppid=4221 vsize=149544 CPUtime=1265.38
/proc/7547/stat : 7547 (minisat) R 4221 4221 32618 0 -1 4194304 36369 0 0 0 126486 52 0 0 25 0 1 0 162414065 153133056 36351 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134520025 0 0 4096 3 0 0 0 17 0 0 0
/proc/7547/statm: 37386 36351 54 142 0 37242 0
Current children cumulated CPU time (s) 1301.76
Current children cumulated vsize (KiB) 197100

[startup+1423.78 s]
/proc/loadavg: 1.99 2.01 2.10 3/89 3678
/proc/meminfo: memFree=1586512/2055920 swapFree=4182144/4192956
[pid=4221] ppid=4218 vsize=47556 CPUtime=36.38
/proc/4221/stat : 4221 (galac.sh) S 4218 4221 32618 0 -1 4194304 798 54264 0 1 0 0 3594 44 17 0 1 0 162410281 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4221/statm: 11889 363 245 79 0 218 0
[pid=7547] ppid=4221 vsize=154484 CPUtime=1325.1
/proc/7547/stat : 7547 (minisat) R 4221 4221 32618 0 -1 4194304 37602 0 0 0 132456 54 0 0 25 0 1 0 162414065 158191616 37584 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/7547/statm: 38621 37584 54 142 0 38477 0
Current children cumulated CPU time (s) 1361.48
Current children cumulated vsize (KiB) 202040

[startup+1483.85 s]
/proc/loadavg: 1.99 2.01 2.09 3/89 3678
/proc/meminfo: memFree=1582160/2055920 swapFree=4182144/4192956
[pid=4221] ppid=4218 vsize=47556 CPUtime=36.38
/proc/4221/stat : 4221 (galac.sh) S 4218 4221 32618 0 -1 4194304 798 54264 0 1 0 0 3594 44 17 0 1 0 162410281 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4221/statm: 11889 363 245 79 0 218 0
[pid=7547] ppid=4221 vsize=158732 CPUtime=1384.85
/proc/7547/stat : 7547 (minisat) R 4221 4221 32618 0 -1 4194304 38685 0 0 0 138429 56 0 0 25 0 1 0 162414065 162541568 38667 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/7547/statm: 39683 38667 54 142 0 39539 0
Current children cumulated CPU time (s) 1421.23
Current children cumulated vsize (KiB) 206288

[startup+1543.91 s]
/proc/loadavg: 2.06 2.02 2.09 3/89 3678
/proc/meminfo: memFree=1576080/2055920 swapFree=4182144/4192956
[pid=4221] ppid=4218 vsize=47556 CPUtime=36.38
/proc/4221/stat : 4221 (galac.sh) S 4218 4221 32618 0 -1 4194304 798 54264 0 1 0 0 3594 44 17 0 1 0 162410281 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4221/statm: 11889 363 245 79 0 218 0
[pid=7547] ppid=4221 vsize=164728 CPUtime=1444.6
/proc/7547/stat : 7547 (minisat) R 4221 4221 32618 0 -1 4194304 40186 0 0 0 144402 58 0 0 25 0 1 0 162414065 168681472 40168 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/7547/statm: 41182 40168 54 142 0 41038 0
Current children cumulated CPU time (s) 1480.98
Current children cumulated vsize (KiB) 212284

[startup+1603.98 s]
/proc/loadavg: 2.02 2.01 2.08 3/89 3678
/proc/meminfo: memFree=1572048/2055920 swapFree=4182144/4192956
[pid=4221] ppid=4218 vsize=47556 CPUtime=36.38
/proc/4221/stat : 4221 (galac.sh) S 4218 4221 32618 0 -1 4194304 798 54264 0 1 0 0 3594 44 17 0 1 0 162410281 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4221/statm: 11889 363 245 79 0 218 0
[pid=7547] ppid=4221 vsize=168916 CPUtime=1504.32
/proc/7547/stat : 7547 (minisat) R 4221 4221 32618 0 -1 4194304 41214 0 0 0 150373 59 0 0 25 0 1 0 162414065 172969984 41196 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529541 0 0 4096 3 0 0 0 17 0 0 0
/proc/7547/statm: 42229 41196 54 142 0 42085 0
Current children cumulated CPU time (s) 1540.7
Current children cumulated vsize (KiB) 216472

[startup+1664.04 s]
/proc/loadavg: 2.01 2.01 2.08 3/89 3678
/proc/meminfo: memFree=1568720/2055920 swapFree=4182144/4192956
[pid=4221] ppid=4218 vsize=47556 CPUtime=36.38
/proc/4221/stat : 4221 (galac.sh) S 4218 4221 32618 0 -1 4194304 798 54264 0 1 0 0 3594 44 17 0 1 0 162410281 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4221/statm: 11889 363 245 79 0 218 0
[pid=7547] ppid=4221 vsize=171952 CPUtime=1564.06
/proc/7547/stat : 7547 (minisat) R 4221 4221 32618 0 -1 4194304 42004 0 0 0 156346 60 0 0 25 0 1 0 162414065 176078848 41986 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/7547/statm: 42988 41986 54 142 0 42844 0
Current children cumulated CPU time (s) 1600.44
Current children cumulated vsize (KiB) 219508

[startup+1724.1 s]
/proc/loadavg: 2.00 2.00 2.07 3/89 3678
/proc/meminfo: memFree=1566032/2055920 swapFree=4182144/4192956
[pid=4221] ppid=4218 vsize=47556 CPUtime=36.38
/proc/4221/stat : 4221 (galac.sh) S 4218 4221 32618 0 -1 4194304 798 54264 0 1 0 0 3594 44 17 0 1 0 162410281 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4221/statm: 11889 363 245 79 0 218 0
[pid=7547] ppid=4221 vsize=174744 CPUtime=1623.8
/proc/7547/stat : 7547 (minisat) R 4221 4221 32618 0 -1 4194304 42697 0 0 0 162319 61 0 0 25 0 1 0 162414065 178937856 42679 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/7547/statm: 43686 42679 54 142 0 43542 0
Current children cumulated CPU time (s) 1660.18
Current children cumulated vsize (KiB) 222300

[startup+1784.17 s]
/proc/loadavg: 2.05 2.01 2.07 3/89 3678
/proc/meminfo: memFree=1562768/2055920 swapFree=4182144/4192956
[pid=4221] ppid=4218 vsize=47556 CPUtime=36.38
/proc/4221/stat : 4221 (galac.sh) S 4218 4221 32618 0 -1 4194304 798 54264 0 1 0 0 3594 44 17 0 1 0 162410281 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4221/statm: 11889 363 245 79 0 218 0
[pid=7547] ppid=4221 vsize=177852 CPUtime=1683.53
/proc/7547/stat : 7547 (minisat) R 4221 4221 32618 0 -1 4194304 43463 0 0 0 168291 62 0 0 25 0 1 0 162414065 182120448 43445 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/7547/statm: 44463 43445 54 142 0 44319 0
Current children cumulated CPU time (s) 1719.91
Current children cumulated vsize (KiB) 225408

[startup+1844.25 s]
/proc/loadavg: 2.02 2.01 2.06 3/89 3678
/proc/meminfo: memFree=1559504/2055920 swapFree=4182144/4192956
[pid=4221] ppid=4218 vsize=47556 CPUtime=36.38
/proc/4221/stat : 4221 (galac.sh) S 4218 4221 32618 0 -1 4194304 798 54264 0 1 0 0 3594 44 17 0 1 0 162410281 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4221/statm: 11889 363 245 79 0 218 0
[pid=7547] ppid=4221 vsize=181444 CPUtime=1743.28
/proc/7547/stat : 7547 (minisat) R 4221 4221 32618 0 -1 4194304 44272 0 0 0 174265 63 0 0 25 0 1 0 162414065 185798656 44254 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/7547/statm: 45361 44254 54 142 0 45217 0
Current children cumulated CPU time (s) 1779.66
Current children cumulated vsize (KiB) 229000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1864.77 s]
/proc/loadavg: 2.01 2.01 2.06 3/89 3678
/proc/meminfo: memFree=1558608/2055920 swapFree=4182144/4192956
[pid=4221] ppid=4218 vsize=47556 CPUtime=36.38
/proc/4221/stat : 4221 (galac.sh) S 4218 4221 32618 0 -1 4194304 798 54264 0 1 0 0 3594 44 17 0 1 0 162410281 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/4221/statm: 11889 363 245 79 0 218 0
[pid=7547] ppid=4221 vsize=182368 CPUtime=1763.71
/proc/7547/stat : 7547 (minisat) R 4221 4221 32618 0 -1 4194304 44493 0 0 0 176308 63 0 0 25 0 1 0 162414065 186744832 44475 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525858 0 0 4096 3 0 0 0 17 0 0 0
/proc/7547/statm: 45592 44475 54 142 0 45448 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 229924

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 4221 and gives childrusage.ru_utime.tv_sec=35 childrusage.ru_utime.tv_usec=951534 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=451931
CPU time returned by wait4() is 36.4035
while last known CPU time is 1800.09

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

Real time (s): 1864.79
CPU time (s): 1800.09
CPU user time (s): 1799.02
CPU system time (s): 1.07
CPU usage (%): 96.5307
Max. virtual memory (cumulated for all children) (KiB): 908620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.9515
system time used= 0.451931
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55062
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= 2247
involuntary context switches= 3589

runsolver used 2.49662 s user time and 5.49616 s system time

The end

Launcher Data (download as text)

Begin job on node4 on Sun Jan  7 03:22:27 UTC 2007


IDJOB= 200054
IDBENCH= 3685
FILE ID= node4/200054-1168140147

PBS_JOBID= 3477812

Free space on /tmp= 66299 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-24-24-fcd/rand-3-24-24-76-632-fcd-31_ext.xml
COMMAND LINE= /tmp/evaluation/200054-1168140147/galac.sh /tmp/evaluation/200054-1168140147/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node4/watcher-200054-1168140147 -o ROOT/results/node4/solver-200054-1168140147 -C 1800 -M 900  /tmp/evaluation/200054-1168140147/galac.sh /tmp/evaluation/200054-1168140147/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  7c0b05f7f42ae11b3693dc048764a611

RANDOM SEED= 632685296

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.223
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.223
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:       1783904 kB
Buffers:         32068 kB
Cached:         131028 kB
SwapCached:       2552 kB
Active:         132400 kB
Inactive:        83228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1783904 kB
SwapTotal:     4192956 kB
SwapFree:      4182144 kB
Dirty:            6244 kB
Writeback:           0 kB
Mapped:          65740 kB
Slab:            40672 kB
Committed_AS:  4121412 kB
PageTables:       2660 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= 66288 MiB



End job on node4 on Sun Jan  7 03:53:32 UTC 2007