Trace number 196069

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.02 1809.05

General information on the benchmark

Namerandom/rand-3-24-24/
rand-3-24-24-76-632-11_ext.xml
MD5SUM319c407682b16d5592d041c90ba4e937
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1232.27
SatisfiableNO
(Un)Satisfiability was proved
Number of variables24
Number of constraints74
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension74
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.07	c --- Preproc Stats ---
3.05	c start processing
3.06	c start relation processing
9.52	c start cnf exporting
38.51	c parsing time : 2.852
38.51	c preprocessing time : 38.305
38.51	
38.51	c Nary constraints - conflicts : 0 supports : 74
38.51	c Binary constraints - conflicts : 0 supports :0
38.51	c max arity constraint : 3
38.51	c Max Tuples generated 0
38.51	c relations : 74
38.51	c relations BDD: 74
38.51	c vars : 289911 - clauses :  916218
38.51	
38.58	 
38.58	c --- Minisat Stats ---
38.58	 

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/node26/watcher-196069-1168118592 -o ROOT/results/node26/solver-196069-1168118592 -C 1800 -M 900 /tmp/evaluation/196069-1168118592/galac.sh /tmp/evaluation/196069-1168118592/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: 0.92 0.98 0.99 6/86 32589
/proc/meminfo: memFree=1825568/2055920 swapFree=4192812/4192956
[pid=32588] ppid=32583 vsize=8564 CPUtime=0
/proc/32588/stat : 32588 (galac.sh) D 32583 32588 32458 0 -1 4194304 317 0 0 0 0 0 0 0 19 0 1 0 160253505 8769536 261 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028655058 0 2 4096 8192 18446744072100051646 0 0 17 1 0 0
/proc/32588/statm: 2141 261 201 79 0 134 0

[startup+0.105808 s]
/proc/loadavg: 0.92 0.98 0.99 6/86 32589
/proc/meminfo: memFree=1825568/2055920 swapFree=4192812/4192956
[pid=32588] ppid=32583 vsize=47568 CPUtime=0.05
/proc/32588/stat : 32588 (galac.sh) S 32583 32588 32458 0 -1 4194304 761 1704 0 0 0 1 0 4 17 0 1 0 160253505 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32588/statm: 11892 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 47568

[startup+0.514843 s]
/proc/loadavg: 0.92 0.98 0.99 6/86 32589
/proc/meminfo: memFree=1825568/2055920 swapFree=4192812/4192956
[pid=32588] ppid=32583 vsize=47568 CPUtime=0.05
/proc/32588/stat : 32588 (galac.sh) S 32583 32588 32458 0 -1 4194304 761 1704 0 0 0 1 0 4 17 0 1 0 160253505 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32588/statm: 11892 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 47568

[startup+1.33592 s]
/proc/loadavg: 0.92 0.98 0.99 5/105 32620
/proc/meminfo: memFree=1721856/2055920 swapFree=4192812/4192956
[pid=32588] ppid=32583 vsize=47568 CPUtime=0.05
/proc/32588/stat : 32588 (galac.sh) S 32583 32588 32458 0 -1 4194304 761 1704 0 0 0 1 0 4 17 0 1 0 160253505 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32588/statm: 11892 363 245 79 0 218 0
[pid=32602] ppid=32588 vsize=861604 CPUtime=1.24
/proc/32602/stat : 32602 (java) R 32588 32588 32458 0 -1 0 21648 0 1 0 113 11 0 0 24 0 8 0 160253513 882282496 21401 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073652591 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32602/statm: 215401 21401 1964 14 0 201606 0
[pid=32602/tid=32605] ppid=32588 vsize=861604 CPUtime=0.05
/proc/32602/task/32605/stat : 32605 (java) S 32588 32588 32458 0 -1 64 5885 0 0 0 3 2 0 0 16 0 8 0 160253516 882282496 21401 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32602/tid=32607] ppid=32588 vsize=861604 CPUtime=0
/proc/32602/task/32607/stat : 32607 (java) S 32588 32588 32458 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 160253517 882282496 21401 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32602/tid=32608] ppid=32588 vsize=861604 CPUtime=0
/proc/32602/task/32608/stat : 32608 (java) S 32588 32588 32458 0 -1 64 3 0 0 0 0 0 0 0 20 0 8 0 160253517 882282496 21401 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32602/tid=32611] ppid=32588 vsize=861604 CPUtime=0
/proc/32602/task/32611/stat : 32611 (java) S 32588 32588 32458 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 160253520 882282496 21401 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32602/tid=32612] ppid=32588 vsize=861604 CPUtime=0.11
/proc/32602/task/32612/stat : 32612 (java) S 32588 32588 32458 0 -1 64 914 0 0 0 11 0 0 0 16 0 8 0 160253520 882282496 21401 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32602/tid=32613] ppid=32588 vsize=861604 CPUtime=0
/proc/32602/task/32613/stat : 32613 (java) S 32588 32588 32458 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 160253520 882282496 21401 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32602/tid=32614] ppid=32588 vsize=861604 CPUtime=0
/proc/32602/task/32614/stat : 32614 (java) S 32588 32588 32458 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160253520 882282496 21401 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 909172

