Trace number 196368

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.05 1809.08

General information on the benchmark

Namerandom/rand-3-24-24/
rand-3-24-24-76-632-10_ext.xml
MD5SUM3f9b8298c383f679f7ce2538272a55d3
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints76
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension76
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.37	c start processing
3.37	c start relation processing
10.60	c start cnf exporting
43.77	c parsing time : 3.106
43.77	c preprocessing time : 43.506
43.77	
43.77	c Nary constraints - conflicts : 0 supports : 76
43.77	c Binary constraints - conflicts : 0 supports :0
43.77	c max arity constraint : 3
43.77	c Max Tuples generated 0
43.77	c relations : 76
43.77	c relations BDD: 76
43.77	c vars : 302735 - clauses :  955877
43.77	
43.84	 
43.84	c --- Minisat Stats ---
43.84	 

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node6/watcher-196368-1168122719 -o ROOT/results/node6/solver-196368-1168122719 -C 1800 -M 900 /tmp/evaluation/196368-1168122719/galac.sh /tmp/evaluation/196368-1168122719/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.84 2.77 2.50 5/94 21818
/proc/meminfo: memFree=994792/2055924 swapFree=4165672/4192956
[pid=21817] ppid=21815 vsize=8652 CPUtime=0
/proc/21817/stat : 21817 (galac.sh) S 21815 21817 21747 0 -1 4194304 347 0 0 0 0 0 0 0 16 0 1 0 160667310 8859648 280 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21817/statm: 2163 280 208 79 0 156 0
[pid=21819] ppid=21817 vsize=8688 CPUtime=0
/proc/21819/stat : 21819 (galac.sh) S 21817 21817 21747 0 -1 4194368 38 0 0 0 0 0 0 0 16 0 1 0 160667311 8896512 286 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268583010386 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/21819/statm: 2172 286 209 79 0 165 0
[pid=21820] ppid=21819 vsize=3476 CPUtime=0
/proc/21820/stat : 21820 (id) R 21819 21817 21747 0 -1 4194304 86 0 0 0 0 0 0 0 19 0 1 0 160667311 3559424 49 18446744073709551615 4194304 4211724 548682069312 18446744073709551615 268582697616 0 0 3674112 0 0 0 0 17 1 0 0
/proc/21820/statm: 869 49 35 4 0 10 0

[startup+0.109579 s]
/proc/loadavg: 2.84 2.77 2.50 5/94 21818
/proc/meminfo: memFree=994792/2055924 swapFree=4165672/4192956
[pid=21817] ppid=21815 vsize=47568 CPUtime=0.01
/proc/21817/stat : 21817 (galac.sh) S 21815 21817 21747 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 160667310 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21817/statm: 11892 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.519626 s]
/proc/loadavg: 2.84 2.77 2.50 5/94 21818
/proc/meminfo: memFree=994792/2055924 swapFree=4165672/4192956
[pid=21817] ppid=21815 vsize=47568 CPUtime=0.01
/proc/21817/stat : 21817 (galac.sh) S 21815 21817 21747 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 160667310 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21817/statm: 11892 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.34672 s]
/proc/loadavg: 2.84 2.77 2.50 4/102 21838
/proc/meminfo: memFree=924136/2055924 swapFree=4165672/4192956
[pid=21817] ppid=21815 vsize=47568 CPUtime=0.01
/proc/21817/stat : 21817 (galac.sh) S 21815 21817 21747 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 160667310 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21817/statm: 11892 363 245 79 0 218 0
[pid=21831] ppid=21817 vsize=861064 CPUtime=1.19
/proc/21831/stat : 21831 (java) R 21817 21817 21747 0 -1 0 21636 0 1 0 105 14 0 0 25 0 8 0 160667314 881729536 21389 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073651534 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21831/statm: 215266 21389 1964 14 0 201471 0
[pid=21831/tid=21832] ppid=21817 vsize=861064 CPUtime=0.07
/proc/21831/task/21832/stat : 21832 (java) S 21817 21817 21747 0 -1 64 5885 0 0 0 4 3 0 0 16 0 8 0 160667318 881729536 21389 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21831/tid=21833] ppid=21817 vsize=861064 CPUtime=0
/proc/21831/task/21833/stat : 21833 (java) S 21817 21817 21747 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 160667318 881729536 21389 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21831/tid=21834] ppid=21817 vsize=861064 CPUtime=0
/proc/21831/task/21834/stat : 21834 (java) S 21817 21817 21747 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 160667318 881729536 21389 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21831/tid=21835] ppid=21817 vsize=861064 CPUtime=0
/proc/21831/task/21835/stat : 21835 (java) S 21817 21817 21747 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 160667322 881729536 21389 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21831/tid=21836] ppid=21817 vsize=861064 CPUtime=0.13
/proc/21831/task/21836/stat : 21836 (java) S 21817 21817 21747 0 -1 64 892 0 0 0 12 1 0 0 16 0 8 0 160667322 881729536 21389 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21831/tid=21837] ppid=21817 vsize=861064 CPUtime=0
/proc/21831/task/21837/stat : 21837 (java) S 21817 21817 21747 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 160667322 881729536 21389 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21831/tid=21838] ppid=21817 vsize=861064 CPUtime=0
/proc/21831/task/21838/stat : 21838 (java) S 21817 21817 21747 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 160667322 881729536 21389 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 908632

