Trace number 199846

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 1816.9

General information on the benchmark

Namerandom/rand-3-24-24-fcd/
rand-3-24-24-76-632-fcd-37_ext.xml
MD5SUM77acb5387e5cce7e11a1449191e1b24c
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 benchmark1180.2
SatisfiableYES
(Un)Satisfiability was proved
Number of variables24
Number of constraints75
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension75
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 ---
3.08	c start processing
3.08	c start relation processing
9.52	c start cnf exporting
41.72	c parsing time : 2.914
41.72	c preprocessing time : 41.552
41.72	
41.72	c Nary constraints - conflicts : 0 supports : 75
41.72	c Binary constraints - conflicts : 0 supports :0
41.72	c max arity constraint : 3
41.72	c Max Tuples generated 0
41.72	c relations : 75
41.72	c relations BDD: 75
41.72	c vars : 296216 - clauses :  935727
41.72	
41.81	 
41.81	c --- Minisat Stats ---
41.81	 

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/node41/watcher-199846-1168137033 -o ROOT/results/node41/solver-199846-1168137033 -C 1800 -M 900 /tmp/evaluation/199846-1168137033/galac.sh /tmp/evaluation/199846-1168137033/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
/proc/loadavg: 2.00 2.00 1.83 4/75 24001
/proc/meminfo: memFree=1577648/2055920 swapFree=4191892/4192956
[pid=24000] ppid=23998 vsize=18540 CPUtime=0
/proc/24000/stat : 24000 (runsolver) R 23998 23263 23263 0 -1 4194368 10 0 0 0 0 0 0 0 25 0 1 0 162102542 18984960 277 18446744073709551615 4194304 4267372 548682069088 18446744073709551615 4203142 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24000/statm: 4635 277 242 17 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.108252 s]
/proc/loadavg: 2.00 2.00 1.83 4/75 24001
/proc/meminfo: memFree=1577648/2055920 swapFree=4191892/4192956
[pid=24000] ppid=23998 vsize=47564 CPUtime=0.01
/proc/24000/stat : 24000 (galac.sh) S 23998 24000 23263 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 162102542 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24000/statm: 11891 364 246 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.520286 s]
/proc/loadavg: 2.00 2.00 1.83 4/75 24001
/proc/meminfo: memFree=1577648/2055920 swapFree=4191892/4192956
[pid=24000] ppid=23998 vsize=47564 CPUtime=0.01
/proc/24000/stat : 24000 (galac.sh) S 23998 24000 23263 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 162102542 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24000/statm: 11891 364 246 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.34938 s]
/proc/loadavg: 2.00 2.00 1.83 3/83 24021
/proc/meminfo: memFree=1499176/2055920 swapFree=4191892/4192956
[pid=24000] ppid=23998 vsize=47564 CPUtime=0.01
/proc/24000/stat : 24000 (galac.sh) S 23998 24000 23263 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 162102542 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24000/statm: 11891 364 246 79 0 218 0
[pid=24014] ppid=24000 vsize=861064 CPUtime=1.28
/proc/24014/stat : 24014 (java) R 24000 24000 23263 0 -1 0 21589 0 1 0 117 11 0 0 25 0 8 0 162102546 881729536 21341 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24014/statm: 215266 21341 1965 14 0 201471 0
[pid=24014/tid=24015] ppid=24000 vsize=861064 CPUtime=0.06
/proc/24014/task/24015/stat : 24015 (java) R 24000 24000 23263 0 -1 64 5835 0 0 0 4 2 0 0 16 0 8 0 162102550 881729536 21341 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4153823286 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24014/tid=24016] ppid=24000 vsize=861064 CPUtime=0
/proc/24014/task/24016/stat : 24016 (java) S 24000 24000 23263 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 162102550 881729536 21341 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24014/tid=24017] ppid=24000 vsize=861064 CPUtime=0
/proc/24014/task/24017/stat : 24017 (java) S 24000 24000 23263 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 162102550 881729536 21341 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24014/tid=24018] ppid=24000 vsize=861064 CPUtime=0
/proc/24014/task/24018/stat : 24018 (java) S 24000 24000 23263 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 162102554 881729536 21341 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24014/tid=24019] ppid=24000 vsize=861064 CPUtime=0.12
/proc/24014/task/24019/stat : 24019 (java) S 24000 24000 23263 0 -1 64 893 0 0 0 12 0 0 0 16 0 8 0 162102554 881729536 21341 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24014/tid=24020] ppid=24000 vsize=861064 CPUtime=0
/proc/24014/task/24020/stat : 24020 (java) S 24000 24000 23263 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 162102554 881729536 21341 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24014/tid=24021] ppid=24000 vsize=861064 CPUtime=0
/proc/24014/task/24021/stat : 24021 (java) S 24000 24000 23263 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 162102554 881729536 21341 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 908628

