Trace number 1085231

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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 E? (TO) 1800.1 1811.51

General information on the benchmark

Namecsp/super-jobShop/
super-jobShop-ewddr2/normalized-super-jobShop-ewddr2-4.xml
MD5SUM4156b3ba3cdfc9a24e800d942d559208
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.66675
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Maximum constraint arity2
Maximum domain size152
Number of constraints which are defined in extension0
Number of constraints which are defined in intension845
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.04	c --- Preproc Stats ---
7.82/7.99	c start processing
7.82/7.99	c start relation processing
8.72/8.87	c start cnf exporting
80.85/81.07	c parsing time : 7.843
80.85/81.07	c preprocessing time : 80.935
80.85/81.07	
80.85/81.07	c Nary constraints - conflicts : 0 supports : 0
80.85/81.07	c Binary constraints - conflicts : 845 supports :0
80.85/81.07	c max arity constraint : 2
80.85/81.07	c Max Tuples generated 23104
80.85/81.07	c relations : 315
80.85/81.07	c relations BDD: 0
80.85/81.07	c sampling 275/315
80.85/81.07	c vars : 13751 - clauses :  3551119
80.85/81.07	
80.85/81.09	 
80.85/81.09	c --- SAT Solver Stats ---
80.85/81.09	 
80.85/81.09	c eSAT 0.1 : minisat core with additionnal features
80.85/81.09	c ============================[ Problem Statistics ]=============================
80.85/81.09	c |                                                                             |
80.85/81.09	c |  Number of variables:  13750                                                |
80.85/81.09	c |  Number of clauses:    3551119                                              |
82.82/83.08	c |  Parsing time:         1.70         s                                       |

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1085231-1215232939/watcher-1085231-1215232939 -o /tmp/evaluation-result-1085231-1215232939/solver-1085231-1215232939 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1085231-1215232939.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.03 2.01 4/81 30381
/proc/meminfo: memFree=1536032/2055920 swapFree=4180424/4192956
[pid=30381] ppid=30379 vsize=8652 CPUtime=0
/proc/30381/stat : 30381 (galacE.sh) S 30379 30381 29276 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 2002266152 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30381/statm: 2163 280 208 79 0 156 0
[pid=30382] ppid=30381 vsize=8688 CPUtime=0
/proc/30382/stat : 30382 (galacE.sh) S 30381 30381 29276 0 -1 4194368 36 0 0 0 0 0 0 0 16 0 1 0 2002266153 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 273653923922 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/30382/statm: 2172 286 209 79 0 165 0
[pid=30383] ppid=30382 vsize=8728 CPUtime=0
/proc/30383/stat : 30383 (galacE.sh) R 30382 30381 29276 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 2002266153 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 273653755175 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/30383/statm: 2182 290 209 79 0 175 0

[startup+0.039487 s]
/proc/loadavg: 2.00 2.03 2.01 4/81 30381
/proc/meminfo: memFree=1536032/2055920 swapFree=4180424/4192956
[pid=30381] ppid=30379 vsize=8784 CPUtime=0.01
/proc/30381/stat : 30381 (galacE.sh) S 30379 30381 29276 0 -1 4194304 639 1481 0 0 0 0 0 1 21 0 1 0 2002266152 8994816 320 996147200 4194304 4520092 548682068832 18446744073709551615 273653923922 0 2 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/30381/statm: 2196 320 218 79 0 189 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8784

[startup+0.1015 s]
/proc/loadavg: 2.00 2.03 2.01 4/81 30381
/proc/meminfo: memFree=1536032/2055920 swapFree=4180424/4192956
[pid=30381] ppid=30379 vsize=47560 CPUtime=0.02
/proc/30381/stat : 30381 (galacE.sh) S 30379 30381 29276 0 -1 4194304 765 1697 0 0 0 1 0 1 18 0 1 0 2002266152 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30381/statm: 11890 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47560

