Trace number 4093271

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.67 1800.97

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/warehouse/
normalized-cap132_wcsp.wbo
MD5SUMf4b0099465ae664e0955235299f0c44e
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark20092634
Best CPU time to get the best result obtained on this benchmark1800.13
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables2600
Total number of constraints5148
Number of soft constraints5048
Number of constraints which are clauses5048
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint50
Top cost 63756436
Min constraint cost 1
Max constraint cost 63756436
Sum of constraints costs 160674796300
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 51
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-16T18:46:49+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-4093271-1466095609.wbo"]
0.00/0.01	c use --random-gen="4131459276 378782536 1237454010 1346386568 2476933731 1635108129 786493007 104399683 3633530526 746662637 3707391923 2465044323 3385847893 1083092496 145360162 2704731999 325183671 2310209054 1806526027 40115919 491949611 3414093040 720326900 2668026276 3753019136 4006462381 704727872 118158238 3821758954 2964804995 945559970 3407920236 927781746 2612098775 321710946 1512588624 2506689823 1554752300 536034219 4218258947 4265263307 4064026373 2215285638 2067304983 2315681160 3916856831 3652584102 1680419399 1892243990 1734319584 1479186749 2087711712 840612859 1561937503 283255151 3160199286 3715048079 3458115213 1291499893 235099159 703531603 3288062401 846834448 2769861238 2560114938 1932176805 654557874 2422363752 3514405682 3652250544 3391848259 1976262117 713346774 1154494160 2718169849 4169133222 2497572540 2450506989 23380588 1532243347 2399936668 3120269658 3194373533 1167747006 1380561524 3065718576 1022208552 3123680112 572673693 2728576373 851803501 1489397603 1833018905 3385549432 3227230341 4050359153 3026985070 6478388 2336037345 3516116458 2222711079 146049466 2282586269 43406966 2777445789 303434100 1114384657 3254208123 2674733090 972142981 3494576085 267975329 310931464 1353231358 336051209 2756880085 1522430830 180347592 3664001744 3182668995 185421347 751279780 3790553554 3405467888 62788895 481340585 261865770 2029219033 951639846 2395535660 3804942846 1415900601 495048995 1474052445 3267224822 1160971374 487351655 2004338300 95219891 3667929554 963446216 4240593292 262201812 480217010 102129721 4205078646 1164406807 1604089221 3263975879 3905811000 623738215 3608767856 1536150874 4062921696 5320497 1422606880 3529386523 2447961510 3938618784 896248437 2223133987 2424657534 1514801325 2003420551 1036215143 1721882497 492494676 454317538 4235025209 3308892405 2910009608 3709732797 3729147566 2179878640 4224262702 1713723004 3784793214 1393843575 3097246972 1627934573 3578059005 1605283496 2615742234 1405727128 455524892 1470501924 486298004 2446300675 3848672442 689339514 105653358 2323925986 3541485485 3008665788 2399812122 3278301525 267387880 1552890381 681625979 2424398450 3675258873 2425241751 3720366677 348197650 910044322 291463189 2908270559 984383354 918526193 3373178314 1109720307 3192940115 3738081753 2004386702 2533107749 3362223680 3469093405 3297255353 1994211040 1518048403 1663925024 3134702798 1687946128 1668543700 733921495 3711349308 636870344 782850911 303464504 1971074089 745943474 3262044227 1702981132 3019046185 1395267435 489232306 552032900 1498183396 3523999609 465535908 1643955961 1317458532 860611036 2852665976 417491001 2702152431 3232583089 1687666168 3920953069 1445054620 3202075802 2823038034 602580709 3810310409 262098559 3560466413 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-4093271-1466095609/watcher-4093271-1466095609 -o /tmp/evaluation-result-4093271-1466095609/solver-4093271-1466095609 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466093808-27437 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093271-1466095609.wbo 

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

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