[startup+2.9865 s]
/proc/loadavg: 2.00 2.00 1.83 4/83 24021
/proc/meminfo: memFree=1489320/2055920 swapFree=4191892/4192956
[pid=24000] ppid=23998 vsize=47564 CPUtime=0.01
/proc/24000/stat : 24000 (galac.sh) S 23998 24000 23263 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 162102542 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24000/statm: 11891 364 246 79 0 218 0
[pid=24014] ppid=24000 vsize=861064 CPUtime=2.91
/proc/24014/stat : 24014 (java) R 24000 24000 23263 0 -1 0 25866 0 1 0 277 14 0 0 25 0 8 0 162102546 881729536 25613 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073652464 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24014/statm: 215266 25613 1965 14 0 201471 0
[pid=24014/tid=24015] ppid=24000 vsize=861064 CPUtime=0.21
/proc/24014/task/24015/stat : 24015 (java) S 24000 24000 23263 0 -1 64 10097 0 0 0 18 3 0 0 16 0 8 0 162102550 881729536 25613 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24014/tid=24016] ppid=24000 vsize=861064 CPUtime=0
/proc/24014/task/24016/stat : 24016 (java) S 24000 24000 23263 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 162102550 881729536 25613 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24014/tid=24017] ppid=24000 vsize=861064 CPUtime=0
/proc/24014/task/24017/stat : 24017 (java) S 24000 24000 23263 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 162102550 881729536 25613 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24014/tid=24018] ppid=24000 vsize=861064 CPUtime=0
/proc/24014/task/24018/stat : 24018 (java) S 24000 24000 23263 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 162102554 881729536 25613 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24014/tid=24019] ppid=24000 vsize=861064 CPUtime=0.15
/proc/24014/task/24019/stat : 24019 (java) S 24000 24000 23263 0 -1 64 903 0 0 0 15 0 0 0 16 0 8 0 162102554 881729536 25613 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24014/tid=24020] ppid=24000 vsize=861064 CPUtime=0
/proc/24014/task/24020/stat : 24020 (java) S 24000 24000 23263 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 162102554 881729536 25613 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24014/tid=24021] ppid=24000 vsize=861064 CPUtime=0
/proc/24014/task/24021/stat : 24021 (java) S 24000 24000 23263 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 162102554 881729536 25613 18446744073709551615 134512640 134570532 4294956112 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) 908628

[startup+6.27879 s]
/proc/loadavg: 2.00 2.00 1.83 3/83 24021
/proc/meminfo: memFree=1445544/2055920 swapFree=4191892/4192956
[pid=24000] ppid=23998 vsize=47564 CPUtime=0.01
/proc/24000/stat : 24000 (galac.sh) S 23998 24000 23263 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 162102542 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24000/statm: 11891 364 246 79 0 218 0
[pid=24014] ppid=24000 vsize=861064 CPUtime=6.17
/proc/24014/stat : 24014 (java) R 24000 24000 23263 0 -1 0 36234 0 1 0 596 21 0 0 25 0 8 0 162102546 881729536 35978 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073880900 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24014/statm: 215266 35978 1973 14 0 201471 0
[pid=24014/tid=24015] ppid=24000 vsize=861064 CPUtime=0.7
/proc/24014/task/24015/stat : 24015 (java) S 24000 24000 23263 0 -1 64 20407 0 0 0 60 10 0 0 21 0 8 0 162102550 881729536 35978 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24014/tid=24016] ppid=24000 vsize=861064 CPUtime=0
/proc/24014/task/24016/stat : 24016 (java) S 24000 24000 23263 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 162102550 881729536 35978 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24014/tid=24017] ppid=24000 vsize=861064 CPUtime=0
/proc/24014/task/24017/stat : 24017 (java) S 24000 24000 23263 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 162102550 881729536 35978 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24014/tid=24018] ppid=24000 vsize=861064 CPUtime=0
/proc/24014/task/24018/stat : 24018 (java) S 24000 24000 23263 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 162102554 881729536 35978 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24014/tid=24019] ppid=24000 vsize=861064 CPUtime=0.21
/proc/24014/task/24019/stat : 24019 (java) S 24000 24000 23263 0 -1 64 936 0 0 0 20 1 0 0 15 0 8 0 162102554 881729536 35978 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24014/tid=24020] ppid=24000 vsize=861064 CPUtime=0
/proc/24014/task/24020/stat : 24020 (java) S 24000 24000 23263 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 162102554 881729536 35978 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24014/tid=24021] ppid=24000 vsize=861064 CPUtime=0
/proc/24014/task/24021/stat : 24021 (java) S 24000 24000 23263 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 162102554 881729536 35978 18446744073709551615 134512640 134570532 4294956112 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) 908628

