Trace number 3752641

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-topdown-quickBound (fixed)? (TO) 1800 1801.11

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-elf.rf9.ucl--soft-33-100-0.wbo
MD5SUM77b6d97d3956f909997161d03ad8f07d
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark4.64629
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables20445
Total number of constraints58444
Number of soft constraints38856
Number of constraints which are clauses56420
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2024
Minimum length of a constraint1
Maximum length of a constraint13
Top cost 1963811
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 1963810
Biggest number in a constraint 65
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 254
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.59	c run usual solver
3.08/3.17	o 281
3.08/3.17	c starting approximation
3.08/3.17	c factor = 2
3.08/3.17	c factor still to low - shrinking to 65.5112
3.08/3.17	c approx number of clauses: 1e+06
3.08/3.17	c current bound: 140
52.47/53.53	c current bound: 140
102.16/103.21	c current bound: 140
151.98/152.71	c current bound: 140
201.06/202.14	c current bound: 140
250.67/251.78	c current bound: 140
300.62/301.48	c current bound: 140
351.21/352.05	c current bound: 140
400.59/401.42	c current bound: 140
450.31/451.10	c current bound: 140
499.73/500.89	c current bound: 140
549.10/550.23	c current bound: 140
598.87/599.73	c current bound: 140
648.30/649.48	c current bound: 140
697.88/699.07	c current bound: 140
748.84/750.03	c current bound: 140
798.76/799.98	c current bound: 140
848.55/849.77	c current bound: 140
898.17/899.39	c current bound: 140
947.74/948.98	c current bound: 140
997.77/998.73	c current bound: 140
1047.42/1048.68	c current bound: 140
1097.29/1098.54	c current bound: 140
1147.28/1148.20	c current bound: 140
1196.94/1197.99	c current bound: 140
1246.58/1247.87	c current bound: 140
1296.92/1297.96	c current bound: 140
1346.83/1347.80	c current bound: 140
1396.43/1397.75	c current bound: 140
1446.59/1447.64	c current bound: 140
1496.29/1497.65	c current bound: 140
1546.36/1547.41	c current bound: 140
1596.33/1597.44	c current bound: 140
1646.24/1647.31	c current bound: 140
1696.71/1698.12	c current bound: 140
1746.72/1747.82	c current bound: 140
1796.39/1797.53	c current bound: 140
1800.00/1801.11	c error: unexpected solver exit code
1800.00/1801.11	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-3752641-1339184676/watcher-3752641-1339184676 -o /tmp/evaluation-result-3752641-1339184676/solver-3752641-1339184676 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3752641-1339184676.wbo 1924519650 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: 1.84 1.97 1.86 3/174 13562
/proc/meminfo: memFree=31009968/32873844 swapFree=7128/7128
[pid=13562] ppid=13559 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13562/stat : 13562 (npSolver-wbo-It) S 13559 13562 2649 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384534664 9367552 274 33554432000 4194304 5064252 140736555138736 140736555137648 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13562/statm: 2287 274 233 213 0 72 0

