Trace number 196251

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.03 1812.34

General information on the benchmark

Namerandom/rand-3-24-24/
rand-3-24-24-76-632-49_ext.xml
MD5SUM43e8b6b7752c6463cc93f8445e2021d3
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 benchmark407.519
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables24
Number of constraints73
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension73
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 ---
2.98	c start processing
2.98	c start relation processing
9.46	c start cnf exporting
39.36	c parsing time : 2.812
39.36	c preprocessing time : 39.195
39.36	
39.36	c Nary constraints - conflicts : 0 supports : 73
39.36	c Binary constraints - conflicts : 0 supports :0
39.36	c max arity constraint : 3
39.36	c Max Tuples generated 0
39.36	c relations : 73
39.36	c relations BDD: 73
39.36	c vars : 283311 - clauses :  895843
39.36	
39.45	 
39.45	c --- Minisat Stats ---
39.45	 

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node12/watcher-196251-1168120973 -o ROOT/results/node12/solver-196251-1168120973 -C 1800 -M 900 /tmp/evaluation/196251-1168120973/galac.sh /tmp/evaluation/196251-1168120973/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.95 1.99 2.05 5/87 3218
/proc/meminfo: memFree=1400128/2055920 swapFree=4160348/4192956
[pid=3217] ppid=3215 vsize=8560 CPUtime=0
/proc/3217/stat : 3217 (galac.sh) R 3215 3217 2581 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 160492323 8765440 253 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 252429715343 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3217/statm: 2140 253 197 79 0 133 0

[startup+0.106113 s]
/proc/loadavg: 1.95 1.99 2.05 5/87 3218
/proc/meminfo: memFree=1400128/2055920 swapFree=4160348/4192956
[pid=3217] ppid=3215 vsize=47552 CPUtime=0.01
/proc/3217/stat : 3217 (galac.sh) S 3215 3217 2581 0 -1 4194304 760 1704 0 0 0 0 0 1 24 0 1 0 160492323 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3217/statm: 11888 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+0.51419 s]
/proc/loadavg: 1.95 1.99 2.05 5/87 3218
/proc/meminfo: memFree=1400128/2055920 swapFree=4160348/4192956
[pid=3217] ppid=3215 vsize=47552 CPUtime=0.01
/proc/3217/stat : 3217 (galac.sh) S 3215 3217 2581 0 -1 4194304 760 1704 0 0 0 0 0 1 24 0 1 0 160492323 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3217/statm: 11888 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+1.33534 s]
/proc/loadavg: 1.95 1.99 2.05 3/95 3238
/proc/meminfo: memFree=1321536/2055920 swapFree=4160348/4192956
[pid=3217] ppid=3215 vsize=47552 CPUtime=0.01
/proc/3217/stat : 3217 (galac.sh) S 3215 3217 2581 0 -1 4194304 760 1704 0 0 0 0 0 1 24 0 1 0 160492323 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3217/statm: 11888 363 245 79 0 218 0
[pid=3231] ppid=3217 vsize=860852 CPUtime=1.26
/proc/3231/stat : 3231 (java) R 3217 3217 2581 0 -1 0 21638 0 1 0 115 11 0 0 22 0 8 0 160492327 881512448 21390 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3231/statm: 215213 21390 1964 14 0 201471 0
[pid=3231/tid=3232] ppid=3217 vsize=860852 CPUtime=0.05
/proc/3231/task/3232/stat : 3232 (java) R 3217 3217 2581 0 -1 64 5885 0 0 0 3 2 0 0 16 0 8 0 160492331 881512448 21390 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4153822964 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3231/tid=3233] ppid=3217 vsize=860852 CPUtime=0
/proc/3231/task/3233/stat : 3233 (java) S 3217 3217 2581 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 160492331 881512448 21390 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3231/tid=3234] ppid=3217 vsize=860852 CPUtime=0
/proc/3231/task/3234/stat : 3234 (java) S 3217 3217 2581 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 160492331 881512448 21390 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3231/tid=3235] ppid=3217 vsize=860852 CPUtime=0
/proc/3231/task/3235/stat : 3235 (java) S 3217 3217 2581 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 160492335 881512448 21390 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3231/tid=3236] ppid=3217 vsize=860852 CPUtime=0.12
/proc/3231/task/3236/stat : 3236 (java) S 3217 3217 2581 0 -1 64 892 0 0 0 12 0 0 0 16 0 8 0 160492335 881512448 21390 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3231/tid=3237] ppid=3217 vsize=860852 CPUtime=0
/proc/3231/task/3237/stat : 3237 (java) S 3217 3217 2581 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 160492335 881512448 21390 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3231/tid=3238] ppid=3217 vsize=860852 CPUtime=0
/proc/3231/task/3238/stat : 3238 (java) S 3217 3217 2581 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 160492335 881512448 21390 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) 908404

