Trace number 4093227

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.17 1800.48

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/scens/
normalized-scen06-18reduc_wcsp.wbo
MD5SUMda80b320d983b4610e4558746e61248d
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 variables1758
Total number of constraints105203
Number of soft constraints105121
Number of constraints which are clauses105121
Number of constraints which are cardinality constraints (but not clauses)82
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint26
Top cost 3389
Min constraint cost 1
Max constraint cost 2436
Sum of constraints costs 36645766
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 27
Number of bits of the biggest sum of numbers5
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-16T22:21:15+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-4093227-1466108474.wbo"]
0.00/0.01	c use --random-gen="3387715819 3722180278 2883961685 2864991711 2751291473 2657417247 3298783980 942764708 526806681 3919197906 1326178626 2861135492 2476603623 1079208978 2112467551 1007376108 1637144003 1118218234 694922748 1357671842 3800785416 1413427893 4176221231 2280187478 2035495289 2390310543 2905135092 2305072123 2585116369 3883373509 1281278616 1016526887 1255308825 2577834577 3007500508 3291422819 2025264082 1160037323 2117692769 1939098138 3934688698 1985353518 2224129692 2468759751 3591627215 2673381755 134309611 1917999628 3373073377 4266811262 2412898321 2621494395 2984871906 1229561823 2260922285 1000202748 385445238 3900096698 2161407049 1893326799 1908964463 3493827974 2420992519 3461192917 210037636 1051458375 251304542 3163797666 118630924 4196122742 2333169334 1396312052 3958597458 1869709530 2496696709 3199547764 3454347444 3438449000 1694213668 471346273 1833642850 1538283653 2496971853 1827571153 475261229 3999832690 2265086797 1090993684 2782369861 1903461811 3113833741 1490707265 671161584 2788212341 3155324721 4242113756 2067767800 257175416 958043719 2518852431 802179765 3082899734 1501624864 3291349473 1942152251 2640308490 795228848 3945220919 701686350 3146635486 2659645268 1159257726 2579590920 2046044142 4194658468 697548198 804453044 3001972249 3416655489 1275020258 402464126 364920387 459665732 306700362 1631747028 54203475 4102722630 3167914054 395154533 189223 289580095 713364617 3141207427 2401102386 3394192037 2876056607 4019581052 542765427 3423831545 3797359551 1184258964 3935272822 42968877 4090643 1202443014 723404619 2210572394 3366368266 388661897 53564962 3870645695 3142627018 844404875 541362949 4127388003 3675384185 3705397814 3750790437 522171395 2648168262 751880659 630285418 593879996 1886819349 2784030120 4271392744 4195752607 1280707610 3419161831 564840120 3109573027 3312355007 1634068746 1045266216 2781623307 2019659046 729744579 343975848 2329320581 3081596221 4062750769 3147836092 3931626640 4153995192 2166601032 4258783646 2864243991 683368361 4145011372 3209321668 2061098011 1496856525 1162207710 401654233 768811529 2666262400 538853004 2600942358 2405130073 2832686293 3444325737 2087550161 660979537 2347690495 1808772168 3239435415 3031868827 1625279976 439384774 2581398579 3655226054 3178582553 1395506449 589830381 783436071 2652193438 4039560523 3314823553 2406423698 4002719223 1523628623 3878560958 2491099248 2866557178 1456806423 2812674327 2178339227 3172865185 3565031443 2577898756 2823954091 3010701846 615456090 2056219771 2700706027 949947806 68618830 1513948151 1000867478 1011820242 3411678304 3918577264 293911645 51970518 1292385784 2301325426 1419940769 4234104577 3116911629 1323470402 361922860 2434024243 2063293619 1088986121 141571156 2953550670 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-4093227-1466108474/watcher-4093227-1466108474 -o /tmp/evaluation-result-4093227-1466108474/solver-4093227-1466108474 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1466104872-14916 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093227-1466108474.wbo 

