Trace number 4120426

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 70.4743 70.4885

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-subsetCardinalitySigma-22-3.cnf.gz-plain.pb.metafix.opb
MD5SUM7d9c7552113ffe0c91e3da03f54b92ad
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 benchmark8.74367
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables89
Total number of constraints188
Number of constraints which are clauses188
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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-30T20:27:13+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-4120426-1467311233.opb"]
0.00/0.01	c use --random-gen="739423187 3732572640 3112563888 847137545 2079625656 593239892 3935452662 2166698809 3657849763 3865262998 2520000174 1672662817 3082441098 997027037 2426795381 1422054830 2453807641 224767059 3437522097 1208796635 4206885284 4147882831 2453645605 2096248420 2411231953 603537210 495975925 1914596860 1369283285 1762871004 251359294 2693854110 3262870522 2091972013 1842788533 1455484320 346958776 2305106363 3892236794 2028273568 1206876053 974468871 769531281 1325477775 254739772 2215649315 2267505175 2571382740 2829363149 3698768192 2223111813 1850080196 1551895870 1915139957 689776986 1245821366 2934476219 1656609314 1831457838 4123520934 375884077 1301063555 4077409854 2986846792 215364597 3720625017 3893624904 3596464748 925936527 3060824189 1381854732 741330045 1334843096 686378342 3187414277 3869608600 3048412197 4293528944 2354089226 3336340618 368019276 2769676365 4291834250 144372288 2770198022 1829474121 2297502188 1693865077 2534206559 3385085277 119279909 346318284 3434585394 473238414 2642426534 1811580973 237676514 1176000944 2210874248 1689570191 394461612 3789832328 3747278161 3988013580 2446663940 3776530510 3770506279 2889375808 2620366202 111303098 1836500123 1369444964 2890906404 3995357517 1031235553 3389507650 2203806724 1928726552 1607895768 336948224 3410641523 554150764 2684471113 1655452016 3608685615 77343206 626468675 2534652152 3713595127 1335359541 2183144758 2207112044 4149884697 1757659105 3575743559 261367653 3719166053 370109598 30525840 2037360760 3196596029 4263066831 2847558614 2337993076 101225643 3558693889 1049812803 2501537183 2309639833 3733232206 209549857 2800986718 1502253512 457862655 1358565274 3520389120 4075868937 1234708605 1356303253 1730724048 1487215008 763309449 1597419743 1662271316 3330790055 2406451471 287521498 2118445335 935694652 1062314335 2818186953 192285583 3656429803 842227900 1001660806 2500935581 640351311 1746966053 215325634 4068737250 4179458586 2390187041 3710836470 3389958693 1298141649 267121882 454017840 2189172685 3469336189 2519055888 2227929537 474070073 365901077 1652994630 557610205 2077014246 1952446890 3762030615 2717123009 1504999866 408960482 1258381048 1314909688 4105078030 1838378779 732038193 499208543 3580036067 2797232088 2849385162 1338981172 1414385046 3075088781 982626861 3667497595 666345942 3485491491 3345390628 3176282931 2033733322 1646379355 658031603 3519264441 2958372727 2697912026 587053265 1036940652 695203726 1177479497 2580523306 72008214 97259403 169529024 4158938939 1747598127 4071291744 1184620165 1914502779 2175201807 2421378226 4029530318 3187532734 3757746032 2112190175 3307348068 3532171049 19891012 2257728702 1847351919 560463414 1012515975 3613745531 820152648 3426120690 2048510414 1485751593 255 362436" option to reproduce the execution
0.00/0.01	c #vars 89
0.00/0.01	c #constraints 188
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 |       92      0 |        0 |        0
0.00/0.02	c  0.0s |       1 |      152 |      100 |       92      0 |        0 |        0
0.00/0.04	c  0.0s |       2 |      368 |      250 |      102      3 |        0 |        0
0.00/0.06	c  0.0s |       3 |      729 |      475 |      113      6 |        0 |        0
0.09/0.10	c  0.1s |       4 |     1243 |      813 |      125     10 |        0 |        0
0.09/0.15	c  0.1s |       5 |     1897 |     1320 |      138     17 |        0 |        0
0.19/0.22	c  0.2s |       6 |     2950 |     2081 |      168     25 |        0 |        0
0.29/0.34	c  0.3s |       7 |     4462 |     3223 |      185     37 |        0 |        0
0.49/0.51	c  0.5s |       8 |     6818 |     4936 |      204     54 |        0 |        0
0.69/0.79	c  0.8s |       9 |    10006 |     7506 |      225     76 |        0 |        0
1.10/1.14	c  1.1s |      10 |    14830 |    11361 |      248    108 |        0 |        0
1.49/1.53	c  1.5s |      11 |    22478 |    17144 |      273    151 |        0 |        0
2.09/2.17	c  2.2s |      12 |    33003 |    25819 |      301    211 |        0 |        0
2.99/3.09	c  3.1s |      13 |    49537 |    38832 |      332    293 |        0 |        0
4.39/4.41	c  4.4s |      14 |    75361 |    58352 |      366    407 |        0 |        0
6.39/6.42	c  6.4s |      14 |   111284 |    85752 |      366    553 |        0 |        0
6.49/6.57	c  6.6s |      15 |   113538 |    87632 |      403    562 |        0 |        0
8.48/8.58	c  8.6s |      15 |   147577 |   114632 |      403    693 |        0 |        0
9.78/9.83	c  9.8s |      16 |   168514 |   131552 |      444    774 |        0 |        0
11.78/11.83	c 11.8s |      16 |   203399 |   158152 |      444    891 |        0 |        0
13.78/13.84	c 13.8s |      16 |   235888 |   183952 |      444   1004 |        0 |        0
14.88/14.94	c 14.9s |      17 |   251905 |   197432 |      489   1062 |        0 |        0
16.88/16.95	c 16.9s |      17 |   287110 |   223932 |      489   1167 |        0 |        0
18.88/18.95	c 18.9s |      17 |   318078 |   249332 |      489   1269 |        0 |        0
20.90/20.96	c 20.9s |      17 |   351810 |   275632 |      489   1374 |        0 |        0
22.49/22.54	c 22.5s |      18 |   378244 |   296252 |      538   1456 |        0 |        0
24.49/24.54	c 24.5s |      18 |   407949 |   320452 |      538   1544 |        0 |        0
26.49/26.54	c 26.5s |      18 |   440635 |   346152 |      538   1638 |        0 |        0
28.48/28.55	c 28.5s |      18 |   469493 |   370252 |      538   1726 |        0 |        0
30.48/30.55	c 30.5s |      18 |   498857 |   394552 |      538   1814 |        0 |        0
32.48/32.56	c 32.5s |      18 |   526637 |   417852 |      538   1899 |        0 |        0
34.48/34.56	c 34.5s |      18 |   557647 |   442652 |      592   1990 |        0 |        0
34.68/34.70	c 34.7s |      19 |   560294 |   444482 |      592   1996 |        0 |        0
36.68/36.71	c 36.7s |      19 |   591434 |   469482 |      592   2079 |        0 |        0
38.68/38.71	c 38.7s |      19 |   621237 |   493882 |      592   2160 |        0 |        0
40.68/40.71	c 40.7s |      19 |   654613 |   519782 |      592   2246 |        0 |        0
42.69/42.72	c 42.7s |      19 |   686342 |   545282 |      592   2331 |        0 |        0
44.69/44.72	c 44.7s |      19 |   716365 |   569782 |      592   2413 |        0 |        0
46.68/46.73	c 46.7s |      19 |   748840 |   595582 |      592   2499 |        0 |        0
48.68/48.73	c 48.7s |      19 |   780342 |   620682 |      592   2582 |        0 |        0
50.69/50.74	c 50.7s |      19 |   815680 |   647282 |      592   2671 |        0 |        0
52.18/52.22	c 52.2s |      20 |   842031 |   666827 |      652   2734 |        0 |        0
54.18/54.22	c 54.2s |      20 |   876123 |   692927 |      652   2813 |        0 |        0
56.18/56.22	c 56.2s |      20 |   911090 |   719027 |      652   2892 |        0 |        0
58.18/58.22	c 58.2s |      20 |   945038 |   745127 |      652   2971 |        0 |        0
60.18/60.23	c 60.2s |      20 |   979270 |   771327 |      652   3050 |        1 |        3
62.18/62.24	c 62.2s |      20 |  1012782 |   797527 |      652   3129 |        1 |        3
64.17/64.24	c 64.2s |      20 |  1044442 |   823027 |      652   3205 |        2 |        6
66.17/66.24	c 66.2s |      20 |  1073637 |   847127 |      652   3278 |        2 |        6
68.18/68.25	c 68.2s |      20 |  1108058 |   873527 |      652   3357 |        3 |        9
70.18/70.25	c 70.2s |      20 |  1144538 |   900527 |      652   3437 |        7 |       24
70.39/70.43	c 70.4s |      20 |  1147615 |   902964 |      652   3442 |       34 |       65
70.39/70.43	c #cpu_time = 70.413s
70.39/70.43	c #wall_clock_time = 70.412s
70.39/70.43	c #decision = 1147615
70.39/70.43	c #random_decision = 4950
70.39/70.43	c #conflict = 902964
70.39/70.43	c #restart = 20
70.39/70.43	s UNSATISFIABLE
70.39/70.43	c total CPU time = 70.428s
70.39/70.43	c total wall clock time = 70.428s

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

