Trace number 4282766

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 NameAnswerobjective functionCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-18)? (TO) 243.01601 240.021

General information on the benchmark

NameBusScheduling/BusScheduling-cnt-s1/
BusScheduling-cnt-c1a.xml
MD5SUM030948c230c0936ebc743af4f555c996
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark29
Best CPU time to get the best result obtained on this benchmark251.62601
Satisfiable
(Un)Satisfiability was proved
Number of variables7543
Number of constraints186
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":7543}]
Minimum variable degree4
Maximum variable degree14
Distribution of variable degrees[{"degree":4,"count":211},{"degree":5,"count":606},{"degree":6,"count":1055},{"degree":7,"count":1192},{"degree":8,"count":1234},{"degree":9,"count":1130},{"degree":10,"count":973},{"degree":11,"count":664},{"degree":12,"count":352},{"degree":13,"count":120},{"degree":14,"count":6}]
Minimum constraint arity15
Maximum constraint arity1306
Distribution of constraint arities[{"arity":15,"count":1},{"arity":17,"count":1},{"arity":18,"count":4},{"arity":22,"count":1},{"arity":23,"count":2},{"arity":26,"count":1},{"arity":30,"count":3},{"arity":34,"count":1},{"arity":36,"count":2},{"arity":41,"count":1},{"arity":44,"count":1},{"arity":45,"count":3},{"arity":46,"count":1},{"arity":47,"count":1},{"arity":48,"count":2},{"arity":49,"count":1},{"arity":50,"count":6},{"arity":51,"count":1},{"arity":53,"count":1},{"arity":55,"count":1},{"arity":56,"count":2},{"arity":59,"count":1},{"arity":72,"count":3},{"arity":74,"count":2},{"arity":77,"count":1},"...",{"arity":683,"count":1}, {"arity":752,"count":1}, {"arity":771,"count":1}, {"arity":783,"count":1}, {"arity":806,"count":1}, {"arity":807,"count":1}, {"arity":833,"count":1}, {"arity":851,"count":1}, {"arity":891,"count":1}, {"arity":903,"count":1}, {"arity":910,"count":1}, {"arity":933,"count":1}, {"arity":943,"count":1}, {"arity":954,"count":1}, {"arity":967,"count":1}, {"arity":975,"count":1}, {"arity":984,"count":1}, {"arity":1092,"count":1}, {"arity":1123,"count":1}, {"arity":1131,"count":1}, {"arity":1149,"count":1}, {"arity":1167,"count":1}, {"arity":1169,"count":1}, {"arity":1194,"count":1}, {"arity":1306,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"count","count":186}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4282766-1503213449.xml"  -tl '264s' -p 1 -x 0
0.12/0.14	c [HOME/instance-4282766-1503213449.xml, -tl, 264s, -p, 1, -x, 0]
0.12/0.20	c simple solver
0.33/0.26	c parse instance...
1.45/0.69	c solve instance...
242.99/240.01	s UNKNOWN
242.99/240.01	c Unexpected resolution interruption!

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (9688 MiB free)
  memory of node 1: 16384 MiB (12247 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282766-1503213449/watcher-4282766-1503213449 -o /tmp/evaluation-result-4282766-1503213449/solver-4282766-1503213449 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node150-1503208459-5117 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1906687239 HOME/instance-4282766-1503213449.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=8846, runsolver pid=8843
Current StackSize limit: 8192 KiB


[startup+0.100079 s]*
/proc/loadavg: 1.58 1.65 1.82 4/218 8862
/proc/meminfo: memFree=22444804/32770624 swapFree=67108860/67108860
[pid=8846] ppid=8843 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/8846/stat : 8846 (xcsp3-exec) S 8843 8846 5085 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154425845 9740288 346 33554432000 4194304 5098028 140722676294720 140722676292824 140389221704316 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 25534464 140722676298868 140722676299072 140722676299072 140722676301803 0
/proc/8846/statm: 2378 346 289 221 0 87 0
[pid=8848] ppid=8846 vsize=13978596 memory=28012 CPUtime=0.12 cores=1,3,5,7
/proc/8848/stat : 8848 (java) S 8846 8846 5085 0 -1 1077944320 5433 0 0 0 11 1 0 0 20 0 15 0 154425846 14314082304 7003 33554432000 4194304 4196468 140727033948512 140727033931056 139911384932087 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
/proc/8848/statm: 3494649 7003 2839 1 0 3482966 0
[pid=8848/tid=8849] ppid=8846 vsize=13978596 memory=8044736938345993051 CPUtime=0.08 cores=1,3,5,7
/proc/8848/task/8849/stat : 8849 (java) R 8846 8846 5085 0 -1 4202560 3440 0 0 0 8 0 0 0 20 0 15 0 154425846 14314082304 7068 33554432000 4194304 4196468 140727033948512 139911389165360 139911384944022 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8850] ppid=8846 vsize=13978596 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8850/stat : 8850 (java) S 8846 8846 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154425847 14314082304 7068 33554432000 4194304 4196468 140727033948512 139911315020944 139911384942293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8851] ppid=8846 vsize=13978596 memory=140410304829056 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8851/stat : 8851 (java) S 8846 8846 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154425847 14314082304 7068 33554432000 4194304 4196468 140727033948512 139911313968144 139911384942293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8852] ppid=8846 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8852/stat : 8852 (java) S 8846 8846 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154425847 14314082304 7068 33554432000 4194304 4196468 140727033948512 139911312915344 139911384942293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8853] ppid=8846 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8853/stat : 8853 (java) S 8846 8846 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154425847 14314082304 7068 33554432000 4194304 4196468 140727033948512 139910977338128 139911384942293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8854] ppid=8846 vsize=13978596 memory=140410304829056 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8854/stat : 8854 (java) S 8846 8846 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154425848 14314082304 7068 33554432000 4194304 4196468 140727033948512 139910859098480 139911384943234 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8855] ppid=8846 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8855/stat : 8855 (java) S 8846 8846 5085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154425849 14314082304 7068 33554432000 4194304 4196468 140727033948512 139910858044448 139911384942293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8856] ppid=8846 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8856/stat : 8856 (java) S 8846 8846 5085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154425849 14314082304 7068 33554432000 4194304 4196468 140727033948512 139910856991600 139911384942293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8857] ppid=8846 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8857/stat : 8857 (java) S 8846 8846 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154425851 14314082304 7068 33554432000 4194304 4196468 140727033948512 139910855939920 139911384950683 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8858] ppid=8846 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8858/stat : 8858 (java) S 8846 8846 5085 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 15 0 154425851 14314082304 7068 33554432000 4194304 4196468 140727033948512 139910854888304 139911384943234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8859] ppid=8846 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8859/stat : 8859 (java) S 8846 8846 5085 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 15 0 154425851 14314082304 7068 33554432000 4194304 4196468 140727033948512 139910853835504 139911384943234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8860] ppid=8846 vsize=13978596 memory=140410304829056 CPUtime=0.01 cores=1,3,5,7
/proc/8848/task/8860/stat : 8860 (java) R 8846 8846 5085 0 -1 4202560 268 0 0 0 1 0 0 0 20 0 15 0 154425851 14314082304 7068 33554432000 4194304 4196468 140727033948512 139910852782704 139911363186292 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8861] ppid=8846 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8861/stat : 8861 (java) S 8846 8846 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154425852 14314082304 7068 33554432000 4194304 4196468 140727033948512 139910851730144 139911384942293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8862] ppid=8846 vsize=13978596 memory=140410304829056 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8862/stat : 8862 (java) S 8846 8846 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154425852 14314082304 7068 33554432000 4194304 4196468 140727033948512 139910850677424 139911384943234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29396 KiB

