Trace number 4282155

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.0601 2511.71

General information on the benchmark

NameCarSequencing/CarSequencing-m1-gagne/
CarSequencing-200-01.xml
MD5SUM10e5a0c89239e5196f6239a5150462fc
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints1481
Number of domains2
Minimum domain size2
Maximum domain size25
Distribution of domain sizes[{"size":2,"count":1000},{"size":25,"count":200}]
Minimum variable degree2
Maximum variable degree93
Distribution of variable degrees[{"degree":2,"count":200},{"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":18},{"degree":21,"count":18},{"degree":22,"count":18},{"degree":23,"count":18},{"degree":24,"count":18},{"degree":25,"count":18},{"degree":26,"count":18},"...",{"degree":69,"count":8}, {"degree":70,"count":2}, {"degree":71,"count":2}, {"degree":72,"count":2}, {"degree":73,"count":2}, {"degree":74,"count":2}, {"degree":75,"count":2}, {"degree":76,"count":2}, {"degree":77,"count":2}, {"degree":78,"count":2}, {"degree":79,"count":2}, {"degree":80,"count":2}, {"degree":81,"count":2}, {"degree":82,"count":2}, {"degree":83,"count":2}, {"degree":84,"count":2}, {"degree":85,"count":2}, {"degree":86,"count":2}, {"degree":87,"count":2}, {"degree":88,"count":2}, {"degree":89,"count":2}, {"degree":90,"count":2}, {"degree":91,"count":2}, {"degree":92,"count":3}, {"degree":93,"count":21}]
Minimum constraint arity2
Maximum constraint arity200
Distribution of constraint arities[{"arity":2,"count":199},{"arity":3,"count":396},{"arity":5,"count":392},{"arity":6,"count":200},{"arity":8,"count":1},{"arity":10,"count":1},{"arity":11,"count":1},{"arity":14,"count":2},{"arity":15,"count":1},{"arity":17,"count":2},{"arity":20,"count":3},{"arity":22,"count":1},{"arity":23,"count":2},{"arity":24,"count":1},{"arity":25,"count":2},{"arity":26,"count":3},{"arity":28,"count":1},{"arity":29,"count":2},{"arity":30,"count":3},{"arity":32,"count":3},{"arity":34,"count":1},{"arity":35,"count":4},{"arity":36,"count":1},{"arity":38,"count":3},{"arity":40,"count":3},"...",{"arity":167,"count":2}, {"arity":168,"count":1}, {"arity":170,"count":5}, {"arity":172,"count":1}, {"arity":173,"count":2}, {"arity":174,"count":1}, {"arity":175,"count":2}, {"arity":176,"count":3}, {"arity":178,"count":1}, {"arity":179,"count":2}, {"arity":180,"count":3}, {"arity":182,"count":3}, {"arity":184,"count":1}, {"arity":185,"count":4}, {"arity":186,"count":1}, {"arity":188,"count":3}, {"arity":190,"count":3}, {"arity":191,"count":2}, {"arity":192,"count":1}, {"arity":194,"count":3}, {"arity":195,"count":2}, {"arity":196,"count":1}, {"arity":197,"count":2}, {"arity":198,"count":1}, {"arity":200,"count":6}]
Number of extensional constraints200
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":200},{"type":"sum","count":1280},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.09	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4282155-1503132551.xml"  -tl '2520s' -p 1 -x 0
0.09/0.27	c [HOME/instance-4282155-1503132551.xml, -tl, 2520s, -p, 1, -x, 0]
0.29/0.33	c simple solver
0.29/0.40	c parse instance...
1.79/0.87	c solve instance...
2520.03/2511.70	s UNKNOWN
2520.03/2511.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 (15347 MiB free)
  memory of node 1: 16384 MiB (15552 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282155-1503132551/watcher-4282155-1503132551 -o /tmp/evaluation-result-4282155-1503132551/solver-4282155-1503132551 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1503095815-16489 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 692736453 HOME/instance-4282155-1503132551.xml 

running on 4 cores: 0,2,4,6

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=22677, runsolver pid=22674

[startup+0.100182 s]*
/proc/loadavg: 1.70 1.71 1.75 3/198 22680
/proc/meminfo: memFree=31641136/32770624 swapFree=67108860/67108860
[pid=22677] ppid=22674 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/22677/stat : 22677 (xcsp3-exec) S 22674 22677 16431 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 11664819 9740288 345 18446744073709551615 4194304 5098028 140732463437472 140732463435576 140608423432828 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 8114176 140732463444346 140732463444550 140732463444550 140732463448043 0
/proc/22677/statm: 2378 345 289 221 0 87 0
[pid=22679] ppid=22677 vsize=13356504 memory=13248 CPUtime=0 cores=0,2,4,6
/proc/22679/stat : 22679 (java) S 22677 22677 16431 0 -1 1077944320 2546 0 0 0 0 0 0 0 20 0 6 0 11664829 13677060096 3312 18446744073709551615 4194304 4196468 140721024860896 140721024843440 139759737917175 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
/proc/22679/statm: 3339126 3312 1308 1 0 3329096 0
[pid=22679/tid=22680] ppid=22677 vsize=13356504 memory=-8713483618642459742 CPUtime=0 cores=0,2,4,6
/proc/22679/task/22680/stat : 22680 (java) R 22677 22677 16431 0 -1 1077944384 1336 0 0 0 0 0 0 0 20 0 6 0 11664829 13677060096 3312 18446744073709551615 4194304 4196468 140721024860896 139759742153296 139759737941053 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22681] ppid=22677 vsize=13356504 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22679/task/22681/stat : 22681 (java) S 22677 22677 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 11664830 13677060096 3312 18446744073709551615 4194304 4196468 140721024860896 139759657330960 139759737927381 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22682] ppid=22677 vsize=13358712 memory=140591702713984 CPUtime=0 cores=0,2,4,6
/proc/22679/task/22682/stat : 22682 (java) S 22677 22677 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 11664830 13679321088 3312 18446744073709551615 4194304 4196468 140721024860896 139759656278416 139759737927381 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22683] ppid=22677 vsize=13358712 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22679/task/22683/stat : 22683 (java) S 22677 22677 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 11664830 13679321088 3312 18446744073709551615 4194304 4196468 140721024860896 139759655225872 139759737927381 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22684] ppid=22677 vsize=13358712 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22679/task/22684/stat : 22684 (java) S 22677 22677 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 11664830 13679321088 3312 18446744073709551615 4194304 4196468 140721024860896 139759654173328 139759737927381 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13366016 KiB
Current children cumulated memory: 14628 KiB

