Trace number 3715317

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? (TO) 1800.13 1802.31

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-ooo.rf8.ucl--soft-0-100-0.wbo
MD5SUMdaa4650c03ccc8f8b44e19f0217c9b39
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small 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 benchmark1.25281
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables6832
Total number of constraints19477
Number of soft constraints19477
Number of constraints which are clauses18953
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints524
Minimum length of a constraint1
Maximum length of a constraint11
Top cost 989271
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 989270
Biggest number in a constraint 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 126
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.78/1.88	c run usual solver
3.77/3.86	o 2173
3.77/3.86	c starting approximation
3.77/3.86	c factor = 2
3.77/3.86	c factor still to low - shrinking to 126.971
3.77/3.86	c approx number of clauses: 1e+06
3.77/3.86	c current bound: 1086
46.26/46.31	c current bound: 1086
88.52/88.70	c current bound: 1086
130.65/130.88	c current bound: 1086
172.92/173.10	c current bound: 1086
215.24/215.43	c current bound: 1086
257.30/257.50	c current bound: 1086
299.30/299.51	c current bound: 1086
341.31/341.51	c current bound: 1086
383.49/383.71	c current bound: 1086
425.59/425.86	c current bound: 1086
470.56/471.07	c current bound: 1086
513.09/513.75	c current bound: 1086
555.29/555.92	c current bound: 1086
597.05/597.99	c current bound: 1086
639.11/640.05	c current bound: 1086
681.49/682.51	c current bound: 1086
723.62/724.97	c current bound: 1086
765.43/767.07	c current bound: 1086
807.77/809.11	c current bound: 1086
849.50/851.14	c current bound: 1086
892.04/893.40	c current bound: 1086
933.91/935.56	c current bound: 1086
976.34/977.71	c current bound: 1086
1018.68/1020.35	c current bound: 1086
1060.58/1062.25	c current bound: 1086
1102.92/1104.39	c current bound: 1086
1144.90/1146.59	c current bound: 1086
1187.59/1189.50	c current bound: 1086
1229.33/1231.54	c current bound: 1086
1271.69/1273.62	c current bound: 1086
1314.39/1316.32	c current bound: 1086
1356.48/1358.45	c current bound: 1086
1398.46/1400.44	c current bound: 1086
1440.86/1442.83	c current bound: 1086
1483.05/1485.09	c current bound: 1086
1525.03/1527.29	c current bound: 1086
1567.22/1569.49	c current bound: 1086
1609.45/1611.43	c current bound: 1086
1651.59/1653.60	c current bound: 1086
1693.70/1695.71	c current bound: 1086
1736.11/1738.33	c current bound: 1086
1778.17/1780.40	c current bound: 1086
1800.09/1802.30	./satsolver.sh: line 5:  8733 Terminated              ./glucose $1 > $2 2> /dev/null
1800.09/1802.31	c error: unexpected solver exit code
1800.09/1802.31	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-3715317-1338237522/watcher-3715317-1338237522 -o /tmp/evaluation-result-3715317-1338237522/solver-3715317-1338237522 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715317-1338237522.wbo 3487126 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.95 1.97 1.85 3/178 4870
/proc/meminfo: memFree=28222548/32873844 swapFree=7384/7384
[pid=4870] ppid=4868 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4870/stat : 4870 (npSolver-wbo-It) S 4868 4870 23311 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289877631 9367552 275 33554432000 4194304 5064252 140736594120464 140736594119376 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4870/statm: 2287 275 233 213 0 72 0