[startup+2.99208 s]
/proc/loadavg: 0.92 0.98 0.99 6/105 32620
/proc/meminfo: memFree=1646080/2055920 swapFree=4192812/4192956
[pid=32588] ppid=32583 vsize=47568 CPUtime=0.05
/proc/32588/stat : 32588 (galac.sh) S 32583 32588 32458 0 -1 4194304 761 1704 0 0 0 1 0 4 17 0 1 0 160253505 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32588/statm: 11892 363 245 79 0 218 0
[pid=32602] ppid=32588 vsize=861604 CPUtime=2.88
/proc/32602/stat : 32602 (java) R 32588 32588 32458 0 -1 0 25849 0 1 0 274 14 0 0 25 0 8 0 160253513 882282496 25596 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073652494 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32602/statm: 215401 25596 1964 14 0 201606 0
[pid=32602/tid=32605] ppid=32588 vsize=861604 CPUtime=0.21
/proc/32602/task/32605/stat : 32605 (java) S 32588 32588 32458 0 -1 64 10070 0 0 0 17 4 0 0 16 0 8 0 160253516 882282496 25596 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32602/tid=32607] ppid=32588 vsize=861604 CPUtime=0
/proc/32602/task/32607/stat : 32607 (java) S 32588 32588 32458 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 160253517 882282496 25596 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32602/tid=32608] ppid=32588 vsize=861604 CPUtime=0
/proc/32602/task/32608/stat : 32608 (java) S 32588 32588 32458 0 -1 64 3 0 0 0 0 0 0 0 20 0 8 0 160253517 882282496 25596 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32602/tid=32611] ppid=32588 vsize=861604 CPUtime=0
/proc/32602/task/32611/stat : 32611 (java) S 32588 32588 32458 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 160253520 882282496 25596 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32602/tid=32612] ppid=32588 vsize=861604 CPUtime=0.15
/proc/32602/task/32612/stat : 32612 (java) S 32588 32588 32458 0 -1 64 924 0 0 0 14 1 0 0 16 0 8 0 160253520 882282496 25596 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32602/tid=32613] ppid=32588 vsize=861604 CPUtime=0
/proc/32602/task/32613/stat : 32613 (java) S 32588 32588 32458 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 160253520 882282496 25596 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32602/tid=32614] ppid=32588 vsize=861604 CPUtime=0
/proc/32602/task/32614/stat : 32614 (java) S 32588 32588 32458 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160253520 882282496 25596 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 909172

