Trace number 199989

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.04 1818.81

General information on the benchmark

Namerandom/rand-3-24-24-fcd/
rand-3-24-24-76-632-fcd-21_ext.xml
MD5SUMbb36e8c2b01c64bab8e460244650b681
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 benchmark25.5821
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables24
Number of constraints74
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension74
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.03	c start processing
3.03	c start relation processing
9.49	c start cnf exporting
40.83	c parsing time : 2.865
40.83	c preprocessing time : 40.659
40.83	
40.83	c Nary constraints - conflicts : 0 supports : 74
40.83	c Binary constraints - conflicts : 0 supports :0
40.83	c max arity constraint : 3
40.83	c Max Tuples generated 0
40.83	c relations : 74
40.83	c relations BDD: 74
40.83	c vars : 290058 - clauses :  916675
40.83	
40.87	 
40.87	c --- Minisat Stats ---
40.87	 

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/node17/watcher-199989-1168139332 -o ROOT/results/node17/solver-199989-1168139332 -C 1800 -M 900 /tmp/evaluation/199989-1168139332/galac.sh /tmp/evaluation/199989-1168139332/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.10 2.40 2.23 5/88 3008
/proc/meminfo: memFree=1473304/2055920 swapFree=4192812/4192956
[pid=3007] ppid=3005 vsize=8560 CPUtime=0
/proc/3007/stat : 3007 (galac.sh) R 3005 3007 2004 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 162328028 8765440 253 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 245482899343 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3007/statm: 2140 253 197 79 0 133 0

[startup+0.105974 s]
/proc/loadavg: 2.10 2.40 2.23 5/88 3008
/proc/meminfo: memFree=1473304/2055920 swapFree=4192812/4192956
[pid=3007] ppid=3005 vsize=47572 CPUtime=0.01
/proc/3007/stat : 3007 (galac.sh) S 3005 3007 2004 0 -1 4194304 760 1704 0 0 0 0 0 1 25 0 1 0 162328028 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3007/statm: 11893 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.514015 s]
/proc/loadavg: 2.10 2.40 2.23 5/88 3008
/proc/meminfo: memFree=1473304/2055920 swapFree=4192812/4192956
[pid=3007] ppid=3005 vsize=47572 CPUtime=0.01
/proc/3007/stat : 3007 (galac.sh) S 3005 3007 2004 0 -1 4194304 760 1704 0 0 0 0 0 1 25 0 1 0 162328028 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3007/statm: 11893 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+1.3361 s]
/proc/loadavg: 2.10 2.40 2.23 4/96 3028
/proc/meminfo: memFree=1394712/2055920 swapFree=4192812/4192956
[pid=3007] ppid=3005 vsize=47572 CPUtime=0.01
/proc/3007/stat : 3007 (galac.sh) S 3005 3007 2004 0 -1 4194304 760 1704 0 0 0 0 0 1 25 0 1 0 162328028 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3007/statm: 11893 363 245 79 0 218 0
[pid=3021] ppid=3007 vsize=861064 CPUtime=1.26
/proc/3021/stat : 3021 (java) R 3007 3007 2004 0 -1 0 21635 0 1 0 117 9 0 0 23 0 8 0 162328032 881729536 21388 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073703400 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3021/statm: 215266 21388 1964 14 0 201471 0
[pid=3021/tid=3022] ppid=3007 vsize=861064 CPUtime=0.05
/proc/3021/task/3022/stat : 3022 (java) S 3007 3007 2004 0 -1 64 5883 0 0 0 3 2 0 0 16 0 8 0 162328035 881729536 21388 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3021/tid=3023] ppid=3007 vsize=861064 CPUtime=0
/proc/3021/task/3023/stat : 3023 (java) S 3007 3007 2004 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 162328036 881729536 21388 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3021/tid=3024] ppid=3007 vsize=861064 CPUtime=0
/proc/3021/task/3024/stat : 3024 (java) S 3007 3007 2004 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 162328036 881729536 21388 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3021/tid=3025] ppid=3007 vsize=861064 CPUtime=0
/proc/3021/task/3025/stat : 3025 (java) S 3007 3007 2004 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 162328040 881729536 21388 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3021/tid=3026] ppid=3007 vsize=861064 CPUtime=0.12
/proc/3021/task/3026/stat : 3026 (java) S 3007 3007 2004 0 -1 64 893 0 0 0 12 0 0 0 16 0 8 0 162328040 881729536 21388 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3021/tid=3027] ppid=3007 vsize=861064 CPUtime=0
/proc/3021/task/3027/stat : 3027 (java) S 3007 3007 2004 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 162328040 881729536 21388 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3021/tid=3028] ppid=3007 vsize=861064 CPUtime=0
/proc/3021/task/3028/stat : 3028 (java) S 3007 3007 2004 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162328040 881729536 21388 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) 908636