pid=15241
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.00 2.00 2.00 3/170 15244
/proc/meminfo: memFree=31667280/32872528 swapFree=240572/273276
[pid=15244] ppid=15241 vsize=758204 CPUtime=0 cores=0,2,4,6
/proc/15244/stat : 15244 (toysat) R 15241 15244 14160 0 -1 4202496 2836 0 0 0 0 0 0 0 20 0 4 0 12897480 776400896 3197 33554432000 4194304 16246674 140735311840912 140735311840336 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15244/statm: 190319 3205 441 2943 0 187213 0
[pid=15244/tid=15245] ppid=15241 vsize=775612 CPUtime=0 cores=0,2,4,6
/proc/15244/task/15245/stat : 15245 (toysat) S 15241 15244 14160 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12897480 794226688 3265 33554432000 4194304 16246674 140735311840912 140639312260336 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=15244/tid=15246] ppid=15241 vsize=780732 CPUtime=0 cores=0,2,4,6
/proc/15244/task/15246/stat : 15246 (toysat) S 15241 15244 14160 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12897480 799469568 3282 33554432000 4194304 16246674 140735311840912 140639301770480 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=15244/tid=15247] ppid=15241 vsize=784828 CPUtime=0 cores=0,2,4,6
/proc/15244/task/15247/stat : 15247 (toysat) S 15241 15244 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12897480 803663872 3299 33554432000 4194304 16246674 140735311840912 140639291296944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100169 s]
/proc/loadavg: 2.00 2.00 2.00 3/170 15244
/proc/meminfo: memFree=31667280/32872528 swapFree=240572/273276
[pid=15244] ppid=15241 vsize=1221188 CPUtime=0.09 cores=0,2,4,6
/proc/15244/stat : 15244 (toysat) R 15241 15244 14160 0 -1 4202496 27092 0 0 0 5 4 0 0 20 0 4 0 12897480 1250496512 27392 33554432000 4194304 16246674 140735311840912 140735311840224 4221016 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15244/statm: 305297 27392 801 2943 0 302191 0
[pid=15244/tid=15245] ppid=15241 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/15244/task/15245/stat : 15245 (toysat) S 15241 15244 14160 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12897480 1250496512 27392 33554432000 4194304 16246674 140735311840912 140639312260336 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=15244/tid=15246] ppid=15241 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/15244/task/15246/stat : 15246 (toysat) S 15241 15244 14160 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12897480 1250496512 27392 33554432000 4194304 16246674 140735311840912 140639301770480 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=15244/tid=15247] ppid=15241 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/15244/task/15247/stat : 15247 (toysat) S 15241 15244 14160 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12897480 1250496512 27392 33554432000 4194304 16246674 140735311840912 140639291296944 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) 1221188

[startup+0.200509 s]
/proc/loadavg: 2.00 2.00 2.00 3/170 15244
/proc/meminfo: memFree=31667280/32872528 swapFree=240572/273276
[pid=15244] ppid=15241 vsize=1310276 CPUtime=0.18 cores=0,2,4,6
/proc/15244/stat : 15244 (toysat) R 15241 15244 14160 0 -1 4202496 48657 0 0 0 12 6 0 0 20 0 4 0 12897480 1341722624 49469 33554432000 4194304 16246674 140735311840912 140735311840224 4221016 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15244/statm: 327569 49476 802 2943 0 324463 0
[pid=15244/tid=15245] ppid=15241 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/15244/task/15245/stat : 15245 (toysat) S 15241 15244 14160 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12897480 1341722624 49480 33554432000 4194304 16246674 140735311840912 140639312260336 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=15244/tid=15246] ppid=15241 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/15244/task/15246/stat : 15246 (toysat) S 15241 15244 14160 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12897480 1341722624 49485 33554432000 4194304 16246674 140735311840912 140639301770480 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=15244/tid=15247] ppid=15241 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/15244/task/15247/stat : 15247 (toysat) S 15241 15244 14160 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12897480 1341722624 49490 33554432000 4194304 16246674 140735311840912 140639291296944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1310276

[startup+0.300468 s]
/proc/loadavg: 2.00 2.00 2.00 3/170 15244
/proc/meminfo: memFree=31667280/32872528 swapFree=240572/273276
[pid=15244] ppid=15241 vsize=1313348 CPUtime=0.29 cores=0,2,4,6
/proc/15244/stat : 15244 (toysat) R 15241 15244 14160 0 -1 4202496 62670 0 0 0 21 8 0 0 20 0 4 0 12897480 1344868352 63481 33554432000 4194304 16246674 140735311840912 140735311840224 4206864 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15244/statm: 328337 63481 802 2943 0 325231 0
[pid=15244/tid=15245] ppid=15241 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/15244/task/15245/stat : 15245 (toysat) S 15241 15244 14160 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12897480 1344868352 63481 33554432000 4194304 16246674 140735311840912 140639312260336 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=15244/tid=15246] ppid=15241 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/15244/task/15246/stat : 15246 (toysat) S 15241 15244 14160 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12897480 1344868352 63481 33554432000 4194304 16246674 140735311840912 140639301770480 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=15244/tid=15247] ppid=15241 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/15244/task/15247/stat : 15247 (toysat) S 15241 15244 14160 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12897480 1344868352 63481 33554432000 4194304 16246674 140735311840912 140639291296944 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) 1313348