[startup+0 s]
/proc/loadavg: 2.04 2.05 2.17 2/179 28535
/proc/meminfo: memFree=30400788/32872528 swapFree=496356/529060
[pid=28535] ppid=28532 vsize=783804 CPUtime=0 cores=0,2,4,6
/proc/28535/stat : 28535 (toysat) R 28532 28535 11396 0 -1 4202496 2935 0 0 0 0 0 0 0 20 0 4 0 11606318 802615296 2785 33554432000 4194304 16246674 140734034000208 140734033999632 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28535/statm: 196463 2794 441 2943 0 193357 0
[pid=28535/tid=28536] ppid=28532 vsize=801212 CPUtime=0 cores=0,2,4,6
/proc/28535/task/28536/stat : 28536 (toysat) S 28532 28535 11396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11606318 820441088 2854 33554432000 4194304 16246674 140734034000208 139826337656048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=28535/tid=28537] ppid=28532 vsize=805308 CPUtime=0 cores=0,2,4,6
/proc/28535/task/28537/stat : 28537 (toysat) S 28532 28535 11396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11606318 824635392 2870 33554432000 4194304 16246674 140734034000208 139826327166192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=28535/tid=28538] ppid=28532 vsize=810428 CPUtime=0 cores=0,2,4,6
/proc/28535/task/28538/stat : 28538 (toysat) S 28532 28535 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11606318 829878272 2887 33554432000 4194304 16246674 140734034000208 139826316692656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100167 s]
/proc/loadavg: 2.04 2.05 2.17 2/179 28535
/proc/meminfo: memFree=30400788/32872528 swapFree=496356/529060
[pid=28535] ppid=28532 vsize=1220164 CPUtime=0.09 cores=0,2,4,6
/proc/28535/stat : 28535 (toysat) R 28532 28535 11396 0 -1 4202496 22141 0 0 0 6 3 0 0 20 0 4 0 11606318 1249447936 21931 33554432000 4194304 16246674 140734034000208 140734033999520 12457726 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28535/statm: 305041 21939 830 2943 0 301935 0
[pid=28535/tid=28536] ppid=28532 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/28535/task/28536/stat : 28536 (toysat) S 28532 28535 11396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11606318 1249447936 21944 33554432000 4194304 16246674 140734034000208 139826337656048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=28535/tid=28537] ppid=28532 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/28535/task/28537/stat : 28537 (toysat) S 28532 28535 11396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11606318 1249447936 21950 33554432000 4194304 16246674 140734034000208 139826327166192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=28535/tid=28538] ppid=28532 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/28535/task/28538/stat : 28538 (toysat) S 28532 28535 11396 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11606318 1249447936 21956 33554432000 4194304 16246674 140734034000208 139826316692656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1220164

[startup+0.200515 s]
/proc/loadavg: 2.04 2.05 2.17 2/179 28535
/proc/meminfo: memFree=30400788/32872528 swapFree=496356/529060
[pid=28535] ppid=28532 vsize=1221188 CPUtime=0.19 cores=0,2,4,6
/proc/28535/stat : 28535 (toysat) R 28532 28535 11396 0 -1 4202496 42092 0 0 0 14 5 0 0 20 0 4 0 11606318 1250496512 41881 33554432000 4194304 16246674 140734034000208 140734033999520 4221016 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28535/statm: 305297 41885 835 2943 0 302191 0
[pid=28535/tid=28536] ppid=28532 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/28535/task/28536/stat : 28536 (toysat) S 28532 28535 11396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11606318 1250496512 41888 33554432000 4194304 16246674 140734034000208 139826337656048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=28535/tid=28537] ppid=28532 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/28535/task/28537/stat : 28537 (toysat) S 28532 28535 11396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11606318 1250496512 41891 33554432000 4194304 16246674 140734034000208 139826327166192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=28535/tid=28538] ppid=28532 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/28535/task/28538/stat : 28538 (toysat) S 28532 28535 11396 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 11606318 1250496512 41893 33554432000 4194304 16246674 140734034000208 139826316692656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1221188

[startup+0.300486 s]
/proc/loadavg: 2.04 2.05 2.17 2/179 28535
/proc/meminfo: memFree=30400788/32872528 swapFree=496356/529060
[pid=28535] ppid=28532 vsize=1307204 CPUtime=0.29 cores=0,2,4,6
/proc/28535/stat : 28535 (toysat) R 28532 28535 11396 0 -1 4202496 51091 0 0 0 23 6 0 0 20 0 4 0 11606318 1338576896 50880 33554432000 4194304 16246674 140734034000208 140734033999520 6132704 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28535/statm: 326801 50880 841 2943 0 323695 0
[pid=28535/tid=28536] ppid=28532 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/28535/task/28536/stat : 28536 (toysat) S 28532 28535 11396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11606318 1338576896 50880 33554432000 4194304 16246674 140734034000208 139826337656048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=28535/tid=28537] ppid=28532 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/28535/task/28537/stat : 28537 (toysat) S 28532 28535 11396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11606318 1338576896 50880 33554432000 4194304 16246674 140734034000208 139826327166192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=28535/tid=28538] ppid=28532 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/28535/task/28538/stat : 28538 (toysat) S 28532 28535 11396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 11606318 1338576896 50880 33554432000 4194304 16246674 140734034000208 139826316692656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1307204

