Trace number 3714976

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? (TO) 1800.12 1800.61

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-55-50--soft-33-100-0.wbo
MD5SUM7dae57beceb3170ed40c9307fdc88b85
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard 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 benchmark0.791879
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables2750
Total number of constraints105
Number of soft constraints69
Number of constraints which are clauses55
Number of constraints which are cardinality constraints (but not clauses)50
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint50
Maximum length of a constraint55
Top cost 3856
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 3855
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 56
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.17	c run usual solver
1.47/1.53	o 1626
4.47/4.93	o 845
7.67/7.78	o 768
10.29/10.54	o 755
13.98/14.23	o 753
19.08/19.34	o 731
23.82/24.19	o 730
47.38/47.76	o 729
53.29/53.67	o 712
57.06/57.43	o 705
115.41/115.69	o 670
145.49/145.88	o 637
163.77/164.16	o 630
177.04/177.43	o 627
199.11/199.30	o 624
218.44/218.85	o 618
246.77/247.19	o 617
266.80/267.22	o 611
314.40/314.84	o 603
321.13/321.57	o 237
329.56/329.92	o 227
333.85/334.10	o 224
340.34/340.60	o 222
345.28/345.63	o 221
355.33/355.69	o 215
368.35/368.72	o 214
377.55/377.80	o 181
380.58/380.94	o 118
384.84/385.19	o 117
389.14/389.49	o 110
391.51/391.85	o 94
393.54/393.88	o 88
395.98/396.31	o 46
399.19/399.52	o 24
400.14/400.50	o 12
400.24/401.19	o 11
401.43/401.75	o 10
401.88/402.21	o 2
402.49/402.82	o 1
402.49/402.82	c [SWC] exit 4
1800.08/1800.60	./satsolver.sh: line 5: 13137 Terminated              ./glucose $1 > $2 2> /dev/null
1800.08/1800.60	c error: unexpected solver exit code
1800.08/1800.60	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-3714976-1338181966/watcher-3714976-1338181966 -o /tmp/evaluation-result-3714976-1338181966/solver-3714976-1338181966 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3714976-1338181966.wbo 1692519032 HOME HOME 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12366
/proc/meminfo: memFree=27756340/32873648 swapFree=6864/6864
[pid=12366] ppid=12364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12366/stat : 12366 (npSolver-wbo-It) S 12364 12366 8283 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284322595 9367552 275 33554432000 4194304 5064252 140736573374448 140736573373360 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12366/statm: 2287 275 233 213 0 72 0