[startup+2.99292 s]
/proc/loadavg: 2.77 2.76 2.50 3/102 21838
/proc/meminfo: memFree=908840/2055924 swapFree=4165672/4192956
[pid=21817] ppid=21815 vsize=47568 CPUtime=0.01
/proc/21817/stat : 21817 (galac.sh) S 21815 21817 21747 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 160667310 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21817/statm: 11892 363 245 79 0 218 0
[pid=21831] ppid=21817 vsize=861064 CPUtime=2.82
/proc/21831/stat : 21831 (java) R 21817 21817 21747 0 -1 0 25425 0 1 0 265 17 0 0 25 0 8 0 160667314 881729536 25172 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21831/statm: 215266 25172 1964 14 0 201471 0
[pid=21831/tid=21832] ppid=21817 vsize=861064 CPUtime=0.23
/proc/21831/task/21832/stat : 21832 (java) R 21817 21817 21747 0 -1 64 9659 0 0 0 18 5 0 0 16 0 8 0 160667318 881729536 25172 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4153968433 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21831/tid=21833] ppid=21817 vsize=861064 CPUtime=0
/proc/21831/task/21833/stat : 21833 (java) S 21817 21817 21747 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 160667318 881729536 25172 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21831/tid=21834] ppid=21817 vsize=861064 CPUtime=0
/proc/21831/task/21834/stat : 21834 (java) S 21817 21817 21747 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 160667318 881729536 25172 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21831/tid=21835] ppid=21817 vsize=861064 CPUtime=0
/proc/21831/task/21835/stat : 21835 (java) S 21817 21817 21747 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 160667322 881729536 25172 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21831/tid=21836] ppid=21817 vsize=861064 CPUtime=0.15
/proc/21831/task/21836/stat : 21836 (java) S 21817 21817 21747 0 -1 64 901 0 0 0 14 1 0 0 15 0 8 0 160667322 881729536 25172 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21831/tid=21837] ppid=21817 vsize=861064 CPUtime=0
/proc/21831/task/21837/stat : 21837 (java) S 21817 21817 21747 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 160667322 881729536 25172 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21831/tid=21838] ppid=21817 vsize=861064 CPUtime=0
/proc/21831/task/21838/stat : 21838 (java) S 21817 21817 21747 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 160667322 881729536 25172 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 908632

