Trace number 3714196

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? (TO) 1800.16 1800.51

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl35_40_pb.cnf.cr--soft-66-100-0.wbo
MD5SUMfb4b4aad89d54269a5ce80fb177bfc09
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark15
Best CPU time to get the best result obtained on this benchmark1.40879
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables2800
Total number of constraints150
Number of soft constraints51
Number of constraints which are clauses80
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint35
Maximum length of a constraint40
Top cost 2354
Min constraint cost 1
Max constraint cost 87
Sum of constraints costs 2353
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 41
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.24	c run usual solver
4.39/4.42	o 1573
4.39/4.42	c current bound: 786
7.96/8.23	o 426
7.96/8.23	c current bound: 213
11.81/11.97	o 209
11.81/11.97	c current bound: 104
21.26/21.39	o 99
21.26/21.39	c current bound: 49
28.46/28.55	o 41
28.46/28.55	c current bound: 20
28.78/28.91	o 20
28.78/28.91	c current bound: 10
1800.10/1800.51	./satsolver.sh: line 5: 16529 Terminated              ./glucose $1 > $2 2> /dev/null
1800.10/1800.51	c error: unexpected solver exit code
1800.10/1800.51	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-3714196-1338177558/watcher-3714196-1338177558 -o /tmp/evaluation-result-3714196-1338177558/solver-3714196-1338177558 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-I.sh HOME/instance-3714196-1338177558.wbo 1188182098 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.01 2.01 2.00 3/179 16480
/proc/meminfo: memFree=27929656/32873844 swapFree=7620/7620
[pid=16480] ppid=16478 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16480/stat : 16480 (npSolver-wbo-I.) S 16478 16480 14026 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283884325 9367552 274 33554432000 4194304 5064252 140736618192448 140736618191360 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16480/statm: 2287 274 233 213 0 72 0

