Trace number 4079220

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 NameAnswerobjective functionCPU timeWall clock time
toysat 2016-05-02? (MO) 322.986 323.038

General information on the benchmark

Name/OPT-BIGINT-LIN/
heinz/normalized-sp97ar.opb
MD5SUM346508ea645695d9f01013e13e92c545
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2193774424000000011
Best CPU time to get the best result obtained on this benchmark1800.04
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables14101
Total number of constraints1739
Number of constraints which are clauses181
Number of constraints which are cardinality constraints (but not clauses)1140
Number of constraints which are nor clauses,nor cardinality constraints418
Minimum length of a constraint2
Maximum length of a constraint2463
Number of terms in the objective function 14101
Biggest coefficient in the objective function 234302934400000000
Number of bits for the biggest coefficient in the objective function 58
Sum of the numbers in the objective function 780311080232800000100
Number of bits of the sum of numbers in the objective function 70
Biggest number in a constraint 234302934400000000
Number of bits of the biggest number in a constraint 58
Biggest sum of numbers in a constraint 780311080232800000100
Number of bits of the biggest sum of numbers70
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-07T08:23:08+0200
0.00/0.00	c version = 0.5.0
0.00/0.00	c githash = 1a49202
0.00/0.00	c compilationtime = 2016-05-02 00:19:28.990761 UTC
0.00/0.00	c arch = x86_64
0.00/0.00	c os = linux
0.00/0.00	c compiler = ghc 7.10
0.00/0.00	c packages:
0.00/0.00	c   OptDir-0.0.3
0.00/0.00	c   array-0.5.1.0
0.00/0.00	c   base-4.8.2.0
0.00/0.00	c   bytestring-0.10.6.0
0.00/0.00	c   bytestring-builder-0.10.6.0.0
0.00/0.00	c   clock-0.7.2
0.00/0.00	c   containers-0.5.6.2
0.00/0.00	c   data-default-0.5.3
0.00/0.00	c   data-default-class-0.0.1
0.00/0.00	c   data-interval-1.2.0
0.00/0.00	c   deepseq-1.4.1.1
0.00/0.00	c   directory-1.2.2.0
0.00/0.00	c   exceptions-0.8.2.1
0.00/0.00	c   extended-reals-0.2.1.0
0.00/0.00	c   filepath-1.4.0.0
0.00/0.00	c   finite-field-0.8.0
0.00/0.00	c   hashable-1.2.4.0
0.00/0.00	c   heaps-0.3.3
0.00/0.00	c   intern-0.9.1.4
0.00/0.00	c   loop-0.3.0
0.00/0.00	c   mtl-2.2.1
0.00/0.00	c   multiset-0.3.2
0.00/0.00	c   mwc-random-0.13.3.2
0.00/0.00	c   parse_dimacs-1.3
0.00/0.00	c   parsec-3.1.9
0.00/0.00	c   prettyclass-1.0.0.0
0.00/0.00	c   primes-0.2.1.0
0.00/0.00	c   primitive-0.6.1.0
0.00/0.00	c   process-1.2.3.0
0.00/0.00	c   pseudo-boolean-0.1.3.0
0.00/0.01	c   queue-0.1.2
0.00/0.01	c   semigroups-0.18.1
0.00/0.01	c   sign-0.4.3
0.00/0.01	c   stm-2.4.4.1
0.00/0.01	c   template-haskell-2.10.0.0
0.00/0.01	c   temporary-1.2.0.4
0.00/0.01	c   time-1.5.0.1
0.00/0.01	c   transformers-0.4.2.0
0.00/0.01	c   transformers-compat-0.5.1.4
0.00/0.01	c   type-level-numbers-0.1.1.1
0.00/0.01	c   unbounded-delays-0.1.0.9
0.00/0.01	c   unordered-containers-0.2.6.0
0.00/0.01	c   vector-0.11.0.0
0.00/0.01	c   vector-space-0.10.3
0.00/0.01	c command line = ["+RTS","-H1G","-M15500m","-K1G","-RTS","--pb","--search=bcd2","HOME/instance-4079220-1465280588.opb"]
0.00/0.01	c use --random-gen="770148520 3812711864 2756642341 2834821533 2829573446 2376633717 4059809514 246898829 753528795 4036878008 1201659833 1385585821 3264118822 2424150080 2016937452 1267212547 284867305 2248638932 3169579447 1352834489 1026411577 1028976145 2922176438 1756092104 289036490 2329786080 2786438511 1966022383 1689066606 2719907173 1013414562 319212473 120592573 1283906297 787114984 1262147056 1343453512 3469412482 3463495339 889279486 1155232675 4156112891 1128334648 1791463429 2912717300 2774959688 429396773 2303756704 3826000010 3291866111 1600808704 2906829433 679102276 4051925628 2955033316 1635424357 2011430940 4278020902 1966597949 819194696 81859987 300311608 1745387536 1589321972 3470730108 1487779207 1867650865 667784578 1706423526 4205995413 92758326 3386001087 3957223331 1803767725 2474469366 708065958 2838717110 3449921507 1547363421 852144578 1832389807 3950659179 1961699470 3958742103 3506312778 440038121 1702027736 3383467196 3090095145 611156095 3590134448 2724631876 632759901 20351729 1031680646 2330966993 2629308698 2690649949 1864944468 3141736405 3794312654 3260825445 1415288661 2358272924 190974066 546226294 3180527878 3167333150 3328268134 1223841140 1423167179 2092881650 2258554656 1774253171 2041332511 575931682 4078156359 1639826092 4007751615 939022722 2183449324 1822275476 2633945554 2763072126 3868514420 1310624693 2944075878 205414502 1478521457 1958840114 775793993 2174900612 3858356638 361698691 2906986115 3991799508 1884482297 3467254133 1556093005 1705061925 3248646270 3422526597 3637083666 1778605096 2978764195 1796758703 753182718 3106892829 2707944455 3213260016 1417922391 3071795030 2085454389 2928483144 588812270 1496951602 2644018349 2803157328 178250844 2213260839 3973800334 3401625582 1301155248 4051615736 2824053119 3483499396 2261432807 786259767 2713141575 612928667 1362333553 97727133 1279384094 1449445685 1487861390 2265043894 286045807 2264981168 693423817 2340341294 2456155989 248483962 1376585539 401346635 78125448 2638374362 639047432 3889495600 2721491653 3495653782 1523819241 556416703 2847895603 1517677950 1825867375 1959099264 2789805473 315541999 130408130 3952890550 1321758499 1976525677 2748964229 140036431 3798743598 2056033353 3270576708 2251530890 1483152424 1914453714 3886803054 2084361002 1897178178 512663564 2180232791 1221311840 2900471559 2336975366 23808855 1145935454 819136252 3122763831 3281505651 1766549134 1600612441 1918524012 1802960483 4104761723 3315938131 1037597623 1755703049 3908732872 4269432297 1771111656 3352479482 1336882340 354080396 1611250171 3582690872 827801999 3751643147 293559235 2546146090 24014610 1095547548 1841361673 2628452781 2751723057 1858077281 206335669 236917737 1787036697 123245085 2584066559 3481200142 1975930432 255 362436" option to reproduce the execution
0.49/0.52	c #vars 14101
0.49/0.52	c #constraints 1739
1.49/1.50	c BCD2: Hardening is enabled.
1.49/1.50	c BCD2: BiasedSearch is enabled.
1.49/1.50	c Solving starts ...
1.49/1.50	c ============================[ Search Statistics ]============================
1.49/1.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.50	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.50	c =============================================================================
1.49/1.50	c  0.0s |       0 |        0 |        0 |     5280      0 |        0 |        0
1.79/1.86	c  0.4s |       0 |     2394 |        6 |     5280      0 |        1 |        0
1.79/1.86	c #cpu_time = 0.303s
1.79/1.86	c #wall_clock_time = 0.303s
1.79/1.86	c #decision = 2394
1.79/1.86	c #random_decision = 13
1.79/1.86	c #conflict = 6
1.79/1.86	c #restart = 0
1.79/1.86	o 20099310842400000061

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4079220-1465280588/watcher-4079220-1465280588 -o /tmp/evaluation-result-4079220-1465280588/solver-4079220-1465280588 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1465252213-5800 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079220-1465280588.opb 

