Trace number 199299

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 1813.87

General information on the benchmark

NameallIntervalSeries/
series-50.xml
MD5SUM1f7c6563c9354a56d1d8a4ef6be0b489
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.242962
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables99
Number of constraints2450
Maximum constraint arity3
Maximum domain size50
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2450
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03	c --- Preproc Stats ---
1.71	c start processing
1.71	c start relation processing
1.83	c start cnf exporting
26.10	c parsing time : 1.512
26.10	c preprocessing time : 25.909
26.10	
26.10	c Nary constraints - conflicts : 0 supports : 49
26.10	c Binary constraints - conflicts : 2401 supports :0
26.10	c max arity constraint : 3
26.10	c Max Tuples generated 122500
26.10	c relations : 3
26.10	c relations BDD: 1
26.10	c vars : 129803 - clauses :  730199
26.10	
26.12	 
26.12	c --- Minisat Stats ---
26.12	 

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/node14/watcher-199299-1168133525 -o ROOT/results/node14/solver-199299-1168133525 -C 1800 -M 900 /tmp/evaluation/199299-1168133525/galac.sh /tmp/evaluation/199299-1168133525/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: 1.94 2.08 2.50 5/88 11275
/proc/meminfo: memFree=1264824/2055920 swapFree=4182236/4192956
[pid=11274] ppid=11272 vsize=8652 CPUtime=0
/proc/11274/stat : 11274 (galac.sh) S 11272 11274 11045 0 -1 4194304 347 0 0 0 0 0 0 0 17 0 1 0 161747476 8859648 280 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11274/statm: 2163 280 208 79 0 156 0
[pid=11276] ppid=11274 vsize=8688 CPUtime=0
/proc/11276/stat : 11276 (galac.sh) S 11274 11274 11045 0 -1 4194368 38 0 0 0 0 0 0 0 18 0 1 0 161747477 8896512 286 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234633298 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/11276/statm: 2172 286 209 79 0 165 0
[pid=11277] ppid=11276 vsize=8728 CPUtime=0
/proc/11277/stat : 11277 (galac.sh) R 11276 11274 11045 0 -1 4194368 26 0 0 0 0 0 0 0 21 0 1 0 161747477 8937472 290 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234464551 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/11277/statm: 2182 290 209 79 0 175 0

[startup+0.107321 s]
/proc/loadavg: 1.94 2.08 2.50 5/88 11275
/proc/meminfo: memFree=1264824/2055920 swapFree=4182236/4192956
[pid=11274] ppid=11272 vsize=47552 CPUtime=0.01
/proc/11274/stat : 11274 (galac.sh) S 11272 11274 11045 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 161747476 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11274/statm: 11888 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+0.515356 s]
/proc/loadavg: 1.94 2.08 2.50 5/88 11275
/proc/meminfo: memFree=1264824/2055920 swapFree=4182236/4192956
[pid=11274] ppid=11272 vsize=47552 CPUtime=0.01
/proc/11274/stat : 11274 (galac.sh) S 11272 11274 11045 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 161747476 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11274/statm: 11888 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+1.33844 s]
/proc/loadavg: 1.94 2.08 2.50 4/96 11295
/proc/meminfo: memFree=1225328/2055920 swapFree=4182236/4192956
[pid=11274] ppid=11272 vsize=47552 CPUtime=0.01
/proc/11274/stat : 11274 (galac.sh) S 11272 11274 11045 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 161747476 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11274/statm: 11888 363 245 79 0 218 0
[pid=11288] ppid=11274 vsize=861196 CPUtime=1.24
/proc/11288/stat : 11288 (java) R 11274 11274 11045 0 -1 0 11963 0 1 0 116 8 0 0 24 0 8 0 161747480 881864704 11716 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073458615 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11288/statm: 215299 11716 1989 14 0 201504 0
[pid=11288/tid=11289] ppid=11274 vsize=861196 CPUtime=0.08
/proc/11288/task/11289/stat : 11289 (java) S 11274 11274 11045 0 -1 64 3400 0 0 0 7 1 0 0 16 0 8 0 161747484 881864704 11716 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11288/tid=11290] ppid=11274 vsize=861196 CPUtime=0
/proc/11288/task/11290/stat : 11290 (java) S 11274 11274 11045 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 161747485 881864704 11716 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11288/tid=11291] ppid=11274 vsize=861196 CPUtime=0
/proc/11288/task/11291/stat : 11291 (java) S 11274 11274 11045 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 161747485 881864704 11716 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11288/tid=11292] ppid=11274 vsize=861196 CPUtime=0
/proc/11288/task/11292/stat : 11292 (java) S 11274 11274 11045 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 161747488 881864704 11716 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11288/tid=11293] ppid=11274 vsize=861196 CPUtime=0.33
/proc/11288/task/11293/stat : 11293 (java) S 11274 11274 11045 0 -1 64 1061 0 0 0 32 1 0 0 15 0 8 0 161747488 881864704 11716 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11288/tid=11294] ppid=11274 vsize=861196 CPUtime=0
/proc/11288/task/11294/stat : 11294 (java) S 11274 11274 11045 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 161747488 881864704 11716 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11288/tid=11295] ppid=11274 vsize=861196 CPUtime=0
/proc/11288/task/11295/stat : 11295 (java) S 11274 11274 11045 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161747488 881864704 11716 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 908748

