Trace number 4121058

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 47.0059 47.0133

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-regular-n23-d4-i2.cnf.gz-extracted.pb.metafix.opb
MD5SUM1ec1538b16b16bae8405f7be7ccac1f8
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.010998
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables93
Total number of constraints92
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)92
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:01:44+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-4121058-1467313304.opb"]
0.00/0.01	c use --random-gen="699703292 1515823836 259250049 3333688165 1475123652 31539165 2993958843 3744781569 2142529843 1851671193 1013315535 4075870088 1258795827 1560893874 1719479568 2203696509 1968954378 1135524442 4016451108 1686431374 453131550 3796961133 1052745221 1130511648 3616009006 2999725756 1810921279 235757695 788228330 936102434 3144528326 1248086189 3755838331 3131062327 64227253 2076544899 613878543 1984566346 2934641172 2272112067 1002608586 788570959 2725898590 803335685 2534545937 3160770695 2855797025 386416892 3935641215 1570090654 1323361108 2842925439 3716243072 1121619779 2023009944 3330149774 2630484154 3276144055 3914999665 538612503 621912155 1362087187 3213755794 3861331070 1251432541 2609010882 1032105910 3301337517 3099148534 2049293805 3901396804 328025868 1142866528 3293961612 177110742 3935448281 3133211882 3190666751 2013665865 2691336012 1906294655 3228136136 2982911022 10980043 119254355 1611825533 305423981 3131392687 3356006853 263457415 2029554668 763931510 842730340 4081781182 764884030 3279465520 2010294694 3842102190 4189689920 2046916768 2568137605 2591207183 3654989349 3163397222 1094181239 558233273 1197072401 1578567928 2382373355 3369360529 1448191861 1130286365 1195626137 3320382225 1221509910 2135664447 4177010646 825823873 2829233927 1216171828 125911521 625334487 4048064457 438644983 2118036183 2983099385 3839139255 2282233488 3898470173 1426325110 3845724646 280032895 2509806597 3499071675 1013982252 3657912258 3977287904 3325397814 940315936 628743058 2963814935 2341256563 920524268 1311880772 3959025727 3768344355 2505808088 2773977217 3044002781 1065807631 2304095370 1509052545 1469219530 1567502550 1382024664 1611932017 3785065131 231502077 1238045558 79379393 30679104 4170010919 1146197066 1574437472 1109477695 763967584 2134129628 2843492524 1324829346 2801288479 1036906085 4053037950 2047761342 647682885 3913510817 3560769914 4256718811 4280576945 50654044 3095248385 2564223506 354031781 4068377540 79056705 530764774 3253325480 1816386934 49788494 1259230898 4093125544 952847741 822958972 84628360 1678718634 726609066 1738685152 3591629619 938536074 280080069 3115226173 1736951768 147523387 907774851 4079497472 1823057874 4188357858 3684455485 463259864 1272685585 387020102 225897835 3213334489 2736320039 1506135179 1392556705 931779066 2259847655 1738903884 273634004 3657119353 2018450726 2912570914 1393204334 3660288345 1613740589 3416497944 2197391122 2020223923 1634608100 745268190 3333834140 3947647419 1313734031 3046638318 1443814518 1114052393 2754153433 3289155821 2868306184 2530816264 719442289 1894725429 2745138490 3277183029 3919174015 4269943346 3428781607 3768071366 2117159281 2537975759 2131653202 3863270102 3861967378 1541894727 2550588179 1777777701 255 362436" option to reproduce the execution
0.00/0.01	c #vars 93
0.00/0.01	c #constraints 92
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 |       61      0 |        0 |        0
0.00/0.02	c  0.0s |       1 |      134 |      100 |       61      1 |        0 |        0
0.00/0.03	c  0.0s |       2 |      353 |      250 |       68      4 |        0 |        0
0.00/0.05	c  0.0s |       3 |      781 |      475 |       75      9 |        0 |        0
0.00/0.07	c  0.1s |       4 |     1413 |      813 |       83     15 |        0 |        0
0.09/0.11	c  0.1s |       5 |     2470 |     1320 |       92     24 |        0 |        0
0.09/0.16	c  0.1s |       6 |     3800 |     2081 |      113     35 |        0 |        0
0.19/0.24	c  0.2s |       7 |     5888 |     3223 |      125     52 |        0 |        0
0.29/0.36	c  0.3s |       8 |     9148 |     4936 |      138     76 |        0 |        0
0.49/0.55	c  0.5s |       9 |    13452 |     7506 |      152    108 |        0 |        0
0.79/0.84	c  0.8s |      10 |    19476 |    11361 |      168    154 |        0 |        0
1.20/1.24	c  1.2s |      11 |    28139 |    17144 |      185    217 |        0 |        0
1.59/1.68	c  1.7s |      12 |    41315 |    25819 |      204    304 |        0 |        0
2.39/2.41	c  2.4s |      13 |    60123 |    38832 |      225    425 |        0 |        0
3.40/3.44	c  3.4s |      14 |    91818 |    58352 |      248    588 |        0 |        0
4.99/5.03	c  5.0s |      15 |   137651 |    87632 |      273    813 |        0 |        0
6.99/7.04	c  7.0s |      15 |   189710 |   121832 |      273   1053 |        0 |        0
7.49/7.59	c  7.6s |      16 |   204577 |   131552 |      301   1122 |        0 |        0
9.49/9.59	c  9.6s |      16 |   258210 |   166652 |      301   1345 |        0 |        0
11.19/11.26	c 11.2s |      17 |   306466 |   197432 |      332   1543 |        0 |        0
13.19/13.26	c 13.2s |      17 |   352742 |   230632 |      332   1736 |        0 |        0
15.19/15.26	c 15.2s |      17 |   399253 |   264132 |      332   1931 |        0 |        0
17.19/17.26	c 17.2s |      17 |   442336 |   296132 |      366   2116 |        0 |        0
17.19/17.27	c 17.3s |      18 |   442492 |   296252 |      366   2117 |        0 |        0
19.19/19.27	c 19.3s |      18 |   482256 |   326452 |      366   2277 |        0 |        0
21.19/21.28	c 21.3s |      18 |   521138 |   356152 |      366   2434 |        0 |        0
23.19/23.28	c 23.3s |      18 |   558976 |   385652 |      366   2591 |        0 |        0
25.18/25.29	c 25.3s |      18 |   606409 |   418252 |      366   2764 |        0 |        0
26.78/26.86	c 26.8s |      19 |   644636 |   444482 |      403   2903 |        0 |        0
28.78/28.86	c 28.9s |      19 |   691876 |   477682 |      403   3063 |        0 |        0
30.79/30.86	c 30.9s |      19 |   736487 |   510482 |      403   3223 |        0 |        0
32.78/32.87	c 32.9s |      19 |   779060 |   542382 |      403   3377 |        0 |        0
34.79/34.87	c 34.9s |      19 |   818862 |   573482 |      403   3527 |        0 |        0
36.79/36.88	c 36.9s |      19 |   862463 |   606282 |      403   3686 |        0 |        0
38.79/38.88	c 38.9s |      19 |   909824 |   639882 |      403   3848 |        1 |        0
40.49/40.52	c 40.5s |      20 |   947099 |   666827 |      444   3976 |        1 |        0
42.49/42.52	c 42.5s |      20 |   992021 |   699527 |      444   4121 |        1 |        0
44.49/44.52	c 44.5s |      20 |  1036693 |   732827 |      444   4268 |        1 |        0
46.49/46.53	c 46.5s |      20 |  1082153 |   766227 |      444   4414 |        3 |        0
46.89/46.95	c 46.9s |      20 |  1092058 |   773591 |      444   4442 |       48 |        0
46.89/46.95	c #cpu_time = 46.818s
46.89/46.95	c #wall_clock_time = 46.939s
46.89/46.95	c #decision = 1092058
46.89/46.95	c #random_decision = 4884
46.89/46.95	c #conflict = 773591
46.89/46.95	c #restart = 20
46.89/46.95	s UNSATISFIABLE
46.89/46.95	c total CPU time = 46.832s
46.89/46.95	c total wall clock time = 46.953s

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

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

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


