Trace number 4093174

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-02? (TO) 1800.29 1800.57

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/graphs/
normalized-graph11_wcsp.wbo
MD5SUM6246a3a3522110451ca95f5d2be44880
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmark
Best cost obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables12820
Total number of constraints1878918
Number of soft constraints1878578
Number of constraints which are clauses1878578
Number of constraints which are cardinality constraints (but not clauses)340
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint44
Top cost 824749
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 470565953
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 45
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-16T23:00:57+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","--wbo","--search=bcd2","HOME/instance-4093174-1466110855.wbo"]
0.00/0.01	c use --random-gen="3574421227 3264128523 3386156434 3135908009 3890464536 19062090 4246814138 2662359463 2961697870 284295181 4276449063 2437838554 1678632434 3166471743 1929069652 3592766215 2640457773 1401539406 2342686696 3664538113 2750693586 1323183631 3589982130 4199981726 956533865 78365925 2146600608 3327970808 527664190 4207771028 1396968922 397393805 3045538807 3624882303 471129860 1327934659 2639442165 3488502281 1336491009 3021365364 3622696378 984077639 571627892 2096687938 3216907126 1206644490 4059384254 344757680 151488272 3741403703 483358988 4072882986 2943314427 939152750 1868237231 1275125985 500981255 2550664662 317656008 1249709273 729197680 1745083774 1967550238 2630084043 3156279486 1505889522 3857740206 2041404759 128539426 2580623573 1585773639 1759595063 913986282 3244372447 3041948776 165611915 3362829171 3912357855 2189276952 1155438588 864738214 904915146 3984379520 1604891214 2000840266 2935081446 3726294369 792475941 2484586205 950507490 2509653582 1734182688 2630906011 3126058114 1091247125 3328973568 1299656231 3545448186 1529967469 1726006988 2878889824 2980602202 2889756168 827163212 1948898765 813262478 4145182886 833088338 14746744 97597176 4221523366 125013486 2246601667 2840440679 1102985406 1484217501 3015044582 130373009 3539301364 1113905628 1584245909 2301360174 3939355071 1574888948 1678035687 2623035273 430981099 2065111348 2301601439 2858368570 1691892940 4273951391 1106499861 2896350140 1626904911 2301760406 573693151 3158543894 4088463981 1632903976 1051024411 4173085487 1507539497 3684697717 4209490350 892444851 3732993579 1027170647 1176387153 2914739631 1706333235 624515383 349762346 4291322634 1325527286 1835055018 2161465193 3227509668 159243442 582633145 2459583231 2467822192 2728221718 4051843728 2210595083 1187411433 3877200853 2057207303 1397648438 606406553 3844243456 3497394260 1198888959 672152028 2376853318 4034871566 563222587 3919415863 4253033615 1115229257 924409447 1984063968 4218932149 3535777815 936999321 1521311293 289665618 1437212154 2345058283 346652281 3549114615 3206381409 511500613 1216675216 62153223 1024462961 2782290811 498052131 2048626042 4050678069 3118977684 1868680864 3158287497 2814782638 1000099301 1800453860 4007368716 1069871588 3020777823 3477276401 1122986521 278614515 1028917625 3371583552 3246240463 473406302 864295475 2794747189 3068604973 3566099260 83504083 3617105080 4178072942 2463942553 3414134358 4113344777 1094058064 1954342035 4242125709 2314278606 3008689484 1767570981 3526346157 3491891765 2391267614 601130 2586002768 2374560864 331355932 249100316 2928729673 2213347228 914686454 782317261 578690386 990948517 2310770821 240325576 2508234141 3985053317 3222877560 1335296825 3351228590 636006471 3108660042 1335742287 255 362436" option to reproduce the execution

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-4093174-1466110855/watcher-4093174-1466110855 -o /tmp/evaluation-result-4093174-1466110855/solver-4093174-1466110855 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466109037-20527 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093174-1466110855.wbo 

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

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


