Trace number 3752653

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

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-ooo.tag14.ucl--soft-66-100-0.wbo
MD5SUMe03e95feed68526713fa955672f1692a
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 benchmark127.663
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 constraints40557
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 2051228
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 2051227
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.99/1.05	c run usual solver
2.98/3.03	o 5229
2.98/3.03	c starting approximation
2.98/3.03	c factor = 2
2.98/3.03	c factor still to low - shrinking to 1272.44
2.98/3.03	c approx number of clauses: 1e+06
2.98/3.03	c current bound: 2614
46.64/47.04	c current bound: 2614
90.65/91.05	c current bound: 2614
134.51/134.92	c current bound: 2614
178.51/178.92	c current bound: 2614
222.85/222.91	c current bound: 2614
266.73/266.87	c current bound: 2614
310.63/310.74	c current bound: 2614
354.63/354.77	c current bound: 2614
398.63/398.78	c current bound: 2614
442.63/442.71	c current bound: 2614
486.42/486.54	c current bound: 2614
529.97/530.43	c current bound: 2614
573.79/574.26	c current bound: 2614
617.81/618.28	c current bound: 2614
661.82/662.49	c current bound: 2614
706.09/706.40	c current bound: 2614
749.98/750.30	c current bound: 2614
793.47/794.16	c current bound: 2614
837.65/838.01	c current bound: 2614
881.16/881.88	c current bound: 2614
925.32/925.75	c current bound: 2614
969.01/969.77	c current bound: 2614
1013.04/1013.79	c current bound: 2614
1057.28/1057.72	c current bound: 2614
1101.08/1101.58	c current bound: 2614
1144.95/1145.48	c current bound: 2614
1188.57/1189.38	c current bound: 2614
1232.43/1233.26	c current bound: 2614
1276.44/1277.27	c current bound: 2614
1320.47/1321.32	c current bound: 2614
1364.40/1365.27	c current bound: 2614
1408.30/1409.18	c current bound: 2614
1452.15/1453.05	c current bound: 2614
1496.14/1497.05	c current bound: 2614
1540.15/1541.07	c current bound: 2614
1584.02/1584.96	c current bound: 2614
1628.42/1629.00	c current bound: 2614
1672.40/1673.00	c current bound: 2614
1716.34/1717.10	c current bound: 2614
1759.82/1760.96	c current bound: 2614
1800.01/1800.80	./satsolver.sh: line 5: 18825 Terminated              ./glucose $1 > $2 2> /dev/null
1800.01/1800.80	c error: unexpected solver exit code
1800.01/1800.80	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-3752653-1339184529/watcher-3752653-1339184529 -o /tmp/evaluation-result-3752653-1339184529/solver-3752653-1339184529 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3752653-1339184529.wbo 1516044988 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: 0.96 1.51 1.80 3/177 2018
/proc/meminfo: memFree=23832136/32873648 swapFree=7376/7376
[pid=2018] ppid=2016 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2018/stat : 2018 (npSolver-wbo-It) S 2016 2018 699 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384576994 9367552 275 33554432000 4194304 5064252 140736373547744 140736373546656 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2018/statm: 2287 275 233 213 0 72 0