[startup+2.98528 s]
/proc/loadavg: 2.10 2.40 2.23 4/96 3028
/proc/meminfo: memFree=1384920/2055920 swapFree=4192812/4192956
[pid=3007] ppid=3005 vsize=47572 CPUtime=0.01
/proc/3007/stat : 3007 (galac.sh) S 3005 3007 2004 0 -1 4194304 760 1704 0 0 0 0 0 1 25 0 1 0 162328028 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3007/statm: 11893 363 245 79 0 218 0
[pid=3021] ppid=3007 vsize=861064 CPUtime=2.9
/proc/3021/stat : 3021 (java) R 3007 3007 2004 0 -1 0 25903 0 1 0 278 12 0 0 25 0 8 0 162328032 881729536 25650 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073658650 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3021/statm: 215266 25650 1964 14 0 201471 0
[pid=3021/tid=3022] ppid=3007 vsize=861064 CPUtime=0.21
/proc/3021/task/3022/stat : 3022 (java) S 3007 3007 2004 0 -1 64 10135 0 0 0 16 5 0 0 16 0 8 0 162328035 881729536 25650 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3021/tid=3023] ppid=3007 vsize=861064 CPUtime=0
/proc/3021/task/3023/stat : 3023 (java) S 3007 3007 2004 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 162328036 881729536 25650 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3021/tid=3024] ppid=3007 vsize=861064 CPUtime=0
/proc/3021/task/3024/stat : 3024 (java) S 3007 3007 2004 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 162328036 881729536 25650 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3021/tid=3025] ppid=3007 vsize=861064 CPUtime=0
/proc/3021/task/3025/stat : 3025 (java) S 3007 3007 2004 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 162328040 881729536 25650 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3021/tid=3026] ppid=3007 vsize=861064 CPUtime=0.15
/proc/3021/task/3026/stat : 3026 (java) S 3007 3007 2004 0 -1 64 903 0 0 0 15 0 0 0 16 0 8 0 162328040 881729536 25650 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3021/tid=3027] ppid=3007 vsize=861064 CPUtime=0
/proc/3021/task/3027/stat : 3027 (java) S 3007 3007 2004 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 162328040 881729536 25650 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3021/tid=3028] ppid=3007 vsize=861064 CPUtime=0
/proc/3021/task/3028/stat : 3028 (java) S 3007 3007 2004 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162328040 881729536 25650 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 908636

[startup+6.19365 s]
/proc/loadavg: 2.17 2.41 2.23 3/96 3028
/proc/meminfo: memFree=1368728/2055920 swapFree=4192812/4192956
[pid=3007] ppid=3005 vsize=47572 CPUtime=0.01
/proc/3007/stat : 3007 (galac.sh) S 3005 3007 2004 0 -1 4194304 760 1704 0 0 0 0 0 1 25 0 1 0 162328028 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3007/statm: 11893 363 245 79 0 218 0
[pid=3021] ppid=3007 vsize=861064 CPUtime=6.08
/proc/3021/stat : 3021 (java) S 3007 3007 2004 0 -1 0 37776 0 1 0 590 18 0 0 25 0 8 0 162328032 881729536 37521 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3021/statm: 215266 37521 1972 14 0 201471 0
[pid=3021/tid=3022] ppid=3007 vsize=861064 CPUtime=0.76
/proc/3021/task/3022/stat : 3022 (java) R 3007 3007 2004 0 -1 64 21954 0 0 0 67 9 0 0 20 0 8 0 162328035 881729536 37521 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4153827393 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3021/tid=3023] ppid=3007 vsize=861064 CPUtime=0
/proc/3021/task/3023/stat : 3023 (java) S 3007 3007 2004 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 162328036 881729536 37521 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3021/tid=3024] ppid=3007 vsize=861064 CPUtime=0
/proc/3021/task/3024/stat : 3024 (java) S 3007 3007 2004 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 162328036 881729536 37521 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3021/tid=3025] ppid=3007 vsize=861064 CPUtime=0
/proc/3021/task/3025/stat : 3025 (java) S 3007 3007 2004 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 162328040 881729536 37521 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3021/tid=3026] ppid=3007 vsize=861064 CPUtime=0.21
/proc/3021/task/3026/stat : 3026 (java) S 3007 3007 2004 0 -1 64 934 0 0 0 20 1 0 0 15 0 8 0 162328040 881729536 37521 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3021/tid=3027] ppid=3007 vsize=861064 CPUtime=0
/proc/3021/task/3027/stat : 3027 (java) S 3007 3007 2004 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 162328040 881729536 37521 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3021/tid=3028] ppid=3007 vsize=861064 CPUtime=0
/proc/3021/task/3028/stat : 3028 (java) S 3007 3007 2004 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162328040 881729536 37521 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 908636