[startup+0.024185 s]
/proc/loadavg: 1.84 1.97 1.86 3/174 13562
/proc/meminfo: memFree=31009968/32873844 swapFree=7128/7128
[pid=13562] ppid=13559 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13562/stat : 13562 (npSolver-wbo-It) S 13559 13562 2649 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384534664 9367552 274 33554432000 4194304 5064252 140736555138736 140736555137648 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13562/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100282 s]
/proc/loadavg: 1.84 1.97 1.86 3/174 13562
/proc/meminfo: memFree=31009968/32873844 swapFree=7128/7128
[pid=13562] ppid=13559 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13562/stat : 13562 (npSolver-wbo-It) S 13559 13562 2649 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384534664 9367552 274 33554432000 4194304 5064252 140736555138736 140736555137648 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13562/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300278 s]
/proc/loadavg: 1.84 1.97 1.86 3/174 13562
/proc/meminfo: memFree=31009968/32873844 swapFree=7128/7128
[pid=13562] ppid=13559 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13562/stat : 13562 (npSolver-wbo-It) S 13559 13562 2649 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384534664 9367552 274 33554432000 4194304 5064252 140736555138736 140736555137648 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13562/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700261 s]
/proc/loadavg: 1.84 1.97 1.86 3/174 13562
/proc/meminfo: memFree=31009968/32873844 swapFree=7128/7128
[pid=13562] ppid=13559 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13562/stat : 13562 (npSolver-wbo-It) S 13559 13562 2649 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384534664 9367552 274 33554432000 4194304 5064252 140736555138736 140736555137648 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13562/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50035 s]
/proc/loadavg: 1.84 1.97 1.86 3/184 13572
/proc/meminfo: memFree=30794776/32873844 swapFree=7128/7128
[pid=13562] ppid=13559 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13562/stat : 13562 (npSolver-wbo-It) S 13559 13562 2649 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384534664 9367552 274 33554432000 4194304 5064252 140736555138736 140736555137648 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13562/statm: 2287 274 233 213 0 72 0
[pid=13565] ppid=13562 vsize=36740 CPUtime=0.71 cores=0,2,4,6
/proc/13565/stat : 13565 (npSolver-wbo) S 13562 13562 2649 0 -1 4202496 8997 0 0 0 58 13 0 0 20 0 1 0 384534664 37621760 8429 33554432000 4194304 6006132 140736356363264 140736356356368 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13565/statm: 9185 8429 158 443 0 8738 0
[pid=13569] ppid=13565 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13569/stat : 13569 (cp2_pre.sh) S 13565 13562 2649 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 384534735 9367552 276 33554432000 4194304 5064252 140734694653456 140734694652160 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13569/statm: 2287 276 234 213 0 72 0
[pid=13570] ppid=13569 vsize=69892 CPUtime=0.76 cores=0,2,4,6
/proc/13570/stat : 13570 (coprocessor) R 13569 13562 2649 0 -1 4202496 12845 0 0 0 74 2 0 0 20 0 1 0 384534736 71569408 16869 33554432000 4194304 6586260 140736209800496 140736209796360 5599216 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/13570/statm: 17473 16869 192 584 0 16885 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 124928

[startup+3.10031 s]
/proc/loadavg: 1.84 1.97 1.86 3/184 13572
/proc/meminfo: memFree=30752940/32873844 swapFree=7128/7128
[pid=13562] ppid=13559 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13562/stat : 13562 (npSolver-wbo-It) S 13559 13562 2649 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384534664 9367552 274 33554432000 4194304 5064252 140736555138736 140736555137648 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13562/statm: 2287 274 233 213 0 72 0
[pid=13565] ppid=13562 vsize=36740 CPUtime=3.08 cores=0,2,4,6
/proc/13565/stat : 13565 (npSolver-wbo) R 13562 13562 2649 0 -1 4202496 9808 23832 0 0 61 23 217 7 20 0 1 0 384534664 37621760 8432 33554432000 4194304 6006132 140736356363264 140736356356520 5192048 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13565/statm: 9185 8432 161 443 0 8738 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 45888

[startup+6.30035 s]
/proc/loadavg: 1.85 1.97 1.86 3/184 13592
/proc/meminfo: memFree=30746068/32873844 swapFree=7128/7128
[pid=13562] ppid=13559 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13562/stat : 13562 (npSolver-wbo-It) S 13559 13562 2649 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384534664 9367552 274 33554432000 4194304 5064252 140736555138736 140736555137648 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13562/statm: 2287 274 233 213 0 72 0
[pid=13565] ppid=13562 vsize=56780 CPUtime=3.27 cores=0,2,4,6
/proc/13565/stat : 13565 (npSolver-wbo) S 13562 13562 2649 0 -1 4202496 12277 24349 0 0 72 30 217 8 20 0 1 0 384534664 58142720 13269 33554432000 4194304 6006132 140736356363264 140736356354624 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 67 0 0
/proc/13565/statm: 14195 13269 177 443 0 13748 0
[pid=13587] ppid=13565 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13587/stat : 13587 (satsolver.sh) S 13565 13562 2649 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384535060 9367552 266 33554432000 4194304 5064252 140736598178560 140736598177472 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13587/statm: 2287 266 226 213 0 72 0
[pid=13588] ppid=13587 vsize=73492 CPUtime=2.32 cores=0,2,4,6
/proc/13588/stat : 13588 (glucose) R 13587 13562 2649 0 -1 4202496 14574 0 0 0 230 2 0 0 20 0 1 0 384535060 75255808 16061 33554432000 4194304 5208918 140737178507824 140737178505496 4211540 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13588/statm: 18373 16061 95 248 0 18122 0
Current children cumulated CPU time (s) 5.59
Current children cumulated vsize (KiB) 148568