[startup+2.98863 s]
/proc/loadavg: 1.95 1.99 2.05 3/95 3238
/proc/meminfo: memFree=1311872/2055920 swapFree=4160348/4192956
[pid=3217] ppid=3215 vsize=47552 CPUtime=0.01
/proc/3217/stat : 3217 (galac.sh) S 3215 3217 2581 0 -1 4194304 760 1704 0 0 0 0 0 1 24 0 1 0 160492323 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3217/statm: 11888 363 245 79 0 218 0
[pid=3231] ppid=3217 vsize=860852 CPUtime=2.9
/proc/3231/stat : 3231 (java) R 3217 3217 2581 0 -1 0 25883 0 1 0 276 14 0 0 25 0 8 0 160492327 881512448 25630 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073870246 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3231/statm: 215213 25630 1967 14 0 201471 0
[pid=3231/tid=3232] ppid=3217 vsize=860852 CPUtime=0.19
/proc/3231/task/3232/stat : 3232 (java) S 3217 3217 2581 0 -1 64 10093 0 0 0 15 4 0 0 16 0 8 0 160492331 881512448 25630 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3231/tid=3233] ppid=3217 vsize=860852 CPUtime=0
/proc/3231/task/3233/stat : 3233 (java) S 3217 3217 2581 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 160492331 881512448 25630 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3231/tid=3234] ppid=3217 vsize=860852 CPUtime=0
/proc/3231/task/3234/stat : 3234 (java) S 3217 3217 2581 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 160492331 881512448 25630 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3231/tid=3235] ppid=3217 vsize=860852 CPUtime=0
/proc/3231/task/3235/stat : 3235 (java) S 3217 3217 2581 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 160492335 881512448 25630 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3231/tid=3236] ppid=3217 vsize=860852 CPUtime=0.17
/proc/3231/task/3236/stat : 3236 (java) S 3217 3217 2581 0 -1 64 914 0 0 0 16 1 0 0 16 0 8 0 160492335 881512448 25630 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3231/tid=3237] ppid=3217 vsize=860852 CPUtime=0
/proc/3231/task/3237/stat : 3237 (java) S 3217 3217 2581 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 160492335 881512448 25630 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3231/tid=3238] ppid=3217 vsize=860852 CPUtime=0
/proc/3231/task/3238/stat : 3238 (java) S 3217 3217 2581 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 160492335 881512448 25630 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) 908404

