Trace number 196199

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.06 1809.1

General information on the benchmark

Namerandom/rand-3-24-24/
rand-3-24-24-76-632-15_ext.xml
MD5SUM505135724b0ef1fece7966b5248831cb
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 benchmark645.835
SatisfiableYES
(Un)Satisfiability was provedYES
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.21	c start processing
3.21	c start relation processing
10.06	c start cnf exporting
42.72	c parsing time : 3.04
42.72	c preprocessing time : 42.551
42.72	
42.72	c Nary constraints - conflicts : 0 supports : 76
42.72	c Binary constraints - conflicts : 0 supports :0
42.72	c max arity constraint : 3
42.72	c Max Tuples generated 0
42.72	c relations : 76
42.72	c relations BDD: 76
42.72	c vars : 302353 - clauses :  954737
42.72	
42.79	 
42.79	c --- Minisat Stats ---
42.79	 

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/node39/watcher-196199-1168120475 -o ROOT/results/node39/solver-196199-1168120475 -C 1800 -M 900 /tmp/evaluation/196199-1168120475/galac.sh /tmp/evaluation/196199-1168120475/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.04 2.44 2.52 5/74 32658
/proc/meminfo: memFree=1708488/2055920 swapFree=4187312/4192956
[pid=32657] ppid=32655 vsize=18540 CPUtime=0
/proc/32657/stat : 32657 (runsolver) R 32655 32657 31611 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 160447128 18984960 279 18446744073709551615 4194304 4267372 548682069088 18446744073709551615 231493659943 0 0 4096 24578 0 0 0 17 1 0 0
/proc/32657/statm: 4635 279 244 17 0 2626 0

[startup+0.110215 s]
/proc/loadavg: 2.04 2.44 2.52 5/74 32658
/proc/meminfo: memFree=1708488/2055920 swapFree=4187312/4192956
[pid=32657] ppid=32655 vsize=47568 CPUtime=0.01
/proc/32657/stat : 32657 (galac.sh) S 32655 32657 31611 0 -1 4194304 762 1704 0 0 0 0 0 1 24 0 1 0 160447128 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32657/statm: 11892 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.518253 s]
/proc/loadavg: 2.04 2.44 2.52 5/74 32658
/proc/meminfo: memFree=1708488/2055920 swapFree=4187312/4192956
[pid=32657] ppid=32655 vsize=47568 CPUtime=0.01
/proc/32657/stat : 32657 (galac.sh) S 32655 32657 31611 0 -1 4194304 762 1704 0 0 0 0 0 1 24 0 1 0 160447128 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32657/statm: 11892 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.34133 s]
/proc/loadavg: 2.04 2.44 2.52 3/82 32678
/proc/meminfo: memFree=1629704/2055920 swapFree=4187312/4192956
[pid=32657] ppid=32655 vsize=47568 CPUtime=0.01
/proc/32657/stat : 32657 (galac.sh) S 32655 32657 31611 0 -1 4194304 762 1704 0 0 0 0 0 1 24 0 1 0 160447128 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32657/statm: 11892 363 245 79 0 218 0
[pid=32671] ppid=32657 vsize=861064 CPUtime=1.28
/proc/32671/stat : 32671 (java) R 32657 32657 31611 0 -1 0 21637 0 1 0 115 13 0 0 23 0 8 0 160447132 881729536 21390 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073656696 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32671/statm: 215266 21390 1964 14 0 201471 0
[pid=32671/tid=32672] ppid=32657 vsize=861064 CPUtime=0.06
/proc/32671/task/32672/stat : 32672 (java) S 32657 32657 31611 0 -1 64 5885 0 0 0 4 2 0 0 16 0 8 0 160447135 881729536 21390 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32671/tid=32673] ppid=32657 vsize=861064 CPUtime=0
/proc/32671/task/32673/stat : 32673 (java) S 32657 32657 31611 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 160447136 881729536 21390 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32671/tid=32674] ppid=32657 vsize=861064 CPUtime=0
/proc/32671/task/32674/stat : 32674 (java) S 32657 32657 31611 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 160447136 881729536 21390 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32671/tid=32675] ppid=32657 vsize=861064 CPUtime=0
/proc/32671/task/32675/stat : 32675 (java) S 32657 32657 31611 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 160447139 881729536 21390 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32671/tid=32676] ppid=32657 vsize=861064 CPUtime=0.12
/proc/32671/task/32676/stat : 32676 (java) S 32657 32657 31611 0 -1 64 893 0 0 0 12 0 0 0 16 0 8 0 160447140 881729536 21390 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32671/tid=32677] ppid=32657 vsize=861064 CPUtime=0
/proc/32671/task/32677/stat : 32677 (java) S 32657 32657 31611 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 160447140 881729536 21390 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32671/tid=32678] ppid=32657 vsize=861064 CPUtime=0
/proc/32671/task/32678/stat : 32678 (java) S 32657 32657 31611 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 160447140 881729536 21390 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 908632

