Trace number 196225

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.11 1802.96

General information on the benchmark

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

Solver Data (download as text)

0.03	c --- Preproc Stats ---
3.00	c start processing
3.00	c start relation processing
9.20	c start cnf exporting
40.00	c parsing time : 2.831
40.00	c preprocessing time : 39.835
40.00	
40.00	c Nary constraints - conflicts : 0 supports : 72
40.00	c Binary constraints - conflicts : 0 supports :0
40.00	c max arity constraint : 3
40.00	c Max Tuples generated 0
40.00	c relations : 72
40.00	c relations BDD: 72
40.00	c vars : 277050 - clauses :  876453
40.00	
40.08	 
40.08	c --- Minisat Stats ---
40.08	 

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/node14/watcher-196225-1168120774 -o ROOT/results/node14/solver-196225-1168120774 -C 1800 -M 900 /tmp/evaluation/196225-1168120774/galac.sh /tmp/evaluation/196225-1168120774/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.00 2.00 2.00 5/98 7457
/proc/meminfo: memFree=901040/2055920 swapFree=4182236/4192956
[pid=7456] ppid=7454 vsize=6344 CPUtime=0
/proc/7456/stat : 7456 (galac.sh) R 7454 7456 6601 0 -1 4194304 259 0 0 0 0 0 0 0 20 0 1 0 160472306 6496256 214 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212231825428 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7456/statm: 1586 214 164 79 0 122 0

[startup+0.104801 s]
/proc/loadavg: 2.00 2.00 2.00 5/98 7457
/proc/meminfo: memFree=901040/2055920 swapFree=4182236/4192956
[pid=7456] ppid=7454 vsize=47552 CPUtime=0.01
/proc/7456/stat : 7456 (galac.sh) S 7454 7456 6601 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 160472306 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7456/statm: 11888 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+0.512838 s]
/proc/loadavg: 2.00 2.00 2.00 5/98 7457
/proc/meminfo: memFree=901040/2055920 swapFree=4182236/4192956
[pid=7456] ppid=7454 vsize=47552 CPUtime=0.01
/proc/7456/stat : 7456 (galac.sh) S 7454 7456 6601 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 160472306 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7456/statm: 11888 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+1.33392 s]
/proc/loadavg: 2.08 2.02 2.01 3/106 7477
/proc/meminfo: memFree=822376/2055920 swapFree=4182236/4192956
[pid=7456] ppid=7454 vsize=47552 CPUtime=0.01
/proc/7456/stat : 7456 (galac.sh) S 7454 7456 6601 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 160472306 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7456/statm: 11888 363 245 79 0 218 0
[pid=7470] ppid=7456 vsize=861064 CPUtime=1.26
/proc/7470/stat : 7470 (java) R 7456 7456 6601 0 -1 0 21652 0 1 0 115 11 0 0 22 0 8 0 160472310 881729536 21405 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073770963 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7470/statm: 215266 21405 1964 14 0 201471 0
[pid=7470/tid=7471] ppid=7456 vsize=861064 CPUtime=0.06
/proc/7470/task/7471/stat : 7471 (java) S 7456 7456 6601 0 -1 64 5900 0 0 0 3 3 0 0 16 0 8 0 160472314 881729536 21405 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7470/tid=7472] ppid=7456 vsize=861064 CPUtime=0
/proc/7470/task/7472/stat : 7472 (java) S 7456 7456 6601 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 160472314 881729536 21405 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7470/tid=7473] ppid=7456 vsize=861064 CPUtime=0
/proc/7470/task/7473/stat : 7473 (java) S 7456 7456 6601 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 160472314 881729536 21405 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7470/tid=7474] ppid=7456 vsize=861064 CPUtime=0
/proc/7470/task/7474/stat : 7474 (java) S 7456 7456 6601 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 160472318 881729536 21405 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7470/tid=7475] ppid=7456 vsize=861064 CPUtime=0.12
/proc/7470/task/7475/stat : 7475 (java) S 7456 7456 6601 0 -1 64 893 0 0 0 12 0 0 0 16 0 8 0 160472318 881729536 21405 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7470/tid=7476] ppid=7456 vsize=861064 CPUtime=0
/proc/7470/task/7476/stat : 7476 (java) S 7456 7456 6601 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 160472318 881729536 21405 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7470/tid=7477] ppid=7456 vsize=861064 CPUtime=0
/proc/7470/task/7477/stat : 7477 (java) S 7456 7456 6601 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 160472318 881729536 21405 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) 908616

