Trace number 3752652

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.13 1801.12

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-ooo.tag14.ucl--soft-33-100-0.wbo
MD5SUM8cc46ddebf16c143eb9ddab1b9573c1a
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 benchmark114.267
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables40605
Total number of constraints118930
Number of soft constraints79620
Number of constraints which are clauses117190
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1740
Minimum length of a constraint1
Maximum length of a constraint13
Top cost 4014687
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 4014686
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

1.00/1.09	c run usual solver
5.99/6.02	o 3194
5.99/6.02	c starting approximation
5.99/6.02	c factor = 2
5.99/6.02	c factor still to low - shrinking to 1525.84
5.99/6.02	c approx number of clauses: 1e+06
5.99/6.02	c current bound: 1597
67.94/68.38	c current bound: 1597
129.69/130.48	c current bound: 1597
191.58/192.39	c current bound: 1597
253.98/254.45	c current bound: 1597
315.70/316.55	c current bound: 1597
377.96/378.42	c current bound: 1597
439.57/440.47	c current bound: 1597
501.63/502.54	c current bound: 1597
563.98/564.55	c current bound: 1597
625.71/626.66	c current bound: 1597
688.06/688.67	c current bound: 1597
749.67/750.67	c current bound: 1597
812.13/812.71	c current bound: 1597
874.10/874.74	c current bound: 1597
936.09/936.72	c current bound: 1597
998.19/998.81	c current bound: 1597
1059.80/1060.87	c current bound: 1597
1121.80/1122.89	c current bound: 1597
1184.21/1184.94	c current bound: 1597
1245.90/1247.03	c current bound: 1597
1308.21/1309.10	c current bound: 1597
1369.91/1371.23	c current bound: 1597
1431.94/1433.28	c current bound: 1597
1494.28/1495.20	c current bound: 1597
1555.92/1557.29	c current bound: 1597
1618.45/1619.42	c current bound: 1597
1679.94/1681.34	c current bound: 1597
1741.98/1743.39	c current bound: 1597
1800.08/1801.11	./satsolver.sh: line 5:  2365 Terminated              ./glucose $1 > $2 2> /dev/null
1800.08/1801.11	c error: unexpected solver exit code
1800.08/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-3752652-1339184073/watcher-3752652-1339184073 -o /tmp/evaluation-result-3752652-1339184073/solver-3752652-1339184073 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3752652-1339184073.wbo 606373811 HOME HOME 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.90 3/176 2033
/proc/meminfo: memFree=31011624/32873844 swapFree=9160/9160
[pid=2033] ppid=2031 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2033/stat : 2033 (npSolver-wbo-It) S 2031 2033 643 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384531871 9367552 274 33554432000 4194304 5064252 140734863674352 140734863673264 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2033/statm: 2287 274 233 213 0 72 0

[startup+0.0978109 s]
/proc/loadavg: 2.00 2.00 1.90 3/176 2033
/proc/meminfo: memFree=31011624/32873844 swapFree=9160/9160
[pid=2033] ppid=2031 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2033/stat : 2033 (npSolver-wbo-It) S 2031 2033 643 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384531871 9367552 274 33554432000 4194304 5064252 140734863674352 140734863673264 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2033/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100343 s]
/proc/loadavg: 2.00 2.00 1.90 3/176 2033
/proc/meminfo: memFree=31011624/32873844 swapFree=9160/9160
[pid=2033] ppid=2031 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2033/stat : 2033 (npSolver-wbo-It) S 2031 2033 643 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384531871 9367552 274 33554432000 4194304 5064252 140734863674352 140734863673264 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2033/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300274 s]
/proc/loadavg: 2.00 2.00 1.90 3/176 2033
/proc/meminfo: memFree=31011624/32873844 swapFree=9160/9160
[pid=2033] ppid=2031 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2033/stat : 2033 (npSolver-wbo-It) S 2031 2033 643 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384531871 9367552 274 33554432000 4194304 5064252 140734863674352 140734863673264 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2033/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700188 s]
/proc/loadavg: 2.00 2.00 1.90 3/176 2033
/proc/meminfo: memFree=31011624/32873844 swapFree=9160/9160
[pid=2033] ppid=2031 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2033/stat : 2033 (npSolver-wbo-It) S 2031 2033 643 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384531871 9367552 274 33554432000 4194304 5064252 140734863674352 140734863673264 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2033/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50023 s]
/proc/loadavg: 2.00 2.00 1.90 3/180 2037
/proc/meminfo: memFree=30820104/32873844 swapFree=9160/9160
[pid=2033] ppid=2031 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2033/stat : 2033 (npSolver-wbo-It) S 2031 2033 643 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384531871 9367552 274 33554432000 4194304 5064252 140734863674352 140734863673264 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2033/statm: 2287 274 233 213 0 72 0
[pid=2034] ppid=2033 vsize=83396 CPUtime=1.33 cores=1,3,5,7
/proc/2034/stat : 2034 (npSolver-wbo) S 2033 2033 643 0 -1 4202496 12277 0 0 0 108 25 0 0 20 0 1 0 384531871 85397504 20316 33554432000 4194304 6006132 140735585129360 140735585122464 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2034/statm: 20849 20316 158 443 0 20402 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 92544

