Trace number 4099620

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 61.8236 61.8452

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-cache.inv12.ucl.opb
MD5SUMbdfd22b57887b70e5df6236004ca174a
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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.60976
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables25800
Total number of constraints76699
Number of constraints which are clauses76319
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints380
Minimum length of a constraint1
Maximum length of a constraint9
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 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 62
Number of bits of the biggest sum of numbers6
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-18T01:29:06+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-4099620-1466206146.opb"]
0.00/0.01	c use --random-gen="1220666001 1551572628 3964056779 3939178883 2863675574 738475826 992223859 3267493795 274304032 3364092275 1459514724 3026002356 3406246026 981632260 1421513985 1731149 3958688434 3671537667 1676116418 1274756866 3174818102 1370605506 3093025144 402149216 2656606528 2212351549 4233628214 3655150574 1772065006 420689726 1964039171 3886331001 193198595 3512832627 110303381 910553070 3787871975 502182292 452287199 1038176528 2519432846 2707916280 179347107 2576711710 1723270152 3813388537 328645507 2076867143 1346724160 419255705 2468777231 2937850131 3984816633 1185031998 2855233675 3531916708 657171432 3518592033 3558271439 3981631713 4177383972 4207531132 1641683503 599745144 1980003047 1213050558 1784961443 1916510696 2773896086 1161876255 2628228703 2468547701 2371413817 109437069 1601935661 4290295222 433002849 1413465791 1199037238 2456938609 306749531 1623901900 62227658 2649334696 3752964023 693591419 3511921422 1219491727 3752588854 2725733994 2532046579 890982785 1790210448 3141616423 2789838121 1872544940 1618414988 2481748009 1976163305 1119080131 2905998721 3135473517 375627574 1602624003 2787637619 2396836319 2892244039 1718279358 3689419559 3155853039 3526814667 622743297 2223808245 2841998141 2928175255 138179591 1307507945 2851165041 133122677 4203417625 2762337289 2079634559 3878870794 631370030 41741337 2613142351 2862789639 1228258159 3326484121 4147851141 3911175747 2543586196 831675284 3912291508 3850594478 1587757224 1737779351 3424839786 1967617071 323023188 2894871514 3584762617 2730668228 3834001757 3669851402 2262518034 3626894079 3506409928 633031822 3190142094 773751144 4148776103 1590982025 1723217073 3249688378 163259530 897880548 710253560 21949770 2443244091 1691968652 3418966109 77037298 3681328175 331427367 959496808 1764554182 2641972692 156821280 2576731043 159682884 3645210608 699037043 1685361819 2417498048 1536561731 3409516450 3248577064 1139459642 1862778316 3533922418 807602887 3056441524 3336304230 1119195696 2993722446 2359890673 2360821475 1708090909 964642394 3012339594 2327687778 2504413088 2659233420 1003805913 2775111530 2752397592 885455759 943125311 1498022149 3402585592 2686160621 1316968119 1549885748 3181339963 705014857 3162854637 3737120870 584238058 465946464 4151406509 596985126 2613329683 927198757 2293497448 3222874141 1490526315 2788277268 1700719924 3278739205 1134779799 946399258 2251839594 3431285996 2044885022 3380579986 2619150633 4188558908 2649439517 696336415 3895864463 1837446679 1657934235 3233115471 1420215409 1009843968 912431191 204313733 4287461976 1359072882 3603299547 2313333173 2394139435 470687391 4181170006 3588326043 2398106278 3969401900 847989270 3642132511 3058331026 3405138171 1821359995 967953941 1745036440 3176925912 255 362436" option to reproduce the execution
0.39/0.44	c #vars 25800
0.39/0.44	c #constraints 76699
1.38/1.40	c Solving starts ...
1.38/1.40	c ============================[ Search Statistics ]============================
1.38/1.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.38/1.40	c       |         |          |          |    Limit     GC | Var      | Constra 
1.38/1.40	c =============================================================================
1.38/1.40	c  0.0s |       0 |        0 |        0 |    34166      0 |       56 |        0
1.78/1.88	c  0.5s |       1 |      481 |      100 |    34166      0 |       59 |      147
3.19/3.21	c  1.8s |       2 |      879 |      250 |    37583      0 |       59 |      147
4.78/4.83	c  3.4s |       3 |     1372 |      475 |    41342      0 |       59 |      147
7.98/8.05	c  6.7s |       3 |     1883 |      775 |    45477      0 |      322 |     1873
8.28/8.30	c  6.9s |       4 |     1938 |      813 |    45477      0 |      322 |     1873
10.78/10.82	c  9.4s |       4 |     2235 |     1013 |    50025      0 |      322 |     1873
13.19/13.28	c 11.9s |       4 |     2489 |     1213 |    50025      0 |      322 |     1873
14.18/14.29	c 12.9s |       5 |     2616 |     1320 |    50025      0 |      322 |     1873
16.49/16.54	c 15.1s |       5 |     2905 |     1520 |    55028      0 |      322 |     1873
18.88/19.00	c 17.6s |       5 |     3152 |     1720 |    55028      0 |      322 |     1873
22.28/22.33	c 20.9s |       5 |     3545 |     2020 |    55028      0 |      322 |     1873
23.09/23.14	c 21.7s |       6 |     3623 |     2081 |    60531      0 |      322 |     1873
25.98/26.05	c 24.7s |       6 |     4022 |     2381 |    60531      0 |      322 |     1873
28.18/28.23	c 26.8s |       6 |     4305 |     2581 |    60531      0 |      322 |     1873
31.08/31.14	c 29.7s |       6 |     4561 |     2781 |    60531      0 |      322 |     1873
34.19/34.21	c 32.8s |       6 |     4800 |     2981 |    60531      0 |      323 |     1873
35.48/35.50	c 34.1s |       7 |     5151 |     3223 |    66585      0 |      323 |     1873
38.08/38.18	c 36.8s |       7 |     5462 |     3423 |    66585      0 |      323 |     1873
40.38/40.48	c 39.1s |       7 |     5712 |     3623 |    66585      0 |      323 |     1873
42.58/42.60	c 41.2s |       7 |     5987 |     3823 |    66585      0 |      323 |     1873
44.68/44.70	c 43.3s |       7 |     6240 |     4023 |    66585      0 |      323 |     1873
47.18/47.29	c 45.9s |       7 |     6465 |     4223 |    66585      0 |      323 |     1873
49.68/49.70	c 48.3s |       7 |     6823 |     4523 |    66585      0 |      323 |     1873
52.58/52.66	c 51.3s |       7 |     7193 |     4823 |    66585      0 |      323 |     1873
53.78/53.81	c 52.4s |       8 |     7335 |     4936 |    73244      0 |      323 |     1873
57.28/57.37	c 56.0s |       8 |     7598 |     5136 |    73244      0 |      323 |     1873
60.28/60.34	c 58.9s |       8 |     7973 |     5436 |    73244      0 |      324 |     1873
61.68/61.78	c 60.4s |       8 |     8122 |     5553 |    73244      0 |    20422 |    56467
61.68/61.78	c #cpu_time = 60.226s
61.68/61.78	c #wall_clock_time = 60.381s
61.68/61.78	c #decision = 8122
61.68/61.78	c #random_decision = 17
61.68/61.78	c #conflict = 5553
61.68/61.78	c #restart = 8
61.68/61.78	s UNSATISFIABLE
61.68/61.78	c total CPU time = 61.622s
61.68/61.78	c total wall clock time = 61.781s

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

