Trace number 4282156

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
choco-solver 4.0.5 seq (2017-08-18)? (TO) 2520.1001 2504.74

General information on the benchmark

NameCarSequencing/CarSequencing-m1-jcr/
CarSequencing-04-72.xml
MD5SUM606ad4221d4941292d84c5bdd64a5487
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 benchmark1596.5699
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints731
Number of domains2
Minimum domain size2
Maximum domain size22
Distribution of domain sizes[{"size":2,"count":500},{"size":22,"count":100}]
Minimum variable degree2
Maximum variable degree53
Distribution of variable degrees[{"degree":2,"count":100},{"degree":3,"count":5},{"degree":4,"count":5},{"degree":5,"count":6},{"degree":6,"count":10},{"degree":7,"count":10},{"degree":8,"count":18},{"degree":9,"count":18},{"degree":10,"count":18},{"degree":11,"count":18},{"degree":12,"count":18},{"degree":13,"count":18},{"degree":14,"count":18},{"degree":15,"count":18},{"degree":16,"count":18},{"degree":17,"count":18},{"degree":18,"count":18},{"degree":19,"count":18},{"degree":20,"count":19},{"degree":21,"count":19},{"degree":22,"count":20},{"degree":23,"count":20},{"degree":24,"count":25},{"degree":25,"count":14},{"degree":26,"count":9},"...",{"degree":29,"count":9}, {"degree":30,"count":10}, {"degree":31,"count":26}, {"degree":32,"count":19}, {"degree":33,"count":2}, {"degree":34,"count":2}, {"degree":35,"count":2}, {"degree":36,"count":2}, {"degree":37,"count":2}, {"degree":38,"count":2}, {"degree":39,"count":2}, {"degree":40,"count":2}, {"degree":41,"count":2}, {"degree":42,"count":2}, {"degree":43,"count":2}, {"degree":44,"count":2}, {"degree":45,"count":2}, {"degree":46,"count":2}, {"degree":47,"count":2}, {"degree":48,"count":2}, {"degree":49,"count":2}, {"degree":50,"count":2}, {"degree":51,"count":2}, {"degree":52,"count":3}, {"degree":53,"count":1}]
Minimum constraint arity2
Maximum constraint arity100
Distribution of constraint arities[{"arity":2,"count":100},{"arity":3,"count":196},{"arity":4,"count":1},{"arity":5,"count":193},{"arity":6,"count":101},{"arity":8,"count":1},{"arity":10,"count":2},{"arity":12,"count":1},{"arity":14,"count":1},{"arity":15,"count":2},{"arity":16,"count":1},{"arity":18,"count":1},{"arity":19,"count":1},{"arity":20,"count":3},{"arity":22,"count":3},{"arity":24,"count":1},{"arity":25,"count":4},{"arity":26,"count":1},{"arity":28,"count":3},{"arity":30,"count":3},{"arity":31,"count":2},{"arity":32,"count":1},{"arity":34,"count":3},{"arity":35,"count":2},{"arity":36,"count":1},"...",{"arity":67,"count":2}, {"arity":68,"count":1}, {"arity":70,"count":5}, {"arity":72,"count":1}, {"arity":73,"count":2}, {"arity":74,"count":1}, {"arity":75,"count":2}, {"arity":76,"count":3}, {"arity":78,"count":1}, {"arity":79,"count":2}, {"arity":80,"count":3}, {"arity":82,"count":3}, {"arity":84,"count":1}, {"arity":85,"count":4}, {"arity":86,"count":1}, {"arity":88,"count":3}, {"arity":90,"count":3}, {"arity":91,"count":2}, {"arity":92,"count":1}, {"arity":94,"count":3}, {"arity":95,"count":2}, {"arity":96,"count":1}, {"arity":97,"count":2}, {"arity":98,"count":1}, {"arity":100,"count":6}]
Number of extensional constraints100
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":100},{"type":"sum","count":630},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.08	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4282156-1503132481.xml"  -tl '2520s' -p 1 -x 0
0.10/0.26	c [HOME/instance-4282156-1503132481.xml, -tl, 2520s, -p, 1, -x, 0]
0.31/0.32	c simple solver
0.31/0.39	c parse instance...
1.27/0.73	c solve instance...
2520.05/2504.70	s UNKNOWN
2520.05/2504.70	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 (15204 MiB free)
  memory of node 1: 16384 MiB (15688 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282156-1503132481/watcher-4282156-1503132481 -o /tmp/evaluation-result-4282156-1503132481/solver-4282156-1503132481 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node129-1503095823-17351 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1889614765 HOME/instance-4282156-1503132481.xml 

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

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

solver pid=25106, runsolver pid=25103

[startup+0.107619 s]*
/proc/loadavg: 2.02 1.85 1.90 3/204 25114
/proc/meminfo: memFree=31627952/32770624 swapFree=67108860/67108860
[pid=25106] ppid=25103 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/25106/stat : 25106 (xcsp3-exec) S 25103 25106 17292 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 11657224 9740288 345 18446744073709551615 4194304 5098028 140729413918336 140729413916440 140047066202748 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 26501120 140729413927289 140729413927494 140729413927494 140729413930987 0
/proc/25106/statm: 2378 345 289 221 0 87 0
[pid=25108] ppid=25106 vsize=13574484 memory=16764 CPUtime=0.02 cores=1,3,5,7
/proc/25108/stat : 25108 (java) S 25106 25106 17292 0 -1 1077944320 3991 0 0 0 2 0 0 0 20 0 9 0 11657233 13900271616 4191 18446744073709551615 4194304 4196468 140733072803808 140733072786352 139626203361015 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
/proc/25108/statm: 3393621 4191 2083 1 0 3383118 0
[pid=25108/tid=25109] ppid=25106 vsize=13574484 memory=-8713483618642983523 CPUtime=0.02 cores=1,3,5,7
/proc/25108/task/25109/stat : 25109 (java) R 25106 25106 17292 0 -1 4202560 2704 0 0 0 2 0 0 0 20 0 9 0 11657233 13900271616 4191 18446744073709551615 4194304 4196468 140733072803808 139626207596776 139626183636775 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25110] ppid=25106 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25108/task/25110/stat : 25110 (java) S 25106 25106 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 11657234 13900271616 4191 18446744073709551615 4194304 4196468 140733072803808 139625803102864 139626203371221 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25111] ppid=25106 vsize=13574484 memory=139956655388288 CPUtime=0 cores=1,3,5,7
/proc/25108/task/25111/stat : 25111 (java) S 25106 25106 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 11657234 13900271616 4191 18446744073709551615 4194304 4196468 140733072803808 139625802050064 139626203371221 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25112] ppid=25106 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25108/task/25112/stat : 25112 (java) S 25106 25106 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 11657234 13900271616 4191 18446744073709551615 4194304 4196468 140733072803808 139625800997264 139626203371221 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25113] ppid=25106 vsize=13574484 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25108/task/25113/stat : 25113 (java) S 25106 25106 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 11657234 13900271616 4191 18446744073709551615 4194304 4196468 140733072803808 139625799944464 139626203371221 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25114] ppid=25106 vsize=13574484 memory=139956655388288 CPUtime=0 cores=1,3,5,7
/proc/25108/task/25114/stat : 25114 (java) S 25106 25106 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 11657235 13900271616 4191 18446744073709551615 4194304 4196468 140733072803808 139625681980272 139626203372162 0 0 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25115] ppid=25106 vsize=13574484 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25108/task/25115/stat : 25115 (java) S 25106 25106 17292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 11657235 13900271616 4191 18446744073709551615 4194304 4196468 140733072803808 139625680926240 139626203371221 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25116] ppid=25106 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25108/task/25116/stat : 25116 (java) S 25106 25106 17292 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 11657236 13900271616 4191 18446744073709551615 4194304 4196468 140733072803808 139625679873456 139626203371221 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 13583996 KiB
Current children cumulated memory: 18144 KiB

