Trace number 4121482

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 54.9716 54.9792

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n66-d3-i3-f.cnf.gz-plain.pb.metafix.opb
MD5SUM29b666eb2b00ab7913729979e4e788da
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 benchmark1.67674
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables99
Total number of constraints264
Number of constraints which are clauses264
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-30T21:25:17+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-4121482-1467314717.opb"]
0.00/0.01	c use --random-gen="1297508200 2974396429 1870399817 2720273950 139186621 535526818 1443556815 3970649713 1088908417 3324702930 2191266772 4069997965 3274894638 1638121702 3156664919 4002530653 1339942236 4218156588 3107333058 3377746377 3546692039 2343046074 483048715 858662382 2659138527 313451452 3840083259 3709458050 117416959 1019366935 391441686 2773467650 2010272198 3235699044 2112066628 3108980132 3164063827 61629482 181610549 93391694 4025607888 548931405 3675858692 3168434146 2549731979 2696202678 2464148851 2180803918 3704842581 475616433 3017204261 619822573 970633334 4228080343 1682203153 2701308401 3603929134 1412125809 1465732827 4270986677 2199268486 1177906456 3658138465 380352504 598616143 4274726121 325241262 2427439839 223104575 2306204389 3318589926 3933851783 3227249717 3343333248 2868590529 2633989618 2191889714 2100868585 2685740711 387488751 3361182523 3570697361 2278605043 1430244501 106881270 3194201524 1429342656 3235454626 3712749297 2327418896 590280411 1546658003 3145620687 167894484 1913739082 1007635608 2681818914 2598267024 2778286170 3217277269 1582329599 2883980378 2996492443 300539084 3780820541 1484970943 2047677986 2313550186 1155192435 3568870599 54327628 1634003887 1456502763 2041570480 3850859498 4265985603 4274797797 1560066712 207114058 3101804929 3821030543 2993046172 2321350987 4208427822 1238156143 2026024820 1016265708 1797677991 1480748927 3074690987 2488595280 1472595134 2543108288 3844801079 3508453941 3935817808 927875382 1112136716 481000514 2112976491 1871733347 1725298457 216930585 2852324252 945484144 3493239545 3485765526 792200189 4262619635 2437552357 1901102259 3051478977 4260807235 442288511 2016098498 1607082397 3547994506 4165581197 335354928 2465034578 2310478908 2067209407 41893303 1461740238 2764126382 3679184122 3659718039 3767515394 22667221 1902161919 1152997577 47609626 267682551 3610600707 547994024 759535096 3010221414 597784519 2769326128 3805526536 1268423936 2482061648 831491981 2663602341 272638390 4120959872 546986336 675677918 3687083498 4067637657 3819004459 3793791074 3186267844 343724629 1295985239 3103068326 850188770 1508543747 976331049 500704925 1554253922 1465955977 384792743 108695427 2691728252 1346438287 1699747837 1764417818 2365940052 381359105 2894773680 3594582895 2664585978 4267921005 271467299 3602812578 148186020 845407725 152943399 848314171 2750849942 3087286133 1207433249 675243749 1114450641 2419271403 831486655 2687417359 247486503 1631301974 3642452021 799635824 2771167428 2364533474 4086381973 3473564187 1808571820 3835860677 345059227 4287810243 352286664 1639745820 1901148996 2282786558 653035087 1484600719 2214653276 1616018604 49474893 2838466675 127138667 1517569038 3927083732 1499822677 3432211659 1124247901 255 362436" option to reproduce the execution
0.00/0.01	c #vars 99
0.00/0.01	c #constraints 264
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 |      121      0 |        0 |        0
0.00/0.02	c  0.0s |       1 |      137 |      100 |      121      0 |        0 |        0
0.00/0.04	c  0.0s |       2 |      328 |      250 |      134      1 |        0 |        0
0.00/0.06	c  0.0s |       3 |      668 |      475 |      148      4 |        0 |        0
0.00/0.08	c  0.1s |       4 |     1117 |      813 |      163      6 |        0 |        0
0.09/0.12	c  0.1s |       5 |     1872 |     1320 |      180     11 |        0 |        0
0.09/0.19	c  0.2s |       6 |     2851 |     2081 |      219     18 |        0 |        0
0.29/0.30	c  0.3s |       7 |     4389 |     3223 |      241     27 |        0 |        0
0.39/0.44	c  0.4s |       8 |     6884 |     4936 |      266     41 |        0 |        0
0.59/0.63	c  0.6s |       9 |    10826 |     7506 |      293     59 |        0 |        0
0.89/0.94	c  0.9s |      10 |    15899 |    11361 |      323     84 |        0 |        0
1.20/1.29	c  1.3s |      11 |    23886 |    17144 |      356    118 |        0 |        0
1.69/1.77	c  1.8s |      12 |    36015 |    25819 |      392    165 |        0 |        0
2.49/2.51	c  2.5s |      13 |    54476 |    38832 |      432    230 |        0 |        0
3.49/3.58	c  3.6s |      14 |    82176 |    58352 |      476    318 |        0 |        0
5.19/5.25	c  5.2s |      15 |   121605 |    87632 |      524    438 |        0 |        0
7.19/7.25	c  7.2s |      15 |   163230 |   119032 |      524    556 |        0 |        0
7.99/8.01	c  8.0s |      16 |   180902 |   131552 |      577    602 |        0 |        0
10.00/10.01	c 10.0s |      16 |   226147 |   164752 |      577    715 |        0 |        0
11.89/11.95	c 11.9s |      17 |   270354 |   197432 |      635    827 |        0 |        0
13.89/13.95	c 13.9s |      17 |   316030 |   230732 |      635    930 |        0 |        0
15.89/15.95	c 15.9s |      17 |   363428 |   264132 |      635   1035 |        0 |        0
17.89/17.95	c 17.9s |      17 |   405171 |   295632 |      699   1133 |        0 |        0
17.89/18.00	c 18.0s |      18 |   405951 |   296252 |      699   1134 |        0 |        0
19.99/20.00	c 20.0s |      18 |   446987 |   327952 |      699   1224 |        0 |        0
21.99/22.00	c 22.0s |      18 |   491566 |   360752 |      699   1318 |        0 |        0
23.98/24.01	c 24.0s |      18 |   538357 |   394152 |      699   1413 |        0 |        0
25.98/26.01	c 26.0s |      18 |   584113 |   427752 |      699   1508 |        0 |        0
26.99/27.02	c 27.0s |      19 |   606724 |   444482 |      769   1555 |        0 |        0
28.99/29.03	c 29.0s |      19 |   654156 |   477582 |      769   1640 |        0 |        0
30.99/31.03	c 31.0s |      19 |   697253 |   509682 |      769   1723 |        0 |        0
33.00/33.03	c 33.0s |      19 |   742880 |   542682 |      769   1808 |        0 |        0
34.99/35.03	c 35.0s |      19 |   785634 |   575182 |      769   1892 |        0 |        0
36.99/37.04	c 37.0s |      19 |   831306 |   607882 |      769   1977 |        0 |        0
38.99/39.04	c 39.0s |      19 |   874661 |   640682 |      769   2060 |        1 |        4
40.69/40.75	c 40.7s |      20 |   910926 |   666827 |      846   2126 |        1 |        4
42.68/42.75	c 42.7s |      20 |   951311 |   697727 |      846   2199 |        1 |        4
44.68/44.75	c 44.7s |      20 |   993667 |   729227 |      846   2273 |        1 |        4
46.68/46.76	c 46.7s |      20 |  1035229 |   760727 |      846   2346 |        2 |        8
48.68/48.76	c 48.7s |      20 |  1074267 |   790627 |      846   2416 |        2 |        8
50.69/50.77	c 50.8s |      20 |  1117784 |   822227 |      846   2489 |        3 |       12
52.68/52.77	c 52.8s |      20 |  1161087 |   853527 |      846   2562 |        3 |       12
54.68/54.77	c 54.8s |      20 |  1205038 |   886627 |      846   2635 |        7 |       28
54.88/54.92	c 54.9s |      20 |  1208311 |   889340 |      846   2639 |       29 |       72
54.88/54.92	c #cpu_time = 54.763s
54.88/54.92	c #wall_clock_time = 54.903s
54.88/54.92	c #decision = 1208311
54.88/54.92	c #random_decision = 5841
54.88/54.92	c #conflict = 889340
54.88/54.92	c #restart = 20
54.88/54.92	s UNSATISFIABLE
54.88/54.92	c total CPU time = 54.780s
54.88/54.92	c total wall clock time = 54.921s

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