[startup+3.10034 s]
/proc/loadavg: 2.00 2.00 1.90 3/182 2039
/proc/meminfo: memFree=30701956/32873844 swapFree=9160/9160
[pid=2033] ppid=2031 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2033/stat : 2033 (npSolver-wbo-It) S 2031 2033 643 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384531871 9367552 274 33554432000 4194304 5064252 140734863674352 140734863673264 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2033/statm: 2287 274 233 213 0 72 0
[pid=2034] ppid=2033 vsize=83396 CPUtime=1.33 cores=1,3,5,7
/proc/2034/stat : 2034 (npSolver-wbo) S 2033 2033 643 0 -1 4202496 12277 0 0 0 108 25 0 0 20 0 1 0 384531871 85397504 20316 33554432000 4194304 6006132 140735585129360 140735585122464 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2034/statm: 20849 20316 158 443 0 20402 0
[pid=2038] ppid=2034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2038/stat : 2038 (cp2_pre.sh) S 2034 2033 643 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 384532005 9367552 276 33554432000 4194304 5064252 140734633609968 140734633608672 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2038/statm: 2287 276 234 213 0 72 0
[pid=2039] ppid=2038 vsize=117516 CPUtime=1.74 cores=1,3,5,7
/proc/2039/stat : 2039 (coprocessor) R 2038 2033 643 0 -1 4202496 20019 0 0 0 170 4 0 0 20 0 1 0 384532005 120336384 28560 33554432000 4194304 6586260 140734254857168 140734254852488 5599219 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/2039/statm: 29379 28560 192 584 0 28791 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 219208