[startup+6.19938 s]
/proc/loadavg: 1.01 1.00 1.00 3/106 32621
/proc/meminfo: memFree=1579576/2055920 swapFree=4192812/4192956
[pid=32588] ppid=32583 vsize=47568 CPUtime=0.05
/proc/32588/stat : 32588 (galac.sh) S 32583 32588 32458 0 -1 4194304 761 1704 0 0 0 1 0 4 17 0 1 0 160253505 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32588/statm: 11892 363 245 79 0 218 0
[pid=32602] ppid=32588 vsize=861604 CPUtime=5.94
/proc/32602/stat : 32602 (java) S 32588 32588 32458 0 -1 0 36193 0 1 0 574 20 0 0 25 0 8 0 160253513 882282496 35938 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32602/statm: 215401 35938 1972 14 0 201606 0
[pid=32602/tid=32605] ppid=32588 vsize=861604 CPUtime=0.69
/proc/32602/task/32605/stat : 32605 (java) R 32588 32588 32458 0 -1 64 20364 0 0 0 60 9 0 0 19 0 8 0 160253516 882282496 35938 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4153827336 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32602/tid=32607] ppid=32588 vsize=861604 CPUtime=0
/proc/32602/task/32607/stat : 32607 (java) S 32588 32588 32458 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 160253517 882282496 35938 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32602/tid=32608] ppid=32588 vsize=861604 CPUtime=0
/proc/32602/task/32608/stat : 32608 (java) S 32588 32588 32458 0 -1 64 3 0 0 0 0 0 0 0 20 0 8 0 160253517 882282496 35938 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32602/tid=32611] ppid=32588 vsize=861604 CPUtime=0
/proc/32602/task/32611/stat : 32611 (java) S 32588 32588 32458 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 160253520 882282496 35938 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32602/tid=32612] ppid=32588 vsize=861604 CPUtime=0.2
/proc/32602/task/32612/stat : 32612 (java) S 32588 32588 32458 0 -1 64 954 0 0 0 19 1 0 0 15 0 8 0 160253520 882282496 35938 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32602/tid=32613] ppid=32588 vsize=861604 CPUtime=0
/proc/32602/task/32613/stat : 32613 (java) S 32588 32588 32458 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 160253520 882282496 35938 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32602/tid=32614] ppid=32588 vsize=861604 CPUtime=0
/proc/32602/task/32614/stat : 32614 (java) S 32588 32588 32458 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160253520 882282496 35938 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.99
Current children cumulated vsize (KiB) 909172

[startup+12.679 s]
/proc/loadavg: 1.25 1.05 1.02 4/106 32621
/proc/meminfo: memFree=1474488/2055920 swapFree=4192812/4192956
[pid=32588] ppid=32583 vsize=47568 CPUtime=0.05
/proc/32588/stat : 32588 (galac.sh) S 32583 32588 32458 0 -1 4194304 761 1704 0 0 0 1 0 4 17 0 1 0 160253505 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32588/statm: 11892 363 245 79 0 218 0
[pid=32602] ppid=32588 vsize=861604 CPUtime=12.38
/proc/32602/stat : 32602 (java) R 32588 32588 32458 0 -1 0 53951 0 2 0 1208 30 0 0 25 0 8 0 160253513 882282496 53690 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073989876 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32602/statm: 215401 53690 1994 14 0 201606 0
[pid=32602/tid=32605] ppid=32588 vsize=861604 CPUtime=1.44
/proc/32602/task/32605/stat : 32605 (java) S 32588 32588 32458 0 -1 64 38039 0 0 0 126 18 0 0 16 0 8 0 160253516 882282496 53690 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32602/tid=32607] ppid=32588 vsize=861604 CPUtime=0
/proc/32602/task/32607/stat : 32607 (java) S 32588 32588 32458 0 -1 64 12 0 0 0 0 0 0 0 17 0 8 0 160253517 882282496 53690 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32602/tid=32608] ppid=32588 vsize=861604 CPUtime=0
/proc/32602/task/32608/stat : 32608 (java) S 32588 32588 32458 0 -1 64 3 0 0 0 0 0 0 0 20 0 8 0 160253517 882282496 53690 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32602/tid=32611] ppid=32588 vsize=861604 CPUtime=0
/proc/32602/task/32611/stat : 32611 (java) S 32588 32588 32458 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 160253520 882282496 53690 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32602/tid=32612] ppid=32588 vsize=861604 CPUtime=0.27
/proc/32602/task/32612/stat : 32612 (java) S 32588 32588 32458 0 -1 64 989 0 0 0 25 2 0 0 15 0 8 0 160253520 882282496 53690 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32602/tid=32613] ppid=32588 vsize=861604 CPUtime=0
/proc/32602/task/32613/stat : 32613 (java) S 32588 32588 32458 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 160253520 882282496 53690 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32602/tid=32614] ppid=32588 vsize=861604 CPUtime=0
/proc/32602/task/32614/stat : 32614 (java) S 32588 32588 32458 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160253520 882282496 53690 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 909172