[startup+0.210266 s]*
/proc/loadavg: 1.80 1.73 1.76 4/211 22693
/proc/meminfo: memFree=31625332/32770624 swapFree=67108860/67108860
[pid=22677] ppid=22674 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/22677/stat : 22677 (xcsp3-exec) S 22674 22677 16431 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 11664819 9740288 345 18446744073709551615 4194304 5098028 140732463437472 140732463435576 140608423432828 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 8114176 140732463444346 140732463444550 140732463444550 140732463448043 0
/proc/22677/statm: 2378 345 289 221 0 87 0
[pid=22679] ppid=22677 vsize=13974352 memory=28172 CPUtime=0.09 cores=0,2,4,6
/proc/22679/stat : 22679 (java) S 22677 22677 16431 0 -1 1077944320 4939 0 0 0 8 1 0 0 20 0 15 0 11664829 14309736448 7043 18446744073709551615 4194304 4196468 140721024860896 140721024843440 139759737917175 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
/proc/22679/statm: 3493588 7043 2756 1 0 3482964 0
[pid=22679/tid=22680] ppid=22677 vsize=13974352 memory=-6871798056524144002 CPUtime=0.08 cores=0,2,4,6
/proc/22679/task/22680/stat : 22680 (java) R 22677 22677 16431 0 -1 4202560 3080 0 0 0 7 1 0 0 20 0 15 0 11664829 14309736448 7043 18446744073709551615 4194304 4196468 140721024860896 139759742147328 139759737939101 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22681] ppid=22677 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22679/task/22681/stat : 22681 (java) S 22677 22677 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11664830 14309736448 7043 18446744073709551615 4194304 4196468 140721024860896 139759657330960 139759737927381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22682] ppid=22677 vsize=13974352 memory=140591702713984 CPUtime=0 cores=0,2,4,6
/proc/22679/task/22682/stat : 22682 (java) S 22677 22677 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11664830 14309736448 7043 18446744073709551615 4194304 4196468 140721024860896 139759656278416 139759737927381 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22683] ppid=22677 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22679/task/22683/stat : 22683 (java) S 22677 22677 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11664830 14309736448 7043 18446744073709551615 4194304 4196468 140721024860896 139759655225872 139759737927381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22684] ppid=22677 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22679/task/22684/stat : 22684 (java) S 22677 22677 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11664830 14309736448 7043 18446744073709551615 4194304 4196468 140721024860896 139759654173328 139759737927381 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22685] ppid=22677 vsize=13974352 memory=140591702713984 CPUtime=0 cores=0,2,4,6
/proc/22679/task/22685/stat : 22685 (java) S 22677 22677 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11664831 14309736448 7043 18446744073709551615 4194304 4196468 140721024860896 139759215700464 139759737928322 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22686] ppid=22677 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22679/task/22686/stat : 22686 (java) S 22677 22677 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 11664832 14309736448 7043 18446744073709551615 4194304 4196468 140721024860896 139759214646688 139759737927381 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22687] ppid=22677 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22679/task/22687/stat : 22687 (java) S 22677 22677 16431 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 11664832 14309736448 7043 18446744073709551615 4194304 4196468 140721024860896 139759213594096 139759737927381 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22688] ppid=22677 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22679/task/22688/stat : 22688 (java) S 22677 22677 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11664834 14309736448 7043 18446744073709551615 4194304 4196468 140721024860896 139759212542672 139759737935771 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22689] ppid=22677 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22679/task/22689/stat : 22689 (java) S 22677 22677 16431 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 15 0 11664835 14309736448 7043 18446744073709551615 4194304 4196468 140721024860896 139759211489264 139759737928322 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22690] ppid=22677 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22679/task/22690/stat : 22690 (java) R 22677 22677 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11664835 14309736448 7043 18446744073709551615 4194304 4196468 140721024860896 139759210436720 139759737928322 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22691] ppid=22677 vsize=13974352 memory=140591702713984 CPUtime=0.01 cores=0,2,4,6
/proc/22679/task/22691/stat : 22691 (java) S 22677 22677 16431 0 -1 1077944384 243 0 0 0 1 0 0 0 20 0 15 0 11664835 14309736448 7043 18446744073709551615 4194304 4196468 140721024860896 139759209384176 139759737928322 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22692] ppid=22677 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22679/task/22692/stat : 22692 (java) S 22677 22677 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11664835 14309736448 7043 18446744073709551615 4194304 4196468 140721024860896 139759208331872 139759737927381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22693] ppid=22677 vsize=13974352 memory=140591702713984 CPUtime=0 cores=0,2,4,6
/proc/22679/task/22693/stat : 22693 (java) S 22677 22677 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11664838 14309736448 7043 18446744073709551615 4194304 4196468 140721024860896 139759207279408 139759737928322 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 29552 KiB

