Trace number 4093243

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.02 1800.31

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/scens/
normalized-scen09_wcsp.wbo
MD5SUM9da5a371764752ef421f1f627b5fffdd
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 variables7876
Total number of constraints873462
Number of soft constraints873262
Number of constraints which are clauses873262
Number of constraints which are cardinality constraints (but not clauses)200
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint44
Top cost 875784
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 231851719
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 45
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-16T22:31: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-4093243-1466109074.wbo"]
0.00/0.01	c use --random-gen="237746406 2490346265 2197031072 1988101419 3040110973 1061082224 2987876360 3511771343 549474142 3747767828 2187900723 1416538870 3982028503 3223539185 558306839 1829607306 3103207118 2509801400 3591157911 1497312513 410558470 970267758 3193034232 2431184478 576492146 1397394164 886257498 3273334918 2262074352 2232889320 305813089 239351445 4084455015 1809540064 2678885993 1050184741 3805941164 2125934689 2139917658 3578614779 1966010854 1641729051 2548982387 2428438927 3598657479 2462574021 3121001756 593267341 879481314 2788959236 691979599 3463114697 2289013938 1362454069 3826400631 1574339875 1937667540 1225111389 3578396391 1117032976 644903494 3651910990 608872202 3757015871 1964628202 1784207 2979991365 1874159337 1683688369 3935395980 3863736845 1910806806 290341362 807373163 979381331 733152867 3980552091 4037841319 300438354 2533661392 1982779547 1038706283 2604999483 1166958302 2345927920 976706782 1424336846 1987060602 2502433170 3757779478 650958310 481865832 3563701702 877098240 3998903166 106510965 2944041942 3497541083 1078047635 2720218468 4130979174 524134065 2540612521 3870698792 1716138590 343371116 1229902214 895320143 876927885 2589921335 345371424 1623172439 3436780117 924733990 3889054290 32588404 1556245065 1025686882 4121029760 1935207255 97255521 362974341 1412703610 2812414561 3759534585 3675675646 1100341158 2319706692 1038517191 2739164147 647090941 1017460528 152517876 926041840 2880777265 4028820360 308729377 3733456318 598827163 1359423049 1126326501 3106474973 1078356487 4196914117 833638941 452919035 2378198849 26959664 3600920338 1455795947 1090735937 1242908507 4013121778 3353054694 1014010862 509813942 2108094508 3041951550 1795435130 4099045424 586784855 2463087584 1264747040 4244739025 351136653 1514223035 1802629432 640272122 3433922735 3395000696 4141257246 456877168 826299115 3828281767 1257866464 3231811174 175245212 2790601612 1073399353 3450594185 2754033046 631277899 1106536991 4065398756 3895328914 2843179490 339645658 61623349 3407299593 3300691849 1731317229 924061819 2616666657 2625941810 313680903 3106127420 773738694 2635392860 3618818329 815187150 1753182619 292130796 2918543335 314410470 2546823612 2290730062 1926444537 1891144371 3044813651 1469898243 459476432 515522247 3419325956 3136001869 1369733530 2035411459 4120338797 2818443275 1339219029 2628260427 4134431919 3339980692 712701806 2608385241 489571097 290409003 855382993 1933346099 754376326 2928739435 2419266828 1389841610 1303299894 330206501 1050252608 1089088780 1287651193 2366079247 1358524937 1899181570 3257372744 2121530737 3056100859 3725132739 2234878229 377652821 1242885606 4226784382 3747855528 1844980049 1348551631 3840030920 1577801155 290401462 3682329692 3469017466 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-4093243-1466109074/watcher-4093243-1466109074 -o /tmp/evaluation-result-4093243-1466109074/solver-4093243-1466109074 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466109073-30540 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093243-1466109074.wbo 

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

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