[startup+0.0519101 s]
/proc/loadavg: 1.95 1.97 1.85 3/178 4870
/proc/meminfo: memFree=28222548/32873844 swapFree=7384/7384
[pid=4870] ppid=4868 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4870/stat : 4870 (npSolver-wbo-It) S 4868 4870 23311 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289877631 9367552 275 33554432000 4194304 5064252 140736594120464 140736594119376 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4870/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100255 s]
/proc/loadavg: 1.95 1.97 1.85 3/178 4870
/proc/meminfo: memFree=28222548/32873844 swapFree=7384/7384
[pid=4870] ppid=4868 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4870/stat : 4870 (npSolver-wbo-It) S 4868 4870 23311 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289877631 9367552 275 33554432000 4194304 5064252 140736594120464 140736594119376 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4870/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300225 s]
/proc/loadavg: 1.95 1.97 1.85 3/178 4870
/proc/meminfo: memFree=28222548/32873844 swapFree=7384/7384
[pid=4870] ppid=4868 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4870/stat : 4870 (npSolver-wbo-It) S 4868 4870 23311 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289877631 9367552 275 33554432000 4194304 5064252 140736594120464 140736594119376 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4870/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700233 s]
/proc/loadavg: 1.95 1.97 1.85 3/178 4870
/proc/meminfo: memFree=28222548/32873844 swapFree=7384/7384
[pid=4870] ppid=4868 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4870/stat : 4870 (npSolver-wbo-It) S 4868 4870 23311 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289877631 9367552 275 33554432000 4194304 5064252 140736594120464 140736594119376 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4870/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50028 s]
/proc/loadavg: 1.95 1.97 1.85 3/181 4881
/proc/meminfo: memFree=28183868/32873844 swapFree=7384/7384
[pid=4870] ppid=4868 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4870/stat : 4870 (npSolver-wbo-It) S 4868 4870 23311 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289877631 9367552 275 33554432000 4194304 5064252 140736594120464 140736594119376 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4870/statm: 2287 275 233 213 0 72 0
[pid=4871] ppid=4870 vsize=35412 CPUtime=1.48 cores=0,2,4,6
/proc/4871/stat : 4871 (npSolver-wbo) R 4870 4870 23311 0 -1 4202496 5497 0 0 0 147 1 0 0 20 0 1 0 289877631 36261888 7173 33554432000 4194304 5990268 140734271642448 140734271638024 4395367 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4871/statm: 8853 7173 140 439 0 8410 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 44560

[startup+3.10037 s]
/proc/loadavg: 1.95 1.97 1.85 3/183 4897
/proc/meminfo: memFree=28140568/32873844 swapFree=7384/7384
[pid=4870] ppid=4868 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4870/stat : 4870 (npSolver-wbo-It) S 4868 4870 23311 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289877631 9367552 275 33554432000 4194304 5064252 140736594120464 140736594119376 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4870/statm: 2287 275 233 213 0 72 0
[pid=4871] ppid=4870 vsize=35792 CPUtime=1.9 cores=0,2,4,6
/proc/4871/stat : 4871 (npSolver-wbo) S 4870 4870 23311 0 -1 4202496 5747 0 0 0 184 6 0 0 20 0 1 0 289877631 36651008 7790 33554432000 4194304 5990268 140734271642448 140734271635600 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4871/statm: 8948 7790 149 439 0 8505 0
[pid=4892] ppid=4871 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4892/stat : 4892 (cp2_pre.sh) S 4871 4870 23311 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 289877823 9367552 277 33554432000 4194304 5064252 140733828280304 140733828279008 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4892/statm: 2287 277 234 213 0 72 0
[pid=4893] ppid=4892 vsize=50116 CPUtime=1.16 cores=0,2,4,6
/proc/4893/stat : 4893 (coprocessor) R 4892 4870 23311 0 -1 4202496 12238 0 0 0 112 4 0 0 20 0 1 0 289877823 51318784 11811 33554432000 4194304 6586260 140733786106496 140733786102520 5732496 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/4893/statm: 12529 11811 199 584 0 11941 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 104204

[startup+6.30034 s]
/proc/loadavg: 1.95 1.97 1.85 3/183 4945
/proc/meminfo: memFree=28051784/32873844 swapFree=7384/7384
[pid=4870] ppid=4868 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4870/stat : 4870 (npSolver-wbo-It) S 4868 4870 23311 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289877631 9367552 275 33554432000 4194304 5064252 140736594120464 140736594119376 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4870/statm: 2287 275 233 213 0 72 0
[pid=4871] ppid=4870 vsize=54492 CPUtime=3.94 cores=0,2,4,6
/proc/4871/stat : 4871 (npSolver-wbo) S 4870 4870 23311 0 -1 4202496 8506 20946 0 0 201 41 141 11 20 0 1 0 289877631 55799808 12340 33554432000 4194304 5990268 140734271642448 140734271633856 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4871/statm: 13623 12340 174 439 0 13180 0
[pid=4927] ppid=4871 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4927/stat : 4927 (satsolver.sh) S 4871 4870 23311 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289878027 9367552 267 33554432000 4194304 5064252 140734619264976 140734619263888 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4927/statm: 2287 267 226 213 0 72 0
[pid=4928] ppid=4927 vsize=67892 CPUtime=2.32 cores=0,2,4,6
/proc/4928/stat : 4928 (glucose) R 4927 4870 23311 0 -1 4202496 13468 0 0 0 230 2 0 0 20 0 1 0 289878028 69521408 16207 33554432000 4194304 5208918 140733209805264 140733209803112 4211570 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4928/statm: 16973 16207 95 248 0 16722 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 140680

