Trace number 4122386

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
toysat 2016-05-02UNSAT 39.233 39.2397

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-regular-n19-d4-i1.cnf.gz-extracted.pb.metafix.opb
MD5SUMe5ac2d9d38bd3567ac81b7d7acf8d29b
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.009998
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables77
Total number of constraints76
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)76
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8
Number of bits of the biggest sum of numbers4
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-30T21:56:02+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-4122386-1467316562.opb"]
0.00/0.01	c use --random-gen="4248096391 1935591244 3680950550 2818191777 1443724499 2493178710 3415918100 3146580032 902964654 909413426 48433233 3049994123 3075109566 43931258 7197041 2827226459 3981443328 4121962768 3459825286 875573505 3800145767 1771798337 1022752557 368219387 3079873036 792799193 324977440 642390166 2025816602 2636764684 3361163584 1268682011 2762127001 1432302373 1761066896 1954169576 342682934 4063427360 644287062 1245320371 1415578598 791758579 1131624340 2728028509 3186531705 1898608717 1140264300 922406413 328369107 2469314631 2340231637 3618615422 814164462 668330026 1624472579 2485097614 963609877 4096005864 1143946404 382120882 391093026 3278960787 2952822349 3006086024 3126749711 1185533490 1451826562 64908929 1114782403 2533104456 3186932620 480112861 3361154102 4163459262 2217575762 2205508260 3446723775 2112592427 611090734 342120748 4019067026 2994753861 1270616171 1766853336 2475569876 1387573794 1733005201 1329895898 3961494259 2370447458 2668458386 1632929436 2276863576 3567220211 2712620974 3884052624 3618075083 2856470852 617040694 2141670054 2190766604 920062065 3739628097 2255171520 1158659231 46224451 1326538628 1075816329 4058568523 36620473 3338175599 485853940 1200292704 225156552 519160150 3497904046 4202981100 177518960 1500119440 2821449781 2113850792 2765086020 3971815987 2939671414 2594953058 2480134659 304414522 650948276 629625302 3502820499 2051482409 3143793073 2576532553 3202500168 3329183055 45300606 2774490388 3772921807 42321939 2657685392 1435698677 84008010 666502868 3721830706 1131491696 268512364 892692814 445647757 2106107408 1186651912 3355514552 1359388024 3600505608 2860155275 1411252963 609064520 2736211486 1326334964 996020587 2054006923 1460214910 3962414938 2043231031 1432335863 292109735 1943062515 3207756247 713789682 2874141744 2902852276 1044532650 1182754898 3235238860 3162333561 1770706482 1601358524 2338044771 3294285088 628462843 1843220286 2997863903 791866515 1940498225 1744853114 2186285260 2897229757 779256657 2911563417 4009332188 1835698745 1778885559 428897771 4177795555 70363618 848163722 3504298177 2911338711 887487425 1778704881 2644538624 1535301705 480964058 2408808331 2180474880 1668360 1042081958 1846523421 2808775605 352454734 3631126641 2705285446 3805993548 3319847058 3662311654 4044059412 1521165746 1038872614 1620879435 4170945012 2332474867 3359890369 854601267 413212200 496492109 745497920 1870358036 4701621 3596318178 1575986752 3361621197 2682532725 3564246467 3882887149 1785352812 3588160556 2290738424 1748314695 3489729942 1539850310 190038210 1934848206 1109921336 3691532000 1710775102 1565607526 3201661665 627039811 1967459576 210762467 2005258226 3136578636 2855855912 4029543785 3510838499 2175670019 2801719315 255 362436" option to reproduce the execution
0.00/0.01	c #vars 77
0.00/0.01	c #constraints 76
0.00/0.01	c Solving starts ...
0.00/0.01	c ============================[ Search Statistics ]============================
0.00/0.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.01	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.01	c =============================================================================
0.00/0.01	c  0.0s |       0 |        0 |        0 |       51      0 |        0 |        0
0.00/0.02	c  0.0s |       1 |      122 |      100 |       51      1 |        0 |        0
0.00/0.03	c  0.0s |       2 |      313 |      250 |       57      5 |        0 |        0
0.00/0.05	c  0.0s |       3 |      646 |      475 |       63     10 |        0 |        0
0.00/0.07	c  0.1s |       4 |     1130 |      813 |       70     18 |        0 |        0
0.09/0.12	c  0.1s |       5 |     1771 |     1320 |       77     28 |        0 |        0
0.09/0.17	c  0.2s |       6 |     2866 |     2081 |       94     42 |        0 |        0
0.19/0.26	c  0.3s |       7 |     4420 |     3223 |      104     63 |        0 |        0
0.39/0.40	c  0.4s |       8 |     6745 |     4936 |      115     91 |        0 |        0
0.49/0.59	c  0.6s |       9 |    10817 |     7506 |      127    131 |        0 |        0
0.79/0.88	c  0.9s |      10 |    16536 |    11361 |      140    185 |        0 |        0
1.20/1.26	c  1.3s |      11 |    24310 |    17144 |      154    260 |        0 |        0
1.69/1.73	c  1.7s |      12 |    36871 |    25819 |      170    364 |        0 |        0
2.39/2.44	c  2.4s |      13 |    55021 |    38832 |      188    508 |        0 |        0
3.49/3.53	c  3.5s |      14 |    80130 |    58352 |      207    704 |        0 |        0
5.19/5.20	c  5.2s |      15 |   118947 |    87632 |      228    970 |        0 |        0
7.19/7.21	c  7.2s |      15 |   158584 |   119732 |      228   1240 |        0 |        0
7.89/7.97	c  8.0s |      16 |   172946 |   131552 |      251   1337 |        0 |        0
9.89/9.98	c 10.0s |      16 |   209863 |   162052 |      251   1570 |        0 |        0
11.89/11.98	c 12.0s |      16 |   245163 |   191952 |      251   1799 |        0 |        0
12.29/12.33	c 12.3s |      17 |   251820 |   197432 |      277   1840 |        0 |        0
14.29/14.33	c 14.3s |      17 |   290333 |   229132 |      277   2059 |        0 |        0
16.28/16.33	c 16.3s |      17 |   332747 |   261932 |      277   2286 |        0 |        0
18.28/18.34	c 18.3s |      17 |   373800 |   294332 |      305   2510 |        0 |        0
18.38/18.46	c 18.5s |      18 |   376225 |   296252 |      305   2522 |        0 |        0
20.38/20.47	c 20.5s |      18 |   416745 |   328452 |      305   2725 |        0 |        0
22.38/22.47	c 22.5s |      18 |   460313 |   361752 |      305   2938 |        0 |        0
24.38/24.47	c 24.5s |      18 |   503369 |   394852 |      305   3148 |        0 |        0
26.40/26.47	c 26.5s |      18 |   547575 |   428752 |      305   3363 |        0 |        0
27.39/27.47	c 27.5s |      19 |   566851 |   444482 |      336   3460 |        0 |        0
29.39/29.48	c 29.5s |      19 |   608473 |   476982 |      336   3648 |        0 |        0
31.39/31.48	c 31.5s |      19 |   649964 |   509282 |      336   3835 |        0 |        0
33.39/33.48	c 33.5s |      19 |   694523 |   542682 |      336   4028 |        0 |        0
35.39/35.49	c 35.5s |      19 |   734943 |   574282 |      336   4211 |        0 |        0
37.39/37.49	c 37.5s |      19 |   776689 |   607082 |      336   4397 |        3 |        0
39.09/39.18	c 39.2s |      19 |   812327 |   635336 |      336   4555 |       45 |       10
39.09/39.18	c #cpu_time = 39.167s
39.09/39.18	c #wall_clock_time = 39.165s
39.09/39.18	c #decision = 812327
39.09/39.18	c #random_decision = 3285
39.09/39.18	c #conflict = 635336
39.09/39.18	c #restart = 19
39.09/39.18	s UNSATISFIABLE
39.09/39.18	c total CPU time = 39.180s
39.09/39.18	c total wall clock time = 39.179s

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