[startup+0.038302 s]
/proc/loadavg: 0.96 1.51 1.80 3/177 2018
/proc/meminfo: memFree=23832136/32873648 swapFree=7376/7376
[pid=2018] ppid=2016 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2018/stat : 2018 (npSolver-wbo-It) S 2016 2018 699 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384576994 9367552 275 33554432000 4194304 5064252 140736373547744 140736373546656 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2018/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100281 s]
/proc/loadavg: 0.96 1.51 1.80 3/177 2018
/proc/meminfo: memFree=23832136/32873648 swapFree=7376/7376
[pid=2018] ppid=2016 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2018/stat : 2018 (npSolver-wbo-It) S 2016 2018 699 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384576994 9367552 275 33554432000 4194304 5064252 140736373547744 140736373546656 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2018/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300281 s]
/proc/loadavg: 0.96 1.51 1.80 3/177 2018
/proc/meminfo: memFree=23832136/32873648 swapFree=7376/7376
[pid=2018] ppid=2016 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2018/stat : 2018 (npSolver-wbo-It) S 2016 2018 699 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384576994 9367552 275 33554432000 4194304 5064252 140736373547744 140736373546656 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2018/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700222 s]
/proc/loadavg: 0.96 1.51 1.80 3/177 2018
/proc/meminfo: memFree=23832136/32873648 swapFree=7376/7376
[pid=2018] ppid=2016 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2018/stat : 2018 (npSolver-wbo-It) S 2016 2018 699 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384576994 9367552 275 33554432000 4194304 5064252 140736373547744 140736373546656 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2018/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50034 s]
/proc/loadavg: 0.96 1.51 1.80 3/179 2020
/proc/meminfo: memFree=23701996/32873648 swapFree=7376/7376
[pid=2018] ppid=2016 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2018/stat : 2018 (npSolver-wbo-It) S 2016 2018 699 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384576994 9367552 275 33554432000 4194304 5064252 140736373547744 140736373546656 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2018/statm: 2287 275 233 213 0 72 0
[pid=2019] ppid=2018 vsize=83396 CPUtime=1.22 cores=1,3,5,7
/proc/2019/stat : 2019 (npSolver-wbo) S 2018 2018 699 0 -1 4202496 12272 0 0 0 104 18 0 0 20 0 1 0 384576994 85397504 20280 33554432000 4194304 6006132 140733778080880 140733778073984 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2019/statm: 20849 20280 158 443 0 20402 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 92544

[startup+3.10029 s]
/proc/loadavg: 0.96 1.51 1.80 3/183 2027
/proc/meminfo: memFree=23514276/32873648 swapFree=7376/7376
[pid=2018] ppid=2016 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2018/stat : 2018 (npSolver-wbo-It) S 2016 2018 699 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384576994 9367552 275 33554432000 4194304 5064252 140736373547744 140736373546656 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2018/statm: 2287 275 233 213 0 72 0
[pid=2019] ppid=2018 vsize=83400 CPUtime=3.08 cores=1,3,5,7
/proc/2019/stat : 2019 (npSolver-wbo) R 2018 2018 699 0 -1 4202496 15822 29872 0 0 115 35 141 17 20 0 1 0 384576994 85401600 20301 33554432000 4194304 6006132 140733778080880 140733778073984 4583817 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2019/statm: 20850 20301 177 443 0 20403 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 92548

[startup+6.30034 s]
/proc/loadavg: 1.04 1.51 1.80 3/181 2041
/proc/meminfo: memFree=23594856/32873648 swapFree=7376/7376
[pid=2018] ppid=2016 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2018/stat : 2018 (npSolver-wbo-It) S 2016 2018 699 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384576994 9367552 275 33554432000 4194304 5064252 140736373547744 140736373546656 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2018/statm: 2287 275 233 213 0 72 0
[pid=2019] ppid=2018 vsize=83400 CPUtime=3.13 cores=1,3,5,7
/proc/2019/stat : 2019 (npSolver-wbo) S 2018 2018 699 0 -1 4202496 15824 29872 0 0 119 36 141 17 20 0 1 0 384576994 85401600 20301 33554432000 4194304 6006132 140733778080880 140733778072240 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2019/statm: 20850 20301 177 443 0 20403 0
[pid=2033] ppid=2019 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2033/stat : 2033 (satsolver.sh) S 2019 2018 699 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 384577309 9367552 266 33554432000 4194304 5064252 140733346435440 140733346434352 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2033/statm: 2287 266 226 213 0 72 0
[pid=2034] ppid=2033 vsize=87064 CPUtime=3.14 cores=1,3,5,7
/proc/2034/stat : 2034 (glucose) R 2033 2018 699 0 -1 4202496 16482 0 0 0 311 3 0 0 20 0 1 0 384577309 89153536 17454 33554432000 4194304 5208918 140735960247104 140735960244776 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2034/statm: 21766 17454 95 248 0 21515 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 188760