[startup+0.700407 s]
/proc/loadavg: 2.00 2.00 2.00 3/170 15244
/proc/meminfo: memFree=31667280/32872528 swapFree=240572/273276
[pid=15244] ppid=15241 vsize=1314372 CPUtime=0.69 cores=0,2,4,6
/proc/15244/stat : 15244 (toysat) R 15241 15244 14160 0 -1 4202496 72163 0 0 0 59 10 0 0 20 0 4 0 12897480 1345916928 72974 33554432000 4194304 16246674 140735311840912 140735311840224 4220871 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15244/statm: 328593 72974 802 2943 0 325487 0
[pid=15244/tid=15245] ppid=15241 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/15244/task/15245/stat : 15245 (toysat) S 15241 15244 14160 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12897480 1345916928 72974 33554432000 4194304 16246674 140735311840912 140639312260336 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=15244/tid=15246] ppid=15241 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/15244/task/15246/stat : 15246 (toysat) S 15241 15244 14160 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12897480 1345916928 72974 33554432000 4194304 16246674 140735311840912 140639301770480 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=15244/tid=15247] ppid=15241 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/15244/task/15247/stat : 15247 (toysat) S 15241 15244 14160 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12897480 1345916928 72974 33554432000 4194304 16246674 140735311840912 140639291296944 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) 1314372

[startup+1.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15261
/proc/meminfo: memFree=31086176/32872528 swapFree=240572/273276
[pid=15244] ppid=15241 vsize=1317444 CPUtime=1.49 cores=0,2,4,6
/proc/15244/stat : 15244 (toysat) R 15241 15244 14160 0 -1 4202496 93496 0 0 0 137 12 0 0 20 0 4 0 12897480 1349062656 94307 33554432000 4194304 16246674 140735311840912 140735311840224 12874965 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15244/statm: 329361 94319 838 2943 0 326255 0
[pid=15244/tid=15245] ppid=15241 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/15244/task/15245/stat : 15245 (toysat) S 15241 15244 14160 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12897480 1349062656 94326 33554432000 4194304 16246674 140735311840912 140639312260336 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=15244/tid=15246] ppid=15241 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/15244/task/15246/stat : 15246 (toysat) S 15241 15244 14160 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12897480 1349062656 94333 33554432000 4194304 16246674 140735311840912 140639301770480 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=15244/tid=15247] ppid=15241 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/15244/task/15247/stat : 15247 (toysat) S 15241 15244 14160 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12897480 1349062656 94341 33554432000 4194304 16246674 140735311840912 140639291296944 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) 1317444

[startup+3.10041 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15261
/proc/meminfo: memFree=29585760/32872528 swapFree=240572/273276
[pid=15244] ppid=15241 vsize=1396292 CPUtime=3.08 cores=0,2,4,6
/proc/15244/stat : 15244 (toysat) R 15241 15244 14160 0 -1 4202496 289695 0 0 0 272 36 0 0 20 0 4 0 12897480 1429803008 290506 33554432000 4194304 16246674 140735311840912 140735311838720 13880896 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15244/statm: 349073 290506 838 2943 0 345967 0
[pid=15244/tid=15245] ppid=15241 vsize=1396292 CPUtime=0 cores=0,2,4,6
/proc/15244/task/15245/stat : 15245 (toysat) S 15241 15244 14160 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12897480 1429803008 290506 33554432000 4194304 16246674 140735311840912 140639312260336 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=15244/tid=15246] ppid=15241 vsize=1396292 CPUtime=0 cores=0,2,4,6
/proc/15244/task/15246/stat : 15246 (toysat) S 15241 15244 14160 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12897480 1429803008 290506 33554432000 4194304 16246674 140735311840912 140639301770480 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=15244/tid=15247] ppid=15241 vsize=1396292 CPUtime=0 cores=0,2,4,6
/proc/15244/task/15247/stat : 15247 (toysat) S 15241 15244 14160 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12897480 1429803008 290506 33554432000 4194304 16246674 140735311840912 140639291296944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1396292