[startup+0.700402 s]
/proc/loadavg: 2.04 2.05 2.17 2/179 28535
/proc/meminfo: memFree=30400788/32872528 swapFree=496356/529060
[pid=28535] ppid=28532 vsize=1307204 CPUtime=0.69 cores=0,2,4,6
/proc/28535/stat : 28535 (toysat) R 28532 28535 11396 0 -1 4202496 51091 0 0 0 63 6 0 0 20 0 4 0 11606318 1338576896 50880 33554432000 4194304 16246674 140734034000208 140734033982080 6132488 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28535/statm: 326801 50880 841 2943 0 323695 0
[pid=28535/tid=28536] ppid=28532 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/28535/task/28536/stat : 28536 (toysat) S 28532 28535 11396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11606318 1338576896 50880 33554432000 4194304 16246674 140734034000208 139826337656048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=28535/tid=28537] ppid=28532 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/28535/task/28537/stat : 28537 (toysat) S 28532 28535 11396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11606318 1338576896 50880 33554432000 4194304 16246674 140734034000208 139826327166192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=28535/tid=28538] ppid=28532 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/28535/task/28538/stat : 28538 (toysat) S 28532 28535 11396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 11606318 1338576896 50880 33554432000 4194304 16246674 140734034000208 139826316692656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1307204

[startup+1.50042 s]
/proc/loadavg: 2.04 2.04 2.17 3/183 28539
/proc/meminfo: memFree=30198264/32872528 swapFree=496356/529060
[pid=28535] ppid=28532 vsize=1307204 CPUtime=1.49 cores=0,2,4,6
/proc/28535/stat : 28535 (toysat) R 28532 28535 11396 0 -1 4202496 56188 0 0 0 142 7 0 0 20 0 4 0 11606318 1338576896 55977 33554432000 4194304 16246674 140734034000208 140734033982080 13774216 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28535/statm: 326801 55977 841 2943 0 323695 0
[pid=28535/tid=28536] ppid=28532 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/28535/task/28536/stat : 28536 (toysat) S 28532 28535 11396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11606318 1338576896 55977 33554432000 4194304 16246674 140734034000208 139826337656048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=28535/tid=28537] ppid=28532 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/28535/task/28537/stat : 28537 (toysat) S 28532 28535 11396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11606318 1338576896 55977 33554432000 4194304 16246674 140734034000208 139826327166192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=28535/tid=28538] ppid=28532 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/28535/task/28538/stat : 28538 (toysat) S 28532 28535 11396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 11606318 1338576896 55977 33554432000 4194304 16246674 140734034000208 139826316692656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1307204

[startup+3.10041 s]
/proc/loadavg: 2.04 2.04 2.17 3/183 28539
/proc/meminfo: memFree=30154616/32872528 swapFree=496356/529060
[pid=28535] ppid=28532 vsize=1307204 CPUtime=3.09 cores=0,2,4,6
/proc/28535/stat : 28535 (toysat) R 28532 28535 11396 0 -1 4202496 63783 0 0 0 301 8 0 0 20 0 4 0 11606318 1338576896 63572 33554432000 4194304 16246674 140734034000208 140734033982080 13955806 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28535/statm: 326801 63572 841 2943 0 323695 0
[pid=28535/tid=28536] ppid=28532 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/28535/task/28536/stat : 28536 (toysat) S 28532 28535 11396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11606318 1338576896 63572 33554432000 4194304 16246674 140734034000208 139826337656048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=28535/tid=28537] ppid=28532 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/28535/task/28537/stat : 28537 (toysat) S 28532 28535 11396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11606318 1338576896 63572 33554432000 4194304 16246674 140734034000208 139826327166192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=28535/tid=28538] ppid=28532 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/28535/task/28538/stat : 28538 (toysat) S 28532 28535 11396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 11606318 1338576896 63572 33554432000 4194304 16246674 140734034000208 139826316692656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1307204