[startup+12.6793 s]
/proc/loadavg: 2.16 2.40 2.23 3/96 3028
/proc/meminfo: memFree=1264216/2055920 swapFree=4192812/4192956
[pid=3007] ppid=3005 vsize=47572 CPUtime=0.01
/proc/3007/stat : 3007 (galac.sh) S 3005 3007 2004 0 -1 4194304 760 1704 0 0 0 0 0 1 25 0 1 0 162328028 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3007/statm: 11893 363 245 79 0 218 0
[pid=3021] ppid=3007 vsize=861064 CPUtime=12.51
/proc/3021/stat : 3021 (java) R 3007 3007 2004 0 -1 0 53935 0 1 0 1225 26 0 0 25 0 8 0 162328032 881729536 53673 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073999619 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3021/statm: 215266 53673 1993 14 0 201471 0
[pid=3021/tid=3022] ppid=3007 vsize=861064 CPUtime=1.48
/proc/3021/task/3022/stat : 3022 (java) S 3007 3007 2004 0 -1 64 38030 0 0 0 132 16 0 0 16 0 8 0 162328035 881729536 53673 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3021/tid=3023] ppid=3007 vsize=861064 CPUtime=0
/proc/3021/task/3023/stat : 3023 (java) S 3007 3007 2004 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 162328036 881729536 53673 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3021/tid=3024] ppid=3007 vsize=861064 CPUtime=0
/proc/3021/task/3024/stat : 3024 (java) S 3007 3007 2004 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 162328036 881729536 53673 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3021/tid=3025] ppid=3007 vsize=861064 CPUtime=0
/proc/3021/task/3025/stat : 3025 (java) S 3007 3007 2004 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 162328040 881729536 53673 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3021/tid=3026] ppid=3007 vsize=861064 CPUtime=0.27
/proc/3021/task/3026/stat : 3026 (java) S 3007 3007 2004 0 -1 64 969 0 0 0 26 1 0 0 15 0 8 0 162328040 881729536 53673 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3021/tid=3027] ppid=3007 vsize=861064 CPUtime=0
/proc/3021/task/3027/stat : 3027 (java) S 3007 3007 2004 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 162328040 881729536 53673 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3021/tid=3028] ppid=3007 vsize=861064 CPUtime=0
/proc/3021/task/3028/stat : 3028 (java) S 3007 3007 2004 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162328040 881729536 53673 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 908636

[startup+25.5576 s]
/proc/loadavg: 2.12 2.38 2.22 3/96 3028
/proc/meminfo: memFree=1257816/2055920 swapFree=4192812/4192956
[pid=3007] ppid=3005 vsize=47572 CPUtime=0.01
/proc/3007/stat : 3007 (galac.sh) S 3005 3007 2004 0 -1 4194304 760 1704 0 0 0 0 0 1 25 0 1 0 162328028 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3007/statm: 11893 363 245 79 0 218 0
[pid=3021] ppid=3007 vsize=861064 CPUtime=25.27
/proc/3021/stat : 3021 (java) R 3007 3007 2004 0 -1 0 53956 0 1 0 2497 30 0 0 25 0 8 0 162328032 881729536 53673 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073656712 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3021/statm: 215266 53673 1993 14 0 201471 0
[pid=3021/tid=3022] ppid=3007 vsize=861064 CPUtime=1.5
/proc/3021/task/3022/stat : 3022 (java) S 3007 3007 2004 0 -1 64 38030 0 0 0 134 16 0 0 16 0 8 0 162328035 881729536 53673 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3021/tid=3023] ppid=3007 vsize=861064 CPUtime=0
/proc/3021/task/3023/stat : 3023 (java) S 3007 3007 2004 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 162328036 881729536 53673 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3021/tid=3024] ppid=3007 vsize=861064 CPUtime=0
/proc/3021/task/3024/stat : 3024 (java) S 3007 3007 2004 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 162328036 881729536 53673 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3021/tid=3025] ppid=3007 vsize=861064 CPUtime=0
/proc/3021/task/3025/stat : 3025 (java) S 3007 3007 2004 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 162328040 881729536 53673 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3021/tid=3026] ppid=3007 vsize=861064 CPUtime=0.27
/proc/3021/task/3026/stat : 3026 (java) S 3007 3007 2004 0 -1 64 969 0 0 0 26 1 0 0 15 0 8 0 162328040 881729536 53673 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3021/tid=3027] ppid=3007 vsize=861064 CPUtime=0
/proc/3021/task/3027/stat : 3027 (java) S 3007 3007 2004 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 162328040 881729536 53673 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3021/tid=3028] ppid=3007 vsize=861064 CPUtime=0
/proc/3021/task/3028/stat : 3028 (java) S 3007 3007 2004 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162328040 881729536 53673 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 908636