[startup+0.0678499 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12366
/proc/meminfo: memFree=27756340/32873648 swapFree=6864/6864
[pid=12366] ppid=12364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12366/stat : 12366 (npSolver-wbo-It) S 12364 12366 8283 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284322595 9367552 275 33554432000 4194304 5064252 140736573374448 140736573373360 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12366/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10019 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12366
/proc/meminfo: memFree=27756340/32873648 swapFree=6864/6864
[pid=12366] ppid=12364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12366/stat : 12366 (npSolver-wbo-It) S 12364 12366 8283 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284322595 9367552 275 33554432000 4194304 5064252 140736573374448 140736573373360 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12366/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300136 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12366
/proc/meminfo: memFree=27756340/32873648 swapFree=6864/6864
[pid=12366] ppid=12364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12366/stat : 12366 (npSolver-wbo-It) S 12364 12366 8283 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284322595 9367552 275 33554432000 4194304 5064252 140736573374448 140736573373360 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12366/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700121 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12366
/proc/meminfo: memFree=27756340/32873648 swapFree=6864/6864
[pid=12366] ppid=12364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12366/stat : 12366 (npSolver-wbo-It) S 12364 12366 8283 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284322595 9367552 275 33554432000 4194304 5064252 140736573374448 140736573373360 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12366/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50024 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12370
/proc/meminfo: memFree=27704044/32873648 swapFree=6864/6864
[pid=12366] ppid=12364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12366/stat : 12366 (npSolver-wbo-It) S 12364 12366 8283 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284322595 9367552 275 33554432000 4194304 5064252 140736573374448 140736573373360 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12366/statm: 2287 275 233 213 0 72 0
[pid=12367] ppid=12366 vsize=7888 CPUtime=1.47 cores=0,2,4,6
/proc/12367/stat : 12367 (npSolver-wbo) R 12366 12366 8283 0 -1 4202496 3368 20274 0 0 17 4 108 18 20 0 1 0 284322595 8077312 1429 33554432000 4194304 5990268 140735497801136 140735497794440 5177872 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/12367/statm: 1972 1429 160 439 0 1529 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 17036

[startup+3.10023 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12380
/proc/meminfo: memFree=27657608/32873648 swapFree=6864/6864
[pid=12366] ppid=12364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12366/stat : 12366 (npSolver-wbo-It) S 12364 12366 8283 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284322595 9367552 275 33554432000 4194304 5064252 140736573374448 140736573373360 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12366/statm: 2287 275 233 213 0 72 0
[pid=12367] ppid=12366 vsize=25988 CPUtime=1.64 cores=0,2,4,6
/proc/12367/stat : 12367 (npSolver-wbo) S 12366 12366 8283 0 -1 4202496 6217 20789 0 0 29 9 108 18 20 0 1 0 284322595 26611712 4386 33554432000 4194304 5990268 140735497801136 140735497792560 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12367/statm: 6497 4386 164 439 0 6054 0
[pid=12379] ppid=12367 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12379/stat : 12379 (satsolver.sh) S 12367 12366 8283 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284322762 9367552 267 33554432000 4194304 5064252 140735573935328 140735573934240 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12379/statm: 2287 267 226 213 0 72 0
[pid=12380] ppid=12379 vsize=78760 CPUtime=1.41 cores=0,2,4,6
/proc/12380/stat : 12380 (glucose) R 12379 12366 8283 0 -1 4202496 16352 0 0 0 139 2 0 0 20 0 1 0 284322762 80650240 17809 33554432000 4194304 5208918 140737113453120 140737113450968 4229251 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12380/statm: 19690 17809 103 248 0 19439 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 123044

[startup+6.30022 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12387
/proc/meminfo: memFree=27687396/32873648 swapFree=6864/6864
[pid=12366] ppid=12364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12366/stat : 12366 (npSolver-wbo-It) S 12364 12366 8283 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284322595 9367552 275 33554432000 4194304 5064252 140736573374448 140736573373360 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12366/statm: 2287 275 233 213 0 72 0
[pid=12367] ppid=12366 vsize=23492 CPUtime=4.97 cores=0,2,4,6
/proc/12367/stat : 12367 (npSolver-wbo) S 12366 12366 8283 0 -1 4202496 8813 44071 0 0 35 10 410 42 20 0 1 0 284322595 24055808 4855 33554432000 4194304 5990268 140735497801136 140735497792560 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12367/statm: 5873 4855 164 439 0 5430 0
[pid=12386] ppid=12367 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12386/stat : 12386 (satsolver.sh) S 12367 12366 8283 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284323095 9367552 266 33554432000 4194304 5064252 140736167324544 140736167323456 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12386/statm: 2287 266 226 213 0 72 0
[pid=12387] ppid=12386 vsize=50732 CPUtime=1.28 cores=0,2,4,6
/proc/12387/stat : 12387 (glucose) R 12386 12366 8283 0 -1 4202496 10718 0 0 0 127 1 0 0 20 0 1 0 284323095 51949568 11298 33554432000 4194304 5208918 140734771645360 140734771643208 4229251 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12387/statm: 12683 11298 102 248 0 12432 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 92520

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12401
/proc/meminfo: memFree=27686732/32873648 swapFree=6864/6864
[pid=12366] ppid=12364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12366/stat : 12366 (npSolver-wbo-It) S 12364 12366 8283 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284322595 9367552 275 33554432000 4194304 5064252 140736573374448 140736573373360 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12366/statm: 2287 275 233 213 0 72 0
[pid=12367] ppid=12366 vsize=23492 CPUtime=10.58 cores=0,2,4,6
/proc/12367/stat : 12367 (npSolver-wbo) S 12366 12366 8283 0 -1 4202496 13925 78791 0 0 47 11 937 63 20 0 1 0 284322595 24055808 4855 33554432000 4194304 5990268 140735497801136 140735497792560 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12367/statm: 5873 4855 164 439 0 5430 0
[pid=12400] ppid=12367 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12400/stat : 12400 (satsolver.sh) S 12367 12366 8283 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284323655 9367552 266 33554432000 4194304 5064252 140734375297840 140734375296752 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12400/statm: 2287 266 226 213 0 72 0
[pid=12401] ppid=12400 vsize=45840 CPUtime=2.09 cores=0,2,4,6
/proc/12401/stat : 12401 (glucose) R 12400 12366 8283 0 -1 4202496 10430 0 0 0 207 2 0 0 20 0 1 0 284323655 46940160 10231 33554432000 4194304 5208918 140735366512288 140735366510136 4229688 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12401/statm: 11460 10231 104 248 0 11209 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 87628

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 12472
/proc/meminfo: memFree=27977532/32873648 swapFree=6864/6864
[pid=12366] ppid=12364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12366/stat : 12366 (npSolver-wbo-It) S 12364 12366 8283 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284322595 9367552 275 33554432000 4194304 5064252 140736573374448 140736573373360 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12366/statm: 2287 275 233 213 0 72 0
[pid=12367] ppid=12366 vsize=23492 CPUtime=24.12 cores=0,2,4,6
/proc/12367/stat : 12367 (npSolver-wbo) S 12366 12366 8283 0 -1 4202496 21559 128400 0 0 63 14 2239 96 20 0 1 0 284322595 24055808 4855 33554432000 4194304 5990268 140735497801136 140735497792560 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12367/statm: 5873 4855 164 439 0 5430 0
[pid=12463] ppid=12367 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12463/stat : 12463 (satsolver.sh) S 12367 12366 8283 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284325020 9367552 267 33554432000 4194304 5064252 140737483021584 140737483020496 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12463/statm: 2287 267 226 213 0 72 0
[pid=12464] ppid=12463 vsize=44196 CPUtime=1.24 cores=0,2,4,6
/proc/12464/stat : 12464 (glucose) R 12463 12366 8283 0 -1 4202496 9253 0 0 0 123 1 0 0 20 0 1 0 284325020 45256704 9895 33554432000 4194304 5208918 140733332612592 140733332610440 4231508 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12464/statm: 11049 9895 95 248 0 10798 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 85984

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12495
/proc/meminfo: memFree=27930788/32873648 swapFree=6864/6864
[pid=12366] ppid=12364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12366/stat : 12366 (npSolver-wbo-It) S 12364 12366 8283 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284322595 9367552 275 33554432000 4194304 5064252 140736573374448 140736573373360 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12366/statm: 2287 275 233 213 0 72 0
[pid=12367] ppid=12366 vsize=23492 CPUtime=47.67 cores=0,2,4,6
/proc/12367/stat : 12367 (npSolver-wbo) S 12366 12366 8283 0 -1 4202496 24102 145219 0 0 68 15 4577 107 20 0 1 0 284322595 24055808 4855 33554432000 4194304 5990268 140735497801136 140735497792560 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12367/statm: 5873 4855 164 439 0 5430 0
[pid=12494] ppid=12367 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12494/stat : 12494 (satsolver.sh) S 12367 12366 8283 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284327377 9367552 267 33554432000 4194304 5064252 140733310830432 140733310829344 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12494/statm: 2287 267 226 213 0 72 0
[pid=12495] ppid=12494 vsize=45788 CPUtime=3.26 cores=0,2,4,6
/proc/12495/stat : 12495 (glucose) R 12494 12366 8283 0 -1 4202496 9817 0 0 0 325 1 0 0 20 0 1 0 284327377 46886912 10194 33554432000 4194304 5208918 140736808876672 140736808874520 4229688 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12495/statm: 11447 10194 103 248 0 11196 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 87576

[startup+102.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/183 12538
/proc/meminfo: memFree=27919048/32873648 swapFree=6864/6864
[pid=12366] ppid=12364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12366/stat : 12366 (npSolver-wbo-It) S 12364 12366 8283 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284322595 9367552 275 33554432000 4194304 5064252 140736573374448 140736573373360 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12366/statm: 2287 275 233 213 0 72 0
[pid=12367] ppid=12366 vsize=23492 CPUtime=57.34 cores=0,2,4,6
/proc/12367/stat : 12367 (npSolver-wbo) S 12366 12366 8283 0 -1 4202496 29183 176971 0 0 79 16 5510 129 20 0 1 0 284322595 24055808 4855 33554432000 4194304 5990268 140735497801136 140735497792560 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12367/statm: 5873 4855 164 439 0 5430 0
[pid=12508] ppid=12367 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12508/stat : 12508 (satsolver.sh) S 12367 12366 8283 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 284328344 9367552 266 33554432000 4194304 5064252 140733716134640 140733716133552 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12508/statm: 2287 266 226 213 0 72 0
[pid=12509] ppid=12508 vsize=64696 CPUtime=44.78 cores=0,2,4,6
/proc/12509/stat : 12509 (glucose) R 12508 12366 8283 0 -1 4202496 12769 0 0 0 4476 2 0 0 20 0 1 0 284328344 66248704 15090 33554432000 4194304 5208918 140737354409456 140737354407400 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12509/statm: 16174 15090 104 248 0 15923 0
Current children cumulated CPU time (s) 102.12
Current children cumulated vsize (KiB) 106484

[startup+162.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 12601
/proc/meminfo: memFree=27926728/32873648 swapFree=6864/6864
[pid=12366] ppid=12364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12366/stat : 12366 (npSolver-wbo-It) S 12364 12366 8283 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284322595 9367552 275 33554432000 4194304 5064252 140736573374448 140736573373360 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12366/statm: 2287 275 233 213 0 72 0
[pid=12367] ppid=12366 vsize=23492 CPUtime=145.76 cores=0,2,4,6
/proc/12367/stat : 12367 (npSolver-wbo) S 12366 12366 8283 0 -1 4202496 33292 214078 0 0 89 18 14318 151 20 0 1 0 284322595 24055808 4855 33554432000 4194304 5990268 140735497801136 140735497792560 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12367/statm: 5873 4855 164 439 0 5430 0
[pid=12586] ppid=12367 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12586/stat : 12586 (satsolver.sh) S 12367 12366 8283 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 284337188 9367552 266 33554432000 4194304 5064252 140736777964384 140736777963296 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12586/statm: 2287 266 226 213 0 72 0
[pid=12587] ppid=12586 vsize=66300 CPUtime=16.34 cores=0,2,4,6
/proc/12587/stat : 12587 (glucose) R 12586 12366 8283 0 -1 4202496 11723 0 0 0 1632 2 0 0 20 0 1 0 284337188 67891200 15070 33554432000 4194304 5208918 140735458236624 140735458234488 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12587/statm: 16575 15070 104 248 0 16324 0
Current children cumulated CPU time (s) 162.1

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


[startup+1422.3 s]
/proc/loadavg: 2.00 2.05 2.01 3/183 13173
/proc/meminfo: memFree=27657532/32873648 swapFree=6864/6864
[pid=12366] ppid=12364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12366/stat : 12366 (npSolver-wbo-It) S 12364 12366 8283 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284322595 9367552 275 33554432000 4194304 5064252 140736573374448 140736573373360 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12366/statm: 2287 275 233 213 0 72 0
[pid=12367] ppid=12366 vsize=23492 CPUtime=402.56 cores=0,2,4,6
/proc/12367/stat : 12367 (npSolver-wbo) S 12366 12366 8283 0 -1 4202496 64980 576277 0 0 145 26 39777 308 20 0 1 0 284322595 24055808 4856 33554432000 4194304 5990268 140735497801136 140735497792560 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12367/statm: 5873 4856 165 439 0 5430 0
[pid=13136] ppid=12367 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13136/stat : 13136 (satsolver.sh) S 12367 12366 8283 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284362877 9367552 267 33554432000 4194304 5064252 140737053579712 140737053578624 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13136/statm: 2287 267 226 213 0 72 0
[pid=13137] ppid=13136 vsize=241868 CPUtime=1019.29 cores=0,2,4,6
/proc/13137/stat : 13137 (glucose) R 13136 12366 8283 0 -1 4202496 21066 0 0 0 101910 19 0 0 20 0 1 0 284362877 247672832 52925 33554432000 4194304 5208918 140733458655600 140733458651976 4229021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13137/statm: 60467 52925 104 248 0 60216 0
Current children cumulated CPU time (s) 1421.85
Current children cumulated vsize (KiB) 283656

[startup+1482.3 s]
/proc/loadavg: 2.00 2.04 2.01 4/183 13173
/proc/meminfo: memFree=27642768/32873648 swapFree=6864/6864
[pid=12366] ppid=12364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12366/stat : 12366 (npSolver-wbo-It) S 12364 12366 8283 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284322595 9367552 275 33554432000 4194304 5064252 140736573374448 140736573373360 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12366/statm: 2287 275 233 213 0 72 0
[pid=12367] ppid=12366 vsize=23492 CPUtime=402.56 cores=0,2,4,6
/proc/12367/stat : 12367 (npSolver-wbo) S 12366 12366 8283 0 -1 4202496 64980 576277 0 0 145 26 39777 308 20 0 1 0 284322595 24055808 4856 33554432000 4194304 5990268 140735497801136 140735497792560 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12367/statm: 5873 4856 165 439 0 5430 0
[pid=13136] ppid=12367 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13136/stat : 13136 (satsolver.sh) S 12367 12366 8283 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284362877 9367552 267 33554432000 4194304 5064252 140737053579712 140737053578624 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13136/statm: 2287 267 226 213 0 72 0
[pid=13137] ppid=13136 vsize=241868 CPUtime=1079.27 cores=0,2,4,6
/proc/13137/stat : 13137 (glucose) R 13136 12366 8283 0 -1 4202496 21982 0 0 0 107906 21 0 0 20 0 1 0 284362877 247672832 54461 33554432000 4194304 5208918 140733458655600 140733458651976 4229244 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13137/statm: 60467 54461 104 248 0 60216 0
Current children cumulated CPU time (s) 1481.83
Current children cumulated vsize (KiB) 283656

[startup+1542.31 s]
/proc/loadavg: 2.00 2.03 2.00 3/183 13173
/proc/meminfo: memFree=27630952/32873648 swapFree=6864/6864
[pid=12366] ppid=12364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12366/stat : 12366 (npSolver-wbo-It) S 12364 12366 8283 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284322595 9367552 275 33554432000 4194304 5064252 140736573374448 140736573373360 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12366/statm: 2287 275 233 213 0 72 0
[pid=12367] ppid=12366 vsize=23492 CPUtime=402.56 cores=0,2,4,6
/proc/12367/stat : 12367 (npSolver-wbo) S 12366 12366 8283 0 -1 4202496 64980 576277 0 0 145 26 39777 308 20 0 1 0 284322595 24055808 4856 33554432000 4194304 5990268 140735497801136 140735497792560 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12367/statm: 5873 4856 165 439 0 5430 0
[pid=13136] ppid=12367 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13136/stat : 13136 (satsolver.sh) S 12367 12366 8283 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284362877 9367552 267 33554432000 4194304 5064252 140737053579712 140737053578624 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13136/statm: 2287 267 226 213 0 72 0
[pid=13137] ppid=13136 vsize=241868 CPUtime=1139.26 cores=0,2,4,6
/proc/13137/stat : 13137 (glucose) R 13136 12366 8283 0 -1 4202496 22925 0 0 0 113903 23 0 0 20 0 1 0 284362877 247672832 55997 33554432000 4194304 5208918 140733458655600 140733458651288 4229347 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13137/statm: 60467 55997 104 248 0 60216 0
Current children cumulated CPU time (s) 1541.82
Current children cumulated vsize (KiB) 283656

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 13173
/proc/meminfo: memFree=27620332/32873648 swapFree=6864/6864
[pid=12366] ppid=12364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12366/stat : 12366 (npSolver-wbo-It) S 12364 12366 8283 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284322595 9367552 275 33554432000 4194304 5064252 140736573374448 140736573373360 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12366/statm: 2287 275 233 213 0 72 0
[pid=12367] ppid=12366 vsize=23492 CPUtime=402.56 cores=0,2,4,6
/proc/12367/stat : 12367 (npSolver-wbo) S 12366 12366 8283 0 -1 4202496 64980 576277 0 0 145 26 39777 308 20 0 1 0 284322595 24055808 4856 33554432000 4194304 5990268 140735497801136 140735497792560 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12367/statm: 5873 4856 165 439 0 5430 0
[pid=13136] ppid=12367 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13136/stat : 13136 (satsolver.sh) S 12367 12366 8283 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284362877 9367552 267 33554432000 4194304 5064252 140737053579712 140737053578624 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13136/statm: 2287 267 226 213 0 72 0
[pid=13137] ppid=13136 vsize=241868 CPUtime=1199.25 cores=0,2,4,6
/proc/13137/stat : 13137 (glucose) R 13136 12366 8283 0 -1 4202496 23841 0 0 0 119900 25 0 0 20 0 1 0 284362877 247672832 57533 33554432000 4194304 5208918 140733458655600 140733458651976 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13137/statm: 60467 57533 104 248 0 60216 0
Current children cumulated CPU time (s) 1601.81
Current children cumulated vsize (KiB) 283656

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/184 13177
/proc/meminfo: memFree=27607392/32873648 swapFree=6864/6864
[pid=12366] ppid=12364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12366/stat : 12366 (npSolver-wbo-It) S 12364 12366 8283 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284322595 9367552 275 33554432000 4194304 5064252 140736573374448 140736573373360 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12366/statm: 2287 275 233 213 0 72 0
[pid=12367] ppid=12366 vsize=23492 CPUtime=402.56 cores=0,2,4,6
/proc/12367/stat : 12367 (npSolver-wbo) S 12366 12366 8283 0 -1 4202496 64980 576277 0 0 145 26 39777 308 20 0 1 0 284322595 24055808 4856 33554432000 4194304 5990268 140735497801136 140735497792560 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12367/statm: 5873 4856 165 439 0 5430 0
[pid=13136] ppid=12367 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13136/stat : 13136 (satsolver.sh) S 12367 12366 8283 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284362877 9367552 267 33554432000 4194304 5064252 140737053579712 140737053578624 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13136/statm: 2287 267 226 213 0 72 0
[pid=13137] ppid=13136 vsize=241868 CPUtime=1259.24 cores=0,2,4,6
/proc/13137/stat : 13137 (glucose) R 13136 12366 8283 0 -1 4202496 24766 0 0 0 125897 27 0 0 20 0 1 0 284362877 247672832 58557 33554432000 4194304 5208918 140733458655600 140733458651368 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13137/statm: 60467 58557 104 248 0 60216 0
Current children cumulated CPU time (s) 1661.8
Current children cumulated vsize (KiB) 283656

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 13177
/proc/meminfo: memFree=27623644/32873648 swapFree=6864/6864
[pid=12366] ppid=12364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12366/stat : 12366 (npSolver-wbo-It) S 12364 12366 8283 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284322595 9367552 275 33554432000 4194304 5064252 140736573374448 140736573373360 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12366/statm: 2287 275 233 213 0 72 0
[pid=12367] ppid=12366 vsize=23492 CPUtime=402.56 cores=0,2,4,6
/proc/12367/stat : 12367 (npSolver-wbo) S 12366 12366 8283 0 -1 4202496 64980 576277 0 0 145 26 39777 308 20 0 1 0 284322595 24055808 4856 33554432000 4194304 5990268 140735497801136 140735497792560 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12367/statm: 5873 4856 165 439 0 5430 0
[pid=13136] ppid=12367 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13136/stat : 13136 (satsolver.sh) S 12367 12366 8283 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284362877 9367552 267 33554432000 4194304 5064252 140737053579712 140737053578624 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13136/statm: 2287 267 226 213 0 72 0
[pid=13137] ppid=13136 vsize=241868 CPUtime=1319.23 cores=0,2,4,6
/proc/13137/stat : 13137 (glucose) R 13136 12366 8283 0 -1 4202496 25584 0 0 0 131894 29 0 0 20 0 1 0 284362877 247672832 53395 33554432000 4194304 5208918 140733458655600 140733458653688 4212322 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13137/statm: 60467 53395 104 248 0 60216 0
Current children cumulated CPU time (s) 1721.79
Current children cumulated vsize (KiB) 283656

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 13177
/proc/meminfo: memFree=27636772/32873648 swapFree=6864/6864
[pid=12366] ppid=12364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12366/stat : 12366 (npSolver-wbo-It) S 12364 12366 8283 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284322595 9367552 275 33554432000 4194304 5064252 140736573374448 140736573373360 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12366/statm: 2287 275 233 213 0 72 0
[pid=12367] ppid=12366 vsize=23492 CPUtime=402.56 cores=0,2,4,6
/proc/12367/stat : 12367 (npSolver-wbo) S 12366 12366 8283 0 -1 4202496 64980 576277 0 0 145 26 39777 308 20 0 1 0 284322595 24055808 4856 33554432000 4194304 5990268 140735497801136 140735497792560 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12367/statm: 5873 4856 165 439 0 5430 0
[pid=13136] ppid=12367 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13136/stat : 13136 (satsolver.sh) S 12367 12366 8283 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284362877 9367552 267 33554432000 4194304 5064252 140737053579712 140737053578624 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13136/statm: 2287 267 226 213 0 72 0
[pid=13137] ppid=13136 vsize=241868 CPUtime=1379.22 cores=0,2,4,6
/proc/13137/stat : 13137 (glucose) R 13136 12366 8283 0 -1 4202496 26322 0 0 0 137892 30 0 0 20 0 1 0 284362877 247672832 53974 33554432000 4194304 5208918 140733458655600 140733458651288 4229888 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13137/statm: 60467 53974 104 248 0 60216 0
Current children cumulated CPU time (s) 1781.78
Current children cumulated vsize (KiB) 283656



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 13177
/proc/meminfo: memFree=27612212/32873648 swapFree=6864/6864
[pid=12366] ppid=12364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12366/stat : 12366 (npSolver-wbo-It) S 12364 12366 8283 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284322595 9367552 275 33554432000 4194304 5064252 140736573374448 140736573373360 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12366/statm: 2287 275 233 213 0 72 0
[pid=12367] ppid=12366 vsize=23492 CPUtime=402.56 cores=0,2,4,6
/proc/12367/stat : 12367 (npSolver-wbo) S 12366 12366 8283 0 -1 4202496 64980 576277 0 0 145 26 39777 308 20 0 1 0 284322595 24055808 4856 33554432000 4194304 5990268 140735497801136 140735497792560 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12367/statm: 5873 4856 165 439 0 5430 0
[pid=13136] ppid=12367 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13136/stat : 13136 (satsolver.sh) S 12367 12366 8283 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284362877 9367552 267 33554432000 4194304 5064252 140737053579712 140737053578624 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13136/statm: 2287 267 226 213 0 72 0
[pid=13137] ppid=13136 vsize=241868 CPUtime=1397.52 cores=0,2,4,6
/proc/13137/stat : 13137 (glucose) R 13136 12366 8283 0 -1 4202496 26327 0 0 0 139722 30 0 0 20 0 1 0 284362877 247672832 56534 33554432000 4194304 5208918 140733458655600 140733458651976 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13137/statm: 60467 56534 104 248 0 60216 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 283656

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 13177
/proc/meminfo: memFree=27612212/32873648 swapFree=6864/6864
[pid=12366] ppid=12364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12366/stat : 12366 (npSolver-wbo-It) S 12364 12366 8283 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284322595 9367552 275 33554432000 4194304 5064252 140736573374448 140736573373360 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12366/statm: 2287 275 233 213 0 72 0
[pid=12367] ppid=12366 vsize=23492 CPUtime=402.56 cores=0,2,4,6
/proc/12367/stat : 12367 (npSolver-wbo) S 12366 12366 8283 0 -1 4202496 64980 576277 0 0 145 26 39777 308 20 0 1 0 284322595 24055808 4856 33554432000 4194304 5990268 140735497801136 140735497792560 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12367/statm: 5873 4856 165 439 0 5430 0
[pid=13136] ppid=12367 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13136/stat : 13136 (satsolver.sh) S 12367 12366 8283 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284362877 9367552 267 33554432000 4194304 5064252 140737053579712 140737053578624 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13136/statm: 2287 267 226 213 0 72 0
[pid=13137] ppid=13136 vsize=241868 CPUtime=1397.52 cores=0,2,4,6
/proc/13137/stat : 13137 (glucose) R 13136 12366 8283 0 -1 4202496 26327 0 0 0 139722 30 0 0 20 0 1 0 284362877 247672832 56534 33554432000 4194304 5208918 140733458655600 140733458651976 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13137/statm: 60467 56534 104 248 0 60216 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 283656

Child status: 0
Real time (s): 1800.61
CPU time (s): 1800.12
CPU user time (s): 1796.46
CPU system time (s): 3.66044
CPU usage (%): 99.9728
Max. virtual memory (cumulated for all children) (KiB): 363796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.46
system time used= 3.66044
maximum resident set size= 293968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 668574
page faults= 0
swaps= 0
block input operations= 0
block output operations= 349424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7953
involuntary context switches= 2379

runsolver used 2.71659 second user time and 7.2629 second system time

The end

Launcher Data

Begin job on node120 at 2012-05-28 07:12:46
IDJOB=3714976
IDBENCH=78719
IDSOLVER=2296
FILE ID=node120/3714976-1338181966
RUNJOBID= node120-1338174763-9877
PBS_JOBID= 14624540
Free space on /tmp= 71644 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-55-50--soft-33-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3714976-1338181966/watcher-3714976-1338181966 -o /tmp/evaluation-result-3714976-1338181966/solver-3714976-1338181966 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itd.sh HOME/instance-3714976-1338181966.wbo 1692519032 HOME HOME

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

MD5SUM BENCH= 7dae57beceb3170ed40c9307fdc88b85
RANDOM SEED=1692519032

node120.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.456
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.91
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.456
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.456
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.92
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.456
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.88
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.456
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.456
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.83
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.456
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.456
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:        27756704 kB
Buffers:          354580 kB
Cached:          3624168 kB
SwapCached:          636 kB
Active:          1149644 kB
Inactive:        3122040 kB
Active(anon):     281944 kB
Inactive(anon):    12532 kB
Active(file):     867700 kB
Inactive(file):  3109508 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67107896 kB
Dirty:              8212 kB
Writeback:             0 kB
AnonPages:        433324 kB
Mapped:            15220 kB
Shmem:               120 kB
Slab:             691472 kB
SReclaimable:     135832 kB
SUnreclaim:       555640 kB
KernelStack:        1520 kB
PageTables:         4564 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     444172 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    380928 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= 71648 MiB
End job on node120 at 2012-05-28 07:42:47