[startup+0.209673 s]*
/proc/loadavg: 2.02 1.85 1.90 3/212 25122
/proc/meminfo: memFree=31618116/32770624 swapFree=67108860/67108860
[pid=25106] ppid=25103 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/25106/stat : 25106 (xcsp3-exec) S 25103 25106 17292 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 11657224 9740288 345 18446744073709551615 4194304 5098028 140729413918336 140729413916440 140047066202748 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 26501120 140729413927289 140729413927494 140729413927494 140729413930987 0
/proc/25106/statm: 2378 345 289 221 0 87 0
[pid=25108] ppid=25106 vsize=13974352 memory=27396 CPUtime=0.1 cores=1,3,5,7
/proc/25108/stat : 25108 (java) S 25106 25106 17292 0 -1 1077944320 5274 0 0 0 9 1 0 0 20 0 15 0 11657233 14309736448 6849 18446744073709551615 4194304 4196468 140733072803808 140733072786352 139626203361015 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
/proc/25108/statm: 3493588 6849 2730 1 0 3482964 0
[pid=25108/tid=25109] ppid=25106 vsize=13974352 memory=7311146985107750967 CPUtime=0.08 cores=1,3,5,7
/proc/25108/task/25109/stat : 25109 (java) R 25106 25106 17292 0 -1 4202560 3407 0 0 0 7 1 0 0 20 0 15 0 11657233 14309736448 6849 18446744073709551615 4194304 4196468 140733072803808 139626207588896 139626203382941 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25110] ppid=25106 vsize=13974352 memory=10613 CPUtime=0 cores=1,3,5,7
/proc/25108/task/25110/stat : 25110 (java) S 25106 25106 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11657234 14309736448 6849 18446744073709551615 4194304 4196468 140733072803808 139625803102864 139626203371221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25111] ppid=25106 vsize=13974352 memory=3547069021641668256 CPUtime=0 cores=1,3,5,7
/proc/25108/task/25111/stat : 25111 (java) S 25106 25106 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11657234 14309736448 6849 18446744073709551615 4194304 4196468 140733072803808 139625802050064 139626203371221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25112] ppid=25106 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25108/task/25112/stat : 25112 (java) S 25106 25106 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11657234 14309736448 6849 18446744073709551615 4194304 4196468 140733072803808 139625800997264 139626203371221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25113] ppid=25106 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25108/task/25113/stat : 25113 (java) S 25106 25106 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11657234 14309736448 6849 18446744073709551615 4194304 4196468 140733072803808 139625799944464 139626203371221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25114] ppid=25106 vsize=13974352 memory=139956655388288 CPUtime=0 cores=1,3,5,7
/proc/25108/task/25114/stat : 25114 (java) S 25106 25106 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11657235 14309736448 6849 18446744073709551615 4194304 4196468 140733072803808 139625681980272 139626203372162 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25115] ppid=25106 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25108/task/25115/stat : 25115 (java) S 25106 25106 17292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 11657235 14309736448 6849 18446744073709551615 4194304 4196468 140733072803808 139625680926240 139626203371221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25116] ppid=25106 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25108/task/25116/stat : 25116 (java) S 25106 25106 17292 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 11657236 14309736448 6849 18446744073709551615 4194304 4196468 140733072803808 139625679873392 139626203371221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25117] ppid=25106 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25108/task/25117/stat : 25117 (java) S 25106 25106 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11657238 14309736448 6849 18446744073709551615 4194304 4196468 140733072803808 139625678821712 139626203379611 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25118] ppid=25106 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25108/task/25118/stat : 25118 (java) S 25106 25106 17292 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 15 0 11657238 14309736448 6849 18446744073709551615 4194304 4196468 140733072803808 139625677769072 139626203372162 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25119] ppid=25106 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25108/task/25119/stat : 25119 (java) S 25106 25106 17292 0 -1 1077944384 291 0 0 0 0 0 0 0 20 0 15 0 11657238 14309736448 6849 18446744073709551615 4194304 4196468 140733072803808 139625676716272 139626203372162 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25120] ppid=25106 vsize=13974352 memory=139956655388288 CPUtime=0.01 cores=1,3,5,7
/proc/25108/task/25120/stat : 25120 (java) S 25106 25106 17292 0 -1 1077944384 245 0 0 0 1 0 0 0 20 0 15 0 11657238 14309736448 6849 18446744073709551615 4194304 4196468 140733072803808 139625675663472 139626203372162 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25121] ppid=25106 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25108/task/25121/stat : 25121 (java) S 25106 25106 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11657238 14309736448 6849 18446744073709551615 4194304 4196468 140733072803808 139625674610912 139626203371221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25122] ppid=25106 vsize=13974352 memory=139956655388288 CPUtime=0 cores=1,3,5,7
/proc/25108/task/25122/stat : 25122 (java) S 25106 25106 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11657242 14309736448 6849 18446744073709551615 4194304 4196468 140733072803808 139625673559216 139626203372162 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 28776 KiB

