Trace number 4269937

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-09)? (TO) 2520.1101 2507.02

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-15-15-2.xml
MD5SUMd6e216edd1b638252c6a206411b5a856
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark996
Best CPU time to get the best result obtained on this benchmark19860.699
Satisfiable
(Un)Satisfiability was proved
Number of variables915
Number of constraints720
Number of domains17
Minimum domain size12
Maximum domain size999
Distribution of domain sizes[{"size":12,"count":15},{"size":13,"count":60},{"size":14,"count":45},{"size":15,"count":330},{"size":999,"count":465}]
Minimum variable degree2
Maximum variable degree16
Distribution of variable degrees[{"degree":2,"count":240},{"degree":3,"count":450},{"degree":16,"count":225}]
Minimum constraint arity1
Maximum constraint arity17
Distribution of constraint arities[{"arity":1,"count":15},{"arity":2,"count":225},{"arity":3,"count":225},{"arity":15,"count":30},{"arity":17,"count":225}]
Number of extensional constraints225
Number of intensional constraints240
Distribution of constraint types[{"type":"extension","count":225},{"type":"intension","count":240},{"type":"allDifferent","count":15},{"type":"noOverlap","count":15},{"type":"element","count":225}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.08	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4269937-1502688568.xml"  -tl '2520s' -p 1 -x 0
0.09/0.28	c [HOME/instance-4269937-1502688568.xml, -tl, 2520s, -p, 1, -x, 0]
0.27/0.34	c simple solver
0.27/0.41	c parse instance...
1.65/0.81	c solve instance...
2520.08/2507.01	s UNKNOWN
2520.08/2507.01	c Unexpected resolution interruption!

Verifier Data


Watcher Data

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

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4269937-1502688568/watcher-4269937-1502688568 -o /tmp/evaluation-result-4269937-1502688568/solver-4269937-1502688568 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502649032-24470 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1030354977 HOME/instance-4269937-1502688568.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=30641, runsolver pid=30638

[startup+0.100141 s]*
/proc/loadavg: 1.90 1.93 1.84 3/206 30648
/proc/meminfo: memFree=31576720/32770624 swapFree=67108764/67108860
[pid=30641] ppid=30638 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/30641/stat : 30641 (xcsp3-exec) S 30638 30641 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 116363282 9740288 345 18446744073709551615 4194304 5098028 140723434525952 140723434524056 140272743821948 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 27185152 140723434533240 140723434533445 140723434533445 140723434536939 0
/proc/30641/statm: 2378 345 289 221 0 87 0
[pid=30643] ppid=30641 vsize=13358712 memory=14632 CPUtime=0 cores=0,2,4,6
/proc/30643/stat : 30643 (java) S 30641 30641 4674 0 -1 1077944320 3440 0 0 0 0 0 0 0 20 0 6 0 116363291 13679321088 3658 18446744073709551615 4194304 4196468 140731511758480 140731511741024 139878857977591 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
/proc/30643/statm: 3339678 3658 1905 1 0 3329175 0
[pid=30643/tid=30644] ppid=30641 vsize=13358712 memory=-8713483618642852700 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30644/stat : 30644 (java) R 30641 30641 4674 0 -1 4202560 2205 0 0 0 0 0 0 0 20 0 6 0 116363291 13679321088 3658 18446744073709551615 4194304 4196468 140731511758480 139878862213712 139878843660117 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30645] ppid=30641 vsize=13358712 memory=-8458152057954561420 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30645/stat : 30645 (java) S 30641 30641 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 116363292 13679321088 3658 18446744073709551615 4194304 4196468 140731511758480 139878777391888 139878857987797 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30646] ppid=30641 vsize=13358712 memory=140345257166464 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30646/stat : 30646 (java) S 30641 30641 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 116363292 13679321088 3658 18446744073709551615 4194304 4196468 140731511758480 139878776339344 139878857987797 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30647] ppid=30641 vsize=13358712 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30647/stat : 30647 (java) S 30641 30641 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 116363292 13679321088 3658 18446744073709551615 4194304 4196468 140731511758480 139878775286800 139878857987797 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30648] ppid=30641 vsize=13358712 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30648/stat : 30648 (java) S 30641 30641 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 116363292 13679321088 3658 18446744073709551615 4194304 4196468 140731511758480 139878774234256 139878857987797 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13368224 KiB
Current children cumulated memory: 16012 KiB