[startup+2.99159 s]
/proc/loadavg: 1.94 2.08 2.50 3/96 11295
/proc/meminfo: memFree=1212592/2055920 swapFree=4182236/4192956
[pid=11274] ppid=11272 vsize=47552 CPUtime=0.01
/proc/11274/stat : 11274 (galac.sh) S 11272 11274 11045 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 161747476 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11274/statm: 11888 363 245 79 0 218 0
[pid=11288] ppid=11274 vsize=861196 CPUtime=2.89
/proc/11288/stat : 11288 (java) R 11274 11274 11045 0 -1 0 19923 0 1 0 273 16 0 0 25 0 8 0 161747480 881864704 19674 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4074427870 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11288/statm: 215299 19674 2014 14 0 201504 0
[pid=11288/tid=11289] ppid=11274 vsize=861196 CPUtime=0.13
/proc/11288/task/11289/stat : 11289 (java) S 11274 11274 11045 0 -1 64 3830 0 0 0 12 1 0 0 16 0 8 0 161747484 881864704 19674 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11288/tid=11290] ppid=11274 vsize=861196 CPUtime=0
/proc/11288/task/11290/stat : 11290 (java) S 11274 11274 11045 0 -1 64 12 0 0 0 0 0 0 0 17 0 8 0 161747485 881864704 19674 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11288/tid=11291] ppid=11274 vsize=861196 CPUtime=0
/proc/11288/task/11291/stat : 11291 (java) S 11274 11274 11045 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 161747485 881864704 19674 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11288/tid=11292] ppid=11274 vsize=861196 CPUtime=0
/proc/11288/task/11292/stat : 11292 (java) S 11274 11274 11045 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 161747488 881864704 19674 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11288/tid=11293] ppid=11274 vsize=861196 CPUtime=0.44
/proc/11288/task/11293/stat : 11293 (java) S 11274 11274 11045 0 -1 64 1125 0 0 0 42 2 0 0 15 0 8 0 161747488 881864704 19674 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11288/tid=11294] ppid=11274 vsize=861196 CPUtime=0
/proc/11288/task/11294/stat : 11294 (java) S 11274 11274 11045 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 161747488 881864704 19674 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11288/tid=11295] ppid=11274 vsize=861196 CPUtime=0
/proc/11288/task/11295/stat : 11295 (java) S 11274 11274 11045 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161747488 881864704 19674 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 908748