[startup+2.97607 s]
/proc/loadavg: 2.08 2.02 2.01 4/106 7477
/proc/meminfo: memFree=812840/2055920 swapFree=4182236/4192956
[pid=7456] ppid=7454 vsize=47552 CPUtime=0.01
/proc/7456/stat : 7456 (galac.sh) S 7454 7456 6601 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 160472306 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7456/statm: 11888 363 245 79 0 218 0
[pid=7470] ppid=7456 vsize=861064 CPUtime=2.89
/proc/7470/stat : 7470 (java) R 7456 7456 6601 0 -1 0 25279 0 1 0 276 13 0 0 25 0 8 0 160472310 881729536 25026 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073787955 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7470/statm: 215266 25026 1965 14 0 201471 0
[pid=7470/tid=7471] ppid=7456 vsize=861064 CPUtime=0.21
/proc/7470/task/7471/stat : 7471 (java) S 7456 7456 6601 0 -1 64 9506 0 0 0 17 4 0 0 16 0 8 0 160472314 881729536 25026 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7470/tid=7472] ppid=7456 vsize=861064 CPUtime=0
/proc/7470/task/7472/stat : 7472 (java) S 7456 7456 6601 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 160472314 881729536 25026 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7470/tid=7473] ppid=7456 vsize=861064 CPUtime=0
/proc/7470/task/7473/stat : 7473 (java) S 7456 7456 6601 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 160472314 881729536 25026 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7470/tid=7474] ppid=7456 vsize=861064 CPUtime=0
/proc/7470/task/7474/stat : 7474 (java) S 7456 7456 6601 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 160472318 881729536 25026 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7470/tid=7475] ppid=7456 vsize=861064 CPUtime=0.15
/proc/7470/task/7475/stat : 7475 (java) S 7456 7456 6601 0 -1 64 905 0 0 0 15 0 0 0 16 0 8 0 160472318 881729536 25026 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7470/tid=7476] ppid=7456 vsize=861064 CPUtime=0
/proc/7470/task/7476/stat : 7476 (java) S 7456 7456 6601 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 160472318 881729536 25026 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7470/tid=7477] ppid=7456 vsize=861064 CPUtime=0
/proc/7470/task/7477/stat : 7477 (java) S 7456 7456 6601 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 160472318 881729536 25026 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 908616

[startup+6.18438 s]
/proc/loadavg: 2.07 2.02 2.00 3/106 7477
/proc/meminfo: memFree=783080/2055920 swapFree=4182236/4192956
[pid=7456] ppid=7454 vsize=47552 CPUtime=0.01
/proc/7456/stat : 7456 (galac.sh) S 7454 7456 6601 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 160472306 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7456/statm: 11888 363 245 79 0 218 0
[pid=7470] ppid=7456 vsize=861064 CPUtime=6.07
/proc/7470/stat : 7470 (java) R 7456 7456 6601 0 -1 0 31448 0 1 0 590 17 0 0 25 0 8 0 160472310 881729536 31193 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073876057 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7470/statm: 215266 31193 1972 14 0 201471 0
[pid=7470/tid=7471] ppid=7456 vsize=861064 CPUtime=0.5
/proc/7470/task/7471/stat : 7471 (java) S 7456 7456 6601 0 -1 64 15626 0 0 0 42 8 0 0 16 0 8 0 160472314 881729536 31193 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7470/tid=7472] ppid=7456 vsize=861064 CPUtime=0
/proc/7470/task/7472/stat : 7472 (java) S 7456 7456 6601 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 160472314 881729536 31193 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7470/tid=7473] ppid=7456 vsize=861064 CPUtime=0
/proc/7470/task/7473/stat : 7473 (java) S 7456 7456 6601 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 160472314 881729536 31193 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7470/tid=7474] ppid=7456 vsize=861064 CPUtime=0
/proc/7470/task/7474/stat : 7474 (java) S 7456 7456 6601 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 160472318 881729536 31193 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7470/tid=7475] ppid=7456 vsize=861064 CPUtime=0.2
/proc/7470/task/7475/stat : 7475 (java) S 7456 7456 6601 0 -1 64 934 0 0 0 20 0 0 0 15 0 8 0 160472318 881729536 31193 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7470/tid=7476] ppid=7456 vsize=861064 CPUtime=0
/proc/7470/task/7476/stat : 7476 (java) S 7456 7456 6601 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 160472318 881729536 31193 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7470/tid=7477] ppid=7456 vsize=861064 CPUtime=0
/proc/7470/task/7477/stat : 7477 (java) S 7456 7456 6601 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 160472318 881729536 31193 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 908616