[startup+12.7003 s]
/proc/loadavg: 1.86 1.97 1.86 3/184 13592
/proc/meminfo: memFree=30746480/32873844 swapFree=7128/7128
[pid=13562] ppid=13559 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13562/stat : 13562 (npSolver-wbo-It) S 13559 13562 2649 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384534664 9367552 274 33554432000 4194304 5064252 140736555138736 140736555137648 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13562/statm: 2287 274 233 213 0 72 0
[pid=13565] ppid=13562 vsize=56780 CPUtime=3.27 cores=0,2,4,6
/proc/13565/stat : 13565 (npSolver-wbo) S 13562 13562 2649 0 -1 4202496 12277 24349 0 0 72 30 217 8 20 0 1 0 384534664 58142720 13269 33554432000 4194304 6006132 140736356363264 140736356354624 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 67 0 0
/proc/13565/statm: 14195 13269 177 443 0 13748 0
[pid=13587] ppid=13565 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13587/stat : 13587 (satsolver.sh) S 13565 13562 2649 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384535060 9367552 266 33554432000 4194304 5064252 140736598178560 140736598177472 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13587/statm: 2287 266 226 213 0 72 0
[pid=13588] ppid=13587 vsize=73492 CPUtime=8.72 cores=0,2,4,6
/proc/13588/stat : 13588 (glucose) R 13587 13562 2649 0 -1 4202496 14577 0 0 0 870 2 0 0 20 0 1 0 384535060 75255808 16064 33554432000 4194304 5208918 140737178507824 140737178505496 4211521 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13588/statm: 18373 16064 95 248 0 18122 0
Current children cumulated CPU time (s) 11.99
Current children cumulated vsize (KiB) 148568

[startup+25.5003 s]
/proc/loadavg: 1.89 1.97 1.86 3/183 13592
/proc/meminfo: memFree=30747400/32873844 swapFree=7128/7128
[pid=13562] ppid=13559 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13562/stat : 13562 (npSolver-wbo-It) S 13559 13562 2649 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384534664 9367552 274 33554432000 4194304 5064252 140736555138736 140736555137648 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13562/statm: 2287 274 233 213 0 72 0
[pid=13565] ppid=13562 vsize=56780 CPUtime=3.27 cores=0,2,4,6
/proc/13565/stat : 13565 (npSolver-wbo) S 13562 13562 2649 0 -1 4202496 12277 24349 0 0 72 30 217 8 20 0 1 0 384534664 58142720 13269 33554432000 4194304 6006132 140736356363264 140736356354624 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 67 0 0
/proc/13565/statm: 14195 13269 177 443 0 13748 0
[pid=13587] ppid=13565 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13587/stat : 13587 (satsolver.sh) S 13565 13562 2649 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384535060 9367552 266 33554432000 4194304 5064252 140736598178560 140736598177472 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13587/statm: 2287 266 226 213 0 72 0
[pid=13588] ppid=13587 vsize=73492 CPUtime=21.52 cores=0,2,4,6
/proc/13588/stat : 13588 (glucose) R 13587 13562 2649 0 -1 4202496 14580 0 0 0 2150 2 0 0 20 0 1 0 384535060 75255808 16067 33554432000 4194304 5208918 140737178507824 140737178505496 4211744 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13588/statm: 18373 16067 95 248 0 18122 0
Current children cumulated CPU time (s) 24.79
Current children cumulated vsize (KiB) 148568