[startup+0.21872 s]*
/proc/loadavg: 1.90 1.93 1.84 4/215 30657
/proc/meminfo: memFree=31566548/32770624 swapFree=67108764/67108860
[pid=30641] ppid=30638 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/30641/stat : 30641 (xcsp3-exec) S 30638 30641 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 116363282 9740288 345 18446744073709551615 4194304 5098028 140723434525952 140723434524056 140272743821948 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 27185152 140723434533240 140723434533445 140723434533445 140723434536939 0
/proc/30641/statm: 2378 345 289 221 0 87 0
[pid=30643] ppid=30641 vsize=13974352 memory=26748 CPUtime=0.09 cores=0,2,4,6
/proc/30643/stat : 30643 (java) S 30641 30641 4674 0 -1 1077944320 5098 0 0 0 8 1 0 0 20 0 15 0 116363291 14309736448 6687 18446744073709551615 4194304 4196468 140731511758480 140731511741024 139878857977591 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
/proc/30643/statm: 3493588 6687 2753 1 0 3482964 0
[pid=30643/tid=30644] ppid=30641 vsize=13974352 memory=7311146985107750967 CPUtime=0.08 cores=0,2,4,6
/proc/30643/task/30644/stat : 30644 (java) R 30641 30641 4674 0 -1 4202560 3255 0 0 0 7 1 0 0 20 0 15 0 116363291 14309736448 6687 18446744073709551615 4194304 4196468 140731511758480 139878862203040 139878842058078 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30645] ppid=30641 vsize=13974352 memory=12630 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30645/stat : 30645 (java) S 30641 30641 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 116363292 14309736448 6687 18446744073709551615 4194304 4196468 140731511758480 139878777391888 139878857987797 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30646] ppid=30641 vsize=13974352 memory=3617994537369536160 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30646/stat : 30646 (java) S 30641 30641 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116363292 14309736448 6687 18446744073709551615 4194304 4196468 140731511758480 139878776339344 139878857987797 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30647] ppid=30641 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30647/stat : 30647 (java) S 30641 30641 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116363292 14309736448 6687 18446744073709551615 4194304 4196468 140731511758480 139878775286800 139878857987797 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30648] ppid=30641 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30648/stat : 30648 (java) S 30641 30641 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116363292 14309736448 6687 18446744073709551615 4194304 4196468 140731511758480 139878774234256 139878857987797 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30649] ppid=30641 vsize=13974352 memory=140345257166464 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30649/stat : 30649 (java) S 30641 30641 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 116363293 14309736448 6687 18446744073709551615 4194304 4196468 140731511758480 139877774264304 139878857988738 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30650] ppid=30641 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30650/stat : 30650 (java) S 30641 30641 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 116363294 14309736448 6687 18446744073709551615 4194304 4196468 140731511758480 139877773210528 139878857987797 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30651] ppid=30641 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30651/stat : 30651 (java) S 30641 30641 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 116363294 14309736448 6687 18446744073709551615 4194304 4196468 140731511758480 139877772157936 139878857987797 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30652] ppid=30641 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30652/stat : 30652 (java) S 30641 30641 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116363296 14309736448 6687 18446744073709551615 4194304 4196468 140731511758480 139877771106512 139878857996187 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30653] ppid=30641 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30653/stat : 30653 (java) S 30641 30641 4674 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 116363296 14309736448 6687 18446744073709551615 4194304 4196468 140731511758480 139877770054128 139878857988738 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30654] ppid=30641 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30654/stat : 30654 (java) S 30641 30641 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116363296 14309736448 6687 18446744073709551615 4194304 4196468 140731511758480 139877769001584 139878857988738 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30655] ppid=30641 vsize=13974352 memory=140345257166464 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30655/stat : 30655 (java) S 30641 30641 4674 0 -1 1077944384 244 0 0 0 0 0 0 0 20 0 15 0 116363296 14309736448 6687 18446744073709551615 4194304 4196468 140731511758480 139877767949040 139878857988738 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30656] ppid=30641 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30656/stat : 30656 (java) S 30641 30641 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116363296 14309736448 6687 18446744073709551615 4194304 4196468 140731511758480 139877766896736 139878857987797 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30657] ppid=30641 vsize=13974352 memory=140345257166464 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30657/stat : 30657 (java) S 30641 30641 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116363301 14309736448 6687 18446744073709551615 4194304 4196468 140731511758480 139877765843248 139878857988738 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 28128 KiB