[startup+0.210709 s]*
/proc/loadavg: 1.58 1.65 1.82 3/218 8862
/proc/meminfo: memFree=22433408/32770624 swapFree=67108860/67108860
[pid=8846] ppid=8843 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/8846/stat : 8846 (xcsp3-exec) S 8843 8846 5085 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154425845 9740288 346 33554432000 4194304 5098028 140722676294720 140722676292824 140389221704316 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 25534464 140722676298868 140722676299072 140722676299072 140722676301803 0
/proc/8846/statm: 2378 346 289 221 0 87 0
[pid=8848] ppid=8846 vsize=13982852 memory=40152 CPUtime=0.33 cores=1,3,5,7
/proc/8848/stat : 8848 (java) S 8846 8846 5085 0 -1 1077944320 8102 0 0 0 31 2 0 0 20 0 15 0 154425846 14318440448 10038 33554432000 4194304 4196468 140727033948512 140727033931056 139911384932087 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
/proc/8848/statm: 3495713 10038 3065 1 0 3482966 0
[pid=8848/tid=8849] ppid=8846 vsize=13982852 memory=7883960649037381690 CPUtime=0.19 cores=1,3,5,7
/proc/8848/task/8849/stat : 8849 (java) D 8846 8846 5085 0 -1 1077944384 5371 0 0 0 18 1 0 0 20 0 15 0 154425846 14318440448 10038 33554432000 4194304 4196468 140727033948512 139911389142992 139911377611309 0 4 0 16800975 18446744072101654052 0 0 -1 1 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8850] ppid=8846 vsize=13982852 memory=9010 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8850/stat : 8850 (java) S 8846 8846 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154425847 14318440448 10038 33554432000 4194304 4196468 140727033948512 139911315020944 139911384942293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8851] ppid=8846 vsize=13982852 memory=140410305595455 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8851/stat : 8851 (java) S 8846 8846 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154425847 14318440448 10038 33554432000 4194304 4196468 140727033948512 139911313968144 139911384942293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8852] ppid=8846 vsize=13982884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8852/stat : 8852 (java) S 8846 8846 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154425847 14318473216 10038 33554432000 4194304 4196468 140727033948512 139911312915344 139911384942293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8853] ppid=8846 vsize=13982884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8853/stat : 8853 (java) S 8846 8846 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154425847 14318473216 10038 33554432000 4194304 4196468 140727033948512 139910977338128 139911384942293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8854] ppid=8846 vsize=13982852 memory=140410304829056 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8854/stat : 8854 (java) S 8846 8846 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154425848 14318440448 10038 33554432000 4194304 4196468 140727033948512 139910859098480 139911384943234 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8855] ppid=8846 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8855/stat : 8855 (java) S 8846 8846 5085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154425849 14318440448 10038 33554432000 4194304 4196468 140727033948512 139910858044448 139911384942293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8856] ppid=8846 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8856/stat : 8856 (java) S 8846 8846 5085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154425849 14318440448 10038 33554432000 4194304 4196468 140727033948512 139910856991600 139911384942293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8857] ppid=8846 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8857/stat : 8857 (java) S 8846 8846 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154425851 14318440448 10038 33554432000 4194304 4196468 140727033948512 139910855939920 139911384950683 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8858] ppid=8846 vsize=13982852 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/8848/task/8858/stat : 8858 (java) S 8846 8846 5085 0 -1 1077944384 421 0 0 0 2 0 0 0 20 0 15 0 154425851 14318440448 10038 33554432000 4194304 4196468 140727033948512 139910854888304 139911384943234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8859] ppid=8846 vsize=13982852 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/8848/task/8859/stat : 8859 (java) S 8846 8846 5085 0 -1 1077944384 357 0 0 0 2 0 0 0 20 0 15 0 154425851 14318440448 10038 33554432000 4194304 4196468 140727033948512 139910853835504 139911384943234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8860] ppid=8846 vsize=13982884 memory=140410304829056 CPUtime=0.07 cores=1,3,5,7
/proc/8848/task/8860/stat : 8860 (java) S 8846 8846 5085 0 -1 1077944384 682 0 0 0 7 0 0 0 20 0 15 0 154425851 14318473216 10038 33554432000 4194304 4196468 140727033948512 139910852782704 139911384943234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8861] ppid=8846 vsize=13982884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8861/stat : 8861 (java) S 8846 8846 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154425852 14318473216 10038 33554432000 4194304 4196468 140727033948512 139910851730144 139911384942293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8862] ppid=8846 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8862/stat : 8862 (java) S 8846 8846 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154425852 14318440448 10038 33554432000 4194304 4196468 140727033948512 139910850677424 139911384943234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41536 KiB