[startup+0 s]
/proc/loadavg: 2.13 2.18 2.10 3/182 21583
/proc/meminfo: memFree=29859232/32872528 swapFree=1504664/1684536
[pid=21583] ppid=21580 vsize=814660 CPUtime=0 cores=1,3,5,7
/proc/21583/stat : 21583 (toysat) R 21580 21583 19260 0 -1 4202496 3057 0 0 0 0 0 0 0 20 0 4 0 13131633 834211840 3418 33554432000 4194304 16246674 140737252583888 140737252583312 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21583/statm: 204433 3426 442 2943 0 201327 0
[pid=21583/tid=21584] ppid=21580 vsize=833092 CPUtime=0 cores=1,3,5,7
/proc/21583/task/21584/stat : 21584 (toysat) S 21580 21583 19260 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13131633 853086208 3490 33554432000 4194304 16246674 140737252583888 140582790868208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21583/tid=21585] ppid=21580 vsize=838212 CPUtime=0 cores=1,3,5,7
/proc/21583/task/21585/stat : 21585 (toysat) S 21580 21583 19260 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13131633 858329088 3506 33554432000 4194304 16246674 140737252583888 140582780378352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21583/tid=21586] ppid=21580 vsize=842308 CPUtime=0 cores=1,3,5,7
/proc/21583/task/21586/stat : 21586 (toysat) S 21580 21583 19260 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13131633 862523392 3524 33554432000 4194304 16246674 140737252583888 140582668201136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.10018 s]
/proc/loadavg: 2.13 2.18 2.10 3/182 21583
/proc/meminfo: memFree=29859232/32872528 swapFree=1504664/1684536
[pid=21583] ppid=21580 vsize=1221188 CPUtime=0.09 cores=1,3,5,7
/proc/21583/stat : 21583 (toysat) R 21580 21583 19260 0 -1 4202496 26349 0 0 0 5 4 0 0 20 0 4 0 13131633 1250496512 26649 33554432000 4194304 16246674 140737252583888 140737252583200 4221016 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21583/statm: 305297 26657 802 2943 0 302191 0
[pid=21583/tid=21584] ppid=21580 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/21583/task/21584/stat : 21584 (toysat) S 21580 21583 19260 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13131633 1250496512 26662 33554432000 4194304 16246674 140737252583888 140582790868208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21583/tid=21585] ppid=21580 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/21583/task/21585/stat : 21585 (toysat) S 21580 21583 19260 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13131633 1250496512 26667 33554432000 4194304 16246674 140737252583888 140582780378352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21583/tid=21586] ppid=21580 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/21583/task/21586/stat : 21586 (toysat) S 21580 21583 19260 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13131633 1250496512 26672 33554432000 4194304 16246674 140737252583888 140582668201136 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.200556 s]
/proc/loadavg: 2.13 2.18 2.10 3/182 21583
/proc/meminfo: memFree=29859232/32872528 swapFree=1504664/1684536
[pid=21583] ppid=21580 vsize=1312324 CPUtime=0.19 cores=1,3,5,7
/proc/21583/stat : 21583 (toysat) R 21580 21583 19260 0 -1 4202496 48570 0 0 0 12 7 0 0 20 0 4 0 13131633 1343819776 49381 33554432000 4194304 16246674 140737252583888 140737252583200 4221016 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21583/statm: 328081 49390 802 2943 0 324975 0
[pid=21583/tid=21584] ppid=21580 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/21583/task/21584/stat : 21584 (toysat) S 21580 21583 19260 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13131633 1343819776 49395 33554432000 4194304 16246674 140737252583888 140582790868208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21583/tid=21585] ppid=21580 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/21583/task/21585/stat : 21585 (toysat) S 21580 21583 19260 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13131633 1344868352 49401 33554432000 4194304 16246674 140737252583888 140582780378352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21583/tid=21586] ppid=21580 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/21583/task/21586/stat : 21586 (toysat) S 21580 21583 19260 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13131633 1344868352 49408 33554432000 4194304 16246674 140737252583888 140582668201136 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) 1312324

[startup+0.30051 s]
/proc/loadavg: 2.13 2.18 2.10 3/182 21583
/proc/meminfo: memFree=29859232/32872528 swapFree=1504664/1684536
[pid=21583] ppid=21580 vsize=1314372 CPUtime=0.29 cores=1,3,5,7
/proc/21583/stat : 21583 (toysat) R 21580 21583 19260 0 -1 4202496 58666 0 0 0 21 8 0 0 20 0 4 0 13131633 1345916928 59477 33554432000 4194304 16246674 140737252583888 140737252583200 7367584 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21583/statm: 328593 59477 802 2943 0 325487 0
[pid=21583/tid=21584] ppid=21580 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/21583/task/21584/stat : 21584 (toysat) S 21580 21583 19260 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13131633 1345916928 59477 33554432000 4194304 16246674 140737252583888 140582790868208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21583/tid=21585] ppid=21580 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/21583/task/21585/stat : 21585 (toysat) S 21580 21583 19260 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13131633 1345916928 59477 33554432000 4194304 16246674 140737252583888 140582780378352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21583/tid=21586] ppid=21580 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/21583/task/21586/stat : 21586 (toysat) S 21580 21583 19260 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13131633 1345916928 59477 33554432000 4194304 16246674 140737252583888 140582668201136 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) 1314372