[startup+6.28123 s]
/proc/loadavg: 1.95 1.99 2.05 3/95 3238
/proc/meminfo: memFree=1288904/2055920 swapFree=4160348/4192956
[pid=3217] ppid=3215 vsize=47552 CPUtime=0.01
/proc/3217/stat : 3217 (galac.sh) S 3215 3217 2581 0 -1 4194304 760 1704 0 0 0 0 0 1 24 0 1 0 160492323 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3217/statm: 11888 363 245 79 0 218 0
[pid=3231] ppid=3217 vsize=860852 CPUtime=6.17
/proc/3231/stat : 3231 (java) R 3217 3217 2581 0 -1 0 30476 0 1 0 600 17 0 0 25 0 8 0 160492327 881512448 30220 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3231/statm: 215213 30220 1972 14 0 201471 0
[pid=3231/tid=3232] ppid=3217 vsize=860852 CPUtime=0.48
/proc/3231/task/3232/stat : 3232 (java) R 3217 3217 2581 0 -1 64 14653 0 0 0 42 6 0 0 16 0 8 0 160492331 881512448 30220 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4155216457 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3231/tid=3233] ppid=3217 vsize=860852 CPUtime=0
/proc/3231/task/3233/stat : 3233 (java) S 3217 3217 2581 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 160492331 881512448 30220 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3231/tid=3234] ppid=3217 vsize=860852 CPUtime=0
/proc/3231/task/3234/stat : 3234 (java) S 3217 3217 2581 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 160492331 881512448 30220 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3231/tid=3235] ppid=3217 vsize=860852 CPUtime=0
/proc/3231/task/3235/stat : 3235 (java) S 3217 3217 2581 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 160492335 881512448 30220 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3231/tid=3236] ppid=3217 vsize=860852 CPUtime=0.21
/proc/3231/task/3236/stat : 3236 (java) S 3217 3217 2581 0 -1 64 933 0 0 0 20 1 0 0 15 0 8 0 160492335 881512448 30220 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3231/tid=3237] ppid=3217 vsize=860852 CPUtime=0
/proc/3231/task/3237/stat : 3237 (java) S 3217 3217 2581 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 160492335 881512448 30220 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3231/tid=3238] ppid=3217 vsize=860852 CPUtime=0
/proc/3231/task/3238/stat : 3238 (java) S 3217 3217 2581 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 160492335 881512448 30220 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 908404

[startup+12.7642 s]
/proc/loadavg: 1.96 1.99 2.05 3/95 3238
/proc/meminfo: memFree=1193736/2055920 swapFree=4160348/4192956
[pid=3217] ppid=3215 vsize=47552 CPUtime=0.01
/proc/3217/stat : 3217 (galac.sh) S 3215 3217 2581 0 -1 4194304 760 1704 0 0 0 0 0 1 24 0 1 0 160492323 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3217/statm: 11888 363 245 79 0 218 0
[pid=3231] ppid=3217 vsize=860852 CPUtime=12.61
/proc/3231/stat : 3231 (java) R 3217 3217 2581 0 -1 0 53209 0 1 0 1233 28 0 0 25 0 8 0 160492327 881512448 52946 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073973652 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3231/statm: 215213 52946 1993 14 0 201471 0
[pid=3231/tid=3232] ppid=3217 vsize=860852 CPUtime=1.45
/proc/3231/task/3232/stat : 3232 (java) S 3217 3217 2581 0 -1 64 37303 0 0 0 129 16 0 0 16 0 8 0 160492331 881512448 52946 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3231/tid=3233] ppid=3217 vsize=860852 CPUtime=0
/proc/3231/task/3233/stat : 3233 (java) S 3217 3217 2581 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 160492331 881512448 52946 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3231/tid=3234] ppid=3217 vsize=860852 CPUtime=0
/proc/3231/task/3234/stat : 3234 (java) S 3217 3217 2581 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 160492331 881512448 52946 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3231/tid=3235] ppid=3217 vsize=860852 CPUtime=0
/proc/3231/task/3235/stat : 3235 (java) S 3217 3217 2581 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 160492335 881512448 52946 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3231/tid=3236] ppid=3217 vsize=860852 CPUtime=0.27
/proc/3231/task/3236/stat : 3236 (java) S 3217 3217 2581 0 -1 64 968 0 0 0 26 1 0 0 15 0 8 0 160492335 881512448 52946 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3231/tid=3237] ppid=3217 vsize=860852 CPUtime=0
/proc/3231/task/3237/stat : 3237 (java) S 3217 3217 2581 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 160492335 881512448 52946 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3231/tid=3238] ppid=3217 vsize=860852 CPUtime=0
/proc/3231/task/3238/stat : 3238 (java) S 3217 3217 2581 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 160492335 881512448 52946 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 908404