pid=25564
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.19 1.21 1.45 2/170 25567
/proc/meminfo: memFree=26859772/32872528 swapFree=1499852/1696076
[pid=25567] ppid=25564 vsize=740796 CPUtime=0 cores=0,2,4,6
/proc/25567/stat : 25567 (toysat) R 25564 25567 23450 0 -1 4202496 2764 0 0 0 0 0 0 0 20 0 4 0 12607434 758575104 3636 33554432000 4194304 16246674 140734720940720 140734720940144 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25567/statm: 185967 3646 441 2943 0 182861 0
[pid=25567/tid=25568] ppid=25564 vsize=758204 CPUtime=0 cores=0,2,4,6
/proc/25567/task/25568/stat : 25568 (toysat) S 25564 25567 23450 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12607434 776400896 3704 33554432000 4194304 16246674 140734720940720 139645843123440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25567/tid=25569] ppid=25564 vsize=763324 CPUtime=0 cores=0,2,4,6
/proc/25567/task/25569/stat : 25569 (toysat) S 25564 25567 23450 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12607434 781643776 3721 33554432000 4194304 16246674 140734720940720 139645761334512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25567/tid=25570] ppid=25564 vsize=767420 CPUtime=0 cores=0,2,4,6
/proc/25567/task/25570/stat : 25570 (toysat) S 25564 25567 23450 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12607435 785838080 3736 33554432000 4194304 16246674 140734720940720 139645750860976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100169 s]
/proc/loadavg: 1.19 1.21 1.45 2/170 25567
/proc/meminfo: memFree=26859772/32872528 swapFree=1499852/1696076
[pid=25567] ppid=25564 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/25567/stat : 25567 (toysat) R 25564 25567 23450 0 -1 4202496 24504 0 0 0 5 4 0 0 20 0 4 0 12607434 1247350784 25365 33554432000 4194304 16246674 140734720940720 140734720940144 6021133 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25567/statm: 304529 25376 709 2943 0 301423 0
[pid=25567/tid=25568] ppid=25564 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/25567/task/25568/stat : 25568 (toysat) S 25564 25567 23450 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12607434 1247350784 25382 33554432000 4194304 16246674 140734720940720 139645843123440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25567/tid=25569] ppid=25564 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/25567/task/25569/stat : 25569 (toysat) S 25564 25567 23450 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12607434 1247350784 25389 33554432000 4194304 16246674 140734720940720 139645761334512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25567/tid=25570] ppid=25564 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/25567/task/25570/stat : 25570 (toysat) S 25564 25567 23450 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12607435 1247350784 25395 33554432000 4194304 16246674 140734720940720 139645750860976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200462 s]
/proc/loadavg: 1.19 1.21 1.45 2/170 25567
/proc/meminfo: memFree=26859772/32872528 swapFree=1499852/1696076
[pid=25567] ppid=25564 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/25567/stat : 25567 (toysat) R 25564 25567 23450 0 -1 4202496 46523 0 0 0 13 6 0 0 20 0 4 0 12607434 1247350784 47385 33554432000 4194304 16246674 140734720940720 140734720940144 12481953 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25567/statm: 304529 47395 709 2943 0 301423 0
[pid=25567/tid=25568] ppid=25564 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/25567/task/25568/stat : 25568 (toysat) S 25564 25567 23450 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12607434 1247350784 47401 33554432000 4194304 16246674 140734720940720 139645843123440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25567/tid=25569] ppid=25564 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/25567/task/25569/stat : 25569 (toysat) S 25564 25567 23450 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12607434 1247350784 47407 33554432000 4194304 16246674 140734720940720 139645761334512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25567/tid=25570] ppid=25564 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/25567/task/25570/stat : 25570 (toysat) S 25564 25567 23450 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12607435 1247350784 47413 33554432000 4194304 16246674 140734720940720 139645750860976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300482 s]
/proc/loadavg: 1.19 1.21 1.45 2/170 25567
/proc/meminfo: memFree=26859772/32872528 swapFree=1499852/1696076
[pid=25567] ppid=25564 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/25567/stat : 25567 (toysat) R 25564 25567 23450 0 -1 4202496 68512 0 0 0 19 10 0 0 20 0 4 0 12607434 1247350784 69374 33554432000 4194304 16246674 140734720940720 140734720940144 5546181 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25567/statm: 304529 69383 709 2943 0 301423 0
[pid=25567/tid=25568] ppid=25564 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/25567/task/25568/stat : 25568 (toysat) S 25564 25567 23450 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12607434 1247350784 69391 33554432000 4194304 16246674 140734720940720 139645843123440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25567/tid=25569] ppid=25564 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/25567/task/25569/stat : 25569 (toysat) S 25564 25567 23450 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12607434 1247350784 69396 33554432000 4194304 16246674 140734720940720 139645761334512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25567/tid=25570] ppid=25564 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/25567/task/25570/stat : 25570 (toysat) S 25564 25567 23450 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12607435 1247350784 69400 33554432000 4194304 16246674 140734720940720 139645750860976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700399 s]
/proc/loadavg: 1.19 1.21 1.45 2/170 25567
/proc/meminfo: memFree=26859772/32872528 swapFree=1499852/1696076
[pid=25567] ppid=25564 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/25567/stat : 25567 (toysat) R 25564 25567 23450 0 -1 4202496 156084 0 0 0 47 22 0 0 20 0 4 0 12607434 1247350784 156946 33554432000 4194304 16246674 140734720940720 140734720923720 5831697 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25567/statm: 304529 156955 709 2943 0 301423 0
[pid=25567/tid=25568] ppid=25564 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/25567/task/25568/stat : 25568 (toysat) S 25564 25567 23450 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12607434 1247350784 156961 33554432000 4194304 16246674 140734720940720 139645843123440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25567/tid=25569] ppid=25564 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/25567/task/25569/stat : 25569 (toysat) S 25564 25567 23450 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12607434 1247350784 156967 33554432000 4194304 16246674 140734720940720 139645761334512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25567/tid=25570] ppid=25564 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/25567/task/25570/stat : 25570 (toysat) S 25564 25567 23450 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12607435 1247350784 156974 33554432000 4194304 16246674 140734720940720 139645750860976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50041 s]
/proc/loadavg: 1.26 1.22 1.45 3/183 25584
/proc/meminfo: memFree=24916448/32872528 swapFree=1499852/1696076
[pid=25567] ppid=25564 vsize=1218116 CPUtime=1.49 cores=0,2,4,6
/proc/25567/stat : 25567 (toysat) R 25564 25567 23450 0 -1 4202496 245451 0 0 0 114 35 0 0 20 0 4 0 12607434 1247350784 246292 33554432000 4194304 16246674 140734720940720 140734720923720 5545784 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25567/statm: 304529 246292 783 2943 0 301423 0
[pid=25567/tid=25568] ppid=25564 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/25567/task/25568/stat : 25568 (toysat) S 25564 25567 23450 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12607434 1247350784 246292 33554432000 4194304 16246674 140734720940720 139645843123440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25567/tid=25569] ppid=25564 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/25567/task/25569/stat : 25569 (toysat) S 25564 25567 23450 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12607434 1247350784 246292 33554432000 4194304 16246674 140734720940720 139645761334512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25567/tid=25570] ppid=25564 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/25567/task/25570/stat : 25570 (toysat) S 25564 25567 23450 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12607435 1247350784 246292 33554432000 4194304 16246674 140734720940720 139645750860976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1218116