pid=12855
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.14 2.17 2.11 3/179 12858
/proc/meminfo: memFree=29341372/32872528 swapFree=1102192/1183952
[pid=12858] ppid=12855 vsize=743868 CPUtime=0 cores=1,3,5,7
/proc/12858/stat : 12858 (toysat) R 12855 12858 11495 0 -1 4202496 2779 0 0 0 0 0 0 0 20 0 4 0 10500906 761720832 3140 33554432000 4194304 16246674 140736186954368 140736186953792 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12858/statm: 186735 3151 441 2943 0 183629 0
[pid=12858/tid=12859] ppid=12855 vsize=762300 CPUtime=0 cores=1,3,5,7
/proc/12858/task/12859/stat : 12859 (toysat) S 12855 12858 11495 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10500906 780595200 3213 33554432000 4194304 16246674 140736186954368 140006012202224 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12858/tid=12860] ppid=12855 vsize=767420 CPUtime=0 cores=1,3,5,7
/proc/12858/task/12860/stat : 12860 (toysat) S 12855 12858 11495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10500906 785838080 3229 33554432000 4194304 16246674 140736186954368 140006001712368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12858/tid=12861] ppid=12855 vsize=771516 CPUtime=0 cores=1,3,5,7
/proc/12858/task/12861/stat : 12861 (toysat) S 12855 12858 11495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10500906 790032384 3245 33554432000 4194304 16246674 140736186954368 140005991238832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100146 s]
/proc/loadavg: 2.14 2.17 2.11 3/179 12858
/proc/meminfo: memFree=29341372/32872528 swapFree=1102192/1183952
[pid=12858] ppid=12855 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/12858/stat : 12858 (toysat) R 12855 12858 11495 0 -1 4202496 25943 0 0 0 6 3 0 0 20 0 4 0 10500906 1247350784 26293 33554432000 4194304 16246674 140736186954368 140736186953792 12460548 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12858/statm: 304529 26304 708 2943 0 301423 0
[pid=12858/tid=12859] ppid=12855 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/12858/task/12859/stat : 12859 (toysat) S 12855 12858 11495 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10500906 1247350784 26310 33554432000 4194304 16246674 140736186954368 140006012202224 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12858/tid=12860] ppid=12855 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/12858/task/12860/stat : 12860 (toysat) S 12855 12858 11495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10500906 1247350784 26317 33554432000 4194304 16246674 140736186954368 140006001712368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12858/tid=12861] ppid=12855 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/12858/task/12861/stat : 12861 (toysat) S 12855 12858 11495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10500906 1247350784 26323 33554432000 4194304 16246674 140736186954368 140005991238832 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.200517 s]
/proc/loadavg: 2.14 2.17 2.11 3/179 12858
/proc/meminfo: memFree=29341372/32872528 swapFree=1102192/1183952
[pid=12858] ppid=12855 vsize=1218116 CPUtime=0.19 cores=1,3,5,7
/proc/12858/stat : 12858 (toysat) R 12855 12858 11495 0 -1 4202496 50138 0 0 0 12 7 0 0 20 0 4 0 10500906 1247350784 50489 33554432000 4194304 16246674 140736186954368 140736186953792 5662075 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12858/statm: 304529 50501 708 2943 0 301423 0
[pid=12858/tid=12859] ppid=12855 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/12858/task/12859/stat : 12859 (toysat) S 12855 12858 11495 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10500906 1247350784 50508 33554432000 4194304 16246674 140736186954368 140006012202224 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12858/tid=12860] ppid=12855 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/12858/task/12860/stat : 12860 (toysat) S 12855 12858 11495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10500906 1247350784 50514 33554432000 4194304 16246674 140736186954368 140006001712368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12858/tid=12861] ppid=12855 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/12858/task/12861/stat : 12861 (toysat) S 12855 12858 11495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10500906 1247350784 50522 33554432000 4194304 16246674 140736186954368 140005991238832 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.300466 s]
/proc/loadavg: 2.14 2.17 2.11 3/179 12858
/proc/meminfo: memFree=29341372/32872528 swapFree=1102192/1183952
[pid=12858] ppid=12855 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/12858/stat : 12858 (toysat) R 12855 12858 11495 0 -1 4202496 74038 0 0 0 19 10 0 0 20 0 4 0 10500906 1247350784 74388 33554432000 4194304 16246674 140736186954368 140736186953792 5677541 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12858/statm: 304529 74399 708 2943 0 301423 0
[pid=12858/tid=12859] ppid=12855 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/12858/task/12859/stat : 12859 (toysat) S 12855 12858 11495 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10500906 1247350784 74407 33554432000 4194304 16246674 140736186954368 140006012202224 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12858/tid=12860] ppid=12855 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/12858/task/12860/stat : 12860 (toysat) S 12855 12858 11495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10500906 1247350784 74414 33554432000 4194304 16246674 140736186954368 140006001712368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12858/tid=12861] ppid=12855 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/12858/task/12861/stat : 12861 (toysat) S 12855 12858 11495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10500906 1247350784 74420 33554432000 4194304 16246674 140736186954368 140005991238832 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.700411 s]
/proc/loadavg: 2.14 2.17 2.11 3/179 12858
/proc/meminfo: memFree=29341372/32872528 swapFree=1102192/1183952
[pid=12858] ppid=12855 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/12858/stat : 12858 (toysat) R 12855 12858 11495 0 -1 4202496 166962 0 0 0 47 22 0 0 20 0 4 0 10500906 1247350784 167313 33554432000 4194304 16246674 140736186954368 140736186937368 12478957 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12858/statm: 304529 167324 709 2943 0 301423 0
[pid=12858/tid=12859] ppid=12855 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/12858/task/12859/stat : 12859 (toysat) S 12855 12858 11495 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10500906 1247350784 167331 33554432000 4194304 16246674 140736186954368 140006012202224 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12858/tid=12860] ppid=12855 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/12858/task/12860/stat : 12860 (toysat) S 12855 12858 11495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10500906 1247350784 167339 33554432000 4194304 16246674 140736186954368 140006001712368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12858/tid=12861] ppid=12855 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/12858/task/12861/stat : 12861 (toysat) S 12855 12858 11495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10500906 1247350784 167346 33554432000 4194304 16246674 140736186954368 140005991238832 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.5004 s]
/proc/loadavg: 2.14 2.17 2.11 3/183 12862
/proc/meminfo: memFree=28358320/32872528 swapFree=1102192/1183952
[pid=12858] ppid=12855 vsize=1219140 CPUtime=1.49 cores=1,3,5,7
/proc/12858/stat : 12858 (toysat) R 12855 12858 11495 0 -1 4202496 245544 0 0 0 117 32 0 0 20 0 4 0 10500906 1248399360 245874 33554432000 4194304 16246674 140736186954368 140736186953680 5822484 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12858/statm: 304785 245874 786 2943 0 301679 0
[pid=12858/tid=12859] ppid=12855 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/12858/task/12859/stat : 12859 (toysat) S 12855 12858 11495 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10500906 1248399360 245874 33554432000 4194304 16246674 140736186954368 140006012202224 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12858/tid=12860] ppid=12855 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/12858/task/12860/stat : 12860 (toysat) S 12855 12858 11495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10500906 1248399360 245874 33554432000 4194304 16246674 140736186954368 140006001712368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12858/tid=12861] ppid=12855 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/12858/task/12861/stat : 12861 (toysat) S 12855 12858 11495 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10500906 1248399360 245874 33554432000 4194304 16246674 140736186954368 140005991238832 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) 1219140