[startup+51.1003 s]
/proc/loadavg: 1.93 1.97 1.86 3/183 13592
/proc/meminfo: memFree=30747028/32873844 swapFree=7128/7128
[pid=13562] ppid=13559 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13562/stat : 13562 (npSolver-wbo-It) S 13559 13562 2649 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384534664 9367552 274 33554432000 4194304 5064252 140736555138736 140736555137648 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13562/statm: 2287 274 233 213 0 72 0
[pid=13565] ppid=13562 vsize=56780 CPUtime=3.27 cores=0,2,4,6
/proc/13565/stat : 13565 (npSolver-wbo) S 13562 13562 2649 0 -1 4202496 12277 24349 0 0 72 30 217 8 20 0 1 0 384534664 58142720 13269 33554432000 4194304 6006132 140736356363264 140736356354624 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 67 0 0
/proc/13565/statm: 14195 13269 177 443 0 13748 0
[pid=13587] ppid=13565 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13587/stat : 13587 (satsolver.sh) S 13565 13562 2649 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384535060 9367552 266 33554432000 4194304 5064252 140736598178560 140736598177472 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13587/statm: 2287 266 226 213 0 72 0
[pid=13588] ppid=13587 vsize=73492 CPUtime=47.12 cores=0,2,4,6
/proc/13588/stat : 13588 (glucose) R 13587 13562 2649 0 -1 4202496 14584 0 0 0 4710 2 0 0 20 0 1 0 384535060 75255808 16071 33554432000 4194304 5208918 140737178507824 140737178505496 4211888 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13588/statm: 18373 16071 95 248 0 18122 0
Current children cumulated CPU time (s) 50.39
Current children cumulated vsize (KiB) 148568

[startup+102.307 s]
/proc/loadavg: 2.16 2.02 1.88 3/183 13599
/proc/meminfo: memFree=30745580/32873844 swapFree=7128/7128
[pid=13562] ppid=13559 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13562/stat : 13562 (npSolver-wbo-It) S 13559 13562 2649 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384534664 9367552 274 33554432000 4194304 5064252 140736555138736 140736555137648 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13562/statm: 2287 274 233 213 0 72 0
[pid=13565] ppid=13562 vsize=56780 CPUtime=52.93 cores=0,2,4,6
/proc/13565/stat : 13565 (npSolver-wbo) S 13562 13562 2649 0 -1 4202496 15381 45110 0 0 82 31 5154 26 20 0 1 0 384534664 58142720 13269 33554432000 4194304 6006132 140736356363264 140736356354624 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 67 0 0
/proc/13565/statm: 14195 13269 177 443 0 13748 0
[pid=13598] ppid=13565 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13598/stat : 13598 (satsolver.sh) S 13565 13562 2649 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384540028 9367552 267 33554432000 4194304 5064252 140735329460784 140735329459696 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13598/statm: 2287 267 226 213 0 72 0
[pid=13599] ppid=13598 vsize=73492 CPUtime=48.64 cores=0,2,4,6
/proc/13599/stat : 13599 (glucose) R 13598 13562 2649 0 -1 4202496 14691 0 0 0 4862 2 0 0 20 0 1 0 384540028 75255808 16171 33554432000 4194304 5208918 140736572591792 140736572589464 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13599/statm: 18373 16171 95 248 0 18122 0
Current children cumulated CPU time (s) 101.57
Current children cumulated vsize (KiB) 148568

[startup+162.3 s]
/proc/loadavg: 2.06 2.01 1.89 3/183 13620
/proc/meminfo: memFree=30746944/32873844 swapFree=7128/7128
[pid=13562] ppid=13559 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13562/stat : 13562 (npSolver-wbo-It) S 13559 13562 2649 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384534664 9367552 274 33554432000 4194304 5064252 140736555138736 140736555137648 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13562/statm: 2287 274 233 213 0 72 0
[pid=13565] ppid=13562 vsize=56780 CPUtime=152.11 cores=0,2,4,6
/proc/13565/stat : 13565 (npSolver-wbo) S 13562 13562 2649 0 -1 4202496 21589 88025 0 0 104 34 15013 60 20 0 1 0 384534664 58142720 13269 33554432000 4194304 6006132 140736356363264 140736356354624 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 67 0 0
/proc/13565/statm: 14195 13269 177 443 0 13748 0
[pid=13619] ppid=13565 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13619/stat : 13619 (satsolver.sh) S 13565 13562 2649 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384549946 9367552 265 33554432000 4194304 5064252 140734322836320 140734322835232 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13619/statm: 2287 265 226 213 0 72 0
[pid=13620] ppid=13619 vsize=73496 CPUtime=9.46 cores=0,2,4,6
/proc/13620/stat : 13620 (glucose) R 13619 13562 2649 0 -1 4202496 14435 0 0 0 944 2 0 0 20 0 1 0 384549946 75259904 15932 33554432000 4194304 5208918 140733328616160 140733328613832 4211834 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13620/statm: 18374 15932 95 248 0 18123 0
Current children cumulated CPU time (s) 161.57

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

