Trace number 4122106

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 53.2989 53.3077

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n68-d3-i3-f.cnf.gz-plain.pb.metafix.opb
MD5SUM58231b339bfe048ce0abd41bcd022e2f
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 benchmark2.28365
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables102
Total number of constraints272
Number of constraints which are clauses272
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:50:52+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-4122106-1467316252.opb"]
0.00/0.01	c use --random-gen="2718829877 129993918 4288945236 2917863729 1884479463 1187533045 4070132010 3981182715 812515742 530099636 2943557369 3624136553 1007787987 352191644 1910371945 2006152297 2869614819 1196953579 2648816639 2650640718 535956238 853822681 2550921539 3250938784 113999802 4163077382 1446247771 2088484941 3052462320 1818616846 2377651183 1681537754 451875125 3461748056 2910338563 1482631330 2216315331 931835301 2779090365 3055912950 3860978944 181328797 607462443 524766996 4073149168 3149259006 3165363601 3732046798 2752426591 2584195594 1602824199 2639882846 3935433682 2558446007 2567880296 3631529409 570819405 1511204533 289900373 3646650029 1773625702 3313276166 3098631284 4022252988 1496463106 948077832 2246595928 2385305295 490838763 1370929745 4179537272 2149263345 1273151546 139387779 3278479620 2150416859 3869800210 3140612717 3184916024 3914632887 2717311485 2022506508 3849608866 1954032064 2292993800 733589105 1019993393 1352703290 1597770862 1387912584 3856891231 3185692287 139024304 2764311501 512875845 967363175 1246430325 691402494 1650279351 2590652331 1803247186 438484026 1443345913 305202912 439557777 3959358683 1890325690 125153691 1081839655 2732662887 797877553 1087135702 3778708321 1031836095 3744482868 1389696770 3097109443 2279039939 698039153 1020154318 192863114 577052351 2949338176 2131450124 353501565 2419557497 606990367 503242562 475817083 2172407261 3371747601 3939214727 1394782447 351836447 3847406171 850946525 3911731353 509893064 2544798961 1755112860 1526217131 3765268122 146443844 3861199187 2118354943 1796045087 1775929035 2116196768 678069075 2043657325 3109357959 3353481385 2384567635 147901162 196486396 3175832598 1116707125 98546085 115535956 2967913408 3107125129 2331862615 114068323 102650125 2495110155 2310606131 298362518 2608694045 1691702857 1372135054 214755274 3772172930 1754021135 1361486778 4065253913 655597738 1778402900 195204274 2933179876 552950502 3931923259 858471425 1368672517 572361037 305779517 2555417293 3212019863 579451040 3129024110 3032562170 2992366459 3578618203 431798529 2706836615 1296713615 2160005534 177660903 489253250 1163418729 3033213042 3928564038 1962166416 997607197 2208601000 2999143357 163498063 3024501624 726423016 3802816982 3854069947 1731644160 70692289 1398034714 732268671 3425019071 215718540 2574149403 2959711930 1120295125 4165120434 2834113472 2238573059 3264371592 1912854070 1436972743 4084864964 2658306685 705596796 775497966 3227263049 2611797658 47286798 2382294132 2174497932 1986269649 1370254104 3153589044 3668278235 2988218954 1918462389 281507868 2584308924 1511828777 350690792 1606940019 4073176531 1528121484 3745082417 2804491960 3628019592 1319114583 2984117251 4190236702 1023239219 360573826 1899130115 255 362436" option to reproduce the execution
0.00/0.01	c #vars 102
0.00/0.01	c #constraints 272
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 |      124      0 |        0 |        0
0.00/0.02	c  0.0s |       1 |      135 |      100 |      124      0 |        0 |        0
0.00/0.04	c  0.0s |       2 |      345 |      250 |      137      1 |        0 |        0
0.00/0.06	c  0.0s |       3 |      625 |      475 |      151      4 |        0 |        0
0.00/0.09	c  0.1s |       4 |     1031 |      813 |      167      7 |        0 |        0
0.08/0.15	c  0.1s |       5 |     1585 |     1320 |      184     12 |        0 |        0
0.19/0.24	c  0.2s |       6 |     2386 |     2081 |      224     18 |        0 |        0
0.29/0.35	c  0.3s |       7 |     3997 |     3223 |      247     27 |        0 |        0
0.49/0.51	c  0.5s |       8 |     6107 |     4936 |      272     40 |        0 |        0
0.69/0.75	c  0.7s |       9 |     9251 |     7506 |      300     57 |        0 |        0
0.98/1.07	c  1.1s |      10 |    14354 |    11361 |      330     81 |        0 |        0
1.39/1.42	c  1.4s |      11 |    22369 |    17144 |      364    114 |        0 |        0
1.99/2.00	c  2.0s |      12 |    34334 |    25819 |      401    160 |        0 |        0
2.79/2.84	c  2.8s |      13 |    51387 |    38832 |      442    223 |        0 |        0
3.99/4.03	c  4.0s |      14 |    79301 |    58352 |      487    309 |        0 |        0
5.68/5.72	c  5.7s |      15 |   118858 |    87632 |      536    425 |        0 |        0
7.69/7.72	c  7.7s |      15 |   161078 |   119332 |      536    542 |        0 |        0
8.49/8.51	c  8.5s |      16 |   176997 |   131552 |      590    586 |        0 |        0
10.49/10.51	c 10.5s |      16 |   220189 |   162852 |      590    690 |        0 |        0
12.49/12.51	c 12.5s |      16 |   264031 |   195952 |      590    801 |        0 |        0
12.59/12.61	c 12.6s |      17 |   266061 |   197432 |      649    806 |        0 |        0
14.59/14.62	c 14.6s |      17 |   311681 |   229932 |      649    905 |        0 |        0
16.59/16.62	c 16.6s |      17 |   355195 |   262632 |      649   1005 |        0 |        0
18.59/18.62	c 18.6s |      17 |   398808 |   294532 |      714   1102 |        0 |        0
18.69/18.73	c 18.7s |      18 |   400938 |   296252 |      714   1106 |        0 |        0
20.68/20.74	c 20.7s |      18 |   447655 |   330152 |      714   1200 |        0 |        0
22.68/22.74	c 22.7s |      18 |   497057 |   365752 |      714   1299 |        0 |        0
24.68/24.74	c 24.7s |      18 |   544153 |   400952 |      714   1397 |        0 |        0
26.69/26.75	c 26.7s |      18 |   586358 |   432852 |      714   1486 |        0 |        0
27.39/27.42	c 27.4s |      19 |   602554 |   444482 |      786   1517 |        0 |        0
29.39/29.42	c 29.4s |      19 |   641410 |   474682 |      786   1593 |        0 |        0
31.39/31.42	c 31.4s |      19 |   681549 |   504882 |      786   1669 |        0 |        0
33.39/33.43	c 33.4s |      19 |   720400 |   535082 |      786   1745 |        0 |        0
35.39/35.43	c 35.4s |      19 |   758715 |   565582 |      786   1822 |        0 |        0
37.39/37.43	c 37.4s |      19 |   798697 |   595982 |      786   1899 |        0 |        0
39.39/39.43	c 39.4s |      19 |   841026 |   627582 |      786   1979 |        0 |        0
41.38/41.44	c 41.4s |      19 |   882467 |   658082 |      786   2054 |        1 |        4
41.98/42.01	c 42.0s |      20 |   893652 |   666827 |      865   2075 |        1 |        4
43.99/44.01	c 44.0s |      20 |   932234 |   696427 |      865   2143 |        1 |        4
45.98/46.01	c 46.0s |      20 |   976505 |   727827 |      865   2215 |        1 |        4
47.98/48.01	c 48.0s |      20 |  1020742 |   759727 |      865   2287 |        2 |        8
49.98/50.01	c 50.0s |      20 |  1064029 |   790727 |      865   2358 |        2 |        8
51.98/52.02	c 52.0s |      20 |  1108885 |   823327 |      865   2432 |        3 |       12
53.18/53.24	c 53.2s |      20 |  1136424 |   844109 |      865   2475 |       21 |       66
53.18/53.24	c #cpu_time = 53.090s
53.18/53.24	c #wall_clock_time = 53.230s
53.18/53.24	c #decision = 1136424
53.18/53.24	c #random_decision = 5424
53.18/53.24	c #conflict = 844109
53.18/53.24	c #restart = 20
53.18/53.24	s UNSATISFIABLE
53.18/53.24	c total CPU time = 53.108s
53.18/53.24	c total wall clock time = 53.248s

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