pid=23089
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.30 2.25 2.11 3/179 23092
/proc/meminfo: memFree=27245812/32872528 swapFree=1459604/1655828
[pid=23092] ppid=23089 vsize=687548 CPUtime=0 cores=0,2,4,6
/proc/23092/stat : 23092 (toysat) R 23089 23092 22681 0 -1 4202496 2558 0 0 0 0 0 0 0 20 0 4 0 12074470 704049152 3429 33554432000 4194304 16246674 140733314681904 140733314681328 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23092/statm: 172655 3441 441 2943 0 169549 0
[pid=23092/tid=23093] ppid=23089 vsize=707004 CPUtime=0 cores=0,2,4,6
/proc/23092/task/23093/stat : 23093 (toysat) S 23089 23092 22681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12074471 723972096 3502 33554432000 4194304 16246674 140733314681904 139659782892784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23092/tid=23094] ppid=23089 vsize=711100 CPUtime=0 cores=0,2,4,6
/proc/23092/task/23094/stat : 23094 (toysat) S 23089 23092 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12074471 728166400 3519 33554432000 4194304 16246674 140733314681904 139659772402928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23092/tid=23095] ppid=23089 vsize=715196 CPUtime=0 cores=0,2,4,6
/proc/23092/task/23095/stat : 23095 (toysat) S 23089 23092 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12074471 732360704 3537 33554432000 4194304 16246674 140733314681904 139659652885680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100171 s]
/proc/loadavg: 2.30 2.25 2.11 3/179 23092
/proc/meminfo: memFree=27245812/32872528 swapFree=1459604/1655828
[pid=23092] ppid=23089 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/23092/stat : 23092 (toysat) R 23089 23092 22681 0 -1 4202496 25865 0 0 0 5 4 0 0 20 0 4 0 12074470 1247350784 26726 33554432000 4194304 16246674 140733314681904 140733314681328 5723873 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23092/statm: 304529 26734 707 2943 0 301423 0
[pid=23092/tid=23093] ppid=23089 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23092/task/23093/stat : 23093 (toysat) S 23089 23092 22681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12074471 1247350784 26742 33554432000 4194304 16246674 140733314681904 139659782892784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23092/tid=23094] ppid=23089 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23092/task/23094/stat : 23094 (toysat) S 23089 23092 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12074471 1247350784 26749 33554432000 4194304 16246674 140733314681904 139659772402928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23092/tid=23095] ppid=23089 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23092/task/23095/stat : 23095 (toysat) S 23089 23092 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12074471 1247350784 26754 33554432000 4194304 16246674 140733314681904 139659652885680 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.200473 s]
/proc/loadavg: 2.30 2.25 2.11 3/179 23092
/proc/meminfo: memFree=27245812/32872528 swapFree=1459604/1655828
[pid=23092] ppid=23089 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/23092/stat : 23092 (toysat) R 23089 23092 22681 0 -1 4202496 49375 0 0 0 12 7 0 0 20 0 4 0 12074470 1247350784 50235 33554432000 4194304 16246674 140733314681904 140733314681328 5827869 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23092/statm: 304529 50245 707 2943 0 301423 0
[pid=23092/tid=23093] ppid=23089 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23092/task/23093/stat : 23093 (toysat) S 23089 23092 22681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12074471 1247350784 50251 33554432000 4194304 16246674 140733314681904 139659782892784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23092/tid=23094] ppid=23089 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23092/task/23094/stat : 23094 (toysat) S 23089 23092 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12074471 1247350784 50257 33554432000 4194304 16246674 140733314681904 139659772402928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23092/tid=23095] ppid=23089 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23092/task/23095/stat : 23095 (toysat) S 23089 23092 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12074471 1247350784 50264 33554432000 4194304 16246674 140733314681904 139659652885680 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.300503 s]
/proc/loadavg: 2.30 2.25 2.11 3/179 23092
/proc/meminfo: memFree=27245812/32872528 swapFree=1459604/1655828
[pid=23092] ppid=23089 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/23092/stat : 23092 (toysat) R 23089 23092 22681 0 -1 4202496 73043 0 0 0 19 10 0 0 20 0 4 0 12074470 1247350784 73903 33554432000 4194304 16246674 140733314681904 140733314681328 13954518 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23092/statm: 304529 73915 707 2943 0 301423 0
[pid=23092/tid=23093] ppid=23089 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23092/task/23093/stat : 23093 (toysat) S 23089 23092 22681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12074471 1247350784 73923 33554432000 4194304 16246674 140733314681904 139659782892784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23092/tid=23094] ppid=23089 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23092/task/23094/stat : 23094 (toysat) S 23089 23092 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12074471 1247350784 73929 33554432000 4194304 16246674 140733314681904 139659772402928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23092/tid=23095] ppid=23089 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23092/task/23095/stat : 23095 (toysat) S 23089 23092 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12074471 1247350784 73937 33554432000 4194304 16246674 140733314681904 139659652885680 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.700426 s]
/proc/loadavg: 2.30 2.25 2.11 3/179 23092
/proc/meminfo: memFree=27245812/32872528 swapFree=1459604/1655828
[pid=23092] ppid=23089 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/23092/stat : 23092 (toysat) R 23089 23092 22681 0 -1 4202496 166105 0 0 0 46 23 0 0 20 0 4 0 12074470 1247350784 166965 33554432000 4194304 16246674 140733314681904 140733314663808 5545885 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23092/statm: 304529 166977 707 2943 0 301423 0
[pid=23092/tid=23093] ppid=23089 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23092/task/23093/stat : 23093 (toysat) S 23089 23092 22681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12074471 1247350784 166983 33554432000 4194304 16246674 140733314681904 139659782892784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23092/tid=23094] ppid=23089 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23092/task/23094/stat : 23094 (toysat) S 23089 23092 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12074471 1247350784 166989 33554432000 4194304 16246674 140733314681904 139659772402928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23092/tid=23095] ppid=23089 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23092/task/23095/stat : 23095 (toysat) S 23089 23092 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12074471 1247350784 166998 33554432000 4194304 16246674 140733314681904 139659652885680 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.50035 s]
/proc/loadavg: 2.30 2.25 2.11 3/183 23096
/proc/meminfo: memFree=26261472/32872528 swapFree=1459604/1655828
[pid=23092] ppid=23089 vsize=1218116 CPUtime=1.49 cores=0,2,4,6
/proc/23092/stat : 23092 (toysat) R 23089 23092 22681 0 -1 4202496 245492 0 0 0 117 32 0 0 20 0 4 0 12074470 1247350784 246332 33554432000 4194304 16246674 140733314681904 140733314664672 6022520 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23092/statm: 304529 246332 786 2943 0 301423 0
[pid=23092/tid=23093] ppid=23089 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23092/task/23093/stat : 23093 (toysat) S 23089 23092 22681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12074471 1247350784 246332 33554432000 4194304 16246674 140733314681904 139659782892784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23092/tid=23094] ppid=23089 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23092/task/23094/stat : 23094 (toysat) S 23089 23092 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12074471 1247350784 246332 33554432000 4194304 16246674 140733314681904 139659772402928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23092/tid=23095] ppid=23089 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23092/task/23095/stat : 23095 (toysat) S 23089 23092 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12074471 1247350784 246332 33554432000 4194304 16246674 140733314681904 139659652885680 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.10044 s]
/proc/loadavg: 2.30 2.25 2.11 3/183 23096
/proc/meminfo: memFree=26173556/32872528 swapFree=1459604/1655828
[pid=23092] ppid=23089 vsize=1306180 CPUtime=3.09 cores=0,2,4,6
/proc/23092/stat : 23092 (toysat) R 23089 23092 22681 0 -1 4202496 267383 0 0 0 275 34 0 0 20 0 4 0 12074470 1337528320 268223 33554432000 4194304 16246674 140733314681904 140733314663808 5822604 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23092/statm: 326545 268223 786 2943 0 323439 0
[pid=23092/tid=23093] ppid=23089 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23092/task/23093/stat : 23093 (toysat) S 23089 23092 22681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12074471 1337528320 268223 33554432000 4194304 16246674 140733314681904 139659782892784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23092/tid=23094] ppid=23089 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23092/task/23094/stat : 23094 (toysat) S 23089 23092 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12074471 1337528320 268223 33554432000 4194304 16246674 140733314681904 139659772402928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23092/tid=23095] ppid=23089 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23092/task/23095/stat : 23095 (toysat) S 23089 23092 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12074471 1337528320 268223 33554432000 4194304 16246674 140733314681904 139659652885680 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.30044 s]
/proc/loadavg: 2.28 2.25 2.11 3/183 23096
/proc/meminfo: memFree=26173248/32872528 swapFree=1459604/1655828
[pid=23092] ppid=23089 vsize=1306180 CPUtime=6.29 cores=0,2,4,6
/proc/23092/stat : 23092 (toysat) R 23089 23092 22681 0 -1 4202496 267391 0 0 0 595 34 0 0 20 0 4 0 12074470 1337528320 268231 33554432000 4194304 16246674 140733314681904 140733314663808 5519832 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23092/statm: 326545 268231 786 2943 0 323439 0
[pid=23092/tid=23093] ppid=23089 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23092/task/23093/stat : 23093 (toysat) S 23089 23092 22681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12074471 1337528320 268231 33554432000 4194304 16246674 140733314681904 139659782892784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23092/tid=23094] ppid=23089 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23092/task/23094/stat : 23094 (toysat) S 23089 23092 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12074471 1337528320 268231 33554432000 4194304 16246674 140733314681904 139659772402928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23092/tid=23095] ppid=23089 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23092/task/23095/stat : 23095 (toysat) S 23089 23092 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12074471 1337528320 268231 33554432000 4194304 16246674 140733314681904 139659652885680 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: 2.34 2.26 2.11 3/183 23096
/proc/meminfo: memFree=26173856/32872528 swapFree=1459604/1655828
[pid=23092] ppid=23089 vsize=1306180 CPUtime=12.68 cores=0,2,4,6
/proc/23092/stat : 23092 (toysat) R 23089 23092 22681 0 -1 4202496 267400 0 0 0 1234 34 0 0 20 0 4 0 12074470 1337528320 268240 33554432000 4194304 16246674 140733314681904 140733314663808 6011022 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23092/statm: 326545 268240 786 2943 0 323439 0
[pid=23092/tid=23093] ppid=23089 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23092/task/23093/stat : 23093 (toysat) S 23089 23092 22681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12074471 1337528320 268240 33554432000 4194304 16246674 140733314681904 139659782892784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23092/tid=23094] ppid=23089 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23092/task/23094/stat : 23094 (toysat) S 23089 23092 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12074471 1337528320 268240 33554432000 4194304 16246674 140733314681904 139659772402928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23092/tid=23095] ppid=23089 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23092/task/23095/stat : 23095 (toysat) S 23089 23092 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12074471 1337528320 268240 33554432000 4194304 16246674 140733314681904 139659652885680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1306180