[startup+2.99448 s]
/proc/loadavg: 2.12 2.45 2.52 3/82 32678
/proc/meminfo: memFree=1617608/2055920 swapFree=4187312/4192956
[pid=32657] ppid=32655 vsize=47568 CPUtime=0.01
/proc/32657/stat : 32657 (galac.sh) S 32655 32657 31611 0 -1 4194304 762 1704 0 0 0 0 0 1 24 0 1 0 160447128 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32657/statm: 11892 363 245 79 0 218 0
[pid=32671] ppid=32657 vsize=861064 CPUtime=2.93
/proc/32671/stat : 32671 (java) R 32657 32657 31611 0 -1 0 25839 0 1 0 278 15 0 0 25 0 8 0 160447132 881729536 25586 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073652494 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32671/statm: 215266 25586 1964 14 0 201471 0
[pid=32671/tid=32672] ppid=32657 vsize=861064 CPUtime=0.23
/proc/32671/task/32672/stat : 32672 (java) S 32657 32657 31611 0 -1 64 10072 0 0 0 19 4 0 0 16 0 8 0 160447135 881729536 25586 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32671/tid=32673] ppid=32657 vsize=861064 CPUtime=0
/proc/32671/task/32673/stat : 32673 (java) S 32657 32657 31611 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 160447136 881729536 25586 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32671/tid=32674] ppid=32657 vsize=861064 CPUtime=0
/proc/32671/task/32674/stat : 32674 (java) S 32657 32657 31611 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 160447136 881729536 25586 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32671/tid=32675] ppid=32657 vsize=861064 CPUtime=0
/proc/32671/task/32675/stat : 32675 (java) S 32657 32657 31611 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 160447139 881729536 25586 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32671/tid=32676] ppid=32657 vsize=861064 CPUtime=0.15
/proc/32671/task/32676/stat : 32676 (java) S 32657 32657 31611 0 -1 64 902 0 0 0 15 0 0 0 16 0 8 0 160447140 881729536 25586 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32671/tid=32677] ppid=32657 vsize=861064 CPUtime=0
/proc/32671/task/32677/stat : 32677 (java) S 32657 32657 31611 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 160447140 881729536 25586 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32671/tid=32678] ppid=32657 vsize=861064 CPUtime=0
/proc/32671/task/32678/stat : 32678 (java) S 32657 32657 31611 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 160447140 881729536 25586 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 908632