[startup+0 s]
/proc/loadavg: 2.31 2.25 2.19 3/180 18682
/proc/meminfo: memFree=28501528/32872528 swapFree=1498612/1645780
[pid=18682] ppid=18679 vsize=724412 CPUtime=0 cores=1,3,5,7
/proc/18682/stat : 18682 (toysat) R 18679 18682 13393 0 -1 4202496 2701 0 0 0 0 0 0 0 20 0 4 0 12287233 741797888 3061 33554432000 4194304 16246674 140735882549680 140735882549104 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18682/statm: 181615 3070 441 2943 0 178509 0
[pid=18682/tid=18683] ppid=18679 vsize=741820 CPUtime=0 cores=1,3,5,7
/proc/18682/task/18683/stat : 18683 (toysat) S 18679 18682 13393 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12287233 759623680 3132 33554432000 4194304 16246674 140735882549680 140636211621104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18682/tid=18684] ppid=18679 vsize=746940 CPUtime=0 cores=1,3,5,7
/proc/18682/task/18684/stat : 18684 (toysat) S 18679 18682 13393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12287233 764866560 3149 33554432000 4194304 16246674 140735882549680 140636201131248 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18682/tid=18685] ppid=18679 vsize=751036 CPUtime=0 cores=1,3,5,7
/proc/18682/task/18685/stat : 18685 (toysat) S 18679 18682 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12287233 769060864 3167 33554432000 4194304 16246674 140735882549680 140636086856880 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100184 s]
/proc/loadavg: 2.31 2.25 2.19 3/180 18682
/proc/meminfo: memFree=28501528/32872528 swapFree=1498612/1645780
[pid=18682] ppid=18679 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/18682/stat : 18682 (toysat) R 18679 18682 13393 0 -1 4202496 24109 0 0 0 7 2 0 0 20 0 4 0 12287233 1247350784 24458 33554432000 4194304 16246674 140735882549680 140735882549104 13954410 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18682/statm: 304529 24467 708 2943 0 301423 0
[pid=18682/tid=18683] ppid=18679 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18682/task/18683/stat : 18683 (toysat) S 18679 18682 13393 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12287233 1247350784 24473 33554432000 4194304 16246674 140735882549680 140636211621104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18682/tid=18684] ppid=18679 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18682/task/18684/stat : 18684 (toysat) S 18679 18682 13393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12287233 1247350784 24479 33554432000 4194304 16246674 140735882549680 140636201131248 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18682/tid=18685] ppid=18679 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18682/task/18685/stat : 18685 (toysat) S 18679 18682 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12287233 1247350784 24484 33554432000 4194304 16246674 140735882549680 140636086856880 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200548 s]
/proc/loadavg: 2.31 2.25 2.19 3/180 18682
/proc/meminfo: memFree=28501528/32872528 swapFree=1498612/1645780
[pid=18682] ppid=18679 vsize=1218116 CPUtime=0.19 cores=1,3,5,7
/proc/18682/stat : 18682 (toysat) R 18679 18682 13393 0 -1 4202496 45923 0 0 0 14 5 0 0 20 0 4 0 12287233 1247350784 46273 33554432000 4194304 16246674 140735882549680 140735882549104 6844325 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18682/statm: 304529 46282 708 2943 0 301423 0
[pid=18682/tid=18683] ppid=18679 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18682/task/18683/stat : 18683 (toysat) S 18679 18682 13393 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12287233 1247350784 46288 33554432000 4194304 16246674 140735882549680 140636211621104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18682/tid=18684] ppid=18679 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18682/task/18684/stat : 18684 (toysat) S 18679 18682 13393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12287233 1247350784 46294 33554432000 4194304 16246674 140735882549680 140636201131248 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18682/tid=18685] ppid=18679 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18682/task/18685/stat : 18685 (toysat) S 18679 18682 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12287233 1247350784 46301 33554432000 4194304 16246674 140735882549680 140636086856880 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300496 s]
/proc/loadavg: 2.31 2.25 2.19 3/180 18682
/proc/meminfo: memFree=28501528/32872528 swapFree=1498612/1645780
[pid=18682] ppid=18679 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/18682/stat : 18682 (toysat) R 18679 18682 13393 0 -1 4202496 67409 0 0 0 21 8 0 0 20 0 4 0 12287233 1247350784 67758 33554432000 4194304 16246674 140735882549680 140735882549104 13954410 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18682/statm: 304529 67771 708 2943 0 301423 0
[pid=18682/tid=18683] ppid=18679 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18682/task/18683/stat : 18683 (toysat) S 18679 18682 13393 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12287233 1247350784 67778 33554432000 4194304 16246674 140735882549680 140636211621104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18682/tid=18684] ppid=18679 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18682/task/18684/stat : 18684 (toysat) S 18679 18682 13393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12287233 1247350784 67785 33554432000 4194304 16246674 140735882549680 140636201131248 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18682/tid=18685] ppid=18679 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18682/task/18685/stat : 18685 (toysat) S 18679 18682 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12287233 1247350784 67791 33554432000 4194304 16246674 140735882549680 140636086856880 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700413 s]
/proc/loadavg: 2.31 2.25 2.19 3/180 18682
/proc/meminfo: memFree=28501528/32872528 swapFree=1498612/1645780
[pid=18682] ppid=18679 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/18682/stat : 18682 (toysat) R 18679 18682 13393 0 -1 4202496 155790 0 0 0 50 19 0 0 20 0 4 0 12287233 1247350784 156139 33554432000 4194304 16246674 140735882549680 140735882531584 6076251 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18682/statm: 304529 156152 708 2943 0 301423 0
[pid=18682/tid=18683] ppid=18679 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18682/task/18683/stat : 18683 (toysat) S 18679 18682 13393 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12287233 1247350784 156158 33554432000 4194304 16246674 140735882549680 140636211621104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18682/tid=18684] ppid=18679 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18682/task/18684/stat : 18684 (toysat) S 18679 18682 13393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12287233 1247350784 156166 33554432000 4194304 16246674 140735882549680 140636201131248 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18682/tid=18685] ppid=18679 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18682/task/18685/stat : 18685 (toysat) S 18679 18682 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12287233 1247350784 156173 33554432000 4194304 16246674 140735882549680 140636086856880 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50043 s]
/proc/loadavg: 2.31 2.25 2.19 3/184 18686
/proc/meminfo: memFree=27527552/32872528 swapFree=1498612/1645780
[pid=18682] ppid=18679 vsize=1218116 CPUtime=1.49 cores=1,3,5,7
/proc/18682/stat : 18682 (toysat) R 18679 18682 13393 0 -1 4202496 245468 0 0 0 116 33 0 0 20 0 4 0 12287233 1247350784 245797 33554432000 4194304 16246674 140735882549680 140735882531584 5672188 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18682/statm: 304529 245797 783 2943 0 301423 0
[pid=18682/tid=18683] ppid=18679 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18682/task/18683/stat : 18683 (toysat) S 18679 18682 13393 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12287233 1247350784 245797 33554432000 4194304 16246674 140735882549680 140636211621104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18682/tid=18684] ppid=18679 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18682/task/18684/stat : 18684 (toysat) S 18679 18682 13393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12287233 1247350784 245797 33554432000 4194304 16246674 140735882549680 140636201131248 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18682/tid=18685] ppid=18679 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18682/task/18685/stat : 18685 (toysat) S 18679 18682 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12287233 1247350784 245797 33554432000 4194304 16246674 140735882549680 140636086856880 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1218116