pid=19473
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.27 2.32 2.27 4/180 19476
/proc/meminfo: memFree=27262748/32872528 swapFree=1590004/1720820
[pid=19476] ppid=19473 vsize=828860 CPUtime=0 cores=1,3,5,7
/proc/19476/stat : 19476 (toysat) R 19473 19476 13693 0 -1 4202496 3109 0 0 0 0 0 0 0 20 0 4 0 12583739 848752640 2959 33554432000 4194304 16246674 140735598522768 140735598522192 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19476/statm: 207727 2969 441 2943 0 204621 0
[pid=19476/tid=19477] ppid=19473 vsize=846268 CPUtime=0 cores=1,3,5,7
/proc/19476/task/19477/stat : 19477 (toysat) S 19473 19476 13693 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12583739 866578432 3031 33554432000 4194304 16246674 140735598522768 140716087946480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=19476/tid=19478] ppid=19473 vsize=851388 CPUtime=0 cores=1,3,5,7
/proc/19476/task/19478/stat : 19478 (toysat) S 19473 19476 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12583739 871821312 3048 33554432000 4194304 16246674 140735598522768 140716077456624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=19476/tid=19479] ppid=19473 vsize=855484 CPUtime=0 cores=1,3,5,7
/proc/19476/task/19479/stat : 19479 (toysat) S 19473 19476 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12583739 876015616 3065 33554432000 4194304 16246674 140735598522768 140716066983088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100117 s]
/proc/loadavg: 2.27 2.32 2.27 4/180 19476
/proc/meminfo: memFree=27262748/32872528 swapFree=1590004/1720820
[pid=19476] ppid=19473 vsize=1218116 CPUtime=0.08 cores=1,3,5,7
/proc/19476/stat : 19476 (toysat) R 19473 19476 13693 0 -1 4202496 26185 0 0 0 5 3 0 0 20 0 4 0 12583739 1247350784 26024 33554432000 4194304 16246674 140735598522768 140735598522192 5546181 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19476/statm: 304529 26032 708 2943 0 301423 0
[pid=19476/tid=19477] ppid=19473 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/19476/task/19477/stat : 19477 (toysat) S 19473 19476 13693 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12583739 1247350784 26038 33554432000 4194304 16246674 140735598522768 140716087946480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=19476/tid=19478] ppid=19473 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/19476/task/19478/stat : 19478 (toysat) S 19473 19476 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12583739 1247350784 26045 33554432000 4194304 16246674 140735598522768 140716077456624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=19476/tid=19479] ppid=19473 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/19476/task/19479/stat : 19479 (toysat) S 19473 19476 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12583739 1247350784 26053 33554432000 4194304 16246674 140735598522768 140716066983088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1218116