[startup+6.30042 s]
/proc/loadavg: 2.03 2.04 2.17 3/183 28539
/proc/meminfo: memFree=30145068/32872528 swapFree=496356/529060
[pid=28535] ppid=28532 vsize=1308228 CPUtime=6.29 cores=0,2,4,6
/proc/28535/stat : 28535 (toysat) R 28532 28535 11396 0 -1 4202496 64102 0 0 0 621 8 0 0 20 0 4 0 11606318 1339625472 63891 33554432000 4194304 16246674 140734034000208 140734033982080 13807544 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28535/statm: 327057 63891 843 2943 0 323951 0
[pid=28535/tid=28536] ppid=28532 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/28535/task/28536/stat : 28536 (toysat) S 28532 28535 11396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11606318 1339625472 63891 33554432000 4194304 16246674 140734034000208 139826337656048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=28535/tid=28537] ppid=28532 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/28535/task/28537/stat : 28537 (toysat) S 28532 28535 11396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11606318 1339625472 63891 33554432000 4194304 16246674 140734034000208 139826327166192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=28535/tid=28538] ppid=28532 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/28535/task/28538/stat : 28538 (toysat) S 28532 28535 11396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 11606318 1339625472 63891 33554432000 4194304 16246674 140734034000208 139826316692656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1308228

[startup+12.7004 s]
/proc/loadavg: 2.03 2.04 2.17 4/183 28539
/proc/meminfo: memFree=30144348/32872528 swapFree=496356/529060
[pid=28535] ppid=28532 vsize=1309252 CPUtime=12.69 cores=0,2,4,6
/proc/28535/stat : 28535 (toysat) R 28532 28535 11396 0 -1 4202496 64358 0 0 0 1261 8 0 0 20 0 4 0 11606318 1340674048 64147 33554432000 4194304 16246674 140734034000208 140734033982080 6139120 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28535/statm: 327313 64147 843 2943 0 324207 0
[pid=28535/tid=28536] ppid=28532 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/28535/task/28536/stat : 28536 (toysat) S 28532 28535 11396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11606318 1340674048 64147 33554432000 4194304 16246674 140734034000208 139826337656048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=28535/tid=28537] ppid=28532 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/28535/task/28537/stat : 28537 (toysat) S 28532 28535 11396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11606318 1340674048 64147 33554432000 4194304 16246674 140734034000208 139826327166192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=28535/tid=28538] ppid=28532 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/28535/task/28538/stat : 28538 (toysat) S 28532 28535 11396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 11606318 1340674048 64147 33554432000 4194304 16246674 140734034000208 139826316692656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1309252

[startup+25.5004 s]
/proc/loadavg: 2.02 2.04 2.17 3/183 28539
/proc/meminfo: memFree=30144008/32872528 swapFree=496356/529060
[pid=28535] ppid=28532 vsize=1310276 CPUtime=25.48 cores=0,2,4,6
/proc/28535/stat : 28535 (toysat) R 28532 28535 11396 0 -1 4202496 64614 0 0 0 2540 8 0 0 20 0 4 0 11606318 1341722624 64403 33554432000 4194304 16246674 140734034000208 140734033999304 13807548 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28535/statm: 327569 64403 843 2943 0 324463 0
[pid=28535/tid=28536] ppid=28532 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/28535/task/28536/stat : 28536 (toysat) S 28532 28535 11396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11606318 1341722624 64403 33554432000 4194304 16246674 140734034000208 139826337656048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=28535/tid=28537] ppid=28532 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/28535/task/28537/stat : 28537 (toysat) S 28532 28535 11396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11606318 1341722624 64403 33554432000 4194304 16246674 140734034000208 139826327166192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=28535/tid=28538] ppid=28532 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/28535/task/28538/stat : 28538 (toysat) S 28532 28535 11396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 11606318 1341722624 64403 33554432000 4194304 16246674 140734034000208 139826316692656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1310276

[startup+51.1005 s]
/proc/loadavg: 2.08 2.05 2.17 3/183 28539
/proc/meminfo: memFree=30045564/32872528 swapFree=496356/529060
[pid=28535] ppid=28532 vsize=1311300 CPUtime=51.09 cores=0,2,4,6
/proc/28535/stat : 28535 (toysat) R 28532 28535 11396 0 -1 4202496 89206 0 0 0 5097 12 0 0 20 0 4 0 11606318 1342771200 88995 33554432000 4194304 16246674 140734034000208 140734033982080 6132663 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28535/statm: 327825 88995 843 2943 0 324719 0
[pid=28535/tid=28536] ppid=28532 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/28535/task/28536/stat : 28536 (toysat) S 28532 28535 11396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11606318 1342771200 88995 33554432000 4194304 16246674 140734034000208 139826337656048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=28535/tid=28537] ppid=28532 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/28535/task/28537/stat : 28537 (toysat) S 28532 28535 11396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11606318 1342771200 88995 33554432000 4194304 16246674 140734034000208 139826327166192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=28535/tid=28538] ppid=28532 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/28535/task/28538/stat : 28538 (toysat) S 28532 28535 11396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 11606318 1342771200 88995 33554432000 4194304 16246674 140734034000208 139826316692656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1311300