[startup+0.0575311 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 16480
/proc/meminfo: memFree=27929656/32873844 swapFree=7620/7620
[pid=16480] ppid=16478 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16480/stat : 16480 (npSolver-wbo-I.) S 16478 16480 14026 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283884325 9367552 274 33554432000 4194304 5064252 140736618192448 140736618191360 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16480/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100334 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 16480
/proc/meminfo: memFree=27929656/32873844 swapFree=7620/7620
[pid=16480] ppid=16478 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16480/stat : 16480 (npSolver-wbo-I.) S 16478 16480 14026 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283884325 9367552 274 33554432000 4194304 5064252 140736618192448 140736618191360 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16480/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300252 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 16480
/proc/meminfo: memFree=27929656/32873844 swapFree=7620/7620
[pid=16480] ppid=16478 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16480/stat : 16480 (npSolver-wbo-I.) S 16478 16480 14026 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283884325 9367552 274 33554432000 4194304 5064252 140736618192448 140736618191360 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16480/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700319 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 16480
/proc/meminfo: memFree=27929656/32873844 swapFree=7620/7620
[pid=16480] ppid=16478 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16480/stat : 16480 (npSolver-wbo-I.) S 16478 16480 14026 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283884325 9367552 274 33554432000 4194304 5064252 140736618192448 140736618191360 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16480/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50046 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 16484
/proc/meminfo: memFree=27862224/32873844 swapFree=7620/7620
[pid=16480] ppid=16478 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16480/stat : 16480 (npSolver-wbo-I.) S 16478 16480 14026 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283884325 9367552 274 33554432000 4194304 5064252 140736618192448 140736618191360 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16480/statm: 2287 274 233 213 0 72 0
[pid=16481] ppid=16480 vsize=10488 CPUtime=0.23 cores=1,3,5,7
/proc/16481/stat : 16481 (npSolver-wbo) S 16480 16480 14026 0 -1 4202496 3832 0 0 0 23 0 0 0 20 0 1 0 283884326 10739712 1630 33554432000 4194304 5990268 140734312928640 140734312921792 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16481/statm: 2622 1630 156 439 0 2179 0
[pid=16483] ppid=16481 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16483/stat : 16483 (cp2_pre.sh) S 16481 16480 14026 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 283884350 9367552 276 33554432000 4194304 5064252 140734562435776 140734562434480 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16483/statm: 2287 276 234 213 0 72 0
[pid=16484] ppid=16483 vsize=76296 CPUtime=1.24 cores=1,3,5,7
/proc/16484/stat : 16484 (coprocessor) R 16483 16480 14026 0 -1 4202496 15322 0 0 0 119 5 0 0 20 0 1 0 283884350 78127104 17272 33554432000 4194304 6586260 140734894260592 140734894256360 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/16484/statm: 19074 17272 198 584 0 18486 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 105080

[startup+3.10034 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 16487
/proc/meminfo: memFree=27897560/32873844 swapFree=7620/7620
[pid=16480] ppid=16478 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16480/stat : 16480 (npSolver-wbo-I.) S 16478 16480 14026 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283884325 9367552 274 33554432000 4194304 5064252 140736618192448 140736618191360 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16480/statm: 2287 274 233 213 0 72 0
[pid=16481] ppid=16480 vsize=10488 CPUtime=1.8 cores=1,3,5,7
/proc/16481/stat : 16481 (npSolver-wbo) S 16480 16480 14026 0 -1 4202496 3843 16228 0 0 23 0 130 27 20 0 1 0 283884326 10739712 1631 33554432000 4194304 5990268 140734312928640 140734312922880 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16481/statm: 2622 1631 157 439 0 2179 0
[pid=16486] ppid=16481 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16486/stat : 16486 (satsolver.sh) S 16481 16480 14026 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283884508 9367552 266 33554432000 4194304 5064252 140736884251696 140736884250608 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16486/statm: 2287 266 226 213 0 72 0
[pid=16487] ppid=16486 vsize=23828 CPUtime=1.26 cores=1,3,5,7
/proc/16487/stat : 16487 (glucose) R 16486 16480 14026 0 -1 4202496 5027 0 0 0 125 1 0 0 20 0 1 0 283884508 24399872 4635 33554432000 4194304 5208918 140734274644880 140734274642728 4229695 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16487/statm: 5957 4635 96 248 0 5706 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 52612

[startup+6.3004 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 16494
/proc/meminfo: memFree=27924452/32873844 swapFree=7620/7620
[pid=16480] ppid=16478 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16480/stat : 16480 (npSolver-wbo-I.) S 16478 16480 14026 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283884325 9367552 274 33554432000 4194304 5064252 140736618192448 140736618191360 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16480/statm: 2287 274 233 213 0 72 0
[pid=16481] ppid=16480 vsize=20056 CPUtime=4.45 cores=1,3,5,7
/proc/16481/stat : 16481 (npSolver-wbo) S 16480 16480 14026 0 -1 4202496 5401 27979 0 0 29 7 377 32 20 0 1 0 283884326 20537344 3788 33554432000 4194304 5990268 140734312928640 140734312920080 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16481/statm: 5014 3788 164 439 0 4571 0
[pid=16493] ppid=16481 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16493/stat : 16493 (satsolver.sh) S 16481 16480 14026 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283884773 9367552 266 33554432000 4194304 5064252 140735102444000 140735102442912 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16493/statm: 2287 266 226 213 0 72 0
[pid=16494] ppid=16493 vsize=42388 CPUtime=1.81 cores=1,3,5,7
/proc/16494/stat : 16494 (glucose) R 16493 16480 14026 0 -1 4202496 10082 0 0 0 180 1 0 0 20 0 1 0 283884773 43405312 9333 33554432000 4194304 5208918 140735084693824 140735084691672 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16494/statm: 10597 9333 96 248 0 10346 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 80740

[startup+12.7003 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 16508
/proc/meminfo: memFree=27940068/32873844 swapFree=7620/7620
[pid=16480] ppid=16478 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16480/stat : 16480 (npSolver-wbo-I.) S 16478 16480 14026 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283884325 9367552 274 33554432000 4194304 5064252 140736618192448 140736618191360 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16480/statm: 2287 274 233 213 0 72 0
[pid=16481] ppid=16480 vsize=15960 CPUtime=11.97 cores=1,3,5,7
/proc/16481/stat : 16481 (npSolver-wbo) S 16480 16480 14026 0 -1 4202496 7407 60473 0 0 32 8 1109 48 20 0 1 0 283884326 16343040 3008 33554432000 4194304 5990268 140734312928640 140734312920080 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16481/statm: 3990 3008 164 439 0 3547 0
[pid=16507] ppid=16481 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16507/stat : 16507 (satsolver.sh) S 16481 16480 14026 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 283885523 9367552 266 33554432000 4194304 5064252 140735083385040 140735083383952 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16507/statm: 2287 266 226 213 0 72 0
[pid=16508] ppid=16507 vsize=24464 CPUtime=0.71 cores=1,3,5,7
/proc/16508/stat : 16508 (glucose) R 16507 16480 14026 0 -1 4202496 4276 0 0 0 71 0 0 0 20 0 1 0 283885523 25051136 5075 33554432000 4194304 5208918 140735571494992 140735571492840 4211851 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16508/statm: 6116 5075 95 248 0 5865 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 58720

[startup+25.5005 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 16515
/proc/meminfo: memFree=27907916/32873844 swapFree=7620/7620
[pid=16480] ppid=16478 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16480/stat : 16480 (npSolver-wbo-I.) S 16478 16480 14026 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283884325 9367552 274 33554432000 4194304 5064252 140736618192448 140736618191360 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16480/statm: 2287 274 233 213 0 72 0
[pid=16481] ppid=16480 vsize=15960 CPUtime=21.38 cores=1,3,5,7
/proc/16481/stat : 16481 (npSolver-wbo) S 16480 16480 14026 0 -1 4202496 8139 73680 0 0 32 8 2046 52 20 0 1 0 283884326 16343040 3008 33554432000 4194304 5990268 140734312928640 140734312920080 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16481/statm: 3990 3008 164 439 0 3547 0
[pid=16514] ppid=16481 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16514/stat : 16514 (satsolver.sh) S 16481 16480 14026 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 283886465 9367552 266 33554432000 4194304 5064252 140734681762656 140734681761568 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16514/statm: 2287 266 226 213 0 72 0
[pid=16515] ppid=16514 vsize=30112 CPUtime=4.09 cores=1,3,5,7
/proc/16515/stat : 16515 (glucose) R 16514 16480 14026 0 -1 4202496 7205 0 0 0 408 1 0 0 20 0 1 0 283886466 30834688 6199 33554432000 4194304 5208918 140735677602960 140735677600824 4229273 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16515/statm: 7528 6199 104 248 0 7277 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 64368

[startup+51.1005 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 16532
/proc/meminfo: memFree=27855996/32873844 swapFree=7620/7620
[pid=16480] ppid=16478 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16480/stat : 16480 (npSolver-wbo-I.) S 16478 16480 14026 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283884325 9367552 274 33554432000 4194304 5064252 140736618192448 140736618191360 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16480/statm: 2287 274 233 213 0 72 0
[pid=16481] ppid=16480 vsize=15960 CPUtime=28.88 cores=1,3,5,7
/proc/16481/stat : 16481 (npSolver-wbo) S 16480 16480 14026 0 -1 4202496 9550 98481 0 0 33 8 2788 59 20 0 1 0 283884326 16343040 3008 33554432000 4194304 5990268 140734312928640 140734312920080 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16481/statm: 3990 3008 164 439 0 3547 0
[pid=16528] ppid=16481 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16528/stat : 16528 (satsolver.sh) S 16481 16480 14026 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 283887217 9367552 266 33554432000 4194304 5064252 140734171713264 140734171712176 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16528/statm: 2287 266 226 213 0 72 0
[pid=16529] ppid=16528 vsize=43604 CPUtime=22.16 cores=1,3,5,7
/proc/16529/stat : 16529 (glucose) R 16528 16480 14026 0 -1 4202496 9605 0 0 0 2214 2 0 0 20 0 1 0 283887217 44650496 9413 33554432000 4194304 5208918 140735652751472 140735652747288 4229748 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16529/statm: 10901 9413 105 248 0 10650 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 77860

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 16532
/proc/meminfo: memFree=27812888/32873844 swapFree=7620/7620
[pid=16480] ppid=16478 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16480/stat : 16480 (npSolver-wbo-I.) S 16478 16480 14026 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283884325 9367552 274 33554432000 4194304 5064252 140736618192448 140736618191360 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16480/statm: 2287 274 233 213 0 72 0
[pid=16481] ppid=16480 vsize=15960 CPUtime=28.88 cores=1,3,5,7
/proc/16481/stat : 16481 (npSolver-wbo) S 16480 16480 14026 0 -1 4202496 9550 98481 0 0 33 8 2788 59 20 0 1 0 283884326 16343040 3008 33554432000 4194304 5990268 140734312928640 140734312920080 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16481/statm: 3990 3008 164 439 0 3547 0
[pid=16528] ppid=16481 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16528/stat : 16528 (satsolver.sh) S 16481 16480 14026 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 283887217 9367552 266 33554432000 4194304 5064252 140734171713264 140734171712176 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16528/statm: 2287 266 226 213 0 72 0
[pid=16529] ppid=16528 vsize=81332 CPUtime=73.37 cores=1,3,5,7
/proc/16529/stat : 16529 (glucose) R 16528 16480 14026 0 -1 4202496 11315 0 0 0 7333 4 0 0 20 0 1 0 283887217 83283968 18629 33554432000 4194304 5208918 140735652751472 140735652747848 4229528 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16529/statm: 20333 18629 105 248 0 20082 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 115588

[startup+162.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/184 16555
/proc/meminfo: memFree=27882088/32873844 swapFree=7620/7620
[pid=16480] ppid=16478 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16480/stat : 16480 (npSolver-wbo-I.) S 16478 16480 14026 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283884325 9367552 274 33554432000 4194304 5064252 140736618192448 140736618191360 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16480/statm: 2287 274 233 213 0 72 0
[pid=16481] ppid=16480 vsize=15960 CPUtime=28.88 cores=1,3,5,7
/proc/16481/stat : 16481 (npSolver-wbo) S 16480 16480 14026 0 -1 4202496 9550 98481 0 0 33 8 2788 59 20 0 1 0 283884326 16343040 3008 33554432000 4194304 5990268 140734312928640 140734312920080 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16481/statm: 3990 3008 164 439 0 3547 0
[pid=16528] ppid=16481 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16652
/proc/meminfo: memFree=27777048/32873844 swapFree=7620/7620
[pid=16480] ppid=16478 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16480/stat : 16480 (npSolver-wbo-I.) S 16478 16480 14026 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283884325 9367552 274 33554432000 4194304 5064252 140736618192448 140736618191360 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16480/statm: 2287 274 233 213 0 72 0
[pid=16481] ppid=16480 vsize=15960 CPUtime=28.88 cores=1,3,5,7
/proc/16481/stat : 16481 (npSolver-wbo) S 16480 16480 14026 0 -1 4202496 9550 98481 0 0 33 8 2788 59 20 0 1 0 283884326 16343040 3008 33554432000 4194304 5990268 140734312928640 140734312920080 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16481/statm: 3990 3008 164 439 0 3547 0
[pid=16528] ppid=16481 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16528/stat : 16528 (satsolver.sh) S 16481 16480 14026 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 283887217 9367552 266 33554432000 4194304 5064252 140734171713264 140734171712176 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16528/statm: 2287 266 226 213 0 72 0
[pid=16529] ppid=16528 vsize=254492 CPUtime=1393.11 cores=1,3,5,7
/proc/16529/stat : 16529 (glucose) R 16528 16480 14026 0 -1 4202496 54283 0 0 0 139209 102 0 0 20 0 1 0 283887217 260599808 61362 33554432000 4194304 5208918 140735652751472 140735652747848 4228924 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16529/statm: 63623 61362 105 248 0 63372 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 288748

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16653
/proc/meminfo: memFree=27760264/32873844 swapFree=7620/7620
[pid=16480] ppid=16478 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16480/stat : 16480 (npSolver-wbo-I.) S 16478 16480 14026 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283884325 9367552 274 33554432000 4194304 5064252 140736618192448 140736618191360 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16480/statm: 2287 274 233 213 0 72 0
[pid=16481] ppid=16480 vsize=15960 CPUtime=28.88 cores=1,3,5,7
/proc/16481/stat : 16481 (npSolver-wbo) S 16480 16480 14026 0 -1 4202496 9550 98481 0 0 33 8 2788 59 20 0 1 0 283884326 16343040 3008 33554432000 4194304 5990268 140734312928640 140734312920080 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16481/statm: 3990 3008 164 439 0 3547 0
[pid=16528] ppid=16481 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16528/stat : 16528 (satsolver.sh) S 16481 16480 14026 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 283887217 9367552 266 33554432000 4194304 5064252 140734171713264 140734171712176 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16528/statm: 2287 266 226 213 0 72 0
[pid=16529] ppid=16528 vsize=173584 CPUtime=1453.07 cores=1,3,5,7
/proc/16529/stat : 16529 (glucose) R 16528 16480 14026 0 -1 4202496 56486 0 0 0 145199 108 0 0 20 0 1 0 283887217 177750016 41948 33554432000 4194304 5208918 140735652751472 140735652747848 4215136 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16529/statm: 43396 41948 105 248 0 43145 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 207840

[startup+1542.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/183 16653
/proc/meminfo: memFree=27818584/32873844 swapFree=7620/7620
[pid=16480] ppid=16478 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16480/stat : 16480 (npSolver-wbo-I.) S 16478 16480 14026 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283884325 9367552 274 33554432000 4194304 5064252 140736618192448 140736618191360 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16480/statm: 2287 274 233 213 0 72 0
[pid=16481] ppid=16480 vsize=15960 CPUtime=28.88 cores=1,3,5,7
/proc/16481/stat : 16481 (npSolver-wbo) S 16480 16480 14026 0 -1 4202496 9550 98481 0 0 33 8 2788 59 20 0 1 0 283884326 16343040 3008 33554432000 4194304 5990268 140734312928640 140734312920080 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16481/statm: 3990 3008 164 439 0 3547 0
[pid=16528] ppid=16481 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16528/stat : 16528 (satsolver.sh) S 16481 16480 14026 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 283887217 9367552 266 33554432000 4194304 5064252 140734171713264 140734171712176 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16528/statm: 2287 266 226 213 0 72 0
[pid=16529] ppid=16528 vsize=204404 CPUtime=1513.07 cores=1,3,5,7
/proc/16529/stat : 16529 (glucose) R 16528 16480 14026 0 -1 4202496 58838 0 0 0 151195 112 0 0 20 0 1 0 283887217 209309696 46725 33554432000 4194304 5208918 140735652751472 140735652747848 4215335 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16529/statm: 51101 46725 105 248 0 50850 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 238660

[startup+1602.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/183 16653
/proc/meminfo: memFree=27809340/32873844 swapFree=7620/7620
[pid=16480] ppid=16478 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16480/stat : 16480 (npSolver-wbo-I.) S 16478 16480 14026 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283884325 9367552 274 33554432000 4194304 5064252 140736618192448 140736618191360 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16480/statm: 2287 274 233 213 0 72 0
[pid=16481] ppid=16480 vsize=15960 CPUtime=28.88 cores=1,3,5,7
/proc/16481/stat : 16481 (npSolver-wbo) S 16480 16480 14026 0 -1 4202496 9550 98481 0 0 33 8 2788 59 20 0 1 0 283884326 16343040 3008 33554432000 4194304 5990268 140734312928640 140734312920080 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16481/statm: 3990 3008 164 439 0 3547 0
[pid=16528] ppid=16481 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16528/stat : 16528 (satsolver.sh) S 16481 16480 14026 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 283887217 9367552 266 33554432000 4194304 5064252 140734171713264 140734171712176 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16528/statm: 2287 266 226 213 0 72 0
[pid=16529] ppid=16528 vsize=204404 CPUtime=1573.06 cores=1,3,5,7
/proc/16529/stat : 16529 (glucose) R 16528 16480 14026 0 -1 4202496 60444 0 0 0 157190 116 0 0 20 0 1 0 283887217 209309696 49285 33554432000 4194304 5208918 140735652751472 140735652747848 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16529/statm: 51101 49285 105 248 0 50850 0
Current children cumulated CPU time (s) 1601.94
Current children cumulated vsize (KiB) 238660

[startup+1662.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 16653
/proc/meminfo: memFree=27795196/32873844 swapFree=7620/7620
[pid=16480] ppid=16478 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16480/stat : 16480 (npSolver-wbo-I.) S 16478 16480 14026 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283884325 9367552 274 33554432000 4194304 5064252 140736618192448 140736618191360 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16480/statm: 2287 274 233 213 0 72 0
[pid=16481] ppid=16480 vsize=15960 CPUtime=28.88 cores=1,3,5,7
/proc/16481/stat : 16481 (npSolver-wbo) S 16480 16480 14026 0 -1 4202496 9550 98481 0 0 33 8 2788 59 20 0 1 0 283884326 16343040 3008 33554432000 4194304 5990268 140734312928640 140734312920080 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16481/statm: 3990 3008 164 439 0 3547 0
[pid=16528] ppid=16481 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16528/stat : 16528 (satsolver.sh) S 16481 16480 14026 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 283887217 9367552 266 33554432000 4194304 5064252 140734171713264 140734171712176 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16528/statm: 2287 266 226 213 0 72 0
[pid=16529] ppid=16528 vsize=254492 CPUtime=1633.04 cores=1,3,5,7
/proc/16529/stat : 16529 (glucose) R 16528 16480 14026 0 -1 4202496 62950 0 0 0 163184 120 0 0 20 0 1 0 283887217 260599808 52188 33554432000 4194304 5208918 140735652751472 140735652749624 4215351 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16529/statm: 63623 52188 105 248 0 63372 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 288748

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 16653
/proc/meminfo: memFree=27792540/32873844 swapFree=7620/7620
[pid=16480] ppid=16478 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16480/stat : 16480 (npSolver-wbo-I.) S 16478 16480 14026 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283884325 9367552 274 33554432000 4194304 5064252 140736618192448 140736618191360 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16480/statm: 2287 274 233 213 0 72 0
[pid=16481] ppid=16480 vsize=15960 CPUtime=28.88 cores=1,3,5,7
/proc/16481/stat : 16481 (npSolver-wbo) S 16480 16480 14026 0 -1 4202496 9550 98481 0 0 33 8 2788 59 20 0 1 0 283884326 16343040 3008 33554432000 4194304 5990268 140734312928640 140734312920080 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16481/statm: 3990 3008 164 439 0 3547 0
[pid=16528] ppid=16481 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16528/stat : 16528 (satsolver.sh) S 16481 16480 14026 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 283887217 9367552 266 33554432000 4194304 5064252 140734171713264 140734171712176 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16528/statm: 2287 266 226 213 0 72 0
[pid=16529] ppid=16528 vsize=254492 CPUtime=1693.03 cores=1,3,5,7
/proc/16529/stat : 16529 (glucose) R 16528 16480 14026 0 -1 4202496 65079 0 0 0 169179 124 0 0 20 0 1 0 283887217 260599808 54194 33554432000 4194304 5208918 140735652751472 140735652747288 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16529/statm: 63623 54194 105 248 0 63372 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 288748

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16654
/proc/meminfo: memFree=27831328/32873844 swapFree=7620/7620
[pid=16480] ppid=16478 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16480/stat : 16480 (npSolver-wbo-I.) S 16478 16480 14026 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283884325 9367552 274 33554432000 4194304 5064252 140736618192448 140736618191360 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16480/statm: 2287 274 233 213 0 72 0
[pid=16481] ppid=16480 vsize=15960 CPUtime=28.88 cores=1,3,5,7
/proc/16481/stat : 16481 (npSolver-wbo) S 16480 16480 14026 0 -1 4202496 9550 98481 0 0 33 8 2788 59 20 0 1 0 283884326 16343040 3008 33554432000 4194304 5990268 140734312928640 140734312920080 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16481/statm: 3990 3008 164 439 0 3547 0
[pid=16528] ppid=16481 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16528/stat : 16528 (satsolver.sh) S 16481 16480 14026 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 283887217 9367552 266 33554432000 4194304 5064252 140734171713264 140734171712176 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16528/statm: 2287 266 226 213 0 72 0
[pid=16529] ppid=16528 vsize=254492 CPUtime=1753.02 cores=1,3,5,7
/proc/16529/stat : 16529 (glucose) R 16528 16480 14026 0 -1 4202496 66719 0 0 0 175174 128 0 0 20 0 1 0 283887217 260599808 55260 33554432000 4194304 5208918 140735652751472 140735652747848 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16529/statm: 63623 55260 105 248 0 63372 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 288748



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16654
/proc/meminfo: memFree=27761016/32873844 swapFree=7620/7620
[pid=16480] ppid=16478 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16480/stat : 16480 (npSolver-wbo-I.) S 16478 16480 14026 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283884325 9367552 274 33554432000 4194304 5064252 140736618192448 140736618191360 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16480/statm: 2287 274 233 213 0 72 0
[pid=16481] ppid=16480 vsize=15960 CPUtime=28.88 cores=1,3,5,7
/proc/16481/stat : 16481 (npSolver-wbo) S 16480 16480 14026 0 -1 4202496 9550 98481 0 0 33 8 2788 59 20 0 1 0 283884326 16343040 3008 33554432000 4194304 5990268 140734312928640 140734312920080 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16481/statm: 3990 3008 164 439 0 3547 0
[pid=16528] ppid=16481 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16528/stat : 16528 (satsolver.sh) S 16481 16480 14026 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 283887217 9367552 266 33554432000 4194304 5064252 140734171713264 140734171712176 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16528/statm: 2287 266 226 213 0 72 0
[pid=16529] ppid=16528 vsize=335880 CPUtime=1771.22 cores=1,3,5,7
/proc/16529/stat : 16529 (glucose) R 16528 16480 14026 0 -1 4202496 67041 0 0 0 176993 129 0 0 20 0 1 0 283887217 343941120 62732 33554432000 4194304 5208918 140735652751472 140735652749624 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16529/statm: 83970 62732 105 248 0 83719 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 370136

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 16654
/proc/meminfo: memFree=27761016/32873844 swapFree=7620/7620
[pid=16480] ppid=16478 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16480/stat : 16480 (npSolver-wbo-I.) S 16478 16480 14026 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 283884325 9367552 274 33554432000 4194304 5064252 140736618192448 140736618191360 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16480/statm: 2287 274 233 213 0 72 0
[pid=16481] ppid=16480 vsize=15960 CPUtime=28.88 cores=1,3,5,7
/proc/16481/stat : 16481 (npSolver-wbo) S 16480 16480 14026 0 -1 4202496 9550 98481 0 0 33 8 2788 59 20 0 1 0 283884326 16343040 3008 33554432000 4194304 5990268 140734312928640 140734312920080 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16481/statm: 3990 3008 164 439 0 3547 0
[pid=16528] ppid=16481 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16528/stat : 16528 (satsolver.sh) S 16481 16480 14026 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 283887217 9367552 266 33554432000 4194304 5064252 140734171713264 140734171712176 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16528/statm: 2287 266 226 213 0 72 0
[pid=16529] ppid=16528 vsize=335880 CPUtime=1771.22 cores=1,3,5,7
/proc/16529/stat : 16529 (glucose) R 16528 16480 14026 0 -1 4202496 67041 0 0 0 176993 129 0 0 20 0 1 0 283887217 343941120 62732 33554432000 4194304 5208918 140735652751472 140735652749624 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16529/statm: 83970 62732 105 248 0 83719 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 370136

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.16
CPU user time (s): 1798.17
CPU system time (s): 1.9867
CPU usage (%): 99.9802
Max. virtual memory (cumulated for all children) (KiB): 419456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.17
system time used= 1.9867
maximum resident set size= 307548
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 176060
page faults= 0
swaps= 0
block input operations= 0
block output operations= 52336
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1239
involuntary context switches= 1921

runsolver used 9.90249 second user time and 12.6331 second system time

The end

Launcher Data

Begin job on node107 at 2012-05-28 05:59:18
IDJOB=3714196
IDBENCH=78698
IDSOLVER=2295
FILE ID=node107/3714196-1338177558
RUNJOBID= node107-1338159109-14043
PBS_JOBID= 14624550
Free space on /tmp= 71548 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl35_40_pb.cnf.cr--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-3714196-1338177558/watcher-3714196-1338177558 -o /tmp/evaluation-result-3714196-1338177558/solver-3714196-1338177558 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-I.sh HOME/instance-3714196-1338177558.wbo 1188182098 HOME HOME

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

MD5SUM BENCH= fb4b4aad89d54269a5ce80fb177bfc09
RANDOM SEED=1188182098

node107.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.760
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.52
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.760
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.760
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.92
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.760
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.760
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.760
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.760
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.86
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.760
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:        27930184 kB
Buffers:          400112 kB
Cached:          3450108 kB
SwapCached:            0 kB
Active:          1121804 kB
Inactive:        2957852 kB
Active(anon):     231776 kB
Inactive(anon):       12 kB
Active(file):     890028 kB
Inactive(file):  2957840 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8200 kB
Writeback:             0 kB
AnonPages:        197588 kB
Mapped:            15660 kB
Shmem:               200 kB
Slab:             710388 kB
SReclaimable:     152840 kB
SUnreclaim:       557548 kB
KernelStack:        1520 kB
PageTables:         4340 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     397764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     77824 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= 71540 MiB
End job on node107 at 2012-05-28 06:29:18