[startup+3.1004 s]
/proc/loadavg: 1.26 1.22 1.45 3/183 25584
/proc/meminfo: memFree=24714932/32872528 swapFree=1499852/1696076
[pid=25567] ppid=25564 vsize=1306180 CPUtime=3.09 cores=0,2,4,6
/proc/25567/stat : 25567 (toysat) R 25564 25567 23450 0 -1 4202496 267389 0 0 0 271 38 0 0 20 0 4 0 12607434 1337528320 268230 33554432000 4194304 16246674 140734720940720 140734720923720 13191516 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25567/statm: 326545 268230 783 2943 0 323439 0
[pid=25567/tid=25568] ppid=25564 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/25567/task/25568/stat : 25568 (toysat) S 25564 25567 23450 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12607434 1337528320 268230 33554432000 4194304 16246674 140734720940720 139645843123440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25567/tid=25569] ppid=25564 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/25567/task/25569/stat : 25569 (toysat) S 25564 25567 23450 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12607434 1337528320 268230 33554432000 4194304 16246674 140734720940720 139645761334512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25567/tid=25570] ppid=25564 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/25567/task/25570/stat : 25570 (toysat) S 25564 25567 23450 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12607435 1337528320 268230 33554432000 4194304 16246674 140734720940720 139645750860976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1306180

