Trace number 3754405

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
npSolver inc (fixed)? (TO) 1800.11 1800.51

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB10/oliveras/j30/
normalized-j3029_8-unsat--soft-66-100-0.wbo
MD5SUM114c0408840a95cae960ebc399875ecb
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark15.4337
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables4960
Total number of constraints16157
Number of soft constraints5468
Number of constraints which are clauses15841
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints316
Minimum length of a constraint1
Maximum length of a constraint30
Top cost 278200
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 278199
Biggest number in a constraint 19
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 201
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.43	c run usual solver
2.28/2.38	o 6540
2.28/2.38	c current bound: 3270
2.28/2.38	c fallback to adder encoding
976.78/977.56	o 3264
976.78/977.56	c current bound: 1632
976.78/977.56	c fallback to adder encoding
1800.06/1800.50	./satsolver.sh: line 5:  7505 Terminated              ./glucose $1 > $2 2> /dev/null
1800.06/1800.50	c error: unexpected solver exit code
1800.06/1800.50	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3754405-1339189393/watcher-3754405-1339189393 -o /tmp/evaluation-result-3754405-1339189393/solver-3754405-1339189393 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-I.sh HOME/instance-3754405-1339189393.wbo 888367897 HOME HOME 

running on 4 cores: 0,2,4,6

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 7300
/proc/meminfo: memFree=31584336/32873844 swapFree=6904/6904
[pid=7300] ppid=7298 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7300/stat : 7300 (npSolver-wbo-I.) S 7298 7300 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385063694 9367552 274 33554432000 4194304 5064252 140735407803616 140735407802528 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7300/statm: 2287 274 233 213 0 72 0

[startup+0.082233 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 7300
/proc/meminfo: memFree=31584336/32873844 swapFree=6904/6904
[pid=7300] ppid=7298 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7300/stat : 7300 (npSolver-wbo-I.) S 7298 7300 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385063694 9367552 274 33554432000 4194304 5064252 140735407803616 140735407802528 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7300/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100275 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 7300
/proc/meminfo: memFree=31584336/32873844 swapFree=6904/6904
[pid=7300] ppid=7298 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7300/stat : 7300 (npSolver-wbo-I.) S 7298 7300 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385063694 9367552 274 33554432000 4194304 5064252 140735407803616 140735407802528 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7300/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300264 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 7300
/proc/meminfo: memFree=31584336/32873844 swapFree=6904/6904
[pid=7300] ppid=7298 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7300/stat : 7300 (npSolver-wbo-I.) S 7298 7300 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385063694 9367552 274 33554432000 4194304 5064252 140735407803616 140735407802528 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7300/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700277 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 7300
/proc/meminfo: memFree=31584336/32873844 swapFree=6904/6904
[pid=7300] ppid=7298 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7300/stat : 7300 (npSolver-wbo-I.) S 7298 7300 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385063694 9367552 274 33554432000 4194304 5064252 140735407803616 140735407802528 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7300/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50036 s]
/proc/loadavg: 2.05 2.01 2.00 3/183 7304
/proc/meminfo: memFree=31505064/32873844 swapFree=6904/6904
[pid=7300] ppid=7298 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7300/stat : 7300 (npSolver-wbo-I.) S 7298 7300 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385063694 9367552 274 33554432000 4194304 5064252 140735407803616 140735407802528 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7300/statm: 2287 274 233 213 0 72 0
[pid=7301] ppid=7300 vsize=21948 CPUtime=0.43 cores=0,2,4,6
/proc/7301/stat : 7301 (npSolver-wbo) S 7300 7300 4737 0 -1 4202496 5956 0 0 0 41 2 0 0 20 0 1 0 385063695 22474752 4757 33554432000 4194304 6006132 140737070775472 140737070768576 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7301/statm: 5487 4757 158 443 0 5040 0
[pid=7303] ppid=7301 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7303/stat : 7303 (cp2_pre.sh) S 7301 7300 4737 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 385063739 9367552 276 33554432000 4194304 5064252 140735434030432 140735434029136 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7303/statm: 2287 276 234 213 0 72 0
[pid=7304] ppid=7303 vsize=62152 CPUtime=1.03 cores=0,2,4,6
/proc/7304/stat : 7304 (coprocessor) R 7303 7300 4737 0 -1 4202496 13125 0 0 0 102 1 0 0 20 0 1 0 385063739 63643648 14862 33554432000 4194304 6586260 140733812677072 140733812673096 5599305 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/7304/statm: 15538 14862 192 584 0 14950 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 102396