[startup+25.5005 s]
/proc/loadavg: 2.26 2.25 2.11 3/183 23096
/proc/meminfo: memFree=26174016/32872528 swapFree=1459604/1655828
[pid=23092] ppid=23089 vsize=1306180 CPUtime=25.49 cores=0,2,4,6
/proc/23092/stat : 23092 (toysat) R 23089 23092 22681 0 -1 4202496 267415 0 0 0 2514 35 0 0 20 0 4 0 12074470 1337528320 268255 33554432000 4194304 16246674 140733314681904 140733314663808 6021188 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23092/statm: 326545 268255 788 2943 0 323439 0
[pid=23092/tid=23093] ppid=23089 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23092/task/23093/stat : 23093 (toysat) S 23089 23092 22681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12074471 1337528320 268255 33554432000 4194304 16246674 140733314681904 139659782892784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23092/tid=23094] ppid=23089 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23092/task/23094/stat : 23094 (toysat) S 23089 23092 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12074471 1337528320 268255 33554432000 4194304 16246674 140733314681904 139659772402928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23092/tid=23095] ppid=23089 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23092/task/23095/stat : 23095 (toysat) S 23089 23092 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12074471 1337528320 268255 33554432000 4194304 16246674 140733314681904 139659652885680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1306180

[startup+51.1005 s]
/proc/loadavg: 2.37 2.28 2.12 4/183 23096
/proc/meminfo: memFree=26173372/32872528 swapFree=1459604/1655828
[pid=23092] ppid=23089 vsize=1306180 CPUtime=51.08 cores=0,2,4,6
/proc/23092/stat : 23092 (toysat) R 23089 23092 22681 0 -1 4202496 267424 0 0 0 5072 36 0 0 20 0 4 0 12074470 1337528320 268264 33554432000 4194304 16246674 140733314681904 140733314664904 6049797 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23092/statm: 326545 268264 788 2943 0 323439 0
[pid=23092/tid=23093] ppid=23089 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23092/task/23093/stat : 23093 (toysat) S 23089 23092 22681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12074471 1337528320 268264 33554432000 4194304 16246674 140733314681904 139659782892784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23092/tid=23094] ppid=23089 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23092/task/23094/stat : 23094 (toysat) S 23089 23092 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12074471 1337528320 268264 33554432000 4194304 16246674 140733314681904 139659772402928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23092/tid=23095] ppid=23089 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23092/task/23095/stat : 23095 (toysat) S 23089 23092 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12074471 1337528320 268264 33554432000 4194304 16246674 140733314681904 139659652885680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1306180

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