[startup+0.20047 s]
/proc/loadavg: 2.27 2.32 2.27 4/180 19476
/proc/meminfo: memFree=27262748/32872528 swapFree=1590004/1720820
[pid=19476] ppid=19473 vsize=1218116 CPUtime=0.19 cores=1,3,5,7
/proc/19476/stat : 19476 (toysat) R 19473 19476 13693 0 -1 4202496 50332 0 0 0 12 7 0 0 20 0 4 0 12583739 1247350784 50171 33554432000 4194304 16246674 140735598522768 140735598522192 5546181 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19476/statm: 304529 50183 708 2943 0 301423 0
[pid=19476/tid=19477] ppid=19473 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/19476/task/19477/stat : 19477 (toysat) S 19473 19476 13693 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12583739 1247350784 50189 33554432000 4194304 16246674 140735598522768 140716087946480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=19476/tid=19478] ppid=19473 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/19476/task/19478/stat : 19478 (toysat) S 19473 19476 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12583739 1247350784 50197 33554432000 4194304 16246674 140735598522768 140716077456624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=19476/tid=19479] ppid=19473 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/19476/task/19479/stat : 19479 (toysat) S 19473 19476 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12583739 1247350784 50206 33554432000 4194304 16246674 140735598522768 140716066983088 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.300472 s]
/proc/loadavg: 2.27 2.32 2.27 4/180 19476
/proc/meminfo: memFree=27262748/32872528 swapFree=1590004/1720820
[pid=19476] ppid=19473 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/19476/stat : 19476 (toysat) R 19473 19476 13693 0 -1 4202496 74288 0 0 0 17 12 0 0 20 0 4 0 12583739 1247350784 74127 33554432000 4194304 16246674 140735598522768 140735598522192 5675357 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19476/statm: 304529 74134 708 2943 0 301423 0
[pid=19476/tid=19477] ppid=19473 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/19476/task/19477/stat : 19477 (toysat) S 19473 19476 13693 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12583739 1247350784 74141 33554432000 4194304 16246674 140735598522768 140716087946480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=19476/tid=19478] ppid=19473 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/19476/task/19478/stat : 19478 (toysat) S 19473 19476 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12583739 1247350784 74147 33554432000 4194304 16246674 140735598522768 140716077456624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=19476/tid=19479] ppid=19473 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/19476/task/19479/stat : 19479 (toysat) S 19473 19476 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12583739 1247350784 74154 33554432000 4194304 16246674 140735598522768 140716066983088 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.700341 s]
/proc/loadavg: 2.27 2.32 2.27 4/180 19476
/proc/meminfo: memFree=27262748/32872528 swapFree=1590004/1720820
[pid=19476] ppid=19473 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/19476/stat : 19476 (toysat) R 19473 19476 13693 0 -1 4202496 168528 0 0 0 44 25 0 0 20 0 4 0 12583739 1247350784 168367 33554432000 4194304 16246674 140735598522768 140735598504640 5546181 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19476/statm: 304529 168378 709 2943 0 301423 0
[pid=19476/tid=19477] ppid=19473 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/19476/task/19477/stat : 19477 (toysat) S 19473 19476 13693 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12583739 1247350784 168384 33554432000 4194304 16246674 140735598522768 140716087946480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=19476/tid=19478] ppid=19473 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/19476/task/19478/stat : 19478 (toysat) S 19473 19476 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12583739 1247350784 168388 33554432000 4194304 16246674 140735598522768 140716077456624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=19476/tid=19479] ppid=19473 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/19476/task/19479/stat : 19479 (toysat) S 19473 19476 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12583739 1247350784 168393 33554432000 4194304 16246674 140735598522768 140716066983088 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.50035 s]
/proc/loadavg: 2.27 2.32 2.27 3/184 19480
/proc/meminfo: memFree=26282536/32872528 swapFree=1590004/1720820
[pid=19476] ppid=19473 vsize=1219140 CPUtime=1.49 cores=1,3,5,7
/proc/19476/stat : 19476 (toysat) R 19473 19476 13693 0 -1 4202496 245546 0 0 0 114 35 0 0 20 0 4 0 12583739 1248399360 245365 33554432000 4194304 16246674 140735598522768 140735598504640 13809232 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19476/statm: 304785 245365 785 2943 0 301679 0
[pid=19476/tid=19477] ppid=19473 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/19476/task/19477/stat : 19477 (toysat) S 19473 19476 13693 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12583739 1248399360 245365 33554432000 4194304 16246674 140735598522768 140716087946480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=19476/tid=19478] ppid=19473 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/19476/task/19478/stat : 19478 (toysat) S 19473 19476 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12583739 1248399360 245365 33554432000 4194304 16246674 140735598522768 140716077456624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=19476/tid=19479] ppid=19473 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/19476/task/19479/stat : 19479 (toysat) S 19473 19476 13693 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12583739 1248399360 245365 33554432000 4194304 16246674 140735598522768 140716066983088 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.1004 s]
/proc/loadavg: 2.27 2.32 2.27 3/184 19480
/proc/meminfo: memFree=26194984/32872528 swapFree=1590004/1720820
[pid=19476] ppid=19473 vsize=1306180 CPUtime=3.09 cores=1,3,5,7
/proc/19476/stat : 19476 (toysat) R 19473 19476 13693 0 -1 4202496 267368 0 0 0 270 39 0 0 20 0 4 0 12583739 1337528320 267187 33554432000 4194304 16246674 140735598522768 140735598504640 5754983 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19476/statm: 326545 267187 785 2943 0 323439 0
[pid=19476/tid=19477] ppid=19473 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/19476/task/19477/stat : 19477 (toysat) S 19473 19476 13693 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12583739 1337528320 267187 33554432000 4194304 16246674 140735598522768 140716087946480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=19476/tid=19478] ppid=19473 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/19476/task/19478/stat : 19478 (toysat) S 19473 19476 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12583739 1337528320 267187 33554432000 4194304 16246674 140735598522768 140716077456624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=19476/tid=19479] ppid=19473 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/19476/task/19479/stat : 19479 (toysat) S 19473 19476 13693 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12583739 1337528320 267187 33554432000 4194304 16246674 140735598522768 140716066983088 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.3004 s]
/proc/loadavg: 2.25 2.31 2.27 3/184 19480
/proc/meminfo: memFree=26194268/32872528 swapFree=1590004/1720820
[pid=19476] ppid=19473 vsize=1306180 CPUtime=6.28 cores=1,3,5,7
/proc/19476/stat : 19476 (toysat) R 19473 19476 13693 0 -1 4202496 267416 0 0 0 589 39 0 0 20 0 4 0 12583739 1337528320 267235 33554432000 4194304 16246674 140735598522768 140735598505768 5545796 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19476/statm: 326545 267235 785 2943 0 323439 0
[pid=19476/tid=19477] ppid=19473 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/19476/task/19477/stat : 19477 (toysat) S 19473 19476 13693 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12583739 1337528320 267235 33554432000 4194304 16246674 140735598522768 140716087946480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=19476/tid=19478] ppid=19473 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/19476/task/19478/stat : 19478 (toysat) S 19473 19476 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12583739 1337528320 267235 33554432000 4194304 16246674 140735598522768 140716077456624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=19476/tid=19479] ppid=19473 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/19476/task/19479/stat : 19479 (toysat) S 19473 19476 13693 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12583739 1337528320 267235 33554432000 4194304 16246674 140735598522768 140716066983088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1306180