[startup+25.6445 s]
/proc/loadavg: 1.97 1.99 2.05 3/95 3238
/proc/meminfo: memFree=1187272/2055920 swapFree=4160348/4192956
[pid=3217] ppid=3215 vsize=47552 CPUtime=0.01
/proc/3217/stat : 3217 (galac.sh) S 3215 3217 2581 0 -1 4194304 760 1704 0 0 0 0 0 1 24 0 1 0 160492323 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3217/statm: 11888 363 245 79 0 218 0
[pid=3231] ppid=3217 vsize=860852 CPUtime=25.43
/proc/3231/stat : 3231 (java) R 3217 3217 2581 0 -1 0 53230 0 1 0 2511 32 0 0 25 0 8 0 160492327 881512448 52946 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4074045006 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3231/statm: 215213 52946 1993 14 0 201471 0
[pid=3231/tid=3232] ppid=3217 vsize=860852 CPUtime=1.48
/proc/3231/task/3232/stat : 3232 (java) S 3217 3217 2581 0 -1 64 37303 0 0 0 132 16 0 0 16 0 8 0 160492331 881512448 52946 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3231/tid=3233] ppid=3217 vsize=860852 CPUtime=0
/proc/3231/task/3233/stat : 3233 (java) S 3217 3217 2581 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 160492331 881512448 52946 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3231/tid=3234] ppid=3217 vsize=860852 CPUtime=0
/proc/3231/task/3234/stat : 3234 (java) S 3217 3217 2581 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 160492331 881512448 52946 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3231/tid=3235] ppid=3217 vsize=860852 CPUtime=0
/proc/3231/task/3235/stat : 3235 (java) S 3217 3217 2581 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 160492335 881512448 52946 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3231/tid=3236] ppid=3217 vsize=860852 CPUtime=0.27
/proc/3231/task/3236/stat : 3236 (java) S 3217 3217 2581 0 -1 64 968 0 0 0 26 1 0 0 15 0 8 0 160492335 881512448 52946 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3231/tid=3237] ppid=3217 vsize=860852 CPUtime=0
/proc/3231/task/3237/stat : 3237 (java) S 3217 3217 2581 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 160492335 881512448 52946 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3231/tid=3238] ppid=3217 vsize=860852 CPUtime=0
/proc/3231/task/3238/stat : 3238 (java) S 3217 3217 2581 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 160492335 881512448 52946 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 908404

[startup+51.2521 s]
/proc/loadavg: 1.98 1.99 2.05 3/88 3239
/proc/meminfo: memFree=1328448/2055920 swapFree=4160348/4192956
[pid=3217] ppid=3215 vsize=47552 CPUtime=39.14
/proc/3217/stat : 3217 (galac.sh) S 3215 3217 2581 0 -1 4194304 798 54968 0 1 0 0 3872 42 17 0 1 0 160492323 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3217/statm: 11888 363 245 79 0 218 0
[pid=3239] ppid=3217 vsize=58964 CPUtime=11.73
/proc/3239/stat : 3239 (minisat) R 3217 3217 2581 0 -1 4194304 13844 0 0 0 1165 8 0 0 25 0 1 0 160496269 60379136 13826 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134520074 0 0 4096 3 0 0 0 17 1 0 0
/proc/3239/statm: 14741 13826 54 142 0 14597 0
Current children cumulated CPU time (s) 50.87
Current children cumulated vsize (KiB) 106516