[startup+0.310208 s]*
/proc/loadavg: 1.80 1.73 1.76 5/211 22693
/proc/meminfo: memFree=31613784/32770624 swapFree=67108860/67108860
[pid=22677] ppid=22674 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/22677/stat : 22677 (xcsp3-exec) S 22674 22677 16431 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 11664819 9740288 345 18446744073709551615 4194304 5098028 140732463437472 140732463435576 140608423432828 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 8114176 140732463444346 140732463444550 140732463444550 140732463448043 0
/proc/22677/statm: 2378 345 289 221 0 87 0
[pid=22679] ppid=22677 vsize=13974352 memory=37564 CPUtime=0.29 cores=0,2,4,6
/proc/22679/stat : 22679 (java) S 22677 22677 16431 0 -1 1077944320 8499 0 0 0 26 3 0 0 20 0 15 0 11664829 14309736448 9391 18446744073709551615 4194304 4196468 140721024860896 140721024843440 139759737917175 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
/proc/22679/statm: 3493588 9391 2989 1 0 3482964 0
[pid=22679/tid=22680] ppid=22677 vsize=13974352 memory=-8774313645642428999 CPUtime=0.17 cores=0,2,4,6
/proc/22679/task/22680/stat : 22680 (java) R 22677 22677 16431 0 -1 4202560 5700 0 0 0 15 2 0 0 20 0 15 0 11664829 14309736448 9391 18446744073709551615 4194304 4196468 140721024860896 139759742154688 139759737939101 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22681] ppid=22677 vsize=13974352 memory=140591702720977 CPUtime=0 cores=0,2,4,6
/proc/22679/task/22681/stat : 22681 (java) S 22677 22677 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11664830 14309736448 9391 18446744073709551615 4194304 4196468 140721024860896 139759657330960 139759737927381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22682] ppid=22677 vsize=13974352 memory=7013041869313896552 CPUtime=0 cores=0,2,4,6
/proc/22679/task/22682/stat : 22682 (java) S 22677 22677 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11664830 14309736448 9391 18446744073709551615 4194304 4196468 140721024860896 139759656278416 139759737927381 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22683] ppid=22677 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22679/task/22683/stat : 22683 (java) S 22677 22677 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11664830 14309736448 9391 18446744073709551615 4194304 4196468 140721024860896 139759655225872 139759737927381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22684] ppid=22677 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22679/task/22684/stat : 22684 (java) S 22677 22677 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11664830 14309736448 9391 18446744073709551615 4194304 4196468 140721024860896 139759654173328 139759737927381 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22685] ppid=22677 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22679/task/22685/stat : 22685 (java) S 22677 22677 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11664831 14309736448 9391 18446744073709551615 4194304 4196468 140721024860896 139759215700464 139759737928322 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22686] ppid=22677 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22679/task/22686/stat : 22686 (java) S 22677 22677 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 11664832 14309736448 9391 18446744073709551615 4194304 4196468 140721024860896 139759214646688 139759737927381 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22687] ppid=22677 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22679/task/22687/stat : 22687 (java) S 22677 22677 16431 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 11664832 14309736448 9391 18446744073709551615 4194304 4196468 140721024860896 139759213594096 139759737927381 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22688] ppid=22677 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22679/task/22688/stat : 22688 (java) S 22677 22677 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11664834 14309736448 9391 18446744073709551615 4194304 4196468 140721024860896 139759212542672 139759737935771 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22689] ppid=22677 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/22679/task/22689/stat : 22689 (java) R 22677 22677 16431 0 -1 4202560 448 0 0 0 1 0 0 0 20 0 15 0 11664835 14309736448 9391 18446744073709551615 4194304 4196468 140721024860896 139759211489264 139759718661248 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22690] ppid=22677 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/22679/task/22690/stat : 22690 (java) R 22677 22677 16431 0 -1 1077944384 347 0 0 0 1 0 0 0 20 0 15 0 11664835 14309736448 9391 18446744073709551615 4194304 4196468 140721024860896 139759210436720 139759737928322 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22691] ppid=22677 vsize=13974352 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/22679/task/22691/stat : 22691 (java) S 22677 22677 16431 0 -1 1077944384 706 0 0 0 6 0 0 0 20 0 15 0 11664835 14309736448 9391 18446744073709551615 4194304 4196468 140721024860896 139759209384176 139759737928322 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22692] ppid=22677 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22679/task/22692/stat : 22692 (java) S 22677 22677 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11664835 14309736448 9391 18446744073709551615 4194304 4196468 140721024860896 139759208331872 139759737927381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22693] ppid=22677 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22679/task/22693/stat : 22693 (java) S 22677 22677 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11664838 14309736448 9391 18446744073709551615 4194304 4196468 140721024860896 139759207279408 139759737928322 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38944 KiB