[startup+12.7003 s]
/proc/loadavg: 1.04 1.50 1.80 3/183 2100
/proc/meminfo: memFree=23525832/32873648 swapFree=7376/7376
[pid=2018] ppid=2016 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2018/stat : 2018 (npSolver-wbo-It) S 2016 2018 699 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384576994 9367552 275 33554432000 4194304 5064252 140736373547744 140736373546656 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2018/statm: 2287 275 233 213 0 72 0
[pid=2019] ppid=2018 vsize=83400 CPUtime=3.13 cores=1,3,5,7
/proc/2019/stat : 2019 (npSolver-wbo) S 2018 2018 699 0 -1 4202496 15824 29872 0 0 119 36 141 17 20 0 1 0 384576994 85401600 20301 33554432000 4194304 6006132 140733778080880 140733778072240 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2019/statm: 20850 20301 177 443 0 20403 0
[pid=2033] ppid=2019 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2033/stat : 2033 (satsolver.sh) S 2019 2018 699 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 384577309 9367552 266 33554432000 4194304 5064252 140733346435440 140733346434352 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2033/statm: 2287 266 226 213 0 72 0
[pid=2034] ppid=2033 vsize=87064 CPUtime=9.54 cores=1,3,5,7
/proc/2034/stat : 2034 (glucose) R 2033 2018 699 0 -1 4202496 16488 0 0 0 951 3 0 0 20 0 1 0 384577309 89153536 17460 33554432000 4194304 5208918 140735960247104 140735960244776 4211712 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2034/statm: 21766 17460 95 248 0 21515 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 188760

[startup+25.5003 s]
/proc/loadavg: 1.25 1.53 1.80 3/184 2215
/proc/meminfo: memFree=23580304/32873648 swapFree=7376/7376
[pid=2018] ppid=2016 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2018/stat : 2018 (npSolver-wbo-It) S 2016 2018 699 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384576994 9367552 275 33554432000 4194304 5064252 140736373547744 140736373546656 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2018/statm: 2287 275 233 213 0 72 0
[pid=2019] ppid=2018 vsize=83400 CPUtime=3.13 cores=1,3,5,7
/proc/2019/stat : 2019 (npSolver-wbo) S 2018 2018 699 0 -1 4202496 15824 29872 0 0 119 36 141 17 20 0 1 0 384576994 85401600 20301 33554432000 4194304 6006132 140733778080880 140733778072240 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2019/statm: 20850 20301 177 443 0 20403 0
[pid=2033] ppid=2019 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2033/stat : 2033 (satsolver.sh) S 2019 2018 699 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 384577309 9367552 266 33554432000 4194304 5064252 140733346435440 140733346434352 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2033/statm: 2287 266 226 213 0 72 0
[pid=2034] ppid=2033 vsize=87064 CPUtime=22.33 cores=1,3,5,7
/proc/2034/stat : 2034 (glucose) R 2033 2018 699 0 -1 4202496 16492 0 0 0 2230 3 0 0 20 0 1 0 384577309 89153536 17464 33554432000 4194304 5208918 140735960247104 140735960244776 4211540 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2034/statm: 21766 17464 95 248 0 21515 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 188760

[startup+51.1004 s]
/proc/loadavg: 1.44 1.55 1.80 3/183 2471
/proc/meminfo: memFree=23526620/32873648 swapFree=7376/7376
[pid=2018] ppid=2016 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2018/stat : 2018 (npSolver-wbo-It) S 2016 2018 699 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384576994 9367552 275 33554432000 4194304 5064252 140736373547744 140736373546656 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2018/statm: 2287 275 233 213 0 72 0
[pid=2019] ppid=2018 vsize=83400 CPUtime=47.14 cores=1,3,5,7
/proc/2019/stat : 2019 (npSolver-wbo) S 2018 2018 699 0 -1 4202496 19150 54211 0 0 130 38 4514 32 20 0 1 0 384576994 85401600 20301 33554432000 4194304 6006132 140733778080880 140733778072240 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2019/statm: 20850 20301 177 443 0 20403 0
[pid=2435] ppid=2019 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2435/stat : 2435 (satsolver.sh) S 2019 2018 699 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384581710 9367552 267 33554432000 4194304 5064252 140736751197872 140736751196784 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2435/statm: 2287 267 226 213 0 72 0
[pid=2436] ppid=2435 vsize=87064 CPUtime=3.92 cores=1,3,5,7
/proc/2436/stat : 2436 (glucose) R 2435 2018 699 0 -1 4202496 16548 0 0 0 390 2 0 0 20 0 1 0 384581711 89153536 17505 33554432000 4194304 5208918 140733312028400 140733312026072 4211632 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2436/statm: 21766 17505 95 248 0 21515 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 188760