[startup+12.7004 s]
/proc/loadavg: 2.23 2.31 2.27 3/183 19480
/proc/meminfo: memFree=26194208/32872528 swapFree=1590004/1720820
[pid=19476] ppid=19473 vsize=1306180 CPUtime=12.69 cores=1,3,5,7
/proc/19476/stat : 19476 (toysat) R 19473 19476 13693 0 -1 4202496 267465 0 0 0 1229 40 0 0 20 0 4 0 12583739 1337528320 267284 33554432000 4194304 16246674 140735598522768 140735598505768 5754792 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19476/statm: 326545 267284 786 2943 0 323439 0
[pid=19476/tid=19477] ppid=19473 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/19476/task/19477/stat : 19477 (toysat) S 19473 19476 13693 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12583739 1337528320 267284 33554432000 4194304 16246674 140735598522768 140716087946480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=19476/tid=19478] ppid=19473 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/19476/task/19478/stat : 19478 (toysat) S 19473 19476 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12583739 1337528320 267284 33554432000 4194304 16246674 140735598522768 140716077456624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=19476/tid=19479] ppid=19473 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/19476/task/19479/stat : 19479 (toysat) S 19473 19476 13693 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12583739 1337528320 267284 33554432000 4194304 16246674 140735598522768 140716066983088 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.25 2.31 2.27 3/183 19480
/proc/meminfo: memFree=26194584/32872528 swapFree=1590004/1720820
[pid=19476] ppid=19473 vsize=1306180 CPUtime=25.48 cores=1,3,5,7
/proc/19476/stat : 19476 (toysat) R 19473 19476 13693 0 -1 4202496 267466 0 0 0 2508 40 0 0 20 0 4 0 12583739 1337528320 267285 33554432000 4194304 16246674 140735598522768 140735598505768 5828700 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19476/statm: 326545 267285 786 2943 0 323439 0
[pid=19476/tid=19477] ppid=19473 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/19476/task/19477/stat : 19477 (toysat) S 19473 19476 13693 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12583739 1337528320 267285 33554432000 4194304 16246674 140735598522768 140716087946480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=19476/tid=19478] ppid=19473 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/19476/task/19478/stat : 19478 (toysat) S 19473 19476 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12583739 1337528320 267285 33554432000 4194304 16246674 140735598522768 140716077456624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=19476/tid=19479] ppid=19473 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/19476/task/19479/stat : 19479 (toysat) S 19473 19476 13693 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12583739 1337528320 267285 33554432000 4194304 16246674 140735598522768 140716066983088 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.17 2.28 2.26 3/183 19480
/proc/meminfo: memFree=26194460/32872528 swapFree=1590004/1720820
[pid=19476] ppid=19473 vsize=1306180 CPUtime=51.08 cores=1,3,5,7
/proc/19476/stat : 19476 (toysat) R 19473 19476 13693 0 -1 4202496 267482 0 0 0 5067 41 0 0 20 0 4 0 12583739 1337528320 267301 33554432000 4194304 16246674 140735598522768 140735598504640 5676269 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19476/statm: 326545 267301 787 2943 0 323439 0
[pid=19476/tid=19477] ppid=19473 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/19476/task/19477/stat : 19477 (toysat) S 19473 19476 13693 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12583739 1337528320 267301 33554432000 4194304 16246674 140735598522768 140716087946480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=19476/tid=19478] ppid=19473 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/19476/task/19478/stat : 19478 (toysat) S 19473 19476 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12583739 1337528320 267301 33554432000 4194304 16246674 140735598522768 140716077456624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=19476/tid=19479] ppid=19473 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/19476/task/19479/stat : 19479 (toysat) S 19473 19476 13693 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12583739 1337528320 267301 33554432000 4194304 16246674 140735598522768 140716066983088 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 19476 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+51.2005 s]
/proc/loadavg: 2.17 2.28 2.26 3/183 19480
/proc/meminfo: memFree=26194460/32872528 swapFree=1590004/1720820
[pid=19476] ppid=19473 vsize=1306180 CPUtime=51.18 cores=1,3,5,7
/proc/19476/stat : 19476 (toysat) R 19473 19476 13693 0 -1 4202496 267482 0 0 0 5077 41 0 0 20 0 4 0 12583739 1337528320 267301 33554432000 4194304 16246674 140735598522768 140735598504640 5754752 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19476/statm: 326545 267301 787 2943 0 323439 0
[pid=19476/tid=19477] ppid=19473 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/19476/task/19477/stat : 19477 (toysat) S 19473 19476 13693 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12583739 1337528320 267301 33554432000 4194304 16246674 140735598522768 140716087946480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=19476/tid=19478] ppid=19473 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/19476/task/19478/stat : 19478 (toysat) S 19473 19476 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12583739 1337528320 267301 33554432000 4194304 16246674 140735598522768 140716077456624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=19476/tid=19479] ppid=19473 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/19476/task/19479/stat : 19479 (toysat) S 19473 19476 13693 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12583739 1337528320 267301 33554432000 4194304 16246674 140735598522768 140716066983088 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.0003 s]
/proc/loadavg: 2.17 2.28 2.26 3/183 19480
/proc/meminfo: memFree=26194460/32872528 swapFree=1590004/1720820
[pid=19476] ppid=19473 vsize=1306180 CPUtime=51.98 cores=1,3,5,7
/proc/19476/stat : 19476 (toysat) R 19473 19476 13693 0 -1 4202496 267482 0 0 0 5157 41 0 0 20 0 4 0 12583739 1337528320 267301 33554432000 4194304 16246674 140735598522768 140735598504640 5546608 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19476/statm: 326545 267301 787 2943 0 323439 0
[pid=19476/tid=19477] ppid=19473 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/19476/task/19477/stat : 19477 (toysat) S 19473 19476 13693 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12583739 1337528320 267301 33554432000 4194304 16246674 140735598522768 140716087946480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=19476/tid=19478] ppid=19473 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/19476/task/19478/stat : 19478 (toysat) S 19473 19476 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12583739 1337528320 267301 33554432000 4194304 16246674 140735598522768 140716077456624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=19476/tid=19479] ppid=19473 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/19476/task/19479/stat : 19479 (toysat) S 19473 19476 13693 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12583739 1337528320 267301 33554432000 4194304 16246674 140735598522768 140716066983088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.98
Current children cumulated vsize (KiB) 1306180