[startup+0.701307 s]
/proc/loadavg: 1.80 1.73 1.76 6/211 22693
/proc/meminfo: memFree=31597820/32770624 swapFree=67108860/67108860
[pid=22677] ppid=22674 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/22677/stat : 22677 (xcsp3-exec) S 22674 22677 16431 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 11664819 9740288 345 18446744073709551615 4194304 5098028 140732463437472 140732463435576 140608423432828 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 8114176 140732463444346 140732463444550 140732463444550 140732463448043 0
/proc/22677/statm: 2378 345 289 221 0 87 0
[pid=22679] ppid=22677 vsize=13980732 memory=77176 CPUtime=1.39 cores=0,2,4,6
/proc/22679/stat : 22679 (java) S 22677 22677 16431 0 -1 1077944320 13536 0 0 0 134 5 0 0 20 0 15 0 11664829 14316269568 19294 18446744073709551615 4194304 4196468 140721024860896 140721024843440 139759737917175 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
/proc/22679/statm: 3495183 19294 3172 1 0 3483476 0
[pid=22679/tid=22680] ppid=22677 vsize=13980732 memory=8751464017575425845 CPUtime=0.55 cores=0,2,4,6
/proc/22679/task/22680/stat : 22680 (java) R 22677 22677 16431 0 -1 4202560 7522 0 0 0 52 3 0 0 20 0 15 0 11664829 14316269568 19294 18446744073709551615 4194304 4196468 140721024860896 139759742146800 139759720400835 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22681] ppid=22677 vsize=13980732 memory=5861541947240501328 CPUtime=0 cores=0,2,4,6
/proc/22679/task/22681/stat : 22681 (java) S 22677 22677 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11664830 14316269568 19294 18446744073709551615 4194304 4196468 140721024860896 139759657330960 139759737927381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22682] ppid=22677 vsize=13980732 memory=4004 CPUtime=0 cores=0,2,4,6
/proc/22679/task/22682/stat : 22682 (java) S 22677 22677 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11664830 14316269568 19294 18446744073709551615 4194304 4196468 140721024860896 139759656278416 139759737927381 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22683] ppid=22677 vsize=13980732 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/22679/task/22683/stat : 22683 (java) S 22677 22677 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11664830 14316269568 19294 18446744073709551615 4194304 4196468 140721024860896 139759655225872 139759737927381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22684] ppid=22677 vsize=13980732 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/22679/task/22684/stat : 22684 (java) S 22677 22677 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11664830 14316269568 19294 18446744073709551615 4194304 4196468 140721024860896 139759654173328 139759737927381 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22685] ppid=22677 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22679/task/22685/stat : 22685 (java) S 22677 22677 16431 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 11664831 14316269568 19294 18446744073709551615 4194304 4196468 140721024860896 139759215700464 139759737928322 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22686] ppid=22677 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22679/task/22686/stat : 22686 (java) S 22677 22677 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 11664832 14316269568 19294 18446744073709551615 4194304 4196468 140721024860896 139759214646688 139759737927381 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22687] ppid=22677 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22679/task/22687/stat : 22687 (java) S 22677 22677 16431 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 11664832 14316269568 19294 18446744073709551615 4194304 4196468 140721024860896 139759213594096 139759737927381 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22688] ppid=22677 vsize=13980732 memory=30305 CPUtime=0 cores=0,2,4,6
/proc/22679/task/22688/stat : 22688 (java) S 22677 22677 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11664834 14316269568 19294 18446744073709551615 4194304 4196468 140721024860896 139759212542672 139759737935771 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22689] ppid=22677 vsize=13980732 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/22679/task/22689/stat : 22689 (java) R 22677 22677 16431 0 -1 4202560 1083 0 0 0 23 0 0 0 20 0 15 0 11664835 14316269568 19294 18446744073709551615 4194304 4196468 140721024860896 139759211470280 139759721417558 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22690] ppid=22677 vsize=13980732 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/22679/task/22690/stat : 22690 (java) R 22677 22677 16431 0 -1 4202560 1566 0 0 0 27 0 0 0 20 0 15 0 11664835 14316269568 19294 18446744073709551615 4194304 4196468 140721024860896 139759210422744 139759723043408 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22691] ppid=22677 vsize=13980732 memory=6656426216303648864 CPUtime=0.31 cores=0,2,4,6
/proc/22679/task/22691/stat : 22691 (java) S 22677 22677 16431 0 -1 1077944384 2056 0 0 0 31 0 0 0 20 0 15 0 11664835 14316269568 19294 18446744073709551615 4194304 4196468 140721024860896 139759209384176 139759737928322 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22692] ppid=22677 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22679/task/22692/stat : 22692 (java) S 22677 22677 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11664835 14316269568 19294 18446744073709551615 4194304 4196468 140721024860896 139759208331872 139759737927381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22693] ppid=22677 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22679/task/22693/stat : 22693 (java) S 22677 22677 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11664838 14316269568 19294 18446744073709551615 4194304 4196468 140721024860896 139759207279408 139759737928322 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
Current children cumulated CPU time: 1.39 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 78556 KiB

[startup+1.50078 s]
/proc/loadavg: 1.80 1.73 1.76 6/211 22693
/proc/meminfo: memFree=31549120/32770624 swapFree=67108860/67108860
[pid=22677] ppid=22674 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/22677/stat : 22677 (xcsp3-exec) S 22674 22677 16431 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 11664819 9740288 345 18446744073709551615 4194304 5098028 140732463437472 140732463435576 140608423432828 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 8114176 140732463444346 140732463444550 140732463444550 140732463448043 0
/proc/22677/statm: 2378 345 289 221 0 87 0
[pid=22679] ppid=22677 vsize=13980732 memory=118820 CPUtime=4 cores=0,2,4,6
/proc/22679/stat : 22679 (java) S 22677 22677 16431 0 -1 1077944320 23699 0 0 0 393 7 0 0 20 0 15 0 11664829 14316269568 29705 18446744073709551615 4194304 4196468 140721024860896 140721024843440 139759737917175 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
/proc/22679/statm: 3495183 29705 3199 1 0 3483476 0
[pid=22679/tid=22680] ppid=22677 vsize=13980732 memory=0 CPUtime=1.34 cores=0,2,4,6
/proc/22679/task/22680/stat : 22680 (java) R 22677 22677 16431 0 -1 4202560 8599 0 0 0 130 4 0 0 20 0 15 0 11664829 14316269568 29705 18446744073709551615 4194304 4196468 140721024860896 139759742154152 139759326468909 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22681] ppid=22677 vsize=13980732 memory=4498716170645055337 CPUtime=0 cores=0,2,4,6
/proc/22679/task/22681/stat : 22681 (java) S 22677 22677 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11664830 14316269568 29705 18446744073709551615 4194304 4196468 140721024860896 139759657330960 139759737927381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22682] ppid=22677 vsize=13980732 memory=5792872017316111648 CPUtime=0 cores=0,2,4,6
/proc/22679/task/22682/stat : 22682 (java) S 22677 22677 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11664830 14316269568 29705 18446744073709551615 4194304 4196468 140721024860896 139759656278416 139759737927381 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22683] ppid=22677 vsize=13980732 memory=7381239704762869792 CPUtime=0 cores=0,2,4,6
/proc/22679/task/22683/stat : 22683 (java) S 22677 22677 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11664830 14316269568 29705 18446744073709551615 4194304 4196468 140721024860896 139759655225872 139759737927381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22684] ppid=22677 vsize=13980732 memory=4004 CPUtime=0 cores=0,2,4,6
/proc/22679/task/22684/stat : 22684 (java) S 22677 22677 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11664830 14316269568 29705 18446744073709551615 4194304 4196468 140721024860896 139759654173328 139759737927381 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22685] ppid=22677 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22679/task/22685/stat : 22685 (java) S 22677 22677 16431 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 11664831 14316269568 29705 18446744073709551615 4194304 4196468 140721024860896 139759215700464 139759737928322 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22686] ppid=22677 vsize=13980732 memory=140591593930880 CPUtime=0 cores=0,2,4,6
/proc/22679/task/22686/stat : 22686 (java) S 22677 22677 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 11664832 14316269568 29705 18446744073709551615 4194304 4196468 140721024860896 139759214646688 139759737927381 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22687] ppid=22677 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6

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