[startup+6.2849 s]
/proc/loadavg: 1.95 2.08 2.50 3/96 11295
/proc/meminfo: memFree=1189232/2055920 swapFree=4182236/4192956
[pid=11274] ppid=11272 vsize=47552 CPUtime=0.01
/proc/11274/stat : 11274 (galac.sh) S 11272 11274 11045 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 161747476 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11274/statm: 11888 363 245 79 0 218 0
[pid=11288] ppid=11274 vsize=861196 CPUtime=6.14
/proc/11288/stat : 11288 (java) R 11274 11274 11045 0 -1 0 20289 0 1 0 597 17 0 0 25 0 8 0 161747480 881864704 20034 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4152035856 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11288/statm: 215299 20034 2014 14 0 201504 0
[pid=11288/tid=11289] ppid=11274 vsize=861196 CPUtime=0.18
/proc/11288/task/11289/stat : 11289 (java) S 11274 11274 11045 0 -1 64 4187 0 0 0 17 1 0 0 16 0 8 0 161747484 881864704 20034 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11288/tid=11290] ppid=11274 vsize=861196 CPUtime=0
/proc/11288/task/11290/stat : 11290 (java) S 11274 11274 11045 0 -1 64 12 0 0 0 0 0 0 0 17 0 8 0 161747485 881864704 20034 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11288/tid=11291] ppid=11274 vsize=861196 CPUtime=0
/proc/11288/task/11291/stat : 11291 (java) S 11274 11274 11045 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 161747485 881864704 20034 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11288/tid=11292] ppid=11274 vsize=861196 CPUtime=0
/proc/11288/task/11292/stat : 11292 (java) S 11274 11274 11045 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 161747488 881864704 20034 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11288/tid=11293] ppid=11274 vsize=861196 CPUtime=0.44
/proc/11288/task/11293/stat : 11293 (java) S 11274 11274 11045 0 -1 64 1128 0 0 0 42 2 0 0 16 0 8 0 161747488 881864704 20034 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11288/tid=11294] ppid=11274 vsize=861196 CPUtime=0
/proc/11288/task/11294/stat : 11294 (java) S 11274 11274 11045 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 161747488 881864704 20034 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11288/tid=11295] ppid=11274 vsize=861196 CPUtime=0
/proc/11288/task/11295/stat : 11295 (java) S 11274 11274 11045 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161747488 881864704 20034 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 908748

[startup+12.6895 s]
/proc/loadavg: 1.95 2.07 2.49 3/96 11295
/proc/meminfo: memFree=1184312/2055920 swapFree=4182236/4192956
[pid=11274] ppid=11272 vsize=47552 CPUtime=0.01
/proc/11274/stat : 11274 (galac.sh) S 11272 11274 11045 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 161747476 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11274/statm: 11888 363 245 79 0 218 0
[pid=11288] ppid=11274 vsize=861196 CPUtime=12.49
/proc/11288/stat : 11288 (java) R 11274 11274 11045 0 -1 0 20661 0 1 0 1229 20 0 0 25 0 8 0 161747480 881864704 20396 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4074410626 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11288/statm: 215299 20396 2014 14 0 201504 0
[pid=11288/tid=11289] ppid=11274 vsize=861196 CPUtime=0.26
/proc/11288/task/11289/stat : 11289 (java) S 11274 11274 11045 0 -1 64 4545 0 0 0 24 2 0 0 16 0 8 0 161747484 881864704 20396 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11288/tid=11290] ppid=11274 vsize=861196 CPUtime=0
/proc/11288/task/11290/stat : 11290 (java) S 11274 11274 11045 0 -1 64 12 0 0 0 0 0 0 0 17 0 8 0 161747485 881864704 20396 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11288/tid=11291] ppid=11274 vsize=861196 CPUtime=0
/proc/11288/task/11291/stat : 11291 (java) S 11274 11274 11045 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 161747485 881864704 20396 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11288/tid=11292] ppid=11274 vsize=861196 CPUtime=0
/proc/11288/task/11292/stat : 11292 (java) S 11274 11274 11045 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 161747488 881864704 20396 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11288/tid=11293] ppid=11274 vsize=861196 CPUtime=0.45
/proc/11288/task/11293/stat : 11293 (java) S 11274 11274 11045 0 -1 64 1132 0 0 0 43 2 0 0 15 0 8 0 161747488 881864704 20396 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11288/tid=11294] ppid=11274 vsize=861196 CPUtime=0
/proc/11288/task/11294/stat : 11294 (java) S 11274 11274 11045 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 161747488 881864704 20396 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11288/tid=11295] ppid=11274 vsize=861196 CPUtime=0
/proc/11288/task/11295/stat : 11295 (java) S 11274 11274 11045 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161747488 881864704 20396 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 908748