[startup+12.7003 s]
/proc/loadavg: 1.96 1.97 1.85 3/181 5010
/proc/meminfo: memFree=28061456/32873844 swapFree=7384/7384
[pid=4870] ppid=4868 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4870/stat : 4870 (npSolver-wbo-It) S 4868 4870 23311 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289877631 9367552 275 33554432000 4194304 5064252 140736594120464 140736594119376 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4870/statm: 2287 275 233 213 0 72 0
[pid=4871] ppid=4870 vsize=54492 CPUtime=3.94 cores=0,2,4,6
/proc/4871/stat : 4871 (npSolver-wbo) S 4870 4870 23311 0 -1 4202496 8506 20946 0 0 201 41 141 11 20 0 1 0 289877631 55799808 12340 33554432000 4194304 5990268 140734271642448 140734271633856 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4871/statm: 13623 12340 174 439 0 13180 0
[pid=4927] ppid=4871 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4927/stat : 4927 (satsolver.sh) S 4871 4870 23311 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289878027 9367552 267 33554432000 4194304 5064252 140734619264976 140734619263888 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4927/statm: 2287 267 226 213 0 72 0
[pid=4928] ppid=4927 vsize=67892 CPUtime=8.73 cores=0,2,4,6
/proc/4928/stat : 4928 (glucose) R 4927 4870 23311 0 -1 4202496 13534 0 0 0 870 3 0 0 20 0 1 0 289878028 69521408 16273 33554432000 4194304 5208918 140733209805264 140733209803112 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4928/statm: 16973 16273 95 248 0 16722 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 140680

[startup+25.5003 s]
/proc/loadavg: 1.97 1.97 1.85 3/183 5166
/proc/meminfo: memFree=28008600/32873844 swapFree=7384/7384
[pid=4870] ppid=4868 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4870/stat : 4870 (npSolver-wbo-It) S 4868 4870 23311 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289877631 9367552 275 33554432000 4194304 5064252 140736594120464 140736594119376 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4870/statm: 2287 275 233 213 0 72 0
[pid=4871] ppid=4870 vsize=54492 CPUtime=3.94 cores=0,2,4,6
/proc/4871/stat : 4871 (npSolver-wbo) S 4870 4870 23311 0 -1 4202496 8506 20946 0 0 201 41 141 11 20 0 1 0 289877631 55799808 12340 33554432000 4194304 5990268 140734271642448 140734271633856 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4871/statm: 13623 12340 174 439 0 13180 0
[pid=4927] ppid=4871 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4927/stat : 4927 (satsolver.sh) S 4871 4870 23311 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289878027 9367552 267 33554432000 4194304 5064252 140734619264976 140734619263888 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4927/statm: 2287 267 226 213 0 72 0
[pid=4928] ppid=4927 vsize=79716 CPUtime=21.52 cores=0,2,4,6
/proc/4928/stat : 4928 (glucose) R 4927 4870 23311 0 -1 4202496 13664 0 0 0 2149 3 0 0 20 0 1 0 289878028 81629184 16914 33554432000 4194304 5208918 140733209805264 140733209803112 4211656 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4928/statm: 19929 16914 95 248 0 19678 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 152504