[startup+0.301526 s]
/proc/loadavg: 2.00 2.03 2.01 4/81 30381
/proc/meminfo: memFree=1536032/2055920 swapFree=4180424/4192956
[pid=30381] ppid=30379 vsize=47560 CPUtime=0.02
/proc/30381/stat : 30381 (galacE.sh) S 30379 30381 29276 0 -1 4194304 765 1697 0 0 0 1 0 1 18 0 1 0 2002266152 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30381/statm: 11890 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47560

[startup+0.702589 s]
/proc/loadavg: 2.00 2.03 2.01 4/81 30381
/proc/meminfo: memFree=1536032/2055920 swapFree=4180424/4192956
[pid=30381] ppid=30379 vsize=47560 CPUtime=0.02
/proc/30381/stat : 30381 (galacE.sh) S 30379 30381 29276 0 -1 4194304 765 1697 0 0 0 1 0 1 18 0 1 0 2002266152 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30381/statm: 11890 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47560

[startup+1.5027 s]
/proc/loadavg: 2.00 2.03 2.01 4/91 30403
/proc/meminfo: memFree=1492560/2055920 swapFree=4180424/4192956
[pid=30381] ppid=30379 vsize=47560 CPUtime=0.02
/proc/30381/stat : 30381 (galacE.sh) S 30379 30381 29276 0 -1 4194304 765 1697 0 0 0 1 0 1 18 0 1 0 2002266152 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30381/statm: 11890 364 245 79 0 219 0
[pid=30395] ppid=30381 vsize=812808 CPUtime=1.42
/proc/30395/stat : 30395 (java) S 30381 30381 29276 0 -1 0 15588 0 1 0 134 8 0 0 18 0 9 0 2002266157 832315392 14808 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30395/statm: 203202 14808 2588 9 0 197183 0
[pid=30395/tid=30396] ppid=30381 vsize=812808 CPUtime=0.95
/proc/30395/task/30396/stat : 30396 (java) R 30381 30381 29276 0 -1 64 7595 0 1 0 91 4 0 0 25 0 9 0 2002266158 832315392 14808 996147200 134512640 134550740 4294955600 18446744073709551615 4126698374 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30395/tid=30397] ppid=30381 vsize=812808 CPUtime=0.25
/proc/30395/task/30397/stat : 30397 (java) S 30381 30381 29276 0 -1 64 6489 0 0 0 23 2 0 0 16 0 9 0 2002266160 832315392 14808 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30395/tid=30398] ppid=30381 vsize=812808 CPUtime=0
/proc/30395/task/30398/stat : 30398 (java) S 30381 30381 29276 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2002266160 832315392 14808 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30395/tid=30399] ppid=30381 vsize=812808 CPUtime=0
/proc/30395/task/30399/stat : 30399 (java) S 30381 30381 29276 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002266160 832315392 14808 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30395/tid=30400] ppid=30381 vsize=812808 CPUtime=0
/proc/30395/task/30400/stat : 30400 (java) S 30381 30381 29276 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002266162 832315392 14808 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30395/tid=30401] ppid=30381 vsize=812808 CPUtime=0.19
/proc/30395/task/30401/stat : 30401 (java) S 30381 30381 29276 0 -1 64 804 0 0 0 19 0 0 0 15 0 9 0 2002266162 832315392 14808 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30395/tid=30402] ppid=30381 vsize=812808 CPUtime=0
/proc/30395/task/30402/stat : 30402 (java) S 30381 30381 29276 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002266162 832315392 14808 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30395/tid=30403] ppid=30381 vsize=812808 CPUtime=0
/proc/30395/task/30403/stat : 30403 (java) S 30381 30381 29276 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002266162 832315392 14808 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 860368

