Trace number 3754264

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
npSolver inc (fixed)? (TO) 1800.09 1800.41

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl20_30_pb.cnf.cr--soft-33-100-0.wbo
MD5SUM7b4c43120f8532700d0af4fec83df613
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark13
Best CPU time to get the best result obtained on this benchmark0.432933
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1200
Total number of constraints100
Number of soft constraints67
Number of constraints which are clauses60
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 constraint30
Top cost 3602
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 3601
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 31
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
15.95/16.04	o 1085
15.95/16.04	c current bound: 542
36.05/36.20	o 403
36.05/36.20	c current bound: 201
55.03/55.12	o 119
55.03/55.12	c current bound: 59
58.85/58.92	o 48
58.85/58.92	c current bound: 24
63.96/64.00	o 13
63.96/64.00	c current bound: 6
1800.05/1800.41	./satsolver.sh: line 5: 25428 Terminated              ./glucose $1 > $2 2> /dev/null
1800.05/1800.41	c error: unexpected solver exit code
1800.05/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-3754264-1339185249/watcher-3754264-1339185249 -o /tmp/evaluation-result-3754264-1339185249/solver-3754264-1339185249 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-I.sh HOME/instance-3754264-1339185249.wbo 331181004 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 2.00 2/179 25372
/proc/meminfo: memFree=29969116/32873844 swapFree=7628/7628
[pid=25372] ppid=25370 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25372/stat : 25372 (npSolver-wbo-I.) S 25370 25372 14782 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384649849 9367552 274 33554432000 4194304 5064252 140735209151696 140735209150608 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25372/statm: 2287 274 233 213 0 72 0