[startup+6.20278 s]
/proc/loadavg: 2.12 2.45 2.52 3/82 32678
/proc/meminfo: memFree=1577608/2055920 swapFree=4187312/4192956
[pid=32657] ppid=32655 vsize=47568 CPUtime=0.01
/proc/32657/stat : 32657 (galac.sh) S 32655 32657 31611 0 -1 4194304 762 1704 0 0 0 0 0 1 24 0 1 0 160447128 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32657/statm: 11892 363 245 79 0 218 0
[pid=32671] ppid=32657 vsize=861064 CPUtime=6.12
/proc/32671/stat : 32671 (java) R 32657 32657 31611 0 -1 0 34499 0 1 0 591 21 0 0 25 0 8 0 160447132 881729536 34243 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073886071 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32671/statm: 215266 34243 1972 14 0 201471 0
[pid=32671/tid=32672] ppid=32657 vsize=861064 CPUtime=0.64
/proc/32671/task/32672/stat : 32672 (java) S 32657 32657 31611 0 -1 64 18673 0 0 0 55 9 0 0 20 0 8 0 160447135 881729536 34243 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32671/tid=32673] ppid=32657 vsize=861064 CPUtime=0
/proc/32671/task/32673/stat : 32673 (java) S 32657 32657 31611 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 160447136 881729536 34243 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32671/tid=32674] ppid=32657 vsize=861064 CPUtime=0
/proc/32671/task/32674/stat : 32674 (java) S 32657 32657 31611 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 160447136 881729536 34243 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32671/tid=32675] ppid=32657 vsize=861064 CPUtime=0
/proc/32671/task/32675/stat : 32675 (java) S 32657 32657 31611 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 160447139 881729536 34243 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32671/tid=32676] ppid=32657 vsize=861064 CPUtime=0.22
/proc/32671/task/32676/stat : 32676 (java) S 32657 32657 31611 0 -1 64 936 0 0 0 21 1 0 0 15 0 8 0 160447140 881729536 34243 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32671/tid=32677] ppid=32657 vsize=861064 CPUtime=0
/proc/32671/task/32677/stat : 32677 (java) S 32657 32657 31611 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 160447140 881729536 34243 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32671/tid=32678] ppid=32657 vsize=861064 CPUtime=0
/proc/32671/task/32678/stat : 32678 (java) S 32657 32657 31611 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 160447140 881729536 34243 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 908632

[startup+12.6914 s]
/proc/loadavg: 2.10 2.43 2.52 3/82 32678
/proc/meminfo: memFree=1491592/2055920 swapFree=4187312/4192956
[pid=32657] ppid=32655 vsize=47568 CPUtime=0.01
/proc/32657/stat : 32657 (galac.sh) S 32655 32657 31611 0 -1 4194304 762 1704 0 0 0 0 0 1 24 0 1 0 160447128 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32657/statm: 11892 363 245 79 0 218 0
[pid=32671] ppid=32657 vsize=861064 CPUtime=12.57
/proc/32671/stat : 32671 (java) R 32657 32657 31611 0 -1 0 55296 0 1 0 1224 33 0 0 25 0 8 0 160447132 881729536 55034 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073454218 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32671/statm: 215266 55034 1992 14 0 201471 0
[pid=32671/tid=32672] ppid=32657 vsize=861064 CPUtime=1.62
/proc/32671/task/32672/stat : 32672 (java) S 32657 32657 31611 0 -1 64 39388 0 0 0 142 20 0 0 16 0 8 0 160447135 881729536 55034 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32671/tid=32673] ppid=32657 vsize=861064 CPUtime=0
/proc/32671/task/32673/stat : 32673 (java) S 32657 32657 31611 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 160447136 881729536 55034 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32671/tid=32674] ppid=32657 vsize=861064 CPUtime=0
/proc/32671/task/32674/stat : 32674 (java) S 32657 32657 31611 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 160447136 881729536 55034 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32671/tid=32675] ppid=32657 vsize=861064 CPUtime=0
/proc/32671/task/32675/stat : 32675 (java) S 32657 32657 31611 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 160447139 881729536 55034 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32671/tid=32676] ppid=32657 vsize=861064 CPUtime=0.28
/proc/32671/task/32676/stat : 32676 (java) S 32657 32657 31611 0 -1 64 972 0 0 0 27 1 0 0 15 0 8 0 160447140 881729536 55034 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32671/tid=32677] ppid=32657 vsize=861064 CPUtime=0
/proc/32671/task/32677/stat : 32677 (java) S 32657 32657 31611 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 160447140 881729536 55034 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32671/tid=32678] ppid=32657 vsize=861064 CPUtime=0
/proc/32671/task/32678/stat : 32678 (java) S 32657 32657 31611 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 160447140 881729536 55034 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 908632