/proc/13912/stat : 13912 (glucose) R 13911 13562 2649 0 -1 4202496 15138 0 0 0 2439 3 0 0 20 0 1 0 384674451 75259904 15637 33554432000 4194304 5208918 140735237896608 140735237894280 4211834 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13912/statm: 18374 15637 95 248 0 18123 0
Current children cumulated CPU time (s) 1421.31
Current children cumulated vsize (KiB) 148572

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/183 13927
/proc/meminfo: memFree=30747112/32873844 swapFree=7128/7128
[pid=13562] ppid=13559 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13562/stat : 13562 (npSolver-wbo-It) S 13559 13562 2649 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384534664 9367552 274 33554432000 4194304 5064252 140736555138736 140736555137648 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13562/statm: 2287 274 233 213 0 72 0
[pid=13565] ppid=13562 vsize=56780 CPUtime=1446.77 cores=0,2,4,6
/proc/13565/stat : 13565 (npSolver-wbo) S 13562 13562 2649 0 -1 4202496 102293 632212 0 0 392 69 143727 489 20 0 1 0 384534664 58142720 13269 33554432000 4194304 6006132 140736356363264 140736356354624 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 67 0 0
/proc/13565/statm: 14195 13269 177 443 0 13748 0
[pid=13925] ppid=13565 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13925/stat : 13925 (satsolver.sh) S 13565 13562 2649 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384679440 9367552 267 33554432000 4194304 5064252 140735694449232 140735694448144 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13925/statm: 2287 267 226 213 0 72 0
[pid=13926] ppid=13925 vsize=73496 CPUtime=34.52 cores=0,2,4,6
/proc/13926/stat : 13926 (glucose) R 13925 13562 2649 0 -1 4202496 14837 0 0 0 3449 3 0 0 20 0 1 0 384679440 75259904 15835 33554432000 4194304 5208918 140734733322704 140734733320376 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13926/statm: 18374 15835 95 248 0 18123 0
Current children cumulated CPU time (s) 1481.29
Current children cumulated vsize (KiB) 148572

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/184 13944
/proc/meminfo: memFree=30744060/32873844 swapFree=7128/7128
[pid=13562] ppid=13559 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13562/stat : 13562 (npSolver-wbo-It) S 13559 13562 2649 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384534664 9367552 274 33554432000 4194304 5064252 140736555138736 140736555137648 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13562/statm: 2287 274 233 213 0 72 0
[pid=13565] ppid=13562 vsize=56780 CPUtime=1496.76 cores=0,2,4,6
/proc/13565/stat : 13565 (npSolver-wbo) S 13562 13562 2649 0 -1 4202496 105397 652746 0 0 404 70 148697 505 20 0 1 0 384534664 58142720 13269 33554432000 4194304 6006132 140736356363264 140736356354624 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 67 0 0
/proc/13565/statm: 14195 13269 177 443 0 13748 0
[pid=13933] ppid=13565 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13933/stat : 13933 (satsolver.sh) S 13565 13562 2649 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384684441 9367552 267 33554432000 4194304 5064252 140735905585520 140735905584432 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13933/statm: 2287 267 226 213 0 72 0
[pid=13934] ppid=13933 vsize=73492 CPUtime=44.5 cores=0,2,4,6
/proc/13934/stat : 13934 (glucose) R 13933 13562 2649 0 -1 4202496 14738 0 0 0 4448 2 0 0 20 0 1 0 384684441 75255808 16388 33554432000 4194304 5208918 140733552756880 140733552754552 4211584 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13934/statm: 18373 16388 95 248 0 18122 0
Current children cumulated CPU time (s) 1541.26
Current children cumulated vsize (KiB) 148568

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/183 13958
/proc/meminfo: memFree=30744968/32873844 swapFree=7128/7128
[pid=13562] ppid=13559 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13562/stat : 13562 (npSolver-wbo-It) S 13559 13562 2649 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384534664 9367552 274 33554432000 4194304 5064252 140736555138736 140736555137648 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13562/statm: 2287 274 233 213 0 72 0
[pid=13565] ppid=13562 vsize=56780 CPUtime=1596.52 cores=0,2,4,6
/proc/13565/stat : 13565 (npSolver-wbo) S 13562 13562 2649 0 -1 4202496 111605 694933 0 0 427 73 158614 538 20 0 1 0 384534664 58142720 13269 33554432000 4194304 6006132 140736356363264 140736356354624 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 67 0 0
/proc/13565/statm: 14195 13269 177 443 0 13748 0
[pid=13957] ppid=13565 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13957/stat : 13957 (satsolver.sh) S 13565 13562 2649 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384694419 9367552 266 33554432000 4194304 5064252 140736782913840 140736782912752 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13957/statm: 2287 266 226 213 0 72 0
[pid=13958] ppid=13957 vsize=73492 CPUtime=4.73 cores=0,2,4,6
/proc/13958/stat : 13958 (glucose) R 13957 13562 2649 0 -1 4202496 14598 0 0 0 470 3 0 0 20 0 1 0 384694420 75255808 16086 33554432000 4194304 5208918 140735328422176 140735328419848 4211670 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13958/statm: 18373 16086 95 248 0 18122 0
Current children cumulated CPU time (s) 1601.25
Current children cumulated vsize (KiB) 148568

