Trace number 3754954

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 1.0 (fixed)? (TO) 1800.11 1800.41

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl20_21_pb.cnf.cr--soft-33-100-0.wbo
MD5SUMfbd3a39d50404986b242d7bfefa0e7f6
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark0.260959
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables840
Total number of constraints82
Number of soft constraints55
Number of constraints which are clauses42
Number of constraints which are cardinality constraints (but not clauses)40
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint20
Maximum length of a constraint21
Top cost 2274
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 2273
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 22
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.01	c run usual solver
5.26/5.35	o 745
5.26/5.35	c current bound: 372
11.25/11.38	o 154
11.25/11.38	c current bound: 77
20.67/20.72	o 31
20.67/20.72	c current bound: 15
21.27/21.36	o 13
21.27/21.36	c current bound: 6
23.96/24.05	o 6
23.96/24.05	c current bound: 3
1800.07/1800.41	./satsolver.sh: line 5:  2578 Terminated              ./glucose $1 > $2 2> /dev/null
1800.07/1800.41	c error: unexpected solver exit code
1800.07/1800.41	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-3754954-1339185536/watcher-3754954-1339185536 -o /tmp/evaluation-result-3754954-1339185536/solver-3754954-1339185536 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo.sh HOME/instance-3754954-1339185536.wbo 262007209 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.00 2.00 1.91 2/172 2478
/proc/meminfo: memFree=28585616/32873852 swapFree=7632/7632
[pid=2478] ppid=2476 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2478/stat : 2478 (npSolver-wbo.sh) S 2476 2478 982 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384679020 9367552 275 33554432000 4194304 5064252 140735145001328 140735145000240 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2478/statm: 2287 275 233 213 0 72 0

[startup+0.100281 s]
/proc/loadavg: 2.00 2.00 1.91 2/172 2478
/proc/meminfo: memFree=28585616/32873852 swapFree=7632/7632
[pid=2478] ppid=2476 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2478/stat : 2478 (npSolver-wbo.sh) S 2476 2478 982 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384679020 9367552 275 33554432000 4194304 5064252 140735145001328 140735145000240 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2478/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.200277 s]
/proc/loadavg: 2.00 2.00 1.91 2/172 2478
/proc/meminfo: memFree=28585616/32873852 swapFree=7632/7632
[pid=2478] ppid=2476 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2478/stat : 2478 (npSolver-wbo.sh) S 2476 2478 982 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384679020 9367552 275 33554432000 4194304 5064252 140735145001328 140735145000240 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2478/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300255 s]
/proc/loadavg: 2.00 2.00 1.91 2/172 2478
/proc/meminfo: memFree=28585616/32873852 swapFree=7632/7632
[pid=2478] ppid=2476 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2478/stat : 2478 (npSolver-wbo.sh) S 2476 2478 982 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384679020 9367552 275 33554432000 4194304 5064252 140735145001328 140735145000240 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2478/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700233 s]
/proc/loadavg: 2.00 2.00 1.91 2/172 2478
/proc/meminfo: memFree=28585616/32873852 swapFree=7632/7632
[pid=2478] ppid=2476 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2478/stat : 2478 (npSolver-wbo.sh) S 2476 2478 982 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384679020 9367552 275 33554432000 4194304 5064252 140735145001328 140735145000240 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2478/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50034 s]
/proc/loadavg: 2.00 2.00 1.91 2/176 2485
/proc/meminfo: memFree=28570432/32873852 swapFree=7632/7632
[pid=2478] ppid=2476 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2478/stat : 2478 (npSolver-wbo.sh) S 2476 2478 982 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384679020 9367552 275 33554432000 4194304 5064252 140735145001328 140735145000240 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2478/statm: 2287 275 233 213 0 72 0
[pid=2479] ppid=2478 vsize=2424 CPUtime=0.01 cores=0,2,4,6
/proc/2479/stat : 2479 (npSolver-wbo) S 2478 2478 982 0 -1 4202496 1803 1691 0 0 0 0 1 0 20 0 1 0 384679021 2482176 239 33554432000 4194304 6006132 140733503660704 140733503654896 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2479/statm: 606 239 157 443 0 159 0
[pid=2484] ppid=2479 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2484/stat : 2484 (satsolver.sh) S 2479 2478 982 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384679024 9367552 267 33554432000 4194304 5064252 140735801116928 140735801115840 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2484/statm: 2287 267 226 213 0 72 0
[pid=2485] ppid=2484 vsize=17404 CPUtime=1.45 cores=0,2,4,6
/proc/2485/stat : 2485 (glucose) R 2484 2478 982 0 -1 4202496 3102 0 0 0 145 0 0 0 20 0 1 0 384679024 17821696 3166 33554432000 4194304 5208918 140733373526880 140733373524968 4229311 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2485/statm: 4351 3166 95 248 0 4100 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 38124