[startup+25.5637 s]
/proc/loadavg: 1.96 2.07 2.48 3/96 11295
/proc/meminfo: memFree=1177592/2055920 swapFree=4182236/4192956
[pid=11274] ppid=11272 vsize=47552 CPUtime=0.01
/proc/11274/stat : 11274 (galac.sh) S 11272 11274 11045 0 -1 4194304 761 1704 0 0 0 0 0 1 24 0 1 0 161747476 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11274/statm: 11888 363 245 79 0 218 0
[pid=11288] ppid=11274 vsize=861196 CPUtime=25.24
/proc/11288/stat : 11288 (java) R 11274 11274 11045 0 -1 0 20682 0 1 0 2499 25 0 0 25 0 8 0 161747480 881864704 20396 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4074386826 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11288/statm: 215299 20396 2014 14 0 201504 0
[pid=11288/tid=11289] ppid=11274 vsize=861196 CPUtime=0.27
/proc/11288/task/11289/stat : 11289 (java) S 11274 11274 11045 0 -1 64 4545 0 0 0 25 2 0 0 16 0 8 0 161747484 881864704 20396 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11288/tid=11290] ppid=11274 vsize=861196 CPUtime=0
/proc/11288/task/11290/stat : 11290 (java) S 11274 11274 11045 0 -1 64 12 0 0 0 0 0 0 0 17 0 8 0 161747485 881864704 20396 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11288/tid=11291] ppid=11274 vsize=861196 CPUtime=0
/proc/11288/task/11291/stat : 11291 (java) S 11274 11274 11045 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 161747485 881864704 20396 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11288/tid=11292] ppid=11274 vsize=861196 CPUtime=0
/proc/11288/task/11292/stat : 11292 (java) S 11274 11274 11045 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 161747488 881864704 20396 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11288/tid=11293] ppid=11274 vsize=861196 CPUtime=0.45
/proc/11288/task/11293/stat : 11293 (java) S 11274 11274 11045 0 -1 64 1132 0 0 0 43 2 0 0 15 0 8 0 161747488 881864704 20396 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11288/tid=11294] ppid=11274 vsize=861196 CPUtime=0
/proc/11288/task/11294/stat : 11294 (java) S 11274 11274 11045 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 161747488 881864704 20396 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11288/tid=11295] ppid=11274 vsize=861196 CPUtime=0
/proc/11288/task/11295/stat : 11295 (java) S 11274 11274 11045 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 161747488 881864704 20396 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 908748

[startup+51.2582 s]
/proc/loadavg: 1.97 2.06 2.47 3/89 11296
/proc/meminfo: memFree=1202480/2055920 swapFree=4182236/4192956
[pid=11274] ppid=11272 vsize=47552 CPUtime=25.81
/proc/11274/stat : 11274 (galac.sh) S 11272 11274 11045 0 -1 4194304 799 22394 0 1 0 0 2553 28 17 0 1 0 161747476 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11274/statm: 11888 363 245 79 0 218 0
[pid=11296] ppid=11274 vsize=51140 CPUtime=24.88
/proc/11296/stat : 11296 (minisat) R 11274 11274 11045 0 -1 4194304 12167 0 0 0 2479 9 0 0 25 0 1 0 161750089 52367360 12141 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/11296/statm: 12785 12141 54 142 0 12641 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 98692