[startup+102.3 s]
/proc/loadavg: 2.03 2.04 2.16 4/183 28540
/proc/meminfo: memFree=29543336/32872528 swapFree=496356/529060
[pid=28535] ppid=28532 vsize=1312324 CPUtime=102.28 cores=0,2,4,6
/proc/28535/stat : 28535 (toysat) R 28532 28535 11396 0 -1 4202496 214763 0 0 0 10199 29 0 0 20 0 4 0 11606318 1343819776 214552 33554432000 4194304 16246674 140734034000208 140734033982080 13811854 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28535/statm: 328081 214552 843 2943 0 324975 0
[pid=28535/tid=28536] ppid=28532 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/28535/task/28536/stat : 28536 (toysat) S 28532 28535 11396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11606318 1343819776 214552 33554432000 4194304 16246674 140734034000208 139826337656048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=28535/tid=28537] ppid=28532 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/28535/task/28537/stat : 28537 (toysat) S 28532 28535 11396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11606318 1343819776 214552 33554432000 4194304 16246674 140734034000208 139826327166192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=28535/tid=28538] ppid=28532 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/28535/task/28538/stat : 28538 (toysat) S 28532 28535 11396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 11606318 1343819776 214552 33554432000 4194304 16246674 140734034000208 139826316692656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1312324


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


[startup+1422.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/184 28648
/proc/meminfo: memFree=21127436/32872528 swapFree=496356/529060
[pid=28535] ppid=28532 vsize=9439812 CPUtime=1422.07 cores=0,2,4,6
/proc/28535/stat : 28535 (toysat) R 28532 28535 11396 0 -1 4202496 2301098 0 0 0 141826 381 0 0 20 0 4 0 11606318 9666367488 2301137 33554432000 4194304 16246674 140734034000208 140734033999384 6132648 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28535/statm: 2359953 2301137 843 2943 0 2356847 0
[pid=28535/tid=28536] ppid=28532 vsize=9439812 CPUtime=0 cores=0,2,4,6
/proc/28535/task/28536/stat : 28536 (toysat) S 28532 28535 11396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11606318 9666367488 2301137 33554432000 4194304 16246674 140734034000208 139826337656048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=28535/tid=28537] ppid=28532 vsize=9439812 CPUtime=0 cores=0,2,4,6
/proc/28535/task/28537/stat : 28537 (toysat) S 28532 28535 11396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11606318 9666367488 2301137 33554432000 4194304 16246674 140734034000208 139826327166192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=28535/tid=28538] ppid=28532 vsize=9439812 CPUtime=0 cores=0,2,4,6
/proc/28535/task/28538/stat : 28538 (toysat) S 28532 28535 11396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 11606318 9666367488 2301137 33554432000 4194304 16246674 140734034000208 139826316692656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 9439812

[startup+1482.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/183 28649
/proc/meminfo: memFree=21127192/32872528 swapFree=496356/529060
[pid=28535] ppid=28532 vsize=9439812 CPUtime=1482.06 cores=0,2,4,6
/proc/28535/stat : 28535 (toysat) R 28532 28535 11396 0 -1 4202496 2301101 0 0 0 147821 385 0 0 20 0 4 0 11606318 9666367488 2301137 33554432000 4194304 16246674 140734034000208 140734033999384 13809312 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28535/statm: 2359953 2301137 843 2943 0 2356847 0
[pid=28535/tid=28536] ppid=28532 vsize=9439812 CPUtime=0 cores=0,2,4,6
/proc/28535/task/28536/stat : 28536 (toysat) S 28532 28535 11396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11606318 9666367488 2301137 33554432000 4194304 16246674 140734034000208 139826337656048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=28535/tid=28537] ppid=28532 vsize=9439812 CPUtime=0 cores=0,2,4,6
/proc/28535/task/28537/stat : 28537 (toysat) S 28532 28535 11396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11606318 9666367488 2301137 33554432000 4194304 16246674 140734034000208 139826327166192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=28535/tid=28538] ppid=28532 vsize=9439812 CPUtime=0 cores=0,2,4,6
/proc/28535/task/28538/stat : 28538 (toysat) S 28532 28535 11396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 11606318 9666367488 2301137 33554432000 4194304 16246674 140734034000208 139826316692656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 9439812