[startup+12.7714 s]
/proc/loadavg: 2.00 2.00 1.83 3/83 24021
/proc/meminfo: memFree=1365744/2055920 swapFree=4191892/4192956
[pid=24000] ppid=23998 vsize=47564 CPUtime=0.01
/proc/24000/stat : 24000 (galac.sh) S 23998 24000 23263 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 162102542 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24000/statm: 11891 364 246 79 0 218 0
[pid=24014] ppid=24000 vsize=861064 CPUtime=12.6
/proc/24014/stat : 24014 (java) R 24000 24000 23263 0 -1 0 54617 0 1 0 1229 31 0 0 25 0 8 0 162102546 881729536 54355 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4154509224 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24014/statm: 215266 54355 1994 14 0 201471 0
[pid=24014/tid=24015] ppid=24000 vsize=861064 CPUtime=1.5
/proc/24014/task/24015/stat : 24015 (java) S 24000 24000 23263 0 -1 64 38707 0 0 0 131 19 0 0 16 0 8 0 162102550 881729536 54355 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24014/tid=24016] ppid=24000 vsize=861064 CPUtime=0
/proc/24014/task/24016/stat : 24016 (java) S 24000 24000 23263 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 162102550 881729536 54355 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24014/tid=24017] ppid=24000 vsize=861064 CPUtime=0
/proc/24014/task/24017/stat : 24017 (java) S 24000 24000 23263 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 162102550 881729536 54355 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24014/tid=24018] ppid=24000 vsize=861064 CPUtime=0
/proc/24014/task/24018/stat : 24018 (java) S 24000 24000 23263 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 162102554 881729536 54355 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24014/tid=24019] ppid=24000 vsize=861064 CPUtime=0.28
/proc/24014/task/24019/stat : 24019 (java) S 24000 24000 23263 0 -1 64 972 0 0 0 27 1 0 0 15 0 8 0 162102554 881729536 54355 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24014/tid=24020] ppid=24000 vsize=861064 CPUtime=0
/proc/24014/task/24020/stat : 24020 (java) S 24000 24000 23263 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 162102554 881729536 54355 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24014/tid=24021] ppid=24000 vsize=861064 CPUtime=0
/proc/24014/task/24021/stat : 24021 (java) S 24000 24000 23263 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 162102554 881729536 54355 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 908628