[startup+0.310372 s]*
/proc/loadavg: 2.02 1.85 1.90 3/212 25122
/proc/meminfo: memFree=31607432/32770624 swapFree=67108860/67108860
[pid=25106] ppid=25103 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/25106/stat : 25106 (xcsp3-exec) S 25103 25106 17292 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 11657224 9740288 345 18446744073709551615 4194304 5098028 140729413918336 140729413916440 140047066202748 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 26501120 140729413927289 140729413927494 140729413927494 140729413930987 0
/proc/25106/statm: 2378 345 289 221 0 87 0
[pid=25108] ppid=25106 vsize=13974352 memory=40024 CPUtime=0.31 cores=1,3,5,7
/proc/25108/stat : 25108 (java) S 25106 25106 17292 0 -1 1077944320 9172 0 0 0 28 3 0 0 20 0 15 0 11657233 14309736448 10006 18446744073709551615 4194304 4196468 140733072803808 140733072786352 139626203361015 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
/proc/25108/statm: 3493588 10006 3021 1 0 3482964 0
[pid=25108/tid=25109] ppid=25106 vsize=13974352 memory=-8774313645642428999 CPUtime=0.18 cores=1,3,5,7
/proc/25108/task/25109/stat : 25109 (java) R 25106 25106 17292 0 -1 4202560 6264 0 0 0 16 2 0 0 20 0 15 0 11657233 14309736448 10006 18446744073709551615 4194304 4196468 140733072803808 139626207579104 139626187441502 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25110] ppid=25106 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25108/task/25110/stat : 25110 (java) S 25106 25106 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11657234 14309736448 10006 18446744073709551615 4194304 4196468 140733072803808 139625803102864 139626203371221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25111] ppid=25106 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25108/task/25111/stat : 25111 (java) S 25106 25106 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11657234 14309736448 10006 18446744073709551615 4194304 4196468 140733072803808 139625802050064 139626203371221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25112] ppid=25106 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25108/task/25112/stat : 25112 (java) S 25106 25106 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11657234 14309736448 10006 18446744073709551615 4194304 4196468 140733072803808 139625800997264 139626203371221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25113] ppid=25106 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25108/task/25113/stat : 25113 (java) S 25106 25106 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11657234 14309736448 10006 18446744073709551615 4194304 4196468 140733072803808 139625799944464 139626203371221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25114] ppid=25106 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25108/task/25114/stat : 25114 (java) S 25106 25106 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11657235 14309736448 10006 18446744073709551615 4194304 4196468 140733072803808 139625681980272 139626203372162 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25115] ppid=25106 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25108/task/25115/stat : 25115 (java) S 25106 25106 17292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 11657235 14309736448 10006 18446744073709551615 4194304 4196468 140733072803808 139625680926240 139626203371221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25116] ppid=25106 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25108/task/25116/stat : 25116 (java) S 25106 25106 17292 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 11657236 14309736448 10006 18446744073709551615 4194304 4196468 140733072803808 139625679873392 139626203371221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25117] ppid=25106 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25108/task/25117/stat : 25117 (java) S 25106 25106 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11657238 14309736448 10006 18446744073709551615 4194304 4196468 140733072803808 139625678821712 139626203379611 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25118] ppid=25106 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/25108/task/25118/stat : 25118 (java) S 25106 25106 17292 0 -1 1077944384 336 0 0 0 1 0 0 0 20 0 15 0 11657238 14309736448 10006 18446744073709551615 4194304 4196468 140733072803808 139625677769072 139626203372162 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25119] ppid=25106 vsize=13974352 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/25108/task/25119/stat : 25119 (java) R 25106 25106 17292 0 -1 1077944384 523 0 0 0 3 0 0 0 20 0 15 0 11657238 14309736448 10006 18446744073709551615 4194304 4196468 140733072803808 139625676716368 139626203371221 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25120] ppid=25106 vsize=13974352 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/25108/task/25120/stat : 25120 (java) R 25106 25106 17292 0 -1 4202560 745 0 0 0 6 0 0 0 20 0 15 0 11657238 14309736448 10006 18446744073709551615 4194304 4196468 140733072803808 139625675659200 139626181898175 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25121] ppid=25106 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25108/task/25121/stat : 25121 (java) S 25106 25106 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11657238 14309736448 10006 18446744073709551615 4194304 4196468 140733072803808 139625674610912 139626203371221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25122] ppid=25106 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25108/task/25122/stat : 25122 (java) S 25106 25106 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11657242 14309736448 10006 18446744073709551615 4194304 4196468 140733072803808 139625673559216 139626203372162 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 41404 KiB