[startup+1542.31 s]
/proc/loadavg: 2.00 2.02 2.04 4/183 28650
/proc/meminfo: memFree=18466032/32872528 swapFree=496356/529060
[pid=28535] ppid=28532 vsize=12096068 CPUtime=1542.04 cores=0,2,4,6
/proc/28535/stat : 28535 (toysat) R 28532 28535 11396 0 -1 4202496 2965163 0 0 0 153737 467 0 0 20 0 4 0 11606318 12386373632 2965195 33554432000 4194304 16246674 140734034000208 140734033982080 6132605 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28535/statm: 3024017 2965195 843 2943 0 3020911 0
[pid=28535/tid=28536] ppid=28532 vsize=12096068 CPUtime=0 cores=0,2,4,6
/proc/28535/task/28536/stat : 28536 (toysat) S 28532 28535 11396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11606318 12386373632 2965195 33554432000 4194304 16246674 140734034000208 139826337656048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=28535/tid=28537] ppid=28532 vsize=12096068 CPUtime=0 cores=0,2,4,6
/proc/28535/task/28537/stat : 28537 (toysat) S 28532 28535 11396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11606318 12386373632 2965195 33554432000 4194304 16246674 140734034000208 139826327166192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=28535/tid=28538] ppid=28532 vsize=12096068 CPUtime=0 cores=0,2,4,6
/proc/28535/task/28538/stat : 28538 (toysat) S 28532 28535 11396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 11606318 12386373632 2965195 33554432000 4194304 16246674 140734034000208 139826316692656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 12096068

[startup+1602.3 s]
/proc/loadavg: 2.05 2.03 2.04 3/183 28651
/proc/meminfo: memFree=18465800/32872528 swapFree=496356/529060
[pid=28535] ppid=28532 vsize=12096068 CPUtime=1602.02 cores=0,2,4,6
/proc/28535/stat : 28535 (toysat) R 28532 28535 11396 0 -1 4202496 2965164 0 0 0 159733 469 0 0 20 0 4 0 11606318 12386373632 2965195 33554432000 4194304 16246674 140734034000208 140734033999384 13955806 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28535/statm: 3024017 2965195 843 2943 0 3020911 0
[pid=28535/tid=28536] ppid=28532 vsize=12096068 CPUtime=0 cores=0,2,4,6
/proc/28535/task/28536/stat : 28536 (toysat) S 28532 28535 11396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11606318 12386373632 2965195 33554432000 4194304 16246674 140734034000208 139826337656048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=28535/tid=28537] ppid=28532 vsize=12096068 CPUtime=0 cores=0,2,4,6
/proc/28535/task/28537/stat : 28537 (toysat) S 28532 28535 11396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11606318 12386373632 2965195 33554432000 4194304 16246674 140734034000208 139826327166192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=28535/tid=28538] ppid=28532 vsize=12096068 CPUtime=0 cores=0,2,4,6
/proc/28535/task/28538/stat : 28538 (toysat) S 28532 28535 11396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 11606318 12386373632 2965195 33554432000 4194304 16246674 140734034000208 139826316692656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 12096068