[startup+6.28431 s]
/proc/loadavg: 2.77 2.76 2.50 4/102 21838
/proc/meminfo: memFree=877936/2055924 swapFree=4165672/4192956
[pid=21817] ppid=21815 vsize=47568 CPUtime=0.01
/proc/21817/stat : 21817 (galac.sh) S 21815 21817 21747 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 160667310 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21817/statm: 11892 363 245 79 0 218 0
[pid=21831] ppid=21817 vsize=861064 CPUtime=6.1
/proc/21831/stat : 21831 (java) R 21817 21817 21747 0 -1 0 34448 0 1 0 587 23 0 0 25 0 8 0 160667314 881729536 34192 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073883844 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21831/statm: 215266 34192 1972 14 0 201471 0
[pid=21831/tid=21832] ppid=21817 vsize=861064 CPUtime=0.67
/proc/21831/task/21832/stat : 21832 (java) S 21817 21817 21747 0 -1 64 18622 0 0 0 56 11 0 0 19 0 8 0 160667318 881729536 34192 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21831/tid=21833] ppid=21817 vsize=861064 CPUtime=0
/proc/21831/task/21833/stat : 21833 (java) S 21817 21817 21747 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 160667318 881729536 34192 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21831/tid=21834] ppid=21817 vsize=861064 CPUtime=0
/proc/21831/task/21834/stat : 21834 (java) S 21817 21817 21747 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 160667318 881729536 34192 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21831/tid=21835] ppid=21817 vsize=861064 CPUtime=0
/proc/21831/task/21835/stat : 21835 (java) S 21817 21817 21747 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 160667322 881729536 34192 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21831/tid=21836] ppid=21817 vsize=861064 CPUtime=0.21
/proc/21831/task/21836/stat : 21836 (java) S 21817 21817 21747 0 -1 64 936 0 0 0 20 1 0 0 15 0 8 0 160667322 881729536 34192 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21831/tid=21837] ppid=21817 vsize=861064 CPUtime=0
/proc/21831/task/21837/stat : 21837 (java) S 21817 21817 21747 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 160667322 881729536 34192 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21831/tid=21838] ppid=21817 vsize=861064 CPUtime=0
/proc/21831/task/21838/stat : 21838 (java) S 21817 21817 21747 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 160667322 881729536 34192 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 908632

[startup+12.7851 s]
/proc/loadavg: 2.73 2.75 2.50 3/102 21838
/proc/meminfo: memFree=780656/2055924 swapFree=4165672/4192956
[pid=21817] ppid=21815 vsize=47568 CPUtime=0.01
/proc/21817/stat : 21817 (galac.sh) S 21815 21817 21747 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 160667310 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21817/statm: 11892 363 245 79 0 218 0
[pid=21831] ppid=21817 vsize=861064 CPUtime=12.56
/proc/21831/stat : 21831 (java) R 21817 21817 21747 0 -1 0 55328 0 1 0 1221 35 0 0 25 0 8 0 160667314 881729536 55068 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4074054540 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21831/statm: 215266 55068 1992 14 0 201471 0
[pid=21831/tid=21832] ppid=21817 vsize=861064 CPUtime=1.71
/proc/21831/task/21832/stat : 21832 (java) S 21817 21817 21747 0 -1 64 39422 0 0 0 149 22 0 0 16 0 8 0 160667318 881729536 55068 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21831/tid=21833] ppid=21817 vsize=861064 CPUtime=0
/proc/21831/task/21833/stat : 21833 (java) S 21817 21817 21747 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 160667318 881729536 55068 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21831/tid=21834] ppid=21817 vsize=861064 CPUtime=0
/proc/21831/task/21834/stat : 21834 (java) S 21817 21817 21747 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 160667318 881729536 55068 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21831/tid=21835] ppid=21817 vsize=861064 CPUtime=0
/proc/21831/task/21835/stat : 21835 (java) S 21817 21817 21747 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 160667322 881729536 55068 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21831/tid=21836] ppid=21817 vsize=861064 CPUtime=0.28
/proc/21831/task/21836/stat : 21836 (java) S 21817 21817 21747 0 -1 64 972 0 0 0 27 1 0 0 15 0 8 0 160667322 881729536 55068 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21831/tid=21837] ppid=21817 vsize=861064 CPUtime=0
/proc/21831/task/21837/stat : 21837 (java) S 21817 21817 21747 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 160667322 881729536 55068 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21831/tid=21838] ppid=21817 vsize=861064 CPUtime=0
/proc/21831/task/21838/stat : 21838 (java) S 21817 21817 21747 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 160667322 881729536 55068 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 908632