[startup+3.10034 s]
/proc/loadavg: 2.00 2.00 1.91 3/176 2518
/proc/meminfo: memFree=30649440/32873852 swapFree=7632/7632
[pid=2478] ppid=2476 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2478/stat : 2478 (npSolver-wbo.sh) S 2476 2478 982 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384679020 9367552 275 33554432000 4194304 5064252 140735145001328 140735145000240 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2478/statm: 2287 275 233 213 0 72 0
[pid=2479] ppid=2478 vsize=2424 CPUtime=0.01 cores=0,2,4,6
/proc/2479/stat : 2479 (npSolver-wbo) S 2478 2478 982 0 -1 4202496 1803 1691 0 0 0 0 1 0 20 0 1 0 384679021 2482176 239 33554432000 4194304 6006132 140733503660704 140733503654896 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2479/statm: 606 239 157 443 0 159 0
[pid=2484] ppid=2479 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2484/stat : 2484 (satsolver.sh) S 2479 2478 982 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384679024 9367552 267 33554432000 4194304 5064252 140735801116928 140735801115840 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2484/statm: 2287 267 226 213 0 72 0
[pid=2485] ppid=2484 vsize=17404 CPUtime=3.05 cores=0,2,4,6
/proc/2485/stat : 2485 (glucose) R 2484 2478 982 0 -1 4202496 3334 0 0 0 305 0 0 0 20 0 1 0 384679024 17821696 3909 33554432000 4194304 5208918 140733373526880 140733373524824 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2485/statm: 4351 3909 95 248 0 4100 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 38124

[startup+6.30035 s]
/proc/loadavg: 2.00 2.00 1.91 3/181 2550
/proc/meminfo: memFree=30627384/32873852 swapFree=7632/7632
[pid=2478] ppid=2476 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2478/stat : 2478 (npSolver-wbo.sh) S 2476 2478 982 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384679020 9367552 275 33554432000 4194304 5064252 140735145001328 140735145000240 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2478/statm: 2287 275 233 213 0 72 0
[pid=2479] ppid=2478 vsize=6624 CPUtime=5.35 cores=0,2,4,6
/proc/2479/stat : 2479 (npSolver-wbo) S 2478 2478 982 0 -1 4202496 2774 8622 0 0 2 1 531 1 20 0 1 0 384679021 6782976 1128 33554432000 4194304 6006132 140733503660704 140733503652112 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2479/statm: 1656 1128 166 443 0 1209 0
[pid=2549] ppid=2479 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2549/stat : 2549 (satsolver.sh) S 2479 2478 982 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384679559 9367552 267 33554432000 4194304 5064252 140736587585696 140736587584608 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2549/statm: 2287 267 226 213 0 72 0
[pid=2550] ppid=2549 vsize=17908 CPUtime=0.91 cores=0,2,4,6
/proc/2550/stat : 2550 (glucose) R 2549 2478 982 0 -1 4202496 3517 0 0 0 90 1 0 0 20 0 1 0 384679559 18337792 3465 33554432000 4194304 5208918 140733740030784 140733740029192 4211744 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2550/statm: 4477 3465 96 248 0 4226 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 42828

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 1.91 3/181 2557
/proc/meminfo: memFree=30610928/32873852 swapFree=7632/7632
[pid=2478] ppid=2476 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2478/stat : 2478 (npSolver-wbo.sh) S 2476 2478 982 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384679020 9367552 275 33554432000 4194304 5064252 140735145001328 140735145000240 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2478/statm: 2287 275 233 213 0 72 0
[pid=2479] ppid=2478 vsize=6624 CPUtime=11.37 cores=0,2,4,6
/proc/2479/stat : 2479 (npSolver-wbo) S 2478 2478 982 0 -1 4202496 3017 18327 0 0 3 1 1126 7 20 0 1 0 384679021 6782976 1128 33554432000 4194304 6006132 140733503660704 140733503652112 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2479/statm: 1656 1128 166 443 0 1209 0
[pid=2556] ppid=2479 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2556/stat : 2556 (satsolver.sh) S 2479 2478 982 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384680159 9367552 267 33554432000 4194304 5064252 140737225558016 140737225556928 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2556/statm: 2287 267 226 213 0 72 0
[pid=2557] ppid=2556 vsize=7744 CPUtime=1.3 cores=0,2,4,6
/proc/2557/stat : 2557 (glucose) R 2556 2478 982 0 -1 4202496 2905 0 0 0 130 0 0 0 20 0 1 0 384680159 7929856 1418 33554432000 4194304 5208918 140733902455600 140733902453560 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2557/statm: 1936 1418 96 248 0 1685 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 32664

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 1.91 3/181 2578
/proc/meminfo: memFree=30586476/32873852 swapFree=7632/7632
[pid=2478] ppid=2476 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2478/stat : 2478 (npSolver-wbo.sh) S 2476 2478 982 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384679020 9367552 275 33554432000 4194304 5064252 140735145001328 140735145000240 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2478/statm: 2287 275 233 213 0 72 0
[pid=2479] ppid=2478 vsize=6624 CPUtime=24.03 cores=0,2,4,6
/proc/2479/stat : 2479 (npSolver-wbo) S 2478 2478 982 0 -1 4202496 3241 37761 0 0 3 1 2387 12 20 0 1 0 384679021 6782976 1128 33554432000 4194304 6006132 140733503660704 140733503652112 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2479/statm: 1656 1128 166 443 0 1209 0
[pid=2577] ppid=2479 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2577/stat : 2577 (satsolver.sh) S 2479 2478 982 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384681426 9367552 267 33554432000 4194304 5064252 140737009964800 140737009963712 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2577/statm: 2287 267 226 213 0 72 0
[pid=2578] ppid=2577 vsize=10432 CPUtime=1.43 cores=0,2,4,6
/proc/2578/stat : 2578 (glucose) R 2577 2478 982 0 -1 4202496 3111 0 0 0 143 0 0 0 20 0 1 0 384681427 10682368 2156 33554432000 4194304 5208918 140735460414336 140735460412424 4229712 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2578/statm: 2608 2156 96 248 0 2357 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 35352