[startup+3.10042 s]
/proc/loadavg: 2.13 2.16 2.11 3/183 12862
/proc/meminfo: memFree=28271396/32872528 swapFree=1102192/1183952
[pid=12858] ppid=12855 vsize=1306180 CPUtime=3.09 cores=1,3,5,7
/proc/12858/stat : 12858 (toysat) R 12855 12858 11495 0 -1 4202496 267424 0 0 0 274 35 0 0 20 0 4 0 10500906 1337528320 267754 33554432000 4194304 16246674 140736186954368 140736186937368 5822548 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12858/statm: 326545 267754 786 2943 0 323439 0
[pid=12858/tid=12859] ppid=12855 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/12858/task/12859/stat : 12859 (toysat) S 12855 12858 11495 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10500906 1337528320 267754 33554432000 4194304 16246674 140736186954368 140006012202224 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12858/tid=12860] ppid=12855 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/12858/task/12860/stat : 12860 (toysat) S 12855 12858 11495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10500906 1337528320 267754 33554432000 4194304 16246674 140736186954368 140006001712368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12858/tid=12861] ppid=12855 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/12858/task/12861/stat : 12861 (toysat) S 12855 12858 11495 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10500906 1337528320 267754 33554432000 4194304 16246674 140736186954368 140005991238832 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.30043 s]
/proc/loadavg: 2.13 2.16 2.11 3/183 12862
/proc/meminfo: memFree=28270984/32872528 swapFree=1102192/1183952
[pid=12858] ppid=12855 vsize=1306180 CPUtime=6.29 cores=1,3,5,7
/proc/12858/stat : 12858 (toysat) R 12855 12858 11495 0 -1 4202496 267436 0 0 0 594 35 0 0 20 0 4 0 10500906 1337528320 267766 33554432000 4194304 16246674 140736186954368 140736186937368 5516664 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12858/statm: 326545 267766 786 2943 0 323439 0
[pid=12858/tid=12859] ppid=12855 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/12858/task/12859/stat : 12859 (toysat) S 12855 12858 11495 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10500906 1337528320 267766 33554432000 4194304 16246674 140736186954368 140006012202224 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12858/tid=12860] ppid=12855 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/12858/task/12860/stat : 12860 (toysat) S 12855 12858 11495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10500906 1337528320 267766 33554432000 4194304 16246674 140736186954368 140006001712368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12858/tid=12861] ppid=12855 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/12858/task/12861/stat : 12861 (toysat) S 12855 12858 11495 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10500906 1337528320 267766 33554432000 4194304 16246674 140736186954368 140005991238832 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.11 2.16 2.11 4/183 12862
/proc/meminfo: memFree=28270916/32872528 swapFree=1102192/1183952
[pid=12858] ppid=12855 vsize=1306180 CPUtime=12.69 cores=1,3,5,7
/proc/12858/stat : 12858 (toysat) R 12855 12858 11495 0 -1 4202496 267438 0 0 0 1234 35 0 0 20 0 4 0 10500906 1337528320 267768 33554432000 4194304 16246674 140736186954368 140736186937368 5823131 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12858/statm: 326545 267768 786 2943 0 323439 0
[pid=12858/tid=12859] ppid=12855 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/12858/task/12859/stat : 12859 (toysat) S 12855 12858 11495 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10500906 1337528320 267768 33554432000 4194304 16246674 140736186954368 140006012202224 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12858/tid=12860] ppid=12855 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/12858/task/12860/stat : 12860 (toysat) S 12855 12858 11495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10500906 1337528320 267768 33554432000 4194304 16246674 140736186954368 140006001712368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12858/tid=12861] ppid=12855 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/12858/task/12861/stat : 12861 (toysat) S 12855 12858 11495 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10500906 1337528320 267768 33554432000 4194304 16246674 140736186954368 140005991238832 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.17 2.17 2.11 3/183 12862
/proc/meminfo: memFree=28271324/32872528 swapFree=1102192/1183952
[pid=12858] ppid=12855 vsize=1306180 CPUtime=25.48 cores=1,3,5,7
/proc/12858/stat : 12858 (toysat) R 12855 12858 11495 0 -1 4202496 267474 0 0 0 2513 35 0 0 20 0 4 0 10500906 1337528320 267804 33554432000 4194304 16246674 140736186954368 140736186937368 5823254 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12858/statm: 326545 267804 789 2943 0 323439 0
[pid=12858/tid=12859] ppid=12855 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/12858/task/12859/stat : 12859 (toysat) S 12855 12858 11495 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10500906 1337528320 267804 33554432000 4194304 16246674 140736186954368 140006012202224 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12858/tid=12860] ppid=12855 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/12858/task/12860/stat : 12860 (toysat) S 12855 12858 11495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10500906 1337528320 267804 33554432000 4194304 16246674 140736186954368 140006001712368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12858/tid=12861] ppid=12855 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/12858/task/12861/stat : 12861 (toysat) S 12855 12858 11495 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10500906 1337528320 267804 33554432000 4194304 16246674 140736186954368 140005991238832 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