pid=1483
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: 1.07 0.45 0.27 2/179 1486
/proc/meminfo: memFree=29994856/32872528 swapFree=17888/1798212
[pid=1486] ppid=1483 vsize=639420 CPUtime=0 cores=1,3,5,7
/proc/1486/stat : 1486 (toysat) R 1483 1486 579 0 -1 4202496 2369 0 0 0 0 0 0 0 20 0 4 0 22661769 654766080 2730 33554432000 4194304 16246674 140733893905456 140733893904880 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1486/statm: 160623 2739 441 2943 0 157517 0
[pid=1486/tid=1487] ppid=1483 vsize=829884 CPUtime=0 cores=1,3,5,7
/proc/1486/task/1487/stat : 1487 (toysat) S 1483 1486 579 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22661770 849801216 3472 33554432000 4194304 16246674 140733893905456 139784828726512 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1486/tid=1488] ppid=1483 vsize=835004 CPUtime=0 cores=1,3,5,7
/proc/1486/task/1488/stat : 1488 (toysat) S 1483 1486 579 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 22661770 855044096 3495 33554432000 4194304 16246674 140733893905456 139784743791856 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1486/tid=1489] ppid=1483 vsize=840124 CPUtime=0 cores=1,3,5,7
/proc/1486/task/1489/stat : 1489 (toysat) S 1483 1486 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 22661770 860286976 3514 33554432000 4194304 16246674 140733893905456 139784733318320 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100156 s]
/proc/loadavg: 1.07 0.45 0.27 2/179 1486
/proc/meminfo: memFree=29994856/32872528 swapFree=17888/1798212
[pid=1486] ppid=1483 vsize=1221188 CPUtime=0.09 cores=1,3,5,7
/proc/1486/stat : 1486 (toysat) R 1483 1486 579 0 -1 4202496 27849 0 0 0 5 4 0 0 20 0 4 0 22661769 1250496512 28148 33554432000 4194304 16246674 140733893905456 140733893904768 4221016 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1486/statm: 305297 28154 801 2943 0 302191 0
[pid=1486/tid=1487] ppid=1483 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/1486/task/1487/stat : 1487 (toysat) S 1483 1486 579 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22661770 1250496512 28158 33554432000 4194304 16246674 140733893905456 139784828726512 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1486/tid=1488] ppid=1483 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/1486/task/1488/stat : 1488 (toysat) S 1483 1486 579 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 22661770 1250496512 28162 33554432000 4194304 16246674 140733893905456 139784743791856 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1486/tid=1489] ppid=1483 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/1486/task/1489/stat : 1489 (toysat) S 1483 1486 579 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 22661770 1250496512 28167 33554432000 4194304 16246674 140733893905456 139784733318320 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1221188