[startup+0.31115 s]*
/proc/loadavg: 1.90 1.93 1.84 3/215 30657
/proc/meminfo: memFree=31554928/32770624 swapFree=67108764/67108860
[pid=30641] ppid=30638 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/30641/stat : 30641 (xcsp3-exec) S 30638 30641 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 116363282 9740288 345 18446744073709551615 4194304 5098028 140723434525952 140723434524056 140272743821948 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 27185152 140723434533240 140723434533445 140723434533445 140723434536939 0
/proc/30641/statm: 2378 345 289 221 0 87 0
[pid=30643] ppid=30641 vsize=13974352 memory=37376 CPUtime=0.27 cores=0,2,4,6
/proc/30643/stat : 30643 (java) S 30641 30641 4674 0 -1 1077944320 8892 0 0 0 24 3 0 0 20 0 15 0 116363291 14309736448 9344 18446744073709551615 4194304 4196468 140731511758480 140731511741024 139878857977591 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
/proc/30643/statm: 3493588 9344 2983 1 0 3482964 0
[pid=30643/tid=30644] ppid=30641 vsize=13974352 memory=-8774313645642428999 CPUtime=0.17 cores=0,2,4,6
/proc/30643/task/30644/stat : 30644 (java) S 30641 30641 4674 0 -1 1077944384 6064 0 0 0 15 2 0 0 20 0 15 0 116363291 14309736448 9344 18446744073709551615 4194304 4196468 140731511758480 139878862211088 139878857987797 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30645] ppid=30641 vsize=13974352 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30645/stat : 30645 (java) S 30641 30641 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 116363292 14309736448 9344 18446744073709551615 4194304 4196468 140731511758480 139878777391888 139878857987797 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30646] ppid=30641 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30646/stat : 30646 (java) S 30641 30641 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116363292 14309736448 9344 18446744073709551615 4194304 4196468 140731511758480 139878776339344 139878857987797 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30647] ppid=30641 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30647/stat : 30647 (java) S 30641 30641 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116363292 14309736448 9344 18446744073709551615 4194304 4196468 140731511758480 139878775286800 139878857987797 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30648] ppid=30641 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30648/stat : 30648 (java) S 30641 30641 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116363292 14309736448 9344 18446744073709551615 4194304 4196468 140731511758480 139878774234256 139878857987797 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30649] ppid=30641 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30649/stat : 30649 (java) S 30641 30641 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 116363293 14309736448 9344 18446744073709551615 4194304 4196468 140731511758480 139877774264304 139878857988738 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30650] ppid=30641 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30650/stat : 30650 (java) S 30641 30641 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 116363294 14309736448 9344 18446744073709551615 4194304 4196468 140731511758480 139877773210528 139878857987797 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30651] ppid=30641 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30651/stat : 30651 (java) S 30641 30641 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 116363294 14309736448 9344 18446744073709551615 4194304 4196468 140731511758480 139877772157936 139878857987797 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30652] ppid=30641 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30652/stat : 30652 (java) S 30641 30641 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116363296 14309736448 9344 18446744073709551615 4194304 4196468 140731511758480 139877771106512 139878857996187 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30653] ppid=30641 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/30643/task/30653/stat : 30653 (java) R 30641 30641 4674 0 -1 1077944384 481 0 0 0 1 0 0 0 20 0 15 0 116363296 14309736448 9344 18446744073709551615 4194304 4196468 140731511758480 139877770054128 139878857988738 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30654] ppid=30641 vsize=13974352 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/30643/task/30654/stat : 30654 (java) S 30641 30641 4674 0 -1 1077944384 319 0 0 0 2 0 0 0 20 0 15 0 116363296 14309736448 9344 18446744073709551615 4194304 4196468 140731511758480 139877769001584 139878857988738 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30655] ppid=30641 vsize=13974352 memory=140345257166464 CPUtime=0.05 cores=0,2,4,6
/proc/30643/task/30655/stat : 30655 (java) R 30641 30641 4674 0 -1 4202560 728 0 0 0 5 0 0 0 20 0 15 0 116363296 14309736448 9344 18446744073709551615 4194304 4196468 140731511758480 139877767949040 139878836570370 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30656] ppid=30641 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30656/stat : 30656 (java) S 30641 30641 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116363296 14309736448 9344 18446744073709551615 4194304 4196468 140731511758480 139877766896736 139878857987797 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30657] ppid=30641 vsize=13974352 memory=140345257166464 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30657/stat : 30657 (java) S 30641 30641 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116363301 14309736448 9344 18446744073709551615 4194304 4196468 140731511758480 139877765843248 139878857988738 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38756 KiB

[startup+0.70571 s]
/proc/loadavg: 1.90 1.93 1.84 4/215 30657
/proc/meminfo: memFree=31543824/32770624 swapFree=67108764/67108860
[pid=30641] ppid=30638 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/30641/stat : 30641 (xcsp3-exec) S 30638 30641 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 116363282 9740288 345 18446744073709551615 4194304 5098028 140723434525952 140723434524056 140272743821948 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 27185152 140723434533240 140723434533445 140723434533445 140723434536939 0
/proc/30641/statm: 2378 345 289 221 0 87 0
[pid=30643] ppid=30641 vsize=13980732 memory=70228 CPUtime=1.31 cores=0,2,4,6
/proc/30643/stat : 30643 (java) S 30641 30641 4674 0 -1 1077944320 13633 0 0 0 126 5 0 0 20 0 15 0 116363291 14316269568 17557 18446744073709551615 4194304 4196468 140731511758480 140731511741024 139878857977591 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
/proc/30643/statm: 3495183 17557 3164 1 0 3483476 0
[pid=30643/tid=30644] ppid=30641 vsize=13980732 memory=0 CPUtime=0.55 cores=0,2,4,6
/proc/30643/task/30644/stat : 30644 (java) S 30641 30641 4674 0 -1 1077944384 8456 0 0 0 52 3 0 0 20 0 15 0 116363291 14316269568 17557 18446744073709551615 4194304 4196468 140731511758480 139878862213712 139878857998781 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30645] ppid=30641 vsize=13980732 memory=164 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30645/stat : 30645 (java) S 30641 30641 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 116363292 14316269568 17557 18446744073709551615 4194304 4196468 140731511758480 139878777391888 139878857987797 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30646] ppid=30641 vsize=13980732 memory=83396 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30646/stat : 30646 (java) S 30641 30641 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116363292 14316269568 17557 18446744073709551615 4194304 4196468 140731511758480 139878776339344 139878857987797 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30647] ppid=30641 vsize=13980732 memory=4580 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30647/stat : 30647 (java) S 30641 30641 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116363292 14316269568 17557 18446744073709551615 4194304 4196468 140731511758480 139878775286800 139878857987797 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30648] ppid=30641 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30648/stat : 30648 (java) S 30641 30641 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116363292 14316269568 17557 18446744073709551615 4194304 4196468 140731511758480 139878774234256 139878857987797 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30649] ppid=30641 vsize=13980732 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30649/stat : 30649 (java) S 30641 30641 4674 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 116363293 14316269568 17557 18446744073709551615 4194304 4196468 140731511758480 139877774264304 139878857988738 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30650] ppid=30641 vsize=13980732 memory=3041 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30650/stat : 30650 (java) S 30641 30641 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 116363294 14316269568 17557 18446744073709551615 4194304 4196468 140731511758480 139877773210528 139878857987797 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30651] ppid=30641 vsize=13980732 memory=15457 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30651/stat : 30651 (java) S 30641 30641 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 116363294 14316269568 17557 18446744073709551615 4194304 4196468 140731511758480 139877772157936 139878857987797 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30652] ppid=30641 vsize=13980732 memory=4420 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30652/stat : 30652 (java) S 30641 30641 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116363296 14316269568 17557 18446744073709551615 4194304 4196468 140731511758480 139877771106512 139878857996187 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30653] ppid=30641 vsize=13980732 memory=6628 CPUtime=0.21 cores=0,2,4,6
/proc/30643/task/30653/stat : 30653 (java) S 30641 30641 4674 0 -1 1077944384 1263 0 0 0 21 0 0 0 20 0 15 0 116363296 14316269568 17557 18446744073709551615 4194304 4196468 140731511758480 139877770040656 139878857998781 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30654] ppid=30641 vsize=13980732 memory=8836 CPUtime=0.19 cores=0,2,4,6
/proc/30643/task/30654/stat : 30654 (java) R 30641 30641 4674 0 -1 4202560 893 0 0 0 19 0 0 0 20 0 15 0 116363296 14316269568 17557 18446744073709551615 4194304 4196468 140731511758480 139877768988128 139878836000577 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30655] ppid=30641 vsize=13980732 memory=11044 CPUtime=0.32 cores=0,2,4,6
/proc/30643/task/30655/stat : 30655 (java) S 30641 30641 4674 0 -1 1077944384 1713 0 0 0 32 0 0 0 20 0 15 0 116363296 14316269568 17557 18446744073709551615 4194304 4196468 140731511758480 139877767945984 139878857998781 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30656] ppid=30641 vsize=13980732 memory=13252 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30656/stat : 30656 (java) S 30641 30641 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116363296 14316269568 17557 18446744073709551615 4194304 4196468 140731511758480 139877766896736 139878857987797 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30657] ppid=30641 vsize=13980732 memory=15460 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30657/stat : 30657 (java) S 30641 30641 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116363301 14316269568 17557 18446744073709551615 4194304 4196468 140731511758480 139877765843248 139878857988738 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
Current children cumulated CPU time: 1.31 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 71608 KiB