[startup+3.10766 s]
/proc/loadavg: 2.00 2.03 2.01 4/91 30403
/proc/meminfo: memFree=1481552/2055920 swapFree=4180424/4192956
[pid=30381] ppid=30379 vsize=47560 CPUtime=0.02
/proc/30381/stat : 30381 (galacE.sh) S 30379 30381 29276 0 -1 4194304 765 1697 0 0 0 1 0 1 18 0 1 0 2002266152 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30381/statm: 11890 364 245 79 0 219 0
[pid=30395] ppid=30381 vsize=812808 CPUtime=3.02
/proc/30395/stat : 30395 (java) S 30381 30381 29276 0 -1 0 19340 0 1 0 291 11 0 0 18 0 9 0 2002266157 832315392 18550 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30395/statm: 203202 18550 2588 9 0 197183 0
[pid=30395/tid=30396] ppid=30381 vsize=812808 CPUtime=1.58
/proc/30395/task/30396/stat : 30396 (java) R 30381 30381 29276 0 -1 64 7607 0 1 0 154 4 0 0 25 0 9 0 2002266158 832315392 18550 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30395/tid=30397] ppid=30381 vsize=812808 CPUtime=1.15
/proc/30395/task/30397/stat : 30397 (java) S 30381 30381 29276 0 -1 64 10192 0 0 0 111 4 0 0 17 0 9 0 2002266160 832315392 18550 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30395/tid=30398] ppid=30381 vsize=812808 CPUtime=0
/proc/30395/task/30398/stat : 30398 (java) S 30381 30381 29276 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2002266160 832315392 18550 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30395/tid=30399] ppid=30381 vsize=812808 CPUtime=0
/proc/30395/task/30399/stat : 30399 (java) S 30381 30381 29276 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002266160 832315392 18550 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30395/tid=30400] ppid=30381 vsize=812808 CPUtime=0
/proc/30395/task/30400/stat : 30400 (java) S 30381 30381 29276 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002266162 832315392 18550 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30395/tid=30401] ppid=30381 vsize=812808 CPUtime=0.25
/proc/30395/task/30401/stat : 30401 (java) S 30381 30381 29276 0 -1 64 841 0 0 0 25 0 0 0 15 0 9 0 2002266162 832315392 18550 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30395/tid=30402] ppid=30381 vsize=812808 CPUtime=0
/proc/30395/task/30402/stat : 30402 (java) S 30381 30381 29276 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002266162 832315392 18550 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30395/tid=30403] ppid=30381 vsize=812808 CPUtime=0
/proc/30395/task/30403/stat : 30403 (java) S 30381 30381 29276 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002266162 832315392 18550 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 860368

[startup+6.30236 s]
/proc/loadavg: 2.00 2.03 2.01 3/91 30403
/proc/meminfo: memFree=1456016/2055920 swapFree=4180424/4192956
[pid=30381] ppid=30379 vsize=47560 CPUtime=0.02
/proc/30381/stat : 30381 (galacE.sh) S 30379 30381 29276 0 -1 4194304 765 1697 0 0 0 1 0 1 18 0 1 0 2002266152 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30381/statm: 11890 364 245 79 0 219 0
[pid=30395] ppid=30381 vsize=812912 CPUtime=6.2
/proc/30395/stat : 30395 (java) S 30381 30381 29276 0 -1 0 24434 0 1 0 607 13 0 0 18 0 9 0 2002266157 832421888 23457 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30395/statm: 203228 23457 2588 9 0 197209 0
[pid=30395/tid=30396] ppid=30381 vsize=812912 CPUtime=2.33
/proc/30395/task/30396/stat : 30396 (java) S 30381 30381 29276 0 -1 64 7623 0 1 0 228 5 0 0 16 0 9 0 2002266158 832421888 23457 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30395/tid=30397] ppid=30381 vsize=812912 CPUtime=3.52
/proc/30395/task/30397/stat : 30397 (java) R 30381 30381 29276 0 -1 64 15225 0 0 0 346 6 0 0 25 0 9 0 2002266160 832421888 23457 996147200 134512640 134550740 4294955600 18446744073709551615 104180096 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30395/tid=30398] ppid=30381 vsize=812912 CPUtime=0
/proc/30395/task/30398/stat : 30398 (java) S 30381 30381 29276 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2002266160 832421888 23457 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30395/tid=30399] ppid=30381 vsize=812912 CPUtime=0
/proc/30395/task/30399/stat : 30399 (java) S 30381 30381 29276 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002266160 832421888 23457 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30395/tid=30400] ppid=30381 vsize=812912 CPUtime=0
/proc/30395/task/30400/stat : 30400 (java) S 30381 30381 29276 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002266162 832421888 23457 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30395/tid=30401] ppid=30381 vsize=812912 CPUtime=0.32
/proc/30395/task/30401/stat : 30401 (java) S 30381 30381 29276 0 -1 64 886 0 0 0 32 0 0 0 15 0 9 0 2002266162 832421888 23457 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30395/tid=30402] ppid=30381 vsize=812912 CPUtime=0
/proc/30395/task/30402/stat : 30402 (java) S 30381 30381 29276 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002266162 832421888 23457 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30395/tid=30403] ppid=30381 vsize=812912 CPUtime=0
/proc/30395/task/30403/stat : 30403 (java) S 30381 30381 29276 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002266162 832421888 23457 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 860472