[startup+102.526 s]
/proc/loadavg: 1.99 2.05 2.44 3/89 11296
/proc/meminfo: memFree=1182320/2055920 swapFree=4182236/4192956
[pid=11274] ppid=11272 vsize=47552 CPUtime=25.81
/proc/11274/stat : 11274 (galac.sh) S 11272 11274 11045 0 -1 4194304 799 22394 0 1 0 0 2553 28 17 0 1 0 161747476 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11274/statm: 11888 363 245 79 0 218 0
[pid=11296] ppid=11274 vsize=71484 CPUtime=75.68
/proc/11296/stat : 11296 (minisat) R 11274 11274 11045 0 -1 4194304 17269 0 0 0 7552 16 0 0 25 0 1 0 161750089 73199616 17243 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134521246 0 0 4096 3 0 0 0 17 1 0 0
/proc/11296/statm: 17871 17243 54 142 0 17727 0
Current children cumulated CPU time (s) 101.49
Current children cumulated vsize (KiB) 119036

[startup+162.529 s]
/proc/loadavg: 1.99 2.04 2.41 3/89 11296
/proc/meminfo: memFree=1157360/2055920 swapFree=4182236/4192956
[pid=11274] ppid=11272 vsize=47552 CPUtime=25.81
/proc/11274/stat : 11274 (galac.sh) S 11272 11274 11045 0 -1 4194304 799 22394 0 1 0 0 2553 28 17 0 1 0 161747476 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11274/statm: 11888 363 245 79 0 218 0

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

/proc/loadavg: 2.06 2.03 2.14 3/89 11296
/proc/meminfo: memFree=836080/2055920 swapFree=4182236/4192956
[pid=11274] ppid=11272 vsize=47552 CPUtime=25.81
/proc/11274/stat : 11274 (galac.sh) S 11272 11274 11045 0 -1 4194304 799 22394 0 1 0 0 2553 28 17 0 1 0 161747476 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11274/statm: 11888 363 245 79 0 218 0
[pid=11296] ppid=11274 vsize=415620 CPUtime=1087.26
/proc/11296/stat : 11296 (minisat) R 11274 11274 11045 0 -1 4194304 103273 0 0 0 108601 125 0 0 25 0 1 0 161750089 425594880 103247 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529361 0 0 4096 3 0 0 0 17 1 0 0
/proc/11296/statm: 103905 103247 54 142 0 103761 0
Current children cumulated CPU time (s) 1113.07
Current children cumulated vsize (KiB) 463172

[startup+1183.51 s]
/proc/loadavg: 1.94 2.00 2.13 2/82 11311
/proc/meminfo: memFree=1388016/2055920 swapFree=4182236/4192956
[pid=11274] ppid=11272 vsize=47552 CPUtime=25.81
/proc/11274/stat : 11274 (galac.sh) S 11272 11274 11045 0 -1 4194304 799 22394 0 1 0 0 2553 28 17 0 1 0 161747476 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11274/statm: 11888 363 245 79 0 218 0
[pid=11296] ppid=11274 vsize=433556 CPUtime=1146.83
/proc/11296/stat : 11296 (minisat) R 11274 11274 11045 0 -1 4194304 107754 0 0 0 114552 131 0 0 25 0 1 0 161750089 443961344 107728 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525757 0 0 4096 3 0 0 0 17 0 0 0
/proc/11296/statm: 108389 107728 54 142 0 108245 0
Current children cumulated CPU time (s) 1172.64
Current children cumulated vsize (KiB) 481108

[startup+1243.6 s]
/proc/loadavg: 2.01 2.02 2.12 3/99 11349
/proc/meminfo: memFree=1265000/2055920 swapFree=4182236/4192956
[pid=11274] ppid=11272 vsize=47552 CPUtime=25.81
/proc/11274/stat : 11274 (galac.sh) S 11272 11274 11045 0 -1 4194304 799 22394 0 1 0 0 2553 28 17 0 1 0 161747476 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11274/statm: 11888 363 245 79 0 218 0
[pid=11296] ppid=11274 vsize=455788 CPUtime=1206.84
/proc/11296/stat : 11296 (minisat) R 11274 11274 11045 0 -1 4194304 113231 0 0 0 120546 138 0 0 25 0 1 0 161750089 466726912 113205 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/11296/statm: 113947 113205 54 142 0 113803 0
Current children cumulated CPU time (s) 1232.65
Current children cumulated vsize (KiB) 503340