/proc/22679/task/22687/stat : 22687 (java) S 22677 22677 16431 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 11664832 14316269568 56695 18446744073709551615 4194304 4196468 140721024860896 139759213594096 139759737927381 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22688] ppid=22677 vsize=13980732 memory=2257 CPUtime=0 cores=0,2,4,6
/proc/22679/task/22688/stat : 22688 (java) S 22677 22677 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11664834 14316269568 56695 18446744073709551615 4194304 4196468 140721024860896 139759212542672 139759737935771 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22689] ppid=22677 vsize=13980732 memory=224732 CPUtime=2.51 cores=0,2,4,6
/proc/22679/task/22689/stat : 22689 (java) S 22677 22677 16431 0 -1 1077944384 15835 0 0 0 249 2 0 0 20 0 15 0 11664835 14316269568 56695 18446744073709551615 4194304 4196468 140721024860896 139759211489264 139759737928322 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22690] ppid=22677 vsize=13980732 memory=224732 CPUtime=2.93 cores=0,2,4,6
/proc/22679/task/22690/stat : 22690 (java) S 22677 22677 16431 0 -1 1077944384 17234 0 0 0 291 2 0 0 20 0 15 0 11664835 14316269568 56695 18446744073709551615 4194304 4196468 140721024860896 139759210436720 139759737928322 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22691] ppid=22677 vsize=13980732 memory=1380 CPUtime=0.73 cores=0,2,4,6
/proc/22679/task/22691/stat : 22691 (java) S 22677 22677 16431 0 -1 1077944384 10300 0 0 0 71 2 0 0 20 0 15 0 11664835 14316269568 56695 18446744073709551615 4194304 4196468 140721024860896 139759209384176 139759737928322 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22692] ppid=22677 vsize=13980732 memory=226780 CPUtime=0 cores=0,2,4,6
/proc/22679/task/22692/stat : 22692 (java) S 22677 22677 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11664835 14316269568 56695 18446744073709551615 4194304 4196468 140721024860896 139759208331872 139759737927381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22693] ppid=22677 vsize=13980732 memory=1380 CPUtime=0.73 cores=0,2,4,6
/proc/22679/task/22693/stat : 22693 (java) S 22677 22677 16431 0 -1 1077944384 1341 0 0 0 33 40 0 0 20 0 15 0 11664838 14316269568 56695 18446744073709551615 4194304 4196468 140721024860896 139759207279408 139759737928322 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
Current children cumulated CPU time: 2450.51 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 228160 KiB