[startup+25.6565 s]
/proc/loadavg: 2.00 2.00 1.83 3/83 24021
/proc/meminfo: memFree=1359344/2055920 swapFree=4191892/4192956
[pid=24000] ppid=23998 vsize=47564 CPUtime=0.01
/proc/24000/stat : 24000 (galac.sh) S 23998 24000 23263 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 162102542 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24000/statm: 11891 364 246 79 0 218 0
[pid=24014] ppid=24000 vsize=861064 CPUtime=25.37
/proc/24014/stat : 24014 (java) R 24000 24000 23263 0 -1 0 54638 0 1 0 2501 36 0 0 25 0 8 0 162102546 881729536 54355 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073754608 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24014/statm: 215266 54355 1994 14 0 201471 0
[pid=24014/tid=24015] ppid=24000 vsize=861064 CPUtime=1.52
/proc/24014/task/24015/stat : 24015 (java) S 24000 24000 23263 0 -1 64 38707 0 0 0 133 19 0 0 16 0 8 0 162102550 881729536 54355 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24014/tid=24016] ppid=24000 vsize=861064 CPUtime=0
/proc/24014/task/24016/stat : 24016 (java) S 24000 24000 23263 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 162102550 881729536 54355 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24014/tid=24017] ppid=24000 vsize=861064 CPUtime=0
/proc/24014/task/24017/stat : 24017 (java) S 24000 24000 23263 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 162102550 881729536 54355 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24014/tid=24018] ppid=24000 vsize=861064 CPUtime=0
/proc/24014/task/24018/stat : 24018 (java) S 24000 24000 23263 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 162102554 881729536 54355 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24014/tid=24019] ppid=24000 vsize=861064 CPUtime=0.28
/proc/24014/task/24019/stat : 24019 (java) S 24000 24000 23263 0 -1 64 972 0 0 0 27 1 0 0 15 0 8 0 162102554 881729536 54355 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24014/tid=24020] ppid=24000 vsize=861064 CPUtime=0
/proc/24014/task/24020/stat : 24020 (java) S 24000 24000 23263 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 162102554 881729536 54355 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24014/tid=24021] ppid=24000 vsize=861064 CPUtime=0
/proc/24014/task/24021/stat : 24021 (java) S 24000 24000 23263 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 162102554 881729536 54355 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 908628

[startup+51.2797 s]
/proc/loadavg: 2.00 2.00 1.83 3/76 24022
/proc/meminfo: memFree=1503400/2055920 swapFree=4191892/4192956
[pid=24000] ppid=23998 vsize=47564 CPUtime=41.33
/proc/24000/stat : 24000 (galac.sh) S 23998 24000 23263 0 -1 4194304 800 56377 0 1 0 0 4086 47 17 0 1 0 162102542 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24000/statm: 11891 364 246 79 0 218 0
[pid=24022] ppid=24000 vsize=59888 CPUtime=9.37
/proc/24022/stat : 24022 (minisat) R 24000 24000 23263 0 -1 4194304 14281 0 0 0 930 7 0 0 25 0 1 0 162106723 61325312 14263 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/24022/statm: 14972 14263 54 142 0 14828 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 107452

[startup+102.552 s]
/proc/loadavg: 2.06 2.02 1.84 3/82 24087
/proc/meminfo: memFree=1052800/2055920 swapFree=4191892/4192956
[pid=24000] ppid=23998 vsize=47564 CPUtime=41.33
/proc/24000/stat : 24000 (galac.sh) S 23998 24000 23263 0 -1 4194304 800 56377 0 1 0 0 4086 47 17 0 1 0 162102542 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24000/statm: 11891 364 246 79 0 218 0
[pid=24022] ppid=24000 vsize=64664 CPUtime=60.36
/proc/24022/stat : 24022 (minisat) R 24000 24000 23263 0 -1 4194304 15502 0 0 0 6026 10 0 0 25 0 1 0 162106723 66215936 15484 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/24022/statm: 16166 15484 54 142 0 16022 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 112228

[startup+162.633 s]
/proc/loadavg: 2.44 2.13 1.89 4/82 24087
/proc/meminfo: memFree=886656/2055920 swapFree=4191892/4192956
[pid=24000] ppid=23998 vsize=47564 CPUtime=41.33
/proc/24000/stat : 24000 (galac.sh) S 23998 24000 23263 0 -1 4194304 800 56377 0 1 0 0 4086 47 17 0 1 0 162102542 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24000/statm: 11891 364 246 79 0 218 0
[pid=24022] ppid=24000 vsize=69416 CPUtime=119.85
/proc/24022/stat : 24022 (minisat) R 24000 24000 23263 0 -1 4194304 16696 0 0 0 11973 12 0 0 25 0 1 0 162106723 71081984 16678 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/24022/statm: 17354 16678 54 142 0 17210 0
Current children cumulated CPU time (s) 161.18
Current children cumulated vsize (KiB) 116980


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

/proc/loadavg: 2.81 2.82 2.48 4/82 24087
/proc/meminfo: memFree=814848/2055920 swapFree=4191892/4192956
[pid=24000] ppid=23998 vsize=47564 CPUtime=41.33
/proc/24000/stat : 24000 (galac.sh) S 23998 24000 23263 0 -1 4194304 800 56377 0 1 0 0 4086 47 17 0 1 0 162102542 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24000/statm: 11891 364 246 79 0 218 0
[pid=24022] ppid=24000 vsize=131208 CPUtime=1071.82
/proc/24022/stat : 24022 (minisat) R 24000 24000 23263 0 -1 4194304 32141 0 0 0 107145 37 0 0 25 0 1 0 162106723 134356992 32123 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/24022/statm: 32802 32123 54 142 0 32658 0
Current children cumulated CPU time (s) 1113.15
Current children cumulated vsize (KiB) 178772

