Trace number 4120130

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 38.6201 38.6287

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n74-d3-i1-r1.cnf.gz-plain.pb.metafix.opb
MD5SUM1ace7be25380943fafcd66795751e6e8
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.49077
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables111
Total number of constraints296
Number of constraints which are clauses296
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-30T20:07:23+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-4120130-1467310042.opb"]
0.00/0.01	c use --random-gen="26979270 874536498 3021848281 1900154606 1847343197 1320298072 187323860 3920559108 2696938406 3692719669 314596072 3969991262 2599847987 752467893 696220074 2738563539 2371003072 43227467 3105936318 3084642244 1813015865 3329102302 2464079759 2569952965 4223327227 2781064901 2717224157 1976949743 2613180494 811231993 2701979163 1239617839 631094873 1945181209 1524950579 3364823437 347618606 3271506251 2128628388 938784803 2923911937 3880085892 1944750820 2542129595 1020606845 1760176473 1709366010 1769116034 4120821925 2197055721 3247322011 349264258 1277842055 1694656739 309402868 193585347 2113303697 2843175512 80936577 2240847688 222711339 52929449 551097088 2874481239 824445393 515888009 3353773156 2902357969 1227685699 2083968988 647888624 3894910306 502905670 3989234176 4059263719 4014188706 4234092959 3376398284 1559834843 1448898885 514647126 1175850081 1781602192 3592475831 634424046 2808492604 2933428500 1859772225 1708944387 180542481 433568644 4266475028 2651130734 4144595837 139809300 1874365520 290922957 574867226 3499339241 1718988358 1053746907 440793824 3510247269 920992977 631918648 3976129600 3954529775 2516013700 832816854 1000995401 2106390937 1125867145 4021956674 3177257038 2173285916 3883924017 4022019889 209489595 1792282036 3784544508 2827687409 2247083235 3644646242 1854310420 533680805 1798471248 1490664959 3605008160 3340185421 2906606324 2263524324 715336045 3284691604 3527609746 1997508613 871479401 2325417888 785477698 3350584478 1467298288 3556474970 2850153719 95500175 2076239514 3377768610 964522104 2429356377 1791970311 238926621 522926802 855463714 3838689658 1673471589 3207687197 3403652442 1750419795 3505505840 979369161 912585881 738636365 1122434853 1224278853 3998223208 322304893 3174559976 402758005 1866136388 3392536690 4091906595 1473416889 2049017434 3297586262 2925536701 1051247368 1075425813 4201328174 2406211365 1037372683 2126476243 1811093097 3763904551 3509915188 3966145605 926752204 1219091159 2445735959 2898650961 3938412165 1111837935 2925881800 4272066330 2026958309 1816865261 3225849996 2058959324 523335387 52438453 3865465547 992424813 1764905812 4166193909 3420694249 3233942005 370700814 2394955920 1954035218 4029496283 2572159043 2751340496 551980600 1503454653 1542558105 911228547 2852029400 2581982674 1477977662 1948128859 2000073812 2881488108 669254661 1820377573 2939788374 1442653046 683281743 639833859 1334323278 928529704 19374107 3782028760 2103981768 2690646276 1846785341 2050667278 1747835863 2339765829 1643018215 3437377595 3198035938 940758150 1674803530 1973854646 2084334631 1649553114 4161340326 3077764860 1957719293 225358202 3614387030 2029518540 1338914015 3886093844 1948978769 3045986642 750571381 2373264031 1524144286 255 362436" option to reproduce the execution
0.00/0.01	c #vars 111
0.00/0.01	c #constraints 296
0.00/0.02	c Solving starts ...
0.00/0.02	c ============================[ Search Statistics ]============================
0.00/0.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.02	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.02	c =============================================================================
0.00/0.02	c  0.0s |       0 |        0 |        0 |      135      0 |        0 |        0
0.00/0.03	c  0.0s |       1 |      159 |      100 |      135      0 |        0 |        0
0.00/0.04	c  0.0s |       2 |      400 |      250 |      149      1 |        0 |        0
0.00/0.06	c  0.0s |       3 |      706 |      475 |      164      3 |        0 |        0
0.00/0.08	c  0.1s |       4 |     1149 |      813 |      181      6 |        0 |        0
0.09/0.13	c  0.1s |       5 |     1767 |     1320 |      200     10 |        0 |        0
0.19/0.20	c  0.2s |       6 |     2740 |     2081 |      244     17 |        0 |        0
0.29/0.31	c  0.3s |       7 |     4013 |     3223 |      269     25 |        0 |        0
0.39/0.46	c  0.4s |       8 |     6295 |     4936 |      296     37 |        0 |        0
0.58/0.66	c  0.6s |       9 |    10306 |     7506 |      326     53 |        0 |        0
0.99/1.00	c  1.0s |      10 |    15692 |    11361 |      359     76 |        0 |        0
1.28/1.34	c  1.3s |      11 |    23902 |    17144 |      395    107 |        0 |        0
1.89/1.93	c  1.9s |      12 |    33877 |    25819 |      435    149 |        0 |        0
2.79/2.81	c  2.8s |      13 |    50246 |    38832 |      479    206 |        0 |        0
3.89/3.93	c  3.9s |      14 |    77175 |    58352 |      527    286 |        0 |        0
5.69/5.70	c  5.7s |      15 |   118399 |    87632 |      580    395 |        0 |        0
7.69/7.70	c  7.7s |      15 |   162287 |   120632 |      580    506 |        0 |        0
8.29/8.38	c  8.4s |      16 |   176820 |   131552 |      638    543 |        0 |        0
10.29/10.38	c 10.4s |      16 |   216124 |   162252 |      638    638 |        0 |        0
12.29/12.39	c 12.4s |      16 |   254474 |   193352 |      638    734 |        0 |        0
12.59/12.65	c 12.6s |      17 |   259854 |   197432 |      702    746 |        0 |        0
14.59/14.65	c 14.6s |      17 |   302208 |   229432 |      702    837 |        0 |        0
16.59/16.66	c 16.6s |      17 |   342849 |   259832 |      702    922 |        0 |        0
18.59/18.66	c 18.6s |      17 |   386414 |   292332 |      702   1014 |        0 |        0
18.89/18.92	c 18.9s |      18 |   391722 |   296252 |      773   1025 |        0 |        0
20.89/20.93	c 20.9s |      18 |   429663 |   325052 |      773   1099 |        0 |        0
22.88/22.93	c 22.9s |      18 |   468992 |   354552 |      773   1175 |        0 |        0
24.88/24.94	c 24.9s |      18 |   509137 |   384952 |      773   1253 |        0 |        0
26.88/26.94	c 26.9s |      18 |   551228 |   416852 |      773   1335 |        0 |        0
28.38/28.50	c 28.5s |      19 |   589479 |   444482 |      851   1405 |        0 |        0
30.48/30.50	c 30.5s |      19 |   634438 |   476682 |      851   1480 |        0 |        0
32.48/32.50	c 32.5s |      19 |   678686 |   508782 |      851   1555 |        0 |        0
34.48/34.51	c 34.5s |      19 |   723230 |   541582 |      851   1631 |        1 |        4
36.48/36.51	c 36.5s |      19 |   768075 |   574382 |      851   1707 |        1 |        4
38.48/38.52	c 38.5s |      19 |   815893 |   608682 |      851   1783 |        5 |       20
38.48/38.57	c 38.5s |      19 |   817201 |   609644 |      851   1783 |       23 |       56
38.48/38.57	c #cpu_time = 38.551s
38.48/38.57	c #wall_clock_time = 38.549s
38.48/38.57	c #decision = 817201
38.48/38.57	c #random_decision = 3899
38.48/38.57	c #conflict = 609644
38.48/38.57	c #restart = 19
38.48/38.57	s UNSATISFIABLE
38.48/38.57	c total CPU time = 38.569s
38.48/38.57	c total wall clock time = 38.567s

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

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

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