[startup+2502.3 s]
/proc/loadavg: 1.42 1.68 1.72 3/211 23015
/proc/meminfo: memFree=31450016/32770624 swapFree=67108860/67108860
[pid=22677] ppid=22674 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/22677/stat : 22677 (xcsp3-exec) S 22674 22677 16431 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 11664819 9740288 345 18446744073709551615 4194304 5098028 140732463437472 140732463435576 140608423432828 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 8114176 140732463444346 140732463444550 140732463444550 140732463448043 0
/proc/22677/statm: 2378 345 289 221 0 87 0
[pid=22679] ppid=22677 vsize=13980732 memory=230876 CPUtime=2510.61 cores=0,2,4,6
/proc/22679/stat : 22679 (java) S 22677 22677 16431 0 -1 1077944320 87570 0 0 0 250992 69 0 0 20 0 15 0 11664829 14316269568 57719 18446744073709551615 4194304 4196468 140721024860896 140721024843440 139759737917175 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
/proc/22679/statm: 3495183 57719 3245 1 0 3483476 0
[pid=22679/tid=22680] ppid=22677 vsize=13980732 memory=230876 CPUtime=2500.85 cores=0,2,4,6
/proc/22679/task/22680/stat : 22680 (java) R 22677 22677 16431 0 -1 4202560 22464 0 0 0 250077 8 0 0 20 0 15 0 11664829 14316269568 57719 18446744073709551615 4194304 4196468 140721024860896 139759742156704 139759331518285 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22681] ppid=22677 vsize=13980732 memory=1380 CPUtime=0.61 cores=0,2,4,6
/proc/22679/task/22681/stat : 22681 (java) S 22677 22677 16431 0 -1 1077944384 4167 0 0 0 55 6 0 0 20 0 15 0 11664830 14316269568 57719 18446744073709551615 4194304 4196468 140721024860896 139759657330960 139759737927381 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22682] ppid=22677 vsize=13980732 memory=230876 CPUtime=0.6 cores=0,2,4,6
/proc/22679/task/22682/stat : 22682 (java) S 22677 22677 16431 0 -1 1077944384 3320 0 0 0 54 6 0 0 20 0 15 0 11664830 14316269568 57719 18446744073709551615 4194304 4196468 140721024860896 139759656278416 139759737927381 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22683] ppid=22677 vsize=13980732 memory=-8774313645642428999 CPUtime=0.6 cores=0,2,4,6
/proc/22679/task/22683/stat : 22683 (java) S 22677 22677 16431 0 -1 1077944384 3834 0 0 0 54 6 0 0 20 0 15 0 11664830 14316269568 57719 18446744073709551615 4194304 4196468 140721024860896 139759655225872 139759737927381 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22684] ppid=22677 vsize=13980732 memory=10720 CPUtime=0.59 cores=0,2,4,6
/proc/22679/task/22684/stat : 22684 (java) S 22677 22677 16431 0 -1 1077944384 3331 0 0 0 53 6 0 0 20 0 15 0 11664830 14316269568 57719 18446744073709551615 4194304 4196468 140721024860896 139759654173328 139759737927381 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22685] ppid=22677 vsize=13980732 memory=1380 CPUtime=0.36 cores=0,2,4,6
/proc/22679/task/22685/stat : 22685 (java) S 22677 22677 16431 0 -1 1077944384 4380 0 0 0 30 6 0 0 20 0 15 0 11664831 14316269568 57719 18446744073709551615 4194304 4196468 140721024860896 139759215700464 139759737928322 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22686] ppid=22677 vsize=13980732 memory=228828 CPUtime=0 cores=0,2,4,6
/proc/22679/task/22686/stat : 22686 (java) S 22677 22677 16431 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 11664832 14316269568 57719 18446744073709551615 4194304 4196468 140721024860896 139759214646688 139759737927381 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22687] ppid=22677 vsize=13980732 memory=228828 CPUtime=0 cores=0,2,4,6
/proc/22679/task/22687/stat : 22687 (java) S 22677 22677 16431 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 11664832 14316269568 57719 18446744073709551615 4194304 4196468 140721024860896 139759213594096 139759737927381 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22688] ppid=22677 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/22679/task/22688/stat : 22688 (java) S 22677 22677 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11664834 14316269568 57719 18446744073709551615 4194304 4196468 140721024860896 139759212542672 139759737935771 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22689] ppid=22677 vsize=13980732 memory=10036 CPUtime=2.51 cores=0,2,4,6
/proc/22679/task/22689/stat : 22689 (java) S 22677 22677 16431 0 -1 1077944384 15835 0 0 0 249 2 0 0 20 0 15 0 11664835 14316269568 57719 18446744073709551615 4194304 4196468 140721024860896 139759211489264 139759737928322 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22690] ppid=22677 vsize=13980732 memory=1296 CPUtime=2.93 cores=0,2,4,6
/proc/22679/task/22690/stat : 22690 (java) S 22677 22677 16431 0 -1 1077944384 17234 0 0 0 291 2 0 0 20 0 15 0 11664835 14316269568 57719 18446744073709551615 4194304 4196468 140721024860896 139759210436720 139759737928322 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22691] ppid=22677 vsize=13980732 memory=230876 CPUtime=0.73 cores=0,2,4,6
/proc/22679/task/22691/stat : 22691 (java) S 22677 22677 16431 0 -1 1077944384 10300 0 0 0 71 2 0 0 20 0 15 0 11664835 14316269568 57719 18446744073709551615 4194304 4196468 140721024860896 139759209384176 139759737928322 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22692] ppid=22677 vsize=13980732 memory=230876 CPUtime=0 cores=0,2,4,6
/proc/22679/task/22692/stat : 22692 (java) S 22677 22677 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11664835 14316269568 57719 18446744073709551615 4194304 4196468 140721024860896 139759208331872 139759737927381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22693] ppid=22677 vsize=13980732 memory=1380 CPUtime=0.75 cores=0,2,4,6
/proc/22679/task/22693/stat : 22693 (java) S 22677 22677 16431 0 -1 1077944384 1345 0 0 0 34 41 0 0 20 0 15 0 11664838 14316269568 57719 18446744073709551615 4194304 4196468 140721024860896 139759207279408 139759737928322 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
Current children cumulated CPU time: 2510.61 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 232256 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2511.7 s]
/proc/loadavg: 1.44 1.67 1.72 3/211 23016
/proc/meminfo: memFree=31450016/32770624 swapFree=67108860/67108860
[pid=22677] ppid=22674 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/22677/stat : 22677 (xcsp3-exec) S 22674 22677 16431 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 11664819 9740288 345 18446744073709551615 4194304 5098028 140732463437472 140732463435576 140608423432828 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 8114176 140732463444346 140732463444550 140732463444550 140732463448043 0
/proc/22677/statm: 2378 345 289 221 0 87 0
[pid=22679] ppid=22677 vsize=13980732 memory=232924 CPUtime=2520.03 cores=0,2,4,6
/proc/22679/stat : 22679 (java) S 22677 22677 16431 0 -1 1077944320 87584 0 0 0 251934 69 0 0 20 0 15 0 11664829 14316269568 58231 18446744073709551615 4194304 4196468 140721024860896 140721024843440 139759737917175 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
/proc/22679/statm: 3495183 58231 3245 1 0 3483476 0
[pid=22679/tid=22680] ppid=22677 vsize=13980732 memory=4612 CPUtime=2510.24 cores=0,2,4,6
/proc/22679/task/22680/stat : 22680 (java) R 22677 22677 16431 0 -1 4202560 22468 0 0 0 251016 8 0 0 20 0 15 0 11664829 14316269568 58231 18446744073709551615 4194304 4196468 140721024860896 139759742156592 139759331518316 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22681] ppid=22677 vsize=13980732 memory=1380 CPUtime=0.61 cores=0,2,4,6
/proc/22679/task/22681/stat : 22681 (java) S 22677 22677 16431 0 -1 1077944384 4169 0 0 0 55 6 0 0 20 0 15 0 11664830 14316269568 58231 18446744073709551615 4194304 4196468 140721024860896 139759657330960 139759737927381 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22682] ppid=22677 vsize=13980732 memory=232924 CPUtime=0.61 cores=0,2,4,6
/proc/22679/task/22682/stat : 22682 (java) S 22677 22677 16431 0 -1 1077944384 3321 0 0 0 55 6 0 0 20 0 15 0 11664830 14316269568 58231 18446744073709551615 4194304 4196468 140721024860896 139759656278416 139759737927381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22683] ppid=22677 vsize=13980732 memory=230876 CPUtime=0.61 cores=0,2,4,6
/proc/22679/task/22683/stat : 22683 (java) S 22677 22677 16431 0 -1 1077944384 3835 0 0 0 55 6 0 0 20 0 15 0 11664830 14316269568 58231 18446744073709551615 4194304 4196468 140721024860896 139759655225872 139759737927381 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22684] ppid=22677 vsize=13980732 memory=1380 CPUtime=0.6 cores=0,2,4,6
/proc/22679/task/22684/stat : 22684 (java) S 22677 22677 16431 0 -1 1077944384 3333 0 0 0 54 6 0 0 20 0 15 0 11664830 14316269568 58231 18446744073709551615 4194304 4196468 140721024860896 139759654173328 139759737927381 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22685] ppid=22677 vsize=13980732 memory=230876 CPUtime=0.36 cores=0,2,4,6
/proc/22679/task/22685/stat : 22685 (java) S 22677 22677 16431 0 -1 1077944384 4382 0 0 0 30 6 0 0 20 0 15 0 11664831 14316269568 58231 18446744073709551615 4194304 4196468 140721024860896 139759215700464 139759737928322 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22686] ppid=22677 vsize=13980732 memory=232924 CPUtime=0 cores=0,2,4,6
/proc/22679/task/22686/stat : 22686 (java) S 22677 22677 16431 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 11664832 14316269568 58231 18446744073709551615 4194304 4196468 140721024860896 139759214646688 139759737927381 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22687] ppid=22677 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/22679/task/22687/stat : 22687 (java) S 22677 22677 16431 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 11664832 14316269568 58231 18446744073709551615 4194304 4196468 140721024860896 139759213594096 139759737927381 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22688] ppid=22677 vsize=13980732 memory=1240 CPUtime=0 cores=0,2,4,6
/proc/22679/task/22688/stat : 22688 (java) S 22677 22677 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11664834 14316269568 58231 18446744073709551615 4194304 4196468 140721024860896 139759212542672 139759737935771 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22689] ppid=22677 vsize=13980732 memory=1380 CPUtime=2.51 cores=0,2,4,6
/proc/22679/task/22689/stat : 22689 (java) S 22677 22677 16431 0 -1 1077944384 15835 0 0 0 249 2 0 0 20 0 15 0 11664835 14316269568 58231 18446744073709551615 4194304 4196468 140721024860896 139759211489264 139759737928322 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22690] ppid=22677 vsize=13980732 memory=-5628408999910123566 CPUtime=2.93 cores=0,2,4,6
/proc/22679/task/22690/stat : 22690 (java) S 22677 22677 16431 0 -1 1077944384 17234 0 0 0 291 2 0 0 20 0 15 0 11664835 14316269568 58231 18446744073709551615 4194304 4196468 140721024860896 139759210436720 139759737928322 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22691] ppid=22677 vsize=13980732 memory=1200 CPUtime=0.73 cores=0,2,4,6
/proc/22679/task/22691/stat : 22691 (java) S 22677 22677 16431 0 -1 1077944384 10300 0 0 0 71 2 0 0 20 0 15 0 11664835 14316269568 58231 18446744073709551615 4194304 4196468 140721024860896 139759209384176 139759737928322 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22692] ppid=22677 vsize=13980732 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/22679/task/22692/stat : 22692 (java) S 22677 22677 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11664835 14316269568 58231 18446744073709551615 4194304 4196468 140721024860896 139759208331872 139759737927381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22693] ppid=22677 vsize=13980732 memory=5368 CPUtime=0.75 cores=0,2,4,6
/proc/22679/task/22693/stat : 22693 (java) S 22677 22677 16431 0 -1 1077944384 1347 0 0 0 34 41 0 0 20 0 15 0 11664838 14316269568 58231 18446744073709551615 4194304 4196468 140721024860896 139759207279408 139759737928322 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 234304 KiB

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

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