[startup+51.1003 s]
/proc/loadavg: 1.98 1.97 1.85 3/183 5474
/proc/meminfo: memFree=28010640/32873844 swapFree=7384/7384
[pid=4870] ppid=4868 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4870/stat : 4870 (npSolver-wbo-It) S 4868 4870 23311 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289877631 9367552 275 33554432000 4194304 5064252 140736594120464 140736594119376 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4870/statm: 2287 275 233 213 0 72 0
[pid=4871] ppid=4870 vsize=54492 CPUtime=46.38 cores=0,2,4,6
/proc/4871/stat : 4871 (npSolver-wbo) S 4870 4870 23311 0 -1 4202496 11133 40585 0 0 209 42 4359 28 20 0 1 0 289877631 55799808 12341 33554432000 4194304 5990268 140734271642448 140734271633856 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4871/statm: 13623 12341 175 439 0 13180 0
[pid=5424] ppid=4871 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5424/stat : 5424 (satsolver.sh) S 4871 4870 23311 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289882272 9367552 266 33554432000 4194304 5064252 140734281650688 140734281649600 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5424/statm: 2287 266 226 213 0 72 0
[pid=5425] ppid=5424 vsize=67892 CPUtime=4.67 cores=0,2,4,6
/proc/5425/stat : 5425 (glucose) R 5424 4870 23311 0 -1 4202496 14387 0 0 0 465 2 0 0 20 0 1 0 289882273 69521408 16087 33554432000 4194304 5208918 140737207394832 140737207392680 4211635 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5425/statm: 16973 16087 95 248 0 16722 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 140680

[startup+102.307 s]
/proc/loadavg: 1.99 1.97 1.86 3/184 5837
/proc/meminfo: memFree=27865092/32873844 swapFree=7384/7384
[pid=4870] ppid=4868 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4870/stat : 4870 (npSolver-wbo-It) S 4868 4870 23311 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289877631 9367552 275 33554432000 4194304 5064252 140736594120464 140736594119376 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4870/statm: 2287 275 233 213 0 72 0
[pid=4871] ppid=4870 vsize=54492 CPUtime=88.66 cores=0,2,4,6
/proc/4871/stat : 4871 (npSolver-wbo) S 4870 4870 23311 0 -1 4202496 13759 61354 0 0 218 43 8558 47 20 0 1 0 289877631 55799808 12341 33554432000 4194304 5990268 140734271642448 140734271633856 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4871/statm: 13623 12341 175 439 0 13180 0
[pid=5833] ppid=4871 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5833/stat : 5833 (satsolver.sh) S 4871 4870 23311 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289886511 9367552 267 33554432000 4194304 5064252 140734706957696 140734706956608 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5833/statm: 2287 267 226 213 0 72 0
[pid=5834] ppid=5833 vsize=67892 CPUtime=13.49 cores=0,2,4,6
/proc/5834/stat : 5834 (glucose) R 5833 4870 23311 0 -1 4202496 13347 0 0 0 1346 3 0 0 20 0 1 0 289886511 69521408 16136 33554432000 4194304 5208918 140735218233936 140735218231784 4211732 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5834/statm: 16973 16136 95 248 0 16722 0
Current children cumulated CPU time (s) 102.15
Current children cumulated vsize (KiB) 140680

[startup+162.3 s]
/proc/loadavg: 2.03 1.99 1.87 3/184 5935
/proc/meminfo: memFree=27791912/32873844 swapFree=7384/7384
[pid=4870] ppid=4868 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4870/stat : 4870 (npSolver-wbo-It) S 4868 4870 23311 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289877631 9367552 275 33554432000 4194304 5064252 140736594120464 140736594119376 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4870/statm: 2287 275 233 213 0 72 0
[pid=4871] ppid=4870 vsize=54492 CPUtime=130.83 cores=0,2,4,6
/proc/4871/stat : 4871 (npSolver-wbo) S 4870 4870 23311 0 -1 4202496 16385 80434 0 0 226 44 12746 67 20 0 1 0 289877631 55799808 12341 33554432000 4194304 5990268 140734271642448 140734271633856 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4871/statm: 13623 12341 175 439 0 13180 0
[pid=5888] ppid=4871 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5888/stat : 5888 (satsolver.sh) S 4871 4870 23311 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289890729 9367552 267 33554432000 4194304 5064252 140734617885344 140734617884256 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5888/statm: 2287 267 226 213 0 72 0
[pid=5889] ppid=5888 vsize=79720 CPUtime=31.31 cores=0,2,4,6
/proc/5889/stat : 5889 (glucose) R 5888 4870 23311 0 -1 4202496 14153 0 0 0 3128 3 0 0 20 0 1 0 289890729 81633280 16353 33554432000 4194304 5208918 140733514814944 140733514812792 4211577 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5889/statm: 19930 16353 95 248 0 19679 0
Current children cumulated CPU time (s) 162.14

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