[startup+102.3 s]
/proc/loadavg: 1.81 1.63 1.82 3/183 2954
/proc/meminfo: memFree=23522972/32873648 swapFree=7376/7376
[pid=2018] ppid=2016 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2018/stat : 2018 (npSolver-wbo-It) S 2016 2018 699 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384576994 9367552 275 33554432000 4194304 5064252 140736373547744 140736373546656 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2018/statm: 2287 275 233 213 0 72 0
[pid=2019] ppid=2018 vsize=83400 CPUtime=91.14 cores=1,3,5,7
/proc/2019/stat : 2019 (npSolver-wbo) S 2018 2018 699 0 -1 4202496 22476 78148 0 0 142 39 8885 48 20 0 1 0 384576994 85401600 20301 33554432000 4194304 6006132 140733778080880 140733778072240 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2019/statm: 20850 20301 177 443 0 20403 0
[pid=2855] ppid=2019 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2855/stat : 2855 (satsolver.sh) S 2019 2018 699 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384586111 9367552 267 33554432000 4194304 5064252 140733828110464 140733828109376 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2855/statm: 2287 267 226 213 0 72 0
[pid=2856] ppid=2855 vsize=87064 CPUtime=11.11 cores=1,3,5,7
/proc/2856/stat : 2856 (glucose) R 2855 2018 699 0 -1 4202496 16179 0 0 0 1108 3 0 0 20 0 1 0 384586111 89153536 17650 33554432000 4194304 5208918 140735329991680 140735329989352 4211561 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2856/statm: 21766 17650 95 248 0 21515 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 188760

[startup+162.3 s]
/proc/loadavg: 1.93 1.70 1.82 3/183 3532
/proc/meminfo: memFree=23571480/32873648 swapFree=7376/7376
[pid=2018] ppid=2016 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2018/stat : 2018 (npSolver-wbo-It) S 2016 2018 699 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384576994 9367552 275 33554432000 4194304 5064252 140736373547744 140736373546656 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2018/statm: 2287 275 233 213 0 72 0
[pid=2019] ppid=2018 vsize=83400 CPUtime=134.99 cores=1,3,5,7
/proc/2019/stat : 2019 (npSolver-wbo) S 2018 2018 699 0 -1 4202496 25802 101820 0 0 153 40 13242 64 20 0 1 0 384576994 85401600 20301 33554432000 4194304 6006132 140733778080880 140733778072240 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2019/statm: 20850 20301 177 443 0 20403 0
[pid=3276] ppid=2019 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3276/stat : 3276 (satsolver.sh) S 2019 2018 699 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384590497 9367552 267 33554432000 4194304 5064252 140735297252560 140735297251472 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3276/statm: 2287 267 226 213 0 72 0
[pid=3277] ppid=3276 vsize=87064 CPUtime=27.25 cores=1,3,5,7
/proc/3277/stat : 3277 (glucose) R 3276 2018 699 0 -1 4202496 16166 0 0 0 2722 3 0 0 20 0 1 0 384590498 89153536 17636 33554432000 4194304 5208918 140733761708560 140733761706232 4211712 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3277/statm: 21766 17636 95 248 0 21515 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 188760