[startup+51.1005 s]
/proc/loadavg: 2.19 2.17 2.11 3/183 12911
/proc/meminfo: memFree=28285724/32872528 swapFree=1102192/1183952
[pid=12858] ppid=12855 vsize=1306180 CPUtime=51.08 cores=1,3,5,7
/proc/12858/stat : 12858 (toysat) R 12855 12858 11495 0 -1 4202496 267476 0 0 0 5072 36 0 0 20 0 4 0 10500906 1337528320 267804 33554432000 4194304 16246674 140736186954368 140736186937368 5675473 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12858/statm: 326545 267804 789 2943 0 323439 0
[pid=12858/tid=12859] ppid=12855 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/12858/task/12859/stat : 12859 (toysat) S 12855 12858 11495 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10500906 1337528320 267804 33554432000 4194304 16246674 140736186954368 140006012202224 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12858/tid=12860] ppid=12855 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/12858/task/12860/stat : 12860 (toysat) S 12855 12858 11495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10500906 1337528320 267804 33554432000 4194304 16246674 140736186954368 140006001712368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12858/tid=12861] ppid=12855 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/12858/task/12861/stat : 12861 (toysat) S 12855 12858 11495 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10500906 1337528320 267804 33554432000 4194304 16246674 140736186954368 140005991238832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1306180

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