[startup+25.5582 s]
/proc/loadavg: 1.41 1.10 1.03 3/106 32621
/proc/meminfo: memFree=1467576/2055920 swapFree=4192812/4192956
[pid=32588] ppid=32583 vsize=47568 CPUtime=0.05
/proc/32588/stat : 32588 (galac.sh) S 32583 32588 32458 0 -1 4194304 761 1704 0 0 0 1 0 4 17 0 1 0 160253505 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32588/statm: 11892 363 245 79 0 218 0
[pid=32602] ppid=32588 vsize=861604 CPUtime=25.18
/proc/32602/stat : 32602 (java) R 32588 32588 32458 0 -1 0 53975 0 2 0 2482 36 0 0 25 0 8 0 160253513 882282496 53691 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32602/statm: 215401 53691 1995 14 0 201606 0
[pid=32602/tid=32605] ppid=32588 vsize=861604 CPUtime=1.46
/proc/32602/task/32605/stat : 32605 (java) S 32588 32588 32458 0 -1 64 38040 0 0 0 128 18 0 0 16 0 8 0 160253516 882282496 53691 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32602/tid=32607] ppid=32588 vsize=861604 CPUtime=0
/proc/32602/task/32607/stat : 32607 (java) S 32588 32588 32458 0 -1 64 12 0 0 0 0 0 0 0 17 0 8 0 160253517 882282496 53691 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32602/tid=32608] ppid=32588 vsize=861604 CPUtime=0
/proc/32602/task/32608/stat : 32608 (java) S 32588 32588 32458 0 -1 64 3 0 0 0 0 0 0 0 20 0 8 0 160253517 882282496 53691 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32602/tid=32611] ppid=32588 vsize=861604 CPUtime=0
/proc/32602/task/32611/stat : 32611 (java) S 32588 32588 32458 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 160253520 882282496 53691 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32602/tid=32612] ppid=32588 vsize=861604 CPUtime=0.27
/proc/32602/task/32612/stat : 32612 (java) S 32588 32588 32458 0 -1 64 989 0 0 0 25 2 0 0 15 0 8 0 160253520 882282496 53691 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32602/tid=32613] ppid=32588 vsize=861604 CPUtime=0
/proc/32602/task/32613/stat : 32613 (java) S 32588 32588 32458 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 160253520 882282496 53691 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32602/tid=32614] ppid=32588 vsize=861604 CPUtime=0
/proc/32602/task/32614/stat : 32614 (java) S 32588 32588 32458 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160253520 882282496 53691 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 909172

[startup+51.1666 s]
/proc/loadavg: 1.61 1.17 1.06 3/99 32622
/proc/meminfo: memFree=1610352/2055920 swapFree=4192812/4192956
[pid=32588] ppid=32583 vsize=47568 CPUtime=38.15
/proc/32588/stat : 32588 (galac.sh) S 32583 32588 32458 0 -1 4194304 799 55712 0 2 0 1 3767 47 17 0 1 0 160253505 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32588/statm: 11892 363 245 79 0 218 0
[pid=32622] ppid=32588 vsize=59876 CPUtime=12.51
/proc/32622/stat : 32622 (minisat) R 32588 32588 32458 0 -1 4194304 14172 0 0 0 1241 10 0 0 25 0 1 0 160257363 61313024 14154 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529313 0 0 4096 3 0 0 0 17 1 0 0
/proc/32622/statm: 14969 14154 54 142 0 14825 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 107444