[startup+0.310674 s]*
/proc/loadavg: 1.58 1.65 1.82 5/218 8862
/proc/meminfo: memFree=22426360/32770624 swapFree=67108860/67108860
[pid=8846] ppid=8843 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/8846/stat : 8846 (xcsp3-exec) S 8843 8846 5085 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154425845 9740288 346 33554432000 4194304 5098028 140722676294720 140722676292824 140389221704316 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 25534464 140722676298868 140722676299072 140722676299072 140722676301803 0
/proc/8846/statm: 2378 346 289 221 0 87 0
[pid=8848] ppid=8846 vsize=13982852 memory=48072 CPUtime=0.52 cores=1,3,5,7
/proc/8848/stat : 8848 (java) S 8846 8846 5085 0 -1 1077944320 9206 0 0 0 49 3 0 0 20 0 15 0 154425846 14318440448 12018 33554432000 4194304 4196468 140727033948512 140727033931056 139911384932087 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
/proc/8848/statm: 3495713 12018 3096 1 0 3482966 0
[pid=8848/tid=8849] ppid=8846 vsize=13982852 memory=8112282956445269571 CPUtime=0.3 cores=1,3,5,7
/proc/8848/task/8849/stat : 8849 (java) R 8846 8846 5085 0 -1 4202560 5921 0 0 0 28 2 0 0 20 0 15 0 154425846 14318440448 12018 33554432000 4194304 4196468 140727033948512 139911389169600 139911384954013 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8850] ppid=8846 vsize=13982852 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8850/stat : 8850 (java) S 8846 8846 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154425847 14318440448 12018 33554432000 4194304 4196468 140727033948512 139911315020944 139911384942293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8851] ppid=8846 vsize=13982852 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8851/stat : 8851 (java) S 8846 8846 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154425847 14318440448 12018 33554432000 4194304 4196468 140727033948512 139911313968144 139911384942293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8852] ppid=8846 vsize=13982852 memory=-5587046532246807594 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8852/stat : 8852 (java) S 8846 8846 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154425847 14318440448 12018 33554432000 4194304 4196468 140727033948512 139911312915344 139911384942293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8853] ppid=8846 vsize=13982852 memory=7307460116655545206 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8853/stat : 8853 (java) S 8846 8846 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154425847 14318440448 12018 33554432000 4194304 4196468 140727033948512 139910977338128 139911384942293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8854] ppid=8846 vsize=13982852 memory=7016714186490735262 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8854/stat : 8854 (java) S 8846 8846 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154425848 14318440448 12018 33554432000 4194304 4196468 140727033948512 139910859098480 139911384943234 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8855] ppid=8846 vsize=13982852 memory=-9062862659931694204 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8855/stat : 8855 (java) S 8846 8846 5085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154425849 14318440448 12018 33554432000 4194304 4196468 140727033948512 139910858044448 139911384942293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8856] ppid=8846 vsize=13982852 memory=3047711566422646390 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8856/stat : 8856 (java) S 8846 8846 5085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154425849 14318440448 12018 33554432000 4194304 4196468 140727033948512 139910856991600 139911384942293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8857] ppid=8846 vsize=13982852 memory=8693815914432465728 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8857/stat : 8857 (java) S 8846 8846 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154425851 14318440448 12018 33554432000 4194304 4196468 140727033948512 139910855939920 139911384950683 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8858] ppid=8846 vsize=13982852 memory=7100839887185294217 CPUtime=0.04 cores=1,3,5,7
/proc/8848/task/8858/stat : 8858 (java) R 8846 8846 5085 0 -1 1077944384 444 0 0 0 4 0 0 0 20 0 15 0 154425851 14318440448 12018 33554432000 4194304 4196468 140727033948512 139910854888304 139911384943234 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8859] ppid=8846 vsize=13982852 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/8848/task/8859/stat : 8859 (java) R 8846 8846 5085 0 -1 4202560 624 0 0 0 4 0 0 0 20 0 15 0 154425851 14318440448 12018 33554432000 4194304 4196468 140727033948512 139910853835504 139911363098568 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8860] ppid=8846 vsize=13982852 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/8848/task/8860/stat : 8860 (java) R 8846 8846 5085 0 -1 4202560 917 0 0 0 13 0 0 0 20 0 15 0 154425851 14318440448 12018 33554432000 4194304 4196468 140727033948512 139910852779448 139911363897280 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8861] ppid=8846 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8861/stat : 8861 (java) S 8846 8846 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154425852 14318440448 12018 33554432000 4194304 4196468 140727033948512 139910851730144 139911384942293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8862] ppid=8846 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8862/stat : 8862 (java) S 8846 8846 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154425852 14318440448 12018 33554432000 4194304 4196468 140727033948512 139910850677424 139911384943234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 49456 KiB