[startup+0 s]
/proc/loadavg: 2.38 2.91 3.13 3/173 30566
/proc/meminfo: memFree=31353084/32872528 swapFree=496356/529060
[pid=30566] ppid=30561 vsize=691644 CPUtime=0 cores=1,3,5,7
/proc/30566/stat : 30566 (toysat) R 30561 30566 28709 0 -1 4202496 2570 0 0 0 0 0 0 0 20 0 4 0 12952928 708243456 2931 33554432000 4194304 16246674 140734045928064 140734045927488 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30566/statm: 173423 2940 441 2943 0 170317 0
[pid=30566/tid=30569] ppid=30561 vsize=714172 CPUtime=0 cores=1,3,5,7
/proc/30566/task/30569/stat : 30569 (toysat) S 30561 30566 28709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12952928 731312128 3023 33554432000 4194304 16246674 140734045928064 140643171020016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30566/tid=30570] ppid=30561 vsize=718268 CPUtime=0 cores=1,3,5,7
/proc/30566/task/30570/stat : 30570 (toysat) S 30561 30566 28709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12952928 735506432 3039 33554432000 4194304 16246674 140734045928064 140643160530160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=30566/tid=30571] ppid=30561 vsize=722364 CPUtime=0 cores=1,3,5,7
/proc/30566/task/30571/stat : 30571 (toysat) S 30561 30566 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12952928 739700736 3055 33554432000 4194304 16246674 140734045928064 140643150056624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100171 s]
/proc/loadavg: 2.38 2.91 3.13 3/173 30566
/proc/meminfo: memFree=31353084/32872528 swapFree=496356/529060
[pid=30566] ppid=30561 vsize=1221188 CPUtime=0.08 cores=1,3,5,7
/proc/30566/stat : 30566 (toysat) R 30561 30566 28709 0 -1 4202496 27691 0 0 0 5 3 0 0 20 0 4 0 12952928 1250496512 27992 33554432000 4194304 16246674 140734045928064 140734045927376 4221105 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30566/statm: 305297 28001 802 2943 0 302191 0
[pid=30566/tid=30569] ppid=30561 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/30566/task/30569/stat : 30569 (toysat) S 30561 30566 28709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12952928 1250496512 28008 33554432000 4194304 16246674 140734045928064 140643171020016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30566/tid=30570] ppid=30561 vsize=1222212 CPUtime=0 cores=1,3,5,7
/proc/30566/task/30570/stat : 30570 (toysat) S 30561 30566 28709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12952928 1251545088 28016 33554432000 4194304 16246674 140734045928064 140643160530160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=30566/tid=30571] ppid=30561 vsize=1222212 CPUtime=0 cores=1,3,5,7
/proc/30566/task/30571/stat : 30571 (toysat) S 30561 30566 28709 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12952928 1251545088 28022 33554432000 4194304 16246674 140734045928064 140643150056624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1221188

[startup+0.200474 s]
/proc/loadavg: 2.38 2.91 3.13 3/173 30566
/proc/meminfo: memFree=31353084/32872528 swapFree=496356/529060
[pid=30566] ppid=30561 vsize=1312324 CPUtime=0.18 cores=1,3,5,7
/proc/30566/stat : 30566 (toysat) R 30561 30566 28709 0 -1 4202496 49843 0 0 0 12 6 0 0 20 0 4 0 12952928 1343819776 50655 33554432000 4194304 16246674 140734045928064 140734045927376 4221016 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30566/statm: 328081 50665 802 2943 0 324975 0
[pid=30566/tid=30569] ppid=30561 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/30566/task/30569/stat : 30569 (toysat) S 30561 30566 28709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12952928 1343819776 50671 33554432000 4194304 16246674 140734045928064 140643171020016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30566/tid=30570] ppid=30561 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/30566/task/30570/stat : 30570 (toysat) S 30561 30566 28709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12952928 1343819776 50677 33554432000 4194304 16246674 140734045928064 140643160530160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=30566/tid=30571] ppid=30561 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/30566/task/30571/stat : 30571 (toysat) S 30561 30566 28709 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12952928 1343819776 50683 33554432000 4194304 16246674 140734045928064 140643150056624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1312324

[startup+0.300486 s]
/proc/loadavg: 2.38 2.91 3.13 3/173 30566
/proc/meminfo: memFree=31353084/32872528 swapFree=496356/529060
[pid=30566] ppid=30561 vsize=1314372 CPUtime=0.29 cores=1,3,5,7
/proc/30566/stat : 30566 (toysat) R 30561 30566 28709 0 -1 4202496 61100 0 0 0 21 8 0 0 20 0 4 0 12952928 1345916928 61912 33554432000 4194304 16246674 140734045928064 140734045927376 4221083 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30566/statm: 328593 61912 802 2943 0 325487 0
[pid=30566/tid=30569] ppid=30561 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/30566/task/30569/stat : 30569 (toysat) S 30561 30566 28709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12952928 1345916928 61912 33554432000 4194304 16246674 140734045928064 140643171020016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30566/tid=30570] ppid=30561 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/30566/task/30570/stat : 30570 (toysat) S 30561 30566 28709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12952928 1345916928 61912 33554432000 4194304 16246674 140734045928064 140643160530160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=30566/tid=30571] ppid=30561 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/30566/task/30571/stat : 30571 (toysat) S 30561 30566 28709 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12952928 1345916928 61912 33554432000 4194304 16246674 140734045928064 140643150056624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1314372