[startup+0.701755 s]
/proc/loadavg: 2.02 1.85 1.90 6/212 25122
/proc/meminfo: memFree=31596220/32770624 swapFree=67108860/67108860
[pid=25106] ppid=25103 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/25106/stat : 25106 (xcsp3-exec) S 25103 25106 17292 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 11657224 9740288 345 18446744073709551615 4194304 5098028 140729413918336 140729413916440 140047066202748 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 26501120 140729413927289 140729413927494 140729413927494 140729413930987 0
/proc/25106/statm: 2378 345 289 221 0 87 0
[pid=25108] ppid=25106 vsize=13980732 memory=66880 CPUtime=1.27 cores=1,3,5,7
/proc/25108/stat : 25108 (java) S 25106 25106 17292 0 -1 1077944320 13351 0 0 0 122 5 0 0 20 0 15 0 11657233 14316269568 16720 18446744073709551615 4194304 4196468 140733072803808 140733072786352 139626203361015 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
/proc/25108/statm: 3495183 16720 3162 1 0 3483476 0
[pid=25108/tid=25109] ppid=25106 vsize=13980732 memory=0 CPUtime=0.55 cores=1,3,5,7
/proc/25108/task/25109/stat : 25109 (java) R 25106 25106 17292 0 -1 4202560 8491 0 0 0 52 3 0 0 20 0 15 0 11657233 14316269568 16720 18446744073709551615 4194304 4196468 140733072803808 139626207598032 139625847000543 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25110] ppid=25106 vsize=13980732 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/25108/task/25110/stat : 25110 (java) S 25106 25106 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11657234 14316269568 16720 18446744073709551615 4194304 4196468 140733072803808 139625803102864 139626203371221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25111] ppid=25106 vsize=13980732 memory=2008 CPUtime=0 cores=1,3,5,7
/proc/25108/task/25111/stat : 25111 (java) S 25106 25106 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11657234 14316269568 16720 18446744073709551615 4194304 4196468 140733072803808 139625802050064 139626203371221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25112] ppid=25106 vsize=13980732 memory=5404 CPUtime=0 cores=1,3,5,7
/proc/25108/task/25112/stat : 25112 (java) S 25106 25106 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11657234 14316269568 16720 18446744073709551615 4194304 4196468 140733072803808 139625800997264 139626203371221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25113] ppid=25106 vsize=13980732 memory=1704 CPUtime=0 cores=1,3,5,7
/proc/25108/task/25113/stat : 25113 (java) S 25106 25106 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11657234 14316269568 16720 18446744073709551615 4194304 4196468 140733072803808 139625799944464 139626203371221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25114] ppid=25106 vsize=13980732 memory=2 CPUtime=0 cores=1,3,5,7
/proc/25108/task/25114/stat : 25114 (java) S 25106 25106 17292 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 11657235 14316269568 16720 18446744073709551615 4194304 4196468 140733072803808 139625681980272 139626203372162 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25115] ppid=25106 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25108/task/25115/stat : 25115 (java) S 25106 25106 17292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 11657235 14316269568 16720 18446744073709551615 4194304 4196468 140733072803808 139625680926240 139626203371221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25116] ppid=25106 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25108/task/25116/stat : 25116 (java) S 25106 25106 17292 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 11657236 14316269568 16720 18446744073709551615 4194304 4196468 140733072803808 139625679873392 139626203371221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25117] ppid=25106 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25108/task/25117/stat : 25117 (java) S 25106 25106 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11657238 14316269568 16720 18446744073709551615 4194304 4196468 140733072803808 139625678821712 139626203379611 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25118] ppid=25106 vsize=13980732 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/25108/task/25118/stat : 25118 (java) R 25106 25106 17292 0 -1 4202560 907 0 0 0 18 0 0 0 20 0 15 0 11657238 14316269568 16720 18446744073709551615 4194304 4196468 140733072803808 139625677755136 139626188280061 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25119] ppid=25106 vsize=13980732 memory=2 CPUtime=0.18 cores=1,3,5,7
/proc/25108/task/25119/stat : 25119 (java) R 25106 25106 17292 0 -1 4202560 993 0 0 0 18 0 0 0 20 0 15 0 11657238 14316269568 16720 18446744073709551615 4194304 4196468 140733072803808 139625676694896 139626182616252 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25120] ppid=25106 vsize=13980732 memory=0 CPUtime=0.32 cores=1,3,5,7
/proc/25108/task/25120/stat : 25120 (java) R 25106 25106 17292 0 -1 4202560 1653 0 0 0 32 0 0 0 20 0 15 0 11657238 14316269568 16720 18446744073709551615 4194304 4196468 140733072803808 139625675663472 139626181893391 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25121] ppid=25106 vsize=13980732 memory=3 CPUtime=0 cores=1,3,5,7
/proc/25108/task/25121/stat : 25121 (java) S 25106 25106 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11657238 14316269568 16720 18446744073709551615 4194304 4196468 140733072803808 139625674610912 139626203371221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25122] ppid=25106 vsize=13980732 memory=12 CPUtime=0 cores=1,3,5,7
/proc/25108/task/25122/stat : 25122 (java) S 25106 25106 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11657242 14316269568 16720 18446744073709551615 4194304 4196468 140733072803808 139625673559216 139626203372162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 68260 KiB

[startup+1.50083 s]
/proc/loadavg: 2.02 1.85 1.90 5/212 25122
/proc/meminfo: memFree=31565844/32770624 swapFree=67108860/67108860
[pid=25106] ppid=25103 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/25106/stat : 25106 (xcsp3-exec) S 25103 25106 17292 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 11657224 9740288 345 18446744073709551615 4194304 5098028 140729413918336 140729413916440 140047066202748 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 26501120 140729413927289 140729413927494 140729413927494 140729413930987 0
/proc/25106/statm: 2378 345 289 221 0 87 0
[pid=25108] ppid=25106 vsize=13980732 memory=90528 CPUtime=3.55 cores=1,3,5,7
/proc/25108/stat : 25108 (java) S 25106 25106 17292 0 -1 1077944320 21895 0 0 0 349 6 0 0 20 0 15 0 11657233 14316269568 22632 18446744073709551615 4194304 4196468 140733072803808 140733072786352 139626203361015 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
/proc/25108/statm: 3495183 22632 3195 1 0 3483476 0
[pid=25108/tid=25109] ppid=25106 vsize=13980732 memory=0 CPUtime=1.35 cores=1,3,5,7
/proc/25108/task/25109/stat : 25109 (java) R 25106 25106 17292 0 -1 4202560 9161 0 0 0 132 3 0 0 20 0 15 0 11657233 14316269568 22632 18446744073709551615 4194304 4196468 140733072803808 139626207598152 139625849172687 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25110] ppid=25106 vsize=13980732 memory=279913085248704 CPUtime=0 cores=1,3,5,7
/proc/25108/task/25110/stat : 25110 (java) S 25106 25106 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11657234 14316269568 22632 18446744073709551615 4194304 4196468 140733072803808 139625803102864 139626203371221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25111] ppid=25106 vsize=13980732 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/25108/task/25111/stat : 25111 (java) S 25106 25106 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11657234 14316269568 22632 18446744073709551615 4194304 4196468 140733072803808 139625802050064 139626203371221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25112] ppid=25106 vsize=13980732 memory=6933690287860520088 CPUtime=0 cores=1,3,5,7
/proc/25108/task/25112/stat : 25112 (java) S 25106 25106 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11657234 14316269568 22632 18446744073709551615 4194304 4196468 140733072803808 139625800997264 139626203371221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25113] ppid=25106 vsize=13980732 memory=4138356658378995242 CPUtime=0 cores=1,3,5,7

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