[startup+0.200569 s]
/proc/loadavg: 1.07 0.45 0.27 2/179 1486
/proc/meminfo: memFree=29994856/32872528 swapFree=17888/1798212
[pid=1486] ppid=1483 vsize=1313348 CPUtime=0.19 cores=1,3,5,7
/proc/1486/stat : 1486 (toysat) R 1483 1486 579 0 -1 4202496 50478 0 0 0 12 7 0 0 20 0 4 0 22661769 1344868352 51288 33554432000 4194304 16246674 140733893905456 140733893904768 7440060 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1486/statm: 328337 51288 801 2943 0 325231 0
[pid=1486/tid=1487] ppid=1483 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/1486/task/1487/stat : 1487 (toysat) S 1483 1486 579 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22661770 1344868352 51288 33554432000 4194304 16246674 140733893905456 139784828726512 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1486/tid=1488] ppid=1483 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/1486/task/1488/stat : 1488 (toysat) S 1483 1486 579 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 22661770 1344868352 51288 33554432000 4194304 16246674 140733893905456 139784743791856 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1486/tid=1489] ppid=1483 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/1486/task/1489/stat : 1489 (toysat) S 1483 1486 579 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 22661770 1344868352 51288 33554432000 4194304 16246674 140733893905456 139784733318320 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) 1313348