[startup+0.700417 s]
/proc/loadavg: 2.38 2.91 3.13 3/173 30566
/proc/meminfo: memFree=31353084/32872528 swapFree=496356/529060
[pid=30566] ppid=30561 vsize=1314372 CPUtime=0.68 cores=1,3,5,7
/proc/30566/stat : 30566 (toysat) R 30561 30566 28709 0 -1 4202496 69996 0 0 0 59 9 0 0 20 0 4 0 12952928 1345916928 70808 33554432000 4194304 16246674 140734045928064 140734045911056 7369730 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30566/statm: 328593 70808 802 2943 0 325487 0
[pid=30566/tid=30569] ppid=30561 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/30566/task/30569/stat : 30569 (toysat) S 30561 30566 28709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12952928 1345916928 70808 33554432000 4194304 16246674 140734045928064 140643171020016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30566/tid=30570] ppid=30561 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/30566/task/30570/stat : 30570 (toysat) S 30561 30566 28709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12952928 1345916928 70808 33554432000 4194304 16246674 140734045928064 140643160530160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=30566/tid=30571] ppid=30561 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/30566/task/30571/stat : 30571 (toysat) S 30561 30566 28709 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12952928 1345916928 70808 33554432000 4194304 16246674 140734045928064 140643150056624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1314372

[startup+1.50043 s]
/proc/loadavg: 2.38 2.91 3.13 3/183 30576
/proc/meminfo: memFree=30696476/32872528 swapFree=496356/529060
[pid=30566] ppid=30561 vsize=1314372 CPUtime=1.49 cores=1,3,5,7
/proc/30566/stat : 30566 (toysat) R 30561 30566 28709 0 -1 4202496 87337 0 0 0 137 12 0 0 20 0 4 0 12952928 1345916928 88149 33554432000 4194304 16246674 140734045928064 140734045909952 7440624 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30566/statm: 328593 88149 803 2943 0 325487 0
[pid=30566/tid=30569] ppid=30561 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/30566/task/30569/stat : 30569 (toysat) S 30561 30566 28709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12952928 1345916928 88149 33554432000 4194304 16246674 140734045928064 140643171020016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30566/tid=30570] ppid=30561 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/30566/task/30570/stat : 30570 (toysat) S 30561 30566 28709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12952928 1345916928 88149 33554432000 4194304 16246674 140734045928064 140643160530160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=30566/tid=30571] ppid=30561 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/30566/task/30571/stat : 30571 (toysat) S 30561 30566 28709 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12952928 1345916928 88149 33554432000 4194304 16246674 140734045928064 140643150056624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1314372

[startup+3.10042 s]
/proc/loadavg: 2.35 2.89 3.12 3/183 30576
/proc/meminfo: memFree=30539972/32872528 swapFree=496356/529060
[pid=30566] ppid=30561 vsize=1338948 CPUtime=3.09 cores=1,3,5,7
/proc/30566/stat : 30566 (toysat) R 30561 30566 28709 0 -1 4202496 141591 0 0 0 290 19 0 0 20 0 4 0 12952928 1371082752 146491 33554432000 4194304 16246674 140734045928064 140734045925952 7407809 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30566/statm: 334737 146491 803 2943 0 331631 0
[pid=30566/tid=30569] ppid=30561 vsize=1338948 CPUtime=0 cores=1,3,5,7
/proc/30566/task/30569/stat : 30569 (toysat) S 30561 30566 28709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12952928 1371082752 146491 33554432000 4194304 16246674 140734045928064 140643171020016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30566/tid=30570] ppid=30561 vsize=1338948 CPUtime=0 cores=1,3,5,7
/proc/30566/task/30570/stat : 30570 (toysat) S 30561 30566 28709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12952928 1371082752 146491 33554432000 4194304 16246674 140734045928064 140643160530160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=30566/tid=30571] ppid=30561 vsize=1338948 CPUtime=0 cores=1,3,5,7
/proc/30566/task/30571/stat : 30571 (toysat) S 30561 30566 28709 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12952928 1371082752 146491 33554432000 4194304 16246674 140734045928064 140643150056624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1338948

[startup+6.30043 s]
/proc/loadavg: 2.35 2.89 3.12 3/183 30576
/proc/meminfo: memFree=29449980/32872528 swapFree=496356/529060
[pid=30566] ppid=30561 vsize=1388100 CPUtime=6.29 cores=1,3,5,7
/proc/30566/stat : 30566 (toysat) R 30561 30566 28709 0 -1 4202496 224799 0 0 0 597 32 0 0 20 0 4 0 12952928 1421414400 237875 33554432000 4194304 16246674 140734045928064 140734045909952 6756231 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30566/statm: 347025 237875 833 2943 0 343919 0
[pid=30566/tid=30569] ppid=30561 vsize=1388100 CPUtime=0 cores=1,3,5,7
/proc/30566/task/30569/stat : 30569 (toysat) S 30561 30566 28709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12952928 1421414400 237875 33554432000 4194304 16246674 140734045928064 140643171020016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30566/tid=30570] ppid=30561 vsize=1388100 CPUtime=0 cores=1,3,5,7
/proc/30566/task/30570/stat : 30570 (toysat) S 30561 30566 28709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12952928 1421414400 237875 33554432000 4194304 16246674 140734045928064 140643160530160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=30566/tid=30571] ppid=30561 vsize=1388100 CPUtime=0 cores=1,3,5,7
/proc/30566/task/30571/stat : 30571 (toysat) S 30561 30566 28709 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12952928 1421414400 237875 33554432000 4194304 16246674 140734045928064 140643150056624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1388100