[startup+6.30036 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15261
/proc/meminfo: memFree=29344908/32872528 swapFree=240572/273276
[pid=15244] ppid=15241 vsize=1396292 CPUtime=6.28 cores=0,2,4,6
/proc/15244/stat : 15244 (toysat) R 15241 15244 14160 0 -1 4202496 289702 0 0 0 592 36 0 0 20 0 4 0 12897480 1429803008 290513 33554432000 4194304 16246674 140735311840912 140735311840088 13923754 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15244/statm: 349073 290513 844 2943 0 345967 0
[pid=15244/tid=15245] ppid=15241 vsize=1396292 CPUtime=0 cores=0,2,4,6
/proc/15244/task/15245/stat : 15245 (toysat) S 15241 15244 14160 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12897480 1429803008 290513 33554432000 4194304 16246674 140735311840912 140639312260336 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=15244/tid=15246] ppid=15241 vsize=1396292 CPUtime=0 cores=0,2,4,6
/proc/15244/task/15246/stat : 15246 (toysat) S 15241 15244 14160 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12897480 1429803008 290513 33554432000 4194304 16246674 140735311840912 140639301770480 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=15244/tid=15247] ppid=15241 vsize=1396292 CPUtime=0 cores=0,2,4,6
/proc/15244/task/15247/stat : 15247 (toysat) S 15241 15244 14160 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12897480 1429803008 290513 33554432000 4194304 16246674 140735311840912 140639291296944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1396292

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15261
/proc/meminfo: memFree=29345348/32872528 swapFree=240572/273276
[pid=15244] ppid=15241 vsize=1396292 CPUtime=12.68 cores=0,2,4,6
/proc/15244/stat : 15244 (toysat) R 15241 15244 14160 0 -1 4202496 289702 0 0 0 1232 36 0 0 20 0 4 0 12897480 1429803008 290513 33554432000 4194304 16246674 140735311840912 140735311822784 13807457 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15244/statm: 349073 290513 844 2943 0 345967 0
[pid=15244/tid=15245] ppid=15241 vsize=1396292 CPUtime=0 cores=0,2,4,6
/proc/15244/task/15245/stat : 15245 (toysat) S 15241 15244 14160 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12897480 1429803008 290513 33554432000 4194304 16246674 140735311840912 140639312260336 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=15244/tid=15246] ppid=15241 vsize=1396292 CPUtime=0 cores=0,2,4,6
/proc/15244/task/15246/stat : 15246 (toysat) S 15241 15244 14160 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12897480 1429803008 290513 33554432000 4194304 16246674 140735311840912 140639301770480 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=15244/tid=15247] ppid=15241 vsize=1396292 CPUtime=0 cores=0,2,4,6
/proc/15244/task/15247/stat : 15247 (toysat) S 15241 15244 14160 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12897480 1429803008 290513 33554432000 4194304 16246674 140735311840912 140639291296944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1396292

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15261
/proc/meminfo: memFree=29345828/32872528 swapFree=240572/273276
[pid=15244] ppid=15241 vsize=1396292 CPUtime=25.48 cores=0,2,4,6
/proc/15244/stat : 15244 (toysat) R 15241 15244 14160 0 -1 4202496 289702 0 0 0 2512 36 0 0 20 0 4 0 12897480 1429803008 290513 33554432000 4194304 16246674 140735311840912 140735311822784 13774084 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15244/statm: 349073 290513 844 2943 0 345967 0
[pid=15244/tid=15245] ppid=15241 vsize=1396292 CPUtime=0 cores=0,2,4,6
/proc/15244/task/15245/stat : 15245 (toysat) S 15241 15244 14160 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12897480 1429803008 290513 33554432000 4194304 16246674 140735311840912 140639312260336 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=15244/tid=15246] ppid=15241 vsize=1396292 CPUtime=0 cores=0,2,4,6
/proc/15244/task/15246/stat : 15246 (toysat) S 15241 15244 14160 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12897480 1429803008 290513 33554432000 4194304 16246674 140735311840912 140639301770480 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=15244/tid=15247] ppid=15241 vsize=1396292 CPUtime=0 cores=0,2,4,6
/proc/15244/task/15247/stat : 15247 (toysat) S 15241 15244 14160 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12897480 1429803008 290513 33554432000 4194304 16246674 140735311840912 140639291296944 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) 1396292

[startup+51.1004 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 15261
/proc/meminfo: memFree=29345956/32872528 swapFree=240572/273276
[pid=15244] ppid=15241 vsize=1396292 CPUtime=51.08 cores=0,2,4,6
/proc/15244/stat : 15244 (toysat) R 15241 15244 14160 0 -1 4202496 289702 0 0 0 5072 36 0 0 20 0 4 0 12897480 1429803008 290513 33554432000 4194304 16246674 140735311840912 140735311822784 13807730 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15244/statm: 349073 290513 844 2943 0 345967 0
[pid=15244/tid=15245] ppid=15241 vsize=1396292 CPUtime=0 cores=0,2,4,6
/proc/15244/task/15245/stat : 15245 (toysat) S 15241 15244 14160 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12897480 1429803008 290513 33554432000 4194304 16246674 140735311840912 140639312260336 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=15244/tid=15246] ppid=15241 vsize=1396292 CPUtime=0 cores=0,2,4,6
/proc/15244/task/15246/stat : 15246 (toysat) S 15241 15244 14160 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12897480 1429803008 290513 33554432000 4194304 16246674 140735311840912 140639301770480 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=15244/tid=15247] ppid=15241 vsize=1396292 CPUtime=0 cores=0,2,4,6
/proc/15244/task/15247/stat : 15247 (toysat) S 15241 15244 14160 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12897480 1429803008 290513 33554432000 4194304 16246674 140735311840912 140639291296944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1396292