[startup+1662.3 s]
/proc/loadavg: 2.02 2.02 2.03 3/183 28652
/proc/meminfo: memFree=18465820/32872528 swapFree=496356/529060
[pid=28535] ppid=28532 vsize=12096068 CPUtime=1662.02 cores=0,2,4,6
/proc/28535/stat : 28535 (toysat) R 28532 28535 11396 0 -1 4202496 2965169 0 0 0 165730 472 0 0 20 0 4 0 11606318 12386373632 2965199 33554432000 4194304 16246674 140734034000208 140734033982080 13817016 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28535/statm: 3024017 2965199 843 2943 0 3020911 0
[pid=28535/tid=28536] ppid=28532 vsize=12096068 CPUtime=0 cores=0,2,4,6
/proc/28535/task/28536/stat : 28536 (toysat) S 28532 28535 11396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11606318 12386373632 2965199 33554432000 4194304 16246674 140734034000208 139826337656048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=28535/tid=28537] ppid=28532 vsize=12096068 CPUtime=0 cores=0,2,4,6
/proc/28535/task/28537/stat : 28537 (toysat) S 28532 28535 11396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11606318 12386373632 2965199 33554432000 4194304 16246674 140734034000208 139826327166192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=28535/tid=28538] ppid=28532 vsize=12096068 CPUtime=0 cores=0,2,4,6
/proc/28535/task/28538/stat : 28538 (toysat) S 28532 28535 11396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 11606318 12386373632 2965199 33554432000 4194304 16246674 140734034000208 139826316692656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 12096068

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.03 4/183 28654
/proc/meminfo: memFree=18466216/32872528 swapFree=496356/529060
[pid=28535] ppid=28532 vsize=12096068 CPUtime=1722.01 cores=0,2,4,6
/proc/28535/stat : 28535 (toysat) R 28532 28535 11396 0 -1 4202496 2965169 0 0 0 171726 475 0 0 20 0 4 0 11606318 12386373632 2965199 33554432000 4194304 16246674 140734034000208 140734033982080 13809400 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28535/statm: 3024017 2965199 843 2943 0 3020911 0
[pid=28535/tid=28536] ppid=28532 vsize=12096068 CPUtime=0 cores=0,2,4,6
/proc/28535/task/28536/stat : 28536 (toysat) S 28532 28535 11396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11606318 12386373632 2965199 33554432000 4194304 16246674 140734034000208 139826337656048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=28535/tid=28537] ppid=28532 vsize=12096068 CPUtime=0 cores=0,2,4,6
/proc/28535/task/28537/stat : 28537 (toysat) S 28532 28535 11396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11606318 12386373632 2965199 33554432000 4194304 16246674 140734034000208 139826327166192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=28535/tid=28538] ppid=28532 vsize=12096068 CPUtime=0 cores=0,2,4,6
/proc/28535/task/28538/stat : 28538 (toysat) S 28532 28535 11396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 11606318 12386373632 2965199 33554432000 4194304 16246674 140734034000208 139826316692656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 12096068

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/183 28655
/proc/meminfo: memFree=18465792/32872528 swapFree=496356/529060
[pid=28535] ppid=28532 vsize=12096068 CPUtime=1782 cores=0,2,4,6
/proc/28535/stat : 28535 (toysat) R 28532 28535 11396 0 -1 4202496 2965169 0 0 0 177723 477 0 0 20 0 4 0 11606318 12386373632 2965199 33554432000 4194304 16246674 140734034000208 140734033999384 13923665 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28535/statm: 3024017 2965199 843 2943 0 3020911 0
[pid=28535/tid=28536] ppid=28532 vsize=12096068 CPUtime=0 cores=0,2,4,6
/proc/28535/task/28536/stat : 28536 (toysat) S 28532 28535 11396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11606318 12386373632 2965199 33554432000 4194304 16246674 140734034000208 139826337656048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=28535/tid=28537] ppid=28532 vsize=12096068 CPUtime=0 cores=0,2,4,6
/proc/28535/task/28537/stat : 28537 (toysat) S 28532 28535 11396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11606318 12386373632 2965199 33554432000 4194304 16246674 140734034000208 139826327166192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=28535/tid=28538] ppid=28532 vsize=12096068 CPUtime=0 cores=0,2,4,6
/proc/28535/task/28538/stat : 28538 (toysat) S 28532 28535 11396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 11606318 12386373632 2965199 33554432000 4194304 16246674 140734034000208 139826316692656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 12096068



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/183 28655
/proc/meminfo: memFree=18466076/32872528 swapFree=496356/529060
[pid=28535] ppid=28532 vsize=12096068 CPUtime=1800 cores=0,2,4,6
/proc/28535/stat : 28535 (toysat) R 28532 28535 11396 0 -1 4202496 2965169 0 0 0 179522 478 0 0 20 0 4 0 11606318 12386373632 2965199 33554432000 4194304 16246674 140734034000208 140734033999384 14628944 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28535/statm: 3024017 2965199 843 2943 0 3020911 0
[pid=28535/tid=28536] ppid=28532 vsize=12096068 CPUtime=0 cores=0,2,4,6
/proc/28535/task/28536/stat : 28536 (toysat) S 28532 28535 11396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11606318 12386373632 2965199 33554432000 4194304 16246674 140734034000208 139826337656048 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=28535/tid=28537] ppid=28532 vsize=12096068 CPUtime=0 cores=0,2,4,6
/proc/28535/task/28537/stat : 28537 (toysat) S 28532 28535 11396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11606318 12386373632 2965199 33554432000 4194304 16246674 140734034000208 139826327166192 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=28535/tid=28538] ppid=28532 vsize=12096068 CPUtime=0 cores=0,2,4,6
/proc/28535/task/28538/stat : 28538 (toysat) S 28532 28535 11396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 11606318 12386373632 2965199 33554432000 4194304 16246674 140734034000208 139826316692656 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 12096068

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 28535 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1800.4 s]
/proc/loadavg: 2.00 2.01 2.02 3/183 28655
/proc/meminfo: memFree=18466076/32872528 swapFree=496356/529060
[pid=28535] ppid=28532 vsize=0 CPUtime=1800.1 cores=0,2,4,6
/proc/28535/stat : 28535 (toysat) Z 28532 28535 11396 0 -1 4203532 2965169 0 0 0 179522 488 0 0 20 0 2 0 11606318 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28535/statm: 0 0 0 0 0 0 0
[pid=28535/tid=28536] ppid=28532 vsize=0 CPUtime=0.08 cores=0,2,4,6
/proc/28535/task/28536/stat : 28536 (toysat) R 28532 28535 11396 0 -1 4203588 10 0 0 0 0 8 0 0 20 0 2 0 11606318 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 0