[startup+102.396 s]
/proc/loadavg: 1.91 1.31 1.11 3/99 32622
/proc/meminfo: memFree=1555824/2055920 swapFree=4192812/4192956
[pid=32588] ppid=32583 vsize=47568 CPUtime=38.15
/proc/32588/stat : 32588 (galac.sh) S 32583 32588 32458 0 -1 4194304 799 55712 0 2 0 1 3767 47 17 0 1 0 160253505 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32588/statm: 11892 363 245 79 0 218 0
[pid=32622] ppid=32588 vsize=68856 CPUtime=63.49
/proc/32622/stat : 32622 (minisat) R 32588 32588 32458 0 -1 4194304 16443 0 0 0 6335 14 0 0 25 0 1 0 160257363 70508544 16425 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529718 0 0 4096 3 0 0 0 17 1 0 0
/proc/32622/statm: 17214 16425 54 142 0 17070 0
Current children cumulated CPU time (s) 101.64
Current children cumulated vsize (KiB) 116424

[startup+162.463 s]
/proc/loadavg: 2.07 1.46 1.17 3/99 32622
/proc/meminfo: memFree=1533680/2055920 swapFree=4192812/4192956
[pid=32588] ppid=32583 vsize=47568 CPUtime=38.15
/proc/32588/stat : 32588 (galac.sh) S 32583 32588 32458 0 -1 4194304 799 55712 0 2 0 1 3767 47 17 0 1 0 160253505 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32588/statm: 11892 363 245 79 0 218 0
[pid=32622] ppid=32588 vsize=78156 CPUtime=123.25
/proc/32622/stat : 32622 (minisat) R 32588 32588 32458 0 -1 4194304 18781 0 0 0 12307 18 0 0 25 0 1 0 160257363 80031744 18763 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/32622/statm: 19539 18763 54 142 0 19395 0
Current children cumulated CPU time (s) 161.4
Current children cumulated vsize (KiB) 125724


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

/proc/loadavg: 2.01 1.97 1.69 3/99 32622
/proc/meminfo: memFree=1252784/2055920 swapFree=4192812/4192956
[pid=32588] ppid=32583 vsize=47568 CPUtime=38.15
/proc/32588/stat : 32588 (galac.sh) S 32583 32588 32458 0 -1 4194304 799 55712 0 2 0 1 3767 47 17 0 1 0 160253505 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32588/statm: 11892 363 245 79 0 218 0
[pid=32622] ppid=32588 vsize=169864 CPUtime=1079.64
/proc/32622/stat : 32622 (minisat) R 32588 32588 32458 0 -1 4194304 41666 0 0 0 107914 50 0 0 25 0 1 0 160257363 173940736 41648 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/32622/statm: 42466 41648 54 142 0 42322 0
Current children cumulated CPU time (s) 1117.79
Current children cumulated vsize (KiB) 217432

[startup+1183.47 s]
/proc/loadavg: 2.00 1.97 1.70 3/99 32622
/proc/meminfo: memFree=1248048/2055920 swapFree=4192812/4192956
[pid=32588] ppid=32583 vsize=47568 CPUtime=38.15
/proc/32588/stat : 32588 (galac.sh) S 32583 32588 32458 0 -1 4194304 799 55712 0 2 0 1 3767 47 17 0 1 0 160253505 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32588/statm: 11892 363 245 79 0 218 0
[pid=32622] ppid=32588 vsize=174488 CPUtime=1139.42
/proc/32622/stat : 32622 (minisat) R 32588 32588 32458 0 -1 4194304 42836 0 0 0 113892 50 0 0 25 0 1 0 160257363 178675712 42818 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/32622/statm: 43622 42818 54 142 0 43478 0
Current children cumulated CPU time (s) 1177.57
Current children cumulated vsize (KiB) 222056