[startup+1303.61 s]
/proc/loadavg: 2.00 2.01 2.11 3/99 11349
/proc/meminfo: memFree=1169960/2055920 swapFree=4182236/4192956
[pid=11274] ppid=11272 vsize=47552 CPUtime=25.81
/proc/11274/stat : 11274 (galac.sh) S 11272 11274 11045 0 -1 4194304 799 22394 0 1 0 0 2553 28 17 0 1 0 161747476 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11274/statm: 11888 363 245 79 0 218 0
[pid=11296] ppid=11274 vsize=481256 CPUtime=1266.8
/proc/11296/stat : 11296 (minisat) R 11274 11274 11045 0 -1 4194304 119596 0 0 0 126536 144 0 0 25 0 1 0 161750089 492806144 119570 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/11296/statm: 120314 119570 54 142 0 120170 0
Current children cumulated CPU time (s) 1292.61
Current children cumulated vsize (KiB) 528808

[startup+1363.71 s]
/proc/loadavg: 2.06 2.02 2.10 3/99 11349
/proc/meminfo: memFree=1143528/2055920 swapFree=4182236/4192956
[pid=11274] ppid=11272 vsize=47552 CPUtime=25.81
/proc/11274/stat : 11274 (galac.sh) S 11272 11274 11045 0 -1 4194304 799 22394 0 1 0 0 2553 28 17 0 1 0 161747476 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11274/statm: 11888 363 245 79 0 218 0
[pid=11296] ppid=11274 vsize=507452 CPUtime=1326.79
/proc/11296/stat : 11296 (minisat) R 11274 11274 11045 0 -1 4194304 126164 0 0 0 132528 151 0 0 25 0 1 0 161750089 519630848 126138 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/11296/statm: 126863 126138 54 142 0 126719 0
Current children cumulated CPU time (s) 1352.6
Current children cumulated vsize (KiB) 555004

[startup+1423.8 s]
/proc/loadavg: 2.02 2.01 2.09 3/99 11349
/proc/meminfo: memFree=1054760/2055920 swapFree=4182236/4192956
[pid=11274] ppid=11272 vsize=47552 CPUtime=25.81
/proc/11274/stat : 11274 (galac.sh) S 11272 11274 11045 0 -1 4194304 799 22394 0 1 0 0 2553 28 17 0 1 0 161747476 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11274/statm: 11888 363 245 79 0 218 0
[pid=11296] ppid=11274 vsize=529896 CPUtime=1386.48
/proc/11296/stat : 11296 (minisat) R 11274 11274 11045 0 -1 4194304 131787 0 0 0 138493 155 0 0 25 0 1 0 161750089 542613504 131761 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529361 0 0 4096 3 0 0 0 17 1 0 0
/proc/11296/statm: 132474 131761 54 142 0 132330 0
Current children cumulated CPU time (s) 1412.29
Current children cumulated vsize (KiB) 577448

[startup+1483.88 s]
/proc/loadavg: 2.00 2.01 2.08 3/99 11349
/proc/meminfo: memFree=1032360/2055920 swapFree=4182236/4192956
[pid=11274] ppid=11272 vsize=47552 CPUtime=25.81
/proc/11274/stat : 11274 (galac.sh) S 11272 11274 11045 0 -1 4194304 799 22394 0 1 0 0 2553 28 17 0 1 0 161747476 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11274/statm: 11888 363 245 79 0 218 0
[pid=11296] ppid=11274 vsize=552392 CPUtime=1446.28
/proc/11296/stat : 11296 (minisat) R 11274 11274 11045 0 -1 4194304 137394 0 0 0 144466 162 0 0 25 0 1 0 161750089 565649408 137368 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/11296/statm: 138098 137368 54 142 0 137954 0
Current children cumulated CPU time (s) 1472.09
Current children cumulated vsize (KiB) 599944