pid=9804
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.20 2.22 2.18 3/179 9807
/proc/meminfo: memFree=29281636/32872528 swapFree=16252/1391864
[pid=9807] ppid=9804 vsize=669116 CPUtime=0 cores=1,3,5,7
/proc/9807/stat : 9807 (toysat) R 9804 9807 5783 0 -1 4202496 2483 0 0 0 0 0 0 0 20 0 4 0 109991973 685174784 3356 33554432000 4194304 16246674 140737354337792 140737354337216 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9807/statm: 168047 3368 441 2943 0 164941 0
[pid=9807/tid=9808] ppid=9804 vsize=687548 CPUtime=0 cores=1,3,5,7
/proc/9807/task/9808/stat : 9808 (toysat) S 9804 9807 5783 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109991973 704049152 3426 33554432000 4194304 16246674 140737354337792 140708050611440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9807/tid=9809] ppid=9804 vsize=691644 CPUtime=0 cores=1,3,5,7
/proc/9807/task/9809/stat : 9809 (toysat) S 9804 9807 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109991973 708243456 3444 33554432000 4194304 16246674 140737354337792 140708040121584 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9807/tid=9810] ppid=9804 vsize=695740 CPUtime=0 cores=1,3,5,7
/proc/9807/task/9810/stat : 9810 (toysat) S 9804 9807 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109991973 712437760 3461 33554432000 4194304 16246674 140737354337792 140707960450224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100174 s]
/proc/loadavg: 2.20 2.22 2.18 3/179 9807
/proc/meminfo: memFree=29281636/32872528 swapFree=16252/1391864
[pid=9807] ppid=9804 vsize=1304132 CPUtime=0.09 cores=1,3,5,7
/proc/9807/stat : 9807 (toysat) R 9804 9807 5783 0 -1 4202496 32903 0 0 0 4 5 0 0 20 0 4 0 109991973 1335431168 33713 33554432000 4194304 16246674 140737354337792 140737354337104 12752373 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9807/statm: 326033 33728 799 2943 0 322927 0
[pid=9807/tid=9808] ppid=9804 vsize=1304132 CPUtime=0 cores=1,3,5,7
/proc/9807/task/9808/stat : 9808 (toysat) S 9804 9807 5783 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109991973 1335431168 33740 33554432000 4194304 16246674 140737354337792 140708050611440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9807/tid=9809] ppid=9804 vsize=1304132 CPUtime=0 cores=1,3,5,7
/proc/9807/task/9809/stat : 9809 (toysat) S 9804 9807 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109991973 1335431168 33752 33554432000 4194304 16246674 140737354337792 140708040121584 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9807/tid=9810] ppid=9804 vsize=1304132 CPUtime=0 cores=1,3,5,7
/proc/9807/task/9810/stat : 9810 (toysat) S 9804 9807 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109991973 1335431168 33763 33554432000 4194304 16246674 140737354337792 140707960450224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1304132