[startup+3.10043 s]
/proc/loadavg: 2.31 2.25 2.19 3/184 18686
/proc/meminfo: memFree=27430800/32872528 swapFree=1498612/1645780
[pid=18682] ppid=18679 vsize=1306180 CPUtime=3.09 cores=1,3,5,7
/proc/18682/stat : 18682 (toysat) R 18679 18682 13393 0 -1 4202496 267384 0 0 0 273 36 0 0 20 0 4 0 12287233 1337528320 267713 33554432000 4194304 16246674 140735882549680 140735882531584 5754664 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18682/statm: 326545 267713 783 2943 0 323439 0
[pid=18682/tid=18683] ppid=18679 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18682/task/18683/stat : 18683 (toysat) S 18679 18682 13393 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12287233 1337528320 267713 33554432000 4194304 16246674 140735882549680 140636211621104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18682/tid=18684] ppid=18679 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18682/task/18684/stat : 18684 (toysat) S 18679 18682 13393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12287233 1337528320 267713 33554432000 4194304 16246674 140735882549680 140636201131248 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18682/tid=18685] ppid=18679 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18682/task/18685/stat : 18685 (toysat) S 18679 18682 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12287233 1337528320 267713 33554432000 4194304 16246674 140735882549680 140636086856880 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1306180