[startup+1662.3 s]
/proc/loadavg: 2.06 2.03 1.93 3/183 13972
/proc/meminfo: memFree=30747740/32873844 swapFree=7128/7128
[pid=13562] ppid=13559 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13562/stat : 13562 (npSolver-wbo-It) S 13559 13562 2649 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384534664 9367552 274 33554432000 4194304 5064252 140736555138736 140736555137648 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13562/statm: 2287 274 233 213 0 72 0
[pid=13565] ppid=13562 vsize=56780 CPUtime=1646.37 cores=0,2,4,6
/proc/13565/stat : 13565 (npSolver-wbo) S 13562 13562 2649 0 -1 4202496 114709 715989 0 0 439 74 163571 553 20 0 1 0 384534664 58142720 13269 33554432000 4194304 6006132 140736356363264 140736356354624 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 67 0 0
/proc/13565/statm: 14195 13269 177 443 0 13748 0
[pid=13971] ppid=13565 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13971/stat : 13971 (satsolver.sh) S 13565 13562 2649 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384699406 9367552 266 33554432000 4194304 5064252 140734966795728 140734966794640 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13971/statm: 2287 266 226 213 0 72 0
[pid=13972] ppid=13971 vsize=73496 CPUtime=14.86 cores=0,2,4,6
/proc/13972/stat : 13972 (glucose) R 13971 13562 2649 0 -1 4202496 15113 0 0 0 1483 3 0 0 20 0 1 0 384699406 75259904 15618 33554432000 4194304 5208918 140734787408000 140734787405672 4211888 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13972/statm: 18374 15618 95 248 0 18123 0
Current children cumulated CPU time (s) 1661.23
Current children cumulated vsize (KiB) 148572