[startup+25.6716 s]
/proc/loadavg: 2.69 2.74 2.50 3/102 21838
/proc/meminfo: memFree=774384/2055924 swapFree=4165672/4192956
[pid=21817] ppid=21815 vsize=47568 CPUtime=0.01
/proc/21817/stat : 21817 (galac.sh) S 21815 21817 21747 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 160667310 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21817/statm: 11892 363 245 79 0 218 0
[pid=21831] ppid=21817 vsize=861064 CPUtime=25.38
/proc/21831/stat : 21831 (java) R 21817 21817 21747 0 -1 0 55350 0 1 0 2498 40 0 0 25 0 8 0 160667314 881729536 55069 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073989831 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21831/statm: 215266 55069 1993 14 0 201471 0
[pid=21831/tid=21832] ppid=21817 vsize=861064 CPUtime=1.73
/proc/21831/task/21832/stat : 21832 (java) S 21817 21817 21747 0 -1 64 39423 0 0 0 151 22 0 0 16 0 8 0 160667318 881729536 55069 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21831/tid=21833] ppid=21817 vsize=861064 CPUtime=0
/proc/21831/task/21833/stat : 21833 (java) S 21817 21817 21747 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 160667318 881729536 55069 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21831/tid=21834] ppid=21817 vsize=861064 CPUtime=0
/proc/21831/task/21834/stat : 21834 (java) S 21817 21817 21747 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 160667318 881729536 55069 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21831/tid=21835] ppid=21817 vsize=861064 CPUtime=0
/proc/21831/task/21835/stat : 21835 (java) S 21817 21817 21747 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 160667322 881729536 55069 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21831/tid=21836] ppid=21817 vsize=861064 CPUtime=0.28
/proc/21831/task/21836/stat : 21836 (java) S 21817 21817 21747 0 -1 64 972 0 0 0 27 1 0 0 15 0 8 0 160667322 881729536 55069 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21831/tid=21837] ppid=21817 vsize=861064 CPUtime=0
/proc/21831/task/21837/stat : 21837 (java) S 21817 21817 21747 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 160667322 881729536 55069 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21831/tid=21838] ppid=21817 vsize=861064 CPUtime=0
/proc/21831/task/21838/stat : 21838 (java) S 21817 21817 21747 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 160667322 881729536 55069 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 908632

[startup+51.3176 s]
/proc/loadavg: 2.45 2.68 2.48 3/95 21839
/proc/meminfo: memFree=919464/2055924 swapFree=4165672/4192956
[pid=21817] ppid=21815 vsize=47568 CPUtime=43.44
/proc/21817/stat : 21817 (galac.sh) S 21815 21817 21747 0 -1 4194304 799 57092 0 1 0 0 4292 52 17 0 1 0 160667310 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21817/statm: 11892 363 245 79 0 218 0
[pid=21839] ppid=21817 vsize=60424 CPUtime=7.41
/proc/21839/stat : 21839 (minisat) R 21817 21817 21747 0 -1 4194304 14491 0 0 0 730 11 0 0 25 0 1 0 160671695 61874176 14473 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/21839/statm: 15106 14473 54 142 0 14962 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 107992