/proc/25108/task/25116/stat : 25116 (java) S 25106 25106 17292 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 11657236 14316269568 2126335 18446744073709551615 4194304 4196468 140733072803808 139625679873392 139626203371221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25117] ppid=25106 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/25108/task/25117/stat : 25117 (java) S 25106 25106 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11657238 14316269568 2126335 18446744073709551615 4194304 4196468 140733072803808 139625678821712 139626203379611 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25118] ppid=25106 vsize=13980732 memory=1380 CPUtime=2.1 cores=1,3,5,7
/proc/25108/task/25118/stat : 25118 (java) S 25106 25106 17292 0 -1 1077944384 13355 0 0 0 208 2 0 0 20 0 15 0 11657238 14316269568 2126335 18446744073709551615 4194304 4196468 140733072803808 139625677769072 139626203372162 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25119] ppid=25106 vsize=13980732 memory=1380 CPUtime=1.97 cores=1,3,5,7
/proc/25108/task/25119/stat : 25119 (java) S 25106 25106 17292 0 -1 1077944384 12375 0 0 0 196 1 0 0 20 0 15 0 11657238 14316269568 2126335 18446744073709551615 4194304 4196468 140733072803808 139625676716272 139626203372162 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25120] ppid=25106 vsize=13980732 memory=1380 CPUtime=0.58 cores=1,3,5,7
/proc/25108/task/25120/stat : 25120 (java) S 25106 25106 17292 0 -1 1077944384 6241 0 0 0 57 1 0 0 20 0 15 0 11657238 14316269568 2126335 18446744073709551615 4194304 4196468 140733072803808 139625675663472 139626203372162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25121] ppid=25106 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/25108/task/25121/stat : 25121 (java) S 25106 25106 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11657238 14316269568 2126335 18446744073709551615 4194304 4196468 140733072803808 139625674610912 139626203371221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25122] ppid=25106 vsize=13980732 memory=1380 CPUtime=0.67 cores=1,3,5,7
/proc/25108/task/25122/stat : 25122 (java) S 25106 25106 17292 0 -1 1077944384 1219 0 0 0 32 35 0 0 20 0 15 0 11657242 14316269568 2126335 18446744073709551615 4194304 4196468 140733072803808 139625673559216 139626203372162 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
Current children cumulated CPU time: 2457.52 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 8506720 KiB