[startup+51.2005 s]
/proc/loadavg: 2.37 2.28 2.12 4/183 23096
/proc/meminfo: memFree=26173372/32872528 swapFree=1459604/1655828
[pid=23092] ppid=23089 vsize=1306180 CPUtime=51.18 cores=0,2,4,6
/proc/23092/stat : 23092 (toysat) R 23089 23092 22681 0 -1 4202496 267424 0 0 0 5082 36 0 0 20 0 4 0 12074470 1337528320 268264 33554432000 4194304 16246674 140733314681904 140733314664904 5999406 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23092/statm: 326545 268264 788 2943 0 323439 0
[pid=23092/tid=23093] ppid=23089 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23092/task/23093/stat : 23093 (toysat) S 23089 23092 22681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12074471 1337528320 268264 33554432000 4194304 16246674 140733314681904 139659782892784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23092/tid=23094] ppid=23089 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23092/task/23094/stat : 23094 (toysat) S 23089 23092 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12074471 1337528320 268264 33554432000 4194304 16246674 140733314681904 139659772402928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23092/tid=23095] ppid=23089 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23092/task/23095/stat : 23095 (toysat) S 23089 23092 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12074471 1337528320 268264 33554432000 4194304 16246674 140733314681904 139659652885680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.18
Current children cumulated vsize (KiB) 1306180