[startup+1243.53 s]
/proc/loadavg: 2.00 1.97 1.72 3/99 32622
/proc/meminfo: memFree=1244912/2055920 swapFree=4192812/4192956
[pid=32588] ppid=32583 vsize=47568 CPUtime=38.15
/proc/32588/stat : 32588 (galac.sh) S 32583 32588 32458 0 -1 4194304 799 55712 0 2 0 1 3767 47 17 0 1 0 160253505 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32588/statm: 11892 363 245 79 0 218 0
[pid=32622] ppid=32588 vsize=177540 CPUtime=1199.19
/proc/32622/stat : 32622 (minisat) R 32588 32588 32458 0 -1 4194304 43596 0 0 0 119867 52 0 0 25 0 1 0 160257363 181800960 43578 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/32622/statm: 44385 43578 54 142 0 44241 0
Current children cumulated CPU time (s) 1237.34
Current children cumulated vsize (KiB) 225108

[startup+1303.6 s]
/proc/loadavg: 2.00 1.97 1.74 3/99 32622
/proc/meminfo: memFree=1214128/2055920 swapFree=4192812/4192956
[pid=32588] ppid=32583 vsize=47568 CPUtime=38.15
/proc/32588/stat : 32588 (galac.sh) S 32583 32588 32458 0 -1 4194304 799 55712 0 2 0 1 3767 47 17 0 1 0 160253505 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32588/statm: 11892 363 245 79 0 218 0
[pid=32622] ppid=32588 vsize=180604 CPUtime=1258.88
/proc/32622/stat : 32622 (minisat) R 32588 32588 32458 0 -1 4194304 44380 0 0 0 125835 53 0 0 25 0 1 0 160257363 184938496 44362 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/32622/statm: 45151 44362 54 142 0 45007 0
Current children cumulated CPU time (s) 1297.03
Current children cumulated vsize (KiB) 228172

[startup+1363.66 s]
/proc/loadavg: 2.07 1.99 1.75 3/99 32622
/proc/meminfo: memFree=1210224/2055920 swapFree=4192812/4192956
[pid=32588] ppid=32583 vsize=47568 CPUtime=38.15
/proc/32588/stat : 32588 (galac.sh) S 32583 32588 32458 0 -1 4194304 799 55712 0 2 0 1 3767 47 17 0 1 0 160253505 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32588/statm: 11892 363 245 79 0 218 0
[pid=32622] ppid=32588 vsize=184456 CPUtime=1318.66
/proc/32622/stat : 32622 (minisat) R 32588 32588 32458 0 -1 4194304 45330 0 0 0 131811 55 0 0 25 0 1 0 160257363 188882944 45312 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/32622/statm: 46114 45312 54 142 0 45970 0
Current children cumulated CPU time (s) 1356.81
Current children cumulated vsize (KiB) 232024

[startup+1423.72 s]
/proc/loadavg: 2.02 1.99 1.77 3/99 32622
/proc/meminfo: memFree=1207280/2055920 swapFree=4192812/4192956
[pid=32588] ppid=32583 vsize=47568 CPUtime=38.15
/proc/32588/stat : 32588 (galac.sh) S 32583 32588 32458 0 -1 4194304 799 55712 0 2 0 1 3767 47 17 0 1 0 160253505 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32588/statm: 11892 363 245 79 0 218 0
[pid=32622] ppid=32588 vsize=187360 CPUtime=1378.44
/proc/32622/stat : 32622 (minisat) R 32588 32588 32458 0 -1 4194304 46053 0 0 0 137788 56 0 0 25 0 1 0 160257363 191856640 46035 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/32622/statm: 46840 46035 54 142 0 46696 0
Current children cumulated CPU time (s) 1416.59
Current children cumulated vsize (KiB) 234928