[startup+1722.3 s]
/proc/loadavg: 2.02 2.02 1.93 3/183 13979
/proc/meminfo: memFree=30745772/32873844 swapFree=7128/7128
[pid=13562] ppid=13559 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13562/stat : 13562 (npSolver-wbo-It) S 13559 13562 2649 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384534664 9367552 274 33554432000 4194304 5064252 140736555138736 140736555137648 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13562/statm: 2287 274 233 213 0 72 0
[pid=13565] ppid=13562 vsize=56780 CPUtime=1697.17 cores=0,2,4,6
/proc/13565/stat : 13565 (npSolver-wbo) S 13562 13562 2649 0 -1 4202496 117813 737572 0 0 450 76 168620 571 20 0 1 0 384534664 58142720 13269 33554432000 4194304 6006132 140736356363264 140736356354624 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 67 0 0
/proc/13565/statm: 14195 13269 177 443 0 13748 0
[pid=13978] ppid=13565 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13978/stat : 13978 (satsolver.sh) S 13565 13562 2649 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384704488 9367552 266 33554432000 4194304 5064252 140733848927088 140733848926000 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13978/statm: 2287 266 226 213 0 72 0
[pid=13979] ppid=13978 vsize=73496 CPUtime=24.04 cores=0,2,4,6
/proc/13979/stat : 13979 (glucose) R 13978 13562 2649 0 -1 4202496 15137 0 0 0 2402 2 0 0 20 0 1 0 384704488 75259904 15636 33554432000 4194304 5208918 140733998755424 140733998753096 4211558 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13979/statm: 18374 15636 95 248 0 18123 0
Current children cumulated CPU time (s) 1721.21
Current children cumulated vsize (KiB) 148572

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/183 13994
/proc/meminfo: memFree=30745136/32873844 swapFree=7128/7128
[pid=13562] ppid=13559 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13562/stat : 13562 (npSolver-wbo-It) S 13559 13562 2649 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384534664 9367552 274 33554432000 4194304 5064252 140736555138736 140736555137648 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13562/statm: 2287 274 233 213 0 72 0
[pid=13565] ppid=13562 vsize=56780 CPUtime=1746.86 cores=0,2,4,6
/proc/13565/stat : 13565 (npSolver-wbo) S 13562 13562 2649 0 -1 4202496 120917 758847 0 0 461 77 173562 586 20 0 1 0 384534664 58142720 13269 33554432000 4194304 6006132 140736356363264 140736356354624 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 67 0 0
/proc/13565/statm: 14195 13269 177 443 0 13748 0
[pid=13992] ppid=13565 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13992/stat : 13992 (satsolver.sh) S 13565 13562 2649 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384709458 9367552 266 33554432000 4194304 5064252 140734151891840 140734151890752 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13992/statm: 2287 266 226 213 0 72 0
[pid=13993] ppid=13992 vsize=73496 CPUtime=34.33 cores=0,2,4,6
/proc/13993/stat : 13993 (glucose) R 13992 13562 2649 0 -1 4202496 14575 0 0 0 3431 2 0 0 20 0 1 0 384709458 75259904 16120 33554432000 4194304 5208918 140734476854192 140734476851864 4211632 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13993/statm: 18374 16120 95 248 0 18123 0
Current children cumulated CPU time (s) 1781.19
Current children cumulated vsize (KiB) 148572



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.1 s]
/proc/loadavg: 2.00 2.01 1.93 3/177 14021
/proc/meminfo: memFree=30868924/32873844 swapFree=7128/7128
[pid=13562] ppid=13559 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13562/stat : 13562 (npSolver-wbo-It) S 13559 13562 2649 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384534664 9367552 274 33554432000 4194304 5064252 140736555138736 140736555137648 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13562/statm: 2287 274 233 213 0 72 0
[pid=13565] ppid=13562 vsize=56780 CPUtime=1796.56 cores=0,2,4,6
/proc/13565/stat : 13565 (npSolver-wbo) S 13562 13562 2649 0 -1 4202496 124021 779902 0 0 473 79 178502 602 20 0 1 0 384534664 58142720 13269 33554432000 4194304 6006132 140736356363264 140736356354624 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 67 0 0
/proc/13565/statm: 14195 13269 177 443 0 13748 0
[pid=14000] ppid=13565 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14000/stat : 14000 (satsolver.sh) S 13565 13562 2649 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384714429 9367552 267 33554432000 4194304 5064252 140736734936960 140736734935872 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14000/statm: 2287 267 226 213 0 72 0
[pid=14001] ppid=14000 vsize=73496 CPUtime=3.44 cores=0,2,4,6
/proc/14001/stat : 14001 (glucose) R 14000 13562 2649 0 -1 4202496 14542 0 0 0 341 3 0 0 20 0 1 0 384714429 75259904 16032 33554432000 4194304 5208918 140735664249888 140735664247560 4211570 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14001/statm: 18374 16032 95 248 0 18123 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 148572