[startup+12.7013 s]
/proc/loadavg: 2.00 2.03 2.01 3/91 30403
/proc/meminfo: memFree=1411984/2055920 swapFree=4180424/4192956
[pid=30381] ppid=30379 vsize=47560 CPUtime=0.02
/proc/30381/stat : 30381 (galacE.sh) S 30379 30381 29276 0 -1 4194304 765 1697 0 0 0 1 0 1 18 0 1 0 2002266152 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30381/statm: 11890 364 245 79 0 219 0
[pid=30395] ppid=30381 vsize=812912 CPUtime=12.59
/proc/30395/stat : 30395 (java) S 30381 30381 29276 0 -1 0 33520 0 1 0 1239 20 0 0 18 0 9 0 2002266157 832421888 32525 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30395/statm: 203228 32525 2593 9 0 197209 0
[pid=30395/tid=30396] ppid=30381 vsize=812912 CPUtime=7.11
/proc/30395/task/30396/stat : 30396 (java) R 30381 30381 29276 0 -1 64 14644 0 1 0 700 11 0 0 25 0 9 0 2002266158 832421888 32525 996147200 134512640 134550740 4294955600 18446744073709551615 4127405696 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30395/tid=30397] ppid=30381 vsize=812912 CPUtime=5.07
/proc/30395/task/30397/stat : 30397 (java) S 30381 30381 29276 0 -1 64 17254 0 0 0 500 7 0 0 16 0 9 0 2002266160 832421888 32525 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30395/tid=30398] ppid=30381 vsize=812912 CPUtime=0
/proc/30395/task/30398/stat : 30398 (java) S 30381 30381 29276 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2002266160 832421888 32525 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30395/tid=30399] ppid=30381 vsize=812912 CPUtime=0
/proc/30395/task/30399/stat : 30399 (java) S 30381 30381 29276 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002266160 832421888 32525 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30395/tid=30400] ppid=30381 vsize=812912 CPUtime=0
/proc/30395/task/30400/stat : 30400 (java) S 30381 30381 29276 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002266162 832421888 32525 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30395/tid=30401] ppid=30381 vsize=812912 CPUtime=0.38
/proc/30395/task/30401/stat : 30401 (java) S 30381 30381 29276 0 -1 64 922 0 0 0 37 1 0 0 15 0 9 0 2002266162 832421888 32525 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30395/tid=30402] ppid=30381 vsize=812912 CPUtime=0
/proc/30395/task/30402/stat : 30402 (java) S 30381 30381 29276 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002266162 832421888 32525 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30395/tid=30403] ppid=30381 vsize=812912 CPUtime=0
/proc/30395/task/30403/stat : 30403 (java) S 30381 30381 29276 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002266162 832421888 32525 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 860472