[startup+51.1004 s]
/proc/loadavg: 2.12 2.03 1.93 3/181 2578
/proc/meminfo: memFree=30541116/32873852 swapFree=7632/7632
[pid=2478] ppid=2476 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2478/stat : 2478 (npSolver-wbo.sh) S 2476 2478 982 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384679020 9367552 275 33554432000 4194304 5064252 140735145001328 140735145000240 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2478/statm: 2287 275 233 213 0 72 0
[pid=2479] ppid=2478 vsize=6624 CPUtime=24.03 cores=0,2,4,6
/proc/2479/stat : 2479 (npSolver-wbo) S 2478 2478 982 0 -1 4202496 3241 37761 0 0 3 1 2387 12 20 0 1 0 384679021 6782976 1128 33554432000 4194304 6006132 140733503660704 140733503652112 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2479/statm: 1656 1128 166 443 0 1209 0
[pid=2577] ppid=2479 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2577/stat : 2577 (satsolver.sh) S 2479 2478 982 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384681426 9367552 267 33554432000 4194304 5064252 140737009964800 140737009963712 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2577/statm: 2287 267 226 213 0 72 0
[pid=2578] ppid=2577 vsize=56664 CPUtime=27.02 cores=0,2,4,6
/proc/2578/stat : 2578 (glucose) R 2577 2478 982 0 -1 4202496 6424 0 0 0 2701 1 0 0 20 0 1 0 384681427 58023936 12798 33554432000 4194304 5208918 140735460414336 140735460412200 4230001 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2578/statm: 14166 12798 104 248 0 13915 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 81584