Sending SIGTERM to process tree (bottom up)

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

[startup+1801.1 s]
/proc/loadavg: 2.00 2.01 1.93 3/177 14021
/proc/meminfo: memFree=30868924/32873844 swapFree=7128/7128
[pid=13562] ppid=13559 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13562/stat : 13562 (npSolver-wbo-It) S 13559 13562 2649 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384534664 9367552 274 33554432000 4194304 5064252 140736555138736 140736555137648 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13562/statm: 2287 274 233 213 0 72 0
[pid=13565] ppid=13562 vsize=56780 CPUtime=1796.56 cores=0,2,4,6
/proc/13565/stat : 13565 (npSolver-wbo) S 13562 13562 2649 0 -1 4202496 124021 779902 0 0 473 79 178502 602 20 0 1 0 384534664 58142720 13269 33554432000 4194304 6006132 140736356363264 140736356354624 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 67 0 0
/proc/13565/statm: 14195 13269 177 443 0 13748 0
[pid=14000] ppid=13565 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14000/stat : 14000 (satsolver.sh) S 13565 13562 2649 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384714429 9367552 267 33554432000 4194304 5064252 140736734936960 140736734935872 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14000/statm: 2287 267 226 213 0 72 0
[pid=14001] ppid=14000 vsize=73496 CPUtime=3.44 cores=0,2,4,6
/proc/14001/stat : 14001 (glucose) R 14000 13562 2649 0 -1 4202496 14542 0 0 0 341 3 0 0 20 0 1 0 384714429 75259904 16032 33554432000 4194304 5208918 140735664249888 140735664247560 4211570 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14001/statm: 18374 16032 95 248 0 18123 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 148572

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13562 and gives
#  childrusage.ru_utime.tv_sec=1789
#  childrusage.ru_utime.tv_usec=760914
#  childrusage.ru_stime.tv_sec=6
#  childrusage.ru_stime.tv_usec=824962
# CPU time returned by wait4() is 1796.59
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.11
CPU time (s): 1800
CPU user time (s): 1793.16
CPU system time (s): 6.84
CPU usage (%): 99.9381
Max. virtual memory (cumulated for all children) (KiB): 149612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1789.76
system time used= 6.82496
maximum resident set size= 71360
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 904900
page faults= 0
swaps= 0
block input operations= 0
block output operations= 895800
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19020
involuntary context switches= 2539

runsolver used 3.05854 second user time and 8.43572 second system time

The end

Launcher Data

Begin job on node105 at 2012-06-08 21:44:36
IDJOB=3752641
IDBENCH=78618
IDSOLVER=2336
FILE ID=node105/3752641-1339184676
RUNJOBID= node105-1339184676-13537
PBS_JOBID= 14643847
Free space on /tmp= 66800 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-elf.rf9.ucl--soft-33-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3752641-1339184676/watcher-3752641-1339184676 -o /tmp/evaluation-result-3752641-1339184676/solver-3752641-1339184676 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3752641-1339184676.wbo 1924519650 HOME HOME

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

MD5SUM BENCH= 77b6d97d3956f909997161d03ad8f07d
RANDOM SEED=1924519650

node105.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.882
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.76
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.882
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.882
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.882
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.882
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	: 5438.54
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.882
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.882
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31010984 kB
Buffers:          510356 kB
Cached:           404628 kB
SwapCached:         2776 kB
Active:           876684 kB
Inactive:          43028 kB
Active(anon):       3428 kB
Inactive(anon):     2928 kB
Active(file):     873256 kB
Inactive(file):    40100 kB
Unevictable:        7128 kB
Mlocked:            7128 kB
SwapTotal:      67108856 kB
SwapFree:       67098860 kB
Dirty:             21492 kB
Writeback:             0 kB
AnonPages:          8912 kB
Mapped:             8188 kB
Shmem:                 0 kB
Slab:             801376 kB
SReclaimable:     242644 kB
SUnreclaim:       558732 kB
KernelStack:        1392 kB
PageTables:         3948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 66772 MiB
End job on node105 at 2012-06-08 22:14:38