[startup+12.7004 s]
/proc/loadavg: 2.30 2.86 3.11 4/183 30576
/proc/meminfo: memFree=29045060/32872528 swapFree=496356/529060
[pid=30566] ppid=30561 vsize=1388100 CPUtime=12.69 cores=1,3,5,7
/proc/30566/stat : 30566 (toysat) R 30561 30566 28709 0 -1 4202496 270270 0 0 0 1231 38 0 0 20 0 4 0 12952928 1421414400 288456 33554432000 4194304 16246674 140734045928064 140734045909952 6171032 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30566/statm: 347025 288456 838 2943 0 343919 0
[pid=30566/tid=30569] ppid=30561 vsize=1388100 CPUtime=0 cores=1,3,5,7
/proc/30566/task/30569/stat : 30569 (toysat) S 30561 30566 28709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12952928 1421414400 288456 33554432000 4194304 16246674 140734045928064 140643171020016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30566/tid=30570] ppid=30561 vsize=1388100 CPUtime=0 cores=1,3,5,7
/proc/30566/task/30570/stat : 30570 (toysat) S 30561 30566 28709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12952928 1421414400 288456 33554432000 4194304 16246674 140734045928064 140643160530160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=30566/tid=30571] ppid=30561 vsize=1388100 CPUtime=0 cores=1,3,5,7
/proc/30566/task/30571/stat : 30571 (toysat) S 30561 30566 28709 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12952928 1421414400 288456 33554432000 4194304 16246674 140734045928064 140643150056624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1388100

[startup+25.5005 s]
/proc/loadavg: 2.25 2.83 3.10 3/183 30576
/proc/meminfo: memFree=27273980/32872528 swapFree=496356/529060
[pid=30566] ppid=30561 vsize=2272836 CPUtime=25.48 cores=1,3,5,7
/proc/30566/stat : 30566 (toysat) R 30561 30566 28709 0 -1 4202496 491461 0 0 0 2482 66 0 0 20 0 4 0 12952928 2327384064 509647 33554432000 4194304 16246674 140734045928064 140734045909952 12371230 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30566/statm: 568209 509647 844 2943 0 565103 0
[pid=30566/tid=30569] ppid=30561 vsize=2272836 CPUtime=0 cores=1,3,5,7
/proc/30566/task/30569/stat : 30569 (toysat) S 30561 30566 28709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12952928 2327384064 509647 33554432000 4194304 16246674 140734045928064 140643171020016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30566/tid=30570] ppid=30561 vsize=2272836 CPUtime=0 cores=1,3,5,7
/proc/30566/task/30570/stat : 30570 (toysat) S 30561 30566 28709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12952928 2327384064 509647 33554432000 4194304 16246674 140734045928064 140643160530160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=30566/tid=30571] ppid=30561 vsize=2272836 CPUtime=0 cores=1,3,5,7
/proc/30566/task/30571/stat : 30571 (toysat) S 30561 30566 28709 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12952928 2327384064 509647 33554432000 4194304 16246674 140734045928064 140643150056624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2272836

[startup+51.1005 s]
/proc/loadavg: 2.16 2.76 3.07 3/183 30576
/proc/meminfo: memFree=27274368/32872528 swapFree=496356/529060
[pid=30566] ppid=30561 vsize=2272836 CPUtime=51.08 cores=1,3,5,7
/proc/30566/stat : 30566 (toysat) R 30561 30566 28709 0 -1 4202496 491461 0 0 0 5042 66 0 0 20 0 4 0 12952928 2327384064 509647 33554432000 4194304 16246674 140734045928064 140734045909952 12654401 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30566/statm: 568209 509647 844 2943 0 565103 0
[pid=30566/tid=30569] ppid=30561 vsize=2272836 CPUtime=0 cores=1,3,5,7
/proc/30566/task/30569/stat : 30569 (toysat) S 30561 30566 28709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12952928 2327384064 509647 33554432000 4194304 16246674 140734045928064 140643171020016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30566/tid=30570] ppid=30561 vsize=2272836 CPUtime=0 cores=1,3,5,7
/proc/30566/task/30570/stat : 30570 (toysat) S 30561 30566 28709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12952928 2327384064 509647 33554432000 4194304 16246674 140734045928064 140643160530160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=30566/tid=30571] ppid=30561 vsize=2272836 CPUtime=0 cores=1,3,5,7
/proc/30566/task/30571/stat : 30571 (toysat) S 30561 30566 28709 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12952928 2327384064 509647 33554432000 4194304 16246674 140734045928064 140643150056624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2272836