[startup+0.7014 s]
/proc/loadavg: 1.53 1.64 1.82 5/218 8862
/proc/meminfo: memFree=22390124/32770624 swapFree=67108860/67108860
[pid=8846] ppid=8843 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/8846/stat : 8846 (xcsp3-exec) S 8843 8846 5085 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154425845 9740288 346 33554432000 4194304 5098028 140722676294720 140722676292824 140389221704316 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 25534464 140722676298868 140722676299072 140722676299072 140722676301803 0
/proc/8846/statm: 2378 346 289 221 0 87 0
[pid=8848] ppid=8846 vsize=13984976 memory=107152 CPUtime=1.72 cores=1,3,5,7
/proc/8848/stat : 8848 (java) S 8846 8846 5085 0 -1 1077944320 11732 0 0 0 167 5 0 0 20 0 15 0 154425846 14320615424 26788 33554432000 4194304 4196468 140727033948512 140727033931056 139911384932087 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
/proc/8848/statm: 3496244 26788 3211 1 0 3483478 0
[pid=8848/tid=8849] ppid=8846 vsize=13984976 memory=33 CPUtime=0.67 cores=1,3,5,7
/proc/8848/task/8849/stat : 8849 (java) R 8846 8846 5085 0 -1 4202560 6583 0 0 0 64 3 0 0 20 0 15 0 154425846 14320615424 26788 33554432000 4194304 4196468 140727033948512 139911389162576 139911384944022 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8850] ppid=8846 vsize=13984976 memory=-7816663703405220396 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8850/stat : 8850 (java) S 8846 8846 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154425847 14320615424 26788 33554432000 4194304 4196468 140727033948512 139911315020944 139911384942293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8851] ppid=8846 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8851/stat : 8851 (java) S 8846 8846 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154425847 14320615424 26788 33554432000 4194304 4196468 140727033948512 139911313968144 139911384942293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8852] ppid=8846 vsize=13984976 memory=43072 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8852/stat : 8852 (java) S 8846 8846 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154425847 14320615424 26788 33554432000 4194304 4196468 140727033948512 139911312915344 139911384942293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8853] ppid=8846 vsize=13984976 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8853/stat : 8853 (java) S 8846 8846 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154425847 14320615424 26788 33554432000 4194304 4196468 140727033948512 139910977338128 139911384942293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8854] ppid=8846 vsize=13984976 memory=2396 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8854/stat : 8854 (java) S 8846 8846 5085 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 154425848 14320615424 26788 33554432000 4194304 4196468 140727033948512 139910859098480 139911384943234 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8855] ppid=8846 vsize=13984976 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8855/stat : 8855 (java) S 8846 8846 5085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154425849 14320615424 26788 33554432000 4194304 4196468 140727033948512 139910858044448 139911384942293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8856] ppid=8846 vsize=13984976 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8856/stat : 8856 (java) S 8846 8846 5085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154425849 14320615424 26788 33554432000 4194304 4196468 140727033948512 139910856991600 139911384942293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8857] ppid=8846 vsize=13984976 memory=11112 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8857/stat : 8857 (java) S 8846 8846 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154425851 14320615424 26788 33554432000 4194304 4196468 140727033948512 139910855939920 139911384950683 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8858] ppid=8846 vsize=13984976 memory=5776 CPUtime=0.33 cores=1,3,5,7
/proc/8848/task/8858/stat : 8858 (java) R 8846 8846 5085 0 -1 4202560 1289 0 0 0 33 0 0 0 20 0 15 0 154425851 14320615424 26788 33554432000 4194304 4196468 140727033948512 139910854888304 139911366477354 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8859] ppid=8846 vsize=13984976 memory=4616 CPUtime=0.37 cores=1,3,5,7
/proc/8848/task/8859/stat : 8859 (java) R 8846 8846 5085 0 -1 4202560 1061 0 0 0 37 0 0 0 20 0 15 0 154425851 14320615424 26788 33554432000 4194304 4196468 140727033948512 139910853826832 139911370057016 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8860] ppid=8846 vsize=13984976 memory=792 CPUtime=0.32 cores=1,3,5,7
/proc/8848/task/8860/stat : 8860 (java) R 8846 8846 5085 0 -1 1077944384 1493 0 0 0 31 1 0 0 20 0 15 0 154425851 14320615424 26788 33554432000 4194304 4196468 140727033948512 139910852782704 139911384943234 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8861] ppid=8846 vsize=13984976 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8861/stat : 8861 (java) S 8846 8846 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154425852 14320615424 26788 33554432000 4194304 4196468 140727033948512 139910851730144 139911384942293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8862] ppid=8846 vsize=13984976 memory=1936 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8862/stat : 8862 (java) S 8846 8846 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154425852 14320615424 26788 33554432000 4194304 4196468 140727033948512 139910850677424 139911384943234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
Current children cumulated CPU time: 1.72 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 108536 KiB

[startup+1.50076 s]
/proc/loadavg: 1.53 1.64 1.82 3/218 8862
/proc/meminfo: memFree=22362016/32770624 swapFree=67108860/67108860
[pid=8846] ppid=8843 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/8846/stat : 8846 (xcsp3-exec) S 8843 8846 5085 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154425845 9740288 346 33554432000 4194304 5098028 140722676294720 140722676292824 140389221704316 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 25534464 140722676298868 140722676299072 140722676299072 140722676301803 0
/proc/8846/statm: 2378 346 289 221 0 87 0

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