[startup+25.5675 s]
/proc/loadavg: 2.08 2.42 2.51 3/82 32678
/proc/meminfo: memFree=1483208/2055920 swapFree=4187312/4192956
[pid=32657] ppid=32655 vsize=47568 CPUtime=0.01
/proc/32657/stat : 32657 (galac.sh) S 32655 32657 31611 0 -1 4194304 762 1704 0 0 0 0 0 1 24 0 1 0 160447128 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32657/statm: 11892 363 245 79 0 218 0
[pid=32671] ppid=32657 vsize=861064 CPUtime=25.39
/proc/32671/stat : 32671 (java) R 32657 32657 31611 0 -1 0 55317 0 1 0 2501 38 0 0 25 0 8 0 160447132 881729536 55034 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074038439 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32671/statm: 215266 55034 1992 14 0 201471 0
[pid=32671/tid=32672] ppid=32657 vsize=861064 CPUtime=1.65
/proc/32671/task/32672/stat : 32672 (java) S 32657 32657 31611 0 -1 64 39388 0 0 0 145 20 0 0 16 0 8 0 160447135 881729536 55034 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32671/tid=32673] ppid=32657 vsize=861064 CPUtime=0
/proc/32671/task/32673/stat : 32673 (java) S 32657 32657 31611 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 160447136 881729536 55034 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32671/tid=32674] ppid=32657 vsize=861064 CPUtime=0
/proc/32671/task/32674/stat : 32674 (java) S 32657 32657 31611 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 160447136 881729536 55034 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32671/tid=32675] ppid=32657 vsize=861064 CPUtime=0
/proc/32671/task/32675/stat : 32675 (java) S 32657 32657 31611 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 160447139 881729536 55034 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32671/tid=32676] ppid=32657 vsize=861064 CPUtime=0.28
/proc/32671/task/32676/stat : 32676 (java) S 32657 32657 31611 0 -1 64 972 0 0 0 27 1 0 0 15 0 8 0 160447140 881729536 55034 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32671/tid=32677] ppid=32657 vsize=861064 CPUtime=0
/proc/32671/task/32677/stat : 32677 (java) S 32657 32657 31611 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 160447140 881729536 55034 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32671/tid=32678] ppid=32657 vsize=861064 CPUtime=0
/proc/32671/task/32678/stat : 32678 (java) S 32657 32657 31611 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 160447140 881729536 55034 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 908632

[startup+51.2009 s]
/proc/loadavg: 2.06 2.38 2.50 3/75 32679
/proc/meminfo: memFree=1625024/2055920 swapFree=4187312/4192956
[pid=32657] ppid=32655 vsize=47568 CPUtime=42.51
/proc/32657/stat : 32657 (galac.sh) S 32655 32657 31611 0 -1 4194304 800 57058 0 1 0 0 4202 49 17 0 1 0 160447128 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32657/statm: 11892 363 245 79 0 218 0
[pid=32679] ppid=32657 vsize=60164 CPUtime=8.36
/proc/32679/stat : 32679 (minisat) R 32657 32657 31611 0 -1 4194304 14513 0 0 0 825 11 0 0 25 0 1 0 160451407 61607936 14495 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/32679/statm: 15041 14495 54 142 0 14897 0
Current children cumulated CPU time (s) 50.87
Current children cumulated vsize (KiB) 107732