[startup+0.300481 s]
/proc/loadavg: 1.07 0.45 0.27 2/179 1486
/proc/meminfo: memFree=29994856/32872528 swapFree=17888/1798212
[pid=1486] ppid=1483 vsize=1313348 CPUtime=0.29 cores=1,3,5,7
/proc/1486/stat : 1486 (toysat) R 1483 1486 579 0 -1 4202496 54180 0 0 0 21 8 0 0 20 0 4 0 22661769 1344868352 54990 33554432000 4194304 16246674 140733893905456 140733893904768 7372056 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1486/statm: 328337 54990 801 2943 0 325231 0
[pid=1486/tid=1487] ppid=1483 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/1486/task/1487/stat : 1487 (toysat) S 1483 1486 579 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22661770 1344868352 54990 33554432000 4194304 16246674 140733893905456 139784828726512 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1486/tid=1488] ppid=1483 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/1486/task/1488/stat : 1488 (toysat) S 1483 1486 579 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 22661770 1344868352 54990 33554432000 4194304 16246674 140733893905456 139784743791856 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1486/tid=1489] ppid=1483 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/1486/task/1489/stat : 1489 (toysat) S 1483 1486 579 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 22661770 1344868352 54990 33554432000 4194304 16246674 140733893905456 139784733318320 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) 1313348

[startup+0.700426 s]
/proc/loadavg: 1.07 0.45 0.27 2/179 1486
/proc/meminfo: memFree=29994856/32872528 swapFree=17888/1798212
[pid=1486] ppid=1483 vsize=1313348 CPUtime=0.68 cores=1,3,5,7
/proc/1486/stat : 1486 (toysat) R 1483 1486 579 0 -1 4202496 76793 0 0 0 58 10 0 0 20 0 4 0 22661769 1344868352 77603 33554432000 4194304 16246674 140733893905456 140733893904768 5516309 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1486/statm: 328337 77613 833 2943 0 325231 0
[pid=1486/tid=1487] ppid=1483 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/1486/task/1487/stat : 1487 (toysat) S 1483 1486 579 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22661770 1344868352 77618 33554432000 4194304 16246674 140733893905456 139784828726512 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1486/tid=1488] ppid=1483 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/1486/task/1488/stat : 1488 (toysat) S 1483 1486 579 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 22661770 1344868352 77623 33554432000 4194304 16246674 140733893905456 139784743791856 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1486/tid=1489] ppid=1483 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/1486/task/1489/stat : 1489 (toysat) S 1483 1486 579 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 22661770 1344868352 77629 33554432000 4194304 16246674 140733893905456 139784733318320 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1313348

[startup+1.50041 s]
/proc/loadavg: 1.07 0.45 0.27 3/183 1490
/proc/meminfo: memFree=28746256/32872528 swapFree=17888/1798212
[pid=1486] ppid=1483 vsize=1313348 CPUtime=1.49 cores=1,3,5,7
/proc/1486/stat : 1486 (toysat) R 1483 1486 579 0 -1 4202496 218446 0 0 0 116 33 0 0 20 0 4 0 22661769 1344868352 219256 33554432000 4194304 16246674 140733893905456 140733893887360 5531437 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1486/statm: 328337 219263 883 2943 0 325231 0
[pid=1486/tid=1487] ppid=1483 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/1486/task/1487/stat : 1487 (toysat) S 1483 1486 579 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22661770 1344868352 219267 33554432000 4194304 16246674 140733893905456 139784828726512 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1486/tid=1488] ppid=1483 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/1486/task/1488/stat : 1488 (toysat) S 1483 1486 579 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 22661770 1344868352 219271 33554432000 4194304 16246674 140733893905456 139784743791856 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1486/tid=1489] ppid=1483 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/1486/task/1489/stat : 1489 (toysat) S 1483 1486 579 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 22661770 1344868352 219275 33554432000 4194304 16246674 140733893905456 139784733318320 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) 1313348