/proc/8848/task/8856/stat : 8856 (java) S 8846 8846 5085 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 154425849 14320615424 86751 33554432000 4194304 4196468 140727033948512 139910856991616 139911384942293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8857] ppid=8846 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8857/stat : 8857 (java) S 8846 8846 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154425851 14320615424 86751 33554432000 4194304 4196468 140727033948512 139910855939920 139911384950683 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8858] ppid=8846 vsize=13984976 memory=1384 CPUtime=1.05 cores=1,3,5,7
/proc/8848/task/8858/stat : 8858 (java) S 8846 8846 5085 0 -1 1077944384 6178 0 0 0 105 0 0 0 20 0 15 0 154425851 14320615424 86751 33554432000 4194304 4196468 140727033948512 139910854888304 139911384943234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8859] ppid=8846 vsize=13984976 memory=347004 CPUtime=0.98 cores=1,3,5,7
/proc/8848/task/8859/stat : 8859 (java) S 8846 8846 5085 0 -1 1077944384 3862 0 0 0 98 0 0 0 20 0 15 0 154425851 14320615424 86751 33554432000 4194304 4196468 140727033948512 139910853835504 139911384943234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8860] ppid=8846 vsize=13984976 memory=1384 CPUtime=0.45 cores=1,3,5,7
/proc/8848/task/8860/stat : 8860 (java) S 8846 8846 5085 0 -1 1077944384 4767 0 0 0 44 1 0 0 20 0 15 0 154425851 14320615424 86751 33554432000 4194304 4196468 140727033948512 139910852782704 139911384943234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8861] ppid=8846 vsize=13984976 memory=347004 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8861/stat : 8861 (java) S 8846 8846 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154425852 14320615424 86751 33554432000 4194304 4196468 140727033948512 139910851730144 139911384942293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8862] ppid=8846 vsize=13984976 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/8848/task/8862/stat : 8862 (java) S 8846 8846 5085 0 -1 1077944384 568 0 0 0 1 1 0 0 20 0 15 0 154425852 14320615424 86751 33554432000 4194304 4196468 140727033948512 139910850677424 139911384943234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
Current children cumulated CPU time: 105.02 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 348388 KiB

[startup+162.301 s]
/proc/loadavg: 1.87 1.76 1.84 3/218 8864
/proc/meminfo: memFree=22083780/32770624 swapFree=67108860/67108860
[pid=8846] ppid=8843 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/8846/stat : 8846 (xcsp3-exec) S 8843 8846 5085 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154425845 9740288 346 33554432000 4194304 5098028 140722676294720 140722676292824 140389221704316 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 25534464 140722676298868 140722676299072 140722676299072 140722676301803 0
/proc/8846/statm: 2378 346 289 221 0 87 0
[pid=8848] ppid=8846 vsize=13984976 memory=359604 CPUtime=165.24 cores=1,3,5,7
/proc/8848/stat : 8848 (java) S 8846 8846 5085 0 -1 1077944320 32437 0 0 0 16503 21 0 0 20 0 15 0 154425846 14320615424 89901 33554432000 4194304 4196468 140727033948512 140727033931056 139911384932087 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
/proc/8848/statm: 3496244 89901 3270 1 0 3483478 0
[pid=8848/tid=8849] ppid=8846 vsize=13984976 memory=359604 CPUtime=162.2 cores=1,3,5,7
/proc/8848/task/8849/stat : 8849 (java) R 8846 8846 5085 0 -1 4202560 10033 0 0 0 16214 6 0 0 20 0 15 0 154425846 14320615424 89901 33554432000 4194304 4196468 140727033948512 139911389170776 139910997254988 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8850] ppid=8846 vsize=13984976 memory=359604 CPUtime=0.06 cores=1,3,5,7
/proc/8848/task/8850/stat : 8850 (java) S 8846 8846 5085 0 -1 1077944384 772 0 0 0 4 2 0 0 20 0 15 0 154425847 14320615424 89901 33554432000 4194304 4196468 140727033948512 139911315020944 139911384942293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8851] ppid=8846 vsize=13984976 memory=359604 CPUtime=0.06 cores=1,3,5,7
/proc/8848/task/8851/stat : 8851 (java) S 8846 8846 5085 0 -1 1077944384 737 0 0 0 4 2 0 0 20 0 15 0 154425847 14320615424 89901 33554432000 4194304 4196468 140727033948512 139911313968144 139911384942293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8852] ppid=8846 vsize=13984976 memory=1384 CPUtime=0.06 cores=1,3,5,7
/proc/8848/task/8852/stat : 8852 (java) S 8846 8846 5085 0 -1 1077944384 247 0 0 0 4 2 0 0 20 0 15 0 154425847 14320615424 89901 33554432000 4194304 4196468 140727033948512 139911312915344 139911384942293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8853] ppid=8846 vsize=13984976 memory=6 CPUtime=0.06 cores=1,3,5,7
/proc/8848/task/8853/stat : 8853 (java) S 8846 8846 5085 0 -1 1077944384 647 0 0 0 4 2 0 0 20 0 15 0 154425847 14320615424 89901 33554432000 4194304 4196468 140727033948512 139910977338128 139911384942293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8854] ppid=8846 vsize=13984976 memory=359604 CPUtime=0.01 cores=1,3,5,7
/proc/8848/task/8854/stat : 8854 (java) S 8846 8846 5085 0 -1 1077944384 1197 0 0 0 1 0 0 0 20 0 15 0 154425848 14320615424 89901 33554432000 4194304 4196468 140727033948512 139910859098480 139911384943234 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8855] ppid=8846 vsize=13984976 memory=359604 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8855/stat : 8855 (java) S 8846 8846 5085 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 154425849 14320615424 89901 33554432000 4194304 4196468 140727033948512 139910858044512 139911384942293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8856] ppid=8846 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8856/stat : 8856 (java) S 8846 8846 5085 0 -1 1077944384 115 0 0 0 0 0 0 0 20 0 15 0 154425849 14320615424 89901 33554432000 4194304 4196468 140727033948512 139910856991616 139911384942293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8857] ppid=8846 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8857/stat : 8857 (java) S 8846 8846 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154425851 14320615424 89901 33554432000 4194304 4196468 140727033948512 139910855939920 139911384950683 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8858] ppid=8846 vsize=13984976 memory=1384 CPUtime=1.12 cores=1,3,5,7
/proc/8848/task/8858/stat : 8858 (java) S 8846 8846 5085 0 -1 1077944384 6842 0 0 0 112 0 0 0 20 0 15 0 154425851 14320615424 89901 33554432000 4194304 4196468 140727033948512 139910854888304 139911384943234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8859] ppid=8846 vsize=13984976 memory=359604 CPUtime=1.06 cores=1,3,5,7
/proc/8848/task/8859/stat : 8859 (java) S 8846 8846 5085 0 -1 1077944384 4877 0 0 0 106 0 0 0 20 0 15 0 154425851 14320615424 89901 33554432000 4194304 4196468 140727033948512 139910853835504 139911384943234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8860] ppid=8846 vsize=13984976 memory=1004 CPUtime=0.46 cores=1,3,5,7
/proc/8848/task/8860/stat : 8860 (java) S 8846 8846 5085 0 -1 1077944384 5071 0 0 0 45 1 0 0 20 0 15 0 154425851 14320615424 89901 33554432000 4194304 4196468 140727033948512 139910852782704 139911384943234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8861] ppid=8846 vsize=13984976 memory=11112 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8861/stat : 8861 (java) S 8846 8846 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154425852 14320615424 89901 33554432000 4194304 4196468 140727033948512 139910851730144 139911384942293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8862] ppid=8846 vsize=13984976 memory=1384 CPUtime=0.02 cores=1,3,5,7
/proc/8848/task/8862/stat : 8862 (java) S 8846 8846 5085 0 -1 1077944384 575 0 0 0 1 1 0 0 20 0 15 0 154425852 14320615424 89901 33554432000 4194304 4196468 140727033948512 139910850677424 139911384943234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
Current children cumulated CPU time: 165.24 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 360988 KiB