[startup+102.454 s]
/proc/loadavg: 2.02 2.32 2.47 3/75 32679
/proc/meminfo: memFree=1614784/2055920 swapFree=4187312/4192956
[pid=32657] ppid=32655 vsize=47568 CPUtime=42.51
/proc/32657/stat : 32657 (galac.sh) S 32655 32657 31611 0 -1 4194304 800 57058 0 1 0 0 4202 49 17 0 1 0 160447128 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32657/statm: 11892 363 245 79 0 218 0
[pid=32679] ppid=32657 vsize=67096 CPUtime=59.35
/proc/32679/stat : 32679 (minisat) R 32657 32657 31611 0 -1 4194304 16198 0 0 0 5922 13 0 0 25 0 1 0 160451407 68706304 16180 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/32679/statm: 16774 16180 54 142 0 16630 0
Current children cumulated CPU time (s) 101.86
Current children cumulated vsize (KiB) 114664

[startup+162.539 s]
/proc/loadavg: 2.01 2.26 2.44 3/75 32679
/proc/meminfo: memFree=1604992/2055920 swapFree=4187312/4192956
[pid=32657] ppid=32655 vsize=47568 CPUtime=42.51
/proc/32657/stat : 32657 (galac.sh) S 32655 32657 31611 0 -1 4194304 800 57058 0 1 0 0 4202 49 17 0 1 0 160447128 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32657/statm: 11892 363 245 79 0 218 0
[pid=32679] ppid=32657 vsize=73776 CPUtime=119.16
/proc/32679/stat : 32679 (minisat) R 32657 32657 31611 0 -1 4194304 17880 0 0 0 11900 16 0 0 25 0 1 0 160451407 75546624 17862 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134520342 0 0 4096 3 0 0 0 17 1 0 0
/proc/32679/statm: 18444 17862 54 142 0 18300 0
Current children cumulated CPU time (s) 161.67
Current children cumulated vsize (KiB) 121344


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

/proc/loadavg: 2.00 2.00 2.13 3/75 409
/proc/meminfo: memFree=1409280/2055920 swapFree=4187312/4192956
[pid=32657] ppid=32655 vsize=47568 CPUtime=42.51
/proc/32657/stat : 32657 (galac.sh) S 32655 32657 31611 0 -1 4194304 800 57058 0 1 0 0 4202 49 17 0 1 0 160447128 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32657/statm: 11892 363 245 79 0 218 0
[pid=32679] ppid=32657 vsize=170760 CPUtime=1075.7
/proc/32679/stat : 32679 (minisat) R 32657 32657 31611 0 -1 4194304 42096 0 0 0 107526 44 0 0 25 0 1 0 160451407 174858240 42078 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/32679/statm: 42690 42078 54 142 0 42546 0
Current children cumulated CPU time (s) 1118.21
Current children cumulated vsize (KiB) 218328

[startup+1183.9 s]
/proc/loadavg: 2.04 2.01 2.13 3/75 409
/proc/meminfo: memFree=1403456/2055920 swapFree=4187312/4192956
[pid=32657] ppid=32655 vsize=47568 CPUtime=42.51
/proc/32657/stat : 32657 (galac.sh) S 32655 32657 31611 0 -1 4194304 800 57058 0 1 0 0 4202 49 17 0 1 0 160447128 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32657/statm: 11892 363 245 79 0 218 0
[pid=32679] ppid=32657 vsize=173032 CPUtime=1135.5
/proc/32679/stat : 32679 (minisat) R 32657 32657 31611 0 -1 4194304 42677 0 0 0 113505 45 0 0 25 0 1 0 160451407 177184768 42659 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/32679/statm: 43258 42659 54 142 0 43114 0
Current children cumulated CPU time (s) 1178.01
Current children cumulated vsize (KiB) 220600