[startup+1183.68 s]
/proc/loadavg: 2.97 2.86 2.52 4/82 24087
/proc/meminfo: memFree=812672/2055920 swapFree=4191892/4192956
[pid=24000] ppid=23998 vsize=47564 CPUtime=41.33
/proc/24000/stat : 24000 (galac.sh) S 23998 24000 23263 0 -1 4194304 800 56377 0 1 0 0 4086 47 17 0 1 0 162102542 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24000/statm: 11891 364 246 79 0 218 0
[pid=24022] ppid=24000 vsize=133500 CPUtime=1131.35
/proc/24022/stat : 24022 (minisat) R 24000 24000 23263 0 -1 4194304 32682 0 0 0 113097 38 0 0 25 0 1 0 162106723 136704000 32664 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/24022/statm: 33375 32664 54 142 0 33231 0
Current children cumulated CPU time (s) 1172.68
Current children cumulated vsize (KiB) 181064

[startup+1243.69 s]
/proc/loadavg: 2.72 2.81 2.52 4/82 24087
/proc/meminfo: memFree=810048/2055920 swapFree=4191892/4192956
[pid=24000] ppid=23998 vsize=47564 CPUtime=41.33
/proc/24000/stat : 24000 (galac.sh) S 23998 24000 23263 0 -1 4194304 800 56377 0 1 0 0 4086 47 17 0 1 0 162102542 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24000/statm: 11891 364 246 79 0 218 0
[pid=24022] ppid=24000 vsize=135744 CPUtime=1190.8
/proc/24022/stat : 24022 (minisat) R 24000 24000 23263 0 -1 4194304 33271 0 0 0 119041 39 0 0 25 0 1 0 162106723 139001856 33253 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/24022/statm: 33936 33253 54 142 0 33792 0
Current children cumulated CPU time (s) 1232.13
Current children cumulated vsize (KiB) 183308

[startup+1303.75 s]
/proc/loadavg: 2.86 2.83 2.55 4/82 24087
/proc/meminfo: memFree=807552/2055920 swapFree=4191892/4192956
[pid=24000] ppid=23998 vsize=47564 CPUtime=41.33
/proc/24000/stat : 24000 (galac.sh) S 23998 24000 23263 0 -1 4194304 800 56377 0 1 0 0 4086 47 17 0 1 0 162102542 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24000/statm: 11891 364 246 79 0 218 0
[pid=24022] ppid=24000 vsize=138128 CPUtime=1250.3
/proc/24022/stat : 24022 (minisat) R 24000 24000 23263 0 -1 4194304 33864 0 0 0 124990 40 0 0 25 0 1 0 162106723 141443072 33846 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/24022/statm: 34532 33846 54 142 0 34388 0
Current children cumulated CPU time (s) 1291.63
Current children cumulated vsize (KiB) 185692

[startup+1363.81 s]
/proc/loadavg: 2.80 2.82 2.56 4/82 24087
/proc/meminfo: memFree=803648/2055920 swapFree=4191892/4192956
[pid=24000] ppid=23998 vsize=47564 CPUtime=41.33
/proc/24000/stat : 24000 (galac.sh) S 23998 24000 23263 0 -1 4194304 800 56377 0 1 0 0 4086 47 17 0 1 0 162102542 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24000/statm: 11891 364 246 79 0 218 0
[pid=24022] ppid=24000 vsize=142096 CPUtime=1309.79
/proc/24022/stat : 24022 (minisat) R 24000 24000 23263 0 -1 4194304 34853 0 0 0 130938 41 0 0 25 0 1 0 162106723 145506304 34835 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529541 0 0 4096 3 0 0 0 17 0 0 0
/proc/24022/statm: 35524 34835 54 142 0 35380 0
Current children cumulated CPU time (s) 1351.12
Current children cumulated vsize (KiB) 189660