[startup+222.301 s]
/proc/loadavg: 1.81 1.76 1.83 3/217 8865
/proc/meminfo: memFree=22084964/32770624 swapFree=67108860/67108860
[pid=8846] ppid=8843 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/8846/stat : 8846 (xcsp3-exec) S 8843 8846 5085 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154425845 9740288 346 33554432000 4194304 5098028 140722676294720 140722676292824 140389221704316 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 25534464 140722676298868 140722676299072 140722676299072 140722676301803 0
/proc/8846/statm: 2378 346 289 221 0 87 0
[pid=8848] ppid=8846 vsize=13984976 memory=359672 CPUtime=225.28 cores=1,3,5,7
/proc/8848/stat : 8848 (java) S 8846 8846 5085 0 -1 1077944320 34020 0 0 0 22506 22 0 0 20 0 15 0 154425846 14320615424 89918 33554432000 4194304 4196468 140727033948512 140727033931056 139911384932087 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
/proc/8848/statm: 3496244 89918 3271 1 0 3483478 0
[pid=8848/tid=8849] ppid=8846 vsize=13984976 memory=1384 CPUtime=222.21 cores=1,3,5,7
/proc/8848/task/8849/stat : 8849 (java) R 8846 8846 5085 0 -1 4202560 10566 0 0 0 22215 6 0 0 20 0 15 0 154425846 14320615424 89918 33554432000 4194304 4196468 140727033948512 139911389170776 139910997375431 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8850] ppid=8846 vsize=13984976 memory=359672 CPUtime=0.06 cores=1,3,5,7
/proc/8848/task/8850/stat : 8850 (java) S 8846 8846 5085 0 -1 1077944384 772 0 0 0 4 2 0 0 20 0 15 0 154425847 14320615424 89918 33554432000 4194304 4196468 140727033948512 139911315020944 139911384942293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8851] ppid=8846 vsize=13984976 memory=359672 CPUtime=0.06 cores=1,3,5,7
/proc/8848/task/8851/stat : 8851 (java) S 8846 8846 5085 0 -1 1077944384 737 0 0 0 4 2 0 0 20 0 15 0 154425847 14320615424 89918 33554432000 4194304 4196468 140727033948512 139911313968144 139911384942293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8852] ppid=8846 vsize=13984976 memory=359672 CPUtime=0.06 cores=1,3,5,7
/proc/8848/task/8852/stat : 8852 (java) S 8846 8846 5085 0 -1 1077944384 247 0 0 0 4 2 0 0 20 0 15 0 154425847 14320615424 89918 33554432000 4194304 4196468 140727033948512 139911312915344 139911384942293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8853] ppid=8846 vsize=13984976 memory=359672 CPUtime=0.06 cores=1,3,5,7
/proc/8848/task/8853/stat : 8853 (java) S 8846 8846 5085 0 -1 1077944384 647 0 0 0 4 2 0 0 20 0 15 0 154425847 14320615424 89918 33554432000 4194304 4196468 140727033948512 139910977338128 139911384942293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8854] ppid=8846 vsize=13984976 memory=359672 CPUtime=0.01 cores=1,3,5,7
/proc/8848/task/8854/stat : 8854 (java) S 8846 8846 5085 0 -1 1077944384 1205 0 0 0 1 0 0 0 20 0 15 0 154425848 14320615424 89918 33554432000 4194304 4196468 140727033948512 139910859098480 139911384943234 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8855] ppid=8846 vsize=13984976 memory=359672 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8855/stat : 8855 (java) S 8846 8846 5085 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 154425849 14320615424 89918 33554432000 4194304 4196468 140727033948512 139910858044512 139911384942293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8856] ppid=8846 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8856/stat : 8856 (java) S 8846 8846 5085 0 -1 1077944384 115 0 0 0 0 0 0 0 20 0 15 0 154425849 14320615424 89918 33554432000 4194304 4196468 140727033948512 139910856991616 139911384942293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8857] ppid=8846 vsize=13984976 memory=359672 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8857/stat : 8857 (java) S 8846 8846 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154425851 14320615424 89918 33554432000 4194304 4196468 140727033948512 139910855939920 139911384950683 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8858] ppid=8846 vsize=13984976 memory=1384 CPUtime=1.12 cores=1,3,5,7
/proc/8848/task/8858/stat : 8858 (java) S 8846 8846 5085 0 -1 1077944384 6998 0 0 0 112 0 0 0 20 0 15 0 154425851 14320615424 89918 33554432000 4194304 4196468 140727033948512 139910854888304 139911384943234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8859] ppid=8846 vsize=13984976 memory=359672 CPUtime=1.09 cores=1,3,5,7
/proc/8848/task/8859/stat : 8859 (java) S 8846 8846 5085 0 -1 1077944384 5599 0 0 0 108 1 0 0 20 0 15 0 154425851 14320615424 89918 33554432000 4194304 4196468 140727033948512 139910853835504 139911384943234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8860] ppid=8846 vsize=13984976 memory=359672 CPUtime=0.47 cores=1,3,5,7
/proc/8848/task/8860/stat : 8860 (java) S 8846 8846 5085 0 -1 1077944384 5197 0 0 0 46 1 0 0 20 0 15 0 154425851 14320615424 89918 33554432000 4194304 4196468 140727033948512 139910852782704 139911384943234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8861] ppid=8846 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8861/stat : 8861 (java) S 8846 8846 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154425852 14320615424 89918 33554432000 4194304 4196468 140727033948512 139910851730144 139911384942293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8862] ppid=8846 vsize=13984976 memory=4140 CPUtime=0.04 cores=1,3,5,7
/proc/8848/task/8862/stat : 8862 (java) S 8846 8846 5085 0 -1 1077944384 613 0 0 0 2 2 0 0 20 0 15 0 154425852 14320615424 89918 33554432000 4194304 4196468 140727033948512 139910850677424 139911384943234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
Current children cumulated CPU time: 225.28 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 361056 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]*
/proc/loadavg: 1.85 1.77 1.84 3/217 9019
/proc/meminfo: memFree=22121456/32770624 swapFree=67108860/67108860
[pid=8846] ppid=8843 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/8846/stat : 8846 (xcsp3-exec) S 8843 8846 5085 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154425845 9740288 346 33554432000 4194304 5098028 140722676294720 140722676292824 140389221704316 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 25534464 140722676298868 140722676299072 140722676299072 140722676301803 0
/proc/8846/statm: 2378 346 289 221 0 87 0
[pid=8848] ppid=8846 vsize=13984976 memory=359672 CPUtime=242.99 cores=1,3,5,7
/proc/8848/stat : 8848 (java) S 8846 8846 5085 0 -1 1077944320 34038 0 0 0 24277 22 0 0 20 0 15 0 154425846 14320615424 89918 33554432000 4194304 4196468 140727033948512 140727033931056 139911384932087 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
/proc/8848/statm: 3496244 89918 3271 1 0 3483478 0
[pid=8848/tid=8849] ppid=8846 vsize=13984976 memory=928 CPUtime=239.92 cores=1,3,5,7
/proc/8848/task/8849/stat : 8849 (java) R 8846 8846 5085 0 -1 4202560 10584 0 0 0 23986 6 0 0 20 0 15 0 154425846 14320615424 89918 33554432000 4194304 4196468 140727033948512 139911389170776 139910997254988 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8850] ppid=8846 vsize=13984976 memory=2244 CPUtime=0.06 cores=1,3,5,7
/proc/8848/task/8850/stat : 8850 (java) S 8846 8846 5085 0 -1 1077944384 772 0 0 0 4 2 0 0 20 0 15 0 154425847 14320615424 89918 33554432000 4194304 4196468 140727033948512 139911315020944 139911384942293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8851] ppid=8846 vsize=13984976 memory=4126316290023845779 CPUtime=0.06 cores=1,3,5,7
/proc/8848/task/8851/stat : 8851 (java) S 8846 8846 5085 0 -1 1077944384 737 0 0 0 4 2 0 0 20 0 15 0 154425847 14320615424 89918 33554432000 4194304 4196468 140727033948512 139911313968144 139911384942293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8852] ppid=8846 vsize=13984976 memory=359672 CPUtime=0.06 cores=1,3,5,7
/proc/8848/task/8852/stat : 8852 (java) S 8846 8846 5085 0 -1 1077944384 247 0 0 0 4 2 0 0 20 0 15 0 154425847 14320615424 89918 33554432000 4194304 4196468 140727033948512 139911312915344 139911384942293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8853] ppid=8846 vsize=13984976 memory=359672 CPUtime=0.06 cores=1,3,5,7
/proc/8848/task/8853/stat : 8853 (java) S 8846 8846 5085 0 -1 1077944384 647 0 0 0 4 2 0 0 20 0 15 0 154425847 14320615424 89918 33554432000 4194304 4196468 140727033948512 139910977338128 139911384942293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8854] ppid=8846 vsize=13984976 memory=1936 CPUtime=0.01 cores=1,3,5,7
/proc/8848/task/8854/stat : 8854 (java) S 8846 8846 5085 0 -1 1077944384 1205 0 0 0 1 0 0 0 20 0 15 0 154425848 14320615424 89918 33554432000 4194304 4196468 140727033948512 139910859098480 139911384943234 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8855] ppid=8846 vsize=13984976 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8855/stat : 8855 (java) S 8846 8846 5085 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 154425849 14320615424 89918 33554432000 4194304 4196468 140727033948512 139910858044512 139911384942293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8856] ppid=8846 vsize=13984976 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8856/stat : 8856 (java) S 8846 8846 5085 0 -1 1077944384 115 0 0 0 0 0 0 0 20 0 15 0 154425849 14320615424 89918 33554432000 4194304 4196468 140727033948512 139910856991616 139911384942293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8857] ppid=8846 vsize=13984976 memory=10640 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8857/stat : 8857 (java) S 8846 8846 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154425851 14320615424 89918 33554432000 4194304 4196468 140727033948512 139910855939920 139911384950683 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8858] ppid=8846 vsize=13984976 memory=1200 CPUtime=1.12 cores=1,3,5,7
/proc/8848/task/8858/stat : 8858 (java) S 8846 8846 5085 0 -1 1077944384 6998 0 0 0 112 0 0 0 20 0 15 0 154425851 14320615424 89918 33554432000 4194304 4196468 140727033948512 139910854888304 139911384943234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8859] ppid=8846 vsize=13984976 memory=15876 CPUtime=1.09 cores=1,3,5,7
/proc/8848/task/8859/stat : 8859 (java) S 8846 8846 5085 0 -1 1077944384 5599 0 0 0 108 1 0 0 20 0 15 0 154425851 14320615424 89918 33554432000 4194304 4196468 140727033948512 139910853835504 139911384943234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8860] ppid=8846 vsize=13984976 memory=4044 CPUtime=0.47 cores=1,3,5,7
/proc/8848/task/8860/stat : 8860 (java) S 8846 8846 5085 0 -1 1077944384 5197 0 0 0 46 1 0 0 20 0 15 0 154425851 14320615424 89918 33554432000 4194304 4196468 140727033948512 139910852782704 139911384943234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8861] ppid=8846 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8861/stat : 8861 (java) S 8846 8846 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154425852 14320615424 89918 33554432000 4194304 4196468 140727033948512 139910851730144 139911384942293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
[pid=8848/tid=8862] ppid=8846 vsize=13984976 memory=359672 CPUtime=0.04 cores=1,3,5,7
/proc/8848/task/8862/stat : 8862 (java) S 8846 8846 5085 0 -1 1077944384 613 0 0 0 2 2 0 0 20 0 15 0 154425852 14320615424 89918 33554432000 4194304 4196468 140727033948512 139910850677424 139911384943234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27533312 140727033951389 140727033951564 140727033951564 140727033954255 0
Current children cumulated CPU time: 242.99 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 361056 KiB

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