[startup+0.200547 s]
/proc/loadavg: 2.20 2.22 2.18 3/179 9807
/proc/meminfo: memFree=29281636/32872528 swapFree=16252/1391864
[pid=9807] ppid=9804 vsize=1312324 CPUtime=0.19 cores=1,3,5,7
/proc/9807/stat : 9807 (toysat) R 9804 9807 5783 0 -1 4202496 47354 0 0 0 13 6 0 0 20 0 4 0 109991973 1343819776 48675 33554432000 4194304 16246674 140737354337792 140737354337104 7371468 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9807/statm: 328081 48693 800 2943 0 324975 0
[pid=9807/tid=9808] ppid=9804 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/9807/task/9808/stat : 9808 (toysat) S 9804 9807 5783 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109991973 1343819776 48705 33554432000 4194304 16246674 140737354337792 140708050611440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9807/tid=9809] ppid=9804 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/9807/task/9809/stat : 9809 (toysat) S 9804 9807 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109991973 1343819776 48716 33554432000 4194304 16246674 140737354337792 140708040121584 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9807/tid=9810] ppid=9804 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/9807/task/9810/stat : 9810 (toysat) S 9804 9807 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109991973 1343819776 48727 33554432000 4194304 16246674 140737354337792 140707960450224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1312324

[startup+0.300489 s]
/proc/loadavg: 2.20 2.22 2.18 3/179 9807
/proc/meminfo: memFree=29281636/32872528 swapFree=16252/1391864
[pid=9807] ppid=9804 vsize=1312324 CPUtime=0.29 cores=1,3,5,7
/proc/9807/stat : 9807 (toysat) R 9804 9807 5783 0 -1 4202496 57616 0 0 0 21 8 0 0 20 0 4 0 109991973 1343819776 58937 33554432000 4194304 16246674 140737354337792 140737354337104 14073329 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9807/statm: 328081 58937 800 2943 0 324975 0
[pid=9807/tid=9808] ppid=9804 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/9807/task/9808/stat : 9808 (toysat) S 9804 9807 5783 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109991973 1343819776 58937 33554432000 4194304 16246674 140737354337792 140708050611440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9807/tid=9809] ppid=9804 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/9807/task/9809/stat : 9809 (toysat) S 9804 9807 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109991973 1343819776 58937 33554432000 4194304 16246674 140737354337792 140708040121584 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9807/tid=9810] ppid=9804 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/9807/task/9810/stat : 9810 (toysat) S 9804 9807 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109991973 1343819776 58937 33554432000 4194304 16246674 140737354337792 140707960450224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1312324