[startup+6.30044 s]
/proc/loadavg: 2.28 2.25 2.19 4/184 18686
/proc/meminfo: memFree=27430804/32872528 swapFree=1498612/1645780
[pid=18682] ppid=18679 vsize=1306180 CPUtime=6.29 cores=1,3,5,7
/proc/18682/stat : 18682 (toysat) R 18679 18682 13393 0 -1 4202496 267391 0 0 0 593 36 0 0 20 0 4 0 12287233 1337528320 267720 33554432000 4194304 16246674 140735882549680 140735882531584 6845864 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18682/statm: 326545 267720 783 2943 0 323439 0
[pid=18682/tid=18683] ppid=18679 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18682/task/18683/stat : 18683 (toysat) S 18679 18682 13393 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12287233 1337528320 267720 33554432000 4194304 16246674 140735882549680 140636211621104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18682/tid=18684] ppid=18679 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18682/task/18684/stat : 18684 (toysat) S 18679 18682 13393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12287233 1337528320 267720 33554432000 4194304 16246674 140735882549680 140636201131248 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18682/tid=18685] ppid=18679 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18682/task/18685/stat : 18685 (toysat) S 18679 18682 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12287233 1337528320 267720 33554432000 4194304 16246674 140735882549680 140636086856880 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1306180