[startup+222.3 s]
/proc/loadavg: 1.86 1.72 1.82 3/184 4099
/proc/meminfo: memFree=23573420/32873648 swapFree=7376/7376
[pid=2018] ppid=2016 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1362.3 s]
/proc/loadavg: 1.91 1.97 1.91 3/184 14999
/proc/meminfo: memFree=23568048/32873648 swapFree=7376/7376
[pid=2018] ppid=2016 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2018/stat : 2018 (npSolver-wbo-It) S 2016 2018 699 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384576994 9367552 275 33554432000 4194304 5064252 140736373547744 140736373546656 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2018/statm: 2287 275 233 213 0 72 0
[pid=2019] ppid=2018 vsize=83400 CPUtime=1320.95 cores=1,3,5,7
/proc/2019/stat : 2019 (npSolver-wbo) S 2018 2018 699 0 -1 4202496 115604 740073 0 0 459 79 131036 521 20 0 1 0 384576994 85401600 20301 33554432000 4194304 6006132 140733778080880 140733778072240 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2019/statm: 20850 20301 177 443 0 20403 0
[pid=14616] ppid=2019 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14616/stat : 14616 (satsolver.sh) S 2019 2018 699 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384709138 9367552 267 33554432000 4194304 5064252 140733968913680 140733968912592 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14616/statm: 2287 267 226 213 0 72 0
[pid=14617] ppid=14616 vsize=87068 CPUtime=40.84 cores=1,3,5,7
/proc/14617/stat : 14617 (glucose) R 14616 2018 699 0 -1 4202496 15913 0 0 0 4081 3 0 0 20 0 1 0 384709138 89157632 17527 33554432000 4194304 5208918 140733603485664 140733603483336 4211732 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14617/statm: 21767 17527 95 248 0 21516 0
Current children cumulated CPU time (s) 1361.79
Current children cumulated vsize (KiB) 188764

[startup+1422.3 s]
/proc/loadavg: 2.01 1.97 1.91 3/183 15570
/proc/meminfo: memFree=23509960/32873648 swapFree=7376/7376
[pid=2018] ppid=2016 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2018/stat : 2018 (npSolver-wbo-It) S 2016 2018 699 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384576994 9367552 275 33554432000 4194304 5064252 140736373547744 140736373546656 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2018/statm: 2287 275 233 213 0 72 0
[pid=2019] ppid=2018 vsize=83400 CPUtime=1408.79 cores=1,3,5,7
/proc/2019/stat : 2019 (npSolver-wbo) S 2018 2018 699 0 -1 4202496 122256 786389 0 0 482 83 139757 557 20 0 1 0 384576994 85401600 20301 33554432000 4194304 6006132 140733778080880 140733778072240 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2019/statm: 20850 20301 177 443 0 20403 0
[pid=15453] ppid=2019 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15453/stat : 15453 (satsolver.sh) S 2019 2018 699 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384717924 9367552 266 33554432000 4194304 5064252 140734620753296 140734620752208 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15453/statm: 2287 266 226 213 0 72 0
[pid=15454] ppid=15453 vsize=87068 CPUtime=12.98 cores=1,3,5,7
/proc/15454/stat : 15454 (glucose) R 15453 2018 699 0 -1 4202496 16797 0 0 0 1296 2 0 0 20 0 1 0 384717924 89157632 17713 33554432000 4194304 5208918 140736289923264 140736289920936 4211553 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/15454/statm: 21767 17713 95 248 0 21516 0
Current children cumulated CPU time (s) 1421.77
Current children cumulated vsize (KiB) 188764

[startup+1482.3 s]
/proc/loadavg: 1.92 1.96 1.91 3/183 16144
/proc/meminfo: memFree=23511092/32873648 swapFree=7376/7376
[pid=2018] ppid=2016 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2018/stat : 2018 (npSolver-wbo-It) S 2016 2018 699 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384576994 9367552 275 33554432000 4194304 5064252 140736373547744 140736373546656 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2018/statm: 2287 275 233 213 0 72 0
[pid=2019] ppid=2018 vsize=83400 CPUtime=1452.64 cores=1,3,5,7
/proc/2019/stat : 2019 (npSolver-wbo) S 2018 2018 699 0 -1 4202496 125582 811043 0 0 493 84 144114 573 20 0 1 0 384576994 85401600 20301 33554432000 4194304 6006132 140733778080880 140733778072240 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2019/statm: 20850 20301 177 443 0 20403 0
[pid=15873] ppid=2019 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15873/stat : 15873 (satsolver.sh) S 2019 2018 699 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384722311 9367552 267 33554432000 4194304 5064252 140733352417776 140733352416688 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15873/statm: 2287 267 226 213 0 72 0
[pid=15874] ppid=15873 vsize=87072 CPUtime=29.11 cores=1,3,5,7
/proc/15874/stat : 15874 (glucose) R 15873 2018 699 0 -1 4202496 16174 0 0 0 2908 3 0 0 20 0 1 0 384722311 89161728 17645 33554432000 4194304 5208918 140737335915712 140737335913384 4211584 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15874/statm: 21768 17645 95 248 0 21517 0
Current children cumulated CPU time (s) 1481.75
Current children cumulated vsize (KiB) 188768