[startup+6.30041 s]
/proc/loadavg: 1.26 1.22 1.45 3/183 25584
/proc/meminfo: memFree=24712984/32872528 swapFree=1499852/1696076
[pid=25567] ppid=25564 vsize=1306180 CPUtime=6.29 cores=0,2,4,6
/proc/25567/stat : 25567 (toysat) R 25564 25567 23450 0 -1 4202496 267390 0 0 0 591 38 0 0 20 0 4 0 12607434 1337528320 268231 33554432000 4194304 16246674 140734720940720 140734720923720 6842592 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25567/statm: 326545 268231 783 2943 0 323439 0
[pid=25567/tid=25568] ppid=25564 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/25567/task/25568/stat : 25568 (toysat) S 25564 25567 23450 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12607434 1337528320 268231 33554432000 4194304 16246674 140734720940720 139645843123440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25567/tid=25569] ppid=25564 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/25567/task/25569/stat : 25569 (toysat) S 25564 25567 23450 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12607434 1337528320 268231 33554432000 4194304 16246674 140734720940720 139645761334512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25567/tid=25570] ppid=25564 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/25567/task/25570/stat : 25570 (toysat) S 25564 25567 23450 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12607435 1337528320 268231 33554432000 4194304 16246674 140734720940720 139645750860976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1306180