[startup+25.502 s]
/proc/loadavg: 2.00 2.03 2.01 4/91 30403
/proc/meminfo: memFree=1399056/2055920 swapFree=4180424/4192956
[pid=30381] ppid=30379 vsize=47560 CPUtime=0.02
/proc/30381/stat : 30381 (galacE.sh) S 30379 30381 29276 0 -1 4194304 765 1697 0 0 0 1 0 1 18 0 1 0 2002266152 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30381/statm: 11890 364 245 79 0 219 0
[pid=30395] ppid=30381 vsize=812912 CPUtime=25.39
/proc/30395/stat : 30395 (java) S 30381 30381 29276 0 -1 0 33682 0 1 0 2512 27 0 0 18 0 9 0 2002266157 832421888 32658 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30395/statm: 203228 32658 2593 9 0 197209 0
[pid=30395/tid=30396] ppid=30381 vsize=812912 CPUtime=19.86
/proc/30395/task/30396/stat : 30396 (java) R 30381 30381 29276 0 -1 64 14673 0 1 0 1969 17 0 0 25 0 9 0 2002266158 832421888 32658 996147200 134512640 134550740 4294955600 18446744073709551615 103233024 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30395/tid=30397] ppid=30381 vsize=812912 CPUtime=5.11
/proc/30395/task/30397/stat : 30397 (java) S 30381 30381 29276 0 -1 64 17382 0 0 0 504 7 0 0 16 0 9 0 2002266160 832421888 32658 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30395/tid=30398] ppid=30381 vsize=812912 CPUtime=0
/proc/30395/task/30398/stat : 30398 (java) S 30381 30381 29276 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2002266160 832421888 32658 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30395/tid=30399] ppid=30381 vsize=812912 CPUtime=0
/proc/30395/task/30399/stat : 30399 (java) S 30381 30381 29276 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002266160 832421888 32658 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30395/tid=30400] ppid=30381 vsize=812912 CPUtime=0
/proc/30395/task/30400/stat : 30400 (java) S 30381 30381 29276 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002266162 832421888 32658 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30395/tid=30401] ppid=30381 vsize=812912 CPUtime=0.39
/proc/30395/task/30401/stat : 30401 (java) S 30381 30381 29276 0 -1 64 927 0 0 0 38 1 0 0 15 0 9 0 2002266162 832421888 32658 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30395/tid=30402] ppid=30381 vsize=812912 CPUtime=0
/proc/30395/task/30402/stat : 30402 (java) S 30381 30381 29276 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002266162 832421888 32658 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30395/tid=30403] ppid=30381 vsize=812912 CPUtime=0
/proc/30395/task/30403/stat : 30403 (java) S 30381 30381 29276 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002266162 832421888 32658 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.41

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

/proc/30404/statm: 91439 88049 74 162 0 91274 0
Current children cumulated CPU time (s) 1171.87
Current children cumulated vsize (KiB) 413316

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 30410
/proc/meminfo: memFree=1131600/2055920 swapFree=4180424/4192956
[pid=30381] ppid=30379 vsize=47560 CPUtime=80.94
/proc/30381/stat : 30381 (galacE.sh) S 30379 30381 29276 0 -1 4194304 799 35495 0 1 0 1 8044 49 17 0 1 0 2002266152 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30381/statm: 11890 364 245 79 0 219 0
[pid=30404] ppid=30381 vsize=365756 CPUtime=1150.37
/proc/30404/stat : 30404 (eSAT_static) R 30381 30381 29276 0 -1 4194304 88088 0 0 0 114991 46 0 0 25 0 1 0 2002274262 374534144 88070 996147200 134512640 135177480 4294955968 18446744073709551615 134537440 0 0 4096 3 0 0 0 17 1 0 0
/proc/30404/statm: 91439 88070 74 162 0 91274 0
Current children cumulated CPU time (s) 1231.31
Current children cumulated vsize (KiB) 413316