[startup+0.700345 s]
/proc/loadavg: 2.20 2.22 2.18 3/179 9807
/proc/meminfo: memFree=29281636/32872528 swapFree=16252/1391864
[pid=9807] ppid=9804 vsize=1312324 CPUtime=0.69 cores=1,3,5,7
/proc/9807/stat : 9807 (toysat) R 9804 9807 5783 0 -1 4202496 65310 0 0 0 60 9 0 0 20 0 4 0 109991973 1343819776 66631 33554432000 4194304 16246674 140737354337792 140737354337104 13752941 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9807/statm: 328081 66631 843 2943 0 324975 0
[pid=9807/tid=9808] ppid=9804 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/9807/task/9808/stat : 9808 (toysat) S 9804 9807 5783 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109991973 1343819776 66631 33554432000 4194304 16246674 140737354337792 140708050611440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9807/tid=9809] ppid=9804 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/9807/task/9809/stat : 9809 (toysat) S 9804 9807 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109991973 1343819776 66631 33554432000 4194304 16246674 140737354337792 140708040121584 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9807/tid=9810] ppid=9804 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/9807/task/9810/stat : 9810 (toysat) S 9804 9807 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109991973 1343819776 66631 33554432000 4194304 16246674 140737354337792 140707960450224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1312324

[startup+1.50042 s]
/proc/loadavg: 2.18 2.22 2.18 3/183 9811
/proc/meminfo: memFree=29015904/32872528 swapFree=16252/1391864
[pid=9807] ppid=9804 vsize=1312324 CPUtime=1.49 cores=1,3,5,7
/proc/9807/stat : 9807 (toysat) R 9804 9807 5783 0 -1 4202496 65312 0 0 0 140 9 0 0 20 0 4 0 109991973 1343819776 66633 33554432000 4194304 16246674 140737354337792 140737354335616 6757994 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9807/statm: 328081 66633 844 2943 0 324975 0
[pid=9807/tid=9808] ppid=9804 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/9807/task/9808/stat : 9808 (toysat) S 9804 9807 5783 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109991973 1343819776 66633 33554432000 4194304 16246674 140737354337792 140708050611440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9807/tid=9809] ppid=9804 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/9807/task/9809/stat : 9809 (toysat) S 9804 9807 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109991973 1343819776 66633 33554432000 4194304 16246674 140737354337792 140708040121584 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9807/tid=9810] ppid=9804 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/9807/task/9810/stat : 9810 (toysat) S 9804 9807 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109991973 1343819776 66633 33554432000 4194304 16246674 140737354337792 140707960450224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1312324

[startup+3.10041 s]
/proc/loadavg: 2.18 2.22 2.18 3/183 9811
/proc/meminfo: memFree=28873404/32872528 swapFree=16252/1391864
[pid=9807] ppid=9804 vsize=1315396 CPUtime=3.09 cores=1,3,5,7
/proc/9807/stat : 9807 (toysat) R 9804 9807 5783 0 -1 4202496 258565 0 0 0 276 33 0 0 20 0 4 0 109991973 1346965504 259886 33554432000 4194304 16246674 140737354337792 140737354319680 13929603 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9807/statm: 328849 259896 896 2943 0 325743 0
[pid=9807/tid=9808] ppid=9804 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/9807/task/9808/stat : 9808 (toysat) S 9804 9807 5783 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109991973 1346965504 259903 33554432000 4194304 16246674 140737354337792 140708050611440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9807/tid=9809] ppid=9804 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/9807/task/9809/stat : 9809 (toysat) S 9804 9807 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109991973 1346965504 259909 33554432000 4194304 16246674 140737354337792 140708040121584 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9807/tid=9810] ppid=9804 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/9807/task/9810/stat : 9810 (toysat) S 9804 9807 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109991973 1346965504 259914 33554432000 4194304 16246674 140737354337792 140707960450224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1315396