[startup+102.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/183 15262
/proc/meminfo: memFree=29346292/32872528 swapFree=240572/273276
[pid=15244] ppid=15241 vsize=1396292 CPUtime=102.28 cores=0,2,4,6
/proc/15244/stat : 15244 (toysat) R 15241 15244 14160 0 -1 4202496 289702 0 0 0 10191 37 0 0 20 0 4 0 12897480 1429803008 290513 33554432000 4194304 16246674 140735311840912 140735311822784 13807488 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15244/statm: 349073 290513 844 2943 0 345967 0
[pid=15244/tid=15245] ppid=15241 vsize=1396292 CPUtime=0 cores=0,2,4,6
/proc/15244/task/15245/stat : 15245 (toysat) S 15241 15244 14160 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12897480 1429803008 290513 33554432000 4194304 16246674 140735311840912 140639312260336 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=15244/tid=15246] ppid=15241 vsize=1396292 CPUtime=0 cores=0,2,4,6
/proc/15244/task/15246/stat : 15246 (toysat) S 15241 15244 14160 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12897480 1429803008 290513 33554432000 4194304 16246674 140735311840912 140639301770480 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=15244/tid=15247] ppid=15241 vsize=1396292 CPUtime=0 cores=0,2,4,6
/proc/15244/task/15247/stat : 15247 (toysat) S 15241 15244 14160 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12897480 1429803008 290513 33554432000 4194304 16246674 140735311840912 140639291296944 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) 1396292


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

/proc/15244/task/15247/stat : 15247 (toysat) S 15241 15244 14160 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12897480 2039025664 439252 33554432000 4194304 16246674 140735311840912 140639291296944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 1991236

[startup+1302.3 s]
/proc/loadavg: 2.01 2.05 2.01 3/183 15292
/proc/meminfo: memFree=28150236/32872528 swapFree=240572/273276
[pid=15244] ppid=15241 vsize=1991236 CPUtime=1302.07 cores=0,2,4,6
/proc/15244/stat : 15244 (toysat) R 15241 15244 14160 0 -1 4202496 438496 0 0 0 130149 58 0 0 20 0 4 0 12897480 2039025664 439252 33554432000 4194304 16246674 140735311840912 140735311822784 13809288 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15244/statm: 497809 439252 844 2943 0 494703 0
[pid=15244/tid=15245] ppid=15241 vsize=1991236 CPUtime=0 cores=0,2,4,6
/proc/15244/task/15245/stat : 15245 (toysat) S 15241 15244 14160 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12897480 2039025664 439252 33554432000 4194304 16246674 140735311840912 140639312260336 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=15244/tid=15246] ppid=15241 vsize=1991236 CPUtime=0 cores=0,2,4,6
/proc/15244/task/15246/stat : 15246 (toysat) S 15241 15244 14160 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12897480 2039025664 439252 33554432000 4194304 16246674 140735311840912 140639301770480 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=15244/tid=15247] ppid=15241 vsize=1991236 CPUtime=0 cores=0,2,4,6
/proc/15244/task/15247/stat : 15247 (toysat) S 15241 15244 14160 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12897480 2039025664 439252 33554432000 4194304 16246674 140735311840912 140639291296944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 1991236

[startup+1362.3 s]
/proc/loadavg: 2.11 2.07 2.01 3/183 15293
/proc/meminfo: memFree=28150264/32872528 swapFree=240572/273276
[pid=15244] ppid=15241 vsize=1991236 CPUtime=1362.05 cores=0,2,4,6
/proc/15244/stat : 15244 (toysat) R 15241 15244 14160 0 -1 4202496 438496 0 0 0 136147 58 0 0 20 0 4 0 12897480 2039025664 439252 33554432000 4194304 16246674 140735311840912 140735311822784 13923640 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15244/statm: 497809 439252 844 2943 0 494703 0
[pid=15244/tid=15245] ppid=15241 vsize=1991236 CPUtime=0 cores=0,2,4,6
/proc/15244/task/15245/stat : 15245 (toysat) S 15241 15244 14160 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12897480 2039025664 439252 33554432000 4194304 16246674 140735311840912 140639312260336 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=15244/tid=15246] ppid=15241 vsize=1991236 CPUtime=0 cores=0,2,4,6
/proc/15244/task/15246/stat : 15246 (toysat) S 15241 15244 14160 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12897480 2039025664 439252 33554432000 4194304 16246674 140735311840912 140639301770480 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=15244/tid=15247] ppid=15241 vsize=1991236 CPUtime=0 cores=0,2,4,6
/proc/15244/task/15247/stat : 15247 (toysat) S 15241 15244 14160 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12897480 2039025664 439252 33554432000 4194304 16246674 140735311840912 140639291296944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 1991236