[startup+12.7004 s]
/proc/loadavg: 2.26 2.24 2.19 3/184 18686
/proc/meminfo: memFree=27430300/32872528 swapFree=1498612/1645780
[pid=18682] ppid=18679 vsize=1306180 CPUtime=12.69 cores=1,3,5,7
/proc/18682/stat : 18682 (toysat) R 18679 18682 13393 0 -1 4202496 267399 0 0 0 1233 36 0 0 20 0 4 0 12287233 1337528320 267728 33554432000 4194304 16246674 140735882549680 140735882531584 5667723 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18682/statm: 326545 267728 783 2943 0 323439 0
[pid=18682/tid=18683] ppid=18679 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18682/task/18683/stat : 18683 (toysat) S 18679 18682 13393 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12287233 1337528320 267728 33554432000 4194304 16246674 140735882549680 140636211621104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18682/tid=18684] ppid=18679 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18682/task/18684/stat : 18684 (toysat) S 18679 18682 13393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12287233 1337528320 267728 33554432000 4194304 16246674 140735882549680 140636201131248 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18682/tid=18685] ppid=18679 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18682/task/18685/stat : 18685 (toysat) S 18679 18682 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12287233 1337528320 267728 33554432000 4194304 16246674 140735882549680 140636086856880 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1306180