[startup+0.700424 s]
/proc/loadavg: 2.13 2.18 2.10 3/182 21583
/proc/meminfo: memFree=29859232/32872528 swapFree=1504664/1684536
[pid=21583] ppid=21580 vsize=1314372 CPUtime=0.69 cores=1,3,5,7
/proc/21583/stat : 21583 (toysat) R 21580 21583 19260 0 -1 4202496 70659 0 0 0 59 10 0 0 20 0 4 0 13131633 1345916928 71470 33554432000 4194304 16246674 140737252583888 140737252566880 7375629 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21583/statm: 328593 71470 802 2943 0 325487 0
[pid=21583/tid=21584] ppid=21580 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/21583/task/21584/stat : 21584 (toysat) S 21580 21583 19260 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13131633 1345916928 71470 33554432000 4194304 16246674 140737252583888 140582790868208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21583/tid=21585] ppid=21580 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/21583/task/21585/stat : 21585 (toysat) S 21580 21583 19260 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13131633 1345916928 71470 33554432000 4194304 16246674 140737252583888 140582780378352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21583/tid=21586] ppid=21580 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/21583/task/21586/stat : 21586 (toysat) S 21580 21583 19260 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13131633 1345916928 71470 33554432000 4194304 16246674 140737252583888 140582668201136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1314372

[startup+1.50045 s]
/proc/loadavg: 2.13 2.18 2.10 3/186 21587
/proc/meminfo: memFree=29465132/32872528 swapFree=1504664/1684536
[pid=21583] ppid=21580 vsize=1314372 CPUtime=1.49 cores=1,3,5,7
/proc/21583/stat : 21583 (toysat) R 21580 21583 19260 0 -1 4202496 83170 0 0 0 137 12 0 0 20 0 4 0 13131633 1345916928 83981 33554432000 4194304 16246674 140737252583888 140737252566880 8058488 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21583/statm: 328593 83981 803 2943 0 325487 0
[pid=21583/tid=21584] ppid=21580 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/21583/task/21584/stat : 21584 (toysat) S 21580 21583 19260 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13131633 1345916928 83981 33554432000 4194304 16246674 140737252583888 140582790868208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21583/tid=21585] ppid=21580 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/21583/task/21585/stat : 21585 (toysat) S 21580 21583 19260 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13131633 1345916928 83981 33554432000 4194304 16246674 140737252583888 140582780378352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21583/tid=21586] ppid=21580 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/21583/task/21586/stat : 21586 (toysat) S 21580 21583 19260 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13131633 1345916928 83981 33554432000 4194304 16246674 140737252583888 140582668201136 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) 1314372

[startup+3.10044 s]
/proc/loadavg: 2.13 2.18 2.10 3/186 21587
/proc/meminfo: memFree=29162088/32872528 swapFree=1504664/1684536
[pid=21583] ppid=21580 vsize=1338948 CPUtime=3.08 cores=1,3,5,7
/proc/21583/stat : 21583 (toysat) R 21580 21583 19260 0 -1 4202496 139573 0 0 0 287 21 0 0 20 0 4 0 13131633 1371082752 144472 33554432000 4194304 16246674 140737252583888 140737252581696 14073329 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21583/statm: 334737 144472 803 2943 0 331631 0
[pid=21583/tid=21584] ppid=21580 vsize=1338948 CPUtime=0 cores=1,3,5,7
/proc/21583/task/21584/stat : 21584 (toysat) S 21580 21583 19260 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13131633 1371082752 144472 33554432000 4194304 16246674 140737252583888 140582790868208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21583/tid=21585] ppid=21580 vsize=1338948 CPUtime=0 cores=1,3,5,7
/proc/21583/task/21585/stat : 21585 (toysat) S 21580 21583 19260 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13131633 1371082752 144472 33554432000 4194304 16246674 140737252583888 140582780378352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21583/tid=21586] ppid=21580 vsize=1338948 CPUtime=0 cores=1,3,5,7
/proc/21583/task/21586/stat : 21586 (toysat) S 21580 21583 19260 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13131633 1371082752 144472 33554432000 4194304 16246674 140737252583888 140582668201136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1338948

[startup+6.30044 s]
/proc/loadavg: 2.20 2.20 2.10 3/186 21610
/proc/meminfo: memFree=28253500/32872528 swapFree=1504664/1684536
[pid=21583] ppid=21580 vsize=1388100 CPUtime=6.29 cores=1,3,5,7
/proc/21583/stat : 21583 (toysat) R 21580 21583 19260 0 -1 4202496 224863 0 0 0 592 37 0 0 20 0 4 0 13131633 1421414400 239982 33554432000 4194304 16246674 140737252583888 140737252566880 7361381 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21583/statm: 347025 239982 803 2943 0 343919 0
[pid=21583/tid=21584] ppid=21580 vsize=1388100 CPUtime=0 cores=1,3,5,7
/proc/21583/task/21584/stat : 21584 (toysat) S 21580 21583 19260 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13131633 1421414400 239982 33554432000 4194304 16246674 140737252583888 140582790868208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21583/tid=21585] ppid=21580 vsize=1388100 CPUtime=0 cores=1,3,5,7
/proc/21583/task/21585/stat : 21585 (toysat) S 21580 21583 19260 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13131633 1421414400 239982 33554432000 4194304 16246674 140737252583888 140582780378352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21583/tid=21586] ppid=21580 vsize=1388100 CPUtime=0 cores=1,3,5,7
/proc/21583/task/21586/stat : 21586 (toysat) S 21580 21583 19260 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13131633 1421414400 239982 33554432000 4194304 16246674 140737252583888 140582668201136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1388100