[startup+0 s]
/proc/loadavg: 1.48 1.55 1.67 3/177 20139
/proc/meminfo: memFree=29434272/32872528 swapFree=447588/480292
[pid=20139] ppid=20136 vsize=515516 CPUtime=0 cores=0,2,4,6
/proc/20139/stat : 20139 (toysat) R 20136 20139 16080 0 -1 4202496 1885 0 0 0 0 0 0 0 20 0 4 0 12108015 527888384 2756 33554432000 4194304 16246674 140736966986560 140736966985984 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20139/statm: 129647 2765 441 2943 0 126541 0
[pid=20139/tid=20140] ppid=20136 vsize=532924 CPUtime=0 cores=0,2,4,6
/proc/20139/task/20140/stat : 20140 (toysat) S 20136 20139 16080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12108015 545714176 2824 33554432000 4194304 16246674 140736966986560 140561078004976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20139/tid=20141] ppid=20136 vsize=537020 CPUtime=0 cores=0,2,4,6
/proc/20139/task/20141/stat : 20141 (toysat) S 20136 20139 16080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12108015 549908480 2839 33554432000 4194304 16246674 140736966986560 140560992021744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=20139/tid=20142] ppid=20136 vsize=541116 CPUtime=0 cores=0,2,4,6
/proc/20139/task/20142/stat : 20142 (toysat) S 20136 20139 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12108015 554102784 2856 33554432000 4194304 16246674 140736966986560 140560981548208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0