[startup+64.0004 s]
/proc/loadavg: 2.31 2.27 2.12 3/183 23097
/proc/meminfo: memFree=26173100/32872528 swapFree=1459604/1655828
[pid=23092] ppid=23089 vsize=1306180 CPUtime=63.98 cores=0,2,4,6
/proc/23092/stat : 23092 (toysat) R 23089 23092 22681 0 -1 4202496 267428 0 0 0 6362 36 0 0 20 0 4 0 12074470 1337528320 268268 33554432000 4194304 16246674 140733314681904 140733314663808 5754912 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23092/statm: 326545 268268 788 2943 0 323439 0
[pid=23092/tid=23093] ppid=23089 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23092/task/23093/stat : 23093 (toysat) S 23089 23092 22681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12074471 1337528320 268268 33554432000 4194304 16246674 140733314681904 139659782892784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23092/tid=23094] ppid=23089 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23092/task/23094/stat : 23094 (toysat) S 23089 23092 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12074471 1337528320 268268 33554432000 4194304 16246674 140733314681904 139659772402928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23092/tid=23095] ppid=23089 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23092/task/23095/stat : 23095 (toysat) S 23089 23092 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12074471 1337528320 268268 33554432000 4194304 16246674 140733314681904 139659652885680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 63.98
Current children cumulated vsize (KiB) 1306180