[startup+3.10041 s]
/proc/loadavg: 1.07 0.45 0.27 3/183 1490
/proc/meminfo: memFree=27990840/32872528 swapFree=17888/1798212
[pid=1486] ppid=1483 vsize=1357380 CPUtime=3.09 cores=1,3,5,7
/proc/1486/stat : 1486 (toysat) R 1483 1486 579 0 -1 4202496 279810 0 0 0 268 41 0 0 20 0 4 0 22661769 1389957120 280620 33554432000 4194304 16246674 140733893905456 140733893887360 5823262 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1486/statm: 339345 280620 886 2943 0 336239 0
[pid=1486/tid=1487] ppid=1483 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/1486/task/1487/stat : 1487 (toysat) S 1483 1486 579 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22661770 1389957120 280620 33554432000 4194304 16246674 140733893905456 139784828726512 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1486/tid=1488] ppid=1483 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/1486/task/1488/stat : 1488 (toysat) S 1483 1486 579 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 22661770 1389957120 280620 33554432000 4194304 16246674 140733893905456 139784743791856 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1486/tid=1489] ppid=1483 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/1486/task/1489/stat : 1489 (toysat) S 1483 1486 579 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 22661770 1389957120 280620 33554432000 4194304 16246674 140733893905456 139784733318320 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) 1357380

[startup+6.30044 s]
/proc/loadavg: 1.22 0.50 0.28 3/183 1490
/proc/meminfo: memFree=27989844/32872528 swapFree=17888/1798212
[pid=1486] ppid=1483 vsize=1357380 CPUtime=6.28 cores=1,3,5,7
/proc/1486/stat : 1486 (toysat) R 1483 1486 579 0 -1 4202496 280020 0 0 0 587 41 0 0 20 0 4 0 22661769 1389957120 280830 33554432000 4194304 16246674 140733893905456 140733893887360 5822432 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1486/statm: 339345 280830 890 2943 0 336239 0
[pid=1486/tid=1487] ppid=1483 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/1486/task/1487/stat : 1487 (toysat) S 1483 1486 579 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22661770 1389957120 280830 33554432000 4194304 16246674 140733893905456 139784828726512 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1486/tid=1488] ppid=1483 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/1486/task/1488/stat : 1488 (toysat) S 1483 1486 579 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 22661770 1389957120 280830 33554432000 4194304 16246674 140733893905456 139784743791856 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1486/tid=1489] ppid=1483 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/1486/task/1489/stat : 1489 (toysat) S 1483 1486 579 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 22661770 1389957120 280830 33554432000 4194304 16246674 140733893905456 139784733318320 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) 1357380

[startup+12.7004 s]
/proc/loadavg: 1.29 0.52 0.29 3/182 1490
/proc/meminfo: memFree=27990536/32872528 swapFree=17888/1798212
[pid=1486] ppid=1483 vsize=1357380 CPUtime=12.68 cores=1,3,5,7
/proc/1486/stat : 1486 (toysat) R 1483 1486 579 0 -1 4202496 280020 0 0 0 1227 41 0 0 20 0 4 0 22661769 1389957120 280830 33554432000 4194304 16246674 140733893905456 140733893887360 5677712 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1486/statm: 339345 280830 890 2943 0 336239 0
[pid=1486/tid=1487] ppid=1483 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/1486/task/1487/stat : 1487 (toysat) S 1483 1486 579 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22661770 1389957120 280830 33554432000 4194304 16246674 140733893905456 139784828726512 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1486/tid=1488] ppid=1483 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/1486/task/1488/stat : 1488 (toysat) S 1483 1486 579 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 22661770 1389957120 280830 33554432000 4194304 16246674 140733893905456 139784743791856 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1486/tid=1489] ppid=1483 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/1486/task/1489/stat : 1489 (toysat) S 1483 1486 579 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 22661770 1389957120 280830 33554432000 4194304 16246674 140733893905456 139784733318320 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1357380