[startup+102.3 s]
/proc/loadavg: 2.06 2.63 3.00 3/184 30578
/proc/meminfo: memFree=27273696/32872528 swapFree=496356/529060
[pid=30566] ppid=30561 vsize=2272836 CPUtime=102.28 cores=1,3,5,7
/proc/30566/stat : 30566 (toysat) R 30561 30566 28709 0 -1 4202496 491461 0 0 0 10161 67 0 0 20 0 4 0 12952928 2327384064 509647 33554432000 4194304 16246674 140734045928064 140734045909952 6132605 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30566/statm: 568209 509647 844 2943 0 565103 0
[pid=30566/tid=30569] ppid=30561 vsize=2272836 CPUtime=0 cores=1,3,5,7
/proc/30566/task/30569/stat : 30569 (toysat) S 30561 30566 28709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12952928 2327384064 509647 33554432000 4194304 16246674 140734045928064 140643171020016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30566/tid=30570] ppid=30561 vsize=2272836 CPUtime=0 cores=1,3,5,7
/proc/30566/task/30570/stat : 30570 (toysat) S 30561 30566 28709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12952928 2327384064 509647 33554432000 4194304 16246674 140734045928064 140643160530160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=30566/tid=30571] ppid=30561 vsize=2272836 CPUtime=0 cores=1,3,5,7
/proc/30566/task/30571/stat : 30571 (toysat) S 30561 30566 28709 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12952928 2327384064 509647 33554432000 4194304 16246674 140734045928064 140643150056624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 2272836


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

/proc/30566/task/30571/stat : 30571 (toysat) S 30561 30566 28709 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12952928 2392395776 525472 33554432000 4194304 16246674 140734045928064 140643150056624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 2336324

[startup+1362.3 s]
/proc/loadavg: 2.09 2.08 2.29 3/183 30610
/proc/meminfo: memFree=27145680/32872528 swapFree=496356/529060
[pid=30566] ppid=30561 vsize=2336324 CPUtime=1362.07 cores=1,3,5,7
/proc/30566/stat : 30566 (toysat) R 30561 30566 28709 0 -1 4202496 507296 0 0 0 136136 71 0 0 20 0 4 0 12952928 2392395776 525472 33554432000 4194304 16246674 140734045928064 140734045909952 6132467 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30566/statm: 584081 525472 844 2943 0 580975 0
[pid=30566/tid=30569] ppid=30561 vsize=2336324 CPUtime=0 cores=1,3,5,7
/proc/30566/task/30569/stat : 30569 (toysat) S 30561 30566 28709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12952928 2392395776 525472 33554432000 4194304 16246674 140734045928064 140643171020016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30566/tid=30570] ppid=30561 vsize=2336324 CPUtime=0 cores=1,3,5,7
/proc/30566/task/30570/stat : 30570 (toysat) S 30561 30566 28709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12952928 2392395776 525472 33554432000 4194304 16246674 140734045928064 140643160530160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=30566/tid=30571] ppid=30561 vsize=2336324 CPUtime=0 cores=1,3,5,7
/proc/30566/task/30571/stat : 30571 (toysat) S 30561 30566 28709 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12952928 2392395776 525472 33554432000 4194304 16246674 140734045928064 140643150056624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 2336324

[startup+1422.3 s]
/proc/loadavg: 2.06 2.07 2.27 3/183 30611
/proc/meminfo: memFree=27145780/32872528 swapFree=496356/529060
[pid=30566] ppid=30561 vsize=2336324 CPUtime=1422.07 cores=1,3,5,7
/proc/30566/stat : 30566 (toysat) R 30561 30566 28709 0 -1 4202496 507298 0 0 0 142136 71 0 0 20 0 4 0 12952928 2392395776 525472 33554432000 4194304 16246674 140734045928064 140734045909952 13774056 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30566/statm: 584081 525472 844 2943 0 580975 0
[pid=30566/tid=30569] ppid=30561 vsize=2336324 CPUtime=0 cores=1,3,5,7
/proc/30566/task/30569/stat : 30569 (toysat) S 30561 30566 28709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12952928 2392395776 525472 33554432000 4194304 16246674 140734045928064 140643171020016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30566/tid=30570] ppid=30561 vsize=2336324 CPUtime=0 cores=1,3,5,7
/proc/30566/task/30570/stat : 30570 (toysat) S 30561 30566 28709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12952928 2392395776 525472 33554432000 4194304 16246674 140734045928064 140643160530160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=30566/tid=30571] ppid=30561 vsize=2336324 CPUtime=0 cores=1,3,5,7
/proc/30566/task/30571/stat : 30571 (toysat) S 30561 30566 28709 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12952928 2392395776 525472 33554432000 4194304 16246674 140734045928064 140643150056624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 2336324