[startup+12.7004 s]
/proc/loadavg: 1.52 1.28 1.47 3/183 25584
/proc/meminfo: memFree=24713140/32872528 swapFree=1499852/1696076
[pid=25567] ppid=25564 vsize=1306180 CPUtime=12.69 cores=0,2,4,6
/proc/25567/stat : 25567 (toysat) R 25564 25567 23450 0 -1 4202496 267393 0 0 0 1231 38 0 0 20 0 4 0 12607434 1337528320 268234 33554432000 4194304 16246674 140734720940720 140734720923720 15015658 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25567/statm: 326545 268234 783 2943 0 323439 0
[pid=25567/tid=25568] ppid=25564 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/25567/task/25568/stat : 25568 (toysat) S 25564 25567 23450 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12607434 1337528320 268234 33554432000 4194304 16246674 140734720940720 139645843123440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25567/tid=25569] ppid=25564 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/25567/task/25569/stat : 25569 (toysat) S 25564 25567 23450 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12607434 1337528320 268234 33554432000 4194304 16246674 140734720940720 139645761334512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25567/tid=25570] ppid=25564 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/25567/task/25570/stat : 25570 (toysat) S 25564 25567 23450 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12607435 1337528320 268234 33554432000 4194304 16246674 140734720940720 139645750860976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1306180