[startup+12.68 s]
/proc/loadavg: 2.07 2.02 2.00 3/106 7477
/proc/meminfo: memFree=697520/2055920 swapFree=4182236/4192956
[pid=7456] ppid=7454 vsize=47552 CPUtime=0.01
/proc/7456/stat : 7456 (galac.sh) S 7454 7456 6601 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 160472306 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7456/statm: 11888 363 245 79 0 218 0
[pid=7470] ppid=7456 vsize=861064 CPUtime=12.48
/proc/7470/stat : 7470 (java) R 7456 7456 6601 0 -1 0 52537 0 1 0 1219 29 0 0 25 0 8 0 160472310 881729536 52275 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4072918514 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7470/statm: 215266 52275 1992 14 0 201471 0
[pid=7470/tid=7471] ppid=7456 vsize=861064 CPUtime=1.47
/proc/7470/task/7471/stat : 7471 (java) S 7456 7456 6601 0 -1 64 36633 0 0 0 129 18 0 0 16 0 8 0 160472314 881729536 52275 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7470/tid=7472] ppid=7456 vsize=861064 CPUtime=0
/proc/7470/task/7472/stat : 7472 (java) S 7456 7456 6601 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 160472314 881729536 52275 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7470/tid=7473] ppid=7456 vsize=861064 CPUtime=0
/proc/7470/task/7473/stat : 7473 (java) S 7456 7456 6601 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 160472314 881729536 52275 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7470/tid=7474] ppid=7456 vsize=861064 CPUtime=0
/proc/7470/task/7474/stat : 7474 (java) S 7456 7456 6601 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 160472318 881729536 52275 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7470/tid=7475] ppid=7456 vsize=861064 CPUtime=0.28
/proc/7470/task/7475/stat : 7475 (java) S 7456 7456 6601 0 -1 64 969 0 0 0 27 1 0 0 15 0 8 0 160472318 881729536 52275 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7470/tid=7476] ppid=7456 vsize=861064 CPUtime=0
/proc/7470/task/7476/stat : 7476 (java) S 7456 7456 6601 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 160472318 881729536 52275 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7470/tid=7477] ppid=7456 vsize=861064 CPUtime=0
/proc/7470/task/7477/stat : 7477 (java) S 7456 7456 6601 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 160472318 881729536 52275 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 908616

[startup+25.4812 s]
/proc/loadavg: 2.14 2.03 2.01 3/106 7477
/proc/meminfo: memFree=691312/2055920 swapFree=4182236/4192956
[pid=7456] ppid=7454 vsize=47552 CPUtime=0.01
/proc/7456/stat : 7456 (galac.sh) S 7454 7456 6601 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 160472306 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7456/statm: 11888 363 245 79 0 218 0
[pid=7470] ppid=7456 vsize=861064 CPUtime=25.12
/proc/7470/stat : 7470 (java) R 7456 7456 6601 0 -1 0 52559 0 1 0 2479 33 0 0 25 0 8 0 160472310 881729536 52276 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073939888 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7470/statm: 215266 52276 1993 14 0 201471 0
[pid=7470/tid=7471] ppid=7456 vsize=861064 CPUtime=1.5
/proc/7470/task/7471/stat : 7471 (java) S 7456 7456 6601 0 -1 64 36634 0 0 0 132 18 0 0 16 0 8 0 160472314 881729536 52276 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7470/tid=7472] ppid=7456 vsize=861064 CPUtime=0
/proc/7470/task/7472/stat : 7472 (java) S 7456 7456 6601 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 160472314 881729536 52276 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7470/tid=7473] ppid=7456 vsize=861064 CPUtime=0
/proc/7470/task/7473/stat : 7473 (java) S 7456 7456 6601 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 160472314 881729536 52276 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7470/tid=7474] ppid=7456 vsize=861064 CPUtime=0
/proc/7470/task/7474/stat : 7474 (java) S 7456 7456 6601 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 160472318 881729536 52276 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7470/tid=7475] ppid=7456 vsize=861064 CPUtime=0.28
/proc/7470/task/7475/stat : 7475 (java) S 7456 7456 6601 0 -1 64 969 0 0 0 27 1 0 0 15 0 8 0 160472318 881729536 52276 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7470/tid=7476] ppid=7456 vsize=861064 CPUtime=0
/proc/7470/task/7476/stat : 7476 (java) S 7456 7456 6601 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 160472318 881729536 52276 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7470/tid=7477] ppid=7456 vsize=861064 CPUtime=0
/proc/7470/task/7477/stat : 7477 (java) S 7456 7456 6601 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 160472318 881729536 52276 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 908616