[startup+1482.3 s]
/proc/loadavg: 2.02 2.06 2.25 3/183 30612
/proc/meminfo: memFree=27145196/32872528 swapFree=496356/529060
[pid=30566] ppid=30561 vsize=2336324 CPUtime=1482.05 cores=1,3,5,7
/proc/30566/stat : 30566 (toysat) R 30561 30566 28709 0 -1 4202496 507298 0 0 0 148134 71 0 0 20 0 4 0 12952928 2392395776 525472 33554432000 4194304 16246674 140734045928064 140734045909952 6132704 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30566/statm: 584081 525472 844 2943 0 580975 0
[pid=30566/tid=30569] ppid=30561 vsize=2336324 CPUtime=0 cores=1,3,5,7
/proc/30566/task/30569/stat : 30569 (toysat) S 30561 30566 28709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12952928 2392395776 525472 33554432000 4194304 16246674 140734045928064 140643171020016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30566/tid=30570] ppid=30561 vsize=2336324 CPUtime=0 cores=1,3,5,7
/proc/30566/task/30570/stat : 30570 (toysat) S 30561 30566 28709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12952928 2392395776 525472 33554432000 4194304 16246674 140734045928064 140643160530160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=30566/tid=30571] ppid=30561 vsize=2336324 CPUtime=0 cores=1,3,5,7
/proc/30566/task/30571/stat : 30571 (toysat) S 30561 30566 28709 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12952928 2392395776 525472 33554432000 4194304 16246674 140734045928064 140643150056624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 2336324

[startup+1542.31 s]
/proc/loadavg: 2.01 2.05 2.23 3/183 30613
/proc/meminfo: memFree=27145128/32872528 swapFree=496356/529060
[pid=30566] ppid=30561 vsize=2336324 CPUtime=1542.05 cores=1,3,5,7
/proc/30566/stat : 30566 (toysat) R 30561 30566 28709 0 -1 4202496 507348 0 0 0 154134 71 0 0 20 0 4 0 12952928 2392395776 525522 33554432000 4194304 16246674 140734045928064 140734045909952 6132539 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30566/statm: 584081 525522 844 2943 0 580975 0
[pid=30566/tid=30569] ppid=30561 vsize=2336324 CPUtime=0 cores=1,3,5,7
/proc/30566/task/30569/stat : 30569 (toysat) S 30561 30566 28709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12952928 2392395776 525522 33554432000 4194304 16246674 140734045928064 140643171020016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30566/tid=30570] ppid=30561 vsize=2336324 CPUtime=0 cores=1,3,5,7
/proc/30566/task/30570/stat : 30570 (toysat) S 30561 30566 28709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12952928 2392395776 525522 33554432000 4194304 16246674 140734045928064 140643160530160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=30566/tid=30571] ppid=30561 vsize=2336324 CPUtime=0 cores=1,3,5,7
/proc/30566/task/30571/stat : 30571 (toysat) S 30561 30566 28709 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12952928 2392395776 525522 33554432000 4194304 16246674 140734045928064 140643150056624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 2336324

[startup+1602.3 s]
/proc/loadavg: 2.07 2.05 2.22 3/183 30614
/proc/meminfo: memFree=27144364/32872528 swapFree=496356/529060
[pid=30566] ppid=30561 vsize=2336324 CPUtime=1602.03 cores=1,3,5,7
/proc/30566/stat : 30566 (toysat) R 30561 30566 28709 0 -1 4202496 507348 0 0 0 160132 71 0 0 20 0 4 0 12952928 2392395776 525522 33554432000 4194304 16246674 140734045928064 140734045909952 6132648 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30566/statm: 584081 525522 844 2943 0 580975 0
[pid=30566/tid=30569] ppid=30561 vsize=2336324 CPUtime=0 cores=1,3,5,7
/proc/30566/task/30569/stat : 30569 (toysat) S 30561 30566 28709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12952928 2392395776 525522 33554432000 4194304 16246674 140734045928064 140643171020016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30566/tid=30570] ppid=30561 vsize=2336324 CPUtime=0 cores=1,3,5,7
/proc/30566/task/30570/stat : 30570 (toysat) S 30561 30566 28709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12952928 2392395776 525522 33554432000 4194304 16246674 140734045928064 140643160530160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=30566/tid=30571] ppid=30561 vsize=2336324 CPUtime=0 cores=1,3,5,7
/proc/30566/task/30571/stat : 30571 (toysat) S 30561 30566 28709 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12952928 2392395776 525522 33554432000 4194304 16246674 140734045928064 140643150056624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 2336324