[startup+0.100172 s]
/proc/loadavg: 1.48 1.55 1.67 3/177 20139
/proc/meminfo: memFree=29434272/32872528 swapFree=447588/480292
[pid=20139] ppid=20136 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/20139/stat : 20139 (toysat) R 20136 20139 16080 0 -1 4202496 25423 0 0 0 5 4 0 0 20 0 4 0 12108015 1247350784 26283 33554432000 4194304 16246674 140736966986560 140736966985984 5546181 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20139/statm: 304529 26294 709 2943 0 301423 0
[pid=20139/tid=20140] ppid=20136 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/20139/task/20140/stat : 20140 (toysat) S 20136 20139 16080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12108015 1247350784 26299 33554432000 4194304 16246674 140736966986560 140561078004976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20139/tid=20141] ppid=20136 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/20139/task/20141/stat : 20141 (toysat) S 20136 20139 16080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12108015 1247350784 26307 33554432000 4194304 16246674 140736966986560 140560992021744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=20139/tid=20142] ppid=20136 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/20139/task/20142/stat : 20142 (toysat) S 20136 20139 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12108015 1247350784 26313 33554432000 4194304 16246674 140736966986560 140560981548208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200455 s]
/proc/loadavg: 1.48 1.55 1.67 3/177 20139
/proc/meminfo: memFree=29434272/32872528 swapFree=447588/480292
[pid=20139] ppid=20136 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/20139/stat : 20139 (toysat) R 20136 20139 16080 0 -1 4202496 49024 0 0 0 11 8 0 0 20 0 4 0 12108015 1247350784 49884 33554432000 4194304 16246674 140736966986560 140736966985984 5677541 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20139/statm: 304529 49893 709 2943 0 301423 0
[pid=20139/tid=20140] ppid=20136 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/20139/task/20140/stat : 20140 (toysat) S 20136 20139 16080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12108015 1247350784 49899 33554432000 4194304 16246674 140736966986560 140561078004976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20139/tid=20141] ppid=20136 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/20139/task/20141/stat : 20141 (toysat) S 20136 20139 16080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12108015 1247350784 49905 33554432000 4194304 16246674 140736966986560 140560992021744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=20139/tid=20142] ppid=20136 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/20139/task/20142/stat : 20142 (toysat) S 20136 20139 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12108015 1247350784 49912 33554432000 4194304 16246674 140736966986560 140560981548208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300442 s]
/proc/loadavg: 1.48 1.55 1.67 3/177 20139
/proc/meminfo: memFree=29434272/32872528 swapFree=447588/480292
[pid=20139] ppid=20136 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/20139/stat : 20139 (toysat) R 20136 20139 16080 0 -1 4202496 72135 0 0 0 18 11 0 0 20 0 4 0 12108015 1247350784 72995 33554432000 4194304 16246674 140736966986560 140736966985984 5677277 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20139/statm: 304529 73007 709 2943 0 301423 0
[pid=20139/tid=20140] ppid=20136 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/20139/task/20140/stat : 20140 (toysat) S 20136 20139 16080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12108015 1247350784 73012 33554432000 4194304 16246674 140736966986560 140561078004976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20139/tid=20141] ppid=20136 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/20139/task/20141/stat : 20141 (toysat) S 20136 20139 16080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12108015 1247350784 73018 33554432000 4194304 16246674 140736966986560 140560992021744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=20139/tid=20142] ppid=20136 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/20139/task/20142/stat : 20142 (toysat) S 20136 20139 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12108015 1247350784 73026 33554432000 4194304 16246674 140736966986560 140560981548208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700438 s]
/proc/loadavg: 1.48 1.55 1.67 3/177 20139
/proc/meminfo: memFree=29434272/32872528 swapFree=447588/480292
[pid=20139] ppid=20136 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/20139/stat : 20139 (toysat) R 20136 20139 16080 0 -1 4202496 164627 0 0 0 45 24 0 0 20 0 4 0 12108015 1247350784 165487 33554432000 4194304 16246674 140736966986560 140736966969560 5546181 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20139/statm: 304529 165494 710 2943 0 301423 0
[pid=20139/tid=20140] ppid=20136 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/20139/task/20140/stat : 20140 (toysat) S 20136 20139 16080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12108015 1247350784 165500 33554432000 4194304 16246674 140736966986560 140561078004976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20139/tid=20141] ppid=20136 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/20139/task/20141/stat : 20141 (toysat) S 20136 20139 16080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12108015 1247350784 165506 33554432000 4194304 16246674 140736966986560 140560992021744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=20139/tid=20142] ppid=20136 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/20139/task/20142/stat : 20142 (toysat) S 20136 20139 16080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12108015 1247350784 165513 33554432000 4194304 16246674 140736966986560 140560981548208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50043 s]
/proc/loadavg: 1.48 1.55 1.67 3/181 20143
/proc/meminfo: memFree=28450292/32872528 swapFree=447588/480292
[pid=20139] ppid=20136 vsize=1219140 CPUtime=1.48 cores=0,2,4,6
/proc/20139/stat : 20139 (toysat) R 20136 20139 16080 0 -1 4202496 245555 0 0 0 113 35 0 0 20 0 4 0 12108015 1248399360 246395 33554432000 4194304 16246674 140736966986560 140736966985872 5546200 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20139/statm: 304785 246395 787 2943 0 301679 0
[pid=20139/tid=20140] ppid=20136 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/20139/task/20140/stat : 20140 (toysat) S 20136 20139 16080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12108015 1248399360 246395 33554432000 4194304 16246674 140736966986560 140561078004976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20139/tid=20141] ppid=20136 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/20139/task/20141/stat : 20141 (toysat) S 20136 20139 16080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12108015 1248399360 246395 33554432000 4194304 16246674 140736966986560 140560992021744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=20139/tid=20142] ppid=20136 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/20139/task/20142/stat : 20142 (toysat) S 20136 20139 16080 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12108015 1248399360 246395 33554432000 4194304 16246674 140736966986560 140560981548208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1219140

