Trace number 4242448

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
R1: cosoco 1.1? (TO) 2400.04 2400.21

General information on the benchmark

NameBlackhole/Blackhole-m1-s07/
Blackhole-07-3-10.xml
MD5SUM41a77f0ff8ed1fddf85157fc97a1c00e
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.035018999
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints47
Number of domains1
Minimum domain size28
Maximum domain size28
Distribution of domain sizes[{"size":28,"count":56}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":47},{"degree":3,"count":9}]
Minimum constraint arity1
Maximum constraint arity56
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":45},{"arity":56,"count":1}]
Number of extensional constraints27
Number of intensional constraints19
Distribution of constraint types[{"type":"extension","count":27},{"type":"intension","count":19},{"type":"channel","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c Create channel(X,Y) constraint using 28 element constraint 
0.00/0.00	c intension y[1]<y[8]  using generic constraint 
0.00/0.00	c intension y[8]<y[21]  using generic constraint 
0.00/0.01	c intension y[22]<y[12]  using generic constraint 
0.00/0.01	c intension y[12]<y[24]  using generic constraint 
0.00/0.01	c intension y[17]<y[11]  using generic constraint 
0.00/0.01	c intension y[11]<y[5]  using generic constraint 
0.00/0.01	c intension y[16]<y[13]  using generic constraint 
0.00/0.01	c intension y[13]<y[19]  using generic constraint 
0.00/0.01	c intension y[10]<y[18]  using generic constraint 
0.00/0.01	c intension y[18]<y[26]  using generic constraint 
0.00/0.01	c intension y[2]<y[7]  using generic constraint 
0.00/0.01	c intension y[7]<y[9]  using generic constraint 
0.00/0.01	c intension y[15]<y[3]  using generic constraint 
0.00/0.01	c intension y[3]<y[25]  using generic constraint 
0.00/0.01	c intension y[6]<y[4]  using generic constraint 
0.00/0.01	c intension y[4]<y[14]  using generic constraint 
0.00/0.01	c intension y[27]<y[23]  using generic constraint 
0.00/0.01	c intension y[23]<y[20]  using generic constraint 
0.00/0.01	c root propagations     : 162         
0.00/0.01	c restarts enabled, print stats at every restarts
0.00/0.01	c
0.00/0.01	c
0.00/0.01	c
0.00/0.01	c This is cosoco 1.0 --  
0.00/0.01	c
0.00/0.01	c ========================================[ Problem Statistics ]===========================================
0.00/0.01	c |                                                                                                       
0.00/0.01	c |  Parse time        :         0.01 s 
0.00/0.01	c |
0.00/0.01	c |               Variables: 56
0.00/0.01	c |            Domain Sizes: 28..28
0.00/0.01	c |
0.00/0.01	c |             Constraints: 74
0.00/0.01	c |                   Arity: 1..29  -- Unary: 1  -- Binary: 45
0.00/0.01	c | 
0.00/0.01	c |                   Types: 
0.00/0.01	c |                          (X - Y < k): 18
0.00/0.01	c |                          Element Constant: 28
0.00/0.01	c |                          Extension: 27  (nb tuples: 224..224) -- (shared: 26)
0.00/0.01	c |                          Intension: 1
0.00/0.01	c |                          
0.00/0.01	c =========================================================================================================
0.00/0.01	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
0.00/0.01	c 101            200            13214          8336           56             0              22   29   25   
0.00/0.02	c 211            400            26060          13857          56             0              19   29   23   
0.00/0.02	c 332            584            43304          23540          56             0              20   22   21   
0.00/0.02	c 465            786            56705          31908          56             0              19   27   24   
0.00/0.02	c 611            978            67930          37178          56             0              24   26   24   
0.00/0.02	c 771            1276           86018          48440          56             0              26   26   25   
0.00/0.03	c 947            1588           107135         64470          56             0              22   27   23   
0.00/0.03	c 1140           1961           130612         80292          56             0              21   23   22   
0.00/0.04	c 1352           2416           166614         104434         56             0              19   23   22   
0.00/0.04	c 1585           2931           208386         133309         56             0              16   27   20   
0.00/0.05	c 1841           3483           250451         160367         56             0              20   25   21   
0.00/0.05	c 2122           3935           282372         172282         56             0              21   28   25   
0.00/0.06	c 2431           4506           324122         198002         56             0              21   26   23   
0.00/0.07	c 2770           5252           370478         234956         56             0              17   23   18   
0.00/0.07	c 3142           6068           426660         261238         56             0              18   27   24   
0.00/0.08	c 3551           6858           489612         312456         56             0              20   25   21   
0.00/0.09	c 4000           8061           548482         335388         56             0              25   31   28   
0.00/0.09	c 4493           8958           599263         366717         56             0              21   21   20   
0.09/0.10	c 5035           9783           647060         385573         56             0              20   27   26   
0.09/0.11	c 5631           10854          750267         457084         56             0              18   30   22   
0.09/0.12	c 6286           11977          812114         493418         56             0              22   25   24   
0.09/0.13	c 7006           12929          892826         530135         56             0              26   29   27   
0.09/0.14	c 7798           14584          1028016        619621         56             0              20   26   22   
0.09/0.15	c 8669           16507          1113738        643895         56             0              25   27   26   
0.09/0.16	c 9627           18584          1243209        714136         56             0              23   23   22   
0.09/0.17	c 10680          20531          1378037        801662         56             0              22   25   23   
0.09/0.18	c 11838          22057          1482716        889485         56             0              22   22   21   
0.09/0.19	c 13111          24635          1632907        960295         56             0              25   30   26   
0.19/0.21	c 14511          27660          1808677        1051811        56             0              17   30   23   
0.19/0.22	c 16051          30309          1955114        1096550        56             0              20   30   26   
0.19/0.24	c 17745          34044          2200269        1231153        56             0              23   24   23   
0.19/0.26	c 19608          37329          2417224        1347607        56             0              17   28   22   
0.19/0.28	c 21657          41939          2718158        1507827        56             0              21   25   23   
0.29/0.31	c 23910          45728          3046859        1694093        56             0              20   31   24   
0.29/0.33	c 26388          49531          3298579        1877960        56             0              23   26   24   
0.29/0.37	c 29113          54419          3738889        2201389        56             0              18   26   21   
0.29/0.39	c 32110          60942          4032459        2303160        56             0              24   29   28   
0.39/0.45	c 35406          67965          4794611        2894270        56             0              23   25   23   
0.39/0.49	c 39031          75858          5284619        3097024        56             0              18   30   21   
0.49/0.51	c 43018          82136          5563769        3249006        56             0              23   26   25   
0.49/0.55	c 47403          92401          6104881        3439695        56             0              16   27   23   
0.59/0.60	c 52226          102794         6781092        3815486        56             0              21   25   23   
0.59/0.64	c 57531          111396         7165309        4034222        56             0              22   26   24   
0.59/0.68	c 63366          120295         7875105        4291335        56             0              20   32   27   
0.69/0.73	c 69784          130864         8442531        4573722        56             0              23   25   24   
0.69/0.77	c 76843          142219         8932174        4826038        56             0              22   25   24   
0.89/0.91	c 84607          160027         10304018       5721307        56             0              19   27   22   
0.99/1.00	c 93147          174709         11498422       6521776        56             0              21   26   23   
0.99/1.05	c 102541         189676         12144689       6862844        56             0              25   26   25   
1.10/1.11	c 112874         206242         12853041       7224086        56             0              25   26   25   
1.20/1.29	c 124240         226992         14592597       8931977        56             0              18   27   22   
1.29/1.36	c 136742         246793         15467658       9405327        56             0              26   26   25   
1.39/1.44	c 150494         268538         16456046       9948347        56             0              26   26   25   
1.49/1.52	c 165621         292429         17559826       10568103       56             0              26   26   25   
1.69/1.71	c 182260         326289         19951451       11913400       56             0              18   26   24   
1.79/1.81	c 200562         355147         21239288       12585768       56             0              26   26   25   
1.99/2.00	c 220694         395296         23775288       13788890       56             0              21   30   27   
2.09/2.13	c 242839         430254         25397799       14701613       56             0              26   26   25   
2.20/2.29	c 267198         485301         27768531       15289207       56             0              20   26   23   
2.39/2.43	c 293992         527757         29597231       16242553       56             0              26   26   25   
2.59/2.60	c 323465         574408         31708278       17399973       56             0              26   26   25   
2.79/2.81	c 355885         640153         35052636       18487668       56             0              19   31   28   
2.99/3.00	c 391547         696730         37511304       19781248       56             0              26   26   25   
3.19/3.23	c 430775         758783         40376392       21391398       56             0              26   26   25   
3.49/3.51	c 473925         826780         44021369       23392083       56             0              26   26   25   
3.69/3.78	c 521390         906650         47676518       24957453       56             0              18   24   22   
3.99/4.08	c 573601         973040         51955338       26434291       56             0              21   28   25   
4.40/4.47	c 631033         1063677        56825734       29160515       56             0              26   26   25   
5.09/5.10	c 694208         1213384        65443537       32368504       56             0              24   27   26   
5.50/5.55	c 763700         1361601        71817616       34563937       56             0              23   27   26   
5.99/6.01	c 840141         1514618        78339749       36836182       56             0              24   27   26   
6.49/6.50	c 924226         1673902        84996300       39457625       56             0              23   27   26   
6.99/7.03	c 1016719        1825170        91698284       43161856       56             0              21   27   25   
7.39/7.42	c 1118461        1954475        99042321       44780221       56             0              19   31   29   
7.99/8.09	c 1230377        2172741        108310598      48262521       56             0              23   27   26   
8.49/8.58	c 1353484        2357036        118762746      49978601       56             0              25   30   29   
9.39/9.43	c 1488901        2624023        130392103      54441007       56             0              20   27   26   
10.19/10.25	c 1637859        2858595        140599293      59999085       56             0              23   26   25   
11.39/11.40	c 1801712        3090176        156752317      67758238       56             0              21   32   26   
12.99/13.06	c 1981950        3342807        180855570      80334644       56             0              18   27   21   
14.89/14.97	c 2180211        3661637        203819289      95745888       56             0              20   27   24   
16.09/16.13	c 2398298        4008306        218634882      103399223      56             0              20   26   25   
17.49/17.58	c 2638193        4314793        240346012      112152732      56             0              25   30   27   
19.99/20.03	c 2902077        4748513        270463919      128110780      56             0              20   27   25   
22.19/22.23	c 3192349        5122076        305255117      139948525      56             0              20   31   27   
24.99/25.06	c 3511648        5798248        343007736      157650863      56             0              21   27   25   
28.60/28.64	c 3862876        6563302        389238787      181490750      56             0              22   27   25   
33.79/33.87	c 4249226        7411607        452715875      217974557      56             0              21   26   24   
37.50/37.57	c 4674211        8049094        498560392      250819255      56             0              19   29   24   
40.09/40.10	c 5141694        8809634        530917231      267004289      56             0              23   27   25   
44.29/44.30	c 5655925        9492726        592170125      290704798      56             0              20   30   27   
49.99/50.04	c 6221579        10427103       660503103      327542866      56             0              22   26   25   
53.39/53.40	c 6843798        11515489       720089366      341754185      56             0              18   34   29   
58.29/58.36	c 7528238        12783128       784801956      374638271      56             0              20   27   25   
65.69/65.76	c 8281122        14323891       877527295      424060279      56             0              23   26   24   
70.69/70.76	c 9109294        16169890       961910530      444909132      56             0              18   33   29   
81.29/81.37	c 10020283       17922037       1092623380     515018845      56             0              24   26   24   
92.49/92.57	c 11022370       19930708       1231547928     594498557      56             0              22   26   24   
98.88/98.99	c 12124665       21852204       1314955802     633578521      56             0              22   27   26   
105.28/105.35	c 13337189       23763477       1395062932     675442598      56             0              22   27   25   
114.58/114.63	c 14670965       26042141       1525396159     726256756      56             0              14   34   27   
123.38/123.40	c 16138118       29026943       1650966482     769706127      56             0              22   27   26   
131.78/131.85	c 17751986       31535395       1755054768     826521120      56             0              21   26   25   
141.18/141.27	c 19527240       34241641       1932328638     866730765      56             0              19   31   28   
152.89/152.91	c 21480019       38188692       2100499637     926872053      56             0              21   27   26   
163.68/163.72	c 23628075       41449986       2233029509     1001438398     56             0              22   26   25   
174.28/174.39	c 25990936       44792046       2441216151     1041868043     56             0              21   32   28   
189.68/189.75	c 28590083       49988721       2659716998     1118362754     56             0              22   27   26   
220.08/220.17	c 31449144       55050966       3087080335     1315330665     56             0              17   34   27   
256.87/256.98	c 34594111       61384259       3548544644     1572480909     56             0              22   26   25   
277.87/277.92	c 38053574       67840332       3891509401     1684050941     56             0              17   35   28   
302.27/302.37	c 41858983       73462982       4193512815     1849023909     56             0              22   25   24   
363.57/363.64	c 46044932       81676163       4862912579     2252541209     56             0              21   25   24   
389.47/389.56	c 50649475       89091912       5296465236     2377362927     56             0              15   34   31   
466.47/466.54	c 55714472       99888049       6201432773     2877282597     56             0              18   28   24   
511.46/511.51	c 61285968       107951105      6708673152     3169728374     56             0              17   25   22   
558.35/558.46	c 67414613       121017339      7373035370     3421314730     56             0              15   28   25   
618.55/618.61	c 74156122       130089737      8019628497     3818998560     56             0              17   24   22   
670.15/670.20	c 81571781       142202150      8699029439     4215781867     56             0              16   28   24   
713.14/713.27	c 89729005       151613959      9287296900     4421034120     56             0              22   27   24   
834.84/834.91	c 98701951       171335942      10757669612    5330697307     56             0              17   26   21   
932.43/932.50	c 108572191      185664372      11766589019    6095323035     56             0              19   24   22   
1007.42/1007.58	c 119429455      200373093      12571060594    6713262609     56             0              20   22   21   
1109.72/1109.85	c 131372445      217978467      13635458865    7511632695     56             0              18   28   22   
1225.31/1225.42	c 144509734      233303598      15288373120    8403339029     56             0              23   29   26   
1382.60/1382.79	c 158960751      254317137      16929765007    9732888137     56             0              16   29   21   
1500.99/1501.11	c 174856869      284131600      18656329937    10468742377    56             0              14   33   27   
1774.97/1775.19	c 192342598      313209144      21372078625    12779644559    56             0              16   28   21   
1901.46/1901.65	c 211576899      346919853      23325067266    13557409335    56             0              19   35   28   
2205.94/2206.12	c 232734630      385334586      26707241038    16109373156    56             0              14   31   21   

Verifier Data

One s line expected

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-4242448-1500662777/watcher-4242448-1500662777 -o /tmp/evaluation-result-4242448-1500662777/solver-4242448-1500662777 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node125-1500648174-2499 --watchdog 2560 HOME/cosoco -lc -model -restarts HOME/instance-4242448-1500662777.xml 

pid=4737
running on 8 cores: 0,2,4,6,8,10,12,14

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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: 8192 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.05 2/242 4740
/proc/meminfo: memFree=31860960/32770624 swapFree=5796/218164
[pid=4740] ppid=4737 vsize=27116 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/4740/stat : 4740 (cosoco) R 4737 4740 2468 0 -1 4202496 1054 0 0 0 0 0 0 0 20 0 1 0 1545398 27766784 848 33554432000 4194304 5970956 140731224987328 140731224983976 139805266136160 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 8070896 8075904 30167040 140731224990913 140731224991043 140731224991043 140731224993742 0
/proc/4740/statm: 6779 848 743 434 0 143 0

[startup+0.100118 s]
/proc/loadavg: 2.00 2.01 2.05 2/242 4740
/proc/meminfo: memFree=31860960/32770624 swapFree=5796/218164
[pid=4740] ppid=4737 vsize=27116 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/4740/stat : 4740 (cosoco) R 4737 4740 2468 0 -1 4202496 1108 0 0 0 9 0 0 0 20 0 1 0 1545398 27766784 913 33554432000 4194304 5970956 140731224987328 140731224984664 5333488 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 30167040 140731224990913 140731224991043 140731224991043 140731224993742 0
/proc/4740/statm: 6779 913 797 434 0 143 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27116

[startup+0.200293 s]
/proc/loadavg: 2.00 2.01 2.05 2/242 4740
/proc/meminfo: memFree=31860960/32770624 swapFree=5796/218164
[pid=4740] ppid=4737 vsize=27116 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/4740/stat : 4740 (cosoco) R 4737 4740 2468 0 -1 4202496 1108 0 0 0 19 0 0 0 20 0 1 0 1545398 27766784 913 33554432000 4194304 5970956 140731224987328 140731224984664 4908519 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 30167040 140731224990913 140731224991043 140731224991043 140731224993742 0
/proc/4740/statm: 6779 913 797 434 0 143 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 27116

[startup+0.300267 s]
/proc/loadavg: 2.00 2.01 2.05 2/242 4740
/proc/meminfo: memFree=31860960/32770624 swapFree=5796/218164
[pid=4740] ppid=4737 vsize=27116 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/4740/stat : 4740 (cosoco) R 4737 4740 2468 0 -1 4202496 1108 0 0 0 29 0 0 0 20 0 1 0 1545398 27766784 913 33554432000 4194304 5970956 140731224987328 140731224984664 5098928 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 30167040 140731224990913 140731224991043 140731224991043 140731224993742 0
/proc/4740/statm: 6779 913 797 434 0 143 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27116

[startup+0.70023 s]
/proc/loadavg: 2.00 2.01 2.05 2/242 4740
/proc/meminfo: memFree=31860960/32770624 swapFree=5796/218164
[pid=4740] ppid=4737 vsize=27116 CPUtime=0.69 cores=0,2,4,6,8,10,12,14
/proc/4740/stat : 4740 (cosoco) R 4737 4740 2468 0 -1 4202496 1108 0 0 0 69 0 0 0 20 0 1 0 1545398 27766784 913 33554432000 4194304 5970956 140731224987328 140731224984664 5098928 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 30167040 140731224990913 140731224991043 140731224991043 140731224993742 0
/proc/4740/statm: 6779 913 797 434 0 143 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27116

[startup+1.50024 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 4741
/proc/meminfo: memFree=31860776/32770624 swapFree=5796/218220
[pid=4740] ppid=4737 vsize=27116 CPUtime=1.49 cores=0,2,4,6,8,10,12,14
/proc/4740/stat : 4740 (cosoco) R 4737 4740 2468 0 -1 4202496 1108 0 0 0 149 0 0 0 20 0 1 0 1545398 27766784 913 33554432000 4194304 5970956 140731224987328 140731224984664 5098928 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 30167040 140731224990913 140731224991043 140731224991043 140731224993742 0
/proc/4740/statm: 6779 913 797 434 0 143 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27116

[startup+3.10027 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 4741
/proc/meminfo: memFree=31860824/32770624 swapFree=5796/218228
[pid=4740] ppid=4737 vsize=27116 CPUtime=3.09 cores=0,2,4,6,8,10,12,14
/proc/4740/stat : 4740 (cosoco) R 4737 4740 2468 0 -1 4202496 1161 0 0 0 309 0 0 0 20 0 1 0 1545398 27766784 949 33554432000 4194304 5970956 140731224987328 140731224984664 4908515 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 30167040 140731224990913 140731224991043 140731224991043 140731224993742 0
/proc/4740/statm: 6779 949 832 434 0 143 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27116

[startup+6.30029 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 4741
/proc/meminfo: memFree=31860624/32770624 swapFree=5796/218192
[pid=4740] ppid=4737 vsize=27116 CPUtime=6.29 cores=0,2,4,6,8,10,12,14
/proc/4740/stat : 4740 (cosoco) R 4737 4740 2468 0 -1 4202496 1214 0 0 0 629 0 0 0 20 0 1 0 1545398 27766784 949 33554432000 4194304 5970956 140731224987328 140731224984664 4908539 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 30167040 140731224990913 140731224991043 140731224991043 140731224993742 0
/proc/4740/statm: 6779 949 832 434 0 143 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 27116

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 4741
/proc/meminfo: memFree=31860144/32770624 swapFree=5796/218200
[pid=4740] ppid=4737 vsize=27116 CPUtime=12.69 cores=0,2,4,6,8,10,12,14
/proc/4740/stat : 4740 (cosoco) R 4737 4740 2468 0 -1 4202496 1267 0 0 0 1269 0 0 0 20 0 1 0 1545398 27766784 949 33554432000 4194304 5970956 140731224987328 140731224984664 4994503 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 30167040 140731224990913 140731224991043 140731224991043 140731224993742 0
/proc/4740/statm: 6779 949 832 434 0 143 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 27116

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 4741
/proc/meminfo: memFree=31860268/32770624 swapFree=5796/218216
[pid=4740] ppid=4737 vsize=27116 CPUtime=25.49 cores=0,2,4,6,8,10,12,14
/proc/4740/stat : 4740 (cosoco) R 4737 4740 2468 0 -1 4202496 1373 0 0 0 2549 0 0 0 20 0 1 0 1545398 27766784 949 33554432000 4194304 5970956 140731224987328 140731224984664 5320400 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 30167040 140731224990913 140731224991043 140731224991043 140731224993742 0
/proc/4740/statm: 6779 949 832 434 0 143 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 27116

[startup+51.1003 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 4741
/proc/meminfo: memFree=31860268/32770624 swapFree=5796/218240
[pid=4740] ppid=4737 vsize=27116 CPUtime=51.09 cores=0,2,4,6,8,10,12,14
/proc/4740/stat : 4740 (cosoco) R 4737 4740 2468 0 -1 4202496 1426 0 0 0 5109 0 0 0 20 0 1 0 1545398 27766784 949 33554432000 4194304 5970956 140731224987328 140731224984664 5322463 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 30167040 140731224990913 140731224991043 140731224991043 140731224993742 0
/proc/4740/statm: 6779 949 832 434 0 143 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 27116

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 4742
/proc/meminfo: memFree=31860864/32770624 swapFree=5796/218304
[pid=4740] ppid=4737 vsize=27116 CPUtime=102.29 cores=0,2,4,6,8,10,12,14
/proc/4740/stat : 4740 (cosoco) R 4737 4740 2468 0 -1 4202496 1479 0 0 0 10229 0 0 0 20 0 1 0 1545398 27766784 949 33554432000 4194304 5970956 140731224987328 140731224984664 4994614 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 30167040 140731224990913 140731224991043 140731224991043 140731224993742 0
/proc/4740/statm: 6779 949 832 434 0 143 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 27116

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 4743
/proc/meminfo: memFree=31860840/32770624 swapFree=5796/218376
[pid=4740] ppid=4737 vsize=27116 CPUtime=162.28 cores=0,2,4,6,8,10,12,14
/proc/4740/stat : 4740 (cosoco) R 4737 4740 2468 0 -1 4202496 1532 0 0 0 16228 0 0 0 20 0 1 0 1545398 27766784 949 33554432000 4194304 5970956 140731224987328 140731224984664 5098928 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 30167040 140731224990913 140731224991043 140731224991043 140731224993742 0
/proc/4740/statm: 6779 949 832 434 0 143 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 27116

[startup+222.308 s]
/proc/loadavg: 2.05 2.03 2.05 3/243 4744
/proc/meminfo: memFree=31861320/32770624 swapFree=5796/218432
[pid=4740] ppid=4737 vsize=27116 CPUtime=222.28 cores=0,2,4,6,8,10,12,14
/proc/4740/stat : 4740 (cosoco) R 4737 4740 2468 0 -1 4202496 1585 0 0 0 22228 0 0 0 20 0 1 0 1545398 27766784 949 33554432000 4194304 5970956 140731224987328 140731224984664 4994568 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 30167040 140731224990913 140731224991043 140731224991043 140731224993742 0
/proc/4740/statm: 6779 949 832 434 0 143 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 27116

[startup+282.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/243 4752
/proc/meminfo: memFree=31863056/32770624 swapFree=5796/218472
[pid=4740] ppid=4737 vsize=27116 CPUtime=282.27 cores=0,2,4,6,8,10,12,14
/proc/4740/stat : 4740 (cosoco) R 4737 4740 2468 0 -1 4202496 1638 0 0 0 28227 0 0 0 20 0 1 0 1545398 27766784 949 33554432000 4194304 5970956 140731224987328 140731224984664 4994537 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 30167040 140731224990913 140731224991043 140731224991043 140731224993742 0
/proc/4740/statm: 6779 949 832 434 0 143 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 27116

[startup+342.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 4753
/proc/meminfo: memFree=31862864/32770624 swapFree=5796/218516
[pid=4740] ppid=4737 vsize=27116 CPUtime=342.27 cores=0,2,4,6,8,10,12,14
/proc/4740/stat : 4740 (cosoco) R 4737 4740 2468 0 -1 4202496 1691 0 0 0 34227 0 0 0 20 0 1 0 1545398 27766784 949 33554432000 4194304 5970956 140731224987328 140731224984664 5093248 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 30167040 140731224990913 140731224991043 140731224991043 140731224993742 0
/proc/4740/statm: 6779 949 832 434 0 143 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 27116

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 4754
/proc/meminfo: memFree=31863132/32770624 swapFree=5796/218552
[pid=4740] ppid=4737 vsize=27116 CPUtime=402.26 cores=0,2,4,6,8,10,12,14
/proc/4740/stat : 4740 (cosoco) R 4737 4740 2468 0 -1 4202496 1744 0 0 0 40226 0 0 0 20 0 1 0 1545398 27766784 949 33554432000 4194304 5970956 140731224987328 140731224984664 4994580 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 30167040 140731224990913 140731224991043 140731224991043 140731224993742 0
/proc/4740/statm: 6779 949 832 434 0 143 0
Current children cumulated CPU time (s) 402.26
Current children cumulated vsize (KiB) 27116

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 4755
/proc/meminfo: memFree=31863328/32770624 swapFree=5796/218580
[pid=4740] ppid=4737 vsize=27116 CPUtime=462.26 cores=0,2,4,6,8,10,12,14
/proc/4740/stat : 4740 (cosoco) R 4737 4740 2468 0 -1 4202496 1785 0 0 0 46226 0 0 0 20 0 1 0 1545398 27766784 949 33554432000 4194304 5970956 140731224987328 140731224984664 4908539 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 30167040 140731224990913 140731224991043 140731224991043 140731224993742 0
/proc/4740/statm: 6779 949 832 434 0 143 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 27116

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 4756
/proc/meminfo: memFree=31863100/32770624 swapFree=5796/218624
[pid=4740] ppid=4737 vsize=27116 CPUtime=522.26 cores=0,2,4,6,8,10,12,14
/proc/4740/stat : 4740 (cosoco) R 4737 4740 2468 0 -1 4202496 1850 0 0 0 52226 0 0 0 20 0 1 0 1545398 27766784 949 33554432000 4194304 5970956 140731224987328 140731224984664 5328066 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 30167040 140731224990913 140731224991043 140731224991043 140731224993742 0
/proc/4740/statm: 6779 949 832 434 0 143 0
Current children cumulated CPU time (s) 522.26
Current children cumulated vsize (KiB) 27116

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 4758
/proc/meminfo: memFree=31863556/32770624 swapFree=5796/218676
[pid=4740] ppid=4737 vsize=27116 CPUtime=582.25 cores=0,2,4,6,8,10,12,14
/proc/4740/stat : 4740 (cosoco) R 4737 4740 2468 0 -1 4202496 1903 0 0 0 58225 0 0 0 20 0 1 0 1545398 27766784 949 33554432000 4194304 5970956 140731224987328 140731224984664 4994568 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 30167040 140731224990913 140731224991043 140731224991043 140731224993742 0
/proc/4740/statm: 6779 949 832 434 0 143 0
Current children cumulated CPU time (s) 582.25
Current children cumulated vsize (KiB) 27116


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

[startup+1482.3 s]
/proc/loadavg: 2.06 2.03 2.05 3/244 4878
/proc/meminfo: memFree=31922064/32770624 swapFree=5796/219656
[pid=4740] ppid=4737 vsize=27116 CPUtime=1482.19 cores=0,2,4,6,8,10,12,14
/proc/4740/stat : 4740 (cosoco) R 4737 4740 2468 0 -1 4202496 2614 0 0 0 148219 0 0 0 20 0 1 0 1545398 27766784 949 33554432000 4194304 5970956 140731224987328 140731224984664 4994584 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 30167040 140731224990913 140731224991043 140731224991043 140731224993742 0
/proc/4740/statm: 6779 949 832 434 0 143 0
Current children cumulated CPU time (s) 1482.19
Current children cumulated vsize (KiB) 27116

[startup+1542.31 s]
/proc/loadavg: 2.06 2.04 2.05 3/244 4879
/proc/meminfo: memFree=31920752/32770624 swapFree=5796/219680
[pid=4740] ppid=4737 vsize=27116 CPUtime=1542.19 cores=0,2,4,6,8,10,12,14
/proc/4740/stat : 4740 (cosoco) R 4737 4740 2468 0 -1 4202496 2667 0 0 0 154219 0 0 0 20 0 1 0 1545398 27766784 949 33554432000 4194304 5970956 140731224987328 140731224984664 5320146 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 30167040 140731224990913 140731224991043 140731224991043 140731224993742 0
/proc/4740/statm: 6779 949 832 434 0 143 0
Current children cumulated CPU time (s) 1542.19
Current children cumulated vsize (KiB) 27116

[startup+1602.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/244 4880
/proc/meminfo: memFree=31920764/32770624 swapFree=5796/219728
[pid=4740] ppid=4737 vsize=27116 CPUtime=1602.18 cores=0,2,4,6,8,10,12,14
/proc/4740/stat : 4740 (cosoco) R 4737 4740 2468 0 -1 4202496 2708 0 0 0 160218 0 0 0 20 0 1 0 1545398 27766784 949 33554432000 4194304 5970956 140731224987328 140731224984664 4994596 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 30167040 140731224990913 140731224991043 140731224991043 140731224993742 0
/proc/4740/statm: 6779 949 832 434 0 143 0
Current children cumulated CPU time (s) 1602.18
Current children cumulated vsize (KiB) 27116

[startup+1662.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/244 4881
/proc/meminfo: memFree=31921088/32770624 swapFree=5796/219780
[pid=4740] ppid=4737 vsize=27116 CPUtime=1662.18 cores=0,2,4,6,8,10,12,14
/proc/4740/stat : 4740 (cosoco) R 4737 4740 2468 0 -1 4202496 2749 0 0 0 166218 0 0 0 20 0 1 0 1545398 27766784 949 33554432000 4194304 5970956 140731224987328 140731224984664 4994545 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 30167040 140731224990913 140731224991043 140731224991043 140731224993742 0
/proc/4740/statm: 6779 949 832 434 0 143 0
Current children cumulated CPU time (s) 1662.18
Current children cumulated vsize (KiB) 27116

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/244 4882
/proc/meminfo: memFree=31920528/32770624 swapFree=5796/219828
[pid=4740] ppid=4737 vsize=27116 CPUtime=1722.17 cores=0,2,4,6,8,10,12,14
/proc/4740/stat : 4740 (cosoco) R 4737 4740 2468 0 -1 4202496 2790 0 0 0 172217 0 0 0 20 0 1 0 1545398 27766784 949 33554432000 4194304 5970956 140731224987328 140731224984664 5327912 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 30167040 140731224990913 140731224991043 140731224991043 140731224993742 0
/proc/4740/statm: 6779 949 832 434 0 143 0
Current children cumulated CPU time (s) 1722.17
Current children cumulated vsize (KiB) 27116

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/243 4883
/proc/meminfo: memFree=31921008/32770624 swapFree=5796/219868
[pid=4740] ppid=4737 vsize=27116 CPUtime=1782.17 cores=0,2,4,6,8,10,12,14
/proc/4740/stat : 4740 (cosoco) R 4737 4740 2468 0 -1 4202496 2843 0 0 0 178217 0 0 0 20 0 1 0 1545398 27766784 949 33554432000 4194304 5970956 140731224987328 140731224984664 4994568 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 30167040 140731224990913 140731224991043 140731224991043 140731224993742 0
/proc/4740/statm: 6779 949 832 434 0 143 0
Current children cumulated CPU time (s) 1782.17
Current children cumulated vsize (KiB) 27116

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 4884
/proc/meminfo: memFree=31921240/32770624 swapFree=5796/219900
[pid=4740] ppid=4737 vsize=27116 CPUtime=1842.16 cores=0,2,4,6,8,10,12,14
/proc/4740/stat : 4740 (cosoco) R 4737 4740 2468 0 -1 4202496 2884 0 0 0 184216 0 0 0 20 0 1 0 1545398 27766784 949 33554432000 4194304 5970956 140731224987328 140731224984664 4994580 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 30167040 140731224990913 140731224991043 140731224991043 140731224993742 0
/proc/4740/statm: 6779 949 832 434 0 143 0
Current children cumulated CPU time (s) 1842.16
Current children cumulated vsize (KiB) 27116

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 4885
/proc/meminfo: memFree=31921260/32770624 swapFree=5796/219940
[pid=4740] ppid=4737 vsize=27116 CPUtime=1902.16 cores=0,2,4,6,8,10,12,14
/proc/4740/stat : 4740 (cosoco) R 4737 4740 2468 0 -1 4202496 2937 0 0 0 190216 0 0 0 20 0 1 0 1545398 27766784 949 33554432000 4194304 5970956 140731224987328 140731224984664 4994458 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 30167040 140731224990913 140731224991043 140731224991043 140731224993742 0
/proc/4740/statm: 6779 949 832 434 0 143 0
Current children cumulated CPU time (s) 1902.16
Current children cumulated vsize (KiB) 27116

[startup+1962.3 s]
/proc/loadavg: 2.13 2.04 2.05 3/243 4886
/proc/meminfo: memFree=31921220/32770624 swapFree=5796/219988
[pid=4740] ppid=4737 vsize=27116 CPUtime=1962.16 cores=0,2,4,6,8,10,12,14
/proc/4740/stat : 4740 (cosoco) R 4737 4740 2468 0 -1 4202496 2978 0 0 0 196216 0 0 0 20 0 1 0 1545398 27766784 949 33554432000 4194304 5970956 140731224987328 140731224984664 4994526 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 30167040 140731224990913 140731224991043 140731224991043 140731224993742 0
/proc/4740/statm: 6779 949 832 434 0 143 0
Current children cumulated CPU time (s) 1962.16
Current children cumulated vsize (KiB) 27116

[startup+2022.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/243 4887
/proc/meminfo: memFree=31921000/32770624 swapFree=5796/220040
[pid=4740] ppid=4737 vsize=27116 CPUtime=2022.15 cores=0,2,4,6,8,10,12,14
/proc/4740/stat : 4740 (cosoco) R 4737 4740 2468 0 -1 4202496 3019 0 0 0 202215 0 0 0 20 0 1 0 1545398 27766784 949 33554432000 4194304 5970956 140731224987328 140731224984664 4994496 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 30167040 140731224990913 140731224991043 140731224991043 140731224993742 0
/proc/4740/statm: 6779 949 832 434 0 143 0
Current children cumulated CPU time (s) 2022.15
Current children cumulated vsize (KiB) 27116

[startup+2082.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/244 4896
/proc/meminfo: memFree=31920556/32770624 swapFree=5796/220092
[pid=4740] ppid=4737 vsize=27116 CPUtime=2082.15 cores=0,2,4,6,8,10,12,14
/proc/4740/stat : 4740 (cosoco) R 4737 4740 2468 0 -1 4202496 3060 0 0 0 208215 0 0 0 20 0 1 0 1545398 27766784 949 33554432000 4194304 5970956 140731224987328 140731224984664 4994568 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 30167040 140731224990913 140731224991043 140731224991043 140731224993742 0
/proc/4740/statm: 6779 949 832 434 0 143 0
Current children cumulated CPU time (s) 2082.15
Current children cumulated vsize (KiB) 27116

[startup+2142.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/244 4897
/proc/meminfo: memFree=31920204/32770624 swapFree=5796/220128
[pid=4740] ppid=4737 vsize=27116 CPUtime=2142.14 cores=0,2,4,6,8,10,12,14
/proc/4740/stat : 4740 (cosoco) R 4737 4740 2468 0 -1 4202496 3101 0 0 0 214214 0 0 0 20 0 1 0 1545398 27766784 949 33554432000 4194304 5970956 140731224987328 140731224984664 5098896 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 30167040 140731224990913 140731224991043 140731224991043 140731224993742 0
/proc/4740/statm: 6779 949 832 434 0 143 0
Current children cumulated CPU time (s) 2142.14
Current children cumulated vsize (KiB) 27116

[startup+2202.31 s]
/proc/loadavg: 2.00 2.02 2.05 3/244 4898
/proc/meminfo: memFree=31919504/32770624 swapFree=5796/220160
[pid=4740] ppid=4737 vsize=27116 CPUtime=2202.15 cores=0,2,4,6,8,10,12,14
/proc/4740/stat : 4740 (cosoco) R 4737 4740 2468 0 -1 4202496 3142 0 0 0 220215 0 0 0 20 0 1 0 1545398 27766784 949 33554432000 4194304 5970956 140731224987328 140731224984664 5320728 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 30167040 140731224990913 140731224991043 140731224991043 140731224993742 0
/proc/4740/statm: 6779 949 832 434 0 143 0
Current children cumulated CPU time (s) 2202.15
Current children cumulated vsize (KiB) 27116

[startup+2262.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/244 4899
/proc/meminfo: memFree=31918464/32770624 swapFree=5796/220188
[pid=4740] ppid=4737 vsize=27116 CPUtime=2262.13 cores=0,2,4,6,8,10,12,14
/proc/4740/stat : 4740 (cosoco) R 4737 4740 2468 0 -1 4202496 3200 0 0 0 226213 0 0 0 20 0 1 0 1545398 27766784 949 33554432000 4194304 5970956 140731224987328 140731224984664 5098908 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 30167040 140731224990913 140731224991043 140731224991043 140731224993742 0
/proc/4740/statm: 6779 949 832 434 0 143 0
Current children cumulated CPU time (s) 2262.13
Current children cumulated vsize (KiB) 27116

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 4900
/proc/meminfo: memFree=31920076/32770624 swapFree=5796/220216
[pid=4740] ppid=4737 vsize=27116 CPUtime=2322.13 cores=0,2,4,6,8,10,12,14
/proc/4740/stat : 4740 (cosoco) R 4737 4740 2468 0 -1 4202496 3241 0 0 0 232213 0 0 0 20 0 1 0 1545398 27766784 949 33554432000 4194304 5970956 140731224987328 140731224984664 5093120 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 30167040 140731224990913 140731224991043 140731224991043 140731224993742 0
/proc/4740/statm: 6779 949 832 434 0 143 0
Current children cumulated CPU time (s) 2322.13
Current children cumulated vsize (KiB) 27116

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 4902
/proc/meminfo: memFree=31920072/32770624 swapFree=5796/220260
[pid=4740] ppid=4737 vsize=27116 CPUtime=2382.12 cores=0,2,4,6,8,10,12,14
/proc/4740/stat : 4740 (cosoco) R 4737 4740 2468 0 -1 4202496 3282 0 0 0 238212 0 0 0 20 0 1 0 1545398 27766784 949 33554432000 4194304 5970956 140731224987328 140731224984664 4908280 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 30167040 140731224990913 140731224991043 140731224991043 140731224993742 0
/proc/4740/statm: 6779 949 832 434 0 143 0
Current children cumulated CPU time (s) 2382.12
Current children cumulated vsize (KiB) 27116



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.2 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 4902
/proc/meminfo: memFree=31918892/32770624 swapFree=5796/220264
[pid=4740] ppid=4737 vsize=27116 CPUtime=2400.03 cores=0,2,4,6,8,10,12,14
/proc/4740/stat : 4740 (cosoco) R 4737 4740 2468 0 -1 4202496 3323 0 0 0 240003 0 0 0 20 0 1 0 1545398 27766784 949 33554432000 4194304 5970956 140731224987328 140731224984664 5328014 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 30167040 140731224990913 140731224991043 140731224991043 140731224993742 0
/proc/4740/statm: 6779 949 832 434 0 143 0
Current children cumulated CPU time (s) 2400.03
Current children cumulated vsize (KiB) 27116

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

Child status: 1
Real time (s): 2400.21
CPU time (s): 2400.04
CPU user time (s): 2400.04
CPU system time (s): 0.004999
CPU usage (%): 99.993
Max. virtual memory (cumulated for all children) (KiB): 27116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2400.04
system time used= 0.004999
maximum resident set size= 3840
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3350
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= 12
involuntary context switches= 120612

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.35573 second user time and 10.9424 second system time

The end

Launcher Data

Begin job on node125 at 2017-07-21 20:46:17
IDJOB=4242448
IDBENCH=134509
IDSOLVER=2620
FILE ID=node125/4242448-1500662777
RUNJOBID= node125-1500648174-2499
PBS_JOBID= 20623295
Free space on /tmp= 62024 MiB

SOLVER NAME= cosoco 1.1
BENCH NAME= XCSP17/Blackhole/Blackhole-m1-s07/Blackhole-07-3-10.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4242448-1500662777/watcher-4242448-1500662777 -o /tmp/evaluation-result-4242448-1500662777/solver-4242448-1500662777 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node125-1500648174-2499 --watchdog 2560  HOME/cosoco -lc -model -restarts HOME/instance-4242448-1500662777.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 8

MD5SUM BENCH= 41a77f0ff8ed1fddf85157fc97a1c00e
RANDOM SEED=269775908

node125.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
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
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
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
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
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
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
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
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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 sep 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 nopl 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 dtherm 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	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2133.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep 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 nopl 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 dtherm 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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep 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 nopl 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 dtherm 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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep 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 nopl 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 dtherm 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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31861348 kB
MemAvailable:   31855004 kB
Buffers:           34720 kB
Cached:           271340 kB
SwapCached:            0 kB
Active:           309924 kB
Inactive:         226864 kB
Active(anon):     233920 kB
Inactive(anon):     8700 kB
Active(file):      76004 kB
Inactive(file):   218164 kB
Unevictable:        5796 kB
Mlocked:            5796 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2352 kB
Writeback:             0 kB
AnonPages:        235832 kB
Mapped:            31148 kB
Shmem:              8840 kB
Slab:              62408 kB
SReclaimable:      30644 kB
SUnreclaim:        31764 kB
KernelStack:        4544 kB
PageTables:         5508 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     499148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    180224 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 62012 MiB
End job on node125 at 2017-07-21 21:26:18