[startup+1662.3 s]
/proc/loadavg: 2.02 2.04 2.20 3/183 30616
/proc/meminfo: memFree=27145268/32872528 swapFree=496356/529060
[pid=30566] ppid=30561 vsize=2336324 CPUtime=1662.02 cores=1,3,5,7
/proc/30566/stat : 30566 (toysat) R 30561 30566 28709 0 -1 4202496 507352 0 0 0 166131 71 0 0 20 0 4 0 12952928 2392395776 525522 33554432000 4194304 16246674 140734045928064 140734045909952 13955814 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30566/statm: 584081 525522 844 2943 0 580975 0
[pid=30566/tid=30569] ppid=30561 vsize=2336324 CPUtime=0 cores=1,3,5,7
/proc/30566/task/30569/stat : 30569 (toysat) S 30561 30566 28709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12952928 2392395776 525522 33554432000 4194304 16246674 140734045928064 140643171020016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30566/tid=30570] ppid=30561 vsize=2336324 CPUtime=0 cores=1,3,5,7
/proc/30566/task/30570/stat : 30570 (toysat) S 30561 30566 28709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12952928 2392395776 525522 33554432000 4194304 16246674 140734045928064 140643160530160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=30566/tid=30571] ppid=30561 vsize=2336324 CPUtime=0 cores=1,3,5,7
/proc/30566/task/30571/stat : 30571 (toysat) S 30561 30566 28709 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12952928 2392395776 525522 33554432000 4194304 16246674 140734045928064 140643150056624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 2336324

[startup+1722.3 s]
/proc/loadavg: 2.06 2.04 2.19 3/183 30617
/proc/meminfo: memFree=27145412/32872528 swapFree=496356/529060
[pid=30566] ppid=30561 vsize=2336324 CPUtime=1722.01 cores=1,3,5,7
/proc/30566/stat : 30566 (toysat) R 30561 30566 28709 0 -1 4202496 507352 0 0 0 172130 71 0 0 20 0 4 0 12952928 2392395776 525522 33554432000 4194304 16246674 140734045928064 140734045909952 6132584 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30566/statm: 584081 525522 844 2943 0 580975 0
[pid=30566/tid=30569] ppid=30561 vsize=2336324 CPUtime=0 cores=1,3,5,7
/proc/30566/task/30569/stat : 30569 (toysat) S 30561 30566 28709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12952928 2392395776 525522 33554432000 4194304 16246674 140734045928064 140643171020016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30566/tid=30570] ppid=30561 vsize=2336324 CPUtime=0 cores=1,3,5,7
/proc/30566/task/30570/stat : 30570 (toysat) S 30561 30566 28709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12952928 2392395776 525522 33554432000 4194304 16246674 140734045928064 140643160530160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=30566/tid=30571] ppid=30561 vsize=2336324 CPUtime=0 cores=1,3,5,7
/proc/30566/task/30571/stat : 30571 (toysat) S 30561 30566 28709 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12952928 2392395776 525522 33554432000 4194304 16246674 140734045928064 140643150056624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 2336324

