Trace number 4079412

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) 206.477 206.526

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Multihop/
normalized-minisat25_6_4_5_mh.opb
MD5SUMdea82fb627e6a79192851c69f83767e0
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark6221015
Best CPU time to get the best result obtained on this benchmark1800.07
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables31350
Total number of constraints73332
Number of constraints which are clauses57050
Number of constraints which are cardinality constraints (but not clauses)32
Number of constraints which are nor clauses,nor cardinality constraints16250
Minimum length of a constraint2
Maximum length of a constraint925
Number of terms in the objective function 16825
Biggest coefficient in the objective function 122763473
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 15648073763
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 122763473
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 15648073763
Number of bits of the biggest sum of numbers34
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-07T21:36:11+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-4079412-1465328170.opb"]
0.00/0.01	c use --random-gen="3574574691 3284326047 2555871130 1533370304 1498227445 3992855062 913426553 191266838 1829308182 1272735922 2108923826 2716467947 4195388807 4111122286 2558082689 3798434498 1558201455 3463337327 88676970 2832988159 15690485 550149682 2269253546 738713703 526392373 3671920287 142684367 2595369941 1452063489 3980504512 2166962005 2275745024 874622449 554717935 1863742488 3420376227 3792668186 3267394348 1100205018 1900014535 2186736413 3208004294 19467356 438809086 2941541027 1357896882 110873244 1409290255 3138479589 87947084 53155653 1304449884 1355942643 1254901802 3860137832 1543527084 613727134 954127407 2306525438 1659373769 2579668925 3457328198 1976877783 4221563644 3691103587 3584585418 402134255 1653262493 1726756117 1294411392 2653258796 2780168115 769789617 1938592513 3763969411 1395809238 3493180264 2543021994 1040801136 2233964128 1987321589 2413879123 3495856802 2712016247 2708984991 4039900382 1841360603 558990157 1249049173 2322714142 2513430032 1211735616 4213857313 1030705688 3190072334 2748933985 569639616 491294586 4001154600 3417354018 3219045852 3119190642 553772166 1875439856 863456388 3099571871 3924132246 2171877258 2098298795 1810966428 2253116473 781375793 1706642303 1958867052 1869785198 3714379225 3200823397 16381883 4023479332 2648461774 1243225311 3778096072 2205892443 72123554 4276853960 4191038852 3179318562 1649566844 3170317636 3416264868 3289725765 1162169544 1123378830 1737606697 841953854 820385904 4234368951 761697382 3321010380 1576432757 2104864604 368272386 78044379 2630965957 80350606 398254508 2305689966 1304168758 3943947470 2483603221 2652674998 3592926887 1628392879 3555724951 349446305 696514820 3033942091 1546307886 509544181 2402149083 2822048623 2211124958 493785989 1338351034 2909233342 495564512 1963026678 1490723656 3872656194 2121852753 844946213 19935343 1876103833 1424969617 880298236 3141306016 1317602634 4210942359 2962142065 1085625716 23637081 2078074936 1277097541 984240532 2719127684 1545158082 3080294830 845469172 1584192957 370266424 1117017583 3323436230 4179672728 552741400 2795017957 3554817357 1747928173 919146834 2424080148 307707405 3763214624 3572678476 1655391885 1098586570 2628383100 2740642960 554548546 759549179 2335080325 1182813934 247646613 220642261 839430813 3044738075 1608606170 3077300609 2505518981 3846399981 718701211 3465499503 3279889467 4087012540 814258036 3683864983 3628812161 3853823941 4162441951 1979694052 2277585195 3040295239 2478329412 2621572435 3880850812 870725000 2478463671 1051616145 2515415105 1387406919 4182187133 3268552871 1517196768 2195399994 3055449412 1668169894 4276017240 780308939 3879305200 1820361514 3371990383 1425718850 609336990 1219580365 2510957192 3689306344 3878923735 961062354 255 362436" option to reproduce the execution
0.49/0.50	c #vars 31350
0.49/0.50	c #constraints 73332
1.59/1.68	c BCD2: Hardening is enabled.
1.59/1.68	c BCD2: BiasedSearch is enabled.
1.59/1.68	c Solving starts ...
1.59/1.68	c ============================[ Search Statistics ]============================
1.59/1.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.68	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.68	c =============================================================================
1.79/1.85	c  0.0s |       0 |        0 |        0 |    35294      0 |       75 |        0
2.30/2.34	c  0.5s |       1 |      181 |      100 |    35294      0 |       75 |        0
2.59/2.68	c  0.8s |       2 |      898 |      250 |    38824      0 |       75 |        0
5.60/5.69	c  3.8s |       2 |     2080 |      450 |    42707      0 |       75 |        0
6.29/6.36	c  4.5s |       3 |     2190 |      475 |    42707      0 |       75 |        0
10.39/10.46	c  8.6s |       3 |     4199 |      675 |    46978      0 |       75 |        0
11.49/11.52	c  9.7s |       4 |     5682 |      813 |    46978      0 |       75 |        0
13.49/13.50	c 11.7s |       5 |     9237 |     1320 |    51676      0 |       75 |        0
15.59/15.68	c 13.8s |       5 |    11916 |     1720 |    56844      0 |       75 |        0
16.49/16.58	c 14.7s |       6 |    12986 |     2081 |    62529      0 |       75 |        0
18.59/18.61	c 16.8s |       6 |    14933 |     2681 |    62529      0 |       75 |        0
21.09/21.11	c 19.3s |       6 |    16610 |     3081 |    62529      0 |       75 |        0
21.49/21.60	c 19.7s |       7 |    17041 |     3223 |    68782      0 |       75 |        0
24.39/24.47	c 22.6s |       7 |    19042 |     3823 |    68782      0 |       75 |        0
26.59/26.61	c 24.8s |       7 |    20729 |     4223 |    68782      0 |       75 |        0
28.69/28.72	c 26.9s |       7 |    23008 |     4823 |    68782      0 |       75 |        0
28.98/29.02	c 27.2s |       8 |    23286 |     4936 |    75661      0 |       75 |        0
31.28/31.32	c 29.5s |       8 |    25037 |     5536 |    75661      0 |       75 |        0
33.48/33.57	c 31.7s |       8 |    26796 |     5936 |    75661      0 |       75 |        0
35.68/35.79	c 33.9s |       8 |    28792 |     6536 |    75661      0 |       75 |        0
37.88/37.91	c 36.1s |       8 |    30119 |     7136 |    75661      0 |       75 |        0
39.78/39.83	c 38.0s |       9 |    31480 |     7506 |    83228      0 |       75 |        0
41.79/41.88	c 40.0s |       9 |    33949 |     8006 |    83228      0 |       75 |        0
44.18/44.20	c 42.4s |       9 |    35611 |     8506 |    83228      0 |       75 |        0
46.19/46.28	c 44.4s |       9 |    38037 |     8919 |    83228      0 |       75 |        0
46.19/46.28	c #cpu_time = 44.287s
46.19/46.28	c #wall_clock_time = 44.402s
46.19/46.28	c #decision = 38037
46.19/46.28	c #random_decision = 28
46.19/46.28	c #conflict = 8919
46.19/46.28	c #restart = 9
46.19/46.28	o 307851098
46.29/46.32	c BCD2: updating upper bound: 15648073763 -> 307851122
46.29/46.38	c BCD2: 0 <= obj <= 307851122
46.29/46.38	c BCD2: #cores=0, #unrelaxed=16825, #relaxed=0, #hardened=0
46.29/46.38	c BCD2: #sat=1 #unsat=1 bias=1/2
46.29/46.40	c Solving starts ...
46.29/46.40	c ============================[ Search Statistics ]============================
46.29/46.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
46.29/46.40	c       |         |          |          |    Limit     GC | Var      | Constra 
46.29/46.40	c =============================================================================
46.29/46.40	c  0.0s |       0 |        0 |        0 |    83228      0 |       75 |        0
46.48/46.50	c  0.1s |       0 |      270 |        1 |    83228      0 |       75 |        0
46.48/46.50	c #cpu_time = 0.093s
46.48/46.50	c #wall_clock_time = 0.093s
46.48/46.50	c #decision = 270
46.48/46.50	c #random_decision = 0
46.48/46.50	c #conflict = 1
46.48/46.50	c #restart = 0
46.48/46.50	c BCD2: found a new core of size 270: cost of the new core is >=343
46.48/46.50	c lower bound updated to 318
46.48/46.53	c BCD2: 343 <= obj <= 307851122
46.48/46.53	c BCD2: #cores=1, #unrelaxed=16555, #relaxed=270, #hardened=0
46.48/46.53	c BCD2: #sat=1 #unsat=2 bias=2/3
98.28/98.32	c Solving starts ...
98.28/98.32	c ============================[ Search Statistics ]============================
98.28/98.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
98.28/98.32	c       |         |          |          |    Limit     GC | Var      | Constra 
98.28/98.32	c =============================================================================
98.28/98.32	c  0.0s |       0 |        0 |        0 |    83228      0 |       75 |        0
98.38/98.42	c  0.1s |       0 |      273 |        1 |    83228      0 |       75 |        0
98.38/98.42	c #cpu_time = 0.093s
98.38/98.42	c #wall_clock_time = 0.093s
98.38/98.42	c #decision = 273
98.38/98.42	c #random_decision = 0
98.38/98.42	c #conflict = 1
98.38/98.42	c #restart = 0
98.38/98.43	c BCD2: relaxing 272 and merging with 1 cores into a new core of size 542: cost of the new core is >=686
98.38/98.43	c lower bound updated to 661
98.38/98.47	c BCD2: 686 <= obj <= 307851122
98.38/98.47	c BCD2: #cores=1, #unrelaxed=16283, #relaxed=542, #hardened=0
98.38/98.47	c BCD2: #sat=1 #unsat=3 bias=3/4
98.48/98.55	c Solving starts ...
98.48/98.55	c ============================[ Search Statistics ]============================
98.48/98.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
98.48/98.55	c       |         |          |          |    Limit     GC | Var      | Constra 
98.48/98.55	c =============================================================================
98.48/98.55	c  0.0s |       0 |        0 |        0 |    83228      0 |       76 |        0
98.58/98.69	c  0.1s |       0 |      357 |        0 |    83228      0 |       76 |        1
98.58/98.69	c #cpu_time = 0.123s
98.58/98.69	c #wall_clock_time = 0.123s
98.58/98.69	c #decision = 357
98.58/98.69	c #random_decision = 0
98.58/98.69	c #conflict = 0
98.58/98.69	c #restart = 0
98.68/98.70	c BCD2: found a new core of size 320: cost of the new core is >=49
98.68/98.70	c lower bound updated to 710
98.68/98.73	c BCD2: 735 <= obj <= 307851122
98.68/98.73	c BCD2: #cores=2, #unrelaxed=15963, #relaxed=862, #hardened=0
98.68/98.73	c BCD2: #sat=1 #unsat=4 bias=4/5

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