[startup+6.3004 s]
/proc/loadavg: 2.17 2.21 2.18 3/183 9811
/proc/meminfo: memFree=28090600/32872528 swapFree=16252/1391864
[pid=9807] ppid=9804 vsize=1423940 CPUtime=6.29 cores=1,3,5,7
/proc/9807/stat : 9807 (toysat) R 9804 9807 5783 0 -1 4202496 296665 0 0 0 589 40 0 0 20 0 4 0 109991973 1458114560 297986 33554432000 4194304 16246674 140737354337792 140737354335680 13927401 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9807/statm: 355985 297986 896 2943 0 352879 0
[pid=9807/tid=9808] ppid=9804 vsize=1423940 CPUtime=0 cores=1,3,5,7
/proc/9807/task/9808/stat : 9808 (toysat) S 9804 9807 5783 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109991973 1458114560 297986 33554432000 4194304 16246674 140737354337792 140708050611440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9807/tid=9809] ppid=9804 vsize=1423940 CPUtime=0 cores=1,3,5,7
/proc/9807/task/9809/stat : 9809 (toysat) S 9804 9807 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109991973 1458114560 297986 33554432000 4194304 16246674 140737354337792 140708040121584 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9807/tid=9810] ppid=9804 vsize=1423940 CPUtime=0 cores=1,3,5,7
/proc/9807/task/9810/stat : 9810 (toysat) S 9804 9807 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109991973 1458114560 297986 33554432000 4194304 16246674 140737354337792 140707960450224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1423940

[startup+12.7004 s]
/proc/loadavg: 2.16 2.21 2.18 3/183 9811
/proc/meminfo: memFree=28008804/32872528 swapFree=16252/1391864
[pid=9807] ppid=9804 vsize=1505860 CPUtime=12.69 cores=1,3,5,7
/proc/9807/stat : 9807 (toysat) R 9804 9807 5783 0 -1 4202496 317145 0 0 0 1227 42 0 0 20 0 4 0 109991973 1542000640 318466 33554432000 4194304 16246674 140737354337792 140737354335616 13885033 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9807/statm: 376465 318466 896 2943 0 373359 0
[pid=9807/tid=9808] ppid=9804 vsize=1505860 CPUtime=0 cores=1,3,5,7
/proc/9807/task/9808/stat : 9808 (toysat) S 9804 9807 5783 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109991973 1542000640 318466 33554432000 4194304 16246674 140737354337792 140708050611440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9807/tid=9809] ppid=9804 vsize=1505860 CPUtime=0 cores=1,3,5,7
/proc/9807/task/9809/stat : 9809 (toysat) S 9804 9807 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109991973 1542000640 318466 33554432000 4194304 16246674 140737354337792 140708040121584 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9807/tid=9810] ppid=9804 vsize=1505860 CPUtime=0 cores=1,3,5,7
/proc/9807/task/9810/stat : 9810 (toysat) S 9804 9807 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109991973 1542000640 318466 33554432000 4194304 16246674 140737354337792 140707960450224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1505860

[startup+25.5005 s]
/proc/loadavg: 2.20 2.22 2.18 3/183 9811
/proc/meminfo: memFree=26748288/32872528 swapFree=16252/1391864
[pid=9807] ppid=9804 vsize=2764356 CPUtime=25.48 cores=1,3,5,7
/proc/9807/stat : 9807 (toysat) R 9804 9807 5783 0 -1 4202496 631769 0 0 0 2465 83 0 0 20 0 4 0 109991973 2830700544 633090 33554432000 4194304 16246674 140737354337792 140737354336968 15015658 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9807/statm: 691089 633090 896 2943 0 687983 0
[pid=9807/tid=9808] ppid=9804 vsize=2764356 CPUtime=0 cores=1,3,5,7
/proc/9807/task/9808/stat : 9808 (toysat) S 9804 9807 5783 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109991973 2830700544 633090 33554432000 4194304 16246674 140737354337792 140708050611440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9807/tid=9809] ppid=9804 vsize=2764356 CPUtime=0 cores=1,3,5,7
/proc/9807/task/9809/stat : 9809 (toysat) S 9804 9807 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109991973 2830700544 633090 33554432000 4194304 16246674 140737354337792 140708040121584 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9807/tid=9810] ppid=9804 vsize=2764356 CPUtime=0 cores=1,3,5,7
/proc/9807/task/9810/stat : 9810 (toysat) S 9804 9807 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109991973 2830700544 633090 33554432000 4194304 16246674 140737354337792 140707960450224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2764356