[startup+25.5005 s]
/proc/loadavg: 2.27 2.25 2.19 3/183 18686
/proc/meminfo: memFree=27431184/32872528 swapFree=1498612/1645780
[pid=18682] ppid=18679 vsize=1306180 CPUtime=25.48 cores=1,3,5,7
/proc/18682/stat : 18682 (toysat) R 18679 18682 13393 0 -1 4202496 267409 0 0 0 2511 37 0 0 20 0 4 0 12287233 1337528320 267738 33554432000 4194304 16246674 140735882549680 140735882531584 5717776 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18682/statm: 326545 267738 783 2943 0 323439 0
[pid=18682/tid=18683] ppid=18679 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18682/task/18683/stat : 18683 (toysat) S 18679 18682 13393 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12287233 1337528320 267738 33554432000 4194304 16246674 140735882549680 140636211621104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18682/tid=18684] ppid=18679 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18682/task/18684/stat : 18684 (toysat) S 18679 18682 13393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12287233 1337528320 267738 33554432000 4194304 16246674 140735882549680 140636201131248 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18682/tid=18685] ppid=18679 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18682/task/18685/stat : 18685 (toysat) S 18679 18682 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12287233 1337528320 267738 33554432000 4194304 16246674 140735882549680 140636086856880 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1306180

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

[startup+25.6005 s]
/proc/loadavg: 2.27 2.25 2.19 3/183 18686
/proc/meminfo: memFree=27431184/32872528 swapFree=1498612/1645780
[pid=18682] ppid=18679 vsize=1306180 CPUtime=25.58 cores=1,3,5,7
/proc/18682/stat : 18682 (toysat) R 18679 18682 13393 0 -1 4202496 267409 0 0 0 2521 37 0 0 20 0 4 0 12287233 1337528320 267738 33554432000 4194304 16246674 140735882549680 140735882531584 5669083 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18682/statm: 326545 267738 783 2943 0 323439 0
[pid=18682/tid=18683] ppid=18679 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18682/task/18683/stat : 18683 (toysat) S 18679 18682 13393 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12287233 1337528320 267738 33554432000 4194304 16246674 140735882549680 140636211621104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18682/tid=18684] ppid=18679 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18682/task/18684/stat : 18684 (toysat) S 18679 18682 13393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12287233 1337528320 267738 33554432000 4194304 16246674 140735882549680 140636201131248 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18682/tid=18685] ppid=18679 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18682/task/18685/stat : 18685 (toysat) S 18679 18682 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12287233 1337528320 267738 33554432000 4194304 16246674 140735882549680 140636086856880 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.58
Current children cumulated vsize (KiB) 1306180

[startup+38.4004 s]
/proc/loadavg: 2.21 2.23 2.18 4/183 18687
/proc/meminfo: memFree=27430924/32872528 swapFree=1498616/1645784
[pid=18682] ppid=18679 vsize=1306180 CPUtime=38.39 cores=1,3,5,7
/proc/18682/stat : 18682 (toysat) R 18679 18682 13393 0 -1 4202496 267411 0 0 0 3801 38 0 0 20 0 4 0 12287233 1337528320 267740 33554432000 4194304 16246674 140735882549680 140735882531584 5662038 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18682/statm: 326545 267740 783 2943 0 323439 0
[pid=18682/tid=18683] ppid=18679 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18682/task/18683/stat : 18683 (toysat) S 18679 18682 13393 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12287233 1337528320 267740 33554432000 4194304 16246674 140735882549680 140636211621104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18682/tid=18684] ppid=18679 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18682/task/18684/stat : 18684 (toysat) S 18679 18682 13393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12287233 1337528320 267740 33554432000 4194304 16246674 140735882549680 140636201131248 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18682/tid=18685] ppid=18679 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18682/task/18685/stat : 18685 (toysat) S 18679 18682 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12287233 1337528320 267740 33554432000 4194304 16246674 140735882549680 140636086856880 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 38.39
Current children cumulated vsize (KiB) 1306180