[startup+102.585 s]
/proc/loadavg: 2.25 2.59 2.46 3/95 21839
/proc/meminfo: memFree=911400/2055924 swapFree=4165672/4192956
[pid=21817] ppid=21815 vsize=47568 CPUtime=43.44
/proc/21817/stat : 21817 (galac.sh) S 21815 21817 21747 0 -1 4194304 799 57092 0 1 0 0 4292 52 17 0 1 0 160667310 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21817/statm: 11892 363 245 79 0 218 0
[pid=21839] ppid=21817 vsize=68536 CPUtime=58.43
/proc/21839/stat : 21839 (minisat) R 21817 21817 21747 0 -1 4194304 16551 0 0 0 5828 15 0 0 25 0 1 0 160671695 70180864 16533 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/21839/statm: 17134 16533 54 142 0 16990 0
Current children cumulated CPU time (s) 101.87
Current children cumulated vsize (KiB) 116104

[startup+162.598 s]
/proc/loadavg: 2.13 2.49 2.43 3/95 21839
/proc/meminfo: memFree=903656/2055924 swapFree=4165672/4192956
[pid=21817] ppid=21815 vsize=47568 CPUtime=43.44
/proc/21817/stat : 21817 (galac.sh) S 21815 21817 21747 0 -1 4194304 799 57092 0 1 0 0 4292 52 17 0 1 0 160667310 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21817/statm: 11892 363 245 79 0 218 0

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

/proc/loadavg: 2.32 2.19 2.24 5/98 21949
/proc/meminfo: memFree=890704/2055924 swapFree=4165672/4192956
[pid=21817] ppid=21815 vsize=47568 CPUtime=43.44
/proc/21817/stat : 21817 (galac.sh) S 21815 21817 21747 0 -1 4194304 799 57092 0 1 0 0 4292 52 17 0 1 0 160667310 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21817/statm: 11892 363 245 79 0 218 0
[pid=21839] ppid=21817 vsize=154212 CPUtime=1073.84
/proc/21839/stat : 21839 (minisat) R 21817 21817 21747 0 -1 4194304 37938 0 0 0 107337 47 0 0 25 0 1 0 160671695 157913088 37920 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/21839/statm: 38553 37920 54 142 0 38409 0
Current children cumulated CPU time (s) 1117.28
Current children cumulated vsize (KiB) 201780

[startup+1183.37 s]
/proc/loadavg: 2.50 2.25 2.25 3/98 21949
/proc/meminfo: memFree=698128/2055924 swapFree=4165672/4192956
[pid=21817] ppid=21815 vsize=47568 CPUtime=43.44
/proc/21817/stat : 21817 (galac.sh) S 21815 21817 21747 0 -1 4194304 799 57092 0 1 0 0 4292 52 17 0 1 0 160667310 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21817/statm: 11892 363 245 79 0 218 0
[pid=21839] ppid=21817 vsize=159360 CPUtime=1133.22
/proc/21839/stat : 21839 (minisat) R 21817 21817 21747 0 -1 4194304 39227 0 0 0 113273 49 0 0 25 0 1 0 160671695 163184640 39209 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529533 0 0 4096 3 0 0 0 17 1 0 0
/proc/21839/statm: 39840 39209 54 142 0 39696 0
Current children cumulated CPU time (s) 1176.66
Current children cumulated vsize (KiB) 206928

[startup+1243.4 s]
/proc/loadavg: 2.30 2.25 2.25 3/98 21949
/proc/meminfo: memFree=694096/2055924 swapFree=4165672/4192956
[pid=21817] ppid=21815 vsize=47568 CPUtime=43.44
/proc/21817/stat : 21817 (galac.sh) S 21815 21817 21747 0 -1 4194304 799 57092 0 1 0 0 4292 52 17 0 1 0 160667310 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21817/statm: 11892 363 245 79 0 218 0
[pid=21839] ppid=21817 vsize=163320 CPUtime=1193.24
/proc/21839/stat : 21839 (minisat) R 21817 21817 21747 0 -1 4194304 40227 0 0 0 119273 51 0 0 25 0 1 0 160671695 167239680 40209 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134527037 0 0 4096 3 0 0 0 17 1 0 0
/proc/21839/statm: 40830 40209 54 142 0 40686 0
Current children cumulated CPU time (s) 1236.68
Current children cumulated vsize (KiB) 210888