[startup+6.30035 s]
/proc/loadavg: 2.00 2.00 1.90 3/182 2049
/proc/meminfo: memFree=30694948/32873844 swapFree=9160/9160
[pid=2033] ppid=2031 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2033/stat : 2033 (npSolver-wbo-It) S 2031 2033 643 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384531871 9367552 274 33554432000 4194304 5064252 140734863674352 140734863673264 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2033/statm: 2287 274 233 213 0 72 0
[pid=2034] ppid=2033 vsize=95692 CPUtime=6.13 cores=1,3,5,7
/proc/2034/stat : 2034 (npSolver-wbo) D 2033 2033 643 0 -1 4202496 16434 38388 0 0 126 39 422 26 20 0 1 0 384531871 97988608 23369 33554432000 4194304 6006132 140735585129360 140735585121456 5195051 0 0 4096 0 18446744071580543392 0 0 17 5 0 0 13 0 0
/proc/2034/statm: 23923 23369 177 443 0 23476 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 104840

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.90 3/182 2059
/proc/meminfo: memFree=30719612/32873844 swapFree=9160/9160
[pid=2033] ppid=2031 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2033/stat : 2033 (npSolver-wbo-It) S 2031 2033 643 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384531871 9367552 274 33554432000 4194304 5064252 140734863674352 140734863673264 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2033/statm: 2287 274 233 213 0 72 0
[pid=2034] ppid=2033 vsize=95688 CPUtime=6.14 cores=1,3,5,7
/proc/2034/stat : 2034 (npSolver-wbo) S 2033 2033 643 0 -1 4202496 16435 38388 0 0 126 40 422 26 20 0 1 0 384531871 97984512 23369 33554432000 4194304 6006132 140735585129360 140735585120720 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 30 0 0
/proc/2034/statm: 23922 23369 177 443 0 23475 0
[pid=2058] ppid=2034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2058/stat : 2058 (satsolver.sh) S 2034 2033 643 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384532518 9367552 267 33554432000 4194304 5064252 140733669566720 140733669565632 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2058/statm: 2287 267 226 213 0 72 0
[pid=2059] ppid=2058 vsize=83868 CPUtime=6.21 cores=1,3,5,7
/proc/2059/stat : 2059 (glucose) R 2058 2033 643 0 -1 4202496 16883 0 0 0 618 3 0 0 20 0 1 0 384532519 85880832 19495 33554432000 4194304 5208918 140736353474336 140736353472008 4211553 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2059/statm: 20967 19495 95 248 0 20716 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 197852

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 1.90 3/183 2060
/proc/meminfo: memFree=30719264/32873844 swapFree=9160/9160
[pid=2033] ppid=2031 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2033/stat : 2033 (npSolver-wbo-It) S 2031 2033 643 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384531871 9367552 274 33554432000 4194304 5064252 140734863674352 140734863673264 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2033/statm: 2287 274 233 213 0 72 0
[pid=2034] ppid=2033 vsize=95688 CPUtime=6.14 cores=1,3,5,7
/proc/2034/stat : 2034 (npSolver-wbo) S 2033 2033 643 0 -1 4202496 16435 38388 0 0 126 40 422 26 20 0 1 0 384531871 97984512 23369 33554432000 4194304 6006132 140735585129360 140735585120720 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 30 0 0
/proc/2034/statm: 23922 23369 177 443 0 23475 0
[pid=2058] ppid=2034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2058/stat : 2058 (satsolver.sh) S 2034 2033 643 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384532518 9367552 267 33554432000 4194304 5064252 140733669566720 140733669565632 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2058/statm: 2287 267 226 213 0 72 0
[pid=2059] ppid=2058 vsize=83868 CPUtime=19.01 cores=1,3,5,7
/proc/2059/stat : 2059 (glucose) R 2058 2033 643 0 -1 4202496 16883 0 0 0 1898 3 0 0 20 0 1 0 384532519 85880832 19495 33554432000 4194304 5208918 140736353474336 140736353472008 4211599 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2059/statm: 20967 19495 95 248 0 20716 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 197852

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 1.91 3/184 2061
/proc/meminfo: memFree=30719504/32873844 swapFree=9160/9160
[pid=2033] ppid=2031 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2033/stat : 2033 (npSolver-wbo-It) S 2031 2033 643 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384531871 9367552 274 33554432000 4194304 5064252 140734863674352 140734863673264 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2033/statm: 2287 274 233 213 0 72 0
[pid=2034] ppid=2033 vsize=95688 CPUtime=6.14 cores=1,3,5,7
/proc/2034/stat : 2034 (npSolver-wbo) S 2033 2033 643 0 -1 4202496 16435 38388 0 0 126 40 422 26 20 0 1 0 384531871 97984512 23369 33554432000 4194304 6006132 140735585129360 140735585120720 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 30 0 0
/proc/2034/statm: 23922 23369 177 443 0 23475 0
[pid=2058] ppid=2034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2058/stat : 2058 (satsolver.sh) S 2034 2033 643 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384532518 9367552 267 33554432000 4194304 5064252 140733669566720 140733669565632 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2058/statm: 2287 267 226 213 0 72 0
[pid=2059] ppid=2058 vsize=83868 CPUtime=44.61 cores=1,3,5,7
/proc/2059/stat : 2059 (glucose) R 2058 2033 643 0 -1 4202496 16884 0 0 0 4458 3 0 0 20 0 1 0 384532519 85880832 19496 33554432000 4194304 5208918 140736353474336 140736353472008 4211863 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2059/statm: 20967 19496 95 248 0 20716 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 197852

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/183 2068
/proc/meminfo: memFree=30719200/32873844 swapFree=9160/9160
[pid=2033] ppid=2031 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2033/stat : 2033 (npSolver-wbo-It) S 2031 2033 643 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384531871 9367552 274 33554432000 4194304 5064252 140734863674352 140734863673264 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2033/statm: 2287 274 233 213 0 72 0
[pid=2034] ppid=2033 vsize=95688 CPUtime=68.17 cores=1,3,5,7
/proc/2034/stat : 2034 (npSolver-wbo) S 2033 2033 643 0 -1 4202496 19547 62022 0 0 140 42 6591 44 20 0 1 0 384531871 97984512 23369 33554432000 4194304 6006132 140735585129360 140735585120720 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 30 0 0
/proc/2034/statm: 23922 23369 177 443 0 23475 0
[pid=2067] ppid=2034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2067/stat : 2067 (satsolver.sh) S 2034 2033 643 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384538723 9367552 266 33554432000 4194304 5064252 140735857744880 140735857743792 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2067/statm: 2287 266 226 213 0 72 0
[pid=2068] ppid=2067 vsize=83868 CPUtime=33.76 cores=1,3,5,7
/proc/2068/stat : 2068 (glucose) R 2067 2033 643 0 -1 4202496 17648 0 0 0 3372 4 0 0 20 0 1 0 384538724 85880832 19287 33554432000 4194304 5208918 140736472553376 140736472551048 4211584 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2068/statm: 20967 19287 95 248 0 20716 0
Current children cumulated CPU time (s) 101.93
Current children cumulated vsize (KiB) 197852

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/183 2075
/proc/meminfo: memFree=30718572/32873844 swapFree=9160/9160
[pid=2033] ppid=2031 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2033/stat : 2033 (npSolver-wbo-It) S 2031 2033 643 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384531871 9367552 274 33554432000 4194304 5064252 140734863674352 140734863673264 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2033/statm: 2287 274 233 213 0 72 0
[pid=2034] ppid=2033 vsize=95688 CPUtime=130.27 cores=1,3,5,7
/proc/2034/stat : 2034 (npSolver-wbo) S 2033 2033 643 0 -1 4202496 22659 86605 0 0 154 44 12765 64 20 0 1 0 384531871 97984512 23369 33554432000 4194304 6006132 140735585129360 140735585120720 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 30 0 0
/proc/2034/statm: 23922 23369 177 443 0 23475 0
[pid=2074] ppid=2034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2074/stat : 2074 (satsolver.sh) S 2034 2033 643 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384544933 9367552 267 33554432000 4194304 5064252 140734754267152 140734754266064 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2074/statm: 2287 267 226 213 0 72 0
[pid=2075] ppid=2074 vsize=83864 CPUtime=31.65 cores=1,3,5,7
/proc/2075/stat : 2075 (glucose) R 2074 2033 643 0 -1 4202496 18350 0 0 0 3162 3 0 0 20 0 1 0 384544934 85876736 18951 33554432000 4194304 5208918 140735380244944 140735380242616 4211584 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2075/statm: 20966 18951 95 248 0 20715 0
Current children cumulated CPU time (s) 161.92
Current children cumulated vsize (KiB) 197848

