Trace number 1072067

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.08 1811.31

General information on the benchmark

Namecsp/rand-3-24-24-fcd/
normalized-rand-3-24-24-76-632-fcd-39_ext.xml
MD5SUMa2ca505c65f27aec8f66eb6ea121ac28
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 benchmark877.917
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints75
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension75
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
3.03/3.17	c start processing
3.03/3.17	c start relation processing
9.16/9.30	c start cnf exporting
37.87/38.35	c parsing time : 3.041
37.87/38.35	c preprocessing time : 38.222
37.87/38.35	
37.87/38.35	c Nary constraints - conflicts : 0 supports : 75
37.87/38.35	c Binary constraints - conflicts : 0 supports :0
37.87/38.35	c max arity constraint : 3
37.87/38.35	c Max Tuples generated 0
37.87/38.35	c relations : 75
37.87/38.35	c relations BDD: 75
37.87/38.35	c sampling 0/0
37.87/38.35	c vars : 296062 - clauses :  935255
37.87/38.35	
37.94/38.42	 
37.94/38.42	c --- SAT Solver Stats ---
37.94/38.42	 
37.94/38.42	c eSAT 0.1 : minisat core with additionnal features
37.94/38.42	c ============================[ Problem Statistics ]=============================
37.94/38.42	c |                                                                             |
37.94/38.42	c |  Number of variables:  296061                                               |
37.94/38.42	c |  Number of clauses:    935255                                               |
37.96/39.45	c |  Parsing time:         0.91         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-1072067-1215171213/watcher-1072067-1215171213 -o /tmp/evaluation-result-1072067-1215171213/solver-1072067-1215171213 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1072067-1215171213.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.22 2.09 2.02 4/81 22992
/proc/meminfo: memFree=1708256/2055920 swapFree=4110904/4192956
[pid=22992] ppid=22990 vsize=8652 CPUtime=0
/proc/22992/stat : 22992 (galacE.sh) S 22990 22992 21435 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 1996090186 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22992/statm: 2163 280 208 79 0 156 0
[pid=22993] ppid=22992 vsize=8688 CPUtime=0
/proc/22993/stat : 22993 (galacE.sh) S 22992 22992 21435 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 1996090187 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 233402237010 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/22993/statm: 2172 286 209 79 0 165 0
[pid=22994] ppid=22993 vsize=8728 CPUtime=0
/proc/22994/stat : 22994 (galacE.sh) R 22993 22992 21435 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 1996090187 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 233402068263 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/22994/statm: 2182 290 209 79 0 175 0

[startup+0.0209051 s]
/proc/loadavg: 2.22 2.09 2.02 4/81 22992
/proc/meminfo: memFree=1708256/2055920 swapFree=4110904/4192956
[pid=22992] ppid=22990 vsize=8748 CPUtime=0
/proc/22992/stat : 22992 (galacE.sh) S 22990 22992 21435 0 -1 4194304 454 948 0 0 0 0 0 0 17 0 1 0 1996090186 8957952 312 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22992/statm: 2187 312 217 79 0 180 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8748