[startup+1303.4 s]
/proc/loadavg: 2.22 2.23 2.24 3/98 21949
/proc/meminfo: memFree=690832/2055924 swapFree=4165672/4192956
[pid=21817] ppid=21815 vsize=47568 CPUtime=43.44
/proc/21817/stat : 21817 (galac.sh) S 21815 21817 21747 0 -1 4194304 799 57092 0 1 0 0 4292 52 17 0 1 0 160667310 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21817/statm: 11892 363 245 79 0 218 0
[pid=21839] ppid=21817 vsize=166488 CPUtime=1253.22
/proc/21839/stat : 21839 (minisat) R 21817 21817 21747 0 -1 4194304 41012 0 0 0 125269 53 0 0 25 0 1 0 160671695 170483712 40994 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529506 0 0 4096 3 0 0 0 17 1 0 0
/proc/21839/statm: 41622 40994 54 142 0 41478 0
Current children cumulated CPU time (s) 1296.66
Current children cumulated vsize (KiB) 214056

[startup+1363.5 s]
/proc/loadavg: 2.08 2.18 2.22 3/98 21949
/proc/meminfo: memFree=687632/2055924 swapFree=4165672/4192956
[pid=21817] ppid=21815 vsize=47568 CPUtime=43.44
/proc/21817/stat : 21817 (galac.sh) S 21815 21817 21747 0 -1 4194304 799 57092 0 1 0 0 4292 52 17 0 1 0 160667310 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21817/statm: 11892 363 245 79 0 218 0
[pid=21839] ppid=21817 vsize=169532 CPUtime=1313.31
/proc/21839/stat : 21839 (minisat) R 21817 21817 21747 0 -1 4194304 41781 0 0 0 131277 54 0 0 25 0 1 0 160671695 173600768 41763 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529530 0 0 4096 3 0 0 0 17 1 0 0
/proc/21839/statm: 42383 41763 54 142 0 42239 0
Current children cumulated CPU time (s) 1356.75
Current children cumulated vsize (KiB) 217100

[startup+1423.58 s]
/proc/loadavg: 2.03 2.15 2.21 4/98 21949
/proc/meminfo: memFree=685008/2055924 swapFree=4165672/4192956
[pid=21817] ppid=21815 vsize=47568 CPUtime=43.44
/proc/21817/stat : 21817 (galac.sh) S 21815 21817 21747 0 -1 4194304 799 57092 0 1 0 0 4292 52 17 0 1 0 160667310 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21817/statm: 11892 363 245 79 0 218 0
[pid=21839] ppid=21817 vsize=172180 CPUtime=1373.37
/proc/21839/stat : 21839 (minisat) R 21817 21817 21747 0 -1 4194304 42448 0 0 0 137281 56 0 0 25 0 1 0 160671695 176312320 42430 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/21839/statm: 43045 42430 54 142 0 42901 0
Current children cumulated CPU time (s) 1416.81
Current children cumulated vsize (KiB) 219748