[startup+2502.3 s]
/proc/loadavg: 1.94 1.87 1.79 3/212 25369
/proc/meminfo: memFree=22971964/32770624 swapFree=67108860/67108860
[pid=25106] ppid=25103 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/25106/stat : 25106 (xcsp3-exec) S 25103 25106 17292 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 11657224 9740288 345 18446744073709551615 4194304 5098028 140729413918336 140729413916440 140047066202748 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 26501120 140729413927289 140729413927494 140729413927494 140729413930987 0
/proc/25106/statm: 2378 345 289 221 0 87 0
[pid=25108] ppid=25106 vsize=13980732 memory=8504312 CPUtime=2517.65 cores=1,3,5,7
/proc/25108/stat : 25108 (java) S 25106 25106 17292 0 -1 1077944320 400387 0 0 0 250405 1360 0 0 20 0 15 0 11657233 14316269568 2126078 18446744073709551615 4194304 4196468 140733072803808 140733072786352 139626203361015 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
/proc/25108/statm: 3495183 2126078 3253 1 0 3483476 0
[pid=25108/tid=25109] ppid=25106 vsize=13980732 memory=1380 CPUtime=2496.64 cores=1,3,5,7
/proc/25108/task/25109/stat : 25109 (java) R 25106 25106 17292 0 -1 4202560 257178 0 0 0 248420 1244 0 0 20 0 15 0 11657233 14316269568 2126078 18446744073709551615 4194304 4196468 140733072803808 139626207600592 139625849195079 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25110] ppid=25106 vsize=13980732 memory=8504312 CPUtime=3.5 cores=1,3,5,7
/proc/25108/task/25110/stat : 25110 (java) S 25106 25106 17292 0 -1 1077944384 21001 0 0 0 339 11 0 0 20 0 15 0 11657234 14316269568 2126078 18446744073709551615 4194304 4196468 140733072803808 139625803102864 139626203371221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25111] ppid=25106 vsize=13980732 memory=8504312 CPUtime=3.49 cores=1,3,5,7
/proc/25108/task/25111/stat : 25111 (java) S 25106 25106 17292 0 -1 1077944384 20519 0 0 0 338 11 0 0 20 0 15 0 11657234 14316269568 2126078 18446744073709551615 4194304 4196468 140733072803808 139625802050064 139626203371221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25112] ppid=25106 vsize=13980732 memory=1380 CPUtime=3.49 cores=1,3,5,7
/proc/25108/task/25112/stat : 25112 (java) S 25106 25106 17292 0 -1 1077944384 25749 0 0 0 337 12 0 0 20 0 15 0 11657234 14316269568 2126078 18446744073709551615 4194304 4196468 140733072803808 139625800997264 139626203371221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25113] ppid=25106 vsize=13980732 memory=1380 CPUtime=3.49 cores=1,3,5,7
/proc/25108/task/25113/stat : 25113 (java) S 25106 25106 17292 0 -1 1077944384 18188 0 0 0 338 11 0 0 20 0 15 0 11657234 14316269568 2126078 18446744073709551615 4194304 4196468 140733072803808 139625799944464 139626203371221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25114] ppid=25106 vsize=13980732 memory=0 CPUtime=1.61 cores=1,3,5,7
/proc/25108/task/25114/stat : 25114 (java) S 25106 25106 17292 0 -1 1077944384 23173 0 0 0 121 40 0 0 20 0 15 0 11657235 14316269568 2126078 18446744073709551615 4194304 4196468 140733072803808 139625681980272 139626203372162 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25115] ppid=25106 vsize=13980732 memory=8504312 CPUtime=0 cores=1,3,5,7
/proc/25108/task/25115/stat : 25115 (java) S 25106 25106 17292 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 11657235 14316269568 2126078 18446744073709551615 4194304 4196468 140733072803808 139625680926240 139626203371221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25116] ppid=25106 vsize=13980732 memory=8504312 CPUtime=0 cores=1,3,5,7
/proc/25108/task/25116/stat : 25116 (java) S 25106 25106 17292 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 11657236 14316269568 2126078 18446744073709551615 4194304 4196468 140733072803808 139625679873392 139626203371221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25117] ppid=25106 vsize=13980732 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/25108/task/25117/stat : 25117 (java) S 25106 25106 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11657238 14316269568 2126078 18446744073709551615 4194304 4196468 140733072803808 139625678821712 139626203379611 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25118] ppid=25106 vsize=13980732 memory=1380 CPUtime=2.1 cores=1,3,5,7
/proc/25108/task/25118/stat : 25118 (java) S 25106 25106 17292 0 -1 1077944384 13358 0 0 0 208 2 0 0 20 0 15 0 11657238 14316269568 2126078 18446744073709551615 4194304 4196468 140733072803808 139625677769072 139626203372162 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25119] ppid=25106 vsize=13980732 memory=8504312 CPUtime=1.97 cores=1,3,5,7
/proc/25108/task/25119/stat : 25119 (java) S 25106 25106 17292 0 -1 1077944384 12377 0 0 0 196 1 0 0 20 0 15 0 11657238 14316269568 2126078 18446744073709551615 4194304 4196468 140733072803808 139625676716272 139626203372162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25120] ppid=25106 vsize=13980732 memory=8504312 CPUtime=0.58 cores=1,3,5,7
/proc/25108/task/25120/stat : 25120 (java) S 25106 25106 17292 0 -1 1077944384 6243 0 0 0 57 1 0 0 20 0 15 0 11657238 14316269568 2126078 18446744073709551615 4194304 4196468 140733072803808 139625675663472 139626203372162 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25121] ppid=25106 vsize=13980732 memory=4068 CPUtime=0 cores=1,3,5,7
/proc/25108/task/25121/stat : 25121 (java) S 25106 25106 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11657238 14316269568 2126078 18446744073709551615 4194304 4196468 140733072803808 139625674610912 139626203371221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25122] ppid=25106 vsize=13980732 memory=288230574492221466 CPUtime=0.69 cores=1,3,5,7
/proc/25108/task/25122/stat : 25122 (java) S 25106 25106 17292 0 -1 1077944384 1240 0 0 0 33 36 0 0 20 0 15 0 11657242 14316269568 2126078 18446744073709551615 4194304 4196468 140733072803808 139625673559216 139626203372162 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
Current children cumulated CPU time: 2517.65 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 8505692 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2504.7 s]
/proc/loadavg: 1.94 1.87 1.79 3/212 25369
/proc/meminfo: memFree=22990172/32770624 swapFree=67108860/67108860
[pid=25106] ppid=25103 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/25106/stat : 25106 (xcsp3-exec) S 25103 25106 17292 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 11657224 9740288 345 18446744073709551615 4194304 5098028 140729413918336 140729413916440 140047066202748 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 26501120 140729413927289 140729413927494 140729413927494 140729413930987 0
/proc/25106/statm: 2378 345 289 221 0 87 0
[pid=25108] ppid=25106 vsize=13980732 memory=8504312 CPUtime=2520.05 cores=1,3,5,7
/proc/25108/stat : 25108 (java) S 25106 25106 17292 0 -1 1077944320 400389 0 0 0 250645 1360 0 0 20 0 15 0 11657233 14316269568 2126078 18446744073709551615 4194304 4196468 140733072803808 140733072786352 139626203361015 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
/proc/25108/statm: 3495183 2126078 3253 1 0 3483476 0
[pid=25108/tid=25109] ppid=25106 vsize=13980732 memory=1380 CPUtime=2499.04 cores=1,3,5,7
/proc/25108/task/25109/stat : 25109 (java) R 25106 25106 17292 0 -1 4202560 257178 0 0 0 248660 1244 0 0 20 0 15 0 11657233 14316269568 2126078 18446744073709551615 4194304 4196468 140733072803808 139626207600592 139625850316404 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25110] ppid=25106 vsize=13980732 memory=8504312 CPUtime=3.5 cores=1,3,5,7
/proc/25108/task/25110/stat : 25110 (java) S 25106 25106 17292 0 -1 1077944384 21001 0 0 0 339 11 0 0 20 0 15 0 11657234 14316269568 2126078 18446744073709551615 4194304 4196468 140733072803808 139625803102864 139626203371221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25111] ppid=25106 vsize=13980732 memory=8504312 CPUtime=3.49 cores=1,3,5,7
/proc/25108/task/25111/stat : 25111 (java) S 25106 25106 17292 0 -1 1077944384 20519 0 0 0 338 11 0 0 20 0 15 0 11657234 14316269568 2126078 18446744073709551615 4194304 4196468 140733072803808 139625802050064 139626203371221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25112] ppid=25106 vsize=13980732 memory=1380 CPUtime=3.49 cores=1,3,5,7
/proc/25108/task/25112/stat : 25112 (java) S 25106 25106 17292 0 -1 1077944384 25749 0 0 0 337 12 0 0 20 0 15 0 11657234 14316269568 2126078 18446744073709551615 4194304 4196468 140733072803808 139625800997264 139626203371221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25113] ppid=25106 vsize=13980732 memory=8504312 CPUtime=3.49 cores=1,3,5,7
/proc/25108/task/25113/stat : 25113 (java) S 25106 25106 17292 0 -1 1077944384 18188 0 0 0 338 11 0 0 20 0 15 0 11657234 14316269568 2126078 18446744073709551615 4194304 4196468 140733072803808 139625799944464 139626203371221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25114] ppid=25106 vsize=13980732 memory=1380 CPUtime=1.61 cores=1,3,5,7
/proc/25108/task/25114/stat : 25114 (java) S 25106 25106 17292 0 -1 1077944384 23173 0 0 0 121 40 0 0 20 0 15 0 11657235 14316269568 2126078 18446744073709551615 4194304 4196468 140733072803808 139625681980272 139626203372162 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25115] ppid=25106 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/25108/task/25115/stat : 25115 (java) S 25106 25106 17292 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 11657235 14316269568 2126078 18446744073709551615 4194304 4196468 140733072803808 139625680926240 139626203371221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25116] ppid=25106 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25108/task/25116/stat : 25116 (java) S 25106 25106 17292 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 11657236 14316269568 2126078 18446744073709551615 4194304 4196468 140733072803808 139625679873392 139626203371221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25117] ppid=25106 vsize=13980732 memory=8504312 CPUtime=0 cores=1,3,5,7
/proc/25108/task/25117/stat : 25117 (java) S 25106 25106 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11657238 14316269568 2126078 18446744073709551615 4194304 4196468 140733072803808 139625678821712 139626203379611 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25118] ppid=25106 vsize=13980732 memory=1380 CPUtime=2.1 cores=1,3,5,7
/proc/25108/task/25118/stat : 25118 (java) S 25106 25106 17292 0 -1 1077944384 13358 0 0 0 208 2 0 0 20 0 15 0 11657238 14316269568 2126078 18446744073709551615 4194304 4196468 140733072803808 139625677769072 139626203372162 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25119] ppid=25106 vsize=13980732 memory=1380 CPUtime=1.97 cores=1,3,5,7
/proc/25108/task/25119/stat : 25119 (java) S 25106 25106 17292 0 -1 1077944384 12377 0 0 0 196 1 0 0 20 0 15 0 11657238 14316269568 2126078 18446744073709551615 4194304 4196468 140733072803808 139625676716272 139626203372162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25120] ppid=25106 vsize=13980732 memory=8504312 CPUtime=0.58 cores=1,3,5,7
/proc/25108/task/25120/stat : 25120 (java) S 25106 25106 17292 0 -1 1077944384 6243 0 0 0 57 1 0 0 20 0 15 0 11657238 14316269568 2126078 18446744073709551615 4194304 4196468 140733072803808 139625675663472 139626203372162 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25121] ppid=25106 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/25108/task/25121/stat : 25121 (java) S 25106 25106 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11657238 14316269568 2126078 18446744073709551615 4194304 4196468 140733072803808 139625674610912 139626203371221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25122] ppid=25106 vsize=13980732 memory=8504312 CPUtime=0.69 cores=1,3,5,7
/proc/25108/task/25122/stat : 25122 (java) S 25106 25106 17292 0 -1 1077944384 1242 0 0 0 33 36 0 0 20 0 15 0 11657242 14316269568 2126078 18446744073709551615 4194304 4196468 140733072803808 139625673559216 139626203372162 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 8505692 KiB

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