[startup+1422.31 s]
/proc/loadavg: 2.10 2.08 2.01 3/183 8120
/proc/meminfo: memFree=27785504/32873844 swapFree=7384/7384
[pid=4870] ppid=4868 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4870/stat : 4870 (npSolver-wbo-It) S 4868 4870 23311 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289877631 9367552 275 33554432000 4194304 5064252 140736594120464 140736594119376 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4870/statm: 2287 275 233 213 0 72 0
[pid=4871] ppid=4870 vsize=54492 CPUtime=1398.61 cores=0,2,4,6
/proc/4871/stat : 4871 (npSolver-wbo) S 4870 4870 23311 0 -1 4202496 95165 670736 0 0 482 77 138691 611 20 0 1 0 289877631 55799808 12341 33554432000 4194304 5990268 140734271642448 140734271633856 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 50 0 0
/proc/4871/statm: 13623 12341 175 439 0 13180 0
[pid=8087] ppid=4871 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8087/stat : 8087 (satsolver.sh) S 4871 4870 23311 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 290017685 9367552 267 33554432000 4194304 5064252 140736003356528 140736003355440 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8087/statm: 2287 267 226 213 0 72 0
[pid=8088] ppid=8087 vsize=79712 CPUtime=21.76 cores=0,2,4,6
/proc/8088/stat : 8088 (glucose) R 8087 4870 23311 0 -1 4202496 13671 0 0 0 2174 2 0 0 20 0 1 0 290017685 81625088 16992 33554432000 4194304 5208918 140734731963376 140734731961224 4211888 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8088/statm: 19928 16992 95 248 0 19677 0
Current children cumulated CPU time (s) 1420.37
Current children cumulated vsize (KiB) 152500

[startup+1482.3 s]
/proc/loadavg: 2.11 2.08 2.01 3/183 8218
/proc/meminfo: memFree=27793748/32873844 swapFree=7384/7384
[pid=4870] ppid=4868 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4870/stat : 4870 (npSolver-wbo-It) S 4868 4870 23311 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289877631 9367552 275 33554432000 4194304 5064252 140736594120464 140736594119376 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4870/statm: 2287 275 233 213 0 72 0
[pid=4871] ppid=4870 vsize=54492 CPUtime=1441 cores=0,2,4,6
/proc/4871/stat : 4871 (npSolver-wbo) S 4870 4870 23311 0 -1 4202496 97791 690380 0 0 491 78 142903 628 20 0 1 0 289877631 55799808 12341 33554432000 4194304 5990268 140734271642448 140734271633856 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 50 0 0
/proc/4871/statm: 13623 12341 175 439 0 13180 0
[pid=8161] ppid=4871 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8161/stat : 8161 (satsolver.sh) S 4871 4870 23311 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 290021924 9367552 267 33554432000 4194304 5064252 140733898668624 140733898667536 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8161/statm: 2287 267 226 213 0 72 0
[pid=8162] ppid=8161 vsize=79716 CPUtime=39.36 cores=0,2,4,6
/proc/8162/stat : 8162 (glucose) R 8161 4870 23311 0 -1 4202496 14246 0 0 0 3934 2 0 0 20 0 1 0 290021924 81629184 16426 33554432000 4194304 5208918 140736302110608 140736302108456 4211558 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8162/statm: 19929 16426 95 248 0 19678 0
Current children cumulated CPU time (s) 1480.36
Current children cumulated vsize (KiB) 152504