[startup+102.477 s]
/proc/loadavg: 1.99 1.99 2.04 3/88 3239
/proc/meminfo: memFree=1322944/2055920 swapFree=4160348/4192956
[pid=3217] ppid=3215 vsize=47552 CPUtime=39.14
/proc/3217/stat : 3217 (galac.sh) S 3215 3217 2581 0 -1 4194304 798 54968 0 1 0 0 3872 42 17 0 1 0 160492323 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3217/statm: 11888 363 245 79 0 218 0
[pid=3239] ppid=3217 vsize=64640 CPUtime=62.7
/proc/3239/stat : 3239 (minisat) R 3217 3217 2581 0 -1 4194304 15268 0 0 0 6260 10 0 0 25 0 1 0 160496269 66191360 15250 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/3239/statm: 16160 15250 54 142 0 16016 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 112192

[startup+162.533 s]
/proc/loadavg: 2.03 2.01 2.04 3/89 3240
/proc/meminfo: memFree=1315640/2055920 swapFree=4160348/4192956
[pid=3217] ppid=3215 vsize=47552 CPUtime=39.14
/proc/3217/stat : 3217 (galac.sh) S 3215 3217 2581 0 -1 4194304 798 54968 0 1 0 0 3872 42 17 0 1 0 160492323 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3217/statm: 11888 363 245 79 0 218 0
[pid=3239] ppid=3217 vsize=72068 CPUtime=122.48
/proc/3239/stat : 3239 (minisat) R 3217 3217 2581 0 -1 4194304 17113 0 0 0 12236 12 0 0 25 0 1 0 160496269 73797632 17095 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529444 0 0 4096 3 0 0 0 17 1 0 0
/proc/3239/statm: 18017 17095 54 142 0 17873 0
Current children cumulated CPU time (s) 161.62
Current children cumulated vsize (KiB) 119620


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

/proc/loadavg: 2.65 2.22 2.07 4/95 3309
/proc/meminfo: memFree=837640/2055920 swapFree=4160348/4192956
[pid=3217] ppid=3215 vsize=47552 CPUtime=39.14
/proc/3217/stat : 3217 (galac.sh) S 3215 3217 2581 0 -1 4194304 798 54968 0 1 0 0 3872 42 17 0 1 0 160492323 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3217/statm: 11888 363 245 79 0 218 0
[pid=3239] ppid=3217 vsize=182548 CPUtime=1078.79
/proc/3239/stat : 3239 (minisat) R 3217 3217 2581 0 -1 4194304 44687 0 0 0 107826 53 0 0 25 0 1 0 160496269 186929152 44669 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529361 0 0 4096 3 0 0 0 17 0 0 0
/proc/3239/statm: 45637 44669 54 142 0 45493 0
Current children cumulated CPU time (s) 1117.93
Current children cumulated vsize (KiB) 230100

[startup+1183.61 s]
/proc/loadavg: 2.80 2.35 2.12 4/95 3309
/proc/meminfo: memFree=829448/2055920 swapFree=4160348/4192956
[pid=3217] ppid=3215 vsize=47552 CPUtime=39.14
/proc/3217/stat : 3217 (galac.sh) S 3215 3217 2581 0 -1 4194304 798 54968 0 1 0 0 3872 42 17 0 1 0 160492323 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3217/statm: 11888 363 245 79 0 218 0
[pid=3239] ppid=3217 vsize=190780 CPUtime=1138.38
/proc/3239/stat : 3239 (minisat) R 3217 3217 2581 0 -1 4194304 46766 0 0 0 113782 56 0 0 25 0 1 0 160496269 195358720 46748 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/3239/statm: 47695 46748 54 142 0 47551 0
Current children cumulated CPU time (s) 1177.52
Current children cumulated vsize (KiB) 238332