[startup+2511.71 s]
# the end of solver process 22679 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.36 s, system=0.698147 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+2511.7 s]
/proc/loadavg: 1.44 1.67 1.72 3/211 23016
/proc/meminfo: memFree=31450016/32770624 swapFree=67108860/67108860
[pid=22677] ppid=22674 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/22677/stat : 22677 (xcsp3-exec) S 22674 22677 16431 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 11664819 9740288 345 18446744073709551615 4194304 5098028 140732463437472 140732463435576 140608423432828 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 8114176 140732463444346 140732463444550 140732463444550 140732463448043 0
/proc/22677/statm: 2378 345 289 221 0 87 0
[pid=22679] ppid=22677 vsize=13980732 memory=232924 CPUtime=2520.03 cores=0,2,4,6
/proc/22679/stat : 22679 (java) S 22677 22677 16431 0 -1 1077944320 87584 0 0 0 251934 69 0 0 20 0 15 0 11664829 14316269568 58231 18446744073709551615 4194304 4196468 140721024860896 140721024843440 139759737917175 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
/proc/22679/statm: 3495183 58231 3245 1 0 3483476 0
[pid=22679/tid=22680] ppid=22677 vsize=13980732 memory=4612 CPUtime=2510.24 cores=0,2,4,6
/proc/22679/task/22680/stat : 22680 (java) R 22677 22677 16431 0 -1 4202560 22468 0 0 0 251016 8 0 0 20 0 15 0 11664829 14316269568 58231 18446744073709551615 4194304 4196468 140721024860896 139759742156592 139759331518316 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22681] ppid=22677 vsize=13980732 memory=1380 CPUtime=0.61 cores=0,2,4,6
/proc/22679/task/22681/stat : 22681 (java) S 22677 22677 16431 0 -1 1077944384 4169 0 0 0 55 6 0 0 20 0 15 0 11664830 14316269568 58231 18446744073709551615 4194304 4196468 140721024860896 139759657330960 139759737927381 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22682] ppid=22677 vsize=13980732 memory=232924 CPUtime=0.61 cores=0,2,4,6
/proc/22679/task/22682/stat : 22682 (java) S 22677 22677 16431 0 -1 1077944384 3321 0 0 0 55 6 0 0 20 0 15 0 11664830 14316269568 58231 18446744073709551615 4194304 4196468 140721024860896 139759656278416 139759737927381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22683] ppid=22677 vsize=13980732 memory=230876 CPUtime=0.61 cores=0,2,4,6
/proc/22679/task/22683/stat : 22683 (java) S 22677 22677 16431 0 -1 1077944384 3835 0 0 0 55 6 0 0 20 0 15 0 11664830 14316269568 58231 18446744073709551615 4194304 4196468 140721024860896 139759655225872 139759737927381 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22684] ppid=22677 vsize=13980732 memory=1380 CPUtime=0.6 cores=0,2,4,6
/proc/22679/task/22684/stat : 22684 (java) S 22677 22677 16431 0 -1 1077944384 3333 0 0 0 54 6 0 0 20 0 15 0 11664830 14316269568 58231 18446744073709551615 4194304 4196468 140721024860896 139759654173328 139759737927381 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22685] ppid=22677 vsize=13980732 memory=230876 CPUtime=0.36 cores=0,2,4,6
/proc/22679/task/22685/stat : 22685 (java) S 22677 22677 16431 0 -1 1077944384 4382 0 0 0 30 6 0 0 20 0 15 0 11664831 14316269568 58231 18446744073709551615 4194304 4196468 140721024860896 139759215700464 139759737928322 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22686] ppid=22677 vsize=13980732 memory=232924 CPUtime=0 cores=0,2,4,6
/proc/22679/task/22686/stat : 22686 (java) S 22677 22677 16431 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 11664832 14316269568 58231 18446744073709551615 4194304 4196468 140721024860896 139759214646688 139759737927381 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22687] ppid=22677 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/22679/task/22687/stat : 22687 (java) S 22677 22677 16431 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 11664832 14316269568 58231 18446744073709551615 4194304 4196468 140721024860896 139759213594096 139759737927381 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22688] ppid=22677 vsize=13980732 memory=1240 CPUtime=0 cores=0,2,4,6
/proc/22679/task/22688/stat : 22688 (java) S 22677 22677 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11664834 14316269568 58231 18446744073709551615 4194304 4196468 140721024860896 139759212542672 139759737935771 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22689] ppid=22677 vsize=13980732 memory=1380 CPUtime=2.51 cores=0,2,4,6
/proc/22679/task/22689/stat : 22689 (java) S 22677 22677 16431 0 -1 1077944384 15835 0 0 0 249 2 0 0 20 0 15 0 11664835 14316269568 58231 18446744073709551615 4194304 4196468 140721024860896 139759211489264 139759737928322 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22690] ppid=22677 vsize=13980732 memory=-5628408999910123566 CPUtime=2.93 cores=0,2,4,6
/proc/22679/task/22690/stat : 22690 (java) S 22677 22677 16431 0 -1 1077944384 17234 0 0 0 291 2 0 0 20 0 15 0 11664835 14316269568 58231 18446744073709551615 4194304 4196468 140721024860896 139759210436720 139759737928322 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22691] ppid=22677 vsize=13980732 memory=1200 CPUtime=0.73 cores=0,2,4,6
/proc/22679/task/22691/stat : 22691 (java) S 22677 22677 16431 0 -1 1077944384 10300 0 0 0 71 2 0 0 20 0 15 0 11664835 14316269568 58231 18446744073709551615 4194304 4196468 140721024860896 139759209384176 139759737928322 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22692] ppid=22677 vsize=13980732 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/22679/task/22692/stat : 22692 (java) S 22677 22677 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11664835 14316269568 58231 18446744073709551615 4194304 4196468 140721024860896 139759208331872 139759737927381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
[pid=22679/tid=22693] ppid=22677 vsize=13980732 memory=5368 CPUtime=0.75 cores=0,2,4,6
/proc/22679/task/22693/stat : 22693 (java) S 22677 22677 16431 0 -1 1077944384 1347 0 0 0 34 41 0 0 20 0 15 0 11664838 14316269568 58231 18446744073709551615 4194304 4196468 140721024860896 139759207279408 139759737928322 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35569664 140721024868786 140721024868962 140721024868962 140721024872399 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 234304 KiB