[startup+102.3 s]
/proc/loadavg: 2.05 2.02 1.93 3/182 2595
/proc/meminfo: memFree=30517272/32873852 swapFree=7632/7632
[pid=2478] ppid=2476 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2478/stat : 2478 (npSolver-wbo.sh) S 2476 2478 982 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384679020 9367552 275 33554432000 4194304 5064252 140735145001328 140735145000240 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2478/statm: 2287 275 233 213 0 72 0
[pid=2479] ppid=2478 vsize=6624 CPUtime=24.03 cores=0,2,4,6
/proc/2479/stat : 2479 (npSolver-wbo) S 2478 2478 982 0 -1 4202496 3241 37761 0 0 3 1 2387 12 20 0 1 0 384679021 6782976 1128 33554432000 4194304 6006132 140733503660704 140733503652112 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2479/statm: 1656 1128 166 443 0 1209 0
[pid=2577] ppid=2479 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2577/stat : 2577 (satsolver.sh) S 2479 2478 982 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384681426 9367552 267 33554432000 4194304 5064252 140737009964800 140737009963712 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2577/statm: 2287 267 226 213 0 72 0
[pid=2578] ppid=2577 vsize=75520 CPUtime=78.22 cores=0,2,4,6
/proc/2578/stat : 2578 (glucose) R 2577 2478 982 0 -1 4202496 7671 0 0 0 7820 2 0 0 20 0 1 0 384681427 77332480 18440 33554432000 4194304 5208918 140735460414336 140735460410712 4229528 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2578/statm: 18880 18440 104 248 0 18629 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 100440

[startup+162.3 s]
/proc/loadavg: 2.02 2.02 1.93 3/182 2618
/proc/meminfo: memFree=30459608/32873852 swapFree=7632/7632
[pid=2478] ppid=2476 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2478/stat : 2478 (npSolver-wbo.sh) S 2476 2478 982 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384679020 9367552 275 33554432000 4194304 5064252 140735145001328 140735145000240 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2478/statm: 2287 275 233 213 0 72 0
[pid=2479] ppid=2478 vsize=6624 CPUtime=24.03 cores=0,2,4,6
/proc/2479/stat : 2479 (npSolver-wbo) S 2478 2478 982 0 -1 4202496 3241 37761 0 0 3 1 2387 12 20 0 1 0 384679021 6782976 1128 33554432000 4194304 6006132 140733503660704 140733503652112 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2479/statm: 1656 1128 166 443 0 1209 0
[pid=2577] ppid=2479 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/181 2628
/proc/meminfo: memFree=30336952/32873852 swapFree=7632/7632
[pid=2478] ppid=2476 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2478/stat : 2478 (npSolver-wbo.sh) S 2476 2478 982 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384679020 9367552 275 33554432000 4194304 5064252 140735145001328 140735145000240 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2478/statm: 2287 275 233 213 0 72 0
[pid=2479] ppid=2478 vsize=6624 CPUtime=24.03 cores=0,2,4,6
/proc/2479/stat : 2479 (npSolver-wbo) S 2478 2478 982 0 -1 4202496 3241 37761 0 0 3 1 2387 12 20 0 1 0 384679021 6782976 1128 33554432000 4194304 6006132 140733503660704 140733503652112 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2479/statm: 1656 1128 166 443 0 1209 0
[pid=2577] ppid=2479 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2577/stat : 2577 (satsolver.sh) S 2479 2478 982 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384681426 9367552 267 33554432000 4194304 5064252 140737009964800 140737009963712 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2577/statm: 2287 267 226 213 0 72 0
[pid=2578] ppid=2577 vsize=147164 CPUtime=1398.02 cores=0,2,4,6
/proc/2578/stat : 2578 (glucose) R 2577 2478 982 0 -1 4202496 26528 0 0 0 139768 34 0 0 20 0 1 0 384681427 150695936 36149 33554432000 4194304 5208918 140735460414336 140735460410712 4229296 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2578/statm: 36791 36149 104 248 0 36540 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 172084

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/181 2628
/proc/meminfo: memFree=30287932/32873852 swapFree=7632/7632
[pid=2478] ppid=2476 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2478/stat : 2478 (npSolver-wbo.sh) S 2476 2478 982 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384679020 9367552 275 33554432000 4194304 5064252 140735145001328 140735145000240 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2478/statm: 2287 275 233 213 0 72 0
[pid=2479] ppid=2478 vsize=6624 CPUtime=24.03 cores=0,2,4,6
/proc/2479/stat : 2479 (npSolver-wbo) S 2478 2478 982 0 -1 4202496 3241 37761 0 0 3 1 2387 12 20 0 1 0 384679021 6782976 1128 33554432000 4194304 6006132 140733503660704 140733503652112 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2479/statm: 1656 1128 166 443 0 1209 0
[pid=2577] ppid=2479 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2577/stat : 2577 (satsolver.sh) S 2479 2478 982 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384681426 9367552 267 33554432000 4194304 5064252 140737009964800 140737009963712 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2577/statm: 2287 267 226 213 0 72 0
[pid=2578] ppid=2577 vsize=178364 CPUtime=1458 cores=0,2,4,6
/proc/2578/stat : 2578 (glucose) R 2577 2478 982 0 -1 4202496 28092 0 0 0 145764 36 0 0 20 0 1 0 384681427 182644736 36730 33554432000 4194304 5208918 140735460414336 140735460412488 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2578/statm: 44591 36730 104 248 0 44340 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 203284