[startup+12.7004 s]
/proc/loadavg: 2.19 2.19 2.10 3/186 21610
/proc/meminfo: memFree=27719516/32872528 swapFree=1504664/1684536
[pid=21583] ppid=21580 vsize=1501764 CPUtime=12.69 cores=1,3,5,7
/proc/21583/stat : 21583 (toysat) R 21580 21583 19260 0 -1 4202496 297662 0 0 0 1212 57 0 0 20 0 4 0 13131633 1537806336 316869 33554432000 4194304 16246674 140737252583888 140737252565760 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21583/statm: 375441 316869 836 2943 0 372335 0
[pid=21583/tid=21584] ppid=21580 vsize=1501764 CPUtime=0 cores=1,3,5,7
/proc/21583/task/21584/stat : 21584 (toysat) S 21580 21583 19260 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13131633 1537806336 316869 33554432000 4194304 16246674 140737252583888 140582790868208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21583/tid=21585] ppid=21580 vsize=1501764 CPUtime=0 cores=1,3,5,7
/proc/21583/task/21585/stat : 21585 (toysat) S 21580 21583 19260 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13131633 1537806336 316869 33554432000 4194304 16246674 140737252583888 140582780378352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21583/tid=21586] ppid=21580 vsize=1501764 CPUtime=0 cores=1,3,5,7
/proc/21583/task/21586/stat : 21586 (toysat) S 21580 21583 19260 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13131633 1537806336 316869 33554432000 4194304 16246674 140737252583888 140582668201136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1501764

[startup+25.5005 s]
/proc/loadavg: 2.22 2.20 2.10 4/186 21610
/proc/meminfo: memFree=25144172/32872528 swapFree=1504664/1684536
[pid=21583] ppid=21580 vsize=3061316 CPUtime=25.49 cores=1,3,5,7
/proc/21583/stat : 21583 (toysat) R 21580 21583 19260 0 -1 4202496 687371 0 0 0 2408 141 0 0 20 0 4 0 13131633 3134787584 706578 33554432000 4194304 16246674 140737252583888 140737252582552 4221105 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21583/statm: 765329 706584 839 2943 0 762223 0
[pid=21583/tid=21584] ppid=21580 vsize=3061316 CPUtime=0 cores=1,3,5,7
/proc/21583/task/21584/stat : 21584 (toysat) S 21580 21583 19260 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13131633 3134787584 706588 33554432000 4194304 16246674 140737252583888 140582790868208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21583/tid=21585] ppid=21580 vsize=3061316 CPUtime=0 cores=1,3,5,7
/proc/21583/task/21585/stat : 21585 (toysat) S 21580 21583 19260 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13131633 3134787584 706593 33554432000 4194304 16246674 140737252583888 140582780378128 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21583/tid=21586] ppid=21580 vsize=3061316 CPUtime=0 cores=1,3,5,7
/proc/21583/task/21586/stat : 21586 (toysat) S 21580 21583 19260 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13131633 3134787584 706597 33554432000 4194304 16246674 140737252583888 140582668201136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 3061316

[startup+51.1005 s]
/proc/loadavg: 2.15 2.18 2.10 3/186 21610
/proc/meminfo: memFree=22228076/32872528 swapFree=1504664/1684536
[pid=21583] ppid=21580 vsize=5174852 CPUtime=51.08 cores=1,3,5,7
/proc/21583/stat : 21583 (toysat) R 21580 21583 19260 0 -1 4202496 1215948 0 0 0 4825 283 0 0 20 0 4 0 13131633 5299048448 1235155 33554432000 4194304 16246674 140737252583888 140737252582984 15015658 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21583/statm: 1293713 1235155 845 2943 0 1290607 0
[pid=21583/tid=21584] ppid=21580 vsize=5174852 CPUtime=0 cores=1,3,5,7
/proc/21583/task/21584/stat : 21584 (toysat) S 21580 21583 19260 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13131633 5299048448 1235155 33554432000 4194304 16246674 140737252583888 140582790868208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21583/tid=21585] ppid=21580 vsize=5174852 CPUtime=0 cores=1,3,5,7
/proc/21583/task/21585/stat : 21585 (toysat) S 21580 21583 19260 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13131633 5299048448 1235155 33554432000 4194304 16246674 140737252583888 140582780378352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21583/tid=21586] ppid=21580 vsize=5174852 CPUtime=0 cores=1,3,5,7
/proc/21583/task/21586/stat : 21586 (toysat) S 21580 21583 19260 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13131633 5299048448 1235155 33554432000 4194304 16246674 140737252583888 140582668201136 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) 5174852