[startup+25.5005 s]
/proc/loadavg: 1.59 1.31 1.48 3/183 25584
/proc/meminfo: memFree=24713924/32872528 swapFree=1499852/1696076
[pid=25567] ppid=25564 vsize=1306180 CPUtime=25.48 cores=0,2,4,6
/proc/25567/stat : 25567 (toysat) R 25564 25567 23450 0 -1 4202496 267398 0 0 0 2510 38 0 0 20 0 4 0 12607434 1337528320 268239 33554432000 4194304 16246674 140734720940720 140734720923720 15015658 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25567/statm: 326545 268239 783 2943 0 323439 0
[pid=25567/tid=25568] ppid=25564 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/25567/task/25568/stat : 25568 (toysat) S 25564 25567 23450 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12607434 1337528320 268239 33554432000 4194304 16246674 140734720940720 139645843123440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25567/tid=25569] ppid=25564 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/25567/task/25569/stat : 25569 (toysat) S 25564 25567 23450 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12607434 1337528320 268239 33554432000 4194304 16246674 140734720940720 139645761334512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25567/tid=25570] ppid=25564 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/25567/task/25570/stat : 25570 (toysat) S 25564 25567 23450 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12607435 1337528320 268239 33554432000 4194304 16246674 140734720940720 139645750860976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1306180

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

[startup+25.6005 s]
/proc/loadavg: 1.59 1.31 1.48 3/183 25584
/proc/meminfo: memFree=24713924/32872528 swapFree=1499852/1696076
[pid=25567] ppid=25564 vsize=1306180 CPUtime=25.58 cores=0,2,4,6
/proc/25567/stat : 25567 (toysat) R 25564 25567 23450 0 -1 4202496 267398 0 0 0 2520 38 0 0 20 0 4 0 12607434 1337528320 268239 33554432000 4194304 16246674 140734720940720 140734720923720 12474947 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25567/statm: 326545 268239 783 2943 0 323439 0
[pid=25567/tid=25568] ppid=25564 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/25567/task/25568/stat : 25568 (toysat) S 25564 25567 23450 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12607434 1337528320 268239 33554432000 4194304 16246674 140734720940720 139645843123440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25567/tid=25569] ppid=25564 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/25567/task/25569/stat : 25569 (toysat) S 25564 25567 23450 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12607434 1337528320 268239 33554432000 4194304 16246674 140734720940720 139645761334512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25567/tid=25570] ppid=25564 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/25567/task/25570/stat : 25570 (toysat) S 25564 25567 23450 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12607435 1337528320 268239 33554432000 4194304 16246674 140734720940720 139645750860976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.58
Current children cumulated vsize (KiB) 1306180

[startup+32.0075 s]
/proc/loadavg: 1.65 1.33 1.48 3/183 25584
/proc/meminfo: memFree=24713924/32872528 swapFree=1499852/1696076
[pid=25567] ppid=25564 vsize=1306180 CPUtime=32 cores=0,2,4,6
/proc/25567/stat : 25567 (toysat) R 25564 25567 23450 0 -1 4202496 267416 0 0 0 3161 39 0 0 20 0 4 0 12607434 1337528320 268257 33554432000 4194304 16246674 140734720940720 140734720923720 6862302 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25567/statm: 326545 268257 785 2943 0 323439 0
[pid=25567/tid=25568] ppid=25564 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/25567/task/25568/stat : 25568 (toysat) S 25564 25567 23450 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12607434 1337528320 268257 33554432000 4194304 16246674 140734720940720 139645843123440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25567/tid=25569] ppid=25564 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/25567/task/25569/stat : 25569 (toysat) S 25564 25567 23450 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12607434 1337528320 268257 33554432000 4194304 16246674 140734720940720 139645761334512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25567/tid=25570] ppid=25564 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/25567/task/25570/stat : 25570 (toysat) S 25564 25567 23450 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12607435 1337528320 268257 33554432000 4194304 16246674 140734720940720 139645750860976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 32
Current children cumulated vsize (KiB) 1306180