[startup+51.1587 s]
/proc/loadavg: 2.08 2.03 2.01 3/99 7478
/proc/meminfo: memFree=831400/2055920 swapFree=4182236/4192956
[pid=7456] ppid=7454 vsize=47552 CPUtime=39.51
/proc/7456/stat : 7456 (galac.sh) S 7454 7456 6601 0 -1 4194304 798 54295 0 1 0 0 3908 43 17 0 1 0 160472306 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7456/statm: 11888 363 245 79 0 218 0
[pid=7478] ppid=7456 vsize=57660 CPUtime=10.95
/proc/7478/stat : 7478 (minisat) R 7456 7456 6601 0 -1 4194304 13445 0 0 0 1087 8 0 0 25 0 1 0 160476315 59043840 13427 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529795 0 0 4096 3 0 0 0 17 1 0 0
/proc/7478/statm: 14415 13427 54 142 0 14271 0
Current children cumulated CPU time (s) 50.46
Current children cumulated vsize (KiB) 105212

[startup+102.426 s]
/proc/loadavg: 2.17 2.05 2.01 3/101 7625
/proc/meminfo: memFree=1254592/2055920 swapFree=4182236/4192956
[pid=7456] ppid=7454 vsize=47552 CPUtime=39.51
/proc/7456/stat : 7456 (galac.sh) S 7454 7456 6601 0 -1 4194304 798 54295 0 1 0 0 3908 43 17 0 1 0 160472306 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7456/statm: 11888 363 245 79 0 218 0
[pid=7478] ppid=7456 vsize=62044 CPUtime=61.93
/proc/7478/stat : 7478 (minisat) R 7456 7456 6601 0 -1 4194304 14530 0 0 0 6174 19 0 0 25 0 1 0 160476315 63533056 14512 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/7478/statm: 15511 14512 54 142 0 15367 0
Current children cumulated CPU time (s) 101.44
Current children cumulated vsize (KiB) 109596

[startup+162.469 s]
/proc/loadavg: 2.06 2.04 2.01 3/101 7717
/proc/meminfo: memFree=1248712/2055920 swapFree=4182236/4192956
[pid=7456] ppid=7454 vsize=47552 CPUtime=39.51
/proc/7456/stat : 7456 (galac.sh) S 7454 7456 6601 0 -1 4194304 798 54295 0 1 0 0 3908 43 17 0 1 0 160472306 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7456/statm: 11888 363 245 79 0 218 0
[pid=7478] ppid=7456 vsize=67984 CPUtime=121.87
/proc/7478/stat : 7478 (minisat) R 7456 7456 6601 0 -1 4194304 16030 0 0 0 12157 30 0 0 25 0 1 0 160476315 69615616 16012 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/7478/statm: 16996 16012 54 142 0 16852 0
Current children cumulated CPU time (s) 161.38
Current children cumulated vsize (KiB) 115536


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

/proc/loadavg: 2.00 2.00 2.00 3/95 7749
/proc/meminfo: memFree=1099656/2055920 swapFree=4182236/4192956
[pid=7456] ppid=7454 vsize=47552 CPUtime=39.51
/proc/7456/stat : 7456 (galac.sh) S 7454 7456 6601 0 -1 4194304 798 54295 0 1 0 0 3908 43 17 0 1 0 160472306 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7456/statm: 11888 363 245 79 0 218 0
[pid=7478] ppid=7456 vsize=218312 CPUtime=1081.44
/proc/7478/stat : 7478 (minisat) R 7456 7456 6601 0 -1 4194304 53579 0 0 0 108071 73 0 0 25 0 1 0 160476315 223551488 53561 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/7478/statm: 54578 53561 54 142 0 54434 0
Current children cumulated CPU time (s) 1120.95
Current children cumulated vsize (KiB) 265864