[startup+41.6004 s]
/proc/loadavg: 2.21 2.23 2.18 4/183 18687
/proc/meminfo: memFree=27430924/32872528 swapFree=1498612/1645780
[pid=18682] ppid=18679 vsize=1306180 CPUtime=41.59 cores=1,3,5,7
/proc/18682/stat : 18682 (toysat) R 18679 18682 13393 0 -1 4202496 267411 0 0 0 4121 38 0 0 20 0 4 0 12287233 1337528320 267740 33554432000 4194304 16246674 140735882549680 140735882532680 5822612 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18682/statm: 326545 267740 783 2943 0 323439 0
[pid=18682/tid=18683] ppid=18679 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18682/task/18683/stat : 18683 (toysat) S 18679 18682 13393 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12287233 1337528320 267740 33554432000 4194304 16246674 140735882549680 140636211621104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18682/tid=18684] ppid=18679 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18682/task/18684/stat : 18684 (toysat) S 18679 18682 13393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12287233 1337528320 267740 33554432000 4194304 16246674 140735882549680 140636201131248 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18682/tid=18685] ppid=18679 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18682/task/18685/stat : 18685 (toysat) S 18679 18682 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12287233 1337528320 267740 33554432000 4194304 16246674 140735882549680 140636086856880 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 41.59
Current children cumulated vsize (KiB) 1306180

[startup+44.8004 s]
/proc/loadavg: 2.27 2.25 2.19 3/183 18687
/proc/meminfo: memFree=27431156/32872528 swapFree=1498612/1645780
[pid=18682] ppid=18679 vsize=1306180 CPUtime=44.79 cores=1,3,5,7
/proc/18682/stat : 18682 (toysat) R 18679 18682 13393 0 -1 4202496 267411 0 0 0 4441 38 0 0 20 0 4 0 12287233 1337528320 267740 33554432000 4194304 16246674 140735882549680 140735882531584 5822428 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18682/statm: 326545 267740 783 2943 0 323439 0
[pid=18682/tid=18683] ppid=18679 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18682/task/18683/stat : 18683 (toysat) S 18679 18682 13393 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12287233 1337528320 267740 33554432000 4194304 16246674 140735882549680 140636211621104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18682/tid=18684] ppid=18679 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18682/task/18684/stat : 18684 (toysat) S 18679 18682 13393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12287233 1337528320 267740 33554432000 4194304 16246674 140735882549680 140636201131248 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18682/tid=18685] ppid=18679 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18682/task/18685/stat : 18685 (toysat) S 18679 18682 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12287233 1337528320 267740 33554432000 4194304 16246674 140735882549680 140636086856880 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 44.79
Current children cumulated vsize (KiB) 1306180

[startup+46.4004 s]
/proc/loadavg: 2.27 2.25 2.19 3/183 18687
/proc/meminfo: memFree=27431032/32872528 swapFree=1498612/1645780
[pid=18682] ppid=18679 vsize=1306180 CPUtime=46.39 cores=1,3,5,7
/proc/18682/stat : 18682 (toysat) R 18679 18682 13393 0 -1 4202496 267413 0 0 0 4601 38 0 0 20 0 4 0 12287233 1337528320 267742 33554432000 4194304 16246674 140735882549680 140735882532680 5822604 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18682/statm: 326545 267742 785 2943 0 323439 0
[pid=18682/tid=18683] ppid=18679 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18682/task/18683/stat : 18683 (toysat) S 18679 18682 13393 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12287233 1337528320 267742 33554432000 4194304 16246674 140735882549680 140636211621104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18682/tid=18684] ppid=18679 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18682/task/18684/stat : 18684 (toysat) S 18679 18682 13393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12287233 1337528320 267742 33554432000 4194304 16246674 140735882549680 140636201131248 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18682/tid=18685] ppid=18679 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18682/task/18685/stat : 18685 (toysat) S 18679 18682 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12287233 1337528320 267742 33554432000 4194304 16246674 140735882549680 140636086856880 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 46.39
Current children cumulated vsize (KiB) 1306180