[startup+1422.3 s]
/proc/loadavg: 2.04 2.05 2.01 3/183 15294
/proc/meminfo: memFree=28150764/32872528 swapFree=240572/273276
[pid=15244] ppid=15241 vsize=1991236 CPUtime=1422.06 cores=0,2,4,6
/proc/15244/stat : 15244 (toysat) R 15241 15244 14160 0 -1 4202496 438496 0 0 0 142147 59 0 0 20 0 4 0 12897480 2039025664 439252 33554432000 4194304 16246674 140735311840912 140735311822784 13807774 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15244/statm: 497809 439252 844 2943 0 494703 0
[pid=15244/tid=15245] ppid=15241 vsize=1991236 CPUtime=0 cores=0,2,4,6
/proc/15244/task/15245/stat : 15245 (toysat) S 15241 15244 14160 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12897480 2039025664 439252 33554432000 4194304 16246674 140735311840912 140639312260336 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=15244/tid=15246] ppid=15241 vsize=1991236 CPUtime=0 cores=0,2,4,6
/proc/15244/task/15246/stat : 15246 (toysat) S 15241 15244 14160 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12897480 2039025664 439252 33554432000 4194304 16246674 140735311840912 140639301770480 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=15244/tid=15247] ppid=15241 vsize=1991236 CPUtime=0 cores=0,2,4,6
/proc/15244/task/15247/stat : 15247 (toysat) S 15241 15244 14160 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12897480 2039025664 439252 33554432000 4194304 16246674 140735311840912 140639291296944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 1991236

[startup+1482.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/183 15295
/proc/meminfo: memFree=28150660/32872528 swapFree=240572/273276
[pid=15244] ppid=15241 vsize=1991236 CPUtime=1482.03 cores=0,2,4,6
/proc/15244/stat : 15244 (toysat) R 15241 15244 14160 0 -1 4202496 438496 0 0 0 148144 59 0 0 20 0 4 0 12897480 2039025664 439252 33554432000 4194304 16246674 140735311840912 140735311840088 13774216 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15244/statm: 497809 439252 844 2943 0 494703 0
[pid=15244/tid=15245] ppid=15241 vsize=1991236 CPUtime=0 cores=0,2,4,6
/proc/15244/task/15245/stat : 15245 (toysat) S 15241 15244 14160 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12897480 2039025664 439252 33554432000 4194304 16246674 140735311840912 140639312260336 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=15244/tid=15246] ppid=15241 vsize=1991236 CPUtime=0 cores=0,2,4,6
/proc/15244/task/15246/stat : 15246 (toysat) S 15241 15244 14160 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12897480 2039025664 439252 33554432000 4194304 16246674 140735311840912 140639301770480 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=15244/tid=15247] ppid=15241 vsize=1991236 CPUtime=0 cores=0,2,4,6
/proc/15244/task/15247/stat : 15247 (toysat) S 15241 15244 14160 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12897480 2039025664 439252 33554432000 4194304 16246674 140735311840912 140639291296944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 1991236

[startup+1542.31 s]
/proc/loadavg: 2.06 2.05 2.00 3/183 15297
/proc/meminfo: memFree=26645576/32872528 swapFree=240572/273276
[pid=15244] ppid=15241 vsize=2742852 CPUtime=1542.03 cores=0,2,4,6
/proc/15244/stat : 15244 (toysat) R 15241 15244 14160 0 -1 4202496 626400 0 0 0 154122 81 0 0 20 0 4 0 12897480 2808680448 627156 33554432000 4194304 16246674 140735311840912 140735311822784 13807608 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15244/statm: 685713 627156 844 2943 0 682607 0
[pid=15244/tid=15245] ppid=15241 vsize=2742852 CPUtime=0 cores=0,2,4,6
/proc/15244/task/15245/stat : 15245 (toysat) S 15241 15244 14160 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12897480 2808680448 627156 33554432000 4194304 16246674 140735311840912 140639312260336 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=15244/tid=15246] ppid=15241 vsize=2742852 CPUtime=0 cores=0,2,4,6
/proc/15244/task/15246/stat : 15246 (toysat) S 15241 15244 14160 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12897480 2808680448 627156 33554432000 4194304 16246674 140735311840912 140639301770480 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=15244/tid=15247] ppid=15241 vsize=2742852 CPUtime=0 cores=0,2,4,6
/proc/15244/task/15247/stat : 15247 (toysat) S 15241 15244 14160 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12897480 2808680448 627156 33554432000 4194304 16246674 140735311840912 140639291296944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 2742852