[startup+25.5005 s]
/proc/loadavg: 1.52 0.61 0.32 3/183 1491
/proc/meminfo: memFree=27991176/32872528 swapFree=17888/1798212
[pid=1486] ppid=1483 vsize=1357380 CPUtime=25.48 cores=1,3,5,7
/proc/1486/stat : 1486 (toysat) R 1483 1486 579 0 -1 4202496 280020 0 0 0 2507 41 0 0 20 0 4 0 22661769 1389957120 280830 33554432000 4194304 16246674 140733893905456 140733893887360 5822484 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1486/statm: 339345 280830 890 2943 0 336239 0
[pid=1486/tid=1487] ppid=1483 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/1486/task/1487/stat : 1487 (toysat) S 1483 1486 579 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22661770 1389957120 280830 33554432000 4194304 16246674 140733893905456 139784828726512 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1486/tid=1488] ppid=1483 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/1486/task/1488/stat : 1488 (toysat) S 1483 1486 579 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 22661770 1389957120 280830 33554432000 4194304 16246674 140733893905456 139784743791856 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1486/tid=1489] ppid=1483 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/1486/task/1489/stat : 1489 (toysat) S 1483 1486 579 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 22661770 1389957120 280830 33554432000 4194304 16246674 140733893905456 139784733318320 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) 1357380

[startup+51.1005 s]
/proc/loadavg: 1.80 0.75 0.38 3/183 1491
/proc/meminfo: memFree=27991184/32872528 swapFree=17888/1798212
[pid=1486] ppid=1483 vsize=1357380 CPUtime=51.08 cores=1,3,5,7
/proc/1486/stat : 1486 (toysat) R 1483 1486 579 0 -1 4202496 280020 0 0 0 5067 41 0 0 20 0 4 0 22661769 1389957120 280830 33554432000 4194304 16246674 140733893905456 140733893887360 13820875 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1486/statm: 339345 280830 890 2943 0 336239 0
[pid=1486/tid=1487] ppid=1483 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/1486/task/1487/stat : 1487 (toysat) S 1483 1486 579 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22661770 1389957120 280830 33554432000 4194304 16246674 140733893905456 139784828726512 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1486/tid=1488] ppid=1483 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/1486/task/1488/stat : 1488 (toysat) S 1483 1486 579 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 22661770 1389957120 280830 33554432000 4194304 16246674 140733893905456 139784743791856 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1486/tid=1489] ppid=1483 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/1486/task/1489/stat : 1489 (toysat) S 1483 1486 579 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 22661770 1389957120 280830 33554432000 4194304 16246674 140733893905456 139784733318320 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) 1357380

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

[startup+51.2005 s]
/proc/loadavg: 1.80 0.75 0.38 3/183 1491
/proc/meminfo: memFree=27991184/32872528 swapFree=17888/1798212
[pid=1486] ppid=1483 vsize=1357380 CPUtime=51.18 cores=1,3,5,7
/proc/1486/stat : 1486 (toysat) R 1483 1486 579 0 -1 4202496 280020 0 0 0 5077 41 0 0 20 0 4 0 22661769 1389957120 280830 33554432000 4194304 16246674 140733893905456 140733893887360 13906983 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1486/statm: 339345 280830 890 2943 0 336239 0
[pid=1486/tid=1487] ppid=1483 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/1486/task/1487/stat : 1487 (toysat) S 1483 1486 579 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22661770 1389957120 280830 33554432000 4194304 16246674 140733893905456 139784828726512 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1486/tid=1488] ppid=1483 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/1486/task/1488/stat : 1488 (toysat) S 1483 1486 579 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 22661770 1389957120 280830 33554432000 4194304 16246674 140733893905456 139784743791856 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1486/tid=1489] ppid=1483 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/1486/task/1489/stat : 1489 (toysat) S 1483 1486 579 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 22661770 1389957120 280830 33554432000 4194304 16246674 140733893905456 139784733318320 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) 1357380