[startup+1243.72 s]
/proc/loadavg: 2.78 2.42 2.16 4/95 3309
/proc/meminfo: memFree=819976/2055920 swapFree=4160348/4192956
[pid=3217] ppid=3215 vsize=47552 CPUtime=39.14
/proc/3217/stat : 3217 (galac.sh) S 3215 3217 2581 0 -1 4194304 798 54968 0 1 0 0 3872 42 17 0 1 0 160492323 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3217/statm: 11888 363 245 79 0 218 0
[pid=3239] ppid=3217 vsize=200032 CPUtime=1197.88
/proc/3239/stat : 3239 (minisat) R 3217 3217 2581 0 -1 4194304 49090 0 0 0 119729 59 0 0 25 0 1 0 160496269 204832768 49072 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/3239/statm: 50008 49072 54 142 0 49864 0
Current children cumulated CPU time (s) 1237.02
Current children cumulated vsize (KiB) 247584

[startup+1303.73 s]
/proc/loadavg: 2.84 2.50 2.20 4/95 3309
/proc/meminfo: memFree=806792/2055920 swapFree=4160348/4192956
[pid=3217] ppid=3215 vsize=47552 CPUtime=39.14
/proc/3217/stat : 3217 (galac.sh) S 3215 3217 2581 0 -1 4194304 798 54968 0 1 0 0 3872 42 17 0 1 0 160492323 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3217/statm: 11888 363 245 79 0 218 0
[pid=3239] ppid=3217 vsize=213164 CPUtime=1257.31
/proc/3239/stat : 3239 (minisat) R 3217 3217 2581 0 -1 4194304 52391 0 0 0 125669 62 0 0 25 0 1 0 160496269 218279936 52373 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525757 0 0 4096 3 0 0 0 17 0 0 0
/proc/3239/statm: 53291 52373 54 142 0 53147 0
Current children cumulated CPU time (s) 1296.45
Current children cumulated vsize (KiB) 260716

[startup+1363.81 s]
/proc/loadavg: 2.87 2.58 2.24 4/95 3309
/proc/meminfo: memFree=796040/2055920 swapFree=4160348/4192956
[pid=3217] ppid=3215 vsize=47552 CPUtime=39.14
/proc/3217/stat : 3217 (galac.sh) S 3215 3217 2581 0 -1 4194304 798 54968 0 1 0 0 3872 42 17 0 1 0 160492323 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3217/statm: 11888 363 245 79 0 218 0
[pid=3239] ppid=3217 vsize=223880 CPUtime=1316.81
/proc/3239/stat : 3239 (minisat) R 3217 3217 2581 0 -1 4194304 55059 0 0 0 131615 66 0 0 25 0 1 0 160496269 229253120 55041 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/3239/statm: 55970 55041 54 142 0 55826 0
Current children cumulated CPU time (s) 1355.95
Current children cumulated vsize (KiB) 271432

[startup+1423.84 s]
/proc/loadavg: 2.91 2.63 2.28 4/95 3309
/proc/meminfo: memFree=790216/2055920 swapFree=4160348/4192956
[pid=3217] ppid=3215 vsize=47552 CPUtime=39.14
/proc/3217/stat : 3217 (galac.sh) S 3215 3217 2581 0 -1 4194304 798 54968 0 1 0 0 3872 42 17 0 1 0 160492323 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3217/statm: 11888 363 245 79 0 218 0
[pid=3239] ppid=3217 vsize=229448 CPUtime=1376.23
/proc/3239/stat : 3239 (minisat) R 3217 3217 2581 0 -1 4194304 56462 0 0 0 137555 68 0 0 25 0 1 0 160496269 234954752 56444 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525757 0 0 4096 3 0 0 0 17 0 0 0
/proc/3239/statm: 57362 56444 54 142 0 57218 0
Current children cumulated CPU time (s) 1415.37
Current children cumulated vsize (KiB) 277000

