Trace number 3754972

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.05 1800.41

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl50_55_pb.cnf.cr--soft-33-100-0.wbo
MD5SUM9e4fdadcc7668e5ef6d5afa26a2e782c
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark4.19136
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables5500
Total number of constraints210
Number of soft constraints145
Number of constraints which are clauses110
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint50
Maximum length of a constraint55
Top cost 7273
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 7272
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 56
Number of bits of the biggest sum of numbers6
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.04	c run usual solver
0.00/0.35	o 2776
0.00/0.35	c current bound: 1388
0.00/0.35	c fallback to adder encoding
0.00/0.76	o 1060
0.00/0.76	c current bound: 530
2.81/3.09	o 254
2.81/3.09	c current bound: 127
16.66/16.78	o 119
16.66/16.78	c current bound: 59
1800.01/1800.40	./satsolver.sh: line 5: 22607 Terminated              ./glucose $1 > $2 2> /dev/null
1800.01/1800.40	c error: unexpected solver exit code
1800.01/1800.40	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-3754972-1339185123/watcher-3754972-1339185123 -o /tmp/evaluation-result-3754972-1339185123/solver-3754972-1339185123 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo.sh HOME/instance-3754972-1339185123.wbo 1481623007 HOME HOME 

running on 4 cores: 1,3,5,7

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 2.00 3/179 22572
/proc/meminfo: memFree=30443800/32873844 swapFree=7636/7636
[pid=22572] ppid=22570 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22572/stat : 22572 (npSolver-wbo.sh) S 22570 22572 22170 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384640926 9367552 275 33554432000 4194304 5064252 140735050503376 140735050502288 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22572/statm: 2287 275 233 213 0 72 0