[startup+1602.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/183 15298
/proc/meminfo: memFree=26645544/32872528 swapFree=240572/273276
[pid=15244] ppid=15241 vsize=2742852 CPUtime=1602.02 cores=0,2,4,6
/proc/15244/stat : 15244 (toysat) R 15241 15244 14160 0 -1 4202496 626400 0 0 0 160120 82 0 0 20 0 4 0 12897480 2808680448 627156 33554432000 4194304 16246674 140735311840912 140735311822784 6132648 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15244/statm: 685713 627156 844 2943 0 682607 0
[pid=15244/tid=15245] ppid=15241 vsize=2742852 CPUtime=0 cores=0,2,4,6
/proc/15244/task/15245/stat : 15245 (toysat) S 15241 15244 14160 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12897480 2808680448 627156 33554432000 4194304 16246674 140735311840912 140639312260336 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=15244/tid=15246] ppid=15241 vsize=2742852 CPUtime=0 cores=0,2,4,6
/proc/15244/task/15246/stat : 15246 (toysat) S 15241 15244 14160 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12897480 2808680448 627156 33554432000 4194304 16246674 140735311840912 140639301770480 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=15244/tid=15247] ppid=15241 vsize=2742852 CPUtime=0 cores=0,2,4,6
/proc/15244/task/15247/stat : 15247 (toysat) S 15241 15244 14160 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12897480 2808680448 627156 33554432000 4194304 16246674 140735311840912 140639291296944 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) 2742852

[startup+1662.3 s]
/proc/loadavg: 2.13 2.07 2.01 3/183 15299
/proc/meminfo: memFree=26645568/32872528 swapFree=240572/273276
[pid=15244] ppid=15241 vsize=2742852 CPUtime=1662.01 cores=0,2,4,6
/proc/15244/stat : 15244 (toysat) R 15241 15244 14160 0 -1 4202496 626400 0 0 0 166119 82 0 0 20 0 4 0 12897480 2808680448 627156 33554432000 4194304 16246674 140735311840912 140735311822784 13807488 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15244/statm: 685713 627156 844 2943 0 682607 0
[pid=15244/tid=15245] ppid=15241 vsize=2742852 CPUtime=0 cores=0,2,4,6
/proc/15244/task/15245/stat : 15245 (toysat) S 15241 15244 14160 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12897480 2808680448 627156 33554432000 4194304 16246674 140735311840912 140639312260336 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=15244/tid=15246] ppid=15241 vsize=2742852 CPUtime=0 cores=0,2,4,6
/proc/15244/task/15246/stat : 15246 (toysat) S 15241 15244 14160 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12897480 2808680448 627156 33554432000 4194304 16246674 140735311840912 140639301770480 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=15244/tid=15247] ppid=15241 vsize=2742852 CPUtime=0 cores=0,2,4,6
/proc/15244/task/15247/stat : 15247 (toysat) S 15241 15244 14160 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12897480 2808680448 627156 33554432000 4194304 16246674 140735311840912 140639291296944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 2742852

[startup+1722.3 s]
/proc/loadavg: 2.05 2.05 2.01 3/183 15300
/proc/meminfo: memFree=26645692/32872528 swapFree=240572/273276
[pid=15244] ppid=15241 vsize=2742852 CPUtime=1722 cores=0,2,4,6
/proc/15244/stat : 15244 (toysat) R 15241 15244 14160 0 -1 4202496 626400 0 0 0 172117 83 0 0 20 0 4 0 12897480 2808680448 627156 33554432000 4194304 16246674 140735311840912 140735311822784 13809344 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15244/statm: 685713 627156 844 2943 0 682607 0
[pid=15244/tid=15245] ppid=15241 vsize=2742852 CPUtime=0 cores=0,2,4,6
/proc/15244/task/15245/stat : 15245 (toysat) S 15241 15244 14160 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12897480 2808680448 627156 33554432000 4194304 16246674 140735311840912 140639312260336 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=15244/tid=15246] ppid=15241 vsize=2742852 CPUtime=0 cores=0,2,4,6
/proc/15244/task/15246/stat : 15246 (toysat) S 15241 15244 14160 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12897480 2808680448 627156 33554432000 4194304 16246674 140735311840912 140639301770480 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=15244/tid=15247] ppid=15241 vsize=2742852 CPUtime=0 cores=0,2,4,6
/proc/15244/task/15247/stat : 15247 (toysat) S 15241 15244 14160 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12897480 2808680448 627156 33554432000 4194304 16246674 140735311840912 140639291296944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 2742852