[startup+0.102167 s]
/proc/loadavg: 2.22 2.09 2.02 4/81 22992
/proc/meminfo: memFree=1708256/2055920 swapFree=4110904/4192956
[pid=22992] ppid=22990 vsize=47564 CPUtime=0.01
/proc/22992/stat : 22992 (galacE.sh) S 22990 22992 21435 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1996090186 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22992/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.3012 s]
/proc/loadavg: 2.22 2.09 2.02 4/81 22992
/proc/meminfo: memFree=1708256/2055920 swapFree=4110904/4192956
[pid=22992] ppid=22990 vsize=47564 CPUtime=0.01
/proc/22992/stat : 22992 (galacE.sh) S 22990 22992 21435 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1996090186 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22992/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701275 s]
/proc/loadavg: 2.22 2.09 2.02 4/81 22992
/proc/meminfo: memFree=1708256/2055920 swapFree=4110904/4192956
[pid=22992] ppid=22990 vsize=47564 CPUtime=0.01
/proc/22992/stat : 22992 (galacE.sh) S 22990 22992 21435 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1996090186 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22992/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50242 s]
/proc/loadavg: 2.22 2.09 2.02 3/91 23014
/proc/meminfo: memFree=1637776/2055920 swapFree=4110904/4192956
[pid=22992] ppid=22990 vsize=47564 CPUtime=0.01
/proc/22992/stat : 22992 (galacE.sh) S 22990 22992 21435 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1996090186 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22992/statm: 11891 365 246 79 0 219 0
[pid=23006] ppid=22992 vsize=812420 CPUtime=1.44
/proc/23006/stat : 23006 (java) S 22992 22992 21435 0 -1 0 22479 0 1 0 133 11 0 0 18 0 9 0 1996090190 831918080 21904 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23006/statm: 203105 21904 1883 9 0 197138 0
[pid=23006/tid=23007] ppid=22992 vsize=812420 CPUtime=1.22
/proc/23006/task/23007/stat : 23007 (java) R 22992 22992 21435 0 -1 64 14458 0 1 0 115 7 0 0 25 0 9 0 1996090191 831918080 21904 996147200 134512640 134550740 4294955600 18446744073709551615 4126095725 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23006/tid=23008] ppid=22992 vsize=812420 CPUtime=0.07
/proc/23006/task/23008/stat : 23008 (java) S 22992 22992 21435 0 -1 64 6572 0 0 0 5 2 0 0 16 0 9 0 1996090192 831918080 21904 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23006/tid=23009] ppid=22992 vsize=812420 CPUtime=0
/proc/23006/task/23009/stat : 23009 (java) S 22992 22992 21435 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1996090193 831918080 21904 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23006/tid=23010] ppid=22992 vsize=812420 CPUtime=0
/proc/23006/task/23010/stat : 23010 (java) S 22992 22992 21435 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1996090193 831918080 21904 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23006/tid=23011] ppid=22992 vsize=812420 CPUtime=0
/proc/23006/task/23011/stat : 23011 (java) S 22992 22992 21435 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996090195 831918080 21904 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23006/tid=23012] ppid=22992 vsize=812420 CPUtime=0.11
/proc/23006/task/23012/stat : 23012 (java) S 22992 22992 21435 0 -1 64 751 0 0 0 11 0 0 0 16 0 9 0 1996090195 831918080 21904 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23006/tid=23013] ppid=22992 vsize=812420 CPUtime=0
/proc/23006/task/23013/stat : 23013 (java) S 22992 22992 21435 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996090195 831918080 21904 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23006/tid=23014] ppid=22992 vsize=812420 CPUtime=0
/proc/23006/task/23014/stat : 23014 (java) R 22992 22992 21435 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996090195 831918080 21904 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 859984

[startup+3.10171 s]
/proc/loadavg: 2.22 2.09 2.02 3/91 23014
/proc/meminfo: memFree=1619728/2055920 swapFree=4110904/4192956
[pid=22992] ppid=22990 vsize=47564 CPUtime=0.01
/proc/22992/stat : 22992 (galacE.sh) S 22990 22992 21435 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1996090186 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22992/statm: 11891 365 246 79 0 219 0
[pid=23006] ppid=22992 vsize=812420 CPUtime=3.02
/proc/23006/stat : 23006 (java) S 22992 22992 21435 0 -1 0 25471 0 1 0 288 14 0 0 18 0 9 0 1996090190 831918080 24891 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23006/statm: 203105 24891 1883 9 0 197138 0
[pid=23006/tid=23007] ppid=22992 vsize=812420 CPUtime=2.66
/proc/23006/task/23007/stat : 23007 (java) R 22992 22992 21435 0 -1 64 14463 0 1 0 258 8 0 0 25 0 9 0 1996090191 831918080 24891 996147200 134512640 134550740 4294955600 18446744073709551615 4126613171 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23006/tid=23008] ppid=22992 vsize=812420 CPUtime=0.21
/proc/23006/task/23008/stat : 23008 (java) S 22992 22992 21435 0 -1 64 9555 0 0 0 17 4 0 0 16 0 9 0 1996090192 831918080 24891 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23006/tid=23009] ppid=22992 vsize=812420 CPUtime=0
/proc/23006/task/23009/stat : 23009 (java) S 22992 22992 21435 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1996090193 831918080 24891 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23006/tid=23010] ppid=22992 vsize=812420 CPUtime=0
/proc/23006/task/23010/stat : 23010 (java) S 22992 22992 21435 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1996090193 831918080 24891 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23006/tid=23011] ppid=22992 vsize=812420 CPUtime=0
/proc/23006/task/23011/stat : 23011 (java) S 22992 22992 21435 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996090195 831918080 24891 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23006/tid=23012] ppid=22992 vsize=812420 CPUtime=0.12
/proc/23006/task/23012/stat : 23012 (java) S 22992 22992 21435 0 -1 64 755 0 0 0 12 0 0 0 16 0 9 0 1996090195 831918080 24891 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23006/tid=23013] ppid=22992 vsize=812420 CPUtime=0
/proc/23006/task/23013/stat : 23013 (java) S 22992 22992 21435 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996090195 831918080 24891 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23006/tid=23014] ppid=22992 vsize=812420 CPUtime=0
/proc/23006/task/23014/stat : 23014 (java) S 22992 22992 21435 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996090195 831918080 24891 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 859984