[startup+1423.87 s]
/proc/loadavg: 2.79 2.82 2.57 4/82 24087
/proc/meminfo: memFree=800384/2055920 swapFree=4191892/4192956
[pid=24000] ppid=23998 vsize=47564 CPUtime=41.33
/proc/24000/stat : 24000 (galac.sh) S 23998 24000 23263 0 -1 4194304 800 56377 0 1 0 0 4086 47 17 0 1 0 162102542 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24000/statm: 11891 364 246 79 0 218 0
[pid=24022] ppid=24000 vsize=145560 CPUtime=1369.27
/proc/24022/stat : 24022 (minisat) R 24000 24000 23263 0 -1 4194304 35655 0 0 0 136884 43 0 0 25 0 1 0 162106723 149053440 35637 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529456 0 0 4096 3 0 0 0 17 0 0 0
/proc/24022/statm: 36390 35637 54 142 0 36246 0
Current children cumulated CPU time (s) 1410.6
Current children cumulated vsize (KiB) 193124

[startup+1483.9 s]
/proc/loadavg: 2.77 2.82 2.58 3/82 24087
/proc/meminfo: memFree=796224/2055920 swapFree=4191892/4192956
[pid=24000] ppid=23998 vsize=47564 CPUtime=41.33
/proc/24000/stat : 24000 (galac.sh) S 23998 24000 23263 0 -1 4194304 800 56377 0 1 0 0 4086 47 17 0 1 0 162102542 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24000/statm: 11891 364 246 79 0 218 0
[pid=24022] ppid=24000 vsize=149784 CPUtime=1428.73
/proc/24022/stat : 24022 (minisat) R 24000 24000 23263 0 -1 4194304 36704 0 0 0 142829 44 0 0 25 0 1 0 162106723 153378816 36686 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/24022/statm: 37446 36686 54 142 0 37302 0
Current children cumulated CPU time (s) 1470.06
Current children cumulated vsize (KiB) 197348

[startup+1544 s]
/proc/loadavg: 2.70 2.79 2.59 4/82 24087
/proc/meminfo: memFree=792512/2055920 swapFree=4191892/4192956
[pid=24000] ppid=23998 vsize=47564 CPUtime=41.33
/proc/24000/stat : 24000 (galac.sh) S 23998 24000 23263 0 -1 4194304 800 56377 0 1 0 0 4086 47 17 0 1 0 162102542 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24000/statm: 11891 364 246 79 0 218 0
[pid=24022] ppid=24000 vsize=153264 CPUtime=1488.29
/proc/24022/stat : 24022 (minisat) R 24000 24000 23263 0 -1 4194304 37587 0 0 0 148783 46 0 0 25 0 1 0 162106723 156942336 37569 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/24022/statm: 38316 37569 54 142 0 38172 0
Current children cumulated CPU time (s) 1529.62
Current children cumulated vsize (KiB) 200828

[startup+1604.1 s]
/proc/loadavg: 2.56 2.72 2.57 4/82 24087
/proc/meminfo: memFree=787648/2055920 swapFree=4191892/4192956
[pid=24000] ppid=23998 vsize=47564 CPUtime=41.33
/proc/24000/stat : 24000 (galac.sh) S 23998 24000 23263 0 -1 4194304 800 56377 0 1 0 0 4086 47 17 0 1 0 162102542 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24000/statm: 11891 364 246 79 0 218 0
[pid=24022] ppid=24000 vsize=158056 CPUtime=1547.8
/proc/24022/stat : 24022 (minisat) R 24000 24000 23263 0 -1 4194304 38793 0 0 0 154733 47 0 0 25 0 1 0 162106723 161849344 38775 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/24022/statm: 39514 38775 54 142 0 39370 0
Current children cumulated CPU time (s) 1589.13
Current children cumulated vsize (KiB) 205620

[startup+1664.17 s]
/proc/loadavg: 2.83 2.77 2.60 4/82 24087
/proc/meminfo: memFree=782976/2055920 swapFree=4191892/4192956
[pid=24000] ppid=23998 vsize=47564 CPUtime=41.33
/proc/24000/stat : 24000 (galac.sh) S 23998 24000 23263 0 -1 4194304 800 56377 0 1 0 0 4086 47 17 0 1 0 162102542 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24000/statm: 11891 364 246 79 0 218 0
[pid=24022] ppid=24000 vsize=162848 CPUtime=1607.34
/proc/24022/stat : 24022 (minisat) R 24000 24000 23263 0 -1 4194304 39966 0 0 0 160685 49 0 0 25 0 1 0 162106723 166756352 39948 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/24022/statm: 40712 39948 54 142 0 40568 0
Current children cumulated CPU time (s) 1648.67
Current children cumulated vsize (KiB) 210412