pid=20949
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.21 2.12 2.12 3/179 20952
/proc/meminfo: memFree=29266180/32872528 swapFree=16204/1518544
[pid=20952] ppid=20949 vsize=715196 CPUtime=0 cores=0,2,4,6
/proc/20952/stat : 20952 (toysat) R 20949 20952 19387 0 -1 4202496 2667 0 0 0 0 0 0 0 20 0 4 0 114749924 732360704 3538 33554432000 4194304 16246674 140734651709376 140734651708800 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20952/statm: 179311 3544 441 2943 0 176205 0
[pid=20952/tid=20953] ppid=20949 vsize=732604 CPUtime=0 cores=0,2,4,6
/proc/20952/task/20953/stat : 20953 (toysat) S 20949 20952 19387 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114749924 750186496 3607 33554432000 4194304 16246674 140734651709376 140615339715824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20952/tid=20954] ppid=20949 vsize=737724 CPUtime=0 cores=0,2,4,6
/proc/20952/task/20954/stat : 20954 (toysat) S 20949 20952 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114749924 755429376 3624 33554432000 4194304 16246674 140734651709376 140615329225968 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=20952/tid=20955] ppid=20949 vsize=741820 CPUtime=0 cores=0,2,4,6
/proc/20952/task/20955/stat : 20955 (toysat) S 20949 20952 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114749924 759623680 3640 33554432000 4194304 16246674 140734651709376 140615216000176 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0