[startup+1183.15 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 7751
/proc/meminfo: memFree=1090696/2055920 swapFree=4182236/4192956
[pid=7456] ppid=7454 vsize=47552 CPUtime=39.51
/proc/7456/stat : 7456 (galac.sh) S 7454 7456 6601 0 -1 4194304 798 54295 0 1 0 0 3908 43 17 0 1 0 160472306 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7456/statm: 11888 363 245 79 0 218 0
[pid=7478] ppid=7456 vsize=227056 CPUtime=1141.46
/proc/7478/stat : 7478 (minisat) R 7456 7456 6601 0 -1 4194304 55795 0 0 0 114071 75 0 0 25 0 1 0 160476315 232505344 55777 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525757 0 0 4096 3 0 0 0 17 0 0 0
/proc/7478/statm: 56764 55777 54 142 0 56620 0
Current children cumulated CPU time (s) 1180.97
Current children cumulated vsize (KiB) 274608

[startup+1243.23 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 7751
/proc/meminfo: memFree=1083272/2055920 swapFree=4182236/4192956
[pid=7456] ppid=7454 vsize=47552 CPUtime=39.51
/proc/7456/stat : 7456 (galac.sh) S 7454 7456 6601 0 -1 4194304 798 54295 0 1 0 0 3908 43 17 0 1 0 160472306 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7456/statm: 11888 363 245 79 0 218 0
[pid=7478] ppid=7456 vsize=234328 CPUtime=1201.48
/proc/7478/stat : 7478 (minisat) R 7456 7456 6601 0 -1 4194304 57597 0 0 0 120070 78 0 0 25 0 1 0 160476315 239951872 57579 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/7478/statm: 58582 57579 54 142 0 58438 0
Current children cumulated CPU time (s) 1240.99
Current children cumulated vsize (KiB) 281880

[startup+1303.25 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 7751
/proc/meminfo: memFree=1076616/2055920 swapFree=4182236/4192956
[pid=7456] ppid=7454 vsize=47552 CPUtime=39.51
/proc/7456/stat : 7456 (galac.sh) S 7454 7456 6601 0 -1 4194304 798 54295 0 1 0 0 3908 43 17 0 1 0 160472306 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7456/statm: 11888 363 245 79 0 218 0
[pid=7478] ppid=7456 vsize=241376 CPUtime=1261.42
/proc/7478/stat : 7478 (minisat) R 7456 7456 6601 0 -1 4194304 59262 0 0 0 126063 79 0 0 25 0 1 0 160476315 247169024 59244 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529726 0 0 4096 3 0 0 0 17 0 0 0
/proc/7478/statm: 60344 59244 54 142 0 60200 0
Current children cumulated CPU time (s) 1300.93
Current children cumulated vsize (KiB) 288928

[startup+1363.29 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 7751
/proc/meminfo: memFree=1071624/2055920 swapFree=4182236/4192956
[pid=7456] ppid=7454 vsize=47552 CPUtime=39.51
/proc/7456/stat : 7456 (galac.sh) S 7454 7456 6601 0 -1 4194304 798 54295 0 1 0 0 3908 43 17 0 1 0 160472306 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7456/statm: 11888 363 245 79 0 218 0
[pid=7478] ppid=7456 vsize=246272 CPUtime=1321.42
/proc/7478/stat : 7478 (minisat) R 7456 7456 6601 0 -1 4194304 60512 0 0 0 132061 81 0 0 25 0 1 0 160476315 252182528 60494 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525930 0 0 4096 3 0 0 0 17 0 0 0
/proc/7478/statm: 61568 60494 54 142 0 61424 0
Current children cumulated CPU time (s) 1360.93
Current children cumulated vsize (KiB) 293824

[startup+1423.33 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 7751
/proc/meminfo: memFree=1067464/2055920 swapFree=4182236/4192956
[pid=7456] ppid=7454 vsize=47552 CPUtime=39.51
/proc/7456/stat : 7456 (galac.sh) S 7454 7456 6601 0 -1 4194304 798 54295 0 1 0 0 3908 43 17 0 1 0 160472306 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7456/statm: 11888 363 245 79 0 218 0
[pid=7478] ppid=7456 vsize=250536 CPUtime=1381.4
/proc/7478/stat : 7478 (minisat) R 7456 7456 6601 0 -1 4194304 61576 0 0 0 138058 82 0 0 25 0 1 0 160476315 256548864 61558 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/7478/statm: 62634 61558 54 142 0 62490 0
Current children cumulated CPU time (s) 1420.91
Current children cumulated vsize (KiB) 298088

[startup+1483.38 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 7751
/proc/meminfo: memFree=1061832/2055920 swapFree=4182236/4192956
[pid=7456] ppid=7454 vsize=47552 CPUtime=39.51
/proc/7456/stat : 7456 (galac.sh) S 7454 7456 6601 0 -1 4194304 798 54295 0 1 0 0 3908 43 17 0 1 0 160472306 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7456/statm: 11888 363 245 79 0 218 0
[pid=7478] ppid=7456 vsize=256172 CPUtime=1441.36
/proc/7478/stat : 7478 (minisat) R 7456 7456 6601 0 -1 4194304 62995 0 0 0 144053 83 0 0 25 0 1 0 160476315 262320128 62977 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134526711 0 0 4096 3 0 0 0 17 0 0 0
/proc/7478/statm: 64043 62977 54 142 0 63899 0
Current children cumulated CPU time (s) 1480.87
Current children cumulated vsize (KiB) 303724

[startup+1543.41 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 7751
/proc/meminfo: memFree=1054792/2055920 swapFree=4182236/4192956
[pid=7456] ppid=7454 vsize=47552 CPUtime=39.51
/proc/7456/stat : 7456 (galac.sh) S 7454 7456 6601 0 -1 4194304 798 54295 0 1 0 0 3908 43 17 0 1 0 160472306 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7456/statm: 11888 363 245 79 0 218 0
[pid=7478] ppid=7456 vsize=263212 CPUtime=1501.35
/proc/7478/stat : 7478 (minisat) R 7456 7456 6601 0 -1 4194304 64731 0 0 0 150049 86 0 0 25 0 1 0 160476315 269529088 64713 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529435 0 0 4096 3 0 0 0 17 0 0 0
/proc/7478/statm: 65803 64713 54 142 0 65659 0
Current children cumulated CPU time (s) 1540.86
Current children cumulated vsize (KiB) 310764

[startup+1603.51 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 7751
/proc/meminfo: memFree=1049544/2055920 swapFree=4182236/4192956
[pid=7456] ppid=7454 vsize=47552 CPUtime=39.51
/proc/7456/stat : 7456 (galac.sh) S 7454 7456 6601 0 -1 4194304 798 54295 0 1 0 0 3908 43 17 0 1 0 160472306 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7456/statm: 11888 363 245 79 0 218 0
[pid=7478] ppid=7456 vsize=268424 CPUtime=1561.39
/proc/7478/stat : 7478 (minisat) R 7456 7456 6601 0 -1 4194304 66043 0 0 0 156052 87 0 0 25 0 1 0 160476315 274866176 66025 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/7478/statm: 67106 66025 54 142 0 66962 0
Current children cumulated CPU time (s) 1600.9
Current children cumulated vsize (KiB) 315976

[startup+1663.54 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 7751
/proc/meminfo: memFree=1043720/2055920 swapFree=4182236/4192956
[pid=7456] ppid=7454 vsize=47552 CPUtime=39.51
/proc/7456/stat : 7456 (galac.sh) S 7454 7456 6601 0 -1 4194304 798 54295 0 1 0 0 3908 43 17 0 1 0 160472306 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7456/statm: 11888 363 245 79 0 218 0
[pid=7478] ppid=7456 vsize=274272 CPUtime=1621.34
/proc/7478/stat : 7478 (minisat) R 7456 7456 6601 0 -1 4194304 67516 0 0 0 162046 88 0 0 25 0 1 0 160476315 280854528 67498 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/7478/statm: 68568 67498 54 142 0 68424 0
Current children cumulated CPU time (s) 1660.85
Current children cumulated vsize (KiB) 321824

[startup+1723.58 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 7751
/proc/meminfo: memFree=1037320/2055920 swapFree=4182236/4192956
[pid=7456] ppid=7454 vsize=47552 CPUtime=39.51
/proc/7456/stat : 7456 (galac.sh) S 7454 7456 6601 0 -1 4194304 798 54295 0 1 0 0 3908 43 17 0 1 0 160472306 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7456/statm: 11888 363 245 79 0 218 0
[pid=7478] ppid=7456 vsize=280656 CPUtime=1681.33
/proc/7478/stat : 7478 (minisat) R 7456 7456 6601 0 -1 4194304 69101 0 0 0 168043 90 0 0 25 0 1 0 160476315 287391744 69083 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/7478/statm: 70164 69083 54 142 0 70020 0
Current children cumulated CPU time (s) 1720.84
Current children cumulated vsize (KiB) 328208

[startup+1783.65 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 7751
/proc/meminfo: memFree=1031304/2055920 swapFree=4182236/4192956
[pid=7456] ppid=7454 vsize=47552 CPUtime=39.51
/proc/7456/stat : 7456 (galac.sh) S 7454 7456 6601 0 -1 4194304 798 54295 0 1 0 0 3908 43 17 0 1 0 160472306 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7456/statm: 11888 363 245 79 0 218 0
[pid=7478] ppid=7456 vsize=286580 CPUtime=1741.34
/proc/7478/stat : 7478 (minisat) R 7456 7456 6601 0 -1 4194304 70591 0 0 0 174044 90 0 0 25 0 1 0 160476315 293457920 70573 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529761 0 0 4096 3 0 0 0 17 0 0 0
/proc/7478/statm: 71645 70573 54 142 0 71501 0
Current children cumulated CPU time (s) 1780.85
Current children cumulated vsize (KiB) 334132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.95 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 7751
/proc/meminfo: memFree=1028872/2055920 swapFree=4182236/4192956
[pid=7456] ppid=7454 vsize=47552 CPUtime=39.51
/proc/7456/stat : 7456 (galac.sh) S 7454 7456 6601 0 -1 4194304 798 54295 0 1 0 0 3908 43 17 0 1 0 160472306 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7456/statm: 11888 363 245 79 0 218 0
[pid=7478] ppid=7456 vsize=288996 CPUtime=1760.6
/proc/7478/stat : 7478 (minisat) R 7456 7456 6601 0 -1 4194304 71183 0 0 0 175969 91 0 0 25 0 1 0 160476315 295931904 71165 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 0 0 0
/proc/7478/statm: 72249 71165 54 142 0 72105 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 336548

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 7456 and gives childrusage.ru_utime.tv_sec=39 childrusage.ru_utime.tv_usec=91057 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=437933
CPU time returned by wait4() is 39.529
while last known CPU time is 1800.11

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

Real time (s): 1802.96
CPU time (s): 1800.11
CPU user time (s): 1798.77
CPU system time (s): 1.34
CPU usage (%): 99.8418
Max. virtual memory (cumulated for all children) (KiB): 908616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39.0911
system time used= 0.437933
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55093
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= 2180
involuntary context switches= 3570

runsolver used 2.21366 s user time and 5.9171 s system time

The end

Launcher Data (download as text)

Begin job on node14 on Sat Jan  6 21:59:34 UTC 2007


IDJOB= 196225
IDBENCH= 3335
FILE ID= node14/196225-1168120774

PBS_JOBID= 3477144

Free space on /tmp= 66321 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  1a2e5d96c6a61872cb1b48a21e2dca23

RANDOM SEED= 340355060

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.227
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.227
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:        901520 kB
Buffers:         63236 kB
Cached:         471356 kB
SwapCached:       3696 kB
Active:         664924 kB
Inactive:       387560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        901520 kB
SwapTotal:     4192956 kB
SwapFree:      4182236 kB
Dirty:            5544 kB
Writeback:           0 kB
Mapped:         537228 kB
Slab:            85744 kB
Committed_AS:  5628680 kB
PageTables:       3128 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= 66308 MiB



End job on node14 on Sat Jan  6 22:29:37 UTC 2007