[startup+1543.95 s]
/proc/loadavg: 2.00 2.00 2.08 3/99 11349
/proc/meminfo: memFree=1010152/2055920 swapFree=4182236/4192956
[pid=11274] ppid=11272 vsize=47552 CPUtime=25.81
/proc/11274/stat : 11274 (galac.sh) S 11272 11274 11045 0 -1 4194304 799 22394 0 1 0 0 2553 28 17 0 1 0 161747476 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11274/statm: 11888 363 245 79 0 218 0
[pid=11296] ppid=11274 vsize=574392 CPUtime=1506.07
/proc/11296/stat : 11296 (minisat) R 11274 11274 11045 0 -1 4194304 142907 0 0 0 150439 168 0 0 25 0 1 0 161750089 588177408 142881 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525952 0 0 4096 3 0 0 0 17 1 0 0
/proc/11296/statm: 143598 142881 54 142 0 143454 0
Current children cumulated CPU time (s) 1531.88
Current children cumulated vsize (KiB) 621944

[startup+1604.03 s]
/proc/loadavg: 2.14 2.04 2.09 3/99 11349
/proc/meminfo: memFree=925864/2055920 swapFree=4182236/4192956
[pid=11274] ppid=11272 vsize=47552 CPUtime=25.81
/proc/11274/stat : 11274 (galac.sh) S 11272 11274 11045 0 -1 4194304 799 22394 0 1 0 0 2553 28 17 0 1 0 161747476 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11274/statm: 11888 363 245 79 0 218 0
[pid=11296] ppid=11274 vsize=595208 CPUtime=1565.79
/proc/11296/stat : 11296 (minisat) R 11274 11274 11045 0 -1 4194304 148101 0 0 0 156404 175 0 0 25 0 1 0 161750089 609492992 148075 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525757 0 0 4096 3 0 0 0 17 1 0 0
/proc/11296/statm: 148802 148075 54 142 0 148658 0
Current children cumulated CPU time (s) 1591.6
Current children cumulated vsize (KiB) 642760

[startup+1664.1 s]
/proc/loadavg: 2.05 2.03 2.08 3/99 11349
/proc/meminfo: memFree=906280/2055920 swapFree=4182236/4192956
[pid=11274] ppid=11272 vsize=47552 CPUtime=25.81
/proc/11274/stat : 11274 (galac.sh) S 11272 11274 11045 0 -1 4194304 799 22394 0 1 0 0 2553 28 17 0 1 0 161747476 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11274/statm: 11888 363 245 79 0 218 0
[pid=11296] ppid=11274 vsize=614592 CPUtime=1625.58
/proc/11296/stat : 11296 (minisat) R 11274 11274 11045 0 -1 4194304 152938 0 0 0 162377 181 0 0 25 0 1 0 161750089 629342208 152912 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/11296/statm: 153648 152912 54 142 0 153504 0
Current children cumulated CPU time (s) 1651.39
Current children cumulated vsize (KiB) 662144

[startup+1724.18 s]
/proc/loadavg: 2.02 2.02 2.08 3/99 11349
/proc/meminfo: memFree=819560/2055920 swapFree=4182236/4192956
[pid=11274] ppid=11272 vsize=47552 CPUtime=25.81
/proc/11274/stat : 11274 (galac.sh) S 11272 11274 11045 0 -1 4194304 799 22394 0 1 0 0 2553 28 17 0 1 0 161747476 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11274/statm: 11888 363 245 79 0 218 0
[pid=11296] ppid=11274 vsize=635452 CPUtime=1685.17
/proc/11296/stat : 11296 (minisat) R 11274 11274 11045 0 -1 4194304 158167 0 0 0 168332 185 0 0 25 0 1 0 161750089 650702848 158141 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/11296/statm: 158863 158141 54 142 0 158719 0
Current children cumulated CPU time (s) 1710.98
Current children cumulated vsize (KiB) 683004