[startup+1542.3 s]
/proc/loadavg: 2.04 2.07 2.00 3/184 8326
/proc/meminfo: memFree=27777500/32873844 swapFree=7384/7384
[pid=4870] ppid=4868 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4870/stat : 4870 (npSolver-wbo-It) S 4868 4870 23311 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289877631 9367552 275 33554432000 4194304 5064252 140736594120464 140736594119376 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4870/statm: 2287 275 233 213 0 72 0
[pid=4871] ppid=4870 vsize=54492 CPUtime=1525.44 cores=0,2,4,6
/proc/4871/stat : 4871 (npSolver-wbo) S 4870 4870 23311 0 -1 4202496 103043 729998 0 0 508 80 151291 665 20 0 1 0 289877631 55799808 12341 33554432000 4194304 5990268 140734271642448 140734271633856 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 50 0 0
/proc/4871/statm: 13623 12341 175 439 0 13180 0
[pid=8301] ppid=4871 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8301/stat : 8301 (satsolver.sh) S 4871 4870 23311 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 290030370 9367552 266 33554432000 4194304 5064252 140736169861408 140736169860320 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8301/statm: 2287 266 226 213 0 72 0
[pid=8302] ppid=8301 vsize=67892 CPUtime=14.89 cores=0,2,4,6
/proc/8302/stat : 8302 (glucose) R 8301 4870 23311 0 -1 4202496 13868 0 0 0 1488 1 0 0 20 0 1 0 290030370 69521408 16146 33554432000 4194304 5208918 140735263860768 140735263858616 4211656 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8302/statm: 16973 16146 95 248 0 16722 0
Current children cumulated CPU time (s) 1540.33
Current children cumulated vsize (KiB) 140680

[startup+1602.3 s]
/proc/loadavg: 2.11 2.08 2.01 3/184 8424
/proc/meminfo: memFree=27784508/32873844 swapFree=7384/7384
[pid=4870] ppid=4868 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4870/stat : 4870 (npSolver-wbo-It) S 4868 4870 23311 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289877631 9367552 275 33554432000 4194304 5064252 140736594120464 140736594119376 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4870/statm: 2287 275 233 213 0 72 0
[pid=4871] ppid=4870 vsize=54492 CPUtime=1567.65 cores=0,2,4,6
/proc/4871/stat : 4871 (npSolver-wbo) S 4870 4870 23311 0 -1 4202496 105669 749599 0 0 517 81 155484 683 20 0 1 0 289877631 55799808 12341 33554432000 4194304 5990268 140734271642448 140734271633856 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 50 0 0
/proc/4871/statm: 13623 12341 175 439 0 13180 0
[pid=8374] ppid=4871 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8374/stat : 8374 (satsolver.sh) S 4871 4870 23311 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 290034590 9367552 267 33554432000 4194304 5064252 140733658270064 140733658268976 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8374/statm: 2287 267 226 213 0 72 0
[pid=8375] ppid=8374 vsize=79712 CPUtime=32.69 cores=0,2,4,6
/proc/8375/stat : 8375 (glucose) R 8374 4870 23311 0 -1 4202496 14186 0 0 0 3267 2 0 0 20 0 1 0 290034590 81625088 16420 33554432000 4194304 5208918 140734350306960 140734350304808 4211652 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8375/statm: 19928 16420 95 248 0 19677 0
Current children cumulated CPU time (s) 1600.34
Current children cumulated vsize (KiB) 152500

[startup+1662.3 s]
/proc/loadavg: 2.06 2.07 2.00 3/183 8533
/proc/meminfo: memFree=27792572/32873844 swapFree=7384/7384
[pid=4870] ppid=4868 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4870/stat : 4870 (npSolver-wbo-It) S 4868 4870 23311 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289877631 9367552 275 33554432000 4194304 5064252 140736594120464 140736594119376 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4870/statm: 2287 275 233 213 0 72 0
[pid=4871] ppid=4870 vsize=54492 CPUtime=1651.72 cores=0,2,4,6
/proc/4871/stat : 4871 (npSolver-wbo) S 4870 4870 23311 0 -1 4202496 110921 789603 0 0 534 83 163837 718 20 0 1 0 289877631 55799808 12341 33554432000 4194304 5990268 140734271642448 140734271633856 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 50 0 0
/proc/4871/statm: 13623 12341 175 439 0 13180 0
[pid=8518] ppid=4871 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8518/stat : 8518 (satsolver.sh) S 4871 4870 23311 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 290043001 9367552 267 33554432000 4194304 5064252 140736598075888 140736598074800 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8518/statm: 2287 267 226 213 0 72 0
[pid=8519] ppid=8518 vsize=67892 CPUtime=8.59 cores=0,2,4,6
/proc/8519/stat : 8519 (glucose) R 8518 4870 23311 0 -1 4202496 13534 0 0 0 857 2 0 0 20 0 1 0 290043001 69521408 16302 33554432000 4194304 5208918 140736155217120 140736155214968 4211580 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8519/statm: 16973 16302 95 248 0 16722 0
Current children cumulated CPU time (s) 1660.31
Current children cumulated vsize (KiB) 140680