[startup+6.30229 s]
/proc/loadavg: 2.20 2.09 2.02 4/91 23014
/proc/meminfo: memFree=1596432/2055920 swapFree=4110904/4192956
[pid=22992] ppid=22990 vsize=47564 CPUtime=0.01
/proc/22992/stat : 22992 (galacE.sh) S 22990 22992 21435 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1996090186 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22992/statm: 11891 365 246 79 0 219 0
[pid=23006] ppid=22992 vsize=812540 CPUtime=6.18
/proc/23006/stat : 23006 (java) S 22992 22992 21435 0 -1 0 36151 0 1 0 598 20 0 0 18 0 9 0 1996090190 832040960 35567 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23006/statm: 203135 35567 1891 9 0 197168 0
[pid=23006/tid=23007] ppid=22992 vsize=812540 CPUtime=5.24
/proc/23006/task/23007/stat : 23007 (java) R 22992 22992 21435 0 -1 64 14493 0 1 0 516 8 0 0 25 0 9 0 1996090191 832040960 35567 996147200 134512640 134550740 4294955600 18446744073709551615 4126884878 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23006/tid=23008] ppid=22992 vsize=812540 CPUtime=0.74
/proc/23006/task/23008/stat : 23008 (java) S 22992 22992 21435 0 -1 64 20173 0 0 0 64 10 0 0 21 0 9 0 1996090192 832040960 35567 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23006/tid=23009] ppid=22992 vsize=812540 CPUtime=0
/proc/23006/task/23009/stat : 23009 (java) S 22992 22992 21435 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1996090193 832040960 35567 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23006/tid=23010] ppid=22992 vsize=812540 CPUtime=0
/proc/23006/task/23010/stat : 23010 (java) S 22992 22992 21435 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1996090193 832040960 35567 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23006/tid=23011] ppid=22992 vsize=812540 CPUtime=0
/proc/23006/task/23011/stat : 23011 (java) S 22992 22992 21435 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996090195 832040960 35567 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23006/tid=23012] ppid=22992 vsize=812540 CPUtime=0.17
/proc/23006/task/23012/stat : 23012 (java) S 22992 22992 21435 0 -1 64 787 0 0 0 17 0 0 0 16 0 9 0 1996090195 832040960 35567 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23006/tid=23013] ppid=22992 vsize=812540 CPUtime=0
/proc/23006/task/23013/stat : 23013 (java) S 22992 22992 21435 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996090195 832040960 35567 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23006/tid=23014] ppid=22992 vsize=812540 CPUtime=0
/proc/23006/task/23014/stat : 23014 (java) S 22992 22992 21435 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996090195 832040960 35567 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 860104