[startup+3.10027 s]
/proc/loadavg: 2.05 2.01 2.00 3/183 7307
/proc/meminfo: memFree=31542200/32873844 swapFree=6904/6904
[pid=7300] ppid=7298 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7300/stat : 7300 (npSolver-wbo-I.) S 7298 7300 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385063694 9367552 274 33554432000 4194304 5064252 140735407803616 140735407802528 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7300/statm: 2287 274 233 213 0 72 0
[pid=7301] ppid=7300 vsize=151736 CPUtime=3.07 cores=0,2,4,6
/proc/7301/stat : 7301 (npSolver-wbo) R 7300 7300 4737 0 -1 4202496 12198 25550 0 0 114 21 158 14 20 0 1 0 385063695 155377664 32820 33554432000 4194304 6006132 140737070775472 140737070767616 5195051 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7301/statm: 37934 32820 179 443 0 37487 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 160884

[startup+6.30039 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 7314
/proc/meminfo: memFree=31311336/32873844 swapFree=6904/6904
[pid=7300] ppid=7298 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7300/stat : 7300 (npSolver-wbo-I.) S 7298 7300 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385063694 9367552 274 33554432000 4194304 5064252 140735407803616 140735407802528 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7300/statm: 2287 274 233 213 0 72 0
[pid=7301] ppid=7300 vsize=104092 CPUtime=3.13 cores=0,2,4,6
/proc/7301/stat : 7301 (npSolver-wbo) S 7300 7300 4737 0 -1 4202496 12199 25550 0 0 114 27 158 14 20 0 1 0 385063695 106590208 20910 33554432000 4194304 6006132 140737070775472 140737070766880 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7301/statm: 26023 20910 179 443 0 25576 0
[pid=7313] ppid=7301 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7313/stat : 7313 (satsolver.sh) S 7301 7300 4737 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385064010 9367552 266 33554432000 4194304 5064252 140733686456512 140733686455424 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7313/statm: 2287 266 226 213 0 72 0
[pid=7314] ppid=7313 vsize=150240 CPUtime=3.07 cores=0,2,4,6
/proc/7314/stat : 7314 (glucose) R 7313 7300 4737 0 -1 4202496 30066 0 0 0 300 7 0 0 20 0 1 0 385064010 153845760 33754 33554432000 4194304 5208918 140736651439168 140736651437016 4228997 0 0 4096 0 0 0 0 17 4 0 0 5 0 0
/proc/7314/statm: 37560 33754 102 248 0 37309 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 272628

[startup+12.7004 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 7321
/proc/meminfo: memFree=31318420/32873844 swapFree=6904/6904
[pid=7300] ppid=7298 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7300/stat : 7300 (npSolver-wbo-I.) S 7298 7300 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385063694 9367552 274 33554432000 4194304 5064252 140735407803616 140735407802528 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7300/statm: 2287 274 233 213 0 72 0
[pid=7301] ppid=7300 vsize=104092 CPUtime=3.13 cores=0,2,4,6
/proc/7301/stat : 7301 (npSolver-wbo) S 7300 7300 4737 0 -1 4202496 12199 25550 0 0 114 27 158 14 20 0 1 0 385063695 106590208 20910 33554432000 4194304 6006132 140737070775472 140737070766880 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7301/statm: 26023 20910 179 443 0 25576 0
[pid=7313] ppid=7301 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7313/stat : 7313 (satsolver.sh) S 7301 7300 4737 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385064010 9367552 266 33554432000 4194304 5064252 140733686456512 140733686455424 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7313/statm: 2287 266 226 213 0 72 0
[pid=7314] ppid=7313 vsize=150240 CPUtime=9.47 cores=0,2,4,6
/proc/7314/stat : 7314 (glucose) R 7313 7300 4737 0 -1 4202496 30066 0 0 0 940 7 0 0 20 0 1 0 385064010 153845760 33754 33554432000 4194304 5208918 140736651439168 140736651437000 4211176 0 0 4096 0 0 0 0 17 4 0 0 5 0 0
/proc/7314/statm: 37560 33754 102 248 0 37309 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 272628

[startup+25.5004 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 7321
/proc/meminfo: memFree=31312792/32873844 swapFree=6904/6904
[pid=7300] ppid=7298 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7300/stat : 7300 (npSolver-wbo-I.) S 7298 7300 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385063694 9367552 274 33554432000 4194304 5064252 140735407803616 140735407802528 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7300/statm: 2287 274 233 213 0 72 0
[pid=7301] ppid=7300 vsize=104092 CPUtime=3.13 cores=0,2,4,6
/proc/7301/stat : 7301 (npSolver-wbo) S 7300 7300 4737 0 -1 4202496 12199 25550 0 0 114 27 158 14 20 0 1 0 385063695 106590208 20910 33554432000 4194304 6006132 140737070775472 140737070766880 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7301/statm: 26023 20910 179 443 0 25576 0
[pid=7313] ppid=7301 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7313/stat : 7313 (satsolver.sh) S 7301 7300 4737 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385064010 9367552 266 33554432000 4194304 5064252 140733686456512 140733686455424 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7313/statm: 2287 266 226 213 0 72 0
[pid=7314] ppid=7313 vsize=150240 CPUtime=22.27 cores=0,2,4,6
/proc/7314/stat : 7314 (glucose) R 7313 7300 4737 0 -1 4202496 30066 0 0 0 2220 7 0 0 20 0 1 0 385064010 153845760 33754 33554432000 4194304 5208918 140736651439168 140736651437000 4229319 0 0 4096 0 0 0 0 17 4 0 0 5 0 0
/proc/7314/statm: 37560 33754 102 248 0 37309 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 272628

[startup+51.1004 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 7321
/proc/meminfo: memFree=31304476/32873844 swapFree=6904/6904
[pid=7300] ppid=7298 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7300/stat : 7300 (npSolver-wbo-I.) S 7298 7300 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385063694 9367552 274 33554432000 4194304 5064252 140735407803616 140735407802528 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7300/statm: 2287 274 233 213 0 72 0
[pid=7301] ppid=7300 vsize=104092 CPUtime=3.13 cores=0,2,4,6
/proc/7301/stat : 7301 (npSolver-wbo) S 7300 7300 4737 0 -1 4202496 12199 25550 0 0 114 27 158 14 20 0 1 0 385063695 106590208 20910 33554432000 4194304 6006132 140737070775472 140737070766880 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7301/statm: 26023 20910 179 443 0 25576 0
[pid=7313] ppid=7301 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7313/stat : 7313 (satsolver.sh) S 7301 7300 4737 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385064010 9367552 266 33554432000 4194304 5064252 140733686456512 140733686455424 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7313/statm: 2287 266 226 213 0 72 0
[pid=7314] ppid=7313 vsize=169472 CPUtime=47.86 cores=0,2,4,6
/proc/7314/stat : 7314 (glucose) R 7313 7300 4737 0 -1 4202496 30786 0 0 0 4779 7 0 0 20 0 1 0 385064010 173539328 34970 33554432000 4194304 5208918 140736651439168 140736651437320 4211732 0 0 4096 0 0 0 0 17 4 0 0 5 0 0
/proc/7314/statm: 42368 34970 103 248 0 42117 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 291860

[startup+102.3 s]
/proc/loadavg: 1.95 1.99 1.99 3/183 7385
/proc/meminfo: memFree=31109368/32873844 swapFree=6904/6904
[pid=7300] ppid=7298 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7300/stat : 7300 (npSolver-wbo-I.) S 7298 7300 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385063694 9367552 274 33554432000 4194304 5064252 140735407803616 140735407802528 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7300/statm: 2287 274 233 213 0 72 0
[pid=7301] ppid=7300 vsize=104092 CPUtime=3.13 cores=0,2,4,6
/proc/7301/stat : 7301 (npSolver-wbo) S 7300 7300 4737 0 -1 4202496 12199 25550 0 0 114 27 158 14 20 0 1 0 385063695 106590208 20910 33554432000 4194304 6006132 140737070775472 140737070766880 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7301/statm: 26023 20910 179 443 0 25576 0
[pid=7313] ppid=7301 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7313/stat : 7313 (satsolver.sh) S 7301 7300 4737 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385064010 9367552 266 33554432000 4194304 5064252 140733686456512 140733686455424 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7313/statm: 2287 266 226 213 0 72 0
[pid=7314] ppid=7313 vsize=171140 CPUtime=99.06 cores=0,2,4,6
/proc/7314/stat : 7314 (glucose) R 7313 7300 4737 0 -1 4202496 31224 0 0 0 9898 8 0 0 20 0 1 0 385064010 175247360 36928 33554432000 4194304 5208918 140736651439168 140736651436920 4211888 0 0 4096 0 0 0 0 17 4 0 0 5 0 0
/proc/7314/statm: 42785 36928 103 248 0 42534 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 293528

[startup+162.3 s]
/proc/loadavg: 1.98 1.99 1.99 3/183 7385
/proc/meminfo: memFree=31100584/32873844 swapFree=6904/6904
[pid=7300] ppid=7298 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7300/stat : 7300 (npSolver-wbo-I.) S 7298 7300 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385063694 9367552 274 33554432000 4194304 5064252 140735407803616 140735407802528 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7300/statm: 2287 274 233 213 0 72 0
[pid=7301] ppid=7300 vsize=104092 CPUtime=3.13 cores=0,2,4,6
/proc/7301/stat : 7301 (npSolver-wbo) S 7300 7300 4737 0 -1 4202496 12199 25550 0 0 114 27 158 14 20 0 1 0 385063695 106590208 20910 33554432000 4194304 6006132 140737070775472 140737070766880 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/7301/statm: 26023 20910 179 443 0 25576 0
[pid=7313] ppid=7301 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7313/stat : 7313 (satsolver.sh) S 7301 7300 4737 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385064010 9367552 266 33554432000 4194304 5064252 140733686456512 140733686455424 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7313/statm: 2287 266 226 213 0 72 0
[pid=7314] ppid=7313 vsize=172820 CPUtime=159.04 cores=0,2,4,6
/proc/7314/stat : 7314 (glucose) R 7313 7300 4737 0 -1 4202496 32233 0 0 0 15895 9 0 0 20 0 1 0 385064010 176967680 36928 33554432000 4194304 5208918 140736651439168 140736651437016 4211537 0 0 4096 0 0 0 0 17 4 0 0 5 0 0
/proc/7314/statm: 43205 36928 103 248 0 42954 0
Current children cumulated CPU time (s) 162.17

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


[startup+1362.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/183 7509
/proc/meminfo: memFree=30380184/32873844 swapFree=6904/6904
[pid=7300] ppid=7298 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7300/stat : 7300 (npSolver-wbo-I.) S 7298 7300 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385063694 9367552 274 33554432000 4194304 5064252 140735407803616 140735407802528 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7300/statm: 2287 274 233 213 0 72 0
[pid=7301] ppid=7300 vsize=120000 CPUtime=978.01 cores=0,2,4,6
/proc/7301/stat : 7301 (npSolver-wbo) S 7300 7300 4737 0 -1 4202496 18219 65910 0 0 177 34 97541 49 20 0 1 0 385063695 122880000 23864 33554432000 4194304 6006132 140737070775472 140737070766880 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1 0 0
/proc/7301/statm: 30000 23864 180 443 0 29553 0
[pid=7504] ppid=7301 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7504/stat : 7504 (satsolver.sh) S 7301 7300 4737 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385161523 9367552 267 33554432000 4194304 5064252 140737031972432 140737031971344 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7504/statm: 2287 267 226 213 0 72 0
[pid=7505] ppid=7504 vsize=171204 CPUtime=383.93 cores=0,2,4,6
/proc/7505/stat : 7505 (glucose) R 7504 7300 4737 0 -1 4202496 32342 0 0 0 38383 10 0 0 20 0 1 0 385161523 175312896 39334 33554432000 4194304 5208918 140736885320864 140736885318616 4211665 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7505/statm: 42801 39334 105 248 0 42550 0
Current children cumulated CPU time (s) 1361.94
Current children cumulated vsize (KiB) 309500

[startup+1422.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 7509
/proc/meminfo: memFree=30391744/32873844 swapFree=6904/6904
[pid=7300] ppid=7298 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7300/stat : 7300 (npSolver-wbo-I.) S 7298 7300 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385063694 9367552 274 33554432000 4194304 5064252 140735407803616 140735407802528 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7300/statm: 2287 274 233 213 0 72 0
[pid=7301] ppid=7300 vsize=120000 CPUtime=978.01 cores=0,2,4,6
/proc/7301/stat : 7301 (npSolver-wbo) S 7300 7300 4737 0 -1 4202496 18219 65910 0 0 177 34 97541 49 20 0 1 0 385063695 122880000 23864 33554432000 4194304 6006132 140737070775472 140737070766880 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1 0 0
/proc/7301/statm: 30000 23864 180 443 0 29553 0
[pid=7504] ppid=7301 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7504/stat : 7504 (satsolver.sh) S 7301 7300 4737 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385161523 9367552 267 33554432000 4194304 5064252 140737031972432 140737031971344 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7504/statm: 2287 267 226 213 0 72 0
[pid=7505] ppid=7504 vsize=171472 CPUtime=443.92 cores=0,2,4,6
/proc/7505/stat : 7505 (glucose) R 7504 7300 4737 0 -1 4202496 33255 0 0 0 44382 10 0 0 20 0 1 0 385161523 175587328 36313 33554432000 4194304 5208918 140736885320864 140736885318616 4211605 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7505/statm: 42868 36313 105 248 0 42617 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 309768

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 7509
/proc/meminfo: memFree=30385544/32873844 swapFree=6904/6904
[pid=7300] ppid=7298 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7300/stat : 7300 (npSolver-wbo-I.) S 7298 7300 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385063694 9367552 274 33554432000 4194304 5064252 140735407803616 140735407802528 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7300/statm: 2287 274 233 213 0 72 0
[pid=7301] ppid=7300 vsize=120000 CPUtime=978.01 cores=0,2,4,6
/proc/7301/stat : 7301 (npSolver-wbo) S 7300 7300 4737 0 -1 4202496 18219 65910 0 0 177 34 97541 49 20 0 1 0 385063695 122880000 23864 33554432000 4194304 6006132 140737070775472 140737070766880 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1 0 0
/proc/7301/statm: 30000 23864 180 443 0 29553 0
[pid=7504] ppid=7301 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7504/stat : 7504 (satsolver.sh) S 7301 7300 4737 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385161523 9367552 267 33554432000 4194304 5064252 140737031972432 140737031971344 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7504/statm: 2287 267 226 213 0 72 0
[pid=7505] ppid=7504 vsize=171472 CPUtime=503.91 cores=0,2,4,6
/proc/7505/stat : 7505 (glucose) R 7504 7300 4737 0 -1 4202496 33267 0 0 0 50380 11 0 0 20 0 1 0 385161523 175587328 37858 33554432000 4194304 5208918 140736885320864 140736885317240 4211558 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7505/statm: 42868 37858 105 248 0 42617 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 309768

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7510
/proc/meminfo: memFree=30383116/32873844 swapFree=6904/6904
[pid=7300] ppid=7298 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7300/stat : 7300 (npSolver-wbo-I.) S 7298 7300 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385063694 9367552 274 33554432000 4194304 5064252 140735407803616 140735407802528 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7300/statm: 2287 274 233 213 0 72 0
[pid=7301] ppid=7300 vsize=120000 CPUtime=978.01 cores=0,2,4,6
/proc/7301/stat : 7301 (npSolver-wbo) S 7300 7300 4737 0 -1 4202496 18219 65910 0 0 177 34 97541 49 20 0 1 0 385063695 122880000 23864 33554432000 4194304 6006132 140737070775472 140737070766880 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1 0 0
/proc/7301/statm: 30000 23864 180 443 0 29553 0
[pid=7504] ppid=7301 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7504/stat : 7504 (satsolver.sh) S 7301 7300 4737 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385161523 9367552 267 33554432000 4194304 5064252 140737031972432 140737031971344 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7504/statm: 2287 267 226 213 0 72 0
[pid=7505] ppid=7504 vsize=171604 CPUtime=563.91 cores=0,2,4,6
/proc/7505/stat : 7505 (glucose) R 7504 7300 4737 0 -1 4202496 33286 0 0 0 56380 11 0 0 20 0 1 0 385161523 175722496 38388 33554432000 4194304 5208918 140736885320864 140736885318712 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7505/statm: 42901 38388 105 248 0 42650 0
Current children cumulated CPU time (s) 1541.92
Current children cumulated vsize (KiB) 309900

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7510
/proc/meminfo: memFree=30374740/32873844 swapFree=6904/6904
[pid=7300] ppid=7298 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7300/stat : 7300 (npSolver-wbo-I.) S 7298 7300 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385063694 9367552 274 33554432000 4194304 5064252 140735407803616 140735407802528 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7300/statm: 2287 274 233 213 0 72 0
[pid=7301] ppid=7300 vsize=120000 CPUtime=978.01 cores=0,2,4,6
/proc/7301/stat : 7301 (npSolver-wbo) S 7300 7300 4737 0 -1 4202496 18219 65910 0 0 177 34 97541 49 20 0 1 0 385063695 122880000 23864 33554432000 4194304 6006132 140737070775472 140737070766880 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1 0 0
/proc/7301/statm: 30000 23864 180 443 0 29553 0
[pid=7504] ppid=7301 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7504/stat : 7504 (satsolver.sh) S 7301 7300 4737 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385161523 9367552 267 33554432000 4194304 5064252 140737031972432 140737031971344 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7504/statm: 2287 267 226 213 0 72 0
[pid=7505] ppid=7504 vsize=171872 CPUtime=623.89 cores=0,2,4,6
/proc/7505/stat : 7505 (glucose) R 7504 7300 4737 0 -1 4202496 33350 0 0 0 62378 11 0 0 20 0 1 0 385161523 175996928 39474 33554432000 4194304 5208918 140736885320864 140736885318616 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7505/statm: 42968 39474 105 248 0 42717 0
Current children cumulated CPU time (s) 1601.9
Current children cumulated vsize (KiB) 310168

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 7513
/proc/meminfo: memFree=30367288/32873844 swapFree=6904/6904
[pid=7300] ppid=7298 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7300/stat : 7300 (npSolver-wbo-I.) S 7298 7300 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385063694 9367552 274 33554432000 4194304 5064252 140735407803616 140735407802528 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7300/statm: 2287 274 233 213 0 72 0
[pid=7301] ppid=7300 vsize=120000 CPUtime=978.01 cores=0,2,4,6
/proc/7301/stat : 7301 (npSolver-wbo) S 7300 7300 4737 0 -1 4202496 18219 65910 0 0 177 34 97541 49 20 0 1 0 385063695 122880000 23864 33554432000 4194304 6006132 140737070775472 140737070766880 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1 0 0
/proc/7301/statm: 30000 23864 180 443 0 29553 0
[pid=7504] ppid=7301 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7504/stat : 7504 (satsolver.sh) S 7301 7300 4737 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385161523 9367552 267 33554432000 4194304 5064252 140737031972432 140737031971344 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7504/statm: 2287 267 226 213 0 72 0
[pid=7505] ppid=7504 vsize=202988 CPUtime=683.88 cores=0,2,4,6
/proc/7505/stat : 7505 (glucose) R 7504 7300 4737 0 -1 4202496 34002 0 0 0 68377 11 0 0 20 0 1 0 385161523 207859712 40633 33554432000 4194304 5208918 140736885320864 140736885318616 4211635 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7505/statm: 50747 40633 105 248 0 50496 0
Current children cumulated CPU time (s) 1661.89
Current children cumulated vsize (KiB) 341284

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7513
/proc/meminfo: memFree=30359864/32873844 swapFree=6904/6904
[pid=7300] ppid=7298 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7300/stat : 7300 (npSolver-wbo-I.) S 7298 7300 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385063694 9367552 274 33554432000 4194304 5064252 140735407803616 140735407802528 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7300/statm: 2287 274 233 213 0 72 0
[pid=7301] ppid=7300 vsize=120000 CPUtime=978.01 cores=0,2,4,6
/proc/7301/stat : 7301 (npSolver-wbo) S 7300 7300 4737 0 -1 4202496 18219 65910 0 0 177 34 97541 49 20 0 1 0 385063695 122880000 23864 33554432000 4194304 6006132 140737070775472 140737070766880 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1 0 0
/proc/7301/statm: 30000 23864 180 443 0 29553 0
[pid=7504] ppid=7301 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7504/stat : 7504 (satsolver.sh) S 7301 7300 4737 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385161523 9367552 267 33554432000 4194304 5064252 140737031972432 140737031971344 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7504/statm: 2287 267 226 213 0 72 0
[pid=7505] ppid=7504 vsize=203120 CPUtime=743.86 cores=0,2,4,6
/proc/7505/stat : 7505 (glucose) R 7504 7300 4737 0 -1 4202496 34056 0 0 0 74375 11 0 0 20 0 1 0 385161523 207994880 41708 33554432000 4194304 5208918 140736885320864 140736885318712 4214209 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7505/statm: 50780 41708 105 248 0 50529 0
Current children cumulated CPU time (s) 1721.87
Current children cumulated vsize (KiB) 341416

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7513
/proc/meminfo: memFree=30347756/32873844 swapFree=6904/6904
[pid=7300] ppid=7298 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7300/stat : 7300 (npSolver-wbo-I.) S 7298 7300 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385063694 9367552 274 33554432000 4194304 5064252 140735407803616 140735407802528 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7300/statm: 2287 274 233 213 0 72 0
[pid=7301] ppid=7300 vsize=120000 CPUtime=978.01 cores=0,2,4,6
/proc/7301/stat : 7301 (npSolver-wbo) S 7300 7300 4737 0 -1 4202496 18219 65910 0 0 177 34 97541 49 20 0 1 0 385063695 122880000 23864 33554432000 4194304 6006132 140737070775472 140737070766880 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1 0 0
/proc/7301/statm: 30000 23864 180 443 0 29553 0
[pid=7504] ppid=7301 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7504/stat : 7504 (satsolver.sh) S 7301 7300 4737 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385161523 9367552 267 33554432000 4194304 5064252 140737031972432 140737031971344 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7504/statm: 2287 267 226 213 0 72 0
[pid=7505] ppid=7504 vsize=204024 CPUtime=803.85 cores=0,2,4,6
/proc/7505/stat : 7505 (glucose) R 7504 7300 4737 0 -1 4202496 34217 0 0 0 80374 11 0 0 20 0 1 0 385161523 208920576 43399 33554432000 4194304 5208918 140736885320864 140736885317240 4211561 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7505/statm: 51006 43399 105 248 0 50755 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 342320



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7514
/proc/meminfo: memFree=30345460/32873844 swapFree=6904/6904
[pid=7300] ppid=7298 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7300/stat : 7300 (npSolver-wbo-I.) S 7298 7300 4737 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385063694 9367552 274 33554432000 4194304 5064252 140735407803616 140735407802528 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7300/statm: 2287 274 233 213 0 72 0
[pid=7301] ppid=7300 vsize=120000 CPUtime=978.01 cores=0,2,4,6
/proc/7301/stat : 7301 (npSolver-wbo) S 7300 7300 4737 0 -1 4202496 18219 65910 0 0 177 34 97541 49 20 0 1 0 385063695 122880000 23864 33554432000 4194304 6006132 140737070775472 140737070766880 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1 0 0
/proc/7301/statm: 30000 23864 180 443 0 29553 0
[pid=7504] ppid=7301 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7504/stat : 7504 (satsolver.sh) S 7301 7300 4737 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385161523 9367552 267 33554432000 4194304 5064252 140737031972432 140737031971344 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7504/statm: 2287 267 226 213 0 72 0
[pid=7505] ppid=7504 vsize=204024 CPUtime=822.05 cores=0,2,4,6
/proc/7505/stat : 7505 (glucose) R 7504 7300 4737 0 -1 4202496 34221 0 0 0 82194 11 0 0 20 0 1 0 385161523 208920576 43914 33554432000 4194304 5208918 140736885320864 140736885317240 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7505/statm: 51006 43914 105 248 0 50755 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 342320

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.11
CPU user time (s): 1799.14
CPU system time (s): 0.969852
CPU usage (%): 99.9778
Max. virtual memory (cumulated for all children) (KiB): 389772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.14
system time used= 0.969852
maximum resident set size= 192060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 119339
page faults= 0
swaps= 0
block input operations= 8
block output operations= 215480
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 886
involuntary context switches= 2035

runsolver used 2.79058 second user time and 7.09892 second system time

The end

Launcher Data

Begin job on node140 at 2012-06-08 23:03:13
IDJOB=3754405
IDBENCH=79065
IDSOLVER=2338
FILE ID=node140/3754405-1339189393
RUNJOBID= node140-1339183585-6002
PBS_JOBID= 14643808
Free space on /tmp= 70652 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB10/oliveras/j30/normalized-j3029_8-unsat--soft-66-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3754405-1339189393/watcher-3754405-1339189393 -o /tmp/evaluation-result-3754405-1339189393/solver-3754405-1339189393 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-I.sh HOME/instance-3754405-1339189393.wbo 888367897 HOME HOME

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 114c0408840a95cae960ebc399875ecb
RANDOM SEED=888367897

node140.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.18
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.88
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31584864 kB
Buffers:          246012 kB
Cached:           138376 kB
SwapCached:         2140 kB
Active:           403420 kB
Inactive:          24588 kB
Active(anon):      37948 kB
Inactive(anon):     4980 kB
Active(file):     365472 kB
Inactive(file):    19608 kB
Unevictable:        6904 kB
Mlocked:            6904 kB
SwapTotal:      67108856 kB
SwapFree:       67100240 kB
Dirty:              9232 kB
Writeback:             0 kB
AnonPages:         45308 kB
Mapped:             9948 kB
Shmem:                 0 kB
Slab:             722540 kB
SReclaimable:     163660 kB
SUnreclaim:       558880 kB
KernelStack:        1496 kB
PageTables:         3832 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     164288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70400 MiB
End job on node140 at 2012-06-08 23:33:13