[startup+1724.24 s]
/proc/loadavg: 2.94 2.81 2.62 4/82 24087
/proc/meminfo: memFree=778496/2055920 swapFree=4191892/4192956
[pid=24000] ppid=23998 vsize=47564 CPUtime=41.33
/proc/24000/stat : 24000 (galac.sh) S 23998 24000 23263 0 -1 4194304 800 56377 0 1 0 0 4086 47 17 0 1 0 162102542 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24000/statm: 11891 364 246 79 0 218 0
[pid=24022] ppid=24000 vsize=167224 CPUtime=1666.87
/proc/24022/stat : 24022 (minisat) R 24000 24000 23263 0 -1 4194304 41075 0 0 0 166636 51 0 0 25 0 1 0 162106723 171237376 41057 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/24022/statm: 41806 41057 54 142 0 41662 0
Current children cumulated CPU time (s) 1708.2
Current children cumulated vsize (KiB) 214788

[startup+1784.33 s]
/proc/loadavg: 2.75 2.78 2.62 4/82 24087
/proc/meminfo: memFree=774656/2055920 swapFree=4191892/4192956
[pid=24000] ppid=23998 vsize=47564 CPUtime=41.33
/proc/24000/stat : 24000 (galac.sh) S 23998 24000 23263 0 -1 4194304 800 56377 0 1 0 0 4086 47 17 0 1 0 162102542 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24000/statm: 11891 364 246 79 0 218 0
[pid=24022] ppid=24000 vsize=170920 CPUtime=1726.38
/proc/24022/stat : 24022 (minisat) R 24000 24000 23263 0 -1 4194304 42016 0 0 0 172585 53 0 0 25 0 1 0 162106723 175022080 41998 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/24022/statm: 42730 41998 54 142 0 42586 0
Current children cumulated CPU time (s) 1767.71
Current children cumulated vsize (KiB) 218484



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.89 s]
/proc/loadavg: 2.86 2.80 2.63 4/82 24087
/proc/meminfo: memFree=772480/2055920 swapFree=4191892/4192956
[pid=24000] ppid=23998 vsize=47564 CPUtime=41.33
/proc/24000/stat : 24000 (galac.sh) S 23998 24000 23263 0 -1 4194304 800 56377 0 1 0 0 4086 47 17 0 1 0 162102542 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24000/statm: 11891 364 246 79 0 218 0
[pid=24022] ppid=24000 vsize=173032 CPUtime=1758.67
/proc/24022/stat : 24022 (minisat) R 24000 24000 23263 0 -1 4194304 42534 0 0 0 175813 54 0 0 25 0 1 0 162106723 177184768 42516 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/24022/statm: 43258 42516 54 142 0 43114 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 220596

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 24000 and gives childrusage.ru_utime.tv_sec=40 childrusage.ru_utime.tv_usec=873786 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=484926
CPU time returned by wait4() is 41.3587
while last known CPU time is 1800

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

Real time (s): 1816.9
CPU time (s): 1800
CPU user time (s): 1798.99
CPU system time (s): 1.01
CPU usage (%): 99.0696
Max. virtual memory (cumulated for all children) (KiB): 908628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 40.8738
system time used= 0.484926
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57177
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= 2370
involuntary context switches= 3099

runsolver used 1.88571 s user time and 5.33419 s system time

The end

Launcher Data (download as text)

Begin job on node41 on Sun Jan  7 02:30:33 UTC 2007


IDJOB= 199846
IDBENCH= 3643
FILE ID= node41/199846-1168137033

PBS_JOBID= 3478026

Free space on /tmp= 66526 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  77acb5387e5cce7e11a1449191e1b24c

RANDOM SEED= 111339164

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1578128 kB
Buffers:         44976 kB
Cached:         351476 kB
SwapCached:        396 kB
Active:         193208 kB
Inactive:       227040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1578128 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            5700 kB
Writeback:           0 kB
Mapped:          34228 kB
Slab:            42868 kB
Committed_AS:  2817412 kB
PageTables:       1896 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= 66491 MiB



End job on node41 on Sun Jan  7 03:00:50 UTC 2007