[startup+12.7014 s]
/proc/loadavg: 2.18 2.08 2.02 3/91 23014
/proc/meminfo: memFree=1496272/2055920 swapFree=4110904/4192956
[pid=22992] ppid=22990 vsize=47564 CPUtime=0.01
/proc/22992/stat : 22992 (galacE.sh) S 22990 22992 21435 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1996090186 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22992/statm: 11891 365 246 79 0 219 0
[pid=23006] ppid=22992 vsize=812540 CPUtime=12.52
/proc/23006/stat : 23006 (java) S 22992 22992 21435 0 -1 0 54827 0 1 0 1221 31 0 0 18 0 9 0 1996090190 832040960 54234 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23006/statm: 203135 54234 1911 9 0 197168 0
[pid=23006/tid=23007] ppid=22992 vsize=812540 CPUtime=10.59
/proc/23006/task/23007/stat : 23007 (java) R 22992 22992 21435 0 -1 64 14543 0 1 0 1050 9 0 0 25 0 9 0 1996090191 832040960 54234 996147200 134512640 134550740 4294955600 18446744073709551615 4126631909 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23006/tid=23008] ppid=22992 vsize=812540 CPUtime=1.66
/proc/23006/task/23008/stat : 23008 (java) S 22992 22992 21435 0 -1 64 38762 0 0 0 147 19 0 0 16 0 9 0 1996090192 832040960 54234 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23006/tid=23009] ppid=22992 vsize=812540 CPUtime=0
/proc/23006/task/23009/stat : 23009 (java) S 22992 22992 21435 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996090193 832040960 54234 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23006/tid=23010] ppid=22992 vsize=812540 CPUtime=0
/proc/23006/task/23010/stat : 23010 (java) S 22992 22992 21435 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1996090193 832040960 54234 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23006/tid=23011] ppid=22992 vsize=812540 CPUtime=0
/proc/23006/task/23011/stat : 23011 (java) S 22992 22992 21435 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996090195 832040960 54234 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23006/tid=23012] ppid=22992 vsize=812540 CPUtime=0.24
/proc/23006/task/23012/stat : 23012 (java) S 22992 22992 21435 0 -1 64 824 0 0 0 23 1 0 0 16 0 9 0 1996090195 832040960 54234 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23006/tid=23013] ppid=22992 vsize=812540 CPUtime=0
/proc/23006/task/23013/stat : 23013 (java) S 22992 22992 21435 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996090195 832040960 54234 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23006/tid=23014] ppid=22992 vsize=812540 CPUtime=0
/proc/23006/task/23014/stat : 23014 (java) S 22992 22992 21435 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996090195 832040960 54234 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 860104

[startup+25.5027 s]
/proc/loadavg: 2.14 2.08 2.02 3/91 23014
/proc/meminfo: memFree=1488656/2055920 swapFree=4110904/4192956
[pid=22992] ppid=22990 vsize=47564 CPUtime=0.01
/proc/22992/stat : 22992 (galacE.sh) S 22990 22992 21435 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1996090186 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22992/statm: 11891 365 246 79 0 219 0
[pid=23006] ppid=22992 vsize=812540 CPUtime=25.18
/proc/23006/stat : 23006 (java) S 22992 22992 21435 0 -1 0 54851 0 1 0 2482 36 0 0 18 0 9 0 1996090190 832040960 54234 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23006/statm: 203135 54234 1911 9 0 197168 0
[pid=23006/tid=23007] ppid=22992 vsize=812540 CPUtime=23.24
/proc/23006/task/23007/stat : 23007 (java) R 22992 22992 21435 0 -1 64 14567 0 1 0 2309 15 0 0 25 0 9 0 1996090191 832040960 54234 996147200 134512640 134550740 4294955600 18446744073709551615 4126993540 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23006/tid=23008] ppid=22992 vsize=812540 CPUtime=1.68
/proc/23006/task/23008/stat : 23008 (java) S 22992 22992 21435 0 -1 64 38762 0 0 0 149 19 0 0 16 0 9 0 1996090192 832040960 54234 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23006/tid=23009] ppid=22992 vsize=812540 CPUtime=0
/proc/23006/task/23009/stat : 23009 (java) S 22992 22992 21435 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1996090193 832040960 54234 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23006/tid=23010] ppid=22992 vsize=812540 CPUtime=0
/proc/23006/task/23010/stat : 23010 (java) S 22992 22992 21435 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1996090193 832040960 54234 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23006/tid=23011] ppid=22992 vsize=812540 CPUtime=0
/proc/23006/task/23011/stat : 23011 (java) S 22992 22992 21435 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1996090195 832040960 54234 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23006/tid=23012] ppid=22992 vsize=812540 CPUtime=0.24
/proc/23006/task/23012/stat : 23012 (java) S 22992 22992 21435 0 -1 64 824 0 0 0 23 1 0 0 16 0 9 0 1996090195 832040960 54234 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23006/tid=23013] ppid=22992 vsize=812540 CPUtime=0
/proc/23006/task/23013/stat : 23013 (java) S 22992 22992 21435 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1996090195 832040960 54234 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23006/tid=23014] ppid=22992 vsize=812540 CPUtime=0
/proc/23006/task/23014/stat : 23014 (java) S 22992 22992 21435 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1996090195 832040960 54234 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.19

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