[startup+51.2005 s]
/proc/loadavg: 2.19 2.17 2.11 3/183 12911
/proc/meminfo: memFree=28285724/32872528 swapFree=1102192/1183952
[pid=12858] ppid=12855 vsize=1306180 CPUtime=51.18 cores=1,3,5,7
/proc/12858/stat : 12858 (toysat) R 12855 12858 11495 0 -1 4202496 267476 0 0 0 5082 36 0 0 20 0 4 0 10500906 1337528320 267804 33554432000 4194304 16246674 140736186954368 140736186937368 5824098 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12858/statm: 326545 267804 789 2943 0 323439 0
[pid=12858/tid=12859] ppid=12855 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/12858/task/12859/stat : 12859 (toysat) S 12855 12858 11495 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10500906 1337528320 267804 33554432000 4194304 16246674 140736186954368 140006012202224 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12858/tid=12860] ppid=12855 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/12858/task/12860/stat : 12860 (toysat) S 12855 12858 11495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10500906 1337528320 267804 33554432000 4194304 16246674 140736186954368 140006001712368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12858/tid=12861] ppid=12855 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/12858/task/12861/stat : 12861 (toysat) S 12855 12858 11495 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10500906 1337528320 267804 33554432000 4194304 16246674 140736186954368 140005991238832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.18
Current children cumulated vsize (KiB) 1306180