[startup+222.307 s]
/proc/loadavg: 2.00 2.00 1.91 3/183 2090
/proc/meminfo: memFree=30717012/32873844 swapFree=9160/9160
[pid=2033] ppid=2031 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/183 2274
/proc/meminfo: memFree=30718064/32873844 swapFree=9160/9160
[pid=2033] ppid=2031 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2033/stat : 2033 (npSolver-wbo-It) S 2031 2033 643 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384531871 9367552 274 33554432000 4194304 5064252 140734863674352 140734863673264 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2033/statm: 2287 274 233 213 0 72 0
[pid=2034] ppid=2033 vsize=95688 CPUtime=1308.37 cores=1,3,5,7
/proc/2034/stat : 2034 (npSolver-wbo) S 2033 2033 643 0 -1 4202496 81787 563250 0 0 417 79 129925 416 20 0 1 0 384531871 97984512 23369 33554432000 4194304 6006132 140735585129360 140735585120720 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 30 0 0
/proc/2034/statm: 23922 23369 177 443 0 23475 0
[pid=2266] ppid=2034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2266/stat : 2266 (satsolver.sh) S 2034 2033 643 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384662795 9367552 266 33554432000 4194304 5064252 140735189076896 140735189075808 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2266/statm: 2287 266 226 213 0 72 0
[pid=2267] ppid=2266 vsize=83868 CPUtime=53.03 cores=1,3,5,7
/proc/2267/stat : 2267 (glucose) R 2266 2033 643 0 -1 4202496 17521 0 0 0 5299 4 0 0 20 0 1 0 384662796 85880832 19616 33554432000 4194304 5208918 140734851679568 140734851677240 4211744 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2267/statm: 20967 19616 95 248 0 20716 0
Current children cumulated CPU time (s) 1361.4
Current children cumulated vsize (KiB) 197852

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/183 2281
/proc/meminfo: memFree=30716508/32873844 swapFree=9160/9160
[pid=2033] ppid=2031 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2033/stat : 2033 (npSolver-wbo-It) S 2031 2033 643 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384531871 9367552 274 33554432000 4194304 5064252 140734863674352 140734863673264 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2033/statm: 2287 274 233 213 0 72 0
[pid=2034] ppid=2033 vsize=95688 CPUtime=1370.48 cores=1,3,5,7
/proc/2034/stat : 2034 (npSolver-wbo) S 2033 2033 643 0 -1 4202496 84899 587709 0 0 431 80 136102 435 20 0 1 0 384531871 97984512 23369 33554432000 4194304 6006132 140735585129360 140735585120720 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 30 0 0
/proc/2034/statm: 23922 23369 177 443 0 23475 0
[pid=2280] ppid=2034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2280/stat : 2280 (satsolver.sh) S 2034 2033 643 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384669008 9367552 267 33554432000 4194304 5064252 140734723488304 140734723487216 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2280/statm: 2287 267 226 213 0 72 0
[pid=2281] ppid=2280 vsize=83868 CPUtime=50.91 cores=1,3,5,7
/proc/2281/stat : 2281 (glucose) R 2280 2033 643 0 -1 4202496 17378 0 0 0 5087 4 0 0 20 0 1 0 384669008 85880832 19541 33554432000 4194304 5208918 140733658565152 140733658562824 4211501 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2281/statm: 20967 19541 95 248 0 20716 0
Current children cumulated CPU time (s) 1421.39
Current children cumulated vsize (KiB) 197852

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/183 2289
/proc/meminfo: memFree=30715436/32873844 swapFree=9160/9160
[pid=2033] ppid=2031 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2033/stat : 2033 (npSolver-wbo-It) S 2031 2033 643 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384531871 9367552 274 33554432000 4194304 5064252 140734863674352 140734863673264 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2033/statm: 2287 274 233 213 0 72 0
[pid=2034] ppid=2033 vsize=95688 CPUtime=1432.52 cores=1,3,5,7
/proc/2034/stat : 2034 (npSolver-wbo) S 2033 2033 643 0 -1 4202496 88011 612055 0 0 445 82 142270 455 20 0 1 0 384531871 97984512 23369 33554432000 4194304 6006132 140735585129360 140735585120720 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 30 0 0
/proc/2034/statm: 23922 23369 177 443 0 23475 0
[pid=2287] ppid=2034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2287/stat : 2287 (satsolver.sh) S 2034 2033 643 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384675213 9367552 266 33554432000 4194304 5064252 140733659389088 140733659388000 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2287/statm: 2287 266 226 213 0 72 0
[pid=2288] ppid=2287 vsize=83864 CPUtime=48.85 cores=1,3,5,7
/proc/2288/stat : 2288 (glucose) R 2287 2033 643 0 -1 4202496 17429 0 0 0 4881 4 0 0 20 0 1 0 384675213 85876736 19599 33554432000 4194304 5208918 140734077172960 140734077170632 4211871 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2288/statm: 20966 19599 95 248 0 20715 0
Current children cumulated CPU time (s) 1481.37
Current children cumulated vsize (KiB) 197848