[startup+1483.61 s]
/proc/loadavg: 2.13 2.15 2.20 3/95 22020
/proc/meminfo: memFree=1284008/2055924 swapFree=4165672/4192956
[pid=21817] ppid=21815 vsize=47568 CPUtime=43.44
/proc/21817/stat : 21817 (galac.sh) S 21815 21817 21747 0 -1 4194304 799 57092 0 1 0 0 4292 52 17 0 1 0 160667310 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21817/statm: 11892 363 245 79 0 218 0
[pid=21839] ppid=21817 vsize=174828 CPUtime=1432.96
/proc/21839/stat : 21839 (minisat) R 21817 21817 21747 0 -1 4194304 43107 0 0 0 143238 58 0 0 25 0 1 0 160671695 179023872 43089 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/21839/statm: 43707 43089 54 142 0 43563 0
Current children cumulated CPU time (s) 1476.4
Current children cumulated vsize (KiB) 222396

[startup+1543.69 s]
/proc/loadavg: 2.02 2.12 2.18 3/87 22281
/proc/meminfo: memFree=1400096/2055924 swapFree=4165672/4192956
[pid=21817] ppid=21815 vsize=47568 CPUtime=43.44
/proc/21817/stat : 21817 (galac.sh) S 21815 21817 21747 0 -1 4194304 799 57092 0 1 0 0 4292 52 17 0 1 0 160667310 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21817/statm: 11892 363 245 79 0 218 0
[pid=21839] ppid=21817 vsize=178260 CPUtime=1492.55
/proc/21839/stat : 21839 (minisat) R 21817 21817 21747 0 -1 4194304 43995 0 0 0 149195 60 0 0 25 0 1 0 160671695 182538240 43977 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529327 0 0 4096 3 0 0 0 17 0 0 0
/proc/21839/statm: 44565 43977 54 142 0 44421 0
Current children cumulated CPU time (s) 1535.99
Current children cumulated vsize (KiB) 225828

[startup+1603.74 s]
/proc/loadavg: 2.00 2.10 2.17 3/87 22281
/proc/meminfo: memFree=1397088/2055924 swapFree=4165672/4192956
[pid=21817] ppid=21815 vsize=47568 CPUtime=43.44
/proc/21817/stat : 21817 (galac.sh) S 21815 21817 21747 0 -1 4194304 799 57092 0 1 0 0 4292 52 17 0 1 0 160667310 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21817/statm: 11892 363 245 79 0 218 0
[pid=21839] ppid=21817 vsize=181580 CPUtime=1552.33
/proc/21839/stat : 21839 (minisat) R 21817 21817 21747 0 -1 4194304 44810 0 0 0 155172 61 0 0 25 0 1 0 160671695 185937920 44792 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/21839/statm: 45395 44792 54 142 0 45251 0
Current children cumulated CPU time (s) 1595.77
Current children cumulated vsize (KiB) 229148

[startup+1663.79 s]
/proc/loadavg: 2.00 2.08 2.16 3/87 22281
/proc/meminfo: memFree=1394464/2055924 swapFree=4165672/4192956
[pid=21817] ppid=21815 vsize=47568 CPUtime=43.44
/proc/21817/stat : 21817 (galac.sh) S 21815 21817 21747 0 -1 4194304 799 57092 0 1 0 0 4292 52 17 0 1 0 160667310 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21817/statm: 11892 363 245 79 0 218 0
[pid=21839] ppid=21817 vsize=184096 CPUtime=1612.09
/proc/21839/stat : 21839 (minisat) R 21817 21817 21747 0 -1 4194304 45467 0 0 0 161147 62 0 0 25 0 1 0 160671695 188514304 45449 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/21839/statm: 46024 45449 54 142 0 45880 0
Current children cumulated CPU time (s) 1655.53
Current children cumulated vsize (KiB) 231664

[startup+1723.85 s]
/proc/loadavg: 2.00 2.06 2.15 3/87 22318
/proc/meminfo: memFree=1140256/2055924 swapFree=4165672/4192956
[pid=21817] ppid=21815 vsize=47568 CPUtime=43.44
/proc/21817/stat : 21817 (galac.sh) S 21815 21817 21747 0 -1 4194304 799 57092 0 1 0 0 4292 52 17 0 1 0 160667310 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21817/statm: 11892 363 245 79 0 218 0
[pid=21839] ppid=21817 vsize=188212 CPUtime=1671.9
/proc/21839/stat : 21839 (minisat) R 21817 21817 21747 0 -1 4194304 46473 0 0 0 167126 64 0 0 25 0 1 0 160671695 192729088 46455 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/21839/statm: 47053 46455 54 142 0 46909 0
Current children cumulated CPU time (s) 1715.34
Current children cumulated vsize (KiB) 235780