[startup+51.1005 s]
/proc/loadavg: 2.28 2.23 2.19 3/183 9811
/proc/meminfo: memFree=24617440/32872528 swapFree=16252/1391864
[pid=9807] ppid=9804 vsize=4868676 CPUtime=51.08 cores=1,3,5,7
/proc/9807/stat : 9807 (toysat) R 9804 9807 5783 0 -1 4202496 1157851 0 0 0 4950 158 0 0 20 0 4 0 109991973 4985524224 1159172 33554432000 4194304 16246674 140737354337792 140737354336888 15015658 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9807/statm: 1217169 1159172 897 2943 0 1214063 0
[pid=9807/tid=9808] ppid=9804 vsize=4868676 CPUtime=0 cores=1,3,5,7
/proc/9807/task/9808/stat : 9808 (toysat) S 9804 9807 5783 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109991973 4985524224 1159172 33554432000 4194304 16246674 140737354337792 140708050611440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9807/tid=9809] ppid=9804 vsize=4868676 CPUtime=0 cores=1,3,5,7
/proc/9807/task/9809/stat : 9809 (toysat) S 9804 9807 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109991973 4985524224 1159172 33554432000 4194304 16246674 140737354337792 140708040121584 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9807/tid=9810] ppid=9804 vsize=4868676 CPUtime=0 cores=1,3,5,7
/proc/9807/task/9810/stat : 9810 (toysat) S 9804 9807 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109991973 4985524224 1159172 33554432000 4194304 16246674 140737354337792 140707960450224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 4868676

[startup+102.3 s]
/proc/loadavg: 2.23 2.22 2.18 3/183 9812
/proc/meminfo: memFree=19667472/32872528 swapFree=16252/1391864
[pid=9807] ppid=9804 vsize=9808452 CPUtime=102.28 cores=1,3,5,7
/proc/9807/stat : 9807 (toysat) R 9804 9807 5783 0 -1 4202496 2392797 0 0 0 9901 327 0 0 20 0 4 0 109991973 10043854848 2394118 33554432000 4194304 16246674 140737354337792 140737354336968 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9807/statm: 2452113 2394118 897 2943 0 2449007 0
[pid=9807/tid=9808] ppid=9804 vsize=9808452 CPUtime=0 cores=1,3,5,7
/proc/9807/task/9808/stat : 9808 (toysat) S 9804 9807 5783 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109991973 10043854848 2394118 33554432000 4194304 16246674 140737354337792 140708050611440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9807/tid=9809] ppid=9804 vsize=9808452 CPUtime=0 cores=1,3,5,7
/proc/9807/task/9809/stat : 9809 (toysat) S 9804 9807 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109991973 10043854848 2394118 33554432000 4194304 16246674 140737354337792 140708040121584 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9807/tid=9810] ppid=9804 vsize=9808452 CPUtime=0 cores=1,3,5,7
/proc/9807/task/9810/stat : 9810 (toysat) S 9804 9807 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109991973 10043854848 2394118 33554432000 4194304 16246674 140737354337792 140707960450224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 9808452

[startup+162.3 s]
/proc/loadavg: 2.24 2.23 2.18 4/183 9813
/proc/meminfo: memFree=16065288/32872528 swapFree=16252/1391864
[pid=9807] ppid=9804 vsize=13403716 CPUtime=162.27 cores=1,3,5,7
/proc/9807/stat : 9807 (toysat) R 9804 9807 5783 0 -1 4202496 3291614 0 0 0 15778 449 0 0 20 0 4 0 109991973 13725405184 3292935 33554432000 4194304 16246674 140737354337792 140737354336888 4220912 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9807/statm: 3350929 3292935 897 2943 0 3347823 0
[pid=9807/tid=9808] ppid=9804 vsize=13403716 CPUtime=0 cores=1,3,5,7
/proc/9807/task/9808/stat : 9808 (toysat) S 9804 9807 5783 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109991973 13725405184 3292935 33554432000 4194304 16246674 140737354337792 140708050611440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9807/tid=9809] ppid=9804 vsize=13403716 CPUtime=0 cores=1,3,5,7
/proc/9807/task/9809/stat : 9809 (toysat) S 9804 9807 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109991973 13725405184 3292935 33554432000 4194304 16246674 140737354337792 140708040121584 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9807/tid=9810] ppid=9804 vsize=13403716 CPUtime=0 cores=1,3,5,7
/proc/9807/task/9810/stat : 9810 (toysat) S 9804 9807 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109991973 13725405184 3292935 33554432000 4194304 16246674 140737354337792 140707960450224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 13403716