[startup+0.095737 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 25372
/proc/meminfo: memFree=29969116/32873844 swapFree=7628/7628
[pid=25372] ppid=25370 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25372/stat : 25372 (npSolver-wbo-I.) S 25370 25372 14782 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384649849 9367552 274 33554432000 4194304 5064252 140735209151696 140735209150608 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25372/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100174 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 25372
/proc/meminfo: memFree=29969116/32873844 swapFree=7628/7628
[pid=25372] ppid=25370 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25372/stat : 25372 (npSolver-wbo-I.) S 25370 25372 14782 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384649849 9367552 274 33554432000 4194304 5064252 140735209151696 140735209150608 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25372/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300111 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 25372
/proc/meminfo: memFree=29969116/32873844 swapFree=7628/7628
[pid=25372] ppid=25370 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25372/stat : 25372 (npSolver-wbo-I.) S 25370 25372 14782 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384649849 9367552 274 33554432000 4194304 5064252 140735209151696 140735209150608 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25372/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700112 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 25372
/proc/meminfo: memFree=29969116/32873844 swapFree=7628/7628
[pid=25372] ppid=25370 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25372/stat : 25372 (npSolver-wbo-I.) S 25370 25372 14782 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384649849 9367552 274 33554432000 4194304 5064252 140735209151696 140735209150608 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25372/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50029 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 25379
/proc/meminfo: memFree=29946284/32873844 swapFree=7628/7628
[pid=25372] ppid=25370 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25372/stat : 25372 (npSolver-wbo-I.) S 25370 25372 14782 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384649849 9367552 274 33554432000 4194304 5064252 140735209151696 140735209150608 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25372/statm: 2287 274 233 213 0 72 0
[pid=25373] ppid=25372 vsize=2420 CPUtime=0.01 cores=0,2,4,6
/proc/25373/stat : 25373 (npSolver-wbo) S 25372 25372 14782 0 -1 4202496 2356 1773 0 0 0 0 1 0 20 0 1 0 384649849 2478080 281 33554432000 4194304 6006132 140735845355440 140735845349632 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25373/statm: 605 281 157 443 0 158 0
[pid=25378] ppid=25373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25378/stat : 25378 (satsolver.sh) S 25373 25372 14782 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384649853 9367552 266 33554432000 4194304 5064252 140736174130032 140736174128944 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25378/statm: 2287 266 226 213 0 72 0
[pid=25379] ppid=25378 vsize=17508 CPUtime=1.44 cores=0,2,4,6
/proc/25379/stat : 25379 (glucose) R 25378 25372 14782 0 -1 4202496 3168 0 0 0 144 0 0 0 20 0 1 0 384649854 17928192 2904 33554432000 4194304 5208918 140733308620144 140733308618088 4229712 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25379/statm: 4377 2904 95 248 0 4126 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 38224

[startup+3.10029 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 25386
/proc/meminfo: memFree=30019220/32873844 swapFree=7628/7628
[pid=25372] ppid=25370 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25372/stat : 25372 (npSolver-wbo-I.) S 25370 25372 14782 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384649849 9367552 274 33554432000 4194304 5064252 140735209151696 140735209150608 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25372/statm: 2287 274 233 213 0 72 0
[pid=25373] ppid=25372 vsize=2420 CPUtime=0.01 cores=0,2,4,6
/proc/25373/stat : 25373 (npSolver-wbo) S 25372 25372 14782 0 -1 4202496 2356 1773 0 0 0 0 1 0 20 0 1 0 384649849 2478080 281 33554432000 4194304 6006132 140735845355440 140735845349632 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25373/statm: 605 281 157 443 0 158 0
[pid=25378] ppid=25373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25378/stat : 25378 (satsolver.sh) S 25373 25372 14782 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384649853 9367552 266 33554432000 4194304 5064252 140736174130032 140736174128944 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25378/statm: 2287 266 226 213 0 72 0
[pid=25379] ppid=25378 vsize=20252 CPUtime=3.05 cores=0,2,4,6
/proc/25379/stat : 25379 (glucose) R 25378 25372 14782 0 -1 4202496 3852 0 0 0 304 1 0 0 20 0 1 0 384649854 20738048 4599 33554432000 4194304 5208918 140733308620144 140733308618088 4229776 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25379/statm: 5063 4599 95 248 0 4812 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 40968

[startup+6.30035 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 25393
/proc/meminfo: memFree=30015052/32873844 swapFree=7628/7628
[pid=25372] ppid=25370 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25372/stat : 25372 (npSolver-wbo-I.) S 25370 25372 14782 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384649849 9367552 274 33554432000 4194304 5064252 140735209151696 140735209150608 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25372/statm: 2287 274 233 213 0 72 0
[pid=25373] ppid=25372 vsize=2420 CPUtime=0.01 cores=0,2,4,6
/proc/25373/stat : 25373 (npSolver-wbo) S 25372 25372 14782 0 -1 4202496 2356 1773 0 0 0 0 1 0 20 0 1 0 384649849 2478080 281 33554432000 4194304 6006132 140735845355440 140735845349632 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25373/statm: 605 281 157 443 0 158 0
[pid=25378] ppid=25373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25378/stat : 25378 (satsolver.sh) S 25373 25372 14782 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384649853 9367552 266 33554432000 4194304 5064252 140736174130032 140736174128944 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25378/statm: 2287 266 226 213 0 72 0
[pid=25379] ppid=25378 vsize=21928 CPUtime=6.25 cores=0,2,4,6
/proc/25379/stat : 25379 (glucose) R 25378 25372 14782 0 -1 4202496 4273 0 0 0 624 1 0 0 20 0 1 0 384649854 22454272 5019 33554432000 4194304 5208918 140733308620144 140733308618008 4229528 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25379/statm: 5482 5019 95 248 0 5231 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 42644

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 25393
/proc/meminfo: memFree=29993136/32873844 swapFree=7628/7628
[pid=25372] ppid=25370 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25372/stat : 25372 (npSolver-wbo-I.) S 25370 25372 14782 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384649849 9367552 274 33554432000 4194304 5064252 140735209151696 140735209150608 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25372/statm: 2287 274 233 213 0 72 0
[pid=25373] ppid=25372 vsize=2420 CPUtime=0.01 cores=0,2,4,6
/proc/25373/stat : 25373 (npSolver-wbo) S 25372 25372 14782 0 -1 4202496 2356 1773 0 0 0 0 1 0 20 0 1 0 384649849 2478080 281 33554432000 4194304 6006132 140735845355440 140735845349632 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25373/statm: 605 281 157 443 0 158 0
[pid=25378] ppid=25373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25378/stat : 25378 (satsolver.sh) S 25373 25372 14782 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384649853 9367552 266 33554432000 4194304 5064252 140736174130032 140736174128944 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25378/statm: 2287 266 226 213 0 72 0
[pid=25379] ppid=25378 vsize=36252 CPUtime=12.64 cores=0,2,4,6
/proc/25379/stat : 25379 (glucose) R 25378 25372 14782 0 -1 4202496 5273 0 0 0 1263 1 0 0 20 0 1 0 384649854 37122048 4622 33554432000 4194304 5208918 140733308620144 140733308618088 4215351 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25379/statm: 9063 4622 95 248 0 8812 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 56968

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 25400
/proc/meminfo: memFree=29893828/32873844 swapFree=7628/7628
[pid=25372] ppid=25370 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25372/stat : 25372 (npSolver-wbo-I.) S 25370 25372 14782 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384649849 9367552 274 33554432000 4194304 5064252 140735209151696 140735209150608 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25372/statm: 2287 274 233 213 0 72 0
[pid=25373] ppid=25372 vsize=10888 CPUtime=16.05 cores=0,2,4,6
/proc/25373/stat : 25373 (npSolver-wbo) S 25372 25372 14782 0 -1 4202496 4022 10822 0 0 5 1 1597 2 20 0 1 0 384649849 11149312 2353 33554432000 4194304 6006132 140735845355440 140735845346848 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25373/statm: 2722 2353 166 443 0 2275 0
[pid=25399] ppid=25373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25399/stat : 25399 (satsolver.sh) S 25373 25372 14782 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384651458 9367552 266 33554432000 4194304 5064252 140734551760160 140734551759072 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/25399/statm: 2287 266 226 213 0 72 0
[pid=25400] ppid=25399 vsize=46320 CPUtime=9.4 cores=0,2,4,6
/proc/25400/stat : 25400 (glucose) R 25399 25372 14782 0 -1 4202496 7023 0 0 0 938 2 0 0 20 0 1 0 384651458 47431680 10977 33554432000 4194304 5208918 140735959605616 140735959603560 4222874 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25400/statm: 11580 10977 96 248 0 11329 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 75504

[startup+51.1005 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 25407
/proc/meminfo: memFree=29890356/32873844 swapFree=7628/7628
[pid=25372] ppid=25370 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25372/stat : 25372 (npSolver-wbo-I.) S 25370 25372 14782 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384649849 9367552 274 33554432000 4194304 5064252 140735209151696 140735209150608 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25372/statm: 2287 274 233 213 0 72 0
[pid=25373] ppid=25372 vsize=10888 CPUtime=36.2 cores=0,2,4,6
/proc/25373/stat : 25373 (npSolver-wbo) S 25372 25372 14782 0 -1 4202496 4594 22623 0 0 6 2 3601 11 20 0 1 0 384649849 11149312 2353 33554432000 4194304 6006132 140735845355440 140735845346848 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25373/statm: 2722 2353 166 443 0 2275 0
[pid=25406] ppid=25373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25406/stat : 25406 (satsolver.sh) S 25373 25372 14782 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384653471 9367552 267 33554432000 4194304 5064252 140736277256864 140736277255776 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25406/statm: 2287 267 226 213 0 72 0
[pid=25407] ppid=25406 vsize=30424 CPUtime=14.87 cores=0,2,4,6
/proc/25407/stat : 25407 (glucose) R 25406 25372 14782 0 -1 4202496 6420 0 0 0 1486 1 0 0 20 0 1 0 384653471 31154176 7118 33554432000 4194304 5208918 140734607173776 140734607171640 4229712 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25407/statm: 7606 7118 96 248 0 7355 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 59608

[startup+102.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 25428
/proc/meminfo: memFree=29848376/32873844 swapFree=7628/7628
[pid=25372] ppid=25370 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25372/stat : 25372 (npSolver-wbo-I.) S 25370 25372 14782 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384649849 9367552 274 33554432000 4194304 5064252 140735209151696 140735209150608 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25372/statm: 2287 274 233 213 0 72 0
[pid=25373] ppid=25372 vsize=10888 CPUtime=63.97 cores=0,2,4,6
/proc/25373/stat : 25373 (npSolver-wbo) S 25372 25372 14782 0 -1 4202496 4931 46221 0 0 6 2 6369 20 20 0 1 0 384649849 11149312 2353 33554432000 4194304 6006132 140735845355440 140735845346848 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25373/statm: 2722 2353 166 443 0 2275 0
[pid=25427] ppid=25373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25427/stat : 25427 (satsolver.sh) S 25373 25372 14782 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384656249 9367552 267 33554432000 4194304 5064252 140736362247904 140736362246816 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25427/statm: 2287 267 226 213 0 72 0
[pid=25428] ppid=25427 vsize=67076 CPUtime=38.28 cores=0,2,4,6
/proc/25428/stat : 25428 (glucose) R 25427 25372 14782 0 -1 4202496 6689 0 0 0 3826 2 0 0 20 0 1 0 384656250 68685824 15017 33554432000 4194304 5208918 140736676141344 140736676137656 4229328 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25428/statm: 16769 15017 105 248 0 16518 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 96260

[startup+162.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 25428
/proc/meminfo: memFree=29821524/32873844 swapFree=7628/7628
[pid=25372] ppid=25370 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25372/stat : 25372 (npSolver-wbo-I.) S 25370 25372 14782 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384649849 9367552 274 33554432000 4194304 5064252 140735209151696 140735209150608 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25372/statm: 2287 274 233 213 0 72 0
[pid=25373] ppid=25372 vsize=10888 CPUtime=63.97 cores=0,2,4,6
/proc/25373/stat : 25373 (npSolver-wbo) S 25372 25372 14782 0 -1 4202496 4931 46221 0 0 6 2 6369 20 20 0 1 0 384649849 11149312 2353 33554432000 4194304 6006132 140735845355440 140735845346848 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25373/statm: 2722 2353 166 443 0 2275 0
[pid=25427] ppid=25373 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 25461
/proc/meminfo: memFree=29758032/32873844 swapFree=7628/7628
[pid=25372] ppid=25370 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25372/stat : 25372 (npSolver-wbo-I.) S 25370 25372 14782 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384649849 9367552 274 33554432000 4194304 5064252 140735209151696 140735209150608 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25372/statm: 2287 274 233 213 0 72 0
[pid=25373] ppid=25372 vsize=10888 CPUtime=63.97 cores=0,2,4,6
/proc/25373/stat : 25373 (npSolver-wbo) S 25372 25372 14782 0 -1 4202496 4931 46221 0 0 6 2 6369 20 20 0 1 0 384649849 11149312 2353 33554432000 4194304 6006132 140735845355440 140735845346848 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25373/statm: 2722 2353 166 443 0 2275 0
[pid=25427] ppid=25373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25427/stat : 25427 (satsolver.sh) S 25373 25372 14782 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384656249 9367552 267 33554432000 4194304 5064252 140736362247904 140736362246816 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25427/statm: 2287 267 226 213 0 72 0
[pid=25428] ppid=25427 vsize=140024 CPUtime=1358.05 cores=0,2,4,6
/proc/25428/stat : 25428 (glucose) R 25427 25372 14782 0 -1 4202496 19737 0 0 0 135770 35 0 0 20 0 1 0 384656250 143384576 33597 33554432000 4194304 5208918 140736676141344 140736676137656 4229717 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25428/statm: 35006 33597 105 248 0 34755 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 169208

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 25461
/proc/meminfo: memFree=29744908/32873844 swapFree=7628/7628
[pid=25372] ppid=25370 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25372/stat : 25372 (npSolver-wbo-I.) S 25370 25372 14782 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384649849 9367552 274 33554432000 4194304 5064252 140735209151696 140735209150608 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25372/statm: 2287 274 233 213 0 72 0
[pid=25373] ppid=25372 vsize=10888 CPUtime=63.97 cores=0,2,4,6
/proc/25373/stat : 25373 (npSolver-wbo) S 25372 25372 14782 0 -1 4202496 4931 46221 0 0 6 2 6369 20 20 0 1 0 384649849 11149312 2353 33554432000 4194304 6006132 140735845355440 140735845346848 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25373/statm: 2722 2353 166 443 0 2275 0
[pid=25427] ppid=25373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25427/stat : 25427 (satsolver.sh) S 25373 25372 14782 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384656249 9367552 267 33554432000 4194304 5064252 140736362247904 140736362246816 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25427/statm: 2287 267 226 213 0 72 0
[pid=25428] ppid=25427 vsize=91588 CPUtime=1418.05 cores=0,2,4,6
/proc/25428/stat : 25428 (glucose) R 25427 25372 14782 0 -1 4202496 20332 0 0 0 141768 37 0 0 20 0 1 0 384656250 93786112 22240 33554432000 4194304 5208918 140736676141344 140736676139432 4229720 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25428/statm: 22897 22240 105 248 0 22646 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 120772

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 25462
/proc/meminfo: memFree=29641428/32873844 swapFree=7628/7628
[pid=25372] ppid=25370 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25372/stat : 25372 (npSolver-wbo-I.) S 25370 25372 14782 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384649849 9367552 274 33554432000 4194304 5064252 140735209151696 140735209150608 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25372/statm: 2287 274 233 213 0 72 0
[pid=25373] ppid=25372 vsize=10888 CPUtime=63.97 cores=0,2,4,6
/proc/25373/stat : 25373 (npSolver-wbo) S 25372 25372 14782 0 -1 4202496 4931 46221 0 0 6 2 6369 20 20 0 1 0 384649849 11149312 2353 33554432000 4194304 6006132 140735845355440 140735845346848 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25373/statm: 2722 2353 166 443 0 2275 0
[pid=25427] ppid=25373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25427/stat : 25427 (satsolver.sh) S 25373 25372 14782 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384656249 9367552 267 33554432000 4194304 5064252 140736362247904 140736362246816 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25427/statm: 2287 267 226 213 0 72 0
[pid=25428] ppid=25427 vsize=171728 CPUtime=1478.03 cores=0,2,4,6
/proc/25428/stat : 25428 (glucose) R 25427 25372 14782 0 -1 4202496 21273 0 0 0 147765 38 0 0 20 0 1 0 384656250 175849472 36957 33554432000 4194304 5208918 140736676141344 140736676139496 4229528 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25428/statm: 42932 36957 105 248 0 42681 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 200912

[startup+1602.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/184 25465
/proc/meminfo: memFree=29725740/32873844 swapFree=7628/7628
[pid=25372] ppid=25370 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25372/stat : 25372 (npSolver-wbo-I.) S 25370 25372 14782 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384649849 9367552 274 33554432000 4194304 5064252 140735209151696 140735209150608 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25372/statm: 2287 274 233 213 0 72 0
[pid=25373] ppid=25372 vsize=10888 CPUtime=63.97 cores=0,2,4,6
/proc/25373/stat : 25373 (npSolver-wbo) S 25372 25372 14782 0 -1 4202496 4931 46221 0 0 6 2 6369 20 20 0 1 0 384649849 11149312 2353 33554432000 4194304 6006132 140735845355440 140735845346848 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25373/statm: 2722 2353 166 443 0 2275 0
[pid=25427] ppid=25373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25427/stat : 25427 (satsolver.sh) S 25373 25372 14782 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384656249 9367552 267 33554432000 4194304 5064252 140736362247904 140736362246816 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25427/statm: 2287 267 226 213 0 72 0
[pid=25428] ppid=25427 vsize=172232 CPUtime=1538.01 cores=0,2,4,6
/proc/25428/stat : 25428 (glucose) R 25427 25372 14782 0 -1 4202496 22117 0 0 0 153761 40 0 0 20 0 1 0 384656250 176365568 36571 33554432000 4194304 5208918 140736676141344 140736676139496 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25428/statm: 43058 36571 105 248 0 42807 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 201416

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 25465
/proc/meminfo: memFree=29660572/32873844 swapFree=7628/7628
[pid=25372] ppid=25370 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25372/stat : 25372 (npSolver-wbo-I.) S 25370 25372 14782 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384649849 9367552 274 33554432000 4194304 5064252 140735209151696 140735209150608 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25372/statm: 2287 274 233 213 0 72 0
[pid=25373] ppid=25372 vsize=10888 CPUtime=63.97 cores=0,2,4,6
/proc/25373/stat : 25373 (npSolver-wbo) S 25372 25372 14782 0 -1 4202496 4931 46221 0 0 6 2 6369 20 20 0 1 0 384649849 11149312 2353 33554432000 4194304 6006132 140735845355440 140735845346848 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25373/statm: 2722 2353 166 443 0 2275 0
[pid=25427] ppid=25373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25427/stat : 25427 (satsolver.sh) S 25373 25372 14782 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384656249 9367552 267 33554432000 4194304 5064252 140736362247904 140736362246816 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25427/statm: 2287 267 226 213 0 72 0
[pid=25428] ppid=25427 vsize=175100 CPUtime=1597.99 cores=0,2,4,6
/proc/25428/stat : 25428 (glucose) R 25427 25372 14782 0 -1 4202496 23036 0 0 0 159758 41 0 0 20 0 1 0 384656250 179302400 38312 33554432000 4194304 5208918 140736676141344 140736676139496 4229512 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25428/statm: 43775 38312 105 248 0 43524 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 204284

[startup+1722.3 s]
/proc/loadavg: 2.08 2.02 2.00 3/183 25465
/proc/meminfo: memFree=29740208/32873844 swapFree=7628/7628
[pid=25372] ppid=25370 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25372/stat : 25372 (npSolver-wbo-I.) S 25370 25372 14782 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384649849 9367552 274 33554432000 4194304 5064252 140735209151696 140735209150608 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25372/statm: 2287 274 233 213 0 72 0
[pid=25373] ppid=25372 vsize=10888 CPUtime=63.97 cores=0,2,4,6
/proc/25373/stat : 25373 (npSolver-wbo) S 25372 25372 14782 0 -1 4202496 4931 46221 0 0 6 2 6369 20 20 0 1 0 384649849 11149312 2353 33554432000 4194304 6006132 140735845355440 140735845346848 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25373/statm: 2722 2353 166 443 0 2275 0
[pid=25427] ppid=25373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25427/stat : 25427 (satsolver.sh) S 25373 25372 14782 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384656249 9367552 267 33554432000 4194304 5064252 140736362247904 140736362246816 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25427/statm: 2287 267 226 213 0 72 0
[pid=25428] ppid=25427 vsize=176096 CPUtime=1657.98 cores=0,2,4,6
/proc/25428/stat : 25428 (glucose) R 25427 25372 14782 0 -1 4202496 23998 0 0 0 165755 43 0 0 20 0 1 0 384656250 180322304 37537 33554432000 4194304 5208918 140736676141344 140736676139496 4229473 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25428/statm: 44024 37537 105 248 0 43773 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 205280

[startup+1782.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/183 25465
/proc/meminfo: memFree=29632600/32873844 swapFree=7628/7628
[pid=25372] ppid=25370 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25372/stat : 25372 (npSolver-wbo-I.) S 25370 25372 14782 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384649849 9367552 274 33554432000 4194304 5064252 140735209151696 140735209150608 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25372/statm: 2287 274 233 213 0 72 0
[pid=25373] ppid=25372 vsize=10888 CPUtime=63.97 cores=0,2,4,6
/proc/25373/stat : 25373 (npSolver-wbo) S 25372 25372 14782 0 -1 4202496 4931 46221 0 0 6 2 6369 20 20 0 1 0 384649849 11149312 2353 33554432000 4194304 6006132 140735845355440 140735845346848 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25373/statm: 2722 2353 166 443 0 2275 0
[pid=25427] ppid=25373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25427/stat : 25427 (satsolver.sh) S 25373 25372 14782 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384656249 9367552 267 33554432000 4194304 5064252 140736362247904 140736362246816 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25427/statm: 2287 267 226 213 0 72 0
[pid=25428] ppid=25427 vsize=178232 CPUtime=1717.97 cores=0,2,4,6
/proc/25428/stat : 25428 (glucose) R 25427 25372 14782 0 -1 4202496 25255 0 0 0 171752 45 0 0 20 0 1 0 384656250 182509568 37559 33554432000 4194304 5208918 140736676141344 140736676139496 4229504 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25428/statm: 44558 37559 105 248 0 44307 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 207416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 25511
/proc/meminfo: memFree=29893416/32873844 swapFree=7628/7628
[pid=25372] ppid=25370 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25372/stat : 25372 (npSolver-wbo-I.) S 25370 25372 14782 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384649849 9367552 274 33554432000 4194304 5064252 140735209151696 140735209150608 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25372/statm: 2287 274 233 213 0 72 0
[pid=25373] ppid=25372 vsize=10888 CPUtime=63.97 cores=0,2,4,6
/proc/25373/stat : 25373 (npSolver-wbo) S 25372 25372 14782 0 -1 4202496 4931 46221 0 0 6 2 6369 20 20 0 1 0 384649849 11149312 2353 33554432000 4194304 6006132 140735845355440 140735845346848 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25373/statm: 2722 2353 166 443 0 2275 0
[pid=25427] ppid=25373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25427/stat : 25427 (satsolver.sh) S 25373 25372 14782 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384656249 9367552 267 33554432000 4194304 5064252 140736362247904 140736362246816 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25427/statm: 2287 267 226 213 0 72 0
[pid=25428] ppid=25427 vsize=178232 CPUtime=1736.08 cores=0,2,4,6
/proc/25428/stat : 25428 (glucose) R 25427 25372 14782 0 -1 4202496 25258 0 0 0 173562 46 0 0 20 0 1 0 384656250 182509568 39095 33554432000 4194304 5208918 140736676141344 140736676139496 4229512 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25428/statm: 44558 39095 105 248 0 44307 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 207416

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.02 2.01 2.00 3/183 25511
/proc/meminfo: memFree=29893416/32873844 swapFree=7628/7628
[pid=25372] ppid=25370 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25372/stat : 25372 (npSolver-wbo-I.) S 25370 25372 14782 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384649849 9367552 274 33554432000 4194304 5064252 140735209151696 140735209150608 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25372/statm: 2287 274 233 213 0 72 0
[pid=25373] ppid=25372 vsize=10888 CPUtime=63.97 cores=0,2,4,6
/proc/25373/stat : 25373 (npSolver-wbo) S 25372 25372 14782 0 -1 4202496 4931 46221 0 0 6 2 6369 20 20 0 1 0 384649849 11149312 2353 33554432000 4194304 6006132 140735845355440 140735845346848 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25373/statm: 2722 2353 166 443 0 2275 0
[pid=25427] ppid=25373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25427/stat : 25427 (satsolver.sh) S 25373 25372 14782 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384656249 9367552 267 33554432000 4194304 5064252 140736362247904 140736362246816 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25427/statm: 2287 267 226 213 0 72 0
[pid=25428] ppid=25427 vsize=178232 CPUtime=1736.08 cores=0,2,4,6
/proc/25428/stat : 25428 (glucose) R 25427 25372 14782 0 -1 4202496 25258 0 0 0 173562 46 0 0 20 0 1 0 384656250 182509568 39095 33554432000 4194304 5208918 140736676141344 140736676139496 4229512 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25428/statm: 44558 39095 105 248 0 44307 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 207416

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.09
CPU user time (s): 1799.39
CPU system time (s): 0.693894
CPU usage (%): 99.9819
Max. virtual memory (cumulated for all children) (KiB): 207416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.39
system time used= 0.693894
maximum resident set size= 160668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77401
page faults= 0
swaps= 0
block input operations= 0
block output operations= 9800
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 285
involuntary context switches= 1943

runsolver used 2.79157 second user time and 7.05693 second system time

The end

Launcher Data

Begin job on node146 at 2012-06-08 21:54:09
IDJOB=3754264
IDBENCH=78676
IDSOLVER=2338
FILE ID=node146/3754264-1339185249
RUNJOBID= node146-1339183446-25210
PBS_JOBID= 14643816
Free space on /tmp= 70708 MiB

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

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

MD5SUM BENCH= 7b4c43120f8532700d0af4fec83df613
RANDOM SEED=331181004

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

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
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		: 2667.034
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		: 2667.034
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29972728 kB
Buffers:          404264 kB
Cached:          1511728 kB
SwapCached:         2168 kB
Active:          1973484 kB
Inactive:          33096 kB
Active(anon):      89308 kB
Inactive(anon):     3984 kB
Active(file):    1884176 kB
Inactive(file):    29112 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67099984 kB
Dirty:             27748 kB
Writeback:             0 kB
AnonPages:         78888 kB
Mapped:            10004 kB
Shmem:                 0 kB
Slab:             753272 kB
SReclaimable:     192796 kB
SUnreclaim:       560476 kB
KernelStack:        1480 kB
PageTables:         4192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     226056 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 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= 70708 MiB
End job on node146 at 2012-06-08 22:24:10