[startup+1483.86 s]
/proc/loadavg: 2.84 2.67 2.31 4/95 3309
/proc/meminfo: memFree=785480/2055920 swapFree=4160348/4192956
[pid=3217] ppid=3215 vsize=47552 CPUtime=39.14
/proc/3217/stat : 3217 (galac.sh) S 3215 3217 2581 0 -1 4194304 798 54968 0 1 0 0 3872 42 17 0 1 0 160492323 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3217/statm: 11888 363 245 79 0 218 0
[pid=3239] ppid=3217 vsize=234080 CPUtime=1435.68
/proc/3239/stat : 3239 (minisat) R 3217 3217 2581 0 -1 4194304 57627 0 0 0 143497 71 0 0 25 0 1 0 160496269 239697920 57609 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/3239/statm: 58520 57609 54 142 0 58376 0
Current children cumulated CPU time (s) 1474.82
Current children cumulated vsize (KiB) 281632

[startup+1543.93 s]
/proc/loadavg: 3.01 2.74 2.36 4/95 3309
/proc/meminfo: memFree=779592/2055920 swapFree=4160348/4192956
[pid=3217] ppid=3215 vsize=47552 CPUtime=39.14
/proc/3217/stat : 3217 (galac.sh) S 3215 3217 2581 0 -1 4194304 798 54968 0 1 0 0 3872 42 17 0 1 0 160492323 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3217/statm: 11888 363 245 79 0 218 0
[pid=3239] ppid=3217 vsize=239936 CPUtime=1495.16
/proc/3239/stat : 3239 (minisat) R 3217 3217 2581 0 -1 4194304 59096 0 0 0 149444 72 0 0 25 0 1 0 160496269 245694464 59078 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/3239/statm: 59984 59078 54 142 0 59840 0
Current children cumulated CPU time (s) 1534.3
Current children cumulated vsize (KiB) 287488

[startup+1603.99 s]
/proc/loadavg: 2.91 2.75 2.38 4/95 3309
/proc/meminfo: memFree=769416/2055920 swapFree=4160348/4192956
[pid=3217] ppid=3215 vsize=47552 CPUtime=39.14
/proc/3217/stat : 3217 (galac.sh) S 3215 3217 2581 0 -1 4194304 798 54968 0 1 0 0 3872 42 17 0 1 0 160492323 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3217/statm: 11888 363 245 79 0 218 0
[pid=3239] ppid=3217 vsize=250108 CPUtime=1554.6
/proc/3239/stat : 3239 (minisat) R 3217 3217 2581 0 -1 4194304 61633 0 0 0 155384 76 0 0 25 0 1 0 160496269 256110592 61615 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 0 0 0
/proc/3239/statm: 62527 61615 54 142 0 62383 0
Current children cumulated CPU time (s) 1593.74
Current children cumulated vsize (KiB) 297660

[startup+1664.06 s]
/proc/loadavg: 2.90 2.78 2.41 4/95 3309
/proc/meminfo: memFree=761672/2055920 swapFree=4160348/4192956
[pid=3217] ppid=3215 vsize=47552 CPUtime=39.14
/proc/3217/stat : 3217 (galac.sh) S 3215 3217 2581 0 -1 4194304 798 54968 0 1 0 0 3872 42 17 0 1 0 160492323 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3217/statm: 11888 363 245 79 0 218 0
[pid=3239] ppid=3217 vsize=258172 CPUtime=1614.09
/proc/3239/stat : 3239 (minisat) R 3217 3217 2581 0 -1 4194304 63552 0 0 0 161331 78 0 0 25 0 1 0 160496269 264368128 63534 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529492 0 0 4096 3 0 0 0 17 0 0 0
/proc/3239/statm: 64543 63534 54 142 0 64399 0
Current children cumulated CPU time (s) 1653.23
Current children cumulated vsize (KiB) 305724