[startup+52.8004 s]
/proc/loadavg: 2.23 2.29 2.27 3/183 19480
/proc/meminfo: memFree=26194460/32872528 swapFree=1590004/1720820
[pid=19476] ppid=19473 vsize=1306180 CPUtime=52.79 cores=1,3,5,7
/proc/19476/stat : 19476 (toysat) R 19473 19476 13693 0 -1 4202496 267482 0 0 0 5238 41 0 0 20 0 4 0 12583739 1337528320 267301 33554432000 4194304 16246674 140735598522768 140735598505768 5672865 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19476/statm: 326545 267301 787 2943 0 323439 0
[pid=19476/tid=19477] ppid=19473 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/19476/task/19477/stat : 19477 (toysat) S 19473 19476 13693 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12583739 1337528320 267301 33554432000 4194304 16246674 140735598522768 140716087946480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=19476/tid=19478] ppid=19473 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/19476/task/19478/stat : 19478 (toysat) S 19473 19476 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12583739 1337528320 267301 33554432000 4194304 16246674 140735598522768 140716077456624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=19476/tid=19479] ppid=19473 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/19476/task/19479/stat : 19479 (toysat) S 19473 19476 13693 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12583739 1337528320 267301 33554432000 4194304 16246674 140735598522768 140716066983088 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.2003 s]
/proc/loadavg: 2.23 2.29 2.27 3/183 19480
/proc/meminfo: memFree=26194460/32872528 swapFree=1590004/1720820
[pid=19476] ppid=19473 vsize=1306180 CPUtime=53.18 cores=1,3,5,7
/proc/19476/stat : 19476 (toysat) R 19473 19476 13693 0 -1 4202496 267482 0 0 0 5277 41 0 0 20 0 4 0 12583739 1337528320 267301 33554432000 4194304 16246674 140735598522768 140735598505768 5823674 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19476/statm: 326545 267301 787 2943 0 323439 0
[pid=19476/tid=19477] ppid=19473 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/19476/task/19477/stat : 19477 (toysat) S 19473 19476 13693 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12583739 1337528320 267301 33554432000 4194304 16246674 140735598522768 140716087946480 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=19476/tid=19478] ppid=19473 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/19476/task/19478/stat : 19478 (toysat) S 19473 19476 13693 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12583739 1337528320 267301 33554432000 4194304 16246674 140735598522768 140716077456624 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=19476/tid=19479] ppid=19473 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/19476/task/19479/stat : 19479 (toysat) S 19473 19476 13693 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12583739 1337528320 267301 33554432000 4194304 16246674 140735598522768 140716066983088 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 53.18
Current children cumulated vsize (KiB) 1306180