[startup+1.50079 s]
/proc/loadavg: 1.90 1.93 1.84 5/215 30657
/proc/meminfo: memFree=31512516/32770624 swapFree=67108764/67108860
[pid=30641] ppid=30638 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/30641/stat : 30641 (xcsp3-exec) S 30638 30641 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 116363282 9740288 345 18446744073709551615 4194304 5098028 140723434525952 140723434524056 140272743821948 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 27185152 140723434533240 140723434533445 140723434533445 140723434536939 0
/proc/30641/statm: 2378 345 289 221 0 87 0
[pid=30643] ppid=30641 vsize=13982596 memory=118920 CPUtime=3.78 cores=0,2,4,6
/proc/30643/stat : 30643 (java) S 30641 30641 4674 0 -1 1077944320 28160 0 0 0 372 6 0 0 20 0 15 0 116363291 14318178304 29730 18446744073709551615 4194304 4196468 140731511758480 140731511741024 139878857977591 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
/proc/30643/statm: 3495649 29730 3199 1 0 3483942 0
[pid=30643/tid=30644] ppid=30641 vsize=13982596 memory=1836702500353 CPUtime=1.34 cores=0,2,4,6
/proc/30643/task/30644/stat : 30644 (java) R 30641 30641 4674 0 -1 4202560 9618 0 0 0 131 3 0 0 20 0 15 0 116363291 14318178304 29730 18446744073709551615 4194304 4196468 140731511758480 139878862213552 139878450638791 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30645] ppid=30641 vsize=13982596 memory=1905421975553 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30645/stat : 30645 (java) S 30641 30641 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 116363292 14318178304 29730 18446744073709551615 4194304 4196468 140731511758480 139878777391888 139878857987797 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30646] ppid=30641 vsize=13982596 memory=98088 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30646/stat : 30646 (java) S 30641 30641 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116363292 14318178304 29730 18446744073709551615 4194304 4196468 140731511758480 139878776339344 139878857987797 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30647] ppid=30641 vsize=13982596 memory=85408 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30647/stat : 30647 (java) S 30641 30641 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116363292 14318178304 29730 18446744073709551615 4194304 4196468 140731511758480 139878775286800 139878857987797 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30648] ppid=30641 vsize=13982596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30648/stat : 30648 (java) S 30641 30641 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116363292 14318178304 29730 18446744073709551615 4194304 4196468 140731511758480 139878774234256 139878857987797 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30649] ppid=30641 vsize=13982596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30649/stat : 30649 (java) S 30641 30641 4674 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 116363293 14318178304 29730 18446744073709551615 4194304 4196468 140731511758480 139877774264304 139878857988738 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30650] ppid=30641 vsize=13982596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30650/stat : 30650 (java) S 30641 30641 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 116363294 14318178304 29730 18446744073709551615 4194304 4196468 140731511758480 139877773210528 139878857987797 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30651] ppid=30641 vsize=13982596 memory=0 CPUtime=0 cores=0,2,4,6

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