/proc/23015/statm: 49669 48568 80 162 0 49504 0
Current children cumulated CPU time (s) 1171.65
Current children cumulated vsize (KiB) 246240

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23070
/proc/meminfo: memFree=1491136/2055920 swapFree=4110904/4192956
[pid=22992] ppid=22990 vsize=47564 CPUtime=37.96
/proc/22992/stat : 22992 (galacE.sh) S 22990 22992 21435 0 -1 4194304 800 56584 0 1 0 0 3749 47 17 0 1 0 1996090186 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22992/statm: 11891 365 246 79 0 219 0
[pid=23015] ppid=22992 vsize=198676 CPUtime=1193.65
/proc/23015/stat : 23015 (eSAT_static) R 22992 22992 21435 0 -1 4194304 53377 0 0 0 119329 36 0 0 25 0 1 0 1996094028 203444224 48568 996147200 134512640 135177480 4294955968 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 0 0 0
/proc/23015/statm: 49669 48568 80 162 0 49504 0
Current children cumulated CPU time (s) 1231.61
Current children cumulated vsize (KiB) 246240

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23070
/proc/meminfo: memFree=1490752/2055920 swapFree=4110904/4192956
[pid=22992] ppid=22990 vsize=47564 CPUtime=37.96
/proc/22992/stat : 22992 (galacE.sh) S 22990 22992 21435 0 -1 4194304 800 56584 0 1 0 0 3749 47 17 0 1 0 1996090186 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22992/statm: 11891 365 246 79 0 219 0
[pid=23015] ppid=22992 vsize=198676 CPUtime=1253.59
/proc/23015/stat : 23015 (eSAT_static) R 22992 22992 21435 0 -1 4194304 53377 0 0 0 125323 36 0 0 25 0 1 0 1996094028 203444224 48568 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/23015/statm: 49669 48568 80 162 0 49504 0
Current children cumulated CPU time (s) 1291.55
Current children cumulated vsize (KiB) 246240

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23070
/proc/meminfo: memFree=1490752/2055920 swapFree=4110904/4192956
[pid=22992] ppid=22990 vsize=47564 CPUtime=37.96
/proc/22992/stat : 22992 (galacE.sh) S 22990 22992 21435 0 -1 4194304 800 56584 0 1 0 0 3749 47 17 0 1 0 1996090186 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22992/statm: 11891 365 246 79 0 219 0
[pid=23015] ppid=22992 vsize=198676 CPUtime=1313.53
/proc/23015/stat : 23015 (eSAT_static) R 22992 22992 21435 0 -1 4194304 53377 0 0 0 131317 36 0 0 25 0 1 0 1996094028 203444224 48568 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/23015/statm: 49669 48568 80 162 0 49504 0
Current children cumulated CPU time (s) 1351.49
Current children cumulated vsize (KiB) 246240

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23070
/proc/meminfo: memFree=1490248/2055920 swapFree=4110904/4192956
[pid=22992] ppid=22990 vsize=47564 CPUtime=37.96
/proc/22992/stat : 22992 (galacE.sh) S 22990 22992 21435 0 -1 4194304 800 56584 0 1 0 0 3749 47 17 0 1 0 1996090186 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22992/statm: 11891 365 246 79 0 219 0
[pid=23015] ppid=22992 vsize=198676 CPUtime=1373.48
/proc/23015/stat : 23015 (eSAT_static) R 22992 22992 21435 0 -1 4194304 53378 0 0 0 137312 36 0 0 25 0 1 0 1996094028 203444224 48569 996147200 134512640 135177480 4294955968 18446744073709551615 134570809 0 0 4096 3 0 0 0 17 0 0 0
/proc/23015/statm: 49669 48569 80 162 0 49504 0
Current children cumulated CPU time (s) 1411.44
Current children cumulated vsize (KiB) 246240

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23070
/proc/meminfo: memFree=1490248/2055920 swapFree=4110904/4192956
[pid=22992] ppid=22990 vsize=47564 CPUtime=37.96
/proc/22992/stat : 22992 (galacE.sh) S 22990 22992 21435 0 -1 4194304 800 56584 0 1 0 0 3749 47 17 0 1 0 1996090186 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22992/statm: 11891 365 246 79 0 219 0
[pid=23015] ppid=22992 vsize=198940 CPUtime=1433.42
/proc/23015/stat : 23015 (eSAT_static) R 22992 22992 21435 0 -1 4194304 53441 0 0 0 143306 36 0 0 25 0 1 0 1996094028 203714560 48632 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/23015/statm: 49735 48632 80 162 0 49570 0
Current children cumulated CPU time (s) 1471.38
Current children cumulated vsize (KiB) 246504

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23070
/proc/meminfo: memFree=1484936/2055920 swapFree=4110904/4192956
[pid=22992] ppid=22990 vsize=47564 CPUtime=37.96
/proc/22992/stat : 22992 (galacE.sh) S 22990 22992 21435 0 -1 4194304 800 56584 0 1 0 0 3749 47 17 0 1 0 1996090186 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22992/statm: 11891 365 246 79 0 219 0
[pid=23015] ppid=22992 vsize=204048 CPUtime=1493.36
/proc/23015/stat : 23015 (eSAT_static) R 22992 22992 21435 0 -1 4194304 54693 0 0 0 149299 37 0 0 25 0 1 0 1996094028 208945152 49884 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/23015/statm: 51012 49884 80 162 0 50847 0
Current children cumulated CPU time (s) 1531.32
Current children cumulated vsize (KiB) 251612

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23070
/proc/meminfo: memFree=1479432/2055920 swapFree=4110904/4192956
[pid=22992] ppid=22990 vsize=47564 CPUtime=37.96
/proc/22992/stat : 22992 (galacE.sh) S 22990 22992 21435 0 -1 4194304 800 56584 0 1 0 0 3749 47 17 0 1 0 1996090186 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22992/statm: 11891 365 246 79 0 219 0
[pid=23015] ppid=22992 vsize=209244 CPUtime=1553.31
/proc/23015/stat : 23015 (eSAT_static) R 22992 22992 21435 0 -1 4194304 56016 0 0 0 155292 39 0 0 25 0 1 0 1996094028 214265856 51207 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/23015/statm: 52311 51207 80 162 0 52146 0
Current children cumulated CPU time (s) 1591.27
Current children cumulated vsize (KiB) 256808

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23076
/proc/meminfo: memFree=1474504/2055920 swapFree=4110904/4192956
[pid=22992] ppid=22990 vsize=47564 CPUtime=37.96
/proc/22992/stat : 22992 (galacE.sh) S 22990 22992 21435 0 -1 4194304 800 56584 0 1 0 0 3749 47 17 0 1 0 1996090186 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22992/statm: 11891 365 246 79 0 219 0
[pid=23015] ppid=22992 vsize=214448 CPUtime=1613.25
/proc/23015/stat : 23015 (eSAT_static) R 22992 22992 21435 0 -1 4194304 57231 0 0 0 161283 42 0 0 25 0 1 0 1996094028 219594752 52422 996147200 134512640 135177480 4294955968 18446744073709551615 134548379 0 0 4096 3 0 0 0 17 0 0 0
/proc/23015/statm: 53612 52422 80 162 0 53447 0
Current children cumulated CPU time (s) 1651.21
Current children cumulated vsize (KiB) 262012

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23076
/proc/meminfo: memFree=1469512/2055920 swapFree=4110904/4192956
[pid=22992] ppid=22990 vsize=47564 CPUtime=37.96
/proc/22992/stat : 22992 (galacE.sh) S 22990 22992 21435 0 -1 4194304 800 56584 0 1 0 0 3749 47 17 0 1 0 1996090186 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22992/statm: 11891 365 246 79 0 219 0
[pid=23015] ppid=22992 vsize=218748 CPUtime=1673.19
/proc/23015/stat : 23015 (eSAT_static) R 22992 22992 21435 0 -1 4194304 58319 0 0 0 167276 43 0 0 25 0 1 0 1996094028 223997952 53510 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/23015/statm: 54687 53510 80 162 0 54522 0
Current children cumulated CPU time (s) 1711.15
Current children cumulated vsize (KiB) 266312

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23076
/proc/meminfo: memFree=1464648/2055920 swapFree=4110904/4192956
[pid=22992] ppid=22990 vsize=47564 CPUtime=37.96
/proc/22992/stat : 22992 (galacE.sh) S 22990 22992 21435 0 -1 4194304 800 56584 0 1 0 0 3749 47 17 0 1 0 1996090186 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22992/statm: 11891 365 246 79 0 219 0
[pid=23015] ppid=22992 vsize=223580 CPUtime=1733.14
/proc/23015/stat : 23015 (eSAT_static) R 22992 22992 21435 0 -1 4194304 59520 0 0 0 173270 44 0 0 25 0 1 0 1996094028 228945920 54711 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/23015/statm: 55895 54711 80 162 0 55730 0
Current children cumulated CPU time (s) 1771.1
Current children cumulated vsize (KiB) 271144



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23076
/proc/meminfo: memFree=1464648/2055920 swapFree=4110904/4192956
[pid=22992] ppid=22990 vsize=47564 CPUtime=37.96
/proc/22992/stat : 22992 (galacE.sh) S 22990 22992 21435 0 -1 4194304 800 56584 0 1 0 0 3749 47 17 0 1 0 1996090186 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22992/statm: 11891 365 246 79 0 219 0
[pid=23015] ppid=22992 vsize=223580 CPUtime=1762.12
/proc/23015/stat : 23015 (eSAT_static) R 22992 22992 21435 0 -1 4194304 59520 0 0 0 176168 44 0 0 25 0 1 0 1996094028 228945920 54711 996147200 134512640 135177480 4294955968 18446744073709551615 134565210 0 0 4096 3 0 0 0 17 0 0 0
/proc/23015/statm: 55895 54711 80 162 0 55730 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 271144

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

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