[startup+2504.71 s]
# the end of solver process 25106 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.000938 s, system=0.000938 s

[startup+2504.74 s]
# the end of solver process 25108 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2506.47 s, system=13.6348 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

[startup+2504.7 s]
/proc/loadavg: 1.94 1.87 1.79 3/212 25369
/proc/meminfo: memFree=22990172/32770624 swapFree=67108860/67108860
[pid=25106] ppid=25103 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/25106/stat : 25106 (xcsp3-exec) S 25103 25106 17292 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 11657224 9740288 345 18446744073709551615 4194304 5098028 140729413918336 140729413916440 140047066202748 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 26501120 140729413927289 140729413927494 140729413927494 140729413930987 0
/proc/25106/statm: 2378 345 289 221 0 87 0
[pid=25108] ppid=25106 vsize=13980732 memory=8504312 CPUtime=2520.05 cores=1,3,5,7
/proc/25108/stat : 25108 (java) S 25106 25106 17292 0 -1 1077944320 400389 0 0 0 250645 1360 0 0 20 0 15 0 11657233 14316269568 2126078 18446744073709551615 4194304 4196468 140733072803808 140733072786352 139626203361015 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
/proc/25108/statm: 3495183 2126078 3253 1 0 3483476 0
[pid=25108/tid=25109] ppid=25106 vsize=13980732 memory=1380 CPUtime=2499.04 cores=1,3,5,7
/proc/25108/task/25109/stat : 25109 (java) R 25106 25106 17292 0 -1 4202560 257178 0 0 0 248660 1244 0 0 20 0 15 0 11657233 14316269568 2126078 18446744073709551615 4194304 4196468 140733072803808 139626207600592 139625850316404 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25110] ppid=25106 vsize=13980732 memory=8504312 CPUtime=3.5 cores=1,3,5,7
/proc/25108/task/25110/stat : 25110 (java) S 25106 25106 17292 0 -1 1077944384 21001 0 0 0 339 11 0 0 20 0 15 0 11657234 14316269568 2126078 18446744073709551615 4194304 4196468 140733072803808 139625803102864 139626203371221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25111] ppid=25106 vsize=13980732 memory=8504312 CPUtime=3.49 cores=1,3,5,7
/proc/25108/task/25111/stat : 25111 (java) S 25106 25106 17292 0 -1 1077944384 20519 0 0 0 338 11 0 0 20 0 15 0 11657234 14316269568 2126078 18446744073709551615 4194304 4196468 140733072803808 139625802050064 139626203371221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25112] ppid=25106 vsize=13980732 memory=1380 CPUtime=3.49 cores=1,3,5,7
/proc/25108/task/25112/stat : 25112 (java) S 25106 25106 17292 0 -1 1077944384 25749 0 0 0 337 12 0 0 20 0 15 0 11657234 14316269568 2126078 18446744073709551615 4194304 4196468 140733072803808 139625800997264 139626203371221 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25113] ppid=25106 vsize=13980732 memory=8504312 CPUtime=3.49 cores=1,3,5,7
/proc/25108/task/25113/stat : 25113 (java) S 25106 25106 17292 0 -1 1077944384 18188 0 0 0 338 11 0 0 20 0 15 0 11657234 14316269568 2126078 18446744073709551615 4194304 4196468 140733072803808 139625799944464 139626203371221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25114] ppid=25106 vsize=13980732 memory=1380 CPUtime=1.61 cores=1,3,5,7
/proc/25108/task/25114/stat : 25114 (java) S 25106 25106 17292 0 -1 1077944384 23173 0 0 0 121 40 0 0 20 0 15 0 11657235 14316269568 2126078 18446744073709551615 4194304 4196468 140733072803808 139625681980272 139626203372162 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25115] ppid=25106 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/25108/task/25115/stat : 25115 (java) S 25106 25106 17292 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 11657235 14316269568 2126078 18446744073709551615 4194304 4196468 140733072803808 139625680926240 139626203371221 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25116] ppid=25106 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25108/task/25116/stat : 25116 (java) S 25106 25106 17292 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 11657236 14316269568 2126078 18446744073709551615 4194304 4196468 140733072803808 139625679873392 139626203371221 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25117] ppid=25106 vsize=13980732 memory=8504312 CPUtime=0 cores=1,3,5,7
/proc/25108/task/25117/stat : 25117 (java) S 25106 25106 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11657238 14316269568 2126078 18446744073709551615 4194304 4196468 140733072803808 139625678821712 139626203379611 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25118] ppid=25106 vsize=13980732 memory=1380 CPUtime=2.1 cores=1,3,5,7
/proc/25108/task/25118/stat : 25118 (java) S 25106 25106 17292 0 -1 1077944384 13358 0 0 0 208 2 0 0 20 0 15 0 11657238 14316269568 2126078 18446744073709551615 4194304 4196468 140733072803808 139625677769072 139626203372162 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25119] ppid=25106 vsize=13980732 memory=1380 CPUtime=1.97 cores=1,3,5,7
/proc/25108/task/25119/stat : 25119 (java) S 25106 25106 17292 0 -1 1077944384 12377 0 0 0 196 1 0 0 20 0 15 0 11657238 14316269568 2126078 18446744073709551615 4194304 4196468 140733072803808 139625676716272 139626203372162 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25120] ppid=25106 vsize=13980732 memory=8504312 CPUtime=0.58 cores=1,3,5,7
/proc/25108/task/25120/stat : 25120 (java) S 25106 25106 17292 0 -1 1077944384 6243 0 0 0 57 1 0 0 20 0 15 0 11657238 14316269568 2126078 18446744073709551615 4194304 4196468 140733072803808 139625675663472 139626203372162 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25121] ppid=25106 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/25108/task/25121/stat : 25121 (java) S 25106 25106 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11657238 14316269568 2126078 18446744073709551615 4194304 4196468 140733072803808 139625674610912 139626203371221 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
[pid=25108/tid=25122] ppid=25106 vsize=13980732 memory=8504312 CPUtime=0.69 cores=1,3,5,7
/proc/25108/task/25122/stat : 25122 (java) S 25106 25106 17292 0 -1 1077944384 1242 0 0 0 33 36 0 0 20 0 15 0 11657242 14316269568 2126078 18446744073709551615 4194304 4196468 140733072803808 139625673559216 139626203372162 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8417280 140733072806322 140733072806498 140733072806498 140733072809935 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 8505692 KiB