[startup+67.2073 s]
/proc/loadavg: 2.29 2.26 2.12 3/183 23097
/proc/meminfo: memFree=26173472/32872528 swapFree=1459604/1655828
[pid=23092] ppid=23089 vsize=1306180 CPUtime=67.18 cores=0,2,4,6
/proc/23092/stat : 23092 (toysat) R 23089 23092 22681 0 -1 4202496 267428 0 0 0 6682 36 0 0 20 0 4 0 12074470 1337528320 268268 33554432000 4194304 16246674 140733314681904 140733314663808 5754664 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23092/statm: 326545 268268 788 2943 0 323439 0
[pid=23092/tid=23093] ppid=23089 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23092/task/23093/stat : 23093 (toysat) S 23089 23092 22681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12074471 1337528320 268268 33554432000 4194304 16246674 140733314681904 139659782892784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23092/tid=23094] ppid=23089 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23092/task/23094/stat : 23094 (toysat) S 23089 23092 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12074471 1337528320 268268 33554432000 4194304 16246674 140733314681904 139659772402928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23092/tid=23095] ppid=23089 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23092/task/23095/stat : 23095 (toysat) S 23089 23092 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12074471 1337528320 268268 33554432000 4194304 16246674 140733314681904 139659652885680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 67.18
Current children cumulated vsize (KiB) 1306180