/proc/30643/task/30651/stat : 30651 (java) S 30641 30641 4674 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 116363294 14316269568 48616 18446744073709551615 4194304 4196468 140731511758480 139877772157952 139878857987797 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30652] ppid=30641 vsize=13980732 memory=194464 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30652/stat : 30652 (java) S 30641 30641 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116363296 14316269568 48616 18446744073709551615 4194304 4196468 140731511758480 139877771106512 139878857996187 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30653] ppid=30641 vsize=13980732 memory=1380 CPUtime=5.7 cores=0,2,4,6
/proc/30643/task/30653/stat : 30653 (java) S 30641 30641 4674 0 -1 1077944384 28177 0 0 0 568 2 0 0 20 0 15 0 116363296 14316269568 48616 18446744073709551615 4194304 4196468 140731511758480 139877770054128 139878857988738 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30654] ppid=30641 vsize=13980732 memory=2772 CPUtime=5.6 cores=0,2,4,6
/proc/30643/task/30654/stat : 30654 (java) S 30641 30641 4674 0 -1 1077944384 28337 0 0 0 557 3 0 0 20 0 15 0 116363296 14316269568 48616 18446744073709551615 4194304 4196468 140731511758480 139877769001584 139878857988738 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30655] ppid=30641 vsize=13980732 memory=1160 CPUtime=0.82 cores=0,2,4,6
/proc/30643/task/30655/stat : 30655 (java) S 30641 30641 4674 0 -1 1077944384 10330 0 0 0 80 2 0 0 20 0 15 0 116363296 14316269568 48616 18446744073709551615 4194304 4196468 140731511758480 139877767949040 139878857988738 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 7 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30656] ppid=30641 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30656/stat : 30656 (java) S 30641 30641 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116363296 14316269568 48616 18446744073709551615 4194304 4196468 140731511758480 139877766896736 139878857987797 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30657] ppid=30641 vsize=13980732 memory=194464 CPUtime=0.71 cores=0,2,4,6
/proc/30643/task/30657/stat : 30657 (java) S 30641 30641 4674 0 -1 1077944384 718 0 0 0 33 38 0 0 20 0 15 0 116363301 14316269568 48616 18446744073709551615 4194304 4196468 140731511758480 139877765843248 139878857988738 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
Current children cumulated CPU time: 2395.33 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 195844 KiB

[startup+2442.3 s]
/proc/loadavg: 1.75 1.83 1.85 3/215 30889
/proc/meminfo: memFree=31375236/32770624 swapFree=67108764/67108860
[pid=30641] ppid=30638 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/30641/stat : 30641 (xcsp3-exec) S 30638 30641 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 116363282 9740288 345 18446744073709551615 4194304 5098028 140723434525952 140723434524056 140272743821948 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 27185152 140723434533240 140723434533445 140723434533445 140723434536939 0
/proc/30641/statm: 2378 345 289 221 0 87 0
[pid=30643] ppid=30641 vsize=13980732 memory=194464 CPUtime=2455.35 cores=0,2,4,6
/proc/30643/stat : 30643 (java) S 30641 30641 4674 0 -1 1077944320 102504 0 0 0 245492 43 0 0 20 0 15 0 116363291 14316269568 48616 18446744073709551615 4194304 4196468 140731511758480 140731511741024 139878857977591 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
/proc/30643/statm: 3495183 48616 3249 1 0 3483476 0
[pid=30643/tid=30644] ppid=30641 vsize=13980732 memory=194464 CPUtime=2441.81 cores=0,2,4,6
/proc/30643/task/30644/stat : 30644 (java) R 30641 30641 4674 0 -1 4202560 20615 0 0 0 244176 5 0 0 20 0 15 0 116363291 14316269568 48616 18446744073709551615 4194304 4196468 140731511758480 139878862216768 139878449200541 0 4 1 16800974 0 0 0 -1 6 0 0 4 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30645] ppid=30641 vsize=13980732 memory=194464 CPUtime=0.1 cores=0,2,4,6
/proc/30643/task/30645/stat : 30645 (java) S 30641 30641 4674 0 -1 1077944384 3002 0 0 0 9 1 0 0 20 0 15 0 116363292 14316269568 48616 18446744073709551615 4194304 4196468 140731511758480 139878777391888 139878857987797 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30646] ppid=30641 vsize=13980732 memory=194464 CPUtime=0.1 cores=0,2,4,6
/proc/30643/task/30646/stat : 30646 (java) S 30641 30641 4674 0 -1 1077944384 2274 0 0 0 9 1 0 0 20 0 15 0 116363292 14316269568 48616 18446744073709551615 4194304 4196468 140731511758480 139878776339344 139878857987797 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30647] ppid=30641 vsize=13980732 memory=1380 CPUtime=0.1 cores=0,2,4,6
/proc/30643/task/30647/stat : 30647 (java) S 30641 30641 4674 0 -1 1077944384 2209 0 0 0 9 1 0 0 20 0 15 0 116363292 14316269568 48616 18446744073709551615 4194304 4196468 140731511758480 139878775286800 139878857987797 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30648] ppid=30641 vsize=13980732 memory=194464 CPUtime=0.11 cores=0,2,4,6
/proc/30643/task/30648/stat : 30648 (java) S 30641 30641 4674 0 -1 1077944384 1832 0 0 0 10 1 0 0 20 0 15 0 116363292 14316269568 48616 18446744073709551615 4194304 4196468 140731511758480 139878774234256 139878857987797 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30649] ppid=30641 vsize=13980732 memory=194464 CPUtime=0.15 cores=0,2,4,6
/proc/30643/task/30649/stat : 30649 (java) S 30641 30641 4674 0 -1 1077944384 3607 0 0 0 13 2 0 0 20 0 15 0 116363293 14316269568 48616 18446744073709551615 4194304 4196468 140731511758480 139877774264304 139878857988738 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30650] ppid=30641 vsize=13980732 memory=194464 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30650/stat : 30650 (java) S 30641 30641 4674 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 15 0 116363294 14316269568 48616 18446744073709551615 4194304 4196468 140731511758480 139877773210592 139878857987797 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30651] ppid=30641 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30651/stat : 30651 (java) S 30641 30641 4674 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 116363294 14316269568 48616 18446744073709551615 4194304 4196468 140731511758480 139877772157952 139878857987797 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30652] ppid=30641 vsize=13980732 memory=194464 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30652/stat : 30652 (java) S 30641 30641 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116363296 14316269568 48616 18446744073709551615 4194304 4196468 140731511758480 139877771106512 139878857996187 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30653] ppid=30641 vsize=13980732 memory=194464 CPUtime=5.7 cores=0,2,4,6
/proc/30643/task/30653/stat : 30653 (java) S 30641 30641 4674 0 -1 1077944384 28179 0 0 0 568 2 0 0 20 0 15 0 116363296 14316269568 48616 18446744073709551615 4194304 4196468 140731511758480 139877770054128 139878857988738 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30654] ppid=30641 vsize=13980732 memory=1380 CPUtime=5.6 cores=0,2,4,6
/proc/30643/task/30654/stat : 30654 (java) S 30641 30641 4674 0 -1 1077944384 28339 0 0 0 557 3 0 0 20 0 15 0 116363296 14316269568 48616 18446744073709551615 4194304 4196468 140731511758480 139877769001584 139878857988738 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30655] ppid=30641 vsize=13980732 memory=1380 CPUtime=0.82 cores=0,2,4,6
/proc/30643/task/30655/stat : 30655 (java) S 30641 30641 4674 0 -1 1077944384 10332 0 0 0 80 2 0 0 20 0 15 0 116363296 14316269568 48616 18446744073709551615 4194304 4196468 140731511758480 139877767949040 139878857988738 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 7 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30656] ppid=30641 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30656/stat : 30656 (java) S 30641 30641 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116363296 14316269568 48616 18446744073709551615 4194304 4196468 140731511758480 139877766896736 139878857987797 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30657] ppid=30641 vsize=13980732 memory=194464 CPUtime=0.73 cores=0,2,4,6
/proc/30643/task/30657/stat : 30657 (java) S 30641 30641 4674 0 -1 1077944384 724 0 0 0 34 39 0 0 20 0 15 0 116363301 14316269568 48616 18446744073709551615 4194304 4196468 140731511758480 139877765843248 139878857988738 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
Current children cumulated CPU time: 2455.35 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 195844 KiB