[startup+3.10044 s]
/proc/loadavg: 1.48 1.55 1.67 3/181 20143
/proc/meminfo: memFree=28362756/32872528 swapFree=447588/480292
[pid=20139] ppid=20136 vsize=1306180 CPUtime=3.09 cores=0,2,4,6
/proc/20139/stat : 20139 (toysat) R 20136 20139 16080 0 -1 4202496 267410 0 0 0 271 38 0 0 20 0 4 0 12108015 1337528320 268250 33554432000 4194304 16246674 140736966986560 140736966969560 12875468 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20139/statm: 326545 268250 787 2943 0 323439 0
[pid=20139/tid=20140] ppid=20136 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/20139/task/20140/stat : 20140 (toysat) S 20136 20139 16080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12108015 1337528320 268250 33554432000 4194304 16246674 140736966986560 140561078004976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20139/tid=20141] ppid=20136 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/20139/task/20141/stat : 20141 (toysat) S 20136 20139 16080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12108015 1337528320 268250 33554432000 4194304 16246674 140736966986560 140560992021744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=20139/tid=20142] ppid=20136 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/20139/task/20142/stat : 20142 (toysat) S 20136 20139 16080 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12108015 1337528320 268250 33554432000 4194304 16246674 140736966986560 140560981548208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1306180