[startup+1243.98 s]
/proc/loadavg: 2.01 2.01 2.12 3/75 409
/proc/meminfo: memFree=1397888/2055920 swapFree=4187312/4192956
[pid=32657] ppid=32655 vsize=47568 CPUtime=42.51
/proc/32657/stat : 32657 (galac.sh) S 32655 32657 31611 0 -1 4194304 800 57058 0 1 0 0 4202 49 17 0 1 0 160447128 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32657/statm: 11892 363 245 79 0 218 0
[pid=32679] ppid=32657 vsize=174748 CPUtime=1195.3
/proc/32679/stat : 32679 (minisat) R 32657 32657 31611 0 -1 4194304 43106 0 0 0 119485 45 0 0 25 0 1 0 160451407 178941952 43088 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/32679/statm: 43687 43088 54 142 0 43543 0
Current children cumulated CPU time (s) 1237.81
Current children cumulated vsize (KiB) 222316

[startup+1304.08 s]
/proc/loadavg: 2.00 2.00 2.10 3/75 409
/proc/meminfo: memFree=1392896/2055920 swapFree=4187312/4192956
[pid=32657] ppid=32655 vsize=47568 CPUtime=42.51
/proc/32657/stat : 32657 (galac.sh) S 32655 32657 31611 0 -1 4194304 800 57058 0 1 0 0 4202 49 17 0 1 0 160447128 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32657/statm: 11892 363 245 79 0 218 0
[pid=32679] ppid=32657 vsize=176600 CPUtime=1255.11
/proc/32679/stat : 32679 (minisat) R 32657 32657 31611 0 -1 4194304 43570 0 0 0 125465 46 0 0 25 0 1 0 160451407 180838400 43552 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529492 0 0 4096 3 0 0 0 17 1 0 0
/proc/32679/statm: 44150 43552 54 142 0 44006 0
Current children cumulated CPU time (s) 1297.62
Current children cumulated vsize (KiB) 224168

[startup+1364.16 s]
/proc/loadavg: 2.00 2.00 2.09 3/75 409
/proc/meminfo: memFree=1385408/2055920 swapFree=4187312/4192956
[pid=32657] ppid=32655 vsize=47568 CPUtime=42.51
/proc/32657/stat : 32657 (galac.sh) S 32655 32657 31611 0 -1 4194304 800 57058 0 1 0 0 4202 49 17 0 1 0 160447128 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32657/statm: 11892 363 245 79 0 218 0
[pid=32679] ppid=32657 vsize=180060 CPUtime=1314.91
/proc/32679/stat : 32679 (minisat) R 32657 32657 31611 0 -1 4194304 44431 0 0 0 131444 47 0 0 25 0 1 0 160451407 184381440 44413 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529506 0 0 4096 3 0 0 0 17 1 0 0
/proc/32679/statm: 45015 44413 54 142 0 44871 0
Current children cumulated CPU time (s) 1357.42
Current children cumulated vsize (KiB) 227628

[startup+1424.24 s]
/proc/loadavg: 2.04 2.01 2.09 3/75 411
/proc/meminfo: memFree=1379648/2055920 swapFree=4187312/4192956
[pid=32657] ppid=32655 vsize=47568 CPUtime=42.51
/proc/32657/stat : 32657 (galac.sh) S 32655 32657 31611 0 -1 4194304 800 57058 0 1 0 0 4202 49 17 0 1 0 160447128 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32657/statm: 11892 363 245 79 0 218 0
[pid=32679] ppid=32657 vsize=182852 CPUtime=1374.71
/proc/32679/stat : 32679 (minisat) R 32657 32657 31611 0 -1 4194304 45123 0 0 0 137423 48 0 0 25 0 1 0 160451407 187240448 45105 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/32679/statm: 45713 45105 54 142 0 45569 0
Current children cumulated CPU time (s) 1417.22
Current children cumulated vsize (KiB) 230420