[startup+1800.81 s]
/proc/loadavg: 2.00 2.01 2.02 3/181 28655
/proc/meminfo: memFree=26044660/32872528 swapFree=496356/529060
[pid=28535] ppid=28532 vsize=0 CPUtime=1800.5 cores=0,2,4,6
/proc/28535/stat : 28535 (toysat) Z 28532 28535 11396 0 -1 4203532 2965169 0 0 0 179522 528 0 0 20 0 2 0 11606318 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28535/statm: 0 0 0 0 0 0 0
[pid=28535/tid=28536] ppid=28532 vsize=0 CPUtime=0.49 cores=0,2,4,6
/proc/28535/task/28536/stat : 28536 (toysat) R 28532 28535 11396 0 -1 4203588 10 0 0 0 0 49 0 0 20 0 2 0 11606318 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.5
Current children cumulated vsize (KiB) 0

[startup+1800.9 s]
/proc/loadavg: 2.00 2.01 2.02 3/181 28655
/proc/meminfo: memFree=26044660/32872528 swapFree=496356/529060
[pid=28535] ppid=28532 vsize=0 CPUtime=1800.59 cores=0,2,4,6
/proc/28535/stat : 28535 (toysat) Z 28532 28535 11396 0 -1 4203532 2965169 0 0 0 179522 537 0 0 20 0 2 0 11606318 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28535/statm: 0 0 0 0 0 0 0
[pid=28535/tid=28536] ppid=28532 vsize=0 CPUtime=0.58 cores=0,2,4,6
/proc/28535/task/28536/stat : 28536 (toysat) R 28532 28535 11396 0 -1 4203588 10 0 0 0 0 58 0 0 20 0 2 0 11606318 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.59
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.97
CPU time (s): 1800.67
CPU user time (s): 1795.23
CPU system time (s): 5.44217
CPU usage (%): 99.9836
Max. virtual memory (cumulated for all children) (KiB): 12096068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.23
system time used= 5.44217
maximum resident set size= 11860796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2965169
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= 84
involuntary context switches= 2018

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.66629 second user time and 6.80197 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-16 18:46:49
IDJOB=4093271
IDBENCH=79507
IDSOLVER=2553
FILE ID=node141/4093271-1466095609
RUNJOBID= node141-1466093808-27437
PBS_JOBID= 19903999
Free space on /tmp= 71732 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/warehouse/normalized-cap132_wcsp.wbo
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --wbo --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4093271-1466095609/watcher-4093271-1466095609 -o /tmp/evaluation-result-4093271-1466095609/solver-4093271-1466095609 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466093808-27437 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093271-1466095609.wbo

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

MD5SUM BENCH= f4b0099465ae664e0955235299f0c44e
RANDOM SEED=1293367344

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30400944 kB
Buffers:           42064 kB
Cached:           112020 kB
SwapCached:         2880 kB
Active:          1169140 kB
Inactive:          70184 kB
Active(anon):    1085304 kB
Inactive(anon):     2156 kB
Active(file):      83836 kB
Inactive(file):    68028 kB
Unevictable:      529060 kB
Mlocked:          496356 kB
SwapTotal:      67108856 kB
SwapFree:       67098996 kB
Dirty:             16332 kB
Writeback:             0 kB
AnonPages:       1683728 kB
Mapped:            10836 kB
Shmem:                 0 kB
Slab:             569084 kB
SReclaimable:      12932 kB
SUnreclaim:       556152 kB
KernelStack:        1520 kB
PageTables:         7232 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1756928 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1181696 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= 71712 MiB
End job on node141 at 2016-06-16 19:16:50