[startup+2502.3 s]
/proc/loadavg: 1.62 1.77 1.83 3/215 30891
/proc/meminfo: memFree=31375556/32770624 swapFree=67108764/67108860
[pid=30641] ppid=30638 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/30641/stat : 30641 (xcsp3-exec) S 30638 30641 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 116363282 9740288 345 18446744073709551615 4194304 5098028 140723434525952 140723434524056 140272743821948 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 27185152 140723434533240 140723434533445 140723434533445 140723434536939 0
/proc/30641/statm: 2378 345 289 221 0 87 0
[pid=30643] ppid=30641 vsize=13980732 memory=194464 CPUtime=2515.37 cores=0,2,4,6
/proc/30643/stat : 30643 (java) S 30641 30641 4674 0 -1 1077944320 102821 0 0 0 251494 43 0 0 20 0 15 0 116363291 14316269568 48616 18446744073709551615 4194304 4196468 140731511758480 140731511741024 139878857977591 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
/proc/30643/statm: 3495183 48616 3249 1 0 3483476 0
[pid=30643/tid=30644] ppid=30641 vsize=13980732 memory=194464 CPUtime=2501.8 cores=0,2,4,6
/proc/30643/task/30644/stat : 30644 (java) R 30641 30641 4674 0 -1 4202560 20732 0 0 0 250175 5 0 0 20 0 15 0 116363291 14316269568 48616 18446744073709551615 4194304 4196468 140731511758480 139878862216832 139878453520306 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30645] ppid=30641 vsize=13980732 memory=194464 CPUtime=0.11 cores=0,2,4,6
/proc/30643/task/30645/stat : 30645 (java) S 30641 30641 4674 0 -1 1077944384 3013 0 0 0 10 1 0 0 20 0 15 0 116363292 14316269568 48616 18446744073709551615 4194304 4196468 140731511758480 139878777391888 139878857987797 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30646] ppid=30641 vsize=13980732 memory=194464 CPUtime=0.1 cores=0,2,4,6
/proc/30643/task/30646/stat : 30646 (java) S 30641 30641 4674 0 -1 1077944384 2277 0 0 0 9 1 0 0 20 0 15 0 116363292 14316269568 48616 18446744073709551615 4194304 4196468 140731511758480 139878776339344 139878857987797 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30647] ppid=30641 vsize=13980732 memory=194464 CPUtime=0.11 cores=0,2,4,6
/proc/30643/task/30647/stat : 30647 (java) S 30641 30641 4674 0 -1 1077944384 2215 0 0 0 10 1 0 0 20 0 15 0 116363292 14316269568 48616 18446744073709551615 4194304 4196468 140731511758480 139878775286800 139878857987797 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30648] ppid=30641 vsize=13980732 memory=194464 CPUtime=0.11 cores=0,2,4,6
/proc/30643/task/30648/stat : 30648 (java) S 30641 30641 4674 0 -1 1077944384 1838 0 0 0 10 1 0 0 20 0 15 0 116363292 14316269568 48616 18446744073709551615 4194304 4196468 140731511758480 139878774234256 139878857987797 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30649] ppid=30641 vsize=13980732 memory=1380 CPUtime=0.15 cores=0,2,4,6
/proc/30643/task/30649/stat : 30649 (java) S 30641 30641 4674 0 -1 1077944384 3761 0 0 0 13 2 0 0 20 0 15 0 116363293 14316269568 48616 18446744073709551615 4194304 4196468 140731511758480 139877774264304 139878857988738 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30650] ppid=30641 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30650/stat : 30650 (java) S 30641 30641 4674 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 15 0 116363294 14316269568 48616 18446744073709551615 4194304 4196468 140731511758480 139877773210592 139878857987797 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30651] ppid=30641 vsize=13980732 memory=194464 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30651/stat : 30651 (java) S 30641 30641 4674 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 116363294 14316269568 48616 18446744073709551615 4194304 4196468 140731511758480 139877772157952 139878857987797 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30652] ppid=30641 vsize=13980732 memory=194464 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30652/stat : 30652 (java) S 30641 30641 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116363296 14316269568 48616 18446744073709551615 4194304 4196468 140731511758480 139877771106512 139878857996187 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30653] ppid=30641 vsize=13980732 memory=4148 CPUtime=5.7 cores=0,2,4,6
/proc/30643/task/30653/stat : 30653 (java) S 30641 30641 4674 0 -1 1077944384 28180 0 0 0 568 2 0 0 20 0 15 0 116363296 14316269568 48616 18446744073709551615 4194304 4196468 140731511758480 139877770054128 139878857988738 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30654] ppid=30641 vsize=13980732 memory=1380 CPUtime=5.6 cores=0,2,4,6
/proc/30643/task/30654/stat : 30654 (java) S 30641 30641 4674 0 -1 1077944384 28339 0 0 0 557 3 0 0 20 0 15 0 116363296 14316269568 48616 18446744073709551615 4194304 4196468 140731511758480 139877769001584 139878857988738 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30655] ppid=30641 vsize=13980732 memory=4148 CPUtime=0.82 cores=0,2,4,6
/proc/30643/task/30655/stat : 30655 (java) S 30641 30641 4674 0 -1 1077944384 10332 0 0 0 80 2 0 0 20 0 15 0 116363296 14316269568 48616 18446744073709551615 4194304 4196468 140731511758480 139877767949040 139878857988738 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30656] ppid=30641 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30656/stat : 30656 (java) S 30641 30641 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116363296 14316269568 48616 18446744073709551615 4194304 4196468 140731511758480 139877766896736 139878857987797 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30657] ppid=30641 vsize=13980732 memory=194464 CPUtime=0.75 cores=0,2,4,6
/proc/30643/task/30657/stat : 30657 (java) S 30641 30641 4674 0 -1 1077944384 743 0 0 0 35 40 0 0 20 0 15 0 116363301 14316269568 48616 18446744073709551615 4194304 4196468 140731511758480 139877765843248 139878857988738 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
Current children cumulated CPU time: 2515.37 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 195844 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2507 s]*
/proc/loadavg: 1.65 1.77 1.84 3/215 30891
/proc/meminfo: memFree=31375432/32770624 swapFree=67108764/67108860
[pid=30641] ppid=30638 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/30641/stat : 30641 (xcsp3-exec) S 30638 30641 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 116363282 9740288 345 18446744073709551615 4194304 5098028 140723434525952 140723434524056 140272743821948 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 27185152 140723434533240 140723434533445 140723434533445 140723434536939 0
/proc/30641/statm: 2378 345 289 221 0 87 0
[pid=30643] ppid=30641 vsize=13980732 memory=194464 CPUtime=2520.08 cores=0,2,4,6
/proc/30643/stat : 30643 (java) S 30641 30641 4674 0 -1 1077944320 102834 0 0 0 251965 43 0 0 20 0 15 0 116363291 14316269568 48616 18446744073709551615 4194304 4196468 140731511758480 140731511741024 139878857977591 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
/proc/30643/statm: 3495183 48616 3249 1 0 3483476 0
[pid=30643/tid=30644] ppid=30641 vsize=13980732 memory=-8774313645642428999 CPUtime=2506.51 cores=0,2,4,6
/proc/30643/task/30644/stat : 30644 (java) R 30641 30641 4674 0 -1 4202560 20739 0 0 0 250646 5 0 0 20 0 15 0 116363291 14316269568 48616 18446744073709551615 4194304 4196468 140731511758480 139878862216832 139878453161817 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30645] ppid=30641 vsize=13980732 memory=4872558044660077418 CPUtime=0.11 cores=0,2,4,6
/proc/30643/task/30645/stat : 30645 (java) S 30641 30641 4674 0 -1 1077944384 3013 0 0 0 10 1 0 0 20 0 15 0 116363292 14316269568 48616 18446744073709551615 4194304 4196468 140731511758480 139878777391888 139878857987797 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30646] ppid=30641 vsize=13980732 memory=-8412652169205224307 CPUtime=0.1 cores=0,2,4,6
/proc/30643/task/30646/stat : 30646 (java) S 30641 30641 4674 0 -1 1077944384 2277 0 0 0 9 1 0 0 20 0 15 0 116363292 14316269568 48616 18446744073709551615 4194304 4196468 140731511758480 139878776339344 139878857987797 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30647] ppid=30641 vsize=13980732 memory=7956805424100234342 CPUtime=0.11 cores=0,2,4,6
/proc/30643/task/30647/stat : 30647 (java) S 30641 30641 4674 0 -1 1077944384 2215 0 0 0 10 1 0 0 20 0 15 0 116363292 14316269568 48616 18446744073709551615 4194304 4196468 140731511758480 139878775286800 139878857987797 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30648] ppid=30641 vsize=13980732 memory=7956805424100234347 CPUtime=0.11 cores=0,2,4,6
/proc/30643/task/30648/stat : 30648 (java) S 30641 30641 4674 0 -1 1077944384 1840 0 0 0 10 1 0 0 20 0 15 0 116363292 14316269568 48616 18446744073709551615 4194304 4196468 140731511758480 139878774234256 139878857987797 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30649] ppid=30641 vsize=13980732 memory=7956805424100234347 CPUtime=0.15 cores=0,2,4,6
/proc/30643/task/30649/stat : 30649 (java) S 30641 30641 4674 0 -1 1077944384 3763 0 0 0 13 2 0 0 20 0 15 0 116363293 14316269568 48616 18446744073709551615 4194304 4196468 140731511758480 139877774264304 139878857988738 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30650] ppid=30641 vsize=13980732 memory=7523372511861039441 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30650/stat : 30650 (java) S 30641 30641 4674 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 15 0 116363294 14316269568 48616 18446744073709551615 4194304 4196468 140731511758480 139877773210592 139878857987797 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30651] ppid=30641 vsize=13980732 memory=7584183162887956584 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30651/stat : 30651 (java) S 30641 30641 4674 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 116363294 14316269568 48616 18446744073709551615 4194304 4196468 140731511758480 139877772157952 139878857987797 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30652] ppid=30641 vsize=13980732 memory=7594588953767405888 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30652/stat : 30652 (java) S 30641 30641 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116363296 14316269568 48616 18446744073709551615 4194304 4196468 140731511758480 139877771106512 139878857996187 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30653] ppid=30641 vsize=13980732 memory=8242832241811678803 CPUtime=5.7 cores=0,2,4,6
/proc/30643/task/30653/stat : 30653 (java) S 30641 30641 4674 0 -1 1077944384 28180 0 0 0 568 2 0 0 20 0 15 0 116363296 14316269568 48616 18446744073709551615 4194304 4196468 140731511758480 139877770054128 139878857988738 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30654] ppid=30641 vsize=13980732 memory=-7028383565733675155 CPUtime=5.6 cores=0,2,4,6
/proc/30643/task/30654/stat : 30654 (java) S 30641 30641 4674 0 -1 1077944384 28339 0 0 0 557 3 0 0 20 0 15 0 116363296 14316269568 48616 18446744073709551615 4194304 4196468 140731511758480 139877769001584 139878857988738 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30655] ppid=30641 vsize=13980732 memory=7593745628365939794 CPUtime=0.82 cores=0,2,4,6
/proc/30643/task/30655/stat : 30655 (java) S 30641 30641 4674 0 -1 1077944384 10332 0 0 0 80 2 0 0 20 0 15 0 116363296 14316269568 48616 18446744073709551615 4194304 4196468 140731511758480 139877767949040 139878857988738 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30656] ppid=30641 vsize=13980732 memory=7668899433642092391 CPUtime=0 cores=0,2,4,6
/proc/30643/task/30656/stat : 30656 (java) S 30641 30641 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116363296 14316269568 48616 18446744073709551615 4194304 4196468 140731511758480 139877766896736 139878857987797 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
[pid=30643/tid=30657] ppid=30641 vsize=13980732 memory=7885065632174205248 CPUtime=0.75 cores=0,2,4,6
/proc/30643/task/30657/stat : 30657 (java) S 30641 30641 4674 0 -1 1077944384 745 0 0 0 35 40 0 0 20 0 15 0 116363301 14316269568 48616 18446744073709551615 4194304 4196468 140731511758480 139877765843248 139878857988738 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 33644544 140731511763377 140731511763553 140731511763553 140731511766991 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 195844 KiB

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

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

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

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