[startup+51.1873 s]
/proc/loadavg: 2.08 2.35 2.22 3/89 3029
/proc/meminfo: memFree=1400976/2055920 swapFree=4192812/4192956
[pid=3007] ppid=3005 vsize=47572 CPUtime=40.43
/proc/3007/stat : 3007 (galac.sh) S 3005 3007 2004 0 -1 4194304 798 55694 0 1 0 0 4003 40 17 0 1 0 162328028 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3007/statm: 11893 363 245 79 0 218 0
[pid=3029] ppid=3007 vsize=58556 CPUtime=10.2
/proc/3029/stat : 3029 (minisat) R 3007 3007 2004 0 -1 4194304 13908 0 0 0 1014 6 0 0 25 0 1 0 162332116 59961344 13890 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529361 0 0 4096 3 0 0 0 17 1 0 0
/proc/3029/statm: 14639 13890 54 142 0 14495 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 106128

[startup+102.431 s]
/proc/loadavg: 2.03 2.30 2.20 3/90 3030
/proc/meminfo: memFree=1396616/2055920 swapFree=4192812/4192956
[pid=3007] ppid=3005 vsize=47572 CPUtime=40.43
/proc/3007/stat : 3007 (galac.sh) S 3005 3007 2004 0 -1 4194304 798 55694 0 1 0 0 4003 40 17 0 1 0 162328028 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3007/statm: 11893 363 245 79 0 218 0
[pid=3029] ppid=3007 vsize=63328 CPUtime=60.97
/proc/3029/stat : 3029 (minisat) R 3007 3007 2004 0 -1 4194304 15064 0 0 0 6089 8 0 0 25 0 1 0 162332116 64847872 15046 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/3029/statm: 15832 15046 54 142 0 15688 0
Current children cumulated CPU time (s) 101.4
Current children cumulated vsize (KiB) 110900

[startup+162.506 s]
/proc/loadavg: 2.01 2.24 2.19 3/90 3030
/proc/meminfo: memFree=1389768/2055920 swapFree=4192812/4192956
[pid=3007] ppid=3005 vsize=47572 CPUtime=40.43
/proc/3007/stat : 3007 (galac.sh) S 3005 3007 2004 0 -1 4194304 798 55694 0 1 0 0 4003 40 17 0 1 0 162328028 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3007/statm: 11893 363 245 79 0 218 0
[pid=3029] ppid=3007 vsize=70196 CPUtime=120.51
/proc/3029/stat : 3029 (minisat) R 3007 3007 2004 0 -1 4194304 16759 0 0 0 12041 10 0 0 25 0 1 0 162332116 71880704 16741 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/3029/statm: 17549 16741 54 142 0 17405 0
Current children cumulated CPU time (s) 160.94
Current children cumulated vsize (KiB) 117768


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