[startup+6.30038 s]
/proc/loadavg: 1.60 1.58 1.68 3/181 20143
/proc/meminfo: memFree=28362564/32872528 swapFree=447588/480292
[pid=20139] ppid=20136 vsize=1306180 CPUtime=6.29 cores=0,2,4,6
/proc/20139/stat : 20139 (toysat) R 20136 20139 16080 0 -1 4202496 267418 0 0 0 591 38 0 0 20 0 4 0 12108015 1337528320 268258 33554432000 4194304 16246674 140736966986560 140736966969560 7249949 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20139/statm: 326545 268258 787 2943 0 323439 0
[pid=20139/tid=20140] ppid=20136 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/20139/task/20140/stat : 20140 (toysat) S 20136 20139 16080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12108015 1337528320 268258 33554432000 4194304 16246674 140736966986560 140561078004976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20139/tid=20141] ppid=20136 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/20139/task/20141/stat : 20141 (toysat) S 20136 20139 16080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12108015 1337528320 268258 33554432000 4194304 16246674 140736966986560 140560992021744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=20139/tid=20142] ppid=20136 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/20139/task/20142/stat : 20142 (toysat) S 20136 20139 16080 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12108015 1337528320 268258 33554432000 4194304 16246674 140736966986560 140560981548208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1306180

[startup+12.7004 s]
/proc/loadavg: 1.63 1.58 1.68 3/181 20143
/proc/meminfo: memFree=28362040/32872528 swapFree=447588/480292
[pid=20139] ppid=20136 vsize=1306180 CPUtime=12.69 cores=0,2,4,6
/proc/20139/stat : 20139 (toysat) R 20136 20139 16080 0 -1 4202496 267423 0 0 0 1231 38 0 0 20 0 4 0 12108015 1337528320 268263 33554432000 4194304 16246674 140736966986560 140736966969560 6024488 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20139/statm: 326545 268263 788 2943 0 323439 0
[pid=20139/tid=20140] ppid=20136 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/20139/task/20140/stat : 20140 (toysat) S 20136 20139 16080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12108015 1337528320 268263 33554432000 4194304 16246674 140736966986560 140561078004976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20139/tid=20141] ppid=20136 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/20139/task/20141/stat : 20141 (toysat) S 20136 20139 16080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12108015 1337528320 268263 33554432000 4194304 16246674 140736966986560 140560992021744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=20139/tid=20142] ppid=20136 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/20139/task/20142/stat : 20142 (toysat) S 20136 20139 16080 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12108015 1337528320 268263 33554432000 4194304 16246674 140736966986560 140560981548208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1306180