[startup+52.8004 s]
/proc/loadavg: 2.18 2.17 2.11 3/183 12911
/proc/meminfo: memFree=28286096/32872528 swapFree=1102192/1183952
[pid=12858] ppid=12855 vsize=1306180 CPUtime=52.79 cores=1,3,5,7
/proc/12858/stat : 12858 (toysat) R 12855 12858 11495 0 -1 4202496 267476 0 0 0 5243 36 0 0 20 0 4 0 10500906 1337528320 267804 33554432000 4194304 16246674 140736186954368 140736186937368 5672209 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12858/statm: 326545 267804 789 2943 0 323439 0
[pid=12858/tid=12859] ppid=12855 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/12858/task/12859/stat : 12859 (toysat) S 12855 12858 11495 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10500906 1337528320 267804 33554432000 4194304 16246674 140736186954368 140006012202224 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12858/tid=12860] ppid=12855 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/12858/task/12860/stat : 12860 (toysat) S 12855 12858 11495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10500906 1337528320 267804 33554432000 4194304 16246674 140736186954368 140006001712368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12858/tid=12861] ppid=12855 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/12858/task/12861/stat : 12861 (toysat) S 12855 12858 11495 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10500906 1337528320 267804 33554432000 4194304 16246674 140736186954368 140005991238832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 52.79
Current children cumulated vsize (KiB) 1306180