[startup+1542.31 s]
/proc/loadavg: 2.04 2.01 1.94 3/181 2629
/proc/meminfo: memFree=30349184/32873852 swapFree=7632/7632
[pid=2478] ppid=2476 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2478/stat : 2478 (npSolver-wbo.sh) S 2476 2478 982 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384679020 9367552 275 33554432000 4194304 5064252 140735145001328 140735145000240 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2478/statm: 2287 275 233 213 0 72 0
[pid=2479] ppid=2478 vsize=6624 CPUtime=24.03 cores=0,2,4,6
/proc/2479/stat : 2479 (npSolver-wbo) S 2478 2478 982 0 -1 4202496 3241 37761 0 0 3 1 2387 12 20 0 1 0 384679021 6782976 1128 33554432000 4194304 6006132 140733503660704 140733503652112 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2479/statm: 1656 1128 166 443 0 1209 0
[pid=2577] ppid=2479 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2577/stat : 2577 (satsolver.sh) S 2479 2478 982 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384681426 9367552 267 33554432000 4194304 5064252 140737009964800 140737009963712 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2577/statm: 2287 267 226 213 0 72 0
[pid=2578] ppid=2577 vsize=150824 CPUtime=1517.98 cores=0,2,4,6
/proc/2578/stat : 2578 (glucose) R 2577 2478 982 0 -1 4202496 28904 0 0 0 151761 37 0 0 20 0 1 0 384681427 154443776 37064 33554432000 4194304 5208918 140735460414336 140735460412328 4229338 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2578/statm: 37706 37064 104 248 0 37455 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 175744

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/181 2629
/proc/meminfo: memFree=30310212/32873852 swapFree=7632/7632
[pid=2478] ppid=2476 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2478/stat : 2478 (npSolver-wbo.sh) S 2476 2478 982 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384679020 9367552 275 33554432000 4194304 5064252 140735145001328 140735145000240 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2478/statm: 2287 275 233 213 0 72 0
[pid=2479] ppid=2478 vsize=6624 CPUtime=24.03 cores=0,2,4,6
/proc/2479/stat : 2479 (npSolver-wbo) S 2478 2478 982 0 -1 4202496 3241 37761 0 0 3 1 2387 12 20 0 1 0 384679021 6782976 1128 33554432000 4194304 6006132 140733503660704 140733503652112 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2479/statm: 1656 1128 166 443 0 1209 0
[pid=2577] ppid=2479 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2577/stat : 2577 (satsolver.sh) S 2479 2478 982 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384681426 9367552 267 33554432000 4194304 5064252 140737009964800 140737009963712 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2577/statm: 2287 267 226 213 0 72 0
[pid=2578] ppid=2577 vsize=153528 CPUtime=1577.96 cores=0,2,4,6
/proc/2578/stat : 2578 (glucose) R 2577 2478 982 0 -1 4202496 30563 0 0 0 157757 39 0 0 20 0 1 0 384681427 157212672 36204 33554432000 4194304 5208918 140735460414336 140735460410648 4229520 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2578/statm: 38382 36204 104 248 0 38131 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 178448

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/181 2629
/proc/meminfo: memFree=30293024/32873852 swapFree=7632/7632
[pid=2478] ppid=2476 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2478/stat : 2478 (npSolver-wbo.sh) S 2476 2478 982 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384679020 9367552 275 33554432000 4194304 5064252 140735145001328 140735145000240 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2478/statm: 2287 275 233 213 0 72 0
[pid=2479] ppid=2478 vsize=6624 CPUtime=24.03 cores=0,2,4,6
/proc/2479/stat : 2479 (npSolver-wbo) S 2478 2478 982 0 -1 4202496 3241 37761 0 0 3 1 2387 12 20 0 1 0 384679021 6782976 1128 33554432000 4194304 6006132 140733503660704 140733503652112 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2479/statm: 1656 1128 166 443 0 1209 0
[pid=2577] ppid=2479 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2577/stat : 2577 (satsolver.sh) S 2479 2478 982 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384681426 9367552 267 33554432000 4194304 5064252 140737009964800 140737009963712 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2577/statm: 2287 267 226 213 0 72 0
[pid=2578] ppid=2577 vsize=154380 CPUtime=1637.95 cores=0,2,4,6
/proc/2578/stat : 2578 (glucose) R 2577 2478 982 0 -1 4202496 31745 0 0 0 163754 41 0 0 20 0 1 0 384681427 158085120 33857 33554432000 4194304 5208918 140735460414336 140735460412328 4229361 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2578/statm: 38595 33857 104 248 0 38344 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 179300

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/181 2629
/proc/meminfo: memFree=30260132/32873852 swapFree=7632/7632
[pid=2478] ppid=2476 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2478/stat : 2478 (npSolver-wbo.sh) S 2476 2478 982 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384679020 9367552 275 33554432000 4194304 5064252 140735145001328 140735145000240 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2478/statm: 2287 275 233 213 0 72 0
[pid=2479] ppid=2478 vsize=6624 CPUtime=24.03 cores=0,2,4,6
/proc/2479/stat : 2479 (npSolver-wbo) S 2478 2478 982 0 -1 4202496 3241 37761 0 0 3 1 2387 12 20 0 1 0 384679021 6782976 1128 33554432000 4194304 6006132 140733503660704 140733503652112 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2479/statm: 1656 1128 166 443 0 1209 0
[pid=2577] ppid=2479 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2577/stat : 2577 (satsolver.sh) S 2479 2478 982 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384681426 9367552 267 33554432000 4194304 5064252 140737009964800 140737009963712 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2577/statm: 2287 267 226 213 0 72 0
[pid=2578] ppid=2577 vsize=185200 CPUtime=1697.94 cores=0,2,4,6
/proc/2578/stat : 2578 (glucose) R 2577 2478 982 0 -1 4202496 32347 0 0 0 169752 42 0 0 20 0 1 0 384681427 189644800 40580 33554432000 4194304 5208918 140735460414336 140735460412488 4229311 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2578/statm: 46300 40580 104 248 0 46049 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 210120

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/181 2629
/proc/meminfo: memFree=30348876/32873852 swapFree=7632/7632
[pid=2478] ppid=2476 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2478/stat : 2478 (npSolver-wbo.sh) S 2476 2478 982 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384679020 9367552 275 33554432000 4194304 5064252 140735145001328 140735145000240 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2478/statm: 2287 275 233 213 0 72 0
[pid=2479] ppid=2478 vsize=6624 CPUtime=24.03 cores=0,2,4,6
/proc/2479/stat : 2479 (npSolver-wbo) S 2478 2478 982 0 -1 4202496 3241 37761 0 0 3 1 2387 12 20 0 1 0 384679021 6782976 1128 33554432000 4194304 6006132 140733503660704 140733503652112 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2479/statm: 1656 1128 166 443 0 1209 0
[pid=2577] ppid=2479 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2577/stat : 2577 (satsolver.sh) S 2479 2478 982 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384681426 9367552 267 33554432000 4194304 5064252 140737009964800 140737009963712 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2577/statm: 2287 267 226 213 0 72 0
[pid=2578] ppid=2577 vsize=185200 CPUtime=1757.94 cores=0,2,4,6
/proc/2578/stat : 2578 (glucose) R 2577 2478 982 0 -1 4202496 33315 0 0 0 175750 44 0 0 20 0 1 0 384681427 189644800 39044 33554432000 4194304 5208918 140735460414336 140735460412488 4229538 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2578/statm: 46300 39044 104 248 0 46049 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 210120



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 2629
/proc/meminfo: memFree=30299036/32873852 swapFree=7632/7632
[pid=2478] ppid=2476 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2478/stat : 2478 (npSolver-wbo.sh) S 2476 2478 982 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384679020 9367552 275 33554432000 4194304 5064252 140735145001328 140735145000240 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2478/statm: 2287 275 233 213 0 72 0
[pid=2479] ppid=2478 vsize=6624 CPUtime=24.03 cores=0,2,4,6
/proc/2479/stat : 2479 (npSolver-wbo) S 2478 2478 982 0 -1 4202496 3241 37761 0 0 3 1 2387 12 20 0 1 0 384679021 6782976 1128 33554432000 4194304 6006132 140733503660704 140733503652112 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2479/statm: 1656 1128 166 443 0 1209 0
[pid=2577] ppid=2479 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2577/stat : 2577 (satsolver.sh) S 2479 2478 982 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384681426 9367552 267 33554432000 4194304 5064252 140737009964800 140737009963712 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2577/statm: 2287 267 226 213 0 72 0
[pid=2578] ppid=2577 vsize=185200 CPUtime=1776.04 cores=0,2,4,6
/proc/2578/stat : 2578 (glucose) R 2577 2478 982 0 -1 4202496 33318 0 0 0 177560 44 0 0 20 0 1 0 384681427 189644800 40580 33554432000 4194304 5208918 140735460414336 140735460412488 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2578/statm: 46300 40580 104 248 0 46049 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 210120

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 2629
/proc/meminfo: memFree=30299036/32873852 swapFree=7632/7632
[pid=2478] ppid=2476 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2478/stat : 2478 (npSolver-wbo.sh) S 2476 2478 982 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384679020 9367552 275 33554432000 4194304 5064252 140735145001328 140735145000240 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2478/statm: 2287 275 233 213 0 72 0
[pid=2479] ppid=2478 vsize=6624 CPUtime=24.03 cores=0,2,4,6
/proc/2479/stat : 2479 (npSolver-wbo) S 2478 2478 982 0 -1 4202496 3241 37761 0 0 3 1 2387 12 20 0 1 0 384679021 6782976 1128 33554432000 4194304 6006132 140733503660704 140733503652112 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2479/statm: 1656 1128 166 443 0 1209 0
[pid=2577] ppid=2479 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2577/stat : 2577 (satsolver.sh) S 2479 2478 982 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384681426 9367552 267 33554432000 4194304 5064252 140737009964800 140737009963712 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/2577/statm: 2287 267 226 213 0 72 0
[pid=2578] ppid=2577 vsize=185200 CPUtime=1776.04 cores=0,2,4,6
/proc/2578/stat : 2578 (glucose) R 2577 2478 982 0 -1 4202496 33318 0 0 0 177560 44 0 0 20 0 1 0 384681427 189644800 40580 33554432000 4194304 5208918 140735460414336 140735460412488 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2578/statm: 46300 40580 104 248 0 46049 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 210120

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.11
CPU user time (s): 1799.52
CPU system time (s): 0.59191
CPU usage (%): 99.9833
Max. virtual memory (cumulated for all children) (KiB): 210120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.52
system time used= 0.59191
maximum resident set size= 165568
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75313
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 169
involuntary context switches= 1998