[startup+240.019 s]
# the end of solver process 8846 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0 s, system=0.001909 s

[startup+240.021 s]
# the end of solver process 8848 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=242.783 s, system=0.232982 s
# this solver process was not waited by its parent and was adopted by runsolver

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 240.021
CPU time (s): 243.016
CPU user time (s): 242.783
CPU system time (s): 0.232982
CPU usage (%): 101.248
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 361056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 242.783
system time used= 0.232982
maximum resident set size= 360216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35093
page faults= 0
swaps= 0
block input operations= 0
block output operations= 360
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7667
involuntary context switches= 306


# summary of solver processes directly reported to runsolver:
#   pid: 8846,8848
#   total CPU time (s): 243.016
#   total CPU user time (s): 242.783
#   total CPU system time (s): 0.232982

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.34542 second user time and 2.26876 second system time

The end

Launcher Data

Begin job on node150 at 2017-08-20 09:03:09
IDJOB=4282766
IDBENCH=133707
IDSOLVER=2678
FILE ID=node150/4282766-1503213449
RUNJOBID= node150-1503208459-5117
PBS_JOBID= 20630864
Free space on /tmp= 61764 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/BusScheduling/BusScheduling-cnt-s1/BusScheduling-cnt-c1a.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4282766-1503213449/watcher-4282766-1503213449 -o /tmp/evaluation-result-4282766-1503213449/solver-4282766-1503213449 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node150-1503208459-5117 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1906687239 HOME/instance-4282766-1503213449.xml

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

MD5SUM BENCH= 030948c230c0936ebc743af4f555c996
RANDOM SEED=1906687239

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/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		: 2668.000
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 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.89
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		: 2668.000
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 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		: 2668.000
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 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.89
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		: 2668.000
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 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		: 2668.000
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 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.89
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		: 2668.000
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 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		: 2668.000
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 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.89
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		: 2668.000
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 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:        22461844 kB
MemAvailable:   31770556 kB
Buffers:          302300 kB
Cached:          9284568 kB
SwapCached:            0 kB
Active:          2971936 kB
Inactive:        6863440 kB
Active(anon):     198560 kB
Inactive(anon):    85796 kB
Active(file):    2773376 kB
Inactive(file):  6777644 kB
Unevictable:        7260 kB
Mlocked:            7260 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7932 kB
Writeback:           108 kB
AnonPages:        255576 kB
Mapped:            64304 kB
Shmem:             33416 kB
Slab:             174004 kB
SReclaimable:     147052 kB
SUnreclaim:        26952 kB
KernelStack:        3584 kB
PageTables:         6148 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1429112 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    161792 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= 61756 MiB
End job on node150 at 2017-08-20 09:07:09