[startup+1724.12 s]
/proc/loadavg: 2.82 2.77 2.43 4/95 3309
/proc/meminfo: memFree=755784/2055920 swapFree=4160348/4192956
[pid=3217] ppid=3215 vsize=47552 CPUtime=39.14
/proc/3217/stat : 3217 (galac.sh) S 3215 3217 2581 0 -1 4194304 798 54968 0 1 0 0 3872 42 17 0 1 0 160492323 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3217/statm: 11888 363 245 79 0 218 0
[pid=3239] ppid=3217 vsize=263988 CPUtime=1673.56
/proc/3239/stat : 3239 (minisat) R 3217 3217 2581 0 -1 4194304 65012 0 0 0 167276 80 0 0 25 0 1 0 160496269 270323712 64994 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/3239/statm: 65997 64994 54 142 0 65853 0
Current children cumulated CPU time (s) 1712.7
Current children cumulated vsize (KiB) 311540

[startup+1784.18 s]
/proc/loadavg: 2.72 2.75 2.45 5/95 3309
/proc/meminfo: memFree=750600/2055920 swapFree=4160348/4192956
[pid=3217] ppid=3215 vsize=47552 CPUtime=39.14
/proc/3217/stat : 3217 (galac.sh) S 3215 3217 2581 0 -1 4194304 798 54968 0 1 0 0 3872 42 17 0 1 0 160492323 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3217/statm: 11888 363 245 79 0 218 0
[pid=3239] ppid=3217 vsize=269152 CPUtime=1733
/proc/3239/stat : 3239 (minisat) R 3217 3217 2581 0 -1 4194304 66325 0 0 0 173219 81 0 0 25 0 1 0 160496269 275611648 66307 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/3239/statm: 67288 66307 54 142 0 67144 0
Current children cumulated CPU time (s) 1772.14
Current children cumulated vsize (KiB) 316704



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.32 s]
/proc/loadavg: 2.70 2.74 2.45 4/95 3309
/proc/meminfo: memFree=747080/2055920 swapFree=4160348/4192956
[pid=3217] ppid=3215 vsize=47552 CPUtime=39.14
/proc/3217/stat : 3217 (galac.sh) S 3215 3217 2581 0 -1 4194304 798 54968 0 1 0 0 3872 42 17 0 1 0 160492323 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 252429134682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3217/statm: 11888 363 245 79 0 218 0
[pid=3239] ppid=3217 vsize=272584 CPUtime=1760.89
/proc/3239/stat : 3239 (minisat) R 3217 3217 2581 0 -1 4194304 67183 0 0 0 176006 83 0 0 25 0 1 0 160496269 279126016 67165 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/3239/statm: 68146 67165 54 142 0 68002 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 320136

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 3217 and gives childrusage.ru_utime.tv_sec=38 childrusage.ru_utime.tv_usec=726112 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=431934
CPU time returned by wait4() is 39.158
while last known CPU time is 1800.03

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

Real time (s): 1812.34
CPU time (s): 1800.03
CPU user time (s): 1798.78
CPU system time (s): 1.25
CPU usage (%): 99.3209
Max. virtual memory (cumulated for all children) (KiB): 908404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 38.7261
system time used= 0.431934
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55766
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= 2192
involuntary context switches= 2604

runsolver used 1.85472 s user time and 5.21221 s system time

The end

Launcher Data (download as text)

Begin job on node12 on Sat Jan  6 22:02:53 UTC 2007


IDJOB= 196251
IDBENCH= 3337
FILE ID= node12/196251-1168120973

PBS_JOBID= 3477152

Free space on /tmp= 66306 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  43e8b6b7752c6463cc93f8445e2021d3

RANDOM SEED= 997731870

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.265
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.265
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:       1400544 kB
Buffers:         45820 kB
Cached:         250760 kB
SwapCached:       4660 kB
Active:         386388 kB
Inactive:       194472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1400544 kB
SwapTotal:     4192956 kB
SwapFree:      4160348 kB
Dirty:            5668 kB
Writeback:           0 kB
Mapped:         295208 kB
Slab:            58760 kB
Committed_AS:  4486260 kB
PageTables:       2768 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= 66278 MiB



End job on node12 on Sat Jan  6 22:33:05 UTC 2007