[startup+1484.32 s]
/proc/loadavg: 2.01 2.01 2.08 3/75 411
/proc/meminfo: memFree=1371904/2055920 swapFree=4187312/4192956
[pid=32657] ppid=32655 vsize=47568 CPUtime=42.51
/proc/32657/stat : 32657 (galac.sh) S 32655 32657 31611 0 -1 4194304 800 57058 0 1 0 0 4202 49 17 0 1 0 160447128 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32657/statm: 11892 363 245 79 0 218 0
[pid=32679] ppid=32657 vsize=186172 CPUtime=1434.51
/proc/32679/stat : 32679 (minisat) R 32657 32657 31611 0 -1 4194304 45906 0 0 0 143402 49 0 0 25 0 1 0 160451407 190640128 45888 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/32679/statm: 46543 45888 54 142 0 46399 0
Current children cumulated CPU time (s) 1477.02
Current children cumulated vsize (KiB) 233740

[startup+1544.4 s]
/proc/loadavg: 2.00 2.00 2.08 3/75 411
/proc/meminfo: memFree=1364928/2055920 swapFree=4187312/4192956
[pid=32657] ppid=32655 vsize=47568 CPUtime=42.51
/proc/32657/stat : 32657 (galac.sh) S 32655 32657 31611 0 -1 4194304 800 57058 0 1 0 0 4202 49 17 0 1 0 160447128 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32657/statm: 11892 363 245 79 0 218 0
[pid=32679] ppid=32657 vsize=188696 CPUtime=1494.3
/proc/32679/stat : 32679 (minisat) R 32657 32657 31611 0 -1 4194304 46547 0 0 0 149381 49 0 0 25 0 1 0 160451407 193224704 46529 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529321 0 0 4096 3 0 0 0 17 1 0 0
/proc/32679/statm: 47174 46529 54 142 0 47030 0
Current children cumulated CPU time (s) 1536.81
Current children cumulated vsize (KiB) 236264

[startup+1604.48 s]
/proc/loadavg: 2.11 2.03 2.08 3/83 486
/proc/meminfo: memFree=1323464/2055920 swapFree=4187312/4192956
[pid=32657] ppid=32655 vsize=47568 CPUtime=42.51
/proc/32657/stat : 32657 (galac.sh) S 32655 32657 31611 0 -1 4194304 800 57058 0 1 0 0 4202 49 17 0 1 0 160447128 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32657/statm: 11892 363 245 79 0 218 0
[pid=32679] ppid=32657 vsize=191340 CPUtime=1554.12
/proc/32679/stat : 32679 (minisat) R 32657 32657 31611 0 -1 4194304 47202 0 0 0 155360 52 0 0 25 0 1 0 160451407 195932160 47184 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/32679/statm: 47835 47184 54 142 0 47691 0
Current children cumulated CPU time (s) 1596.63
Current children cumulated vsize (KiB) 238908

[startup+1664.57 s]
/proc/loadavg: 2.13 2.05 2.09 3/83 486
/proc/meminfo: memFree=1321736/2055920 swapFree=4187312/4192956
[pid=32657] ppid=32655 vsize=47568 CPUtime=42.51
/proc/32657/stat : 32657 (galac.sh) S 32655 32657 31611 0 -1 4194304 800 57058 0 1 0 0 4202 49 17 0 1 0 160447128 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32657/statm: 11892 363 245 79 0 218 0
[pid=32679] ppid=32657 vsize=193356 CPUtime=1613.89
/proc/32679/stat : 32679 (minisat) R 32657 32657 31611 0 -1 4194304 47691 0 0 0 161336 53 0 0 25 0 1 0 160451407 197996544 47673 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529330 0 0 4096 3 0 0 0 17 0 0 0
/proc/32679/statm: 48339 47673 54 142 0 48195 0
Current children cumulated CPU time (s) 1656.4
Current children cumulated vsize (KiB) 240924