[startup+0.100136 s]
/proc/loadavg: 2.21 2.12 2.12 3/179 20952
/proc/meminfo: memFree=29266180/32872528 swapFree=16204/1518544
[pid=20952] ppid=20949 vsize=1303108 CPUtime=0.09 cores=0,2,4,6
/proc/20952/stat : 20952 (toysat) R 20949 20952 19387 0 -1 4202496 30130 0 0 0 5 4 0 0 20 0 4 0 114749924 1334382592 30940 33554432000 4194304 16246674 140734651709376 140734651708688 7374276 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20952/statm: 325777 30954 799 2943 0 322671 0
[pid=20952/tid=20953] ppid=20949 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/20952/task/20953/stat : 20953 (toysat) S 20949 20952 19387 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114749924 1334382592 30965 33554432000 4194304 16246674 140734651709376 140615339715824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20952/tid=20954] ppid=20949 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/20952/task/20954/stat : 20954 (toysat) S 20949 20952 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114749924 1334382592 30975 33554432000 4194304 16246674 140734651709376 140615329225968 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=20952/tid=20955] ppid=20949 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/20952/task/20955/stat : 20955 (toysat) S 20949 20952 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114749924 1334382592 30987 33554432000 4194304 16246674 140734651709376 140615216000176 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1303108