[startup+1722.3 s]
/proc/loadavg: 2.09 2.07 2.00 3/183 8632
/proc/meminfo: memFree=27852684/32873844 swapFree=7384/7384
[pid=4870] ppid=4868 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4870/stat : 4870 (npSolver-wbo-It) S 4868 4870 23311 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289877631 9367552 275 33554432000 4194304 5064252 140736594120464 140736594119376 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4870/statm: 2287 275 233 213 0 72 0
[pid=4871] ppid=4870 vsize=54492 CPUtime=1693.83 cores=0,2,4,6
/proc/4871/stat : 4871 (npSolver-wbo) S 4870 4870 23311 0 -1 4202496 113547 808965 0 0 542 84 168020 737 20 0 1 0 289877631 55799808 12341 33554432000 4194304 5990268 140734271642448 140734271633856 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 50 0 0
/proc/4871/statm: 13623 12341 175 439 0 13180 0
[pid=8588] ppid=4871 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8588/stat : 8588 (satsolver.sh) S 4871 4870 23311 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 290047212 9367552 267 33554432000 4194304 5064252 140736581237008 140736581235920 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8588/statm: 2287 267 226 213 0 72 0
[pid=8589] ppid=8588 vsize=79712 CPUtime=26.48 cores=0,2,4,6
/proc/8589/stat : 8589 (glucose) R 8588 4870 23311 0 -1 4202496 14114 0 0 0 2645 3 0 0 20 0 1 0 290047212 81625088 16426 33554432000 4194304 5208918 140737067986160 140737067984008 4211712 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8589/statm: 19928 16426 95 248 0 19677 0
Current children cumulated CPU time (s) 1720.31
Current children cumulated vsize (KiB) 152500

[startup+1782.3 s]
/proc/loadavg: 2.12 2.08 2.01 3/183 8737
/proc/meminfo: memFree=27795812/32873844 swapFree=7384/7384
[pid=4870] ppid=4868 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4870/stat : 4870 (npSolver-wbo-It) S 4868 4870 23311 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289877631 9367552 275 33554432000 4194304 5064252 140736594120464 140736594119376 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4870/statm: 2287 275 233 213 0 72 0
[pid=4871] ppid=4870 vsize=54492 CPUtime=1778.3 cores=0,2,4,6
/proc/4871/stat : 4871 (npSolver-wbo) S 4870 4870 23311 0 -1 4202496 118799 848953 0 0 560 86 176410 774 20 0 1 0 289877631 55799808 12341 33554432000 4194304 5990268 140734271642448 140734271633856 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 50 0 0
/proc/4871/statm: 13623 12341 175 439 0 13180 0
[pid=8732] ppid=4871 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8732/stat : 8732 (satsolver.sh) S 4871 4870 23311 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 290055681 9367552 266 33554432000 4194304 5064252 140734140043504 140734140042416 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8732/statm: 2287 266 226 213 0 72 0
[pid=8733] ppid=8732 vsize=67896 CPUtime=1.78 cores=0,2,4,6
/proc/8733/stat : 8733 (glucose) R 8732 4870 23311 0 -1 4202496 13460 0 0 0 175 3 0 0 20 0 1 0 290055681 69525504 16189 33554432000 4194304 5208918 140734518695680 140734518693528 4211670 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8733/statm: 16974 16189 95 248 0 16723 0
Current children cumulated CPU time (s) 1780.08
Current children cumulated vsize (KiB) 140684



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.3 s]
/proc/loadavg: 2.09 2.08 2.01 3/184 8768
/proc/meminfo: memFree=27912704/32873844 swapFree=7384/7384
[pid=4870] ppid=4868 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4870/stat : 4870 (npSolver-wbo-It) S 4868 4870 23311 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289877631 9367552 275 33554432000 4194304 5064252 140736594120464 140736594119376 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4870/statm: 2287 275 233 213 0 72 0
[pid=4871] ppid=4870 vsize=54492 CPUtime=1778.3 cores=0,2,4,6
/proc/4871/stat : 4871 (npSolver-wbo) S 4870 4870 23311 0 -1 4202496 118799 848953 0 0 560 86 176410 774 20 0 1 0 289877631 55799808 12341 33554432000 4194304 5990268 140734271642448 140734271633856 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 50 0 0
/proc/4871/statm: 13623 12341 175 439 0 13180 0
[pid=8732] ppid=4871 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8732/stat : 8732 (satsolver.sh) S 4871 4870 23311 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 290055681 9367552 266 33554432000 4194304 5064252 140734140043504 140734140042416 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8732/statm: 2287 266 226 213 0 72 0
[pid=8733] ppid=8732 vsize=79720 CPUtime=21.79 cores=0,2,4,6
/proc/8733/stat : 8733 (glucose) R 8732 4870 23311 0 -1 4202496 13707 0 0 0 2176 3 0 0 20 0 1 0 290055681 81633280 16532 33554432000 4194304 5208918 140734518695680 140734518693528 4211632 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8733/statm: 19930 16532 95 248 0 19679 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 152508