[startup+1784.28 s]
/proc/loadavg: 2.00 2.02 2.07 3/105 11491
/proc/meminfo: memFree=794288/2055920 swapFree=4182236/4192956
[pid=11274] ppid=11272 vsize=47552 CPUtime=25.81
/proc/11274/stat : 11274 (galac.sh) S 11272 11274 11045 0 -1 4194304 799 22394 0 1 0 0 2553 28 17 0 1 0 161747476 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11274/statm: 11888 363 245 79 0 218 0
[pid=11296] ppid=11274 vsize=658708 CPUtime=1744.84
/proc/11296/stat : 11296 (minisat) R 11274 11274 11045 0 -1 4194304 163988 0 0 0 174293 191 0 0 25 0 1 0 161750089 674516992 163962 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134520095 0 0 4096 3 0 0 0 17 1 0 0
/proc/11296/statm: 164677 163962 54 142 0 164533 0
Current children cumulated CPU time (s) 1770.65
Current children cumulated vsize (KiB) 706260



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.85 s]
/proc/loadavg: 2.00 2.02 2.07 3/105 11517
/proc/meminfo: memFree=782320/2055920 swapFree=4182236/4192956
[pid=11274] ppid=11272 vsize=47552 CPUtime=25.81
/proc/11274/stat : 11274 (galac.sh) S 11272 11274 11045 0 -1 4194304 799 22394 0 1 0 0 2553 28 17 0 1 0 161747476 48693248 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 212234070874 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11274/statm: 11888 363 245 79 0 218 0
[pid=11296] ppid=11274 vsize=670528 CPUtime=1774.25
/proc/11296/stat : 11296 (minisat) R 11274 11274 11045 0 -1 4194304 166932 0 0 0 177230 195 0 0 25 0 1 0 161750089 686620672 166906 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134521328 0 0 4096 3 0 0 0 17 1 0 0
/proc/11296/statm: 167632 166906 54 142 0 167488 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 718080

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 11274 and gives childrusage.ru_utime.tv_sec=25 childrusage.ru_utime.tv_usec=545116 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=289955
CPU time returned by wait4() is 25.8351
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): 1813.87
CPU time (s): 1800.06
CPU user time (s): 1797.83
CPU system time (s): 2.23
CPU usage (%): 99.2388
Max. virtual memory (cumulated for all children) (KiB): 908748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.5451
system time used= 0.289955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23193
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= 2471
involuntary context switches= 2924

runsolver used 2.06069 s user time and 6.03508 s system time

The end

Launcher Data (download as text)

Begin job on node14 on Sun Jan  7 01:32:05 UTC 2007


IDJOB= 199299
IDBENCH= 3606
FILE ID= node14/199299-1168133525

PBS_JOBID= 3477769

Free space on /tmp= 66176 MiB

BENCH NAME= HOME/pub/bench/CPAI06/allIntervalSeries/series-50.xml
COMMAND LINE= /tmp/evaluation/199299-1168133525/galac.sh /tmp/evaluation/199299-1168133525/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node14/watcher-199299-1168133525 -o ROOT/results/node14/solver-199299-1168133525 -C 1800 -M 900  /tmp/evaluation/199299-1168133525/galac.sh /tmp/evaluation/199299-1168133525/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  1f7c6563c9354a56d1d8a4ef6be0b489

RANDOM SEED= 486199654

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.227
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.227
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:       1265304 kB
Buffers:         34192 kB
Cached:         229528 kB
SwapCached:       4064 kB
Active:         663216 kB
Inactive:        64992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1265304 kB
SwapTotal:     4192956 kB
SwapFree:      4182236 kB
Dirty:            3116 kB
Writeback:           0 kB
Mapped:         474292 kB
Slab:            46484 kB
Committed_AS:  5362176 kB
PageTables:       3040 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= 66314 MiB



End job on node14 on Sun Jan  7 02:02:19 UTC 2007