[startup+68.8004 s]
/proc/loadavg: 2.29 2.26 2.12 3/183 23097
/proc/meminfo: memFree=26173596/32872528 swapFree=1459604/1655828
[pid=23092] ppid=23089 vsize=1306180 CPUtime=68.77 cores=0,2,4,6
/proc/23092/stat : 23092 (toysat) R 23089 23092 22681 0 -1 4202496 267428 0 0 0 6841 36 0 0 20 0 4 0 12074470 1337528320 268268 33554432000 4194304 16246674 140733314681904 140733314663808 5672188 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23092/statm: 326545 268268 788 2943 0 323439 0
[pid=23092/tid=23093] ppid=23089 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23092/task/23093/stat : 23093 (toysat) S 23089 23092 22681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12074471 1337528320 268268 33554432000 4194304 16246674 140733314681904 139659782892784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23092/tid=23094] ppid=23089 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23092/task/23094/stat : 23094 (toysat) S 23089 23092 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12074471 1337528320 268268 33554432000 4194304 16246674 140733314681904 139659772402928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23092/tid=23095] ppid=23089 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23092/task/23095/stat : 23095 (toysat) S 23089 23092 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12074471 1337528320 268268 33554432000 4194304 16246674 140733314681904 139659652885680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 68.77
Current children cumulated vsize (KiB) 1306180

[startup+69.6004 s]
/proc/loadavg: 2.29 2.26 2.12 3/183 23097
/proc/meminfo: memFree=26173596/32872528 swapFree=1459604/1655828
[pid=23092] ppid=23089 vsize=1306180 CPUtime=69.58 cores=0,2,4,6
/proc/23092/stat : 23092 (toysat) R 23089 23092 22681 0 -1 4202496 267428 0 0 0 6921 37 0 0 20 0 4 0 12074470 1337528320 268268 33554432000 4194304 16246674 140733314681904 140733314663808 12477709 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23092/statm: 326545 268268 788 2943 0 323439 0
[pid=23092/tid=23093] ppid=23089 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23092/task/23093/stat : 23093 (toysat) S 23089 23092 22681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12074471 1337528320 268268 33554432000 4194304 16246674 140733314681904 139659782892784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23092/tid=23094] ppid=23089 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23092/task/23094/stat : 23094 (toysat) S 23089 23092 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12074471 1337528320 268268 33554432000 4194304 16246674 140733314681904 139659772402928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23092/tid=23095] ppid=23089 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23092/task/23095/stat : 23095 (toysat) S 23089 23092 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12074471 1337528320 268268 33554432000 4194304 16246674 140733314681904 139659652885680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 69.58
Current children cumulated vsize (KiB) 1306180