[startup+25.5004 s]
/proc/loadavg: 1.71 1.60 1.68 3/181 20143
/proc/meminfo: memFree=28361984/32872528 swapFree=447588/480292
[pid=20139] ppid=20136 vsize=1306180 CPUtime=25.48 cores=0,2,4,6
/proc/20139/stat : 20139 (toysat) R 20136 20139 16080 0 -1 4202496 267457 0 0 0 2510 38 0 0 20 0 4 0 12108015 1337528320 268297 33554432000 4194304 16246674 140736966986560 140736966969560 5677884 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20139/statm: 326545 268297 790 2943 0 323439 0
[pid=20139/tid=20140] ppid=20136 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/20139/task/20140/stat : 20140 (toysat) S 20136 20139 16080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12108015 1337528320 268297 33554432000 4194304 16246674 140736966986560 140561078004976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20139/tid=20141] ppid=20136 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/20139/task/20141/stat : 20141 (toysat) S 20136 20139 16080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12108015 1337528320 268297 33554432000 4194304 16246674 140736966986560 140560992021744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=20139/tid=20142] ppid=20136 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/20139/task/20142/stat : 20142 (toysat) S 20136 20139 16080 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12108015 1337528320 268297 33554432000 4194304 16246674 140736966986560 140560981548208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1306180

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

[startup+25.6004 s]
/proc/loadavg: 1.71 1.60 1.68 3/181 20143
/proc/meminfo: memFree=28361984/32872528 swapFree=447588/480292
[pid=20139] ppid=20136 vsize=1306180 CPUtime=25.58 cores=0,2,4,6
/proc/20139/stat : 20139 (toysat) R 20136 20139 16080 0 -1 4202496 267457 0 0 0 2520 38 0 0 20 0 4 0 12108015 1337528320 268297 33554432000 4194304 16246674 140736966986560 140736966969560 5828921 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20139/statm: 326545 268297 790 2943 0 323439 0
[pid=20139/tid=20140] ppid=20136 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/20139/task/20140/stat : 20140 (toysat) S 20136 20139 16080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12108015 1337528320 268297 33554432000 4194304 16246674 140736966986560 140561078004976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20139/tid=20141] ppid=20136 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/20139/task/20141/stat : 20141 (toysat) S 20136 20139 16080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12108015 1337528320 268297 33554432000 4194304 16246674 140736966986560 140560992021744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=20139/tid=20142] ppid=20136 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/20139/task/20142/stat : 20142 (toysat) S 20136 20139 16080 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12108015 1337528320 268297 33554432000 4194304 16246674 140736966986560 140560981548208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.58
Current children cumulated vsize (KiB) 1306180

[startup+32.0069 s]
/proc/loadavg: 1.74 1.61 1.69 3/181 20143
/proc/meminfo: memFree=28362108/32872528 swapFree=447588/480292
[pid=20139] ppid=20136 vsize=1306180 CPUtime=31.99 cores=0,2,4,6
/proc/20139/stat : 20139 (toysat) R 20136 20139 16080 0 -1 4202496 267457 0 0 0 3161 38 0 0 20 0 4 0 12108015 1337528320 268297 33554432000 4194304 16246674 140736966986560 140736966969560 5546219 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20139/statm: 326545 268297 790 2943 0 323439 0
[pid=20139/tid=20140] ppid=20136 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/20139/task/20140/stat : 20140 (toysat) S 20136 20139 16080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12108015 1337528320 268297 33554432000 4194304 16246674 140736966986560 140561078004976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20139/tid=20141] ppid=20136 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/20139/task/20141/stat : 20141 (toysat) S 20136 20139 16080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12108015 1337528320 268297 33554432000 4194304 16246674 140736966986560 140560992021744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=20139/tid=20142] ppid=20136 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/20139/task/20142/stat : 20142 (toysat) S 20136 20139 16080 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12108015 1337528320 268297 33554432000 4194304 16246674 140736966986560 140560981548208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 31.99
Current children cumulated vsize (KiB) 1306180