[startup+0.200504 s]
/proc/loadavg: 2.21 2.12 2.12 3/179 20952
/proc/meminfo: memFree=29266180/32872528 swapFree=16204/1518544
[pid=20952] ppid=20949 vsize=1313348 CPUtime=0.19 cores=0,2,4,6
/proc/20952/stat : 20952 (toysat) R 20949 20952 19387 0 -1 4202496 43299 0 0 0 12 7 0 0 20 0 4 0 114749924 1344868352 44619 33554432000 4194304 16246674 140734651709376 140734651708688 7374276 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20952/statm: 328337 44636 801 2943 0 325231 0
[pid=20952/tid=20953] ppid=20949 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/20952/task/20953/stat : 20953 (toysat) S 20949 20952 19387 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114749924 1344868352 44647 33554432000 4194304 16246674 140734651709376 140615339715824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20952/tid=20954] ppid=20949 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/20952/task/20954/stat : 20954 (toysat) S 20949 20952 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114749924 1344868352 44658 33554432000 4194304 16246674 140734651709376 140615329225968 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=20952/tid=20955] ppid=20949 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/20952/task/20955/stat : 20955 (toysat) S 20949 20952 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114749924 1344868352 44669 33554432000 4194304 16246674 140734651709376 140615216000176 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1313348

[startup+0.300472 s]
/proc/loadavg: 2.21 2.12 2.12 3/179 20952
/proc/meminfo: memFree=29266180/32872528 swapFree=16204/1518544
[pid=20952] ppid=20949 vsize=1313348 CPUtime=0.29 cores=0,2,4,6
/proc/20952/stat : 20952 (toysat) R 20949 20952 19387 0 -1 4202496 58805 0 0 0 20 9 0 0 20 0 4 0 114749924 1344868352 60125 33554432000 4194304 16246674 140734651709376 140734651708688 4206568 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20952/statm: 328337 60125 801 2943 0 325231 0
[pid=20952/tid=20953] ppid=20949 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/20952/task/20953/stat : 20953 (toysat) S 20949 20952 19387 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114749924 1344868352 60125 33554432000 4194304 16246674 140734651709376 140615339715824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20952/tid=20954] ppid=20949 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/20952/task/20954/stat : 20954 (toysat) S 20949 20952 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114749924 1344868352 60125 33554432000 4194304 16246674 140734651709376 140615329225968 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=20952/tid=20955] ppid=20949 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/20952/task/20955/stat : 20955 (toysat) S 20949 20952 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114749924 1344868352 60125 33554432000 4194304 16246674 140734651709376 140615216000176 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1313348

[startup+0.700399 s]
/proc/loadavg: 2.21 2.12 2.12 3/179 20952
/proc/meminfo: memFree=29266180/32872528 swapFree=16204/1518544
[pid=20952] ppid=20949 vsize=1313348 CPUtime=0.69 cores=0,2,4,6
/proc/20952/stat : 20952 (toysat) R 20949 20952 19387 0 -1 4202496 60772 0 0 0 60 9 0 0 20 0 4 0 114749924 1344868352 62092 33554432000 4194304 16246674 140734651709376 140734651708688 5913156 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20952/statm: 328337 62092 839 2943 0 325231 0
[pid=20952/tid=20953] ppid=20949 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/20952/task/20953/stat : 20953 (toysat) S 20949 20952 19387 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114749924 1344868352 62092 33554432000 4194304 16246674 140734651709376 140615339715824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20952/tid=20954] ppid=20949 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/20952/task/20954/stat : 20954 (toysat) S 20949 20952 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114749924 1344868352 62092 33554432000 4194304 16246674 140734651709376 140615329225968 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=20952/tid=20955] ppid=20949 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/20952/task/20955/stat : 20955 (toysat) S 20949 20952 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114749924 1344868352 62092 33554432000 4194304 16246674 140734651709376 140615216000176 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1313348

[startup+1.50035 s]
/proc/loadavg: 2.20 2.12 2.12 3/183 20956
/proc/meminfo: memFree=28790168/32872528 swapFree=16204/1518544
[pid=20952] ppid=20949 vsize=1313348 CPUtime=1.49 cores=0,2,4,6
/proc/20952/stat : 20952 (toysat) R 20949 20952 19387 0 -1 4202496 191416 0 0 0 119 30 0 0 20 0 4 0 114749924 1344868352 192736 33554432000 4194304 16246674 140734651709376 140734651691264 12457395 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20952/statm: 328337 192744 844 2943 0 325231 0
[pid=20952/tid=20953] ppid=20949 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/20952/task/20953/stat : 20953 (toysat) S 20949 20952 19387 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114749924 1344868352 192750 33554432000 4194304 16246674 140734651709376 140615339715824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20952/tid=20954] ppid=20949 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/20952/task/20954/stat : 20954 (toysat) S 20949 20952 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114749924 1344868352 192756 33554432000 4194304 16246674 140734651709376 140615329225968 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=20952/tid=20955] ppid=20949 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/20952/task/20955/stat : 20955 (toysat) S 20949 20952 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114749924 1344868352 192761 33554432000 4194304 16246674 140734651709376 140615216000176 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1313348

[startup+3.1004 s]
/proc/loadavg: 2.20 2.12 2.12 3/183 20956
/proc/meminfo: memFree=28329012/32872528 swapFree=16204/1518544
[pid=20952] ppid=20949 vsize=1346116 CPUtime=3.09 cores=0,2,4,6
/proc/20952/stat : 20952 (toysat) R 20949 20952 19387 0 -1 4202496 233191 0 0 0 274 35 0 0 20 0 4 0 114749924 1378422784 234511 33554432000 4194304 16246674 140734651709376 140734651691264 5600331 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20952/statm: 336529 234511 887 2943 0 333423 0
[pid=20952/tid=20953] ppid=20949 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/20952/task/20953/stat : 20953 (toysat) S 20949 20952 19387 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114749924 1378422784 234511 33554432000 4194304 16246674 140734651709376 140615339715824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20952/tid=20954] ppid=20949 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/20952/task/20954/stat : 20954 (toysat) S 20949 20952 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114749924 1378422784 234511 33554432000 4194304 16246674 140734651709376 140615329225968 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=20952/tid=20955] ppid=20949 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/20952/task/20955/stat : 20955 (toysat) S 20949 20952 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114749924 1378422784 234511 33554432000 4194304 16246674 140734651709376 140615216000176 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1346116

[startup+6.3004 s]
/proc/loadavg: 2.18 2.11 2.12 3/183 20956
/proc/meminfo: memFree=28153448/32872528 swapFree=16204/1518544
[pid=20952] ppid=20949 vsize=1346116 CPUtime=6.29 cores=0,2,4,6
/proc/20952/stat : 20952 (toysat) R 20949 20952 19387 0 -1 4202496 276979 0 0 0 588 41 0 0 20 0 4 0 114749924 1378422784 278299 33554432000 4194304 16246674 140734651709376 140734651691264 5829844 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20952/statm: 336529 278299 890 2943 0 333423 0
[pid=20952/tid=20953] ppid=20949 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/20952/task/20953/stat : 20953 (toysat) S 20949 20952 19387 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114749924 1378422784 278299 33554432000 4194304 16246674 140734651709376 140615339715824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20952/tid=20954] ppid=20949 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/20952/task/20954/stat : 20954 (toysat) S 20949 20952 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114749924 1378422784 278299 33554432000 4194304 16246674 140734651709376 140615329225968 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=20952/tid=20955] ppid=20949 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/20952/task/20955/stat : 20955 (toysat) S 20949 20952 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114749924 1378422784 278299 33554432000 4194304 16246674 140734651709376 140615216000176 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1346116

[startup+12.7004 s]
/proc/loadavg: 2.17 2.11 2.12 3/183 20956
/proc/meminfo: memFree=28152580/32872528 swapFree=16204/1518544
[pid=20952] ppid=20949 vsize=1346116 CPUtime=12.69 cores=0,2,4,6
/proc/20952/stat : 20952 (toysat) R 20949 20952 19387 0 -1 4202496 277209 0 0 0 1228 41 0 0 20 0 4 0 114749924 1378422784 278529 33554432000 4194304 16246674 140734651709376 140734651691264 5600331 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20952/statm: 336529 278529 893 2943 0 333423 0
[pid=20952/tid=20953] ppid=20949 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/20952/task/20953/stat : 20953 (toysat) S 20949 20952 19387 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114749924 1378422784 278529 33554432000 4194304 16246674 140734651709376 140615339715824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20952/tid=20954] ppid=20949 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/20952/task/20954/stat : 20954 (toysat) S 20949 20952 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114749924 1378422784 278529 33554432000 4194304 16246674 140734651709376 140615329225968 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=20952/tid=20955] ppid=20949 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/20952/task/20955/stat : 20955 (toysat) S 20949 20952 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114749924 1378422784 278529 33554432000 4194304 16246674 140734651709376 140615216000176 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1346116

[startup+25.5005 s]
/proc/loadavg: 2.21 2.12 2.12 4/183 20956
/proc/meminfo: memFree=28152936/32872528 swapFree=16204/1518544
[pid=20952] ppid=20949 vsize=1346116 CPUtime=25.49 cores=0,2,4,6
/proc/20952/stat : 20952 (toysat) R 20949 20952 19387 0 -1 4202496 277209 0 0 0 2508 41 0 0 20 0 4 0 114749924 1378422784 278529 33554432000 4194304 16246674 140734651709376 140734651691264 13943664 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20952/statm: 336529 278529 893 2943 0 333423 0
[pid=20952/tid=20953] ppid=20949 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/20952/task/20953/stat : 20953 (toysat) S 20949 20952 19387 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114749924 1378422784 278529 33554432000 4194304 16246674 140734651709376 140615339715824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20952/tid=20954] ppid=20949 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/20952/task/20954/stat : 20954 (toysat) S 20949 20952 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114749924 1378422784 278529 33554432000 4194304 16246674 140734651709376 140615329225968 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=20952/tid=20955] ppid=20949 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/20952/task/20955/stat : 20955 (toysat) S 20949 20952 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114749924 1378422784 278529 33554432000 4194304 16246674 140734651709376 140615216000176 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1346116

[startup+51.1004 s]
/proc/loadavg: 2.27 2.14 2.13 3/183 20956
/proc/meminfo: memFree=27984252/32872528 swapFree=16204/1518544
[pid=20952] ppid=20949 vsize=1515076 CPUtime=51.08 cores=0,2,4,6
/proc/20952/stat : 20952 (toysat) R 20949 20952 19387 0 -1 4202496 319352 0 0 0 5062 46 0 0 20 0 4 0 114749924 1551437824 320672 33554432000 4194304 16246674 140734651709376 140734651708688 4206600 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20952/statm: 378769 320672 917 2943 0 375663 0
[pid=20952/tid=20953] ppid=20949 vsize=1515076 CPUtime=0 cores=0,2,4,6
/proc/20952/task/20953/stat : 20953 (toysat) S 20949 20952 19387 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114749924 1551437824 320672 33554432000 4194304 16246674 140734651709376 140615339715824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20952/tid=20954] ppid=20949 vsize=1515076 CPUtime=0 cores=0,2,4,6
/proc/20952/task/20954/stat : 20954 (toysat) S 20949 20952 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114749924 1551437824 320672 33554432000 4194304 16246674 140734651709376 140615329225968 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=20952/tid=20955] ppid=20949 vsize=1515076 CPUtime=0 cores=0,2,4,6
/proc/20952/task/20955/stat : 20955 (toysat) S 20949 20952 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114749924 1551437824 320672 33554432000 4194304 16246674 140734651709376 140615216000176 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1515076

[startup+102.3 s]
/proc/loadavg: 2.32 2.18 2.14 3/183 20957
/proc/meminfo: memFree=26650236/32872528 swapFree=16204/1518544
[pid=20952] ppid=20949 vsize=2845252 CPUtime=102.29 cores=0,2,4,6
/proc/20952/stat : 20952 (toysat) R 20949 20952 19387 0 -1 4202496 2026743 0 0 0 9895 334 0 0 20 0 4 0 114749924 2913538048 653343 33554432000 4194304 16246674 140734651709376 140734651708688 4226064 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20952/statm: 711313 653343 920 2943 0 708207 0
[pid=20952/tid=20953] ppid=20949 vsize=2845252 CPUtime=0 cores=0,2,4,6
/proc/20952/task/20953/stat : 20953 (toysat) S 20949 20952 19387 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114749924 2913538048 653343 33554432000 4194304 16246674 140734651709376 140615339715824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20952/tid=20954] ppid=20949 vsize=2845252 CPUtime=0 cores=0,2,4,6
/proc/20952/task/20954/stat : 20954 (toysat) S 20949 20952 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114749924 2913538048 653343 33554432000 4194304 16246674 140734651709376 140615329225744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20952/tid=20955] ppid=20949 vsize=2845252 CPUtime=0 cores=0,2,4,6
/proc/20952/task/20955/stat : 20955 (toysat) S 20949 20952 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114749924 2913538048 653343 33554432000 4194304 16246674 140734651709376 140615216000176 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 2845252

[startup+162.3 s]
/proc/loadavg: 2.22 2.17 2.14 3/183 20959
/proc/meminfo: memFree=19786004/32872528 swapFree=16204/1518544
[pid=20952] ppid=20949 vsize=10016324 CPUtime=162.26 cores=0,2,4,6
/proc/20952/stat : 20952 (toysat) R 20949 20952 19387 0 -1 4202496 3819369 0 0 0 15630 596 0 0 20 0 4 0 114749924 10256715776 2445970 33554432000 4194304 16246674 140734651709376 140734651707200 4221016 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20952/statm: 2504081 2445976 920 2943 0 2500975 0
[pid=20952/tid=20953] ppid=20949 vsize=10016324 CPUtime=0 cores=0,2,4,6
/proc/20952/task/20953/stat : 20953 (toysat) S 20949 20952 19387 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114749924 10256715776 2445980 33554432000 4194304 16246674 140734651709376 140615339715824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20952/tid=20954] ppid=20949 vsize=10016324 CPUtime=0 cores=0,2,4,6
/proc/20952/task/20954/stat : 20954 (toysat) S 20949 20952 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114749924 10256715776 2445983 33554432000 4194304 16246674 140734651709376 140615329225744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20952/tid=20955] ppid=20949 vsize=10016324 CPUtime=0 cores=0,2,4,6
/proc/20952/task/20955/stat : 20955 (toysat) S 20949 20952 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114749924 10256715776 2445988 33554432000 4194304 16246674 140734651709376 140615216000176 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 10016324



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+205.5 s]
/proc/loadavg: 2.16 2.17 2.14 4/183 20960
/proc/meminfo: memFree=14047348/32872528 swapFree=16204/1518544
[pid=20952] ppid=20949 vsize=15882820 CPUtime=205.46 cores=0,2,4,6
/proc/20952/stat : 20952 (toysat) R 20949 20952 19387 0 -1 4202496 5285929 0 0 0 19725 821 0 0 20 0 4 0 114749924 16264007680 3912529 33554432000 4194304 16246674 140734651709376 140734651707200 4225154 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20952/statm: 3970705 3912535 920 2943 0 3967599 0
[pid=20952/tid=20953] ppid=20949 vsize=15882820 CPUtime=0 cores=0,2,4,6
/proc/20952/task/20953/stat : 20953 (toysat) S 20949 20952 19387 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 114749924 16264007680 3912539 33554432000 4194304 16246674 140734651709376 140615339715824 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20952/tid=20954] ppid=20949 vsize=15882820 CPUtime=0 cores=0,2,4,6
/proc/20952/task/20954/stat : 20954 (toysat) S 20949 20952 19387 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 114749924 16264007680 3912542 33554432000 4194304 16246674 140734651709376 140615329225744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20952/tid=20955] ppid=20949 vsize=15882820 CPUtime=0 cores=0,2,4,6
/proc/20952/task/20955/stat : 20955 (toysat) S 20949 20952 19387 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 114749924 16264007680 3912546 33554432000 4194304 16246674 140734651709376 140615216000176 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 205.46
Current children cumulated vsize (KiB) 15882820

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 20952 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+205.605 s]
/proc/loadavg: 2.16 2.17 2.14 4/183 20960
/proc/meminfo: memFree=14047348/32872528 swapFree=16204/1518544
[pid=20952] ppid=20949 vsize=0 CPUtime=205.56 cores=0,2,4,6
/proc/20952/stat : 20952 (toysat) Z 20949 20952 19387 0 -1 4203532 5286486 0 0 0 19725 831 0 0 20 0 2 0 114749924 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20952/statm: 0 0 0 0 0 0 0
[pid=20952/tid=20955] ppid=20949 vsize=0 CPUtime=0.08 cores=0,2,4,6
/proc/20952/task/20955/stat : 20955 (toysat) R 20949 20952 19387 0 -1 4203588 1 0 0 0 0 8 0 0 20 0 2 0 114749924 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 205.56
Current children cumulated vsize (KiB) 0

[startup+206 s]
/proc/loadavg: 2.23 2.18 2.14 3/181 20960
/proc/meminfo: memFree=16591276/32872528 swapFree=16204/1518544
[pid=20952] ppid=20949 vsize=0 CPUtime=205.95 cores=0,2,4,6
/proc/20952/stat : 20952 (toysat) Z 20949 20952 19387 0 -1 4203532 5286486 0 0 0 19725 870 0 0 20 0 2 0 114749924 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20952/statm: 0 0 0 0 0 0 0
[pid=20952/tid=20955] ppid=20949 vsize=0 CPUtime=0.48 cores=0,2,4,6
/proc/20952/task/20955/stat : 20955 (toysat) R 20949 20952 19387 0 -1 4203588 1 0 0 0 0 48 0 0 20 0 2 0 114749924 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 205.95
Current children cumulated vsize (KiB) 0

[startup+206.4 s]
/proc/loadavg: 2.23 2.18 2.14 3/181 20960
/proc/meminfo: memFree=16591276/32872528 swapFree=16204/1518544
[pid=20952] ppid=20949 vsize=0 CPUtime=206.35 cores=0,2,4,6
/proc/20952/stat : 20952 (toysat) Z 20949 20952 19387 0 -1 4203532 5286486 0 0 0 19725 910 0 0 20 0 2 0 114749924 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20952/statm: 0 0 0 0 0 0 0
[pid=20952/tid=20955] ppid=20949 vsize=0 CPUtime=0.88 cores=0,2,4,6
/proc/20952/task/20955/stat : 20955 (toysat) R 20949 20952 19387 0 -1 4203588 1 0 0 0 0 88 0 0 20 0 2 0 114749924 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 206.35
Current children cumulated vsize (KiB) 0

[startup+206.5 s]
/proc/loadavg: 2.23 2.18 2.14 3/181 20960
/proc/meminfo: memFree=16591276/32872528 swapFree=16204/1518544
[pid=20952] ppid=20949 vsize=0 CPUtime=206.45 cores=0,2,4,6
/proc/20952/stat : 20952 (toysat) Z 20949 20952 19387 0 -1 4203532 5286486 0 0 0 19725 920 0 0 20 0 2 0 114749924 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20952/statm: 0 0 0 0 0 0 0
[pid=20952/tid=20955] ppid=20949 vsize=0 CPUtime=0.98 cores=0,2,4,6
/proc/20952/task/20955/stat : 20955 (toysat) R 20949 20952 19387 0 -1 4203588 1 0 0 0 0 98 0 0 20 0 2 0 114749924 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 206.45
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 206.526
CPU time (s): 206.477
CPU user time (s): 197.254
CPU system time (s): 9.2226
CPU usage (%): 99.9762
Max. virtual memory (cumulated for all children) (KiB): 15882820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 197.254
system time used= 9.2226
maximum resident set size= 15652344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5286486
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= 95
involuntary context switches= 238

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.715891 second user time and 1.09383 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-07 21:36:11
IDJOB=4079412
IDBENCH=92700
IDSOLVER=2542
FILE ID=node129/4079412-1465328170
RUNJOBID= node129-1465311042-19403
PBS_JOBID= 19850114
Free space on /tmp= 71720 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Multihop/normalized-minisat25_6_4_5_mh.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079412-1465328170/watcher-4079412-1465328170 -o /tmp/evaluation-result-4079412-1465328170/solver-4079412-1465328170 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1465311042-19403 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079412-1465328170.opb

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

MD5SUM BENCH= dea82fb627e6a79192851c69f83767e0
RANDOM SEED=924348297

node129.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.715
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
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.715
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.715
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.56
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.715
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.715
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.715
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.715
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.55
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.715
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:        29266452 kB
Buffers:           33820 kB
Cached:           200692 kB
SwapCached:         1836 kB
Active:          1217476 kB
Inactive:         128324 kB
Active(anon):    1108944 kB
Inactive(anon):     4516 kB
Active(file):     108532 kB
Inactive(file):   123808 kB
Unevictable:     1518544 kB
Mlocked:           16204 kB
SwapTotal:      67108856 kB
SwapFree:       67098824 kB
Dirty:             19064 kB
Writeback:             0 kB
AnonPages:       2630752 kB
Mapped:            11752 kB
Shmem:                 0 kB
Slab:             604304 kB
SReclaimable:      48516 kB
SUnreclaim:       555788 kB
KernelStack:        1488 kB
PageTables:         9212 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2774444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2013184 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= 71704 MiB
End job on node129 at 2016-06-07 21:39:37