[startup+53.6004 s]
/proc/loadavg: 2.18 2.17 2.11 3/183 12911
/proc/meminfo: memFree=28286096/32872528 swapFree=1102192/1183952
[pid=12858] ppid=12855 vsize=1306180 CPUtime=53.58 cores=1,3,5,7
/proc/12858/stat : 12858 (toysat) R 12855 12858 11495 0 -1 4202496 267476 0 0 0 5322 36 0 0 20 0 4 0 10500906 1337528320 267804 33554432000 4194304 16246674 140736186954368 140736186937368 12477780 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12858/statm: 326545 267804 789 2943 0 323439 0
[pid=12858/tid=12859] ppid=12855 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/12858/task/12859/stat : 12859 (toysat) S 12855 12858 11495 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10500906 1337528320 267804 33554432000 4194304 16246674 140736186954368 140006012202224 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12858/tid=12860] ppid=12855 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/12858/task/12860/stat : 12860 (toysat) S 12855 12858 11495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10500906 1337528320 267804 33554432000 4194304 16246674 140736186954368 140006001712368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12858/tid=12861] ppid=12855 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/12858/task/12861/stat : 12861 (toysat) S 12855 12858 11495 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10500906 1337528320 267804 33554432000 4194304 16246674 140736186954368 140005991238832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 53.58
Current children cumulated vsize (KiB) 1306180

[startup+54.4004 s]
/proc/loadavg: 2.18 2.17 2.11 3/183 12911
/proc/meminfo: memFree=28286096/32872528 swapFree=1102192/1183952
[pid=12858] ppid=12855 vsize=1306180 CPUtime=54.38 cores=1,3,5,7
/proc/12858/stat : 12858 (toysat) R 12855 12858 11495 0 -1 4202496 267476 0 0 0 5402 36 0 0 20 0 4 0 10500906 1337528320 267804 33554432000 4194304 16246674 140736186954368 140736186937368 5660992 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12858/statm: 326545 267804 789 2943 0 323439 0
[pid=12858/tid=12859] ppid=12855 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/12858/task/12859/stat : 12859 (toysat) S 12855 12858 11495 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10500906 1337528320 267804 33554432000 4194304 16246674 140736186954368 140006012202224 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12858/tid=12860] ppid=12855 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/12858/task/12860/stat : 12860 (toysat) S 12855 12858 11495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10500906 1337528320 267804 33554432000 4194304 16246674 140736186954368 140006001712368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12858/tid=12861] ppid=12855 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/12858/task/12861/stat : 12861 (toysat) S 12855 12858 11495 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10500906 1337528320 267804 33554432000 4194304 16246674 140736186954368 140005991238832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 54.38
Current children cumulated vsize (KiB) 1306180