[startup+46.8004 s]
/proc/loadavg: 2.27 2.25 2.19 3/183 18687
/proc/meminfo: memFree=27431032/32872528 swapFree=1498612/1645780
[pid=18682] ppid=18679 vsize=1306180 CPUtime=46.79 cores=1,3,5,7
/proc/18682/stat : 18682 (toysat) R 18679 18682 13393 0 -1 4202496 267413 0 0 0 4641 38 0 0 20 0 4 0 12287233 1337528320 267742 33554432000 4194304 16246674 140735882549680 140735882532680 5828224 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18682/statm: 326545 267742 785 2943 0 323439 0
[pid=18682/tid=18683] ppid=18679 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18682/task/18683/stat : 18683 (toysat) S 18679 18682 13393 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12287233 1337528320 267742 33554432000 4194304 16246674 140735882549680 140636211621104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18682/tid=18684] ppid=18679 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18682/task/18684/stat : 18684 (toysat) S 18679 18682 13393 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12287233 1337528320 267742 33554432000 4194304 16246674 140735882549680 140636201131248 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18682/tid=18685] ppid=18679 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18682/task/18685/stat : 18685 (toysat) S 18679 18682 13393 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12287233 1337528320 267742 33554432000 4194304 16246674 140735882549680 140636086856880 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 46.79
Current children cumulated vsize (KiB) 1306180

[startup+47.0004 s]
/proc/loadavg: 2.27 2.25 2.19 3/183 18687
/proc/meminfo: memFree=27431032/32872528 swapFree=1498612/1645780
[pid=18682] ppid=18679 vsize=0 CPUtime=46.98 cores=1,3,5,7
/proc/18682/stat : 18682 (toysat) R 18679 18682 13393 0 -1 4202500 267418 0 0 0 4656 42 0 0 20 0 1 0 12287233 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18682/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 46.98
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 47.0133
CPU time (s): 47.0059
CPU user time (s): 46.5649
CPU system time (s): 0.440932
CPU usage (%): 99.9842
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 46.5649
system time used= 0.440932
maximum resident set size= 1070980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267418
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= 49

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.131979 second user time and 0.172973 second system time

The end

Launcher Data

Begin job on node124 at 2016-06-30 21:01:44
IDJOB=4121058
IDBENCH=110269
IDSOLVER=2542
FILE ID=node124/4121058-1467313304
RUNJOBID= node124-1467310918-18130
PBS_JOBID= 20005255
Free space on /tmp= 71708 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-regular-n23-d4-i2.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-4121058-1467313304/watcher-4121058-1467313304 -o /tmp/evaluation-result-4121058-1467313304/solver-4121058-1467313304 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node124-1467310918-18130 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4121058-1467313304.opb

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

MD5SUM BENCH= 1ec1538b16b16bae8405f7be7ccac1f8
RANDOM SEED=92109420

node124.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		: 2667.062
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	: 5334.12
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		: 2667.062
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		: 2667.062
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		: 2667.062
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		: 2667.062
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		: 2667.062
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		: 2667.062
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.062
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:        28502436 kB
Buffers:          148632 kB
Cached:           736968 kB
SwapCached:            0 kB
Active:          1348008 kB
Inactive:         630820 kB
Active(anon):    1084452 kB
Inactive(anon):    11336 kB
Active(file):     263556 kB
Inactive(file):   619484 kB
Unevictable:     1645780 kB
Mlocked:         1498612 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             16320 kB
Writeback:             0 kB
AnonPages:       2740880 kB
Mapped:            17108 kB
Shmem:               204 kB
Slab:             610500 kB
SReclaimable:      54504 kB
SUnreclaim:       555996 kB
KernelStack:        1528 kB
PageTables:         9408 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2873828 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    227328 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= 71692 MiB
End job on node124 at 2016-06-30 21:02:31