[startup+1542.3 s]
/proc/loadavg: 1.97 1.96 1.91 3/183 16718
/proc/meminfo: memFree=23514312/32873648 swapFree=7376/7376
[pid=2018] ppid=2016 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2018/stat : 2018 (npSolver-wbo-It) S 2016 2018 699 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384576994 9367552 275 33554432000 4194304 5064252 140736373547744 140736373546656 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2018/statm: 2287 275 233 213 0 72 0
[pid=2019] ppid=2018 vsize=83400 CPUtime=1540.64 cores=1,3,5,7
/proc/2019/stat : 2019 (npSolver-wbo) S 2018 2018 699 0 -1 4202496 132234 858452 0 0 516 87 152854 607 20 0 1 0 384576994 85401600 20301 33554432000 4194304 6006132 140733778080880 140733778072240 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2019/statm: 20850 20301 177 443 0 20403 0
[pid=16715] ppid=2019 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16715/stat : 16715 (satsolver.sh) S 2019 2018 699 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384731113 9367552 267 33554432000 4194304 5064252 140734731997616 140734731996528 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16715/statm: 2287 267 226 213 0 72 0
[pid=16716] ppid=16715 vsize=87068 CPUtime=1.09 cores=1,3,5,7
/proc/16716/stat : 16716 (glucose) R 16715 2018 699 0 -1 4202496 15880 0 0 0 107 2 0 0 20 0 1 0 384731114 89157632 17391 33554432000 4194304 5208918 140733614009024 140733614006696 4211553 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/16716/statm: 21767 17391 95 248 0 21516 0
Current children cumulated CPU time (s) 1541.73
Current children cumulated vsize (KiB) 188764

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/183 17292
/proc/meminfo: memFree=23508736/32873648 swapFree=7376/7376
[pid=2018] ppid=2016 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2018/stat : 2018 (npSolver-wbo-It) S 2016 2018 699 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384576994 9367552 275 33554432000 4194304 5064252 140736373547744 140736373546656 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2018/statm: 2287 275 233 213 0 72 0
[pid=2019] ppid=2018 vsize=83400 CPUtime=1584.51 cores=1,3,5,7
/proc/2019/stat : 2019 (npSolver-wbo) S 2018 2018 699 0 -1 4202496 135560 882240 0 0 527 89 157211 624 20 0 1 0 384576994 85401600 20301 33554432000 4194304 6006132 140733778080880 140733778072240 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2019/statm: 20850 20301 177 443 0 20403 0
[pid=17134] ppid=2019 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17134/stat : 17134 (satsolver.sh) S 2019 2018 699 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384735502 9367552 267 33554432000 4194304 5064252 140737479472336 140737479471248 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17134/statm: 2287 267 226 213 0 72 0
[pid=17135] ppid=17134 vsize=87068 CPUtime=17.2 cores=1,3,5,7
/proc/17135/stat : 17135 (glucose) R 17134 2018 699 0 -1 4202496 16234 0 0 0 1717 3 0 0 20 0 1 0 384735502 89157632 17755 33554432000 4194304 5208918 140735757860992 140735757858664 4211584 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/17135/statm: 21767 17755 95 248 0 21516 0
Current children cumulated CPU time (s) 1601.71
Current children cumulated vsize (KiB) 188764