Child status: 143
Real time (s): 2511.71
CPU time (s): 2520.06
CPU user time (s): 2519.36
CPU system time (s): 0.698147
CPU usage (%): 100.332
Max. virtual memory (cumulated for all children) (KiB): 13992336
Max. memory (cumulated for all children) (KiB): 241884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.36
system time used= 0.698147
maximum resident set size= 240504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88390
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 65309
involuntary context switches= 2581


# summary of solver processes directly reported to runsolver:
#   pid: 22677,22679
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2519.36
#   total CPU system time (s): 0.698147

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.6566 second user time and 19.4712 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-19 10:35:10
IDJOB=4282155
IDBENCH=128150
IDSOLVER=2677
FILE ID=node128/4282155-1503132551
RUNJOBID= node128-1503095815-16489
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/CarSequencing/CarSequencing-m1-gagne/CarSequencing-200-01.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-4282155-1503132551/watcher-4282155-1503132551 -o /tmp/evaluation-result-4282155-1503132551/solver-4282155-1503132551 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1503095815-16489 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 692736453 HOME/instance-4282155-1503132551.xml

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

MD5SUM BENCH= 10e5a0c89239e5196f6239a5150462fc
RANDOM SEED=692736453

node128.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.47
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.47
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.47
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.47
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:        31642216 kB
MemAvailable:   31824320 kB
Buffers:          161932 kB
Cached:           310764 kB
SwapCached:            0 kB
Active:           415060 kB
Inactive:         310168 kB
Active(anon):     252836 kB
Inactive(anon):    16752 kB
Active(file):     162224 kB
Inactive(file):   293416 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7572 kB
Writeback:             0 kB
AnonPages:        252316 kB
Mapped:            43588 kB
Shmem:             17060 kB
Slab:             108860 kB
SReclaimable:      84600 kB
SUnreclaim:        24260 kB
KernelStack:        3456 kB
PageTables:         5752 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1181112 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    184320 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62016 MiB
End job on node128 at 2017-08-19 11:17:02