[startup+1542.31 s]
/proc/loadavg: 2.03 2.01 1.92 3/184 2306
/proc/meminfo: memFree=30716352/32873844 swapFree=9160/9160
[pid=2033] ppid=2031 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2033/stat : 2033 (npSolver-wbo-It) S 2031 2033 643 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384531871 9367552 274 33554432000 4194304 5064252 140734863674352 140734863673264 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2033/statm: 2287 274 233 213 0 72 0
[pid=2034] ppid=2033 vsize=95688 CPUtime=1494.41 cores=1,3,5,7
/proc/2034/stat : 2034 (npSolver-wbo) S 2033 2033 643 0 -1 4202496 91123 636419 0 0 458 84 148425 474 20 0 1 0 384531871 97984512 23369 33554432000 4194304 6006132 140735585129360 140735585120720 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 30 0 0
/proc/2034/statm: 23922 23369 177 443 0 23475 0
[pid=2295] ppid=2034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2295/stat : 2295 (satsolver.sh) S 2034 2033 643 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384681405 9367552 267 33554432000 4194304 5064252 140733423043344 140733423042256 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2295/statm: 2287 267 226 213 0 72 0
[pid=2296] ppid=2295 vsize=83868 CPUtime=46.94 cores=1,3,5,7
/proc/2296/stat : 2296 (glucose) R 2295 2033 643 0 -1 4202496 17714 0 0 0 4691 3 0 0 20 0 1 0 384681405 85880832 19287 33554432000 4194304 5208918 140737214073872 140737214071544 4211521 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2296/statm: 20967 19287 95 248 0 20716 0
Current children cumulated CPU time (s) 1541.35
Current children cumulated vsize (KiB) 197852

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 1.92 3/184 2336
/proc/meminfo: memFree=30715480/32873844 swapFree=9160/9160
[pid=2033] ppid=2031 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2033/stat : 2033 (npSolver-wbo-It) S 2031 2033 643 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384531871 9367552 274 33554432000 4194304 5064252 140734863674352 140734863673264 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2033/statm: 2287 274 233 213 0 72 0
[pid=2034] ppid=2033 vsize=95688 CPUtime=1556.5 cores=1,3,5,7
/proc/2034/stat : 2034 (npSolver-wbo) S 2033 2033 643 0 -1 4202496 94235 661214 0 0 472 86 154600 492 20 0 1 0 384531871 97984512 23369 33554432000 4194304 6006132 140735585129360 140735585120720 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 30 0 0
/proc/2034/statm: 23922 23369 177 443 0 23475 0
[pid=2312] ppid=2034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2312/stat : 2312 (satsolver.sh) S 2034 2033 643 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384687614 9367552 267 33554432000 4194304 5064252 140734137663200 140734137662112 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2312/statm: 2287 267 226 213 0 72 0
[pid=2313] ppid=2312 vsize=83868 CPUtime=44.84 cores=1,3,5,7
/proc/2313/stat : 2313 (glucose) R 2312 2033 643 0 -1 4202496 18796 0 0 0 4480 4 0 0 20 0 1 0 384687614 85880832 19405 33554432000 4194304 5208918 140735808617904 140735808615576 4211744 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2313/statm: 20967 19405 95 248 0 20716 0
Current children cumulated CPU time (s) 1601.34
Current children cumulated vsize (KiB) 197852

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/183 2343
/proc/meminfo: memFree=30713304/32873844 swapFree=9160/9160
[pid=2033] ppid=2031 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2033/stat : 2033 (npSolver-wbo-It) S 2031 2033 643 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384531871 9367552 274 33554432000 4194304 5064252 140734863674352 140734863673264 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2033/statm: 2287 274 233 213 0 72 0
[pid=2034] ppid=2033 vsize=95688 CPUtime=1618.62 cores=1,3,5,7
/proc/2034/stat : 2034 (npSolver-wbo) S 2033 2033 643 0 -1 4202496 97347 686720 0 0 486 88 160775 513 20 0 1 0 384531871 97984512 23369 33554432000 4194304 6006132 140735585129360 140735585120720 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 30 0 0
/proc/2034/statm: 23922 23369 177 443 0 23475 0
[pid=2342] ppid=2034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2342/stat : 2342 (satsolver.sh) S 2034 2033 643 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384693827 9367552 266 33554432000 4194304 5064252 140734650138256 140734650137168 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2342/statm: 2287 266 226 213 0 72 0
[pid=2343] ppid=2342 vsize=83872 CPUtime=42.7 cores=1,3,5,7
/proc/2343/stat : 2343 (glucose) R 2342 2033 643 0 -1 4202496 17575 0 0 0 4267 3 0 0 20 0 1 0 384693827 85884928 19664 33554432000 4194304 5208918 140735384356336 140735384354008 4211744 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2343/statm: 20968 19664 95 248 0 20717 0
Current children cumulated CPU time (s) 1661.32
Current children cumulated vsize (KiB) 197856

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/183 2357
/proc/meminfo: memFree=30717468/32873844 swapFree=9160/9160
[pid=2033] ppid=2031 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2033/stat : 2033 (npSolver-wbo-It) S 2031 2033 643 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384531871 9367552 274 33554432000 4194304 5064252 140734863674352 140734863673264 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2033/statm: 2287 274 233 213 0 72 0
[pid=2034] ppid=2033 vsize=95688 CPUtime=1680.52 cores=1,3,5,7
/proc/2034/stat : 2034 (npSolver-wbo) S 2033 2033 643 0 -1 4202496 100459 711159 0 0 500 90 166932 530 20 0 1 0 384531871 97984512 23369 33554432000 4194304 6006132 140735585129360 140735585120720 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 30 0 0
/proc/2034/statm: 23922 23369 177 443 0 23475 0
[pid=2356] ppid=2034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2356/stat : 2356 (satsolver.sh) S 2034 2033 643 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 384700019 9367552 267 33554432000 4194304 5064252 140735226236720 140735226235632 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2356/statm: 2287 267 226 213 0 72 0
[pid=2357] ppid=2356 vsize=83868 CPUtime=40.79 cores=1,3,5,7
/proc/2357/stat : 2357 (glucose) R 2356 2033 643 0 -1 4202496 16770 0 0 0 4076 3 0 0 20 0 1 0 384700020 85880832 19452 33554432000 4194304 5208918 140734440800336 140734440798008 4211851 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2357/statm: 20967 19452 95 248 0 20716 0
Current children cumulated CPU time (s) 1721.31
Current children cumulated vsize (KiB) 197852

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/183 2365
/proc/meminfo: memFree=30716372/32873844 swapFree=9160/9160
[pid=2033] ppid=2031 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2033/stat : 2033 (npSolver-wbo-It) S 2031 2033 643 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384531871 9367552 274 33554432000 4194304 5064252 140734863674352 140734863673264 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2033/statm: 2287 274 233 213 0 72 0
[pid=2034] ppid=2033 vsize=95688 CPUtime=1742.54 cores=1,3,5,7
/proc/2034/stat : 2034 (npSolver-wbo) S 2033 2033 643 0 -1 4202496 103571 735062 0 0 513 92 173100 549 20 0 1 0 384531871 97984512 23369 33554432000 4194304 6006132 140735585129360 140735585120720 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 30 0 0
/proc/2034/statm: 23922 23369 177 443 0 23475 0
[pid=2364] ppid=2034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2364/stat : 2364 (satsolver.sh) S 2034 2033 643 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384706224 9367552 267 33554432000 4194304 5064252 140736915720848 140736915719760 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2364/statm: 2287 267 226 213 0 72 0
[pid=2365] ppid=2364 vsize=83864 CPUtime=38.74 cores=1,3,5,7
/proc/2365/stat : 2365 (glucose) R 2364 2033 643 0 -1 4202496 17715 0 0 0 3871 3 0 0 20 0 1 0 384706224 85876736 19314 33554432000 4194304 5208918 140735860793792 140735860791464 4211521 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2365/statm: 20966 19314 95 248 0 20715 0
Current children cumulated CPU time (s) 1781.28
Current children cumulated vsize (KiB) 197848



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.1 s]
/proc/loadavg: 2.00 2.00 1.92 3/181 2405
/proc/meminfo: memFree=30784592/32873844 swapFree=9160/9160
[pid=2033] ppid=2031 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2033/stat : 2033 (npSolver-wbo-It) S 2031 2033 643 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384531871 9367552 274 33554432000 4194304 5064252 140734863674352 140734863673264 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2033/statm: 2287 274 233 213 0 72 0
[pid=2034] ppid=2033 vsize=95688 CPUtime=1742.54 cores=1,3,5,7
/proc/2034/stat : 2034 (npSolver-wbo) S 2033 2033 643 0 -1 4202496 103571 735062 0 0 513 92 173100 549 20 0 1 0 384531871 97984512 23369 33554432000 4194304 6006132 140735585129360 140735585120720 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 30 0 0
/proc/2034/statm: 23922 23369 177 443 0 23475 0
[pid=2364] ppid=2034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2364/stat : 2364 (satsolver.sh) S 2034 2033 643 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384706224 9367552 267 33554432000 4194304 5064252 140736915720848 140736915719760 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2364/statm: 2287 267 226 213 0 72 0
[pid=2365] ppid=2364 vsize=83864 CPUtime=57.54 cores=1,3,5,7
/proc/2365/stat : 2365 (glucose) R 2364 2033 643 0 -1 4202496 17718 0 0 0 5751 3 0 0 20 0 1 0 384706224 85876736 19318 33554432000 4194304 5208918 140735860793792 140735860791464 4211744 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2365/statm: 20966 19318 95 248 0 20715 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 197848

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1801.12
CPU time (s): 1800.13
CPU user time (s): 1793.66
CPU system time (s): 6.46802
CPU usage (%): 99.9453
Max. virtual memory (cumulated for all children) (KiB): 228116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.66
system time used= 6.46802
maximum resident set size= 128088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 857341
page faults= 0
swaps= 0
block input operations= 0
block output operations= 872760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20548
involuntary context switches= 2442