[startup+1662.3 s]
/proc/loadavg: 2.15 2.00 1.92 3/183 17860
/proc/meminfo: memFree=23507040/32873648 swapFree=7376/7376
[pid=2018] ppid=2016 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2018/stat : 2018 (npSolver-wbo-It) S 2016 2018 699 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384576994 9367552 275 33554432000 4194304 5064252 140736373547744 140736373546656 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2018/statm: 2287 275 233 213 0 72 0
[pid=2019] ppid=2018 vsize=83400 CPUtime=1628.54 cores=1,3,5,7
/proc/2019/stat : 2019 (npSolver-wbo) S 2018 2018 699 0 -1 4202496 138886 905793 0 0 538 90 161585 641 20 0 1 0 384576994 85401600 20301 33554432000 4194304 6006132 140733778080880 140733778072240 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2019/statm: 20850 20301 177 443 0 20403 0
[pid=17557] ppid=2019 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17557/stat : 17557 (satsolver.sh) S 2019 2018 699 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384739906 9367552 267 33554432000 4194304 5064252 140734037898320 140734037897232 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/17557/statm: 2287 267 226 213 0 72 0
[pid=17558] ppid=17557 vsize=87064 CPUtime=33.15 cores=1,3,5,7
/proc/17558/stat : 17558 (glucose) R 17557 2018 699 0 -1 4202496 16635 0 0 0 3312 3 0 0 20 0 1 0 384739906 89153536 18106 33554432000 4194304 5208918 140734789560816 140734789558488 4211740 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17558/statm: 21766 18106 95 248 0 21515 0
Current children cumulated CPU time (s) 1661.69
Current children cumulated vsize (KiB) 188760

[startup+1722.3 s]
/proc/loadavg: 2.10 2.01 1.93 3/183 18450
/proc/meminfo: memFree=23572644/32873648 swapFree=7376/7376
[pid=2018] ppid=2016 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2018/stat : 2018 (npSolver-wbo-It) S 2016 2018 699 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384576994 9367552 275 33554432000 4194304 5064252 140736373547744 140736373546656 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2018/statm: 2287 275 233 213 0 72 0
[pid=2019] ppid=2018 vsize=83400 CPUtime=1716.47 cores=1,3,5,7
/proc/2019/stat : 2019 (npSolver-wbo) S 2018 2018 699 0 -1 4202496 145538 954369 0 0 561 93 170315 678 20 0 1 0 384576994 85401600 20301 33554432000 4194304 6006132 140733778080880 140733778072240 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2019/statm: 20850 20301 177 443 0 20403 0
[pid=18404] ppid=2019 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18404/stat : 18404 (satsolver.sh) S 2019 2018 699 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384748716 9367552 267 33554432000 4194304 5064252 140734578636304 140734578635216 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18404/statm: 2287 267 226 213 0 72 0
[pid=18405] ppid=18404 vsize=87068 CPUtime=5.07 cores=1,3,5,7
/proc/18405/stat : 18405 (glucose) R 18404 2018 699 0 -1 4202496 15933 0 0 0 504 3 0 0 20 0 1 0 384748716 89157632 17430 33554432000 4194304 5208918 140736399348416 140736399346088 4211792 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/18405/statm: 21767 17430 95 248 0 21516 0
Current children cumulated CPU time (s) 1721.54
Current children cumulated vsize (KiB) 188764