[startup+102.301 s]
/proc/loadavg: 2.18 2.18 2.10 3/185 21612
/proc/meminfo: memFree=22227832/32872528 swapFree=1504664/1684536
[pid=21583] ppid=21580 vsize=5174852 CPUtime=102.28 cores=1,3,5,7
/proc/21583/stat : 21583 (toysat) R 21580 21583 19260 0 -1 4202496 1215948 0 0 0 9850 378 0 0 20 0 4 0 13131633 5299048448 1235155 33554432000 4194304 16246674 140737252583888 140737252565760 13774216 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21583/statm: 1293713 1235155 845 2943 0 1290607 0
[pid=21583/tid=21584] ppid=21580 vsize=5174852 CPUtime=0 cores=1,3,5,7
/proc/21583/task/21584/stat : 21584 (toysat) S 21580 21583 19260 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13131633 5299048448 1235155 33554432000 4194304 16246674 140737252583888 140582790868208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21583/tid=21585] ppid=21580 vsize=5174852 CPUtime=0 cores=1,3,5,7
/proc/21583/task/21585/stat : 21585 (toysat) S 21580 21583 19260 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13131633 5299048448 1235155 33554432000 4194304 16246674 140737252583888 140582780378352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21583/tid=21586] ppid=21580 vsize=5174852 CPUtime=0 cores=1,3,5,7
/proc/21583/task/21586/stat : 21586 (toysat) S 21580 21583 19260 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13131633 5299048448 1235155 33554432000 4194304 16246674 140737252583888 140582668201136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 5174852


################
# More data... #
################

[pid=21583] ppid=21580 vsize=5174852 CPUtime=1362.08 cores=1,3,5,7
/proc/21583/stat : 21583 (toysat) R 21580 21583 19260 0 -1 4202496 1215948 0 0 0 132399 3809 0 0 20 0 4 0 13131633 5299048448 1235155 33554432000 4194304 16246674 140737252583888 140737252583064 13807598 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21583/statm: 1293713 1235155 845 2943 0 1290607 0
[pid=21583/tid=21584] ppid=21580 vsize=5174852 CPUtime=0 cores=1,3,5,7
/proc/21583/task/21584/stat : 21584 (toysat) S 21580 21583 19260 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13131633 5299048448 1235155 33554432000 4194304 16246674 140737252583888 140582790868208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21583/tid=21585] ppid=21580 vsize=5174852 CPUtime=0 cores=1,3,5,7
/proc/21583/task/21585/stat : 21585 (toysat) S 21580 21583 19260 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13131633 5299048448 1235155 33554432000 4194304 16246674 140737252583888 140582780378352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21583/tid=21586] ppid=21580 vsize=5174852 CPUtime=0 cores=1,3,5,7
/proc/21583/task/21586/stat : 21586 (toysat) S 21580 21583 19260 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13131633 5299048448 1235155 33554432000 4194304 16246674 140737252583888 140582668201136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 5174852

[startup+1422.3 s]
/proc/loadavg: 2.35 2.26 2.19 4/185 21645
/proc/meminfo: memFree=22003672/32872528 swapFree=1504664/1684536
[pid=21583] ppid=21580 vsize=5174852 CPUtime=1422.08 cores=1,3,5,7
/proc/21583/stat : 21583 (toysat) R 21580 21583 19260 0 -1 4202496 1215948 0 0 0 138175 4033 0 0 20 0 4 0 13131633 5299048448 1235155 33554432000 4194304 16246674 140737252583888 140737252565760 13774229 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21583/statm: 1293713 1235155 845 2943 0 1290607 0
[pid=21583/tid=21584] ppid=21580 vsize=5174852 CPUtime=0 cores=1,3,5,7
/proc/21583/task/21584/stat : 21584 (toysat) S 21580 21583 19260 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13131633 5299048448 1235155 33554432000 4194304 16246674 140737252583888 140582790868208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21583/tid=21585] ppid=21580 vsize=5174852 CPUtime=0 cores=1,3,5,7
/proc/21583/task/21585/stat : 21585 (toysat) S 21580 21583 19260 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13131633 5299048448 1235155 33554432000 4194304 16246674 140737252583888 140582780378352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21583/tid=21586] ppid=21580 vsize=5174852 CPUtime=0 cores=1,3,5,7
/proc/21583/task/21586/stat : 21586 (toysat) S 21580 21583 19260 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13131633 5299048448 1235155 33554432000 4194304 16246674 140737252583888 140582668201136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 5174852