/proc/loadavg: 3.21 2.80 2.40 4/95 32533
/proc/meminfo: memFree=1262976/2055920 swapFree=4192812/4192956
[pid=3007] ppid=3005 vsize=47572 CPUtime=40.43
/proc/3007/stat : 3007 (galac.sh) S 3005 3007 2004 0 -1 4194304 798 55694 0 1 0 0 4003 40 17 0 1 0 162328028 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3007/statm: 11893 363 245 79 0 218 0
[pid=3029] ppid=3007 vsize=150796 CPUtime=1069.01
/proc/3029/stat : 3029 (minisat) R 3007 3007 2004 0 -1 4194304 36864 0 0 0 106842 59 0 0 25 0 1 0 162332116 154415104 36846 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/3029/statm: 37699 36846 54 142 0 37555 0
Current children cumulated CPU time (s) 1109.44
Current children cumulated vsize (KiB) 198368

[startup+1183.67 s]
/proc/loadavg: 3.05 2.84 2.43 3/88 5397
/proc/meminfo: memFree=1251888/2055920 swapFree=4192812/4192956
[pid=3007] ppid=3005 vsize=47572 CPUtime=40.43
/proc/3007/stat : 3007 (galac.sh) S 3005 3007 2004 0 -1 4194304 798 55694 0 1 0 0 4003 40 17 0 1 0 162328028 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3007/statm: 11893 363 245 79 0 218 0
[pid=3029] ppid=3007 vsize=158980 CPUtime=1127.41
/proc/3029/stat : 3029 (minisat) R 3007 3007 2004 0 -1 4194304 38912 0 0 0 112677 64 0 0 25 0 1 0 162332116 162795520 38894 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/3029/statm: 39745 38894 54 142 0 39601 0
Current children cumulated CPU time (s) 1167.84
Current children cumulated vsize (KiB) 206552

[startup+1243.72 s]
/proc/loadavg: 2.42 2.69 2.41 3/88 5397
/proc/meminfo: memFree=1245200/2055920 swapFree=4192812/4192956
[pid=3007] ppid=3005 vsize=47572 CPUtime=40.43
/proc/3007/stat : 3007 (galac.sh) S 3005 3007 2004 0 -1 4194304 798 55694 0 1 0 0 4003 40 17 0 1 0 162328028 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3007/statm: 11893 363 245 79 0 218 0
[pid=3029] ppid=3007 vsize=165856 CPUtime=1187.17
/proc/3029/stat : 3029 (minisat) R 3007 3007 2004 0 -1 4194304 40632 0 0 0 118651 66 0 0 25 0 1 0 162332116 169836544 40614 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529274 0 0 4096 3 0 0 0 17 0 0 0
/proc/3029/statm: 41464 40614 54 142 0 41320 0
Current children cumulated CPU time (s) 1227.6
Current children cumulated vsize (KiB) 213428

[startup+1303.77 s]
/proc/loadavg: 2.20 2.58 2.38 3/88 5397
/proc/meminfo: memFree=1239568/2055920 swapFree=4192812/4192956
[pid=3007] ppid=3005 vsize=47572 CPUtime=40.43
/proc/3007/stat : 3007 (galac.sh) S 3005 3007 2004 0 -1 4194304 798 55694 0 1 0 0 4003 40 17 0 1 0 162328028 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3007/statm: 11893 363 245 79 0 218 0
[pid=3029] ppid=3007 vsize=171312 CPUtime=1246.96
/proc/3029/stat : 3029 (minisat) R 3007 3007 2004 0 -1 4194304 42027 0 0 0 124628 68 0 0 25 0 1 0 162332116 175423488 42009 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/3029/statm: 42828 42009 54 142 0 42684 0
Current children cumulated CPU time (s) 1287.39
Current children cumulated vsize (KiB) 218884

[startup+1363.82 s]
/proc/loadavg: 2.07 2.46 2.35 3/88 5397
/proc/meminfo: memFree=1235664/2055920 swapFree=4192812/4192956
[pid=3007] ppid=3005 vsize=47572 CPUtime=40.43
/proc/3007/stat : 3007 (galac.sh) S 3005 3007 2004 0 -1 4194304 798 55694 0 1 0 0 4003 40 17 0 1 0 162328028 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3007/statm: 11893 363 245 79 0 218 0
[pid=3029] ppid=3007 vsize=175156 CPUtime=1306.74
/proc/3029/stat : 3029 (minisat) R 3007 3007 2004 0 -1 4194304 42985 0 0 0 130605 69 0 0 25 0 1 0 162332116 179359744 42967 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/3029/statm: 43789 42967 54 142 0 43645 0
Current children cumulated CPU time (s) 1347.17
Current children cumulated vsize (KiB) 222728