[startup+1724.66 s]
/proc/loadavg: 2.08 2.05 2.09 3/83 486
/proc/meminfo: memFree=1319944/2055920 swapFree=4187312/4192956
[pid=32657] ppid=32655 vsize=47568 CPUtime=42.51
/proc/32657/stat : 32657 (galac.sh) S 32655 32657 31611 0 -1 4194304 800 57058 0 1 0 0 4202 49 17 0 1 0 160447128 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32657/statm: 11892 363 245 79 0 218 0
[pid=32679] ppid=32657 vsize=195132 CPUtime=1673.66
/proc/32679/stat : 32679 (minisat) R 32657 32657 31611 0 -1 4194304 48138 0 0 0 167313 53 0 0 25 0 1 0 160451407 199815168 48120 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/32679/statm: 48783 48120 54 142 0 48639 0
Current children cumulated CPU time (s) 1716.17
Current children cumulated vsize (KiB) 242700

[startup+1784.73 s]
/proc/loadavg: 2.09 2.06 2.09 3/83 486
/proc/meminfo: memFree=1317768/2055920 swapFree=4187312/4192956
[pid=32657] ppid=32655 vsize=47568 CPUtime=42.51
/proc/32657/stat : 32657 (galac.sh) S 32655 32657 31611 0 -1 4194304 800 57058 0 1 0 0 4202 49 17 0 1 0 160447128 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32657/statm: 11892 363 245 79 0 218 0
[pid=32679] ppid=32657 vsize=197244 CPUtime=1733.39
/proc/32679/stat : 32679 (minisat) R 32657 32657 31611 0 -1 4194304 48675 0 0 0 173285 54 0 0 25 0 1 0 160451407 201977856 48657 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/32679/statm: 49311 48657 54 142 0 49167 0
Current children cumulated CPU time (s) 1775.9
Current children cumulated vsize (KiB) 244812



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.09 s]
/proc/loadavg: 2.06 2.05 2.08 3/83 486
/proc/meminfo: memFree=1316488/2055920 swapFree=4187312/4192956
[pid=32657] ppid=32655 vsize=47568 CPUtime=42.51
/proc/32657/stat : 32657 (galac.sh) S 32655 32657 31611 0 -1 4194304 800 57058 0 1 0 0 4202 49 17 0 1 0 160447128 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32657/statm: 11892 363 245 79 0 218 0
[pid=32679] ppid=32657 vsize=198432 CPUtime=1757.55
/proc/32679/stat : 32679 (minisat) R 32657 32657 31611 0 -1 4194304 48993 0 0 0 175701 54 0 0 25 0 1 0 160451407 203194368 48975 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529718 0 0 4096 3 0 0 0 17 0 0 0
/proc/32679/statm: 49608 48975 54 142 0 49464 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 246000

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 32657 and gives childrusage.ru_utime.tv_sec=42 childrusage.ru_utime.tv_usec=35609 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=496924
CPU time returned by wait4() is 42.5325
while last known CPU time is 1800.06

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

Real time (s): 1809.1
CPU time (s): 1800.06
CPU user time (s): 1799.03
CPU system time (s): 1.03
CPU usage (%): 99.5001
Max. virtual memory (cumulated for all children) (KiB): 908632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 42.0356
system time used= 0.496924
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57858
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= 2308
involuntary context switches= 2743

runsolver used 1.9997 s user time and 5.99809 s system time

The end

Launcher Data (download as text)

Begin job on node39 on Sat Jan  6 21:54:35 UTC 2007


IDJOB= 196199
IDBENCH= 3333
FILE ID= node39/196199-1168120475

PBS_JOBID= 3477422

Free space on /tmp= 66505 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  505135724b0ef1fece7966b5248831cb

RANDOM SEED= 253451902

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:       1708968 kB
Buffers:         17096 kB
Cached:         179328 kB
SwapCached:       1388 kB
Active:         211740 kB
Inactive:        87228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1708968 kB
SwapTotal:     4192956 kB
SwapFree:      4187312 kB
Dirty:            5768 kB
Writeback:           0 kB
Mapped:         110764 kB
Slab:            33324 kB
Committed_AS:  3276088 kB
PageTables:       1964 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= 66505 MiB



End job on node39 on Sat Jan  6 22:24:44 UTC 2007