[startup+54.8004 s]
/proc/loadavg: 2.18 2.17 2.11 3/183 12911
/proc/meminfo: memFree=28286096/32872528 swapFree=1102192/1183952
[pid=12858] ppid=12855 vsize=1306180 CPUtime=54.78 cores=1,3,5,7
/proc/12858/stat : 12858 (toysat) R 12855 12858 11495 0 -1 4202496 267476 0 0 0 5442 36 0 0 20 0 4 0 10500906 1337528320 267804 33554432000 4194304 16246674 140736186954368 140736186937368 5672209 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12858/statm: 326545 267804 789 2943 0 323439 0
[pid=12858/tid=12859] ppid=12855 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/12858/task/12859/stat : 12859 (toysat) S 12855 12858 11495 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10500906 1337528320 267804 33554432000 4194304 16246674 140736186954368 140006012202224 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12858/tid=12860] ppid=12855 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/12858/task/12860/stat : 12860 (toysat) S 12855 12858 11495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10500906 1337528320 267804 33554432000 4194304 16246674 140736186954368 140006001712368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12858/tid=12861] ppid=12855 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/12858/task/12861/stat : 12861 (toysat) S 12855 12858 11495 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10500906 1337528320 267804 33554432000 4194304 16246674 140736186954368 140005991238832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 54.78
Current children cumulated vsize (KiB) 1306180

[startup+54.9004 s]
/proc/loadavg: 2.18 2.17 2.11 3/183 12911
/proc/meminfo: memFree=28286096/32872528 swapFree=1102192/1183952
[pid=12858] ppid=12855 vsize=1306180 CPUtime=54.88 cores=1,3,5,7
/proc/12858/stat : 12858 (toysat) R 12855 12858 11495 0 -1 4202496 267476 0 0 0 5452 36 0 0 20 0 4 0 10500906 1337528320 267804 33554432000 4194304 16246674 140736186954368 140736186937368 5545721 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12858/statm: 326545 267804 789 2943 0 323439 0
[pid=12858/tid=12859] ppid=12855 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/12858/task/12859/stat : 12859 (toysat) S 12855 12858 11495 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10500906 1337528320 267804 33554432000 4194304 16246674 140736186954368 140006012202224 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=12858/tid=12860] ppid=12855 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/12858/task/12860/stat : 12860 (toysat) S 12855 12858 11495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10500906 1337528320 267804 33554432000 4194304 16246674 140736186954368 140006001712368 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=12858/tid=12861] ppid=12855 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/12858/task/12861/stat : 12861 (toysat) S 12855 12858 11495 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10500906 1337528320 267804 33554432000 4194304 16246674 140736186954368 140005991238832 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 54.88
Current children cumulated vsize (KiB) 1306180

Child status: 0
Real time (s): 54.9792
CPU time (s): 54.9716
CPU user time (s): 54.5447
CPU system time (s): 0.426935
CPU usage (%): 99.9862
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 54.5447
system time used= 0.426935
maximum resident set size= 1071228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267481
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= 23
involuntary context switches= 61

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.159975 second user time and 0.201969 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-30 21:25:17
IDJOB=4121482
IDBENCH=110505
IDSOLVER=2542
FILE ID=node115/4121482-1467314717
RUNJOBID= node115-1467308742-11512
PBS_JOBID= 20005276
Free space on /tmp= 71648 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n66-d3-i3-f.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-4121482-1467314717/watcher-4121482-1467314717 -o /tmp/evaluation-result-4121482-1467314717/solver-4121482-1467314717 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1467308742-11512 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4121482-1467314717.opb

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

MD5SUM BENCH= 29b666eb2b00ab7913729979e4e788da
RANDOM SEED=264996322

node115.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.087
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.17
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.087
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.56
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.087
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.54
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.087
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.087
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.087
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.087
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		: 2667.087
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:        29341992 kB
Buffers:          158628 kB
Cached:           343952 kB
SwapCached:            0 kB
Active:          1382604 kB
Inactive:         219888 kB
Active(anon):    1095924 kB
Inactive(anon):     6556 kB
Active(file):     286680 kB
Inactive(file):   213332 kB
Unevictable:     1183952 kB
Mlocked:         1102192 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             16352 kB
Writeback:             4 kB
AnonPages:       2283568 kB
Mapped:            17080 kB
Shmem:               204 kB
Slab:             607752 kB
SReclaimable:      52036 kB
SUnreclaim:       555716 kB
KernelStack:        1504 kB
PageTables:         8428 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2416916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1163264 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= 71632 MiB
End job on node115 at 2016-06-30 21:26:12