[startup+57.6004 s]
/proc/loadavg: 1.82 0.77 0.39 3/184 1494
/proc/meminfo: memFree=27990888/32872528 swapFree=17888/1798212
[pid=1486] ppid=1483 vsize=1357380 CPUtime=57.58 cores=1,3,5,7
/proc/1486/stat : 1486 (toysat) R 1483 1486 579 0 -1 4202496 280020 0 0 0 5717 41 0 0 20 0 4 0 22661769 1389957120 280830 33554432000 4194304 16246674 140733893905456 140733893887360 5822428 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1486/statm: 339345 280830 890 2943 0 336239 0
[pid=1486/tid=1487] ppid=1483 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/1486/task/1487/stat : 1487 (toysat) S 1483 1486 579 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22661770 1389957120 280830 33554432000 4194304 16246674 140733893905456 139784828726512 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1486/tid=1488] ppid=1483 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/1486/task/1488/stat : 1488 (toysat) S 1483 1486 579 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 22661770 1389957120 280830 33554432000 4194304 16246674 140733893905456 139784743791856 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1486/tid=1489] ppid=1483 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/1486/task/1489/stat : 1489 (toysat) S 1483 1486 579 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 22661770 1389957120 280830 33554432000 4194304 16246674 140733893905456 139784733318320 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 57.58
Current children cumulated vsize (KiB) 1357380

[startup+59.2004 s]
/proc/loadavg: 1.83 0.79 0.40 3/184 1494
/proc/meminfo: memFree=27991004/32872528 swapFree=17888/1798212
[pid=1486] ppid=1483 vsize=1357380 CPUtime=59.18 cores=1,3,5,7
/proc/1486/stat : 1486 (toysat) R 1483 1486 579 0 -1 4202496 280020 0 0 0 5877 41 0 0 20 0 4 0 22661769 1389957120 280830 33554432000 4194304 16246674 140733893905456 140733893887360 5827966 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1486/statm: 339345 280830 890 2943 0 336239 0
[pid=1486/tid=1487] ppid=1483 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/1486/task/1487/stat : 1487 (toysat) S 1483 1486 579 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22661770 1389957120 280830 33554432000 4194304 16246674 140733893905456 139784828726512 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1486/tid=1488] ppid=1483 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/1486/task/1488/stat : 1488 (toysat) S 1483 1486 579 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 22661770 1389957120 280830 33554432000 4194304 16246674 140733893905456 139784743791856 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1486/tid=1489] ppid=1483 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/1486/task/1489/stat : 1489 (toysat) S 1483 1486 579 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 22661770 1389957120 280830 33554432000 4194304 16246674 140733893905456 139784733318320 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 59.18
Current children cumulated vsize (KiB) 1357380

[startup+60.8004 s]
/proc/loadavg: 1.83 0.79 0.40 4/184 1495
/proc/meminfo: memFree=27990764/32872528 swapFree=17888/1798212
[pid=1486] ppid=1483 vsize=1357380 CPUtime=60.78 cores=1,3,5,7
/proc/1486/stat : 1486 (toysat) R 1483 1486 579 0 -1 4202496 280020 0 0 0 6037 41 0 0 20 0 4 0 22661769 1389957120 280830 33554432000 4194304 16246674 140733893905456 140733893887360 5662177 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1486/statm: 339345 280830 890 2943 0 336239 0
[pid=1486/tid=1487] ppid=1483 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/1486/task/1487/stat : 1487 (toysat) S 1483 1486 579 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22661770 1389957120 280830 33554432000 4194304 16246674 140733893905456 139784828726512 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1486/tid=1488] ppid=1483 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/1486/task/1488/stat : 1488 (toysat) S 1483 1486 579 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 22661770 1389957120 280830 33554432000 4194304 16246674 140733893905456 139784743791856 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1486/tid=1489] ppid=1483 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/1486/task/1489/stat : 1489 (toysat) S 1483 1486 579 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 22661770 1389957120 280830 33554432000 4194304 16246674 140733893905456 139784733318320 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 60.78
Current children cumulated vsize (KiB) 1357380