[startup+0.033808 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22572
/proc/meminfo: memFree=30443800/32873844 swapFree=7636/7636
[pid=22572] ppid=22570 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22572/stat : 22572 (npSolver-wbo.sh) S 22570 22572 22170 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384640926 9367552 275 33554432000 4194304 5064252 140735050503376 140735050502288 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22572/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100323 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22572
/proc/meminfo: memFree=30443800/32873844 swapFree=7636/7636
[pid=22572] ppid=22570 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22572/stat : 22572 (npSolver-wbo.sh) S 22570 22572 22170 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384640926 9367552 275 33554432000 4194304 5064252 140735050503376 140735050502288 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22572/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300253 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22572
/proc/meminfo: memFree=30443800/32873844 swapFree=7636/7636
[pid=22572] ppid=22570 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22572/stat : 22572 (npSolver-wbo.sh) S 22570 22572 22170 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384640926 9367552 275 33554432000 4194304 5064252 140735050503376 140735050502288 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22572/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700267 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22572
/proc/meminfo: memFree=30443800/32873844 swapFree=7636/7636
[pid=22572] ppid=22570 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22572/stat : 22572 (npSolver-wbo.sh) S 22570 22572 22170 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384640926 9367552 275 33554432000 4194304 5064252 140735050503376 140735050502288 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22572/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 2.00 3/183 22593
/proc/meminfo: memFree=30354564/32873844 swapFree=7636/7636
[pid=22572] ppid=22570 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22572/stat : 22572 (npSolver-wbo.sh) S 22570 22572 22170 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384640926 9367552 275 33554432000 4194304 5064252 140735050503376 140735050502288 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22572/statm: 2287 275 233 213 0 72 0
[pid=22573] ppid=22572 vsize=20372 CPUtime=0.83 cores=1,3,5,7
/proc/22573/stat : 22573 (npSolver-wbo) S 22572 22572 22170 0 -1 4202496 4710 12614 0 0 13 4 63 3 20 0 1 0 384640926 20860928 4480 33554432000 4194304 6006132 140734790704080 140734790695488 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22573/statm: 5093 4480 181 443 0 4646 0
[pid=22592] ppid=22573 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22592/stat : 22592 (satsolver.sh) S 22573 22572 22170 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384641011 9367552 267 33554432000 4194304 5064252 140735343118768 140735343117680 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/22592/statm: 2287 267 226 213 0 72 0
[pid=22593] ppid=22592 vsize=48032 CPUtime=0.64 cores=1,3,5,7
/proc/22593/stat : 22593 (glucose) R 22592 22572 22170 0 -1 4202496 10023 0 0 0 62 2 0 0 20 0 1 0 384641011 49184768 10684 33554432000 4194304 5208918 140737251457584 140737251455992 4213130 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22593/statm: 12008 10684 95 248 0 11757 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 86700

[startup+3.10026 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22593
/proc/meminfo: memFree=30374408/32873844 swapFree=7636/7636
[pid=22572] ppid=22570 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22572/stat : 22572 (npSolver-wbo.sh) S 22570 22572 22170 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384640926 9367552 275 33554432000 4194304 5064252 140735050503376 140735050502288 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22572/statm: 2287 275 233 213 0 72 0
[pid=22573] ppid=22572 vsize=20372 CPUtime=3.07 cores=1,3,5,7
/proc/22573/stat : 22573 (npSolver-wbo) R 22572 22572 22170 0 -1 4202496 5085 27556 0 0 14 4 272 17 20 0 1 0 384640926 20860928 4480 33554432000 4194304 6006132 140734790704080 140734790696064 5056705 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/22573/statm: 5093 4480 181 443 0 4646 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 29520

[startup+6.30034 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22600
/proc/meminfo: memFree=30387840/32873844 swapFree=7636/7636
[pid=22572] ppid=22570 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22572/stat : 22572 (npSolver-wbo.sh) S 22570 22572 22170 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384640926 9367552 275 33554432000 4194304 5064252 140735050503376 140735050502288 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22572/statm: 2287 275 233 213 0 72 0
[pid=22573] ppid=22572 vsize=20372 CPUtime=3.08 cores=1,3,5,7
/proc/22573/stat : 22573 (npSolver-wbo) S 22572 22572 22170 0 -1 4202496 5674 27556 0 0 15 4 272 17 20 0 1 0 384640926 20860928 4480 33554432000 4194304 6006132 140734790704080 140734790695488 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22573/statm: 5093 4480 181 443 0 4646 0
[pid=22599] ppid=22573 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22599/stat : 22599 (satsolver.sh) S 22573 22572 22170 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384641237 9367552 267 33554432000 4194304 5064252 140736984579904 140736984578816 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/22599/statm: 2287 267 226 213 0 72 0
[pid=22600] ppid=22599 vsize=20752 CPUtime=3.18 cores=1,3,5,7
/proc/22600/stat : 22600 (glucose) R 22599 22572 22170 0 -1 4202496 4574 0 0 0 317 1 0 0 20 0 1 0 384641238 21250048 4475 33554432000 4194304 5208918 140735877095872 140735877093720 4231508 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22600/statm: 5188 4475 103 248 0 4937 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 59420

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22600
/proc/meminfo: memFree=30323684/32873844 swapFree=7636/7636
[pid=22572] ppid=22570 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22572/stat : 22572 (npSolver-wbo.sh) S 22570 22572 22170 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384640926 9367552 275 33554432000 4194304 5064252 140735050503376 140735050502288 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22572/statm: 2287 275 233 213 0 72 0
[pid=22573] ppid=22572 vsize=20372 CPUtime=3.08 cores=1,3,5,7
/proc/22573/stat : 22573 (npSolver-wbo) S 22572 22572 22170 0 -1 4202496 5674 27556 0 0 15 4 272 17 20 0 1 0 384640926 20860928 4480 33554432000 4194304 6006132 140734790704080 140734790695488 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22573/statm: 5093 4480 181 443 0 4646 0
[pid=22599] ppid=22573 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22599/stat : 22599 (satsolver.sh) S 22573 22572 22170 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384641237 9367552 267 33554432000 4194304 5064252 140736984579904 140736984578816 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/22599/statm: 2287 267 226 213 0 72 0
[pid=22600] ppid=22599 vsize=44436 CPUtime=9.57 cores=1,3,5,7
/proc/22600/stat : 22600 (glucose) R 22599 22572 22170 0 -1 4202496 7304 0 0 0 955 2 0 0 20 0 1 0 384641238 45502464 10303 33554432000 4194304 5208918 140735877095872 140735877093816 4231508 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22600/statm: 11109 10303 103 248 0 10858 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 83104

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22607
/proc/meminfo: memFree=30366740/32873844 swapFree=7636/7636
[pid=22572] ppid=22570 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22572/stat : 22572 (npSolver-wbo.sh) S 22570 22572 22170 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384640926 9367552 275 33554432000 4194304 5064252 140735050503376 140735050502288 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22572/statm: 2287 275 233 213 0 72 0
[pid=22573] ppid=22572 vsize=20372 CPUtime=16.75 cores=1,3,5,7
/proc/22573/stat : 22573 (npSolver-wbo) S 22572 22572 22170 0 -1 4202496 6059 39077 0 0 15 4 1632 24 20 0 1 0 384640926 20860928 4480 33554432000 4194304 6006132 140734790704080 140734790695488 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22573/statm: 5093 4480 181 443 0 4646 0
[pid=22606] ppid=22573 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22606/stat : 22606 (satsolver.sh) S 22573 22572 22170 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384642605 9367552 267 33554432000 4194304 5064252 140733684016752 140733684015664 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/22606/statm: 2287 267 226 213 0 72 0
[pid=22607] ppid=22606 vsize=44608 CPUtime=8.7 cores=1,3,5,7
/proc/22607/stat : 22607 (glucose) R 22606 22572 22170 0 -1 4202496 6297 0 0 0 868 2 0 0 20 0 1 0 384642605 45678592 7865 33554432000 4194304 5208918 140734346582704 140734346580792 4229538 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22607/statm: 11152 7865 96 248 0 10901 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 83276

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22607
/proc/meminfo: memFree=30260372/32873844 swapFree=7636/7636
[pid=22572] ppid=22570 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22572/stat : 22572 (npSolver-wbo.sh) S 22570 22572 22170 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384640926 9367552 275 33554432000 4194304 5064252 140735050503376 140735050502288 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22572/statm: 2287 275 233 213 0 72 0
[pid=22573] ppid=22572 vsize=20372 CPUtime=16.75 cores=1,3,5,7
/proc/22573/stat : 22573 (npSolver-wbo) S 22572 22572 22170 0 -1 4202496 6059 39077 0 0 15 4 1632 24 20 0 1 0 384640926 20860928 4480 33554432000 4194304 6006132 140734790704080 140734790695488 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22573/statm: 5093 4480 181 443 0 4646 0
[pid=22606] ppid=22573 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22606/stat : 22606 (satsolver.sh) S 22573 22572 22170 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384642605 9367552 267 33554432000 4194304 5064252 140733684016752 140733684015664 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/22606/statm: 2287 267 226 213 0 72 0
[pid=22607] ppid=22606 vsize=137036 CPUtime=34.3 cores=1,3,5,7
/proc/22607/stat : 22607 (glucose) R 22606 22572 22170 0 -1 4202496 8040 0 0 0 3425 5 0 0 20 0 1 0 384642605 140324864 25298 33554432000 4194304 5208918 140734346582704 140734346580792 4229512 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22607/statm: 34259 25298 96 248 0 34008 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 175704

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22607
/proc/meminfo: memFree=30328444/32873844 swapFree=7636/7636
[pid=22572] ppid=22570 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22572/stat : 22572 (npSolver-wbo.sh) S 22570 22572 22170 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384640926 9367552 275 33554432000 4194304 5064252 140735050503376 140735050502288 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22572/statm: 2287 275 233 213 0 72 0
[pid=22573] ppid=22572 vsize=20372 CPUtime=16.75 cores=1,3,5,7
/proc/22573/stat : 22573 (npSolver-wbo) S 22572 22572 22170 0 -1 4202496 6059 39077 0 0 15 4 1632 24 20 0 1 0 384640926 20860928 4480 33554432000 4194304 6006132 140734790704080 140734790695488 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22573/statm: 5093 4480 181 443 0 4646 0
[pid=22606] ppid=22573 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22606/stat : 22606 (satsolver.sh) S 22573 22572 22170 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384642605 9367552 267 33554432000 4194304 5064252 140733684016752 140733684015664 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/22606/statm: 2287 267 226 213 0 72 0
[pid=22607] ppid=22606 vsize=87716 CPUtime=85.49 cores=1,3,5,7
/proc/22607/stat : 22607 (glucose) R 22606 22572 22170 0 -1 4202496 10543 0 0 0 8537 12 0 0 20 0 1 0 384642605 89821184 17090 33554432000 4194304 5208918 140734346582704 140734346580792 4211537 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22607/statm: 21929 17090 96 248 0 21678 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 126384

[startup+162.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 22608
/proc/meminfo: memFree=30188108/32873844 swapFree=7636/7636
[pid=22572] ppid=22570 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22572/stat : 22572 (npSolver-wbo.sh) S 22570 22572 22170 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384640926 9367552 275 33554432000 4194304 5064252 140735050503376 140735050502288 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22572/statm: 2287 275 233 213 0 72 0
[pid=22573] ppid=22572 vsize=20372 CPUtime=16.75 cores=1,3,5,7
/proc/22573/stat : 22573 (npSolver-wbo) S 22572 22572 22170 0 -1 4202496 6059 39077 0 0 15 4 1632 24 20 0 1 0 384640926 20860928 4480 33554432000 4194304 6006132 140734790704080 140734790695488 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22573/statm: 5093 4480 181 443 0 4646 0
[pid=22606] ppid=22573 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22606/stat : 22606 (satsolver.sh) S 22573 22572 22170 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384642605 9367552 267 33554432000 4194304 5064252 140733684016752 140733684015664 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/22606/statm: 2287 267 226 213 0 72 0
[pid=22607] ppid=22606 vsize=167856 CPUtime=145.48 cores=1,3,5,7
/proc/22607/stat : 22607 (glucose) R 22606 22572 22170 0 -1 4202496 14228 0 0 0 14529 19 0 0 20 0 1 0 384642605 171884544 35387 33554432000 4194304 5208918 140734346582704 140734346580856 4229984 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22607/statm: 41964 35387 96 248 0 41713 0
Current children cumulated CPU time (s) 162.23

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


[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 22641
/proc/meminfo: memFree=30153224/32873844 swapFree=7636/7636
[pid=22572] ppid=22570 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22572/stat : 22572 (npSolver-wbo.sh) S 22570 22572 22170 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384640926 9367552 275 33554432000 4194304 5064252 140735050503376 140735050502288 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22572/statm: 2287 275 233 213 0 72 0
[pid=22573] ppid=22572 vsize=20372 CPUtime=16.75 cores=1,3,5,7
/proc/22573/stat : 22573 (npSolver-wbo) S 22572 22572 22170 0 -1 4202496 6059 39077 0 0 15 4 1632 24 20 0 1 0 384640926 20860928 4480 33554432000 4194304 6006132 140734790704080 140734790695488 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22573/statm: 5093 4480 181 443 0 4646 0
[pid=22606] ppid=22573 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22606/stat : 22606 (satsolver.sh) S 22573 22572 22170 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384642605 9367552 267 33554432000 4194304 5064252 140733684016752 140733684015664 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/22606/statm: 2287 267 226 213 0 72 0
[pid=22607] ppid=22606 vsize=167856 CPUtime=1345.23 cores=1,3,5,7
/proc/22607/stat : 22607 (glucose) R 22606 22572 22170 0 -1 4202496 61101 0 0 0 134389 134 0 0 20 0 1 0 384642605 171884544 31249 33554432000 4194304 5208918 140734346582704 140734346580792 4229517 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22607/statm: 41964 31249 96 248 0 41713 0
Current children cumulated CPU time (s) 1361.98
Current children cumulated vsize (KiB) 206524

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22642
/proc/meminfo: memFree=29975664/32873844 swapFree=7636/7636
[pid=22572] ppid=22570 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22572/stat : 22572 (npSolver-wbo.sh) S 22570 22572 22170 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384640926 9367552 275 33554432000 4194304 5064252 140735050503376 140735050502288 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22572/statm: 2287 275 233 213 0 72 0
[pid=22573] ppid=22572 vsize=20372 CPUtime=16.75 cores=1,3,5,7
/proc/22573/stat : 22573 (npSolver-wbo) S 22572 22572 22170 0 -1 4202496 6059 39077 0 0 15 4 1632 24 20 0 1 0 384640926 20860928 4480 33554432000 4194304 6006132 140734790704080 140734790695488 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22573/statm: 5093 4480 181 443 0 4646 0
[pid=22606] ppid=22573 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22606/stat : 22606 (satsolver.sh) S 22573 22572 22170 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384642605 9367552 267 33554432000 4194304 5064252 140733684016752 140733684015664 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/22606/statm: 2287 267 226 213 0 72 0
[pid=22607] ppid=22606 vsize=299332 CPUtime=1405.23 cores=1,3,5,7
/proc/22607/stat : 22607 (glucose) R 22606 22572 22170 0 -1 4202496 62148 0 0 0 140385 138 0 0 20 0 1 0 384642605 306515968 65510 33554432000 4194304 5208918 140734346582704 140734346580856 4211732 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22607/statm: 74833 65510 96 248 0 74582 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 338000

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22642
/proc/meminfo: memFree=29970668/32873844 swapFree=7636/7636
[pid=22572] ppid=22570 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22572/stat : 22572 (npSolver-wbo.sh) S 22570 22572 22170 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384640926 9367552 275 33554432000 4194304 5064252 140735050503376 140735050502288 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22572/statm: 2287 275 233 213 0 72 0
[pid=22573] ppid=22572 vsize=20372 CPUtime=16.75 cores=1,3,5,7
/proc/22573/stat : 22573 (npSolver-wbo) S 22572 22572 22170 0 -1 4202496 6059 39077 0 0 15 4 1632 24 20 0 1 0 384640926 20860928 4480 33554432000 4194304 6006132 140734790704080 140734790695488 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22573/statm: 5093 4480 181 443 0 4646 0
[pid=22606] ppid=22573 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22606/stat : 22606 (satsolver.sh) S 22573 22572 22170 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384642605 9367552 267 33554432000 4194304 5064252 140733684016752 140733684015664 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/22606/statm: 2287 267 226 213 0 72 0
[pid=22607] ppid=22606 vsize=299332 CPUtime=1465.21 cores=1,3,5,7
/proc/22607/stat : 22607 (glucose) R 22606 22572 22170 0 -1 4202496 63567 0 0 0 146377 144 0 0 20 0 1 0 384642605 306515968 61414 33554432000 4194304 5208918 140734346582704 140734346580856 4211732 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22607/statm: 74833 61414 96 248 0 74582 0
Current children cumulated CPU time (s) 1481.96
Current children cumulated vsize (KiB) 338000

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22642
/proc/meminfo: memFree=29937636/32873844 swapFree=7636/7636
[pid=22572] ppid=22570 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22572/stat : 22572 (npSolver-wbo.sh) S 22570 22572 22170 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384640926 9367552 275 33554432000 4194304 5064252 140735050503376 140735050502288 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22572/statm: 2287 275 233 213 0 72 0
[pid=22573] ppid=22572 vsize=20372 CPUtime=16.75 cores=1,3,5,7
/proc/22573/stat : 22573 (npSolver-wbo) S 22572 22572 22170 0 -1 4202496 6059 39077 0 0 15 4 1632 24 20 0 1 0 384640926 20860928 4480 33554432000 4194304 6006132 140734790704080 140734790695488 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22573/statm: 5093 4480 181 443 0 4646 0
[pid=22606] ppid=22573 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22606/stat : 22606 (satsolver.sh) S 22573 22572 22170 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384642605 9367552 267 33554432000 4194304 5064252 140733684016752 140733684015664 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/22606/statm: 2287 267 226 213 0 72 0
[pid=22607] ppid=22606 vsize=299332 CPUtime=1525.19 cores=1,3,5,7
/proc/22607/stat : 22607 (glucose) R 22606 22572 22170 0 -1 4202496 65008 0 0 0 152370 149 0 0 20 0 1 0 384642605 306515968 64486 33554432000 4194304 5208918 140734346582704 140734346580856 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22607/statm: 74833 64486 96 248 0 74582 0
Current children cumulated CPU time (s) 1541.94
Current children cumulated vsize (KiB) 338000

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22642
/proc/meminfo: memFree=30069884/32873844 swapFree=7636/7636
[pid=22572] ppid=22570 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22572/stat : 22572 (npSolver-wbo.sh) S 22570 22572 22170 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384640926 9367552 275 33554432000 4194304 5064252 140735050503376 140735050502288 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22572/statm: 2287 275 233 213 0 72 0
[pid=22573] ppid=22572 vsize=20372 CPUtime=16.75 cores=1,3,5,7
/proc/22573/stat : 22573 (npSolver-wbo) S 22572 22572 22170 0 -1 4202496 6059 39077 0 0 15 4 1632 24 20 0 1 0 384640926 20860928 4480 33554432000 4194304 6006132 140734790704080 140734790695488 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22573/statm: 5093 4480 181 443 0 4646 0
[pid=22606] ppid=22573 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22606/stat : 22606 (satsolver.sh) S 22573 22572 22170 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384642605 9367552 267 33554432000 4194304 5064252 140733684016752 140733684015664 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/22606/statm: 2287 267 226 213 0 72 0
[pid=22607] ppid=22606 vsize=299332 CPUtime=1585.18 cores=1,3,5,7
/proc/22607/stat : 22607 (glucose) R 22606 22572 22170 0 -1 4202496 66427 0 0 0 158363 155 0 0 20 0 1 0 384642605 306515968 60902 33554432000 4194304 5208918 140734346582704 140734346580856 4229517 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22607/statm: 74833 60902 96 248 0 74582 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 338000

[startup+1662.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/183 22642
/proc/meminfo: memFree=30087572/32873844 swapFree=7636/7636
[pid=22572] ppid=22570 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22572/stat : 22572 (npSolver-wbo.sh) S 22570 22572 22170 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384640926 9367552 275 33554432000 4194304 5064252 140735050503376 140735050502288 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22572/statm: 2287 275 233 213 0 72 0
[pid=22573] ppid=22572 vsize=20372 CPUtime=16.75 cores=1,3,5,7
/proc/22573/stat : 22573 (npSolver-wbo) S 22572 22572 22170 0 -1 4202496 6059 39077 0 0 15 4 1632 24 20 0 1 0 384640926 20860928 4480 33554432000 4194304 6006132 140734790704080 140734790695488 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22573/statm: 5093 4480 181 443 0 4646 0
[pid=22606] ppid=22573 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22606/stat : 22606 (satsolver.sh) S 22573 22572 22170 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384642605 9367552 267 33554432000 4194304 5064252 140733684016752 140733684015664 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/22606/statm: 2287 267 226 213 0 72 0
[pid=22607] ppid=22606 vsize=299332 CPUtime=1645.17 cores=1,3,5,7
/proc/22607/stat : 22607 (glucose) R 22606 22572 22170 0 -1 4202496 68415 0 0 0 164358 159 0 0 20 0 1 0 384642605 306515968 53289 33554432000 4194304 5208918 140734346582704 140734346580856 4211668 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22607/statm: 74833 53289 96 248 0 74582 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 338000

[startup+1722.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/184 22646
/proc/meminfo: memFree=30073412/32873844 swapFree=7636/7636
[pid=22572] ppid=22570 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22572/stat : 22572 (npSolver-wbo.sh) S 22570 22572 22170 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384640926 9367552 275 33554432000 4194304 5064252 140735050503376 140735050502288 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22572/statm: 2287 275 233 213 0 72 0
[pid=22573] ppid=22572 vsize=20372 CPUtime=16.75 cores=1,3,5,7
/proc/22573/stat : 22573 (npSolver-wbo) S 22572 22572 22170 0 -1 4202496 6059 39077 0 0 15 4 1632 24 20 0 1 0 384640926 20860928 4480 33554432000 4194304 6006132 140734790704080 140734790695488 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22573/statm: 5093 4480 181 443 0 4646 0
[pid=22606] ppid=22573 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22606/stat : 22606 (satsolver.sh) S 22573 22572 22170 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384642605 9367552 267 33554432000 4194304 5064252 140733684016752 140733684015664 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/22606/statm: 2287 267 226 213 0 72 0
[pid=22607] ppid=22606 vsize=217944 CPUtime=1705.17 cores=1,3,5,7
/proc/22607/stat : 22607 (glucose) R 22606 22572 22170 0 -1 4202496 69662 0 0 0 170353 164 0 0 20 0 1 0 384642605 223174656 48958 33554432000 4194304 5208918 140734346582704 140734346580856 4211851 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22607/statm: 54486 48958 96 248 0 54235 0
Current children cumulated CPU time (s) 1721.92
Current children cumulated vsize (KiB) 256612

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 22646
/proc/meminfo: memFree=30070568/32873844 swapFree=7636/7636
[pid=22572] ppid=22570 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22572/stat : 22572 (npSolver-wbo.sh) S 22570 22572 22170 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384640926 9367552 275 33554432000 4194304 5064252 140735050503376 140735050502288 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22572/statm: 2287 275 233 213 0 72 0
[pid=22573] ppid=22572 vsize=20372 CPUtime=16.75 cores=1,3,5,7
/proc/22573/stat : 22573 (npSolver-wbo) S 22572 22572 22170 0 -1 4202496 6059 39077 0 0 15 4 1632 24 20 0 1 0 384640926 20860928 4480 33554432000 4194304 6006132 140734790704080 140734790695488 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22573/statm: 5093 4480 181 443 0 4646 0
[pid=22606] ppid=22573 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22606/stat : 22606 (satsolver.sh) S 22573 22572 22170 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384642605 9367552 267 33554432000 4194304 5064252 140733684016752 140733684015664 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/22606/statm: 2287 267 226 213 0 72 0
[pid=22607] ppid=22606 vsize=217944 CPUtime=1765.16 cores=1,3,5,7
/proc/22607/stat : 22607 (glucose) R 22606 22572 22170 0 -1 4202496 71828 0 0 0 176347 169 0 0 20 0 1 0 384642605 223174656 46633 33554432000 4194304 5208918 140734346582704 140734346580856 4211744 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22607/statm: 54486 46633 96 248 0 54235 0
Current children cumulated CPU time (s) 1781.91
Current children cumulated vsize (KiB) 256612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22691
/proc/meminfo: memFree=30208008/32873844 swapFree=7636/7636
[pid=22572] ppid=22570 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22572/stat : 22572 (npSolver-wbo.sh) S 22570 22572 22170 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 384640926 9367552 275 33554432000 4194304 5064252 140735050503376 140735050502288 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22572/statm: 2287 275 233 213 0 72 0
[pid=22573] ppid=22572 vsize=20372 CPUtime=16.75 cores=1,3,5,7
/proc/22573/stat : 22573 (npSolver-wbo) S 22572 22572 22170 0 -1 4202496 6059 39077 0 0 15 4 1632 24 20 0 1 0 384640926 20860928 4480 33554432000 4194304 6006132 140734790704080 140734790695488 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22573/statm: 5093 4480 181 443 0 4646 0
[pid=22606] ppid=22573 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22606/stat : 22606 (satsolver.sh) S 22573 22572 22170 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384642605 9367552 267 33554432000 4194304 5064252 140733684016752 140733684015664 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/22606/statm: 2287 267 226 213 0 72 0
[pid=22607] ppid=22606 vsize=299332 CPUtime=1783.26 cores=1,3,5,7
/proc/22607/stat : 22607 (glucose) R 22606 22572 22170 0 -1 4202496 72365 0 0 0 178156 170 0 0 20 0 1 0 384642605 306515968 59945 33554432000 4194304 5208918 140734346582704 140734346580856 4211570 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22607/statm: 74833 59945 96 248 0 74582 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 338000

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.41
CPU time (s): 1800.05
CPU user time (s): 1798.05
CPU system time (s): 2.00169
CPU usage (%): 99.9802
Max. virtual memory (cumulated for all children) (KiB): 550400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.05
system time used= 2.00169
maximum resident set size= 351712
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 118491
page faults= 0
swaps= 0
block input operations= 0
block output operations= 23656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 552
involuntary context switches= 1969

runsolver used 3.74443 second user time and 9.61454 second system time

The end

Launcher Data

Begin job on node108 at 2012-06-08 21:52:03
IDJOB=3754972
IDBENCH=78673
IDSOLVER=2339
FILE ID=node108/3754972-1339185123
RUNJOBID= node108-1339183319-22419
PBS_JOBID= 14643837
Free space on /tmp= 71276 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl50_55_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-3754972-1339185123/watcher-3754972-1339185123 -o /tmp/evaluation-result-3754972-1339185123/solver-3754972-1339185123 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo.sh HOME/instance-3754972-1339185123.wbo 1481623007 HOME HOME

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

MD5SUM BENCH= 9e4fdadcc7668e5ef6d5afa26a2e782c
RANDOM SEED=1481623007

node108.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.273
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	: 5332.54
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.273
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.273
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.273
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.273
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.273
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	: 5438.55
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.273
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		: 2666.273
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:        30444180 kB
Buffers:         1285660 kB
Cached:           185960 kB
SwapCached:         1716 kB
Active:          1490192 kB
Inactive:          28796 kB
Active(anon):      40156 kB
Inactive(anon):     7708 kB
Active(file):    1450036 kB
Inactive(file):    21088 kB
Unevictable:        7636 kB
Mlocked:            7636 kB
SwapTotal:      67108856 kB
SwapFree:       67100756 kB
Dirty:             16928 kB
Writeback:             0 kB
AnonPages:         45496 kB
Mapped:            11360 kB
Shmem:                 0 kB
Slab:             768092 kB
SReclaimable:     209420 kB
SUnreclaim:       558672 kB
KernelStack:        1480 kB
PageTables:         4220 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     170028 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     24576 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= 71264 MiB
End job on node108 at 2012-06-08 22:22:04