[startup+35.2004 s]
/proc/loadavg: 1.76 1.62 1.69 3/181 20143
/proc/meminfo: memFree=28362220/32872528 swapFree=447588/480292
[pid=20139] ppid=20136 vsize=1306180 CPUtime=35.18 cores=0,2,4,6
/proc/20139/stat : 20139 (toysat) R 20136 20139 16080 0 -1 4202496 267457 0 0 0 3480 38 0 0 20 0 4 0 12108015 1337528320 268297 33554432000 4194304 16246674 140736966986560 140736966969560 5672209 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20139/statm: 326545 268297 790 2943 0 323439 0
[pid=20139/tid=20140] ppid=20136 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/20139/task/20140/stat : 20140 (toysat) S 20136 20139 16080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12108015 1337528320 268297 33554432000 4194304 16246674 140736966986560 140561078004976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20139/tid=20141] ppid=20136 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/20139/task/20141/stat : 20141 (toysat) S 20136 20139 16080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12108015 1337528320 268297 33554432000 4194304 16246674 140736966986560 140560992021744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=20139/tid=20142] ppid=20136 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/20139/task/20142/stat : 20142 (toysat) S 20136 20139 16080 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12108015 1337528320 268297 33554432000 4194304 16246674 140736966986560 140560981548208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 35.18
Current children cumulated vsize (KiB) 1306180

[startup+36.8004 s]
/proc/loadavg: 1.76 1.62 1.69 3/181 20143
/proc/meminfo: memFree=28362220/32872528 swapFree=447588/480292
[pid=20139] ppid=20136 vsize=1306180 CPUtime=36.78 cores=0,2,4,6
/proc/20139/stat : 20139 (toysat) R 20136 20139 16080 0 -1 4202496 267457 0 0 0 3640 38 0 0 20 0 4 0 12108015 1337528320 268297 33554432000 4194304 16246674 140736966986560 140736966969560 6011693 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20139/statm: 326545 268297 790 2943 0 323439 0
[pid=20139/tid=20140] ppid=20136 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/20139/task/20140/stat : 20140 (toysat) S 20136 20139 16080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12108015 1337528320 268297 33554432000 4194304 16246674 140736966986560 140561078004976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20139/tid=20141] ppid=20136 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/20139/task/20141/stat : 20141 (toysat) S 20136 20139 16080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12108015 1337528320 268297 33554432000 4194304 16246674 140736966986560 140560992021744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=20139/tid=20142] ppid=20136 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/20139/task/20142/stat : 20142 (toysat) S 20136 20139 16080 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12108015 1337528320 268297 33554432000 4194304 16246674 140736966986560 140560981548208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 36.78
Current children cumulated vsize (KiB) 1306180

[startup+37.6004 s]
/proc/loadavg: 1.76 1.62 1.69 3/181 20143
/proc/meminfo: memFree=28361972/32872528 swapFree=447588/480292
[pid=20139] ppid=20136 vsize=1306180 CPUtime=37.58 cores=0,2,4,6
/proc/20139/stat : 20139 (toysat) R 20136 20139 16080 0 -1 4202496 267457 0 0 0 3720 38 0 0 20 0 4 0 12108015 1337528320 268297 33554432000 4194304 16246674 140736966986560 140736966969560 5723952 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20139/statm: 326545 268297 790 2943 0 323439 0
[pid=20139/tid=20140] ppid=20136 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/20139/task/20140/stat : 20140 (toysat) S 20136 20139 16080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12108015 1337528320 268297 33554432000 4194304 16246674 140736966986560 140561078004976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20139/tid=20141] ppid=20136 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/20139/task/20141/stat : 20141 (toysat) S 20136 20139 16080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12108015 1337528320 268297 33554432000 4194304 16246674 140736966986560 140560992021744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=20139/tid=20142] ppid=20136 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/20139/task/20142/stat : 20142 (toysat) S 20136 20139 16080 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12108015 1337528320 268297 33554432000 4194304 16246674 140736966986560 140560981548208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 37.58
Current children cumulated vsize (KiB) 1306180