[startup+1782.3 s]
/proc/loadavg: 2.19 2.04 1.94 3/183 19025
/proc/meminfo: memFree=23504880/32873648 swapFree=7376/7376
[pid=2018] ppid=2016 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2018/stat : 2018 (npSolver-wbo-It) S 2016 2018 699 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384576994 9367552 275 33554432000 4194304 5064252 140736373547744 140736373546656 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2018/statm: 2287 275 233 213 0 72 0
[pid=2019] ppid=2018 vsize=83400 CPUtime=1760.31 cores=1,3,5,7
/proc/2019/stat : 2019 (npSolver-wbo) S 2018 2018 699 0 -1 4202496 148864 978217 0 0 572 95 174670 694 20 0 1 0 384576994 85401600 20301 33554432000 4194304 6006132 140733778080880 140733778072240 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2019/statm: 20850 20301 177 443 0 20403 0
[pid=18824] ppid=2019 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18824/stat : 18824 (satsolver.sh) S 2019 2018 699 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384753102 9367552 266 33554432000 4194304 5064252 140733679735456 140733679734368 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18824/statm: 2287 266 226 213 0 72 0
[pid=18825] ppid=18824 vsize=87068 CPUtime=21.2 cores=1,3,5,7
/proc/18825/stat : 18825 (glucose) R 18824 2018 699 0 -1 4202496 15775 0 0 0 2117 3 0 0 20 0 1 0 384753103 89157632 18305 33554432000 4194304 5208918 140735240879296 140735240876968 4211537 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18825/statm: 21767 18305 95 248 0 21516 0
Current children cumulated CPU time (s) 1781.51
Current children cumulated vsize (KiB) 188764



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 2.13 2.04 1.94 3/181 19236
/proc/meminfo: memFree=23641388/32873648 swapFree=7376/7376
[pid=2018] ppid=2016 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2018/stat : 2018 (npSolver-wbo-It) S 2016 2018 699 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 384576994 9367552 275 33554432000 4194304 5064252 140736373547744 140736373546656 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2018/statm: 2287 275 233 213 0 72 0
[pid=2019] ppid=2018 vsize=83400 CPUtime=1760.31 cores=1,3,5,7
/proc/2019/stat : 2019 (npSolver-wbo) S 2018 2018 699 0 -1 4202496 148864 978217 0 0 572 95 174670 694 20 0 1 0 384576994 85401600 20301 33554432000 4194304 6006132 140733778080880 140733778072240 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2019/statm: 20850 20301 177 443 0 20403 0
[pid=18824] ppid=2019 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18824/stat : 18824 (satsolver.sh) S 2019 2018 699 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384753102 9367552 266 33554432000 4194304 5064252 140733679735456 140733679734368 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18824/statm: 2287 266 226 213 0 72 0
[pid=18825] ppid=18824 vsize=87068 CPUtime=39.7 cores=1,3,5,7
/proc/18825/stat : 18825 (glucose) R 18824 2018 699 0 -1 4202496 15780 0 0 0 3967 3 0 0 20 0 1 0 384753103 89157632 18539 33554432000 4194304 5208918 140735240879296 140735240876968 4211553 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18825/statm: 21767 18539 95 248 0 21516 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 188764

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.81
CPU time (s): 1800.05
CPU user time (s): 1792.11
CPU system time (s): 7.94279
CPU usage (%): 99.9576
Max. virtual memory (cumulated for all children) (KiB): 191888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.11
system time used= 7.94279
maximum resident set size= 90560
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1143851
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1083584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22126
involuntary context switches= 3554

runsolver used 5.83711 second user time and 14.3108 second system time

The end

Launcher Data

Begin job on node149 at 2012-06-08 21:42:09
IDJOB=3752653
IDBENCH=78613
IDSOLVER=2336
FILE ID=node149/3752653-1339184529
RUNJOBID= node149-1339184529-1990
PBS_JOBID= 14643834
Free space on /tmp= 63448 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-66-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3752653-1339184529/watcher-3752653-1339184529 -o /tmp/evaluation-result-3752653-1339184529/solver-3752653-1339184529 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3752653-1339184529.wbo 1516044988 HOME HOME

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

MD5SUM BENCH= e03e95feed68526713fa955672f1692a
RANDOM SEED=1516044988

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.145
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.145
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:       32873648 kB
MemFree:        23834160 kB
Buffers:          128508 kB
Cached:          7713816 kB
SwapCached:         2136 kB
Active:           485952 kB
Inactive:        7360708 kB
Active(anon):       3712 kB
Inactive(anon):     2768 kB
Active(file):     482240 kB
Inactive(file):  7357940 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108856 kB
SwapFree:       67100028 kB
Dirty:             23672 kB
Writeback:             0 kB
AnonPages:          9872 kB
Mapped:             7988 kB
Shmem:                 0 kB
Slab:            1055256 kB
SReclaimable:     499056 kB
SUnreclaim:       556200 kB
KernelStack:        1416 kB
PageTables:         3612 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     104812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 63420 MiB
End job on node149 at 2012-06-08 22:12:10