[startup+53.3005 s]
/proc/loadavg: 2.23 2.29 2.27 3/183 19480
/proc/meminfo: memFree=26194460/32872528 swapFree=1590004/1720820
[pid=19476] ppid=19473 vsize=0 CPUtime=53.28 cores=1,3,5,7
/proc/19476/stat : 19476 (toysat) R 19473 19476 13693 0 -1 4202500 267487 0 0 0 5282 46 0 0 20 0 1 0 12583739 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19476/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 53.28
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 53.3077
CPU time (s): 53.2989
CPU user time (s): 52.823
CPU system time (s): 0.475927
CPU usage (%): 99.9835
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 52.823
system time used= 0.475927
maximum resident set size= 1069220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267487
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= 18
involuntary context switches= 56

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.275958 second user time and 0.514921 second system time

The end

Launcher Data

Begin job on node120 at 2016-06-30 21:50:52
IDJOB=4122106
IDBENCH=110898
IDSOLVER=2542
FILE ID=node120/4122106-1467316252
RUNJOBID= node120-1467312316-18593
PBS_JOBID= 20005266
Free space on /tmp= 71656 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n68-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-4122106-1467316252/watcher-4122106-1467316252 -o /tmp/evaluation-result-4122106-1467316252/solver-4122106-1467316252 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1467312316-18593 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4122106-1467316252.opb

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

MD5SUM BENCH= 58231b339bfe048ce0abd41bcd022e2f
RANDOM SEED=850173665

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.669
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:        27264292 kB
Buffers:          170336 kB
Cached:          1881076 kB
SwapCached:            0 kB
Active:          1377080 kB
Inactive:        1765088 kB
Active(anon):    1093300 kB
Inactive(anon):        0 kB
Active(file):     283780 kB
Inactive(file):  1765088 kB
Unevictable:     1720820 kB
Mlocked:         1590004 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             16336 kB
Writeback:             0 kB
AnonPages:       2811232 kB
Mapped:            17124 kB
Shmem:               204 kB
Slab:             611836 kB
SReclaimable:      55924 kB
SUnreclaim:       555912 kB
KernelStack:        1528 kB
PageTables:         9516 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2944596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1204224 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= 71640 MiB
End job on node120 at 2016-06-30 21:51:46