[startup+1782.3 s]
/proc/loadavg: 2.05 2.05 2.18 3/184 30621
/proc/meminfo: memFree=27144676/32872528 swapFree=496356/529060
[pid=30566] ppid=30561 vsize=2336324 CPUtime=1782.01 cores=1,3,5,7
/proc/30566/stat : 30566 (toysat) R 30561 30566 28709 0 -1 4202496 507352 0 0 0 178129 72 0 0 20 0 4 0 12952928 2392395776 525522 33554432000 4194304 16246674 140734045928064 140734045909952 13955776 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30566/statm: 584081 525522 844 2943 0 580975 0
[pid=30566/tid=30569] ppid=30561 vsize=2336324 CPUtime=0 cores=1,3,5,7
/proc/30566/task/30569/stat : 30569 (toysat) S 30561 30566 28709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12952928 2392395776 525522 33554432000 4194304 16246674 140734045928064 140643171020016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30566/tid=30570] ppid=30561 vsize=2336324 CPUtime=0 cores=1,3,5,7
/proc/30566/task/30570/stat : 30570 (toysat) S 30561 30566 28709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12952928 2392395776 525522 33554432000 4194304 16246674 140734045928064 140643160530160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=30566/tid=30571] ppid=30561 vsize=2336324 CPUtime=0 cores=1,3,5,7
/proc/30566/task/30571/stat : 30571 (toysat) S 30561 30566 28709 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12952928 2392395776 525522 33554432000 4194304 16246674 140734045928064 140643150056624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 2336324



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.04 2.05 2.18 3/184 30644
/proc/meminfo: memFree=27144116/32872528 swapFree=496356/529060
[pid=30566] ppid=30561 vsize=2336324 CPUtime=1800.01 cores=1,3,5,7
/proc/30566/stat : 30566 (toysat) R 30561 30566 28709 0 -1 4202496 507352 0 0 0 179929 72 0 0 20 0 4 0 12952928 2392395776 525522 33554432000 4194304 16246674 140734045928064 140734045909952 13817064 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30566/statm: 584081 525522 844 2943 0 580975 0
[pid=30566/tid=30569] ppid=30561 vsize=2336324 CPUtime=0 cores=1,3,5,7
/proc/30566/task/30569/stat : 30569 (toysat) S 30561 30566 28709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12952928 2392395776 525522 33554432000 4194304 16246674 140734045928064 140643171020016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30566/tid=30570] ppid=30561 vsize=2336324 CPUtime=0 cores=1,3,5,7
/proc/30566/task/30570/stat : 30570 (toysat) S 30561 30566 28709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12952928 2392395776 525522 33554432000 4194304 16246674 140734045928064 140643160530160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=30566/tid=30571] ppid=30561 vsize=2336324 CPUtime=0 cores=1,3,5,7
/proc/30566/task/30571/stat : 30571 (toysat) S 30561 30566 28709 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12952928 2392395776 525522 33554432000 4194304 16246674 140734045928064 140643150056624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 2336324

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

[startup+1800.3 s]
/proc/loadavg: 2.04 2.05 2.18 3/184 30644
/proc/meminfo: memFree=27144116/32872528 swapFree=496356/529060
[pid=30566] ppid=30561 vsize=2336324 CPUtime=1800.01 cores=1,3,5,7
/proc/30566/stat : 30566 (toysat) R 30561 30566 28709 0 -1 4202496 507352 0 0 0 179929 72 0 0 20 0 4 0 12952928 2392395776 525522 33554432000 4194304 16246674 140734045928064 140734045909952 13817064 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30566/statm: 584081 525522 844 2943 0 580975 0
[pid=30566/tid=30569] ppid=30561 vsize=2336324 CPUtime=0 cores=1,3,5,7
/proc/30566/task/30569/stat : 30569 (toysat) S 30561 30566 28709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 12952928 2392395776 525522 33554432000 4194304 16246674 140734045928064 140643171020016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30566/tid=30570] ppid=30561 vsize=2336324 CPUtime=0 cores=1,3,5,7
/proc/30566/task/30570/stat : 30570 (toysat) S 30561 30566 28709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12952928 2392395776 525522 33554432000 4194304 16246674 140734045928064 140643160530160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=30566/tid=30571] ppid=30561 vsize=2336324 CPUtime=0 cores=1,3,5,7
/proc/30566/task/30571/stat : 30571 (toysat) S 30561 30566 28709 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12952928 2392395776 525522 33554432000 4194304 16246674 140734045928064 140643150056624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 2336324

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.31
CPU time (s): 1800.02
CPU user time (s): 1799.3
CPU system time (s): 0.72189
CPU usage (%): 99.9838
Max. virtual memory (cumulated for all children) (KiB): 2336324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.3
system time used= 0.72189
maximum resident set size= 2102088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 507352
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= 51
involuntary context switches= 1873

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.48032 second user time and 6.99993 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-16 22:31:15
IDJOB=4093243
IDBENCH=79577
IDSOLVER=2553
FILE ID=node141/4093243-1466109074
RUNJOBID= node141-1466109073-30540
PBS_JOBID= 19904052
Free space on /tmp= 71680 MiB

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

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

MD5SUM BENCH= 9da5a371764752ef421f1f627b5fffdd
RANDOM SEED=1455848688

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:        31355884 kB
Buffers:           60096 kB
Cached:           217168 kB
SwapCached:         2876 kB
Active:           180420 kB
Inactive:         101376 kB
Active(anon):       4524 kB
Inactive(anon):     2156 kB
Active(file):     175896 kB
Inactive(file):    99220 kB
Unevictable:      529060 kB
Mlocked:          496356 kB
SwapTotal:      67108856 kB
SwapFree:       67099000 kB
Dirty:             85256 kB
Writeback:             0 kB
AnonPages:        535472 kB
Mapped:             6936 kB
Shmem:                 0 kB
Slab:             574380 kB
SReclaimable:      17900 kB
SUnreclaim:       556480 kB
KernelStack:        1416 kB
PageTables:         4944 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     626588 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     36864 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= 71648 MiB
End job on node141 at 2016-06-16 23:01:15