[startup+1482.3 s]
/proc/loadavg: 2.30 2.26 2.19 3/185 21646
/proc/meminfo: memFree=22003812/32872528 swapFree=1504664/1684536
[pid=21583] ppid=21580 vsize=5174852 CPUtime=1482.06 cores=1,3,5,7
/proc/21583/stat : 21583 (toysat) R 21580 21583 19260 0 -1 4202496 1215948 0 0 0 143869 4337 0 0 20 0 4 0 13131633 5299048448 1235155 33554432000 4194304 16246674 140737252583888 140737252565760 6132605 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21583/statm: 1293713 1235155 845 2943 0 1290607 0
[pid=21583/tid=21584] ppid=21580 vsize=5174852 CPUtime=0 cores=1,3,5,7
/proc/21583/task/21584/stat : 21584 (toysat) S 21580 21583 19260 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13131633 5299048448 1235155 33554432000 4194304 16246674 140737252583888 140582790868208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21583/tid=21585] ppid=21580 vsize=5174852 CPUtime=0 cores=1,3,5,7
/proc/21583/task/21585/stat : 21585 (toysat) S 21580 21583 19260 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13131633 5299048448 1235155 33554432000 4194304 16246674 140737252583888 140582780378352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21583/tid=21586] ppid=21580 vsize=5174852 CPUtime=0 cores=1,3,5,7
/proc/21583/task/21586/stat : 21586 (toysat) S 21580 21583 19260 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13131633 5299048448 1235155 33554432000 4194304 16246674 140737252583888 140582668201136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 5174852

[startup+1542.31 s]
/proc/loadavg: 2.27 2.25 2.19 3/185 21647
/proc/meminfo: memFree=22003920/32872528 swapFree=1504664/1684536
[pid=21583] ppid=21580 vsize=5174852 CPUtime=1542.07 cores=1,3,5,7
/proc/21583/stat : 21583 (toysat) R 21580 21583 19260 0 -1 4202496 1215948 0 0 0 149496 4711 0 0 20 0 4 0 13131633 5299048448 1235155 33554432000 4194304 16246674 140737252583888 140737252565760 13774216 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21583/statm: 1293713 1235155 845 2943 0 1290607 0
[pid=21583/tid=21584] ppid=21580 vsize=5174852 CPUtime=0 cores=1,3,5,7
/proc/21583/task/21584/stat : 21584 (toysat) S 21580 21583 19260 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13131633 5299048448 1235155 33554432000 4194304 16246674 140737252583888 140582790868208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21583/tid=21585] ppid=21580 vsize=5174852 CPUtime=0 cores=1,3,5,7
/proc/21583/task/21585/stat : 21585 (toysat) S 21580 21583 19260 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13131633 5299048448 1235155 33554432000 4194304 16246674 140737252583888 140582780378352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21583/tid=21586] ppid=21580 vsize=5174852 CPUtime=0 cores=1,3,5,7
/proc/21583/task/21586/stat : 21586 (toysat) S 21580 21583 19260 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13131633 5299048448 1235155 33554432000 4194304 16246674 140737252583888 140582668201136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1542.07
Current children cumulated vsize (KiB) 5174852

[startup+1602.3 s]
/proc/loadavg: 2.25 2.25 2.19 4/184 21648
/proc/meminfo: memFree=22003160/32872528 swapFree=1504664/1684536
[pid=21583] ppid=21580 vsize=5174852 CPUtime=1602.04 cores=1,3,5,7
/proc/21583/stat : 21583 (toysat) R 21580 21583 19260 0 -1 4202496 1215948 0 0 0 155321 4883 0 0 20 0 4 0 13131633 5299048448 1235155 33554432000 4194304 16246674 140737252583888 140737252565760 13774216 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21583/statm: 1293713 1235155 845 2943 0 1290607 0
[pid=21583/tid=21584] ppid=21580 vsize=5174852 CPUtime=0 cores=1,3,5,7
/proc/21583/task/21584/stat : 21584 (toysat) S 21580 21583 19260 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13131633 5299048448 1235155 33554432000 4194304 16246674 140737252583888 140582790868208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21583/tid=21585] ppid=21580 vsize=5174852 CPUtime=0 cores=1,3,5,7
/proc/21583/task/21585/stat : 21585 (toysat) S 21580 21583 19260 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13131633 5299048448 1235155 33554432000 4194304 16246674 140737252583888 140582780378352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21583/tid=21586] ppid=21580 vsize=5174852 CPUtime=0 cores=1,3,5,7
/proc/21583/task/21586/stat : 21586 (toysat) S 21580 21583 19260 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13131633 5299048448 1235155 33554432000 4194304 16246674 140737252583888 140582668201136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 5174852