[startup+222.307 s]
/proc/loadavg: 2.18 2.21 2.18 4/183 9815
/proc/meminfo: memFree=16065032/32872528 swapFree=16252/1391864
[pid=9807] ppid=9804 vsize=13403716 CPUtime=222.27 cores=1,3,5,7
/proc/9807/stat : 9807 (toysat) R 9804 9807 5783 0 -1 4202496 3291618 0 0 0 21774 453 0 0 20 0 4 0 109991973 13725405184 3292939 33554432000 4194304 16246674 140737354337792 140737354336888 4206864 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9807/statm: 3350929 3292939 901 2943 0 3347823 0
[pid=9807/tid=9808] ppid=9804 vsize=13403716 CPUtime=0 cores=1,3,5,7
/proc/9807/task/9808/stat : 9808 (toysat) S 9804 9807 5783 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109991973 13725405184 3292939 33554432000 4194304 16246674 140737354337792 140708050611440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9807/tid=9809] ppid=9804 vsize=13403716 CPUtime=0 cores=1,3,5,7
/proc/9807/task/9809/stat : 9809 (toysat) S 9804 9807 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109991973 13725405184 3292939 33554432000 4194304 16246674 140737354337792 140708040121584 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9807/tid=9810] ppid=9804 vsize=13403716 CPUtime=0 cores=1,3,5,7
/proc/9807/task/9810/stat : 9810 (toysat) S 9804 9807 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109991973 13725405184 3292939 33554432000 4194304 16246674 140737354337792 140707960450224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 13403716

[startup+282.3 s]
/proc/loadavg: 2.23 2.22 2.18 3/183 9816
/proc/meminfo: memFree=15862740/32872528 swapFree=16252/1391864
[pid=9807] ppid=9804 vsize=13605444 CPUtime=282.25 cores=1,3,5,7
/proc/9807/stat : 9807 (toysat) R 9804 9807 5783 0 -1 4202496 3291972 0 0 0 27766 459 0 0 20 0 4 0 109991973 13931974656 3343371 33554432000 4194304 16246674 140737354337792 140737354335744 14013533 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9807/statm: 3401361 3343371 901 2943 0 3398255 0
[pid=9807/tid=9808] ppid=9804 vsize=13605444 CPUtime=0 cores=1,3,5,7
/proc/9807/task/9808/stat : 9808 (toysat) S 9804 9807 5783 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109991973 13931974656 3343371 33554432000 4194304 16246674 140737354337792 140708050611440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9807/tid=9809] ppid=9804 vsize=13605444 CPUtime=0 cores=1,3,5,7
/proc/9807/task/9809/stat : 9809 (toysat) S 9804 9807 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109991973 13931974656 3343371 33554432000 4194304 16246674 140737354337792 140708040121360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9807/tid=9810] ppid=9804 vsize=13605444 CPUtime=0 cores=1,3,5,7
/proc/9807/task/9810/stat : 9810 (toysat) S 9804 9807 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109991973 13931974656 3343371 33554432000 4194304 16246674 140737354337792 140707960450224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 13605444



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+322.2 s]
/proc/loadavg: 2.31 2.23 2.19 3/183 9817
/proc/meminfo: memFree=13888636/32872528 swapFree=16252/1391864
[pid=9807] ppid=9804 vsize=15884868 CPUtime=322.15 cores=1,3,5,7
/proc/9807/stat : 9807 (toysat) R 9804 9807 5783 0 -1 4202496 3861691 0 0 0 31674 541 0 0 20 0 4 0 109991973 16266104832 3913090 33554432000 4194304 16246674 140737354337792 140737354336888 15015658 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9807/statm: 3971217 3913090 901 2943 0 3968111 0
[pid=9807/tid=9808] ppid=9804 vsize=15884868 CPUtime=0 cores=1,3,5,7
/proc/9807/task/9808/stat : 9808 (toysat) S 9804 9807 5783 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109991973 16266104832 3913090 33554432000 4194304 16246674 140737354337792 140708050611440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=9807/tid=9809] ppid=9804 vsize=15884868 CPUtime=0 cores=1,3,5,7
/proc/9807/task/9809/stat : 9809 (toysat) S 9804 9807 5783 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109991973 16266104832 3913090 33554432000 4194304 16246674 140737354337792 140708040121584 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=9807/tid=9810] ppid=9804 vsize=15884868 CPUtime=0 cores=1,3,5,7
/proc/9807/task/9810/stat : 9810 (toysat) S 9804 9807 5783 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109991973 16266104832 3913090 33554432000 4194304 16246674 140737354337792 140707960450224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 322.15
Current children cumulated vsize (KiB) 15884868

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 9807 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+322.407 s]
/proc/loadavg: 2.31 2.23 2.19 3/181 9817
/proc/meminfo: memFree=15432736/32872528 swapFree=16252/1391864
[pid=9807] ppid=9804 vsize=0 CPUtime=322.35 cores=1,3,5,7
/proc/9807/stat : 9807 (toysat) Z 9804 9807 5783 0 -1 4203532 3862070 0 0 0 31674 561 0 0 20 0 2 0 109991973 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9807/statm: 0 0 0 0 0 0 0
[pid=9807/tid=9809] ppid=9804 vsize=0 CPUtime=0.19 cores=1,3,5,7
/proc/9807/task/9809/stat : 9809 (toysat) R 9804 9807 5783 0 -1 4203588 8 0 0 0 0 19 0 0 20 0 2 0 109991973 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 322.35
Current children cumulated vsize (KiB) 0