Child status: 143
Real time (s): 2507.02
CPU time (s): 2520.11
CPU user time (s): 2519.67
CPU system time (s): 0.437104
CPU usage (%): 100.522
Max. virtual memory (cumulated for all children) (KiB): 13995964
Max. memory (cumulated for all children) (KiB): 254780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.67
system time used= 0.437104
maximum resident set size= 256956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 103664
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 60392
involuntary context switches= 3026


# summary of solver processes directly reported to runsolver:
#   pid: 30641,30643
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2519.67
#   total CPU system time (s): 0.437104

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.723 second user time and 23.8493 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-14 07:15:34
IDJOB=4269937
IDBENCH=115845
IDSOLVER=2660
FILE ID=node134/4269937-1502688568
RUNJOBID= node134-1502649032-24470
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-15-15-2.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-4269937-1502688568/watcher-4269937-1502688568 -o /tmp/evaluation-result-4269937-1502688568/solver-4269937-1502688568 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502649032-24470 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1030354977 HOME/instance-4269937-1502688568.xml

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

MD5SUM BENCH= d6e216edd1b638252c6a206411b5a856
RANDOM SEED=1030354977

node134.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.43
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.43
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.43
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.43
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:        31582100 kB
MemAvailable:   31793036 kB
Buffers:          246656 kB
Cached:           255244 kB
SwapCached:            4 kB
Active:           558072 kB
Inactive:         174576 kB
Active(anon):     177600 kB
Inactive(anon):    94540 kB
Active(file):     380472 kB
Inactive(file):    80036 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108764 kB
Dirty:              7704 kB
Writeback:             0 kB
AnonPages:        230344 kB
Mapped:            69772 kB
Shmem:             41564 kB
Slab:             159540 kB
SReclaimable:     132524 kB
SUnreclaim:        27016 kB
KernelStack:        3504 kB
PageTables:         5480 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1186724 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    172032 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62016 MiB
End job on node134 at 2017-08-14 07:57:21