[startup+38.4004 s]
/proc/loadavg: 1.76 1.62 1.69 3/181 20143
/proc/meminfo: memFree=28361972/32872528 swapFree=447588/480292
[pid=20139] ppid=20136 vsize=1306180 CPUtime=38.38 cores=0,2,4,6
/proc/20139/stat : 20139 (toysat) R 20136 20139 16080 0 -1 4202496 267457 0 0 0 3800 38 0 0 20 0 4 0 12108015 1337528320 268297 33554432000 4194304 16246674 140736966986560 140736966969560 5823182 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20139/statm: 326545 268297 790 2943 0 323439 0
[pid=20139/tid=20140] ppid=20136 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/20139/task/20140/stat : 20140 (toysat) S 20136 20139 16080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12108015 1337528320 268297 33554432000 4194304 16246674 140736966986560 140561078004976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=20139/tid=20141] ppid=20136 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/20139/task/20141/stat : 20141 (toysat) S 20136 20139 16080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12108015 1337528320 268297 33554432000 4194304 16246674 140736966986560 140560992021744 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=20139/tid=20142] ppid=20136 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/20139/task/20142/stat : 20142 (toysat) S 20136 20139 16080 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12108015 1337528320 268297 33554432000 4194304 16246674 140736966986560 140560981548208 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 38.38
Current children cumulated vsize (KiB) 1306180

[startup+38.6069 s]
/proc/loadavg: 1.76 1.62 1.69 3/181 20143
/proc/meminfo: memFree=28362096/32872528 swapFree=447588/480292
[pid=20139] ppid=20136 vsize=0 CPUtime=38.59 cores=0,2,4,6
/proc/20139/stat : 20139 (toysat) R 20136 20139 16080 0 -1 4202500 267462 0 0 0 3817 42 0 0 20 0 1 0 12108015 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20139/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 38.59
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 38.6287
CPU time (s): 38.6201
CPU user time (s): 38.1732
CPU system time (s): 0.446932
CPU usage (%): 99.9778
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 38.1732
system time used= 0.446932
maximum resident set size= 1073200
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267462
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= 22
involuntary context switches= 42

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.090986 second user time and 0.134979 second system time

The end

Launcher Data

Begin job on node104 at 2016-06-30 20:07:22
IDJOB=4120130
IDBENCH=109713
IDSOLVER=2542
FILE ID=node104/4120130-1467310042
RUNJOBID= node104-1467310023-19959
PBS_JOBID= 20005270
Free space on /tmp= 71704 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n74-d3-i1-r1.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-4120130-1467310042/watcher-4120130-1467310042 -o /tmp/evaluation-result-4120130-1467310042/solver-4120130-1467310042 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1467310023-19959 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4120130-1467310042.opb

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

MD5SUM BENCH= 1ace7be25380943fafcd66795751e6e8
RANDOM SEED=2114646782

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.334
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:        29435164 kB
Buffers:          192320 kB
Cached:           934640 kB
SwapCached:            0 kB
Active:          1423676 kB
Inactive:         790152 kB
Active(anon):    1089420 kB
Inactive(anon):        0 kB
Active(file):     334256 kB
Inactive(file):   790152 kB
Unevictable:      480292 kB
Mlocked:          447588 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             33292 kB
Writeback:             0 kB
AnonPages:       1566776 kB
Mapped:            16380 kB
Shmem:               204 kB
Slab:             610776 kB
SReclaimable:      54956 kB
SUnreclaim:       555820 kB
KernelStack:        1504 kB
PageTables:         6664 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1689828 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     38912 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= 71688 MiB
End job on node104 at 2016-06-30 20:08:01