[startup+61.6004 s]
/proc/loadavg: 1.83 0.79 0.40 3/184 1495
/proc/meminfo: memFree=27990648/32872528 swapFree=17888/1798212
[pid=1486] ppid=1483 vsize=1357380 CPUtime=61.58 cores=1,3,5,7
/proc/1486/stat : 1486 (toysat) R 1483 1486 579 0 -1 4202496 280020 0 0 0 6117 41 0 0 20 0 4 0 22661769 1389957120 280830 33554432000 4194304 16246674 140733893905456 140733893887360 5531312 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1486/statm: 339345 280830 890 2943 0 336239 0
[pid=1486/tid=1487] ppid=1483 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/1486/task/1487/stat : 1487 (toysat) S 1483 1486 579 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 22661770 1389957120 280830 33554432000 4194304 16246674 140733893905456 139784828726512 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1486/tid=1488] ppid=1483 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/1486/task/1488/stat : 1488 (toysat) S 1483 1486 579 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 22661770 1389957120 280830 33554432000 4194304 16246674 140733893905456 139784743791856 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1486/tid=1489] ppid=1483 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/1486/task/1489/stat : 1489 (toysat) S 1483 1486 579 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 22661770 1389957120 280830 33554432000 4194304 16246674 140733893905456 139784733318320 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 61.58
Current children cumulated vsize (KiB) 1357380

[startup+61.8004 s]
/proc/loadavg: 1.83 0.79 0.40 3/184 1495
/proc/meminfo: memFree=27990648/32872528 swapFree=17888/1798212
[pid=1486] ppid=1483 vsize=0 CPUtime=61.78 cores=1,3,5,7
/proc/1486/stat : 1486 (toysat) Z 1483 1486 579 0 -1 4202508 280024 0 0 0 6135 43 0 0 20 0 2 0 22661769 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1486/statm: 0 0 0 0 0 0 0
[pid=1486/tid=1488] ppid=1483 vsize=0 CPUtime=0 cores=1,3,5,7
/proc/1486/task/1488/stat : 1488 (toysat) R 1483 1486 579 0 -1 4202564 7 0 0 0 0 0 0 0 20 0 2 0 22661770 0 0 33554432000 0 0 0 0 0 256 0 33554432 0 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 61.78
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 61.8452
CPU time (s): 61.8236
CPU user time (s): 61.3557
CPU system time (s): 0.467928
CPU usage (%): 99.9651
Max. virtual memory (cumulated for all children) (KiB): 1357380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 61.3557
system time used= 0.467928
maximum resident set size= 1123332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 280024
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23
involuntary context switches= 63

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.362944 second user time and 0.532918 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-18 01:29:06
IDJOB=4099620
IDBENCH=1453
IDSOLVER=2542
FILE ID=node123/4099620-1466206146
RUNJOBID= node123-1466206081-596
PBS_JOBID= 19918154
Free space on /tmp= 71616 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-cache.inv12.ucl.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099620-1466206146/watcher-4099620-1466206146 -o /tmp/evaluation-result-4099620-1466206146/solver-4099620-1466206146 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1466206081-596 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4099620-1466206146.opb

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

MD5SUM BENCH= bdfd22b57887b70e5df6236004ca174a
RANDOM SEED=1783703713

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.791
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:        29995788 kB
Buffers:           37364 kB
Cached:           101636 kB
SwapCached:         1640 kB
Active:           314644 kB
Inactive:          55556 kB
Active(anon):     232356 kB
Inactive(anon):     1100 kB
Active(file):      82288 kB
Inactive(file):    54456 kB
Unevictable:     1798212 kB
Mlocked:           17888 kB
SwapTotal:      67108856 kB
SwapFree:       67099272 kB
Dirty:             36892 kB
Writeback:             0 kB
AnonPages:       2026640 kB
Mapped:            10440 kB
Shmem:                 0 kB
Slab:             572780 kB
SReclaimable:      15604 kB
SUnreclaim:       557176 kB
KernelStack:        1448 kB
PageTables:         9956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3021956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1785856 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= 71600 MiB
End job on node123 at 2016-06-18 01:30:08