[startup+1811.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23076
/proc/meminfo: memFree=1464648/2055920 swapFree=4110904/4192956
[pid=22992] ppid=22990 vsize=47564 CPUtime=37.96
/proc/22992/stat : 22992 (galacE.sh) S 22990 22992 21435 0 -1 4194304 800 56584 0 1 0 0 3749 47 17 0 1 0 1996090186 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233401674586 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22992/statm: 11891 365 246 79 0 219 0
[pid=23015] ppid=22992 vsize=223580 CPUtime=1762.12
/proc/23015/stat : 23015 (eSAT_static) R 22992 22992 21435 0 -1 4194304 59520 0 0 0 176168 44 0 0 25 0 1 0 1996094028 228945920 54711 996147200 134512640 135177480 4294955968 18446744073709551615 134565210 0 0 4096 3 0 0 0 17 0 0 0
/proc/23015/statm: 55895 54711 80 162 0 55730 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 271144

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22992 and gives
#  childrusage.ru_utime.tv_sec=37
#  childrusage.ru_utime.tv_usec=498299
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=484926
# CPU time returned by wait4() is 37.9832
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1811.31
CPU time (s): 1800.08
CPU user time (s): 1799.17
CPU system time (s): 0.91
CPU usage (%): 99.3798
Max. virtual memory (cumulated for all children) (KiB): 860104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.4983
system time used= 0.484926
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57384
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= 2275
involuntary context switches= 3738

runsolver used 2.06669 second user time and 6.17906 second system time

The end

Launcher Data (download as text)

Begin job on node70 at 2008-07-04 13:33:33
IDJOB=1072067
IDBENCH=56226
IDSOLVER=351
FILE ID=node70/1072067-1215171213
PBS_JOBID= 7881408
Free space on /tmp= 66444 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/rand-3-24-24-fcd/normalized-rand-3-24-24-76-632-fcd-39_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1072067-1215171213/watcher-1072067-1215171213 -o /tmp/evaluation-result-1072067-1215171213/solver-1072067-1215171213 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1072067-1215171213.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a2ca505c65f27aec8f66eb6ea121ac28
RANDOM SEED=1477017699

node70.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.256
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.256
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:       1708736 kB
Buffers:         38628 kB
Cached:         128400 kB
SwapCached:      76344 kB
Active:         240460 kB
Inactive:        50684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1708736 kB
SwapTotal:     4192956 kB
SwapFree:      4110904 kB
Dirty:            5956 kB
Writeback:           0 kB
Mapped:         139772 kB
Slab:            40988 kB
Committed_AS:  4189092 kB
PageTables:       2024 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= 66412 MiB
End job on node70 at 2008-07-04 14:03:47