[startup+322.8 s]
/proc/loadavg: 2.31 2.23 2.19 3/181 9817
/proc/meminfo: memFree=15432736/32872528 swapFree=16252/1391864
[pid=9807] ppid=9804 vsize=0 CPUtime=322.74 cores=1,3,5,7
/proc/9807/stat : 9807 (toysat) Z 9804 9807 5783 0 -1 4203532 3862070 0 0 0 31674 600 0 0 20 0 2 0 109991973 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9807/statm: 0 0 0 0 0 0 0
[pid=9807/tid=9809] ppid=9804 vsize=0 CPUtime=0.58 cores=1,3,5,7
/proc/9807/task/9809/stat : 9809 (toysat) R 9804 9807 5783 0 -1 4203588 8 0 0 0 0 58 0 0 20 0 2 0 109991973 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 322.74
Current children cumulated vsize (KiB) 0

[startup+323 s]
/proc/loadavg: 2.31 2.23 2.19 3/181 9817
/proc/meminfo: memFree=15432736/32872528 swapFree=16252/1391864
[pid=9807] ppid=9804 vsize=0 CPUtime=322.94 cores=1,3,5,7
/proc/9807/stat : 9807 (toysat) Z 9804 9807 5783 0 -1 4203532 3862070 0 0 0 31674 620 0 0 20 0 2 0 109991973 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/9807/statm: 0 0 0 0 0 0 0
[pid=9807/tid=9809] ppid=9804 vsize=0 CPUtime=0.78 cores=1,3,5,7
/proc/9807/task/9809/stat : 9809 (toysat) R 9804 9807 5783 0 -1 4203588 8 0 0 0 0 78 0 0 20 0 2 0 109991973 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 322.94
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 323.038
CPU time (s): 322.986
CPU user time (s): 316.745
CPU system time (s): 6.24105
CPU usage (%): 99.9838
Max. virtual memory (cumulated for all children) (KiB): 15884868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 316.745
system time used= 6.24105
maximum resident set size= 15653876
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3862070
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 71
involuntary context switches= 351

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.756884 second user time and 1.3048 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-07 08:23:08
IDJOB=4079220
IDBENCH=89902
IDSOLVER=2542
FILE ID=node119/4079220-1465280588
RUNJOBID= node119-1465252213-5800
PBS_JOBID= 19843259
Free space on /tmp= 71716 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-sp97ar.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079220-1465280588/watcher-4079220-1465280588 -o /tmp/evaluation-result-4079220-1465280588/solver-4079220-1465280588 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1465252213-5800 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079220-1465280588.opb

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

MD5SUM BENCH= 346508ea645695d9f01013e13e92c545
RANDOM SEED=1360358727

node119.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.410
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.82
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.410
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	: 5332.55
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.410
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29282280 kB
Buffers:          130400 kB
Cached:           194300 kB
SwapCached:          884 kB
Active:          1274100 kB
Inactive:         188056 kB
Active(anon):    1138108 kB
Inactive(anon):     1708 kB
Active(file):     135992 kB
Inactive(file):   186348 kB
Unevictable:     1391864 kB
Mlocked:           16252 kB
SwapTotal:      67108856 kB
SwapFree:       67100180 kB
Dirty:             19476 kB
Writeback:             0 kB
AnonPages:       2528732 kB
Mapped:            10796 kB
Shmem:                 0 kB
Slab:             600824 kB
SReclaimable:      44600 kB
SUnreclaim:       556224 kB
KernelStack:        1448 kB
PageTables:         8964 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2671724 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1961984 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71700 MiB
End job on node119 at 2016-06-07 08:28:31