[startup+1662.3 s]
/proc/loadavg: 2.26 2.25 2.19 3/185 21650
/proc/meminfo: memFree=22003560/32872528 swapFree=1504664/1684536
[pid=21583] ppid=21580 vsize=5174852 CPUtime=1662.03 cores=1,3,5,7
/proc/21583/stat : 21583 (toysat) R 21580 21583 19260 0 -1 4202496 1215948 0 0 0 161250 4953 0 0 20 0 4 0 13131633 5299048448 1235155 33554432000 4194304 16246674 140737252583888 140737252565760 13807435 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21583/statm: 1293713 1235155 845 2943 0 1290607 0
[pid=21583/tid=21584] ppid=21580 vsize=5174852 CPUtime=0 cores=1,3,5,7
/proc/21583/task/21584/stat : 21584 (toysat) S 21580 21583 19260 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13131633 5299048448 1235155 33554432000 4194304 16246674 140737252583888 140582790868208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21583/tid=21585] ppid=21580 vsize=5174852 CPUtime=0 cores=1,3,5,7
/proc/21583/task/21585/stat : 21585 (toysat) S 21580 21583 19260 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13131633 5299048448 1235155 33554432000 4194304 16246674 140737252583888 140582780378352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21583/tid=21586] ppid=21580 vsize=5174852 CPUtime=0 cores=1,3,5,7
/proc/21583/task/21586/stat : 21586 (toysat) S 21580 21583 19260 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13131633 5299048448 1235155 33554432000 4194304 16246674 140737252583888 140582668201136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 5174852

[startup+1722.3 s]
/proc/loadavg: 2.20 2.23 2.18 4/185 21651
/proc/meminfo: memFree=22003612/32872528 swapFree=1504664/1684536
[pid=21583] ppid=21580 vsize=5174852 CPUtime=1722.03 cores=1,3,5,7
/proc/21583/stat : 21583 (toysat) R 21580 21583 19260 0 -1 4202496 1215948 0 0 0 167176 5027 0 0 20 0 4 0 13131633 5299048448 1235155 33554432000 4194304 16246674 140737252583888 140737252565760 13774223 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21583/statm: 1293713 1235155 845 2943 0 1290607 0
[pid=21583/tid=21584] ppid=21580 vsize=5174852 CPUtime=0 cores=1,3,5,7
/proc/21583/task/21584/stat : 21584 (toysat) S 21580 21583 19260 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13131633 5299048448 1235155 33554432000 4194304 16246674 140737252583888 140582790868208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21583/tid=21585] ppid=21580 vsize=5174852 CPUtime=0 cores=1,3,5,7
/proc/21583/task/21585/stat : 21585 (toysat) S 21580 21583 19260 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13131633 5299048448 1235155 33554432000 4194304 16246674 140737252583888 140582780378352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21583/tid=21586] ppid=21580 vsize=5174852 CPUtime=0 cores=1,3,5,7
/proc/21583/task/21586/stat : 21586 (toysat) S 21580 21583 19260 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13131633 5299048448 1235155 33554432000 4194304 16246674 140737252583888 140582668201136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1722.03
Current children cumulated vsize (KiB) 5174852