[startup+1483.78 s]
/proc/loadavg: 2.01 1.99 1.78 3/99 32622
/proc/meminfo: memFree=1204208/2055920 swapFree=4192812/4192956
[pid=32588] ppid=32583 vsize=47568 CPUtime=38.15
/proc/32588/stat : 32588 (galac.sh) S 32583 32588 32458 0 -1 4194304 799 55712 0 2 0 1 3767 47 17 0 1 0 160253505 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32588/statm: 11892 363 245 79 0 218 0
[pid=32622] ppid=32588 vsize=190296 CPUtime=1438.23
/proc/32622/stat : 32622 (minisat) R 32588 32588 32458 0 -1 4194304 46790 0 0 0 143765 58 0 0 25 0 1 0 160257363 194863104 46772 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/32622/statm: 47574 46772 54 142 0 47430 0
Current children cumulated CPU time (s) 1476.38
Current children cumulated vsize (KiB) 237864

[startup+1543.84 s]
/proc/loadavg: 2.00 1.99 1.79 3/99 32622
/proc/meminfo: memFree=1173296/2055920 swapFree=4192812/4192956
[pid=32588] ppid=32583 vsize=47568 CPUtime=38.15
/proc/32588/stat : 32588 (galac.sh) S 32583 32588 32458 0 -1 4194304 799 55712 0 2 0 1 3767 47 17 0 1 0 160253505 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32588/statm: 11892 363 245 79 0 218 0
[pid=32622] ppid=32588 vsize=193308 CPUtime=1497.91
/proc/32622/stat : 32622 (minisat) R 32588 32588 32458 0 -1 4194304 47538 0 0 0 149732 59 0 0 25 0 1 0 160257363 197947392 47520 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134526382 0 0 4096 3 0 0 0 17 1 0 0
/proc/32622/statm: 48327 47520 54 142 0 48183 0
Current children cumulated CPU time (s) 1536.06
Current children cumulated vsize (KiB) 240876

[startup+1603.9 s]
/proc/loadavg: 2.04 2.00 1.81 3/99 32622
/proc/meminfo: memFree=1169264/2055920 swapFree=4192812/4192956
[pid=32588] ppid=32583 vsize=47568 CPUtime=38.15
/proc/32588/stat : 32588 (galac.sh) S 32583 32588 32458 0 -1 4194304 799 55712 0 2 0 1 3767 47 17 0 1 0 160253505 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32588/statm: 11892 363 245 79 0 218 0
[pid=32622] ppid=32588 vsize=197172 CPUtime=1557.7
/proc/32622/stat : 32622 (minisat) R 32588 32588 32458 0 -1 4194304 48510 0 0 0 155710 60 0 0 25 0 1 0 160257363 201904128 48492 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/32622/statm: 49293 48492 54 142 0 49149 0
Current children cumulated CPU time (s) 1595.85
Current children cumulated vsize (KiB) 244740

[startup+1663.97 s]
/proc/loadavg: 2.01 2.00 1.82 3/99 32622
/proc/meminfo: memFree=1166640/2055920 swapFree=4192812/4192956
[pid=32588] ppid=32583 vsize=47568 CPUtime=38.15
/proc/32588/stat : 32588 (galac.sh) S 32583 32588 32458 0 -1 4194304 799 55712 0 2 0 1 3767 47 17 0 1 0 160253505 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32588/statm: 11892 363 245 79 0 218 0
[pid=32622] ppid=32588 vsize=200120 CPUtime=1617.47
/proc/32622/stat : 32622 (minisat) R 32588 32588 32458 0 -1 4194304 49144 0 0 0 161687 60 0 0 25 0 1 0 160257363 204922880 49126 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/32622/statm: 50030 49126 54 142 0 49886 0
Current children cumulated CPU time (s) 1655.62
Current children cumulated vsize (KiB) 247688