runsolver used 6.53401 second user time and 18.5272 second system time

The end

Launcher Data

Begin job on node131 at 2012-06-08 21:58:56
IDJOB=3754954
IDBENCH=78693
IDSOLVER=2339
FILE ID=node131/3754954-1339185536
RUNJOBID= node131-1339183734-2368
PBS_JOBID= 14643840
Free space on /tmp= 68976 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl20_21_pb.cnf.cr--soft-33-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3754954-1339185536/watcher-3754954-1339185536 -o /tmp/evaluation-result-3754954-1339185536/solver-3754954-1339185536 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo.sh HOME/instance-3754954-1339185536.wbo 262007209 HOME HOME

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

MD5SUM BENCH= fbd3a39d50404986b242d7bfefa0e7f6
RANDOM SEED=262007209

node131.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		: 2666.805
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	: 5333.61
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		: 2666.805
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		: 2666.805
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		: 2666.805
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		: 2666.805
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.91
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		: 2666.805
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.91
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		: 2666.805
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.92
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		: 2666.805
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        28585872 kB
Buffers:          301196 kB
Cached:          3095044 kB
SwapCached:         8248 kB
Active:          2513852 kB
Inactive:         894236 kB
Active(anon):       6752 kB
Inactive(anon):     7424 kB
Active(file):    2507100 kB
Inactive(file):   886812 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67093240 kB
Dirty:              8208 kB
Writeback:             0 kB
AnonPages:         87980 kB
Mapped:             8668 kB
Shmem:                 0 kB
Slab:             740272 kB
SReclaimable:     181180 kB
SUnreclaim:       559092 kB
KernelStack:        1512 kB
PageTables:         4724 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     136900 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:     75776 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= 71000 MiB
End job on node131 at 2012-06-08 22:28:56