Child status: 143
Real time (s): 2504.74
CPU time (s): 2520.1
CPU user time (s): 2506.47
CPU system time (s): 13.6348
CPU usage (%): 100.613
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 8507748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2506.47
system time used= 13.6348
maximum resident set size= 8506368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 401247
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2816
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 73629
involuntary context switches= 1921


# summary of solver processes directly reported to runsolver:
#   pid: 25106,25108
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2506.47
#   total CPU system time (s): 13.6348

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.3493 second user time and 24.6047 second system time

The end

Launcher Data

Begin job on node129 at 2017-08-19 10:34:04
IDJOB=4282156
IDBENCH=128084
IDSOLVER=2677
FILE ID=node129/4282156-1503132481
RUNJOBID= node129-1503095823-17351
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/CarSequencing/CarSequencing-m1-jcr/CarSequencing-04-72.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-4282156-1503132481/watcher-4282156-1503132481 -o /tmp/evaluation-result-4282156-1503132481/solver-4282156-1503132481 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node129-1503095823-17351 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1889614765 HOME/instance-4282156-1503132481.xml

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

MD5SUM BENCH= 606ad4221d4941292d84c5bdd64a5487
RANDOM SEED=1889614765

node129.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	: 5333.73
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	: 5333.73
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	: 5333.73
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	: 5333.73
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:        31634880 kB
MemAvailable:   31864680 kB
Buffers:          165796 kB
Cached:           354472 kB
SwapCached:            0 kB
Active:           377516 kB
Inactive:         354920 kB
Active(anon):     212480 kB
Inactive(anon):    16748 kB
Active(file):     165036 kB
Inactive(file):   338172 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7824 kB
Writeback:             8 kB
AnonPages:        207896 kB
Mapped:            43488 kB
Shmem:             17060 kB
Slab:             109604 kB
SReclaimable:      84856 kB
SUnreclaim:        24748 kB
KernelStack:        3504 kB
PageTables:         5244 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1258668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     92160 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 62000 MiB
End job on node129 at 2017-08-19 11:15:48