[startup+1783.92 s]
/proc/loadavg: 2.10 2.08 2.15 3/93 22456
/proc/meminfo: memFree=483760/2055924 swapFree=4165672/4192956
[pid=21817] ppid=21815 vsize=47568 CPUtime=43.44
/proc/21817/stat : 21817 (galac.sh) S 21815 21817 21747 0 -1 4194304 799 57092 0 1 0 0 4292 52 17 0 1 0 160667310 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21817/statm: 11892 363 245 79 0 218 0
[pid=21839] ppid=21817 vsize=192452 CPUtime=1731.6
/proc/21839/stat : 21839 (minisat) R 21817 21817 21747 0 -1 4194304 47442 0 0 0 173083 77 0 0 25 0 1 0 160671695 197070848 47424 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529361 0 0 4096 3 0 0 0 17 0 0 0
/proc/21839/statm: 48113 47424 54 142 0 47969 0
Current children cumulated CPU time (s) 1775.04
Current children cumulated vsize (KiB) 240020



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.07 s]
/proc/loadavg: 2.01 2.05 2.14 3/93 22514
/proc/meminfo: memFree=1205680/2055924 swapFree=4165672/4192956
[pid=21817] ppid=21815 vsize=47568 CPUtime=43.44
/proc/21817/stat : 21817 (galac.sh) S 21815 21817 21747 0 -1 4194304 799 57092 0 1 0 0 4292 52 17 0 1 0 160667310 48709632 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 268582447962 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21817/statm: 11892 363 245 79 0 218 0
[pid=21839] ppid=21817 vsize=193772 CPUtime=1756.61
/proc/21839/stat : 21839 (minisat) R 21817 21817 21747 0 -1 4194304 47777 0 0 0 175578 83 0 0 25 0 1 0 160671695 198422528 47759 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/21839/statm: 48443 47759 54 142 0 48299 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 241340

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 21817 and gives childrusage.ru_utime.tv_sec=42 childrusage.ru_utime.tv_usec=929473 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=536918
CPU time returned by wait4() is 43.4664
while last known CPU time is 1800.05

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

Real time (s): 1809.08
CPU time (s): 1800.05
CPU user time (s): 1798.7
CPU system time (s): 1.35
CPU usage (%): 99.5007
Max. virtual memory (cumulated for all children) (KiB): 908632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 42.9295
system time used= 0.536918
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57891
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= 2438
involuntary context switches= 4534

runsolver used 1.9507 s user time and 5.74613 s system time

The end

Launcher Data (download as text)

Begin job on node6 on Sat Jan  6 22:31:59 UTC 2007


IDJOB= 196368
IDBENCH= 3346
FILE ID= node6/196368-1168122719

PBS_JOBID= 3477167

Free space on /tmp= 66507 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  3f9b8298c383f679f7ce2538272a55d3

RANDOM SEED= 154128220

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.240
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.240
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:      2055924 kB
MemFree:        995272 kB
Buffers:         55844 kB
Cached:         275356 kB
SwapCached:       2476 kB
Active:         772916 kB
Inactive:       196452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:        995272 kB
SwapTotal:     4192956 kB
SwapFree:      4165672 kB
Dirty:            5996 kB
Writeback:           0 kB
Mapped:         654448 kB
Slab:            74656 kB
Committed_AS:  5069168 kB
PageTables:       3604 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= 66509 MiB



End job on node6 on Sat Jan  6 23:02:08 UTC 2007