[startup+1782.3 s]
/proc/loadavg: 2.26 2.25 2.19 4/186 21655
/proc/meminfo: memFree=22003120/32872528 swapFree=1504664/1684536
[pid=21583] ppid=21580 vsize=5174852 CPUtime=1782.02 cores=1,3,5,7
/proc/21583/stat : 21583 (toysat) R 21580 21583 19260 0 -1 4202496 1215948 0 0 0 173057 5145 0 0 20 0 4 0 13131633 5299048448 1235155 33554432000 4194304 16246674 140737252583888 140737252565760 13807601 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21583/statm: 1293713 1235155 845 2943 0 1290607 0
[pid=21583/tid=21584] ppid=21580 vsize=5174852 CPUtime=0 cores=1,3,5,7
/proc/21583/task/21584/stat : 21584 (toysat) S 21580 21583 19260 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13131633 5299048448 1235155 33554432000 4194304 16246674 140737252583888 140582790868208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21583/tid=21585] ppid=21580 vsize=5174852 CPUtime=0 cores=1,3,5,7
/proc/21583/task/21585/stat : 21585 (toysat) S 21580 21583 19260 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13131633 5299048448 1235155 33554432000 4194304 16246674 140737252583888 140582780378352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21583/tid=21586] ppid=21580 vsize=5174852 CPUtime=0 cores=1,3,5,7
/proc/21583/task/21586/stat : 21586 (toysat) S 21580 21583 19260 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13131633 5299048448 1235155 33554432000 4194304 16246674 140737252583888 140582668201136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 5174852



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.27 2.25 2.19 3/186 21655
/proc/meminfo: memFree=22003352/32872528 swapFree=1504664/1684536
[pid=21583] ppid=21580 vsize=5174852 CPUtime=1800.02 cores=1,3,5,7
/proc/21583/stat : 21583 (toysat) R 21580 21583 19260 0 -1 4202496 1215948 0 0 0 174835 5167 0 0 20 0 4 0 13131633 5299048448 1235155 33554432000 4194304 16246674 140737252583888 140737252565760 13807544 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21583/statm: 1293713 1235155 845 2943 0 1290607 0
[pid=21583/tid=21584] ppid=21580 vsize=5174852 CPUtime=0 cores=1,3,5,7
/proc/21583/task/21584/stat : 21584 (toysat) S 21580 21583 19260 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 13131633 5299048448 1235155 33554432000 4194304 16246674 140737252583888 140582790868208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=21583/tid=21585] ppid=21580 vsize=5174852 CPUtime=0 cores=1,3,5,7
/proc/21583/task/21585/stat : 21585 (toysat) S 21580 21583 19260 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13131633 5299048448 1235155 33554432000 4194304 16246674 140737252583888 140582780378352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=21583/tid=21586] ppid=21580 vsize=5174852 CPUtime=0 cores=1,3,5,7
/proc/21583/task/21586/stat : 21586 (toysat) S 21580 21583 19260 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13131633 5299048448 1235155 33554432000 4194304 16246674 140737252583888 140582668201136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 5174852

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800.4 s]
/proc/loadavg: 2.27 2.25 2.19 3/186 21655
/proc/meminfo: memFree=22003352/32872528 swapFree=1504664/1684536
[pid=21583] ppid=21580 vsize=0 CPUtime=1800.12 cores=1,3,5,7
/proc/21583/stat : 21583 (toysat) Z 21580 21583 19260 0 -1 4203532 1215948 0 0 0 174835 5177 0 0 20 0 2 0 13131633 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21583/statm: 0 0 0 0 0 0 0
[pid=21583/tid=21584] ppid=21580 vsize=0 CPUtime=0.08 cores=1,3,5,7
/proc/21583/task/21584/stat : 21584 (toysat) R 21580 21583 19260 0 -1 4203588 10 0 0 0 0 8 0 0 20 0 2 0 13131633 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 0

[startup+1800.5 s]
/proc/loadavg: 2.27 2.25 2.19 3/186 21655
/proc/meminfo: memFree=22003352/32872528 swapFree=1504664/1684536
[pid=21583] ppid=21580 vsize=0 CPUtime=1800.22 cores=1,3,5,7
/proc/21583/stat : 21583 (toysat) Z 21580 21583 19260 0 -1 4203532 1215948 0 0 0 174835 5187 0 0 20 0 2 0 13131633 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21583/statm: 0 0 0 0 0 0 0
[pid=21583/tid=21584] ppid=21580 vsize=0 CPUtime=0.18 cores=1,3,5,7
/proc/21583/task/21584/stat : 21584 (toysat) R 21580 21583 19260 0 -1 4203588 10 0 0 0 0 18 0 0 20 0 2 0 13131633 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.57
CPU time (s): 1800.29
CPU user time (s): 1748.35
CPU system time (s): 51.9371
CPU usage (%): 99.9846
Max. virtual memory (cumulated for all children) (KiB): 5174852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1748.35
system time used= 51.9371
maximum resident set size= 4940620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1215948
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= 39
involuntary context switches= 1855

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.2722 second user time and 7.02493 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-16 23:00:57
IDJOB=4093174
IDBENCH=79640
IDSOLVER=2553
FILE ID=node135/4093174-1466110855
RUNJOBID= node135-1466109037-20527
PBS_JOBID= 19904061
Free space on /tmp= 71600 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/graphs/normalized-graph11_wcsp.wbo
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --wbo --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4093174-1466110855/watcher-4093174-1466110855 -o /tmp/evaluation-result-4093174-1466110855/solver-4093174-1466110855 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466109037-20527 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093174-1466110855.wbo

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

MD5SUM BENCH= 6246a3a3522110451ca95f5d2be44880
RANDOM SEED=1264138902

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

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.004
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:        29859512 kB
Buffers:           60828 kB
Cached:           267032 kB
SwapCached:         2260 kB
Active:           504188 kB
Inactive:         108676 kB
Active(anon):     285860 kB
Inactive(anon):     1496 kB
Active(file):     218328 kB
Inactive(file):   107180 kB
Unevictable:     1684536 kB
Mlocked:         1504664 kB
SwapTotal:      67108856 kB
SwapFree:       67099256 kB
Dirty:            121372 kB
Writeback:            72 kB
AnonPages:       1965084 kB
Mapped:            10140 kB
Shmem:                 0 kB
Slab:             577956 kB
SReclaimable:      19992 kB
SUnreclaim:       557964 kB
KernelStack:        1424 kB
PageTables:         9196 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2908224 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    182272 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71632 MiB
End job on node135 at 2016-06-16 23:30:58