[startup+70.0004 s]
/proc/loadavg: 2.29 2.26 2.12 3/183 23097
/proc/meminfo: memFree=26173596/32872528 swapFree=1459604/1655828
[pid=23092] ppid=23089 vsize=1306180 CPUtime=69.98 cores=0,2,4,6
/proc/23092/stat : 23092 (toysat) R 23089 23092 22681 0 -1 4202496 267428 0 0 0 6961 37 0 0 20 0 4 0 12074470 1337528320 268268 33554432000 4194304 16246674 140733314681904 140733314664904 5652800 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23092/statm: 326545 268268 788 2943 0 323439 0
[pid=23092/tid=23093] ppid=23089 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23092/task/23093/stat : 23093 (toysat) S 23089 23092 22681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12074471 1337528320 268268 33554432000 4194304 16246674 140733314681904 139659782892784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23092/tid=23094] ppid=23089 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23092/task/23094/stat : 23094 (toysat) S 23089 23092 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12074471 1337528320 268268 33554432000 4194304 16246674 140733314681904 139659772402928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23092/tid=23095] ppid=23089 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23092/task/23095/stat : 23095 (toysat) S 23089 23092 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12074471 1337528320 268268 33554432000 4194304 16246674 140733314681904 139659652885680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 69.98
Current children cumulated vsize (KiB) 1306180

[startup+70.4004 s]
/proc/loadavg: 2.27 2.26 2.12 3/183 23097
/proc/meminfo: memFree=26173332/32872528 swapFree=1459604/1655828
[pid=23092] ppid=23089 vsize=1306180 CPUtime=70.39 cores=0,2,4,6
/proc/23092/stat : 23092 (toysat) R 23089 23092 22681 0 -1 4202496 267428 0 0 0 7002 37 0 0 20 0 4 0 12074470 1337528320 268268 33554432000 4194304 16246674 140733314681904 140733314664904 13950184 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23092/statm: 326545 268268 788 2943 0 323439 0
[pid=23092/tid=23093] ppid=23089 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23092/task/23093/stat : 23093 (toysat) S 23089 23092 22681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12074471 1337528320 268268 33554432000 4194304 16246674 140733314681904 139659782892784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=23092/tid=23094] ppid=23089 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23092/task/23094/stat : 23094 (toysat) S 23089 23092 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12074471 1337528320 268268 33554432000 4194304 16246674 140733314681904 139659772402928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=23092/tid=23095] ppid=23089 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23092/task/23095/stat : 23095 (toysat) S 23089 23092 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12074471 1337528320 268268 33554432000 4194304 16246674 140733314681904 139659652885680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 70.39
Current children cumulated vsize (KiB) 1306180

Child status: 0
Real time (s): 70.4885
CPU time (s): 70.4743
CPU user time (s): 70.0464
CPU system time (s): 0.427934
CPU usage (%): 99.9798
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 70.0464
system time used= 0.427934
maximum resident set size= 1073084
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267433
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= 20
involuntary context switches= 79

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.6549 second user time and 0.424935 second system time

The end

Launcher Data

Begin job on node136 at 2016-06-30 20:27:13
IDJOB=4120426
IDBENCH=109947
IDSOLVER=2542
FILE ID=node136/4120426-1467311233
RUNJOBID= node136-1467309401-22697
PBS_JOBID= 20005289
Free space on /tmp= 71632 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-subsetCardinalitySigma-22-3.cnf.gz-plain.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-4120426-1467311233/watcher-4120426-1467311233 -o /tmp/evaluation-result-4120426-1467311233/solver-4120426-1467311233 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1467309401-22697 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4120426-1467311233.opb

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

MD5SUM BENCH= 7d9c7552113ffe0c91e3da03f54b92ad
RANDOM SEED=2141990920

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27246712 kB
Buffers:          191532 kB
Cached:          1930096 kB
SwapCached:            0 kB
Active:          1482880 kB
Inactive:        1737436 kB
Active(anon):    1101240 kB
Inactive(anon):        0 kB
Active(file):     381640 kB
Inactive(file):  1737436 kB
Unevictable:     1655828 kB
Mlocked:         1459604 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             16444 kB
Writeback:             0 kB
AnonPages:       2740200 kB
Mapped:            17064 kB
Shmem:               204 kB
Slab:             615324 kB
SReclaimable:      59128 kB
SUnreclaim:       556196 kB
KernelStack:        1456 kB
PageTables:         9780 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2887664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    497664 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= 71612 MiB
End job on node136 at 2016-06-30 20:28:23