runsolver used 2.72659 second user time and 7.31089 second system time

The end

Launcher Data

Begin job on node139 at 2012-06-08 21:34:33
IDJOB=3752652
IDBENCH=78611
IDSOLVER=2336
FILE ID=node139/3752652-1339184073
RUNJOBID= node139-1339184073-2005
PBS_JOBID= 14643822
Free space on /tmp= 70704 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-ooo.tag14.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-3752652-1339184073/watcher-3752652-1339184073 -o /tmp/evaluation-result-3752652-1339184073/solver-3752652-1339184073 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3752652-1339184073.wbo 606373811 HOME HOME

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

MD5SUM BENCH= 8cc46ddebf16c143eb9ddab1b9573c1a
RANDOM SEED=606373811

node139.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.750
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.50
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.750
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.750
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.90
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.750
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.750
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.92
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.750
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.750
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		: 2666.750
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:        31012988 kB
Buffers:          649332 kB
Cached:           261356 kB
SwapCached:          584 kB
Active:           896196 kB
Inactive:          36212 kB
Active(anon):      15320 kB
Inactive(anon):     8016 kB
Active(file):     880876 kB
Inactive(file):    28196 kB
Unevictable:        9160 kB
Mlocked:            9160 kB
SwapTotal:      67108856 kB
SwapFree:       67104292 kB
Dirty:             23200 kB
Writeback:             0 kB
AnonPages:         23404 kB
Mapped:            10696 kB
Shmem:                 8 kB
Slab:             788028 kB
SReclaimable:     229844 kB
SUnreclaim:       558184 kB
KernelStack:        1368 kB
PageTables:         4036 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     142124 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= 70680 MiB
End job on node139 at 2012-06-08 22:04:34