[startup+1423.88 s]
/proc/loadavg: 2.02 2.38 2.33 3/88 5397
/proc/meminfo: memFree=1231184/2055920 swapFree=4192812/4192956
[pid=3007] ppid=3005 vsize=47572 CPUtime=40.43
/proc/3007/stat : 3007 (galac.sh) S 3005 3007 2004 0 -1 4194304 798 55694 0 1 0 0 4003 40 17 0 1 0 162328028 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3007/statm: 11893 363 245 79 0 218 0
[pid=3029] ppid=3007 vsize=179396 CPUtime=1366.5
/proc/3029/stat : 3029 (minisat) R 3007 3007 2004 0 -1 4194304 44073 0 0 0 136580 70 0 0 25 0 1 0 162332116 183701504 44055 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/3029/statm: 44849 44055 54 142 0 44705 0
Current children cumulated CPU time (s) 1406.93
Current children cumulated vsize (KiB) 226968

[startup+1483.93 s]
/proc/loadavg: 2.01 2.31 2.31 3/89 5398
/proc/meminfo: memFree=1227784/2055920 swapFree=4192812/4192956
[pid=3007] ppid=3005 vsize=47572 CPUtime=40.43
/proc/3007/stat : 3007 (galac.sh) S 3005 3007 2004 0 -1 4194304 798 55694 0 1 0 0 4003 40 17 0 1 0 162328028 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3007/statm: 11893 363 245 79 0 218 0
[pid=3029] ppid=3007 vsize=182876 CPUtime=1426.29
/proc/3029/stat : 3029 (minisat) R 3007 3007 2004 0 -1 4194304 44917 0 0 0 142558 71 0 0 25 0 1 0 162332116 187265024 44899 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/3029/statm: 45719 44899 54 142 0 45575 0
Current children cumulated CPU time (s) 1466.72
Current children cumulated vsize (KiB) 230448

[startup+1543.98 s]
/proc/loadavg: 2.00 2.25 2.28 3/89 5398
/proc/meminfo: memFree=1223824/2055920 swapFree=4192812/4192956
[pid=3007] ppid=3005 vsize=47572 CPUtime=40.43
/proc/3007/stat : 3007 (galac.sh) S 3005 3007 2004 0 -1 4194304 798 55694 0 1 0 0 4003 40 17 0 1 0 162328028 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3007/statm: 11893 363 245 79 0 218 0
[pid=3029] ppid=3007 vsize=186664 CPUtime=1486.07
/proc/3029/stat : 3029 (minisat) R 3007 3007 2004 0 -1 4194304 45886 0 0 0 148535 72 0 0 25 0 1 0 162332116 191143936 45868 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/3029/statm: 46666 45868 54 142 0 46522 0
Current children cumulated CPU time (s) 1526.5
Current children cumulated vsize (KiB) 234236

[startup+1604.04 s]
/proc/loadavg: 2.05 2.21 2.27 3/89 5398
/proc/meminfo: memFree=1221456/2055920 swapFree=4192812/4192956
[pid=3007] ppid=3005 vsize=47572 CPUtime=40.43
/proc/3007/stat : 3007 (galac.sh) S 3005 3007 2004 0 -1 4194304 798 55694 0 1 0 0 4003 40 17 0 1 0 162328028 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3007/statm: 11893 363 245 79 0 218 0
[pid=3029] ppid=3007 vsize=188928 CPUtime=1545.83
/proc/3029/stat : 3029 (minisat) R 3007 3007 2004 0 -1 4194304 46461 0 0 0 154510 73 0 0 25 0 1 0 162332116 193462272 46443 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/3029/statm: 47232 46443 54 142 0 47088 0
Current children cumulated CPU time (s) 1586.26
Current children cumulated vsize (KiB) 236500

[startup+1664.09 s]
/proc/loadavg: 2.16 2.21 2.26 3/89 5398
/proc/meminfo: memFree=1219280/2055920 swapFree=4192812/4192956
[pid=3007] ppid=3005 vsize=47572 CPUtime=40.43
/proc/3007/stat : 3007 (galac.sh) S 3005 3007 2004 0 -1 4194304 798 55694 0 1 0 0 4003 40 17 0 1 0 162328028 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3007/statm: 11893 363 245 79 0 218 0
[pid=3029] ppid=3007 vsize=191464 CPUtime=1605.62
/proc/3029/stat : 3029 (minisat) R 3007 3007 2004 0 -1 4194304 46993 0 0 0 160488 74 0 0 25 0 1 0 162332116 196059136 46975 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/3029/statm: 47866 46975 54 142 0 47722 0
Current children cumulated CPU time (s) 1646.05
Current children cumulated vsize (KiB) 239036