Sending SIGTERM to process tree (bottom up)

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

[startup+1802.3 s]
/proc/loadavg: 2.09 2.08 2.01 3/184 8768
/proc/meminfo: memFree=27912704/32873844 swapFree=7384/7384
[pid=4870] ppid=4868 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4870/stat : 4870 (npSolver-wbo-It) S 4868 4870 23311 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289877631 9367552 275 33554432000 4194304 5064252 140736594120464 140736594119376 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4870/statm: 2287 275 233 213 0 72 0
[pid=4871] ppid=4870 vsize=54492 CPUtime=1778.3 cores=0,2,4,6
/proc/4871/stat : 4871 (npSolver-wbo) S 4870 4870 23311 0 -1 4202496 118799 848953 0 0 560 86 176410 774 20 0 1 0 289877631 55799808 12341 33554432000 4194304 5990268 140734271642448 140734271633856 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 50 0 0
/proc/4871/statm: 13623 12341 175 439 0 13180 0
[pid=8732] ppid=4871 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8732/stat : 8732 (satsolver.sh) S 4871 4870 23311 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 290055681 9367552 266 33554432000 4194304 5064252 140734140043504 140734140042416 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8732/statm: 2287 266 226 213 0 72 0
[pid=8733] ppid=8732 vsize=79720 CPUtime=21.79 cores=0,2,4,6
/proc/8733/stat : 8733 (glucose) R 8732 4870 23311 0 -1 4202496 13707 0 0 0 2176 3 0 0 20 0 1 0 290055681 81633280 16532 33554432000 4194304 5208918 140734518695680 140734518693528 4211632 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8733/statm: 19930 16532 95 248 0 19679 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 152508

Child status: 0
Real time (s): 1802.31
CPU time (s): 1800.13
CPU user time (s): 1791.47
CPU system time (s): 8.66068
CPU usage (%): 99.8791
Max. virtual memory (cumulated for all children) (KiB): 155852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.47
system time used= 8.66068
maximum resident set size= 71256
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 982447
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2012336
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13409
involuntary context switches= 2324

runsolver used 3.46447 second user time and 8.47071 second system time

The end

Launcher Data

Begin job on node136 at 2012-05-28 22:38:42
IDJOB=3715317
IDBENCH=79329
IDSOLVER=2297
FILE ID=node136/3715317-1338237522
RUNJOBID= node136-1338228495-23327
PBS_JOBID= 14624636
Free space on /tmp= 71056 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-ooo.rf8.ucl--soft-0-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3715317-1338237522/watcher-3715317-1338237522 -o /tmp/evaluation-result-3715317-1338237522/solver-3715317-1338237522 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715317-1338237522.wbo 3487126 HOME HOME

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

MD5SUM BENCH= daa4650c03ccc8f8b44e19f0217c9b39
RANDOM SEED=3487126

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
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:        28219564 kB
Buffers:          531380 kB
Cached:          3180576 kB
SwapCached:        24460 kB
Active:          1572500 kB
Inactive:        2220672 kB
Active(anon):      51440 kB
Inactive(anon):    26984 kB
Active(file):    1521060 kB
Inactive(file):  2193688 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67079072 kB
Dirty:             20092 kB
Writeback:             0 kB
AnonPages:        104912 kB
Mapped:            10312 kB
Shmem:                 0 kB
Slab:             721020 kB
SReclaimable:     161596 kB
SUnreclaim:       559424 kB
KernelStack:        1552 kB
PageTables:         3904 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     205012 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     79872 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= 70980 MiB
End job on node136 at 2012-05-28 23:08:44