[startup+1724.03 s]
/proc/loadavg: 2.00 2.00 1.82 3/99 32622
/proc/meminfo: memFree=1163888/2055920 swapFree=4192812/4192956
[pid=32588] ppid=32583 vsize=47568 CPUtime=38.15
/proc/32588/stat : 32588 (galac.sh) S 32583 32588 32458 0 -1 4194304 799 55712 0 2 0 1 3767 47 17 0 1 0 160253505 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32588/statm: 11892 363 245 79 0 218 0
[pid=32622] ppid=32588 vsize=202788 CPUtime=1677.26
/proc/32622/stat : 32622 (minisat) R 32588 32588 32458 0 -1 4194304 49805 0 0 0 167665 61 0 0 25 0 1 0 160257363 207654912 49787 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/32622/statm: 50697 49787 54 142 0 50553 0
Current children cumulated CPU time (s) 1715.41
Current children cumulated vsize (KiB) 250356

[startup+1784.09 s]
/proc/loadavg: 2.00 2.00 1.83 3/99 32622
/proc/meminfo: memFree=1133488/2055920 swapFree=4192812/4192956
[pid=32588] ppid=32583 vsize=47568 CPUtime=38.15
/proc/32588/stat : 32588 (galac.sh) S 32583 32588 32458 0 -1 4194304 799 55712 0 2 0 1 3767 47 17 0 1 0 160253505 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32588/statm: 11892 363 245 79 0 218 0
[pid=32622] ppid=32588 vsize=205036 CPUtime=1737.04
/proc/32622/stat : 32622 (minisat) R 32588 32588 32458 0 -1 4194304 50374 0 0 0 173642 62 0 0 25 0 1 0 160257363 209956864 50356 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529492 0 0 4096 3 0 0 0 17 1 0 0
/proc/32622/statm: 51259 50356 54 142 0 51115 0
Current children cumulated CPU time (s) 1775.19
Current children cumulated vsize (KiB) 252604



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.04 s]
/proc/loadavg: 2.00 2.00 1.83 2/82 32636
/proc/meminfo: memFree=1601272/2055920 swapFree=4192812/4192956
[pid=32588] ppid=32583 vsize=47568 CPUtime=38.15
/proc/32588/stat : 32588 (galac.sh) S 32583 32588 32458 0 -1 4194304 799 55712 0 2 0 1 3767 47 17 0 1 0 160253505 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32588/statm: 11892 363 245 79 0 218 0
[pid=32622] ppid=32588 vsize=206004 CPUtime=1761.87
/proc/32622/stat : 32622 (minisat) R 32588 32588 32458 0 -1 4194304 50640 0 0 0 176124 63 0 0 25 0 1 0 160257363 210948096 50622 18446744073709551615 134512640 135096742 4294956496 18446744073709551615 134529492 0 0 4096 3 0 0 0 17 1 0 0
/proc/32622/statm: 51501 50622 54 142 0 51357 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 253572

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 32588 and gives childrusage.ru_utime.tv_sec=37 childrusage.ru_utime.tv_usec=674272 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=491925
CPU time returned by wait4() is 38.1662
while last known CPU time is 1800.02

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

Real time (s): 1809.05
CPU time (s): 1800.02
CPU user time (s): 1798.91
CPU system time (s): 1.11
CPU usage (%): 99.5006
Max. virtual memory (cumulated for all children) (KiB): 909172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.6743
system time used= 0.491925
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56511
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2251
involuntary context switches= 2849

runsolver used 1.61675 s user time and 4.88426 s system time

The end

Launcher Data (download as text)

Begin job on node26 on Sat Jan  6 21:23:12 UTC 2007


IDJOB= 196069
IDBENCH= 3323
FILE ID= node26/196069-1168118592

PBS_JOBID= 3477452

Free space on /tmp= 66529 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  319c407682b16d5592d041c90ba4e937

RANDOM SEED= 772192307

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1826784 kB
Buffers:         28492 kB
Cached:          80580 kB
SwapCached:          0 kB
Active:         120432 kB
Inactive:        52776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1826784 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           11064 kB
Writeback:           4 kB
Mapped:          83144 kB
Slab:            40920 kB
Committed_AS:  2935632 kB
PageTables:       2112 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= 66518 MiB



End job on node26 on Sat Jan  6 21:53:23 UTC 2007