[startup+1724.15 s]
/proc/loadavg: 2.06 2.17 2.24 3/89 5398
/proc/meminfo: memFree=1217232/2055920 swapFree=4192812/4192956
[pid=3007] ppid=3005 vsize=47572 CPUtime=40.43
/proc/3007/stat : 3007 (galac.sh) S 3005 3007 2004 0 -1 4194304 798 55694 0 1 0 0 4003 40 17 0 1 0 162328028 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3007/statm: 11893 363 245 79 0 218 0
[pid=3029] ppid=3007 vsize=193468 CPUtime=1665.4
/proc/3029/stat : 3029 (minisat) R 3007 3007 2004 0 -1 4194304 47484 0 0 0 166466 74 0 0 25 0 1 0 162332116 198111232 47466 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/3029/statm: 48367 47466 54 142 0 48223 0
Current children cumulated CPU time (s) 1705.83
Current children cumulated vsize (KiB) 241040

[startup+1784.2 s]
/proc/loadavg: 2.02 2.13 2.23 3/89 5398
/proc/meminfo: memFree=1215184/2055920 swapFree=4192812/4192956
[pid=3007] ppid=3005 vsize=47572 CPUtime=40.43
/proc/3007/stat : 3007 (galac.sh) S 3005 3007 2004 0 -1 4194304 798 55694 0 1 0 0 4003 40 17 0 1 0 162328028 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3007/statm: 11893 363 245 79 0 218 0
[pid=3029] ppid=3007 vsize=195596 CPUtime=1725.16
/proc/3029/stat : 3029 (minisat) R 3007 3007 2004 0 -1 4194304 48003 0 0 0 172441 75 0 0 25 0 1 0 162332116 200290304 47985 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/3029/statm: 48899 47985 54 142 0 48755 0
Current children cumulated CPU time (s) 1765.59
Current children cumulated vsize (KiB) 243168



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1818.79 s]
/proc/loadavg: 2.06 2.13 2.22 3/89 5398
/proc/meminfo: memFree=1213648/2055920 swapFree=4192812/4192956
[pid=3007] ppid=3005 vsize=47572 CPUtime=40.43
/proc/3007/stat : 3007 (galac.sh) S 3005 3007 2004 0 -1 4194304 798 55694 0 1 0 0 4003 40 17 0 1 0 162328028 48713728 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3007/statm: 11893 363 245 79 0 218 0
[pid=3029] ppid=3007 vsize=196928 CPUtime=1759.61
/proc/3029/stat : 3029 (minisat) R 3007 3007 2004 0 -1 4194304 48355 0 0 0 175886 75 0 0 25 0 1 0 162332116 201654272 48337 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529624 0 0 4096 3 0 0 0 17 0 0 0
/proc/3029/statm: 49232 48337 54 142 0 49088 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 244500

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 3007 and gives childrusage.ru_utime.tv_sec=40 childrusage.ru_utime.tv_usec=43912 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=415936
CPU time returned by wait4() is 40.4598
while last known CPU time is 1800.04

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

Real time (s): 1818.81
CPU time (s): 1800.04
CPU user time (s): 1798.89
CPU system time (s): 1.15
CPU usage (%): 98.9682
Max. virtual memory (cumulated for all children) (KiB): 908636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 40.0439
system time used= 0.415936
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56492
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= 2215
involuntary context switches= 2964

runsolver used 1.93471 s user time and 5.60915 s system time

The end

Launcher Data (download as text)

Begin job on node17 on Sun Jan  7 03:08:52 UTC 2007


IDJOB= 199989
IDBENCH= 3670
FILE ID= node17/199989-1168139332

PBS_JOBID= 3477816

Free space on /tmp= 66316 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  bb36e8c2b01c64bab8e460244650b681

RANDOM SEED= 342073262

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1473784 kB
Buffers:         52948 kB
Cached:         149556 kB
SwapCached:          0 kB
Active:         388848 kB
Inactive:       117176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1473784 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5668 kB
Writeback:           0 kB
Mapped:         323712 kB
Slab:            60140 kB
Committed_AS:  4498556 kB
PageTables:       2932 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= 66300 MiB



End job on node17 on Sun Jan  7 03:39:11 UTC 2007