[startup+1302.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/75 30487
/proc/meminfo: memFree=1225880/2055920 swapFree=4180424/4192956
[pid=30381] ppid=30379 vsize=47560 CPUtime=80.94
/proc/30381/stat : 30381 (galacE.sh) S 30379 30381 29276 0 -1 4194304 799 35495 0 1 0 1 8044 49 17 0 1 0 2002266152 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30381/statm: 11890 364 245 79 0 219 0
[pid=30404] ppid=30381 vsize=406488 CPUtime=1210.18
/proc/30404/stat : 30404 (eSAT_static) R 30381 30381 29276 0 -1 4194304 91850 0 0 0 120968 50 0 0 25 0 1 0 2002274262 416243712 91832 996147200 134512640 135177480 4294955968 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 0 0 0
/proc/30404/statm: 101622 91832 74 162 0 101457 0
Current children cumulated CPU time (s) 1291.12
Current children cumulated vsize (KiB) 454048

[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/75 30487
/proc/meminfo: memFree=1225624/2055920 swapFree=4180424/4192956
[pid=30381] ppid=30379 vsize=47560 CPUtime=80.94
/proc/30381/stat : 30381 (galacE.sh) S 30379 30381 29276 0 -1 4194304 799 35495 0 1 0 1 8044 49 17 0 1 0 2002266152 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30381/statm: 11890 364 245 79 0 219 0
[pid=30404] ppid=30381 vsize=406488 CPUtime=1270.15
/proc/30404/stat : 30404 (eSAT_static) R 30381 30381 29276 0 -1 4194304 91875 0 0 0 126965 50 0 0 25 0 1 0 2002274262 416243712 91857 996147200 134512640 135177480 4294955968 18446744073709551615 134537400 0 0 4096 3 0 0 0 17 0 0 0
/proc/30404/statm: 101622 91857 74 162 0 101457 0
Current children cumulated CPU time (s) 1351.09
Current children cumulated vsize (KiB) 454048

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 30487
/proc/meminfo: memFree=1225688/2055920 swapFree=4180424/4192956
[pid=30381] ppid=30379 vsize=47560 CPUtime=80.94
/proc/30381/stat : 30381 (galacE.sh) S 30379 30381 29276 0 -1 4194304 799 35495 0 1 0 1 8044 49 17 0 1 0 2002266152 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30381/statm: 11890 364 245 79 0 219 0
[pid=30404] ppid=30381 vsize=406488 CPUtime=1330.13
/proc/30404/stat : 30404 (eSAT_static) R 30381 30381 29276 0 -1 4194304 91908 0 0 0 132963 50 0 0 25 0 1 0 2002274262 416243712 91890 996147200 134512640 135177480 4294955968 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 0 0 0
/proc/30404/statm: 101622 91890 74 162 0 101457 0
Current children cumulated CPU time (s) 1411.07
Current children cumulated vsize (KiB) 454048

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 30487
/proc/meminfo: memFree=1225624/2055920 swapFree=4180424/4192956
[pid=30381] ppid=30379 vsize=47560 CPUtime=80.94
/proc/30381/stat : 30381 (galacE.sh) S 30379 30381 29276 0 -1 4194304 799 35495 0 1 0 1 8044 49 17 0 1 0 2002266152 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30381/statm: 11890 364 245 79 0 219 0
[pid=30404] ppid=30381 vsize=406488 CPUtime=1390.1
/proc/30404/stat : 30404 (eSAT_static) R 30381 30381 29276 0 -1 4194304 91935 0 0 0 138960 50 0 0 25 0 1 0 2002274262 416243712 91917 996147200 134512640 135177480 4294955968 18446744073709551615 134537184 0 0 4096 3 0 0 0 17 0 0 0
/proc/30404/statm: 101622 91917 74 162 0 101457 0
Current children cumulated CPU time (s) 1471.04
Current children cumulated vsize (KiB) 454048

[startup+1542.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/75 30487
/proc/meminfo: memFree=1215256/2055920 swapFree=4180424/4192956
[pid=30381] ppid=30379 vsize=47560 CPUtime=80.94
/proc/30381/stat : 30381 (galacE.sh) S 30379 30381 29276 0 -1 4194304 799 35495 0 1 0 1 8044 49 17 0 1 0 2002266152 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30381/statm: 11890 364 245 79 0 219 0
[pid=30404] ppid=30381 vsize=408200 CPUtime=1450.08
/proc/30404/stat : 30404 (eSAT_static) R 30381 30381 29276 0 -1 4194304 94526 0 0 0 144956 52 0 0 25 0 1 0 2002274262 417996800 94508 996147200 134512640 135177480 4294955968 18446744073709551615 134537454 0 0 4096 3 0 0 0 17 0 0 0
/proc/30404/statm: 102050 94508 74 162 0 101885 0
Current children cumulated CPU time (s) 1531.02
Current children cumulated vsize (KiB) 455760

[startup+1602.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/75 30487
/proc/meminfo: memFree=1215192/2055920 swapFree=4180424/4192956
[pid=30381] ppid=30379 vsize=47560 CPUtime=80.94
/proc/30381/stat : 30381 (galacE.sh) S 30379 30381 29276 0 -1 4194304 799 35495 0 1 0 1 8044 49 17 0 1 0 2002266152 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30381/statm: 11890 364 245 79 0 219 0
[pid=30404] ppid=30381 vsize=408200 CPUtime=1510.06
/proc/30404/stat : 30404 (eSAT_static) R 30381 30381 29276 0 -1 4194304 94534 0 0 0 150954 52 0 0 25 0 1 0 2002274262 417996800 94516 996147200 134512640 135177480 4294955968 18446744073709551615 134537195 0 0 4096 3 0 0 0 17 0 0 0
/proc/30404/statm: 102050 94516 74 162 0 101885 0
Current children cumulated CPU time (s) 1591
Current children cumulated vsize (KiB) 455760

[startup+1662.3 s]
/proc/loadavg: 2.09 2.04 2.00 3/75 30487
/proc/meminfo: memFree=1215128/2055920 swapFree=4180424/4192956
[pid=30381] ppid=30379 vsize=47560 CPUtime=80.94
/proc/30381/stat : 30381 (galacE.sh) S 30379 30381 29276 0 -1 4194304 799 35495 0 1 0 1 8044 49 17 0 1 0 2002266152 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30381/statm: 11890 364 245 79 0 219 0
[pid=30404] ppid=30381 vsize=408200 CPUtime=1570.03
/proc/30404/stat : 30404 (eSAT_static) R 30381 30381 29276 0 -1 4194304 94542 0 0 0 156951 52 0 0 25 0 1 0 2002274262 417996800 94524 996147200 134512640 135177480 4294955968 18446744073709551615 134538021 0 0 4096 3 0 0 0 17 0 0 0
/proc/30404/statm: 102050 94524 74 162 0 101885 0
Current children cumulated CPU time (s) 1650.97
Current children cumulated vsize (KiB) 455760

[startup+1722.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/82 30522
/proc/meminfo: memFree=842720/2055920 swapFree=4180424/4192956
[pid=30381] ppid=30379 vsize=47560 CPUtime=80.94
/proc/30381/stat : 30381 (galacE.sh) S 30379 30381 29276 0 -1 4194304 799 35495 0 1 0 1 8044 49 17 0 1 0 2002266152 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30381/statm: 11890 364 245 79 0 219 0
[pid=30404] ppid=30381 vsize=408332 CPUtime=1630
/proc/30404/stat : 30404 (eSAT_static) R 30381 30381 29276 0 -1 4194304 95011 0 0 0 162947 53 0 0 25 0 1 0 2002274262 418131968 94993 996147200 134512640 135177480 4294955968 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 0 0 0
/proc/30404/statm: 102083 94993 74 162 0 101918 0
Current children cumulated CPU time (s) 1710.94
Current children cumulated vsize (KiB) 455892

[startup+1782.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/75 30553
/proc/meminfo: memFree=1096408/2055920 swapFree=4180424/4192956
[pid=30381] ppid=30379 vsize=47560 CPUtime=80.94
/proc/30381/stat : 30381 (galacE.sh) S 30379 30381 29276 0 -1 4194304 799 35495 0 1 0 1 8044 49 17 0 1 0 2002266152 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30381/statm: 11890 364 245 79 0 219 0
[pid=30404] ppid=30381 vsize=408988 CPUtime=1689.97
/proc/30404/stat : 30404 (eSAT_static) R 30381 30381 29276 0 -1 4194304 96706 0 0 0 168941 56 0 0 25 0 1 0 2002274262 418803712 96688 996147200 134512640 135177480 4294955968 18446744073709551615 134537322 0 0 4096 3 0 0 0 17 0 0 0
/proc/30404/statm: 102247 96688 74 162 0 102082 0
Current children cumulated CPU time (s) 1770.91
Current children cumulated vsize (KiB) 456548



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.5 s]
/proc/loadavg: 2.04 2.03 2.00 3/75 30553
/proc/meminfo: memFree=1096472/2055920 swapFree=4180424/4192956
[pid=30381] ppid=30379 vsize=47560 CPUtime=80.94
/proc/30381/stat : 30381 (galacE.sh) S 30379 30381 29276 0 -1 4194304 799 35495 0 1 0 1 8044 49 17 0 1 0 2002266152 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30381/statm: 11890 364 245 79 0 219 0
[pid=30404] ppid=30381 vsize=408988 CPUtime=1719.16
/proc/30404/stat : 30404 (eSAT_static) R 30381 30381 29276 0 -1 4194304 96707 0 0 0 171859 57 0 0 25 0 1 0 2002274262 418803712 96689 996147200 134512640 135177480 4294955968 18446744073709551615 134537191 0 0 4096 3 0 0 0 17 0 0 0
/proc/30404/statm: 102247 96689 74 162 0 102082 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 456548

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1811.5 s]
/proc/loadavg: 2.04 2.03 2.00 3/75 30553
/proc/meminfo: memFree=1096472/2055920 swapFree=4180424/4192956
[pid=30381] ppid=30379 vsize=47560 CPUtime=80.94
/proc/30381/stat : 30381 (galacE.sh) S 30379 30381 29276 0 -1 4194304 799 35495 0 1 0 1 8044 49 17 0 1 0 2002266152 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30381/statm: 11890 364 245 79 0 219 0
[pid=30404] ppid=30381 vsize=408988 CPUtime=1719.16
/proc/30404/stat : 30404 (eSAT_static) R 30381 30381 29276 0 -1 4194304 96707 0 0 0 171859 57 0 0 25 0 1 0 2002274262 418803712 96689 996147200 134512640 135177480 4294955968 18446744073709551615 134537191 0 0 4096 3 0 0 0 17 0 0 0
/proc/30404/statm: 102247 96689 74 162 0 102082 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 456548

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30381 and gives
#  childrusage.ru_utime.tv_sec=80
#  childrusage.ru_utime.tv_usec=444770
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=508922
# CPU time returned by wait4() is 80.9537
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1811.51
CPU time (s): 1800.1
CPU user time (s): 1799.03
CPU system time (s): 1.07
CPU usage (%): 99.37
Max. virtual memory (cumulated for all children) (KiB): 860712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 80.4448
system time used= 0.508922
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36294
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= 4167
involuntary context switches= 3082

runsolver used 2.35564 second user time and 5.31519 second system time

The end

Launcher Data (download as text)

Begin job on node52 at 2008-07-05 06:42:19
IDJOB=1085231
IDBENCH=57614
IDSOLVER=351
FILE ID=node52/1085231-1215232939
PBS_JOBID= 7881876
Free space on /tmp= 66532 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/super-jobShop/super-jobShop-ewddr2/normalized-super-jobShop-ewddr2-4.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1085231-1215232939/watcher-1085231-1215232939 -o /tmp/evaluation-result-1085231-1215232939/solver-1085231-1215232939 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1085231-1215232939.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4156b3ba3cdfc9a24e800d942d559208
RANDOM SEED=2035086508

node52.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1536512 kB
Buffers:         11664 kB
Cached:         318328 kB
SwapCached:       6608 kB
Active:         192208 kB
Inactive:       268844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1536512 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:            3424 kB
Writeback:           0 kB
Mapped:         147104 kB
Slab:            43124 kB
Committed_AS:  4127332 kB
PageTables:       2192 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= 66468 MiB
End job on node52 at 2008-07-05 07:12:32