[startup+1782.3 s]
/proc/loadavg: 2.06 2.06 2.00 3/184 15304
/proc/meminfo: memFree=26645120/32872528 swapFree=240572/273276
[pid=15244] ppid=15241 vsize=2742852 CPUtime=1781.99 cores=0,2,4,6
/proc/15244/stat : 15244 (toysat) R 15241 15244 14160 0 -1 4202496 626400 0 0 0 178116 83 0 0 20 0 4 0 12897480 2808680448 627156 33554432000 4194304 16246674 140735311840912 140735311822784 6132539 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15244/statm: 685713 627156 844 2943 0 682607 0
[pid=15244/tid=15245] ppid=15241 vsize=2742852 CPUtime=0 cores=0,2,4,6
/proc/15244/task/15245/stat : 15245 (toysat) S 15241 15244 14160 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12897480 2808680448 627156 33554432000 4194304 16246674 140735311840912 140639312260336 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=15244/tid=15246] ppid=15241 vsize=2742852 CPUtime=0 cores=0,2,4,6
/proc/15244/task/15246/stat : 15246 (toysat) S 15241 15244 14160 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12897480 2808680448 627156 33554432000 4194304 16246674 140735311840912 140639301770480 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=15244/tid=15247] ppid=15241 vsize=2742852 CPUtime=0 cores=0,2,4,6
/proc/15244/task/15247/stat : 15247 (toysat) S 15241 15244 14160 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12897480 2808680448 627156 33554432000 4194304 16246674 140735311840912 140639291296944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 2742852



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.12 2.07 2.01 3/183 15304
/proc/meminfo: memFree=26644972/32872528 swapFree=240572/273276
[pid=15244] ppid=15241 vsize=2742852 CPUtime=1800.09 cores=0,2,4,6
/proc/15244/stat : 15244 (toysat) R 15241 15244 14160 0 -1 4202496 626400 0 0 0 179926 83 0 0 20 0 4 0 12897480 2808680448 627156 33554432000 4194304 16246674 140735311840912 140735311822784 13807766 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15244/statm: 685713 627156 844 2943 0 682607 0
[pid=15244/tid=15245] ppid=15241 vsize=2742852 CPUtime=0 cores=0,2,4,6
/proc/15244/task/15245/stat : 15245 (toysat) S 15241 15244 14160 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12897480 2808680448 627156 33554432000 4194304 16246674 140735311840912 140639312260336 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=15244/tid=15246] ppid=15241 vsize=2742852 CPUtime=0 cores=0,2,4,6
/proc/15244/task/15246/stat : 15246 (toysat) S 15241 15244 14160 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12897480 2808680448 627156 33554432000 4194304 16246674 140735311840912 140639301770480 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=15244/tid=15247] ppid=15241 vsize=2742852 CPUtime=0 cores=0,2,4,6
/proc/15244/task/15247/stat : 15247 (toysat) S 15241 15244 14160 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12897480 2808680448 627156 33554432000 4194304 16246674 140735311840912 140639291296944 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 2742852

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.48
CPU time (s): 1800.17
CPU user time (s): 1799.27
CPU system time (s): 0.904862
CPU usage (%): 99.9831
Max. virtual memory (cumulated for all children) (KiB): 2742852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.27
system time used= 0.904862
maximum resident set size= 2508624
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 626400
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= 85
involuntary context switches= 1846

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.58115 second user time and 8.76667 second system time

The end

Launcher Data

Begin job on node107 at 2016-06-16 22:21:15
IDJOB=4093227
IDBENCH=79565
IDSOLVER=2553
FILE ID=node107/4093227-1466108474
RUNJOBID= node107-1466104872-14916
PBS_JOBID= 19904056
Free space on /tmp= 71676 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/scens/normalized-scen06-18reduc_wcsp.wbo
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --wbo --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4093227-1466108474/watcher-4093227-1466108474 -o /tmp/evaluation-result-4093227-1466108474/solver-4093227-1466108474 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1466104872-14916 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093227-1466108474.wbo

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

MD5SUM BENCH= da80b320d983b4610e4558746e61248d
RANDOM SEED=1624284320

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31667660 kB
Buffers:           60448 kB
Cached:           165872 kB
SwapCached:         2504 kB
Active:           117720 kB
Inactive:         112988 kB
Active(anon):       4320 kB
Inactive(anon):     2156 kB
Active(file):     113400 kB
Inactive(file):   110832 kB
Unevictable:      273276 kB
Mlocked:          240572 kB
SwapTotal:      67108856 kB
SwapFree:       67099248 kB
Dirty:             38796 kB
Writeback:             0 kB
AnonPages:        278148 kB
Mapped:             6836 kB
Shmem:                 0 kB
Slab:             570888 kB
SReclaimable:      14388 kB
SUnreclaim:       556500 kB
KernelStack:        1392 kB
PageTables:         4316 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     368844 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     34816 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= 71644 MiB
End job on node107 at 2016-06-16 22:51:15