[startup+35.2004 s]
/proc/loadavg: 1.65 1.33 1.48 3/183 25584
/proc/meminfo: memFree=24713924/32872528 swapFree=1499852/1696076
[pid=25567] ppid=25564 vsize=1306180 CPUtime=35.19 cores=0,2,4,6
/proc/25567/stat : 25567 (toysat) R 25564 25567 23450 0 -1 4202496 267416 0 0 0 3480 39 0 0 20 0 4 0 12607434 1337528320 268257 33554432000 4194304 16246674 140734720940720 140734720923720 5823682 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25567/statm: 326545 268257 785 2943 0 323439 0
[pid=25567/tid=25568] ppid=25564 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/25567/task/25568/stat : 25568 (toysat) S 25564 25567 23450 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12607434 1337528320 268257 33554432000 4194304 16246674 140734720940720 139645843123440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25567/tid=25569] ppid=25564 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/25567/task/25569/stat : 25569 (toysat) S 25564 25567 23450 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12607434 1337528320 268257 33554432000 4194304 16246674 140734720940720 139645761334512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25567/tid=25570] ppid=25564 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/25567/task/25570/stat : 25570 (toysat) S 25564 25567 23450 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12607435 1337528320 268257 33554432000 4194304 16246674 140734720940720 139645750860976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 35.19
Current children cumulated vsize (KiB) 1306180

[startup+36.8004 s]
/proc/loadavg: 1.68 1.34 1.48 3/183 25584
/proc/meminfo: memFree=24713804/32872528 swapFree=1499852/1696076
[pid=25567] ppid=25564 vsize=1306180 CPUtime=36.79 cores=0,2,4,6
/proc/25567/stat : 25567 (toysat) R 25564 25567 23450 0 -1 4202496 267416 0 0 0 3640 39 0 0 20 0 4 0 12607434 1337528320 268257 33554432000 4194304 16246674 140734720940720 140734720923720 13198488 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25567/statm: 326545 268257 785 2943 0 323439 0
[pid=25567/tid=25568] ppid=25564 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/25567/task/25568/stat : 25568 (toysat) S 25564 25567 23450 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12607434 1337528320 268257 33554432000 4194304 16246674 140734720940720 139645843123440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25567/tid=25569] ppid=25564 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/25567/task/25569/stat : 25569 (toysat) S 25564 25567 23450 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12607434 1337528320 268257 33554432000 4194304 16246674 140734720940720 139645761334512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25567/tid=25570] ppid=25564 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/25567/task/25570/stat : 25570 (toysat) S 25564 25567 23450 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12607435 1337528320 268257 33554432000 4194304 16246674 140734720940720 139645750860976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 36.79
Current children cumulated vsize (KiB) 1306180

[startup+38.4004 s]
/proc/loadavg: 1.68 1.34 1.48 3/183 25584
/proc/meminfo: memFree=24713804/32872528 swapFree=1499852/1696076
[pid=25567] ppid=25564 vsize=1306180 CPUtime=38.39 cores=0,2,4,6
/proc/25567/stat : 25567 (toysat) R 25564 25567 23450 0 -1 4202496 267416 0 0 0 3800 39 0 0 20 0 4 0 12607434 1337528320 268257 33554432000 4194304 16246674 140734720940720 140734720923720 5708145 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25567/statm: 326545 268257 785 2943 0 323439 0
[pid=25567/tid=25568] ppid=25564 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/25567/task/25568/stat : 25568 (toysat) S 25564 25567 23450 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12607434 1337528320 268257 33554432000 4194304 16246674 140734720940720 139645843123440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25567/tid=25569] ppid=25564 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/25567/task/25569/stat : 25569 (toysat) S 25564 25567 23450 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12607434 1337528320 268257 33554432000 4194304 16246674 140734720940720 139645761334512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25567/tid=25570] ppid=25564 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/25567/task/25570/stat : 25570 (toysat) S 25564 25567 23450 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12607435 1337528320 268257 33554432000 4194304 16246674 140734720940720 139645750860976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 38.39
Current children cumulated vsize (KiB) 1306180

[startup+38.8004 s]
/proc/loadavg: 1.68 1.34 1.48 3/183 25584
/proc/meminfo: memFree=24713680/32872528 swapFree=1499852/1696076
[pid=25567] ppid=25564 vsize=1306180 CPUtime=38.79 cores=0,2,4,6
/proc/25567/stat : 25567 (toysat) R 25564 25567 23450 0 -1 4202496 267416 0 0 0 3840 39 0 0 20 0 4 0 12607434 1337528320 268257 33554432000 4194304 16246674 140734720940720 140734720923720 5672188 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25567/statm: 326545 268257 785 2943 0 323439 0
[pid=25567/tid=25568] ppid=25564 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/25567/task/25568/stat : 25568 (toysat) S 25564 25567 23450 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12607434 1337528320 268257 33554432000 4194304 16246674 140734720940720 139645843123440 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=25567/tid=25569] ppid=25564 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/25567/task/25569/stat : 25569 (toysat) S 25564 25567 23450 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12607434 1337528320 268257 33554432000 4194304 16246674 140734720940720 139645761334512 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=25567/tid=25570] ppid=25564 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/25567/task/25570/stat : 25570 (toysat) S 25564 25567 23450 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12607435 1337528320 268257 33554432000 4194304 16246674 140734720940720 139645750860976 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 38.79
Current children cumulated vsize (KiB) 1306180

[startup+39.2003 s]
/proc/loadavg: 1.68 1.34 1.48 3/183 25584
/proc/meminfo: memFree=24713680/32872528 swapFree=1499852/1696076
[pid=25567] ppid=25564 vsize=0 CPUtime=39.19 cores=0,2,4,6
/proc/25567/stat : 25567 (toysat) R 25564 25567 23450 0 -1 4202500 267422 0 0 0 3878 41 0 0 20 0 1 0 12607434 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25567/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 39.19
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 39.2397
CPU time (s): 39.233
CPU user time (s): 38.7801
CPU system time (s): 0.452931
CPU usage (%): 99.9831
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 38.7801
system time used= 0.452931
maximum resident set size= 1073044
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267422
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= 19
involuntary context switches= 46

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.156976 second user time and 0.176973 second system time

The end

Launcher Data

Begin job on node137 at 2016-06-30 21:56:02
IDJOB=4122386
IDBENCH=111094
IDSOLVER=2542
FILE ID=node137/4122386-1467316562
RUNJOBID= node137-1467316562-25547
PBS_JOBID= 20005282
Free space on /tmp= 71696 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-regular-n19-d4-i1.cnf.gz-extracted.pb.metafix.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4122386-1467316562/watcher-4122386-1467316562 -o /tmp/evaluation-result-4122386-1467316562/solver-4122386-1467316562 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1467316562-25547 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4122386-1467316562.opb

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

MD5SUM BENCH= e5ac2d9d38bd3567ac81b7d7acf8d29b
RANDOM SEED=511850729

node137.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.265
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.53
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.265
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.265
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.53
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.265
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.265
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.265
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.265
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.54
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.265
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:        26860796 kB
Buffers:           33996 kB
Cached:          3515284 kB
SwapCached:            0 kB
Active:          1817888 kB
Inactive:        1742548 kB
Active(anon):       2268 kB
Inactive(anon):    11032 kB
Active(file):    1815620 kB
Inactive(file):  1731516 kB
Unevictable:     1696076 kB
Mlocked:         1499852 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             32636 kB
Writeback:             0 kB
AnonPages:       1706936 kB
Mapped:            14108 kB
Shmem:               204 kB
Slab:             622988 kB
SReclaimable:      67604 kB
SUnreclaim:       555384 kB
KernelStack:        1416 kB
PageTables:         7204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1792496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    196608 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= 71664 MiB
End job on node137 at 2016-06-30 21:56:41