Trace number 4270391

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) 248.80499 240.021

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-10-10-0.xml
MD5SUMd2a9d5f7f2311440d16f3c3017ccc9f9
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark716
Best CPU time to get the best result obtained on this benchmark252.465
Satisfiable
(Un)Satisfiability was proved
Number of variables410
Number of constraints330
Number of domains12
Minimum domain size8
Maximum domain size752
Distribution of domain sizes[{"size":8,"count":10},{"size":9,"count":30},{"size":10,"count":160},{"size":752,"count":210}]
Minimum variable degree2
Maximum variable degree11
Distribution of variable degrees[{"degree":2,"count":110},{"degree":3,"count":200},{"degree":11,"count":100}]
Minimum constraint arity1
Maximum constraint arity12
Distribution of constraint arities[{"arity":1,"count":10},{"arity":2,"count":100},{"arity":3,"count":100},{"arity":10,"count":20},{"arity":12,"count":100}]
Number of extensional constraints100
Number of intensional constraints110
Distribution of constraint types[{"type":"extension","count":100},{"type":"intension","count":110},{"type":"allDifferent","count":10},{"type":"noOverlap","count":10},{"type":"element","count":100}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.07	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4270391-1502618961.xml"  -tl '264s' -p 1 -x 0
0.10/0.26	c [HOME/instance-4270391-1502618961.xml, -tl, 264s, -p, 1, -x, 0]
0.31/0.32	c simple solver
0.31/0.39	c parse instance...
1.21/0.71	c solve instance...
248.78/240.01	s UNKNOWN
248.78/240.01	c Unexpected resolution interruption!

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4270391-1502618961/watcher-4270391-1502618961 -o /tmp/evaluation-result-4270391-1502618961/solver-4270391-1502618961 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502615937-28321 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 505107764 HOME/instance-4270391-1502618961.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=29987, runsolver pid=29984

[startup+0.100169 s]*
/proc/loadavg: 1.79 1.88 1.87 3/203 29995
/proc/meminfo: memFree=31379276/32770624 swapFree=67108860/67108860
[pid=29987] ppid=29984 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/29987/stat : 29987 (xcsp3-exec) S 29984 29987 17093 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 64089445 9740288 344 18446744073709551615 4194304 5098028 140729057336880 140729057334984 139708517081724 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 7 0 0 7196144 7232144 21504000 140729057337727 140729057337930 140729057337930 140729057341419 0
/proc/29987/statm: 2378 344 289 221 0 87 0
[pid=29989] ppid=29987 vsize=13574484 memory=18212 CPUtime=0.02 cores=1,3,5,7
/proc/29989/stat : 29989 (java) S 29987 29987 17093 0 -1 1077944320 3898 0 0 0 2 0 0 0 20 0 9 0 64089452 13900271616 4553 18446744073709551615 4194304 4196468 140727064084928 140727064067472 139964790931191 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
/proc/29989/statm: 3393621 4553 2064 1 0 3383118 0
[pid=29989/tid=29990] ppid=29987 vsize=13574484 memory=-8713483618642457695 CPUtime=0.02 cores=1,3,5,7
/proc/29989/task/29990/stat : 29990 (java) R 29987 29987 17093 0 -1 4202560 2614 0 0 0 2 0 0 0 20 0 9 0 64089452 13900271616 4618 18446744073709551615 4194304 4196468 140727064084928 139964795171984 139964772324925 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=29991] ppid=29987 vsize=13574484 memory=-8458152057954561420 CPUtime=0 cores=1,3,5,7
/proc/29989/task/29991/stat : 29991 (java) S 29987 29987 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 64089453 13900271616 4618 18446744073709551615 4194304 4196468 140727064084928 139964732877328 139964790941397 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=29992] ppid=29987 vsize=13574484 memory=139749258729088 CPUtime=0 cores=1,3,5,7
/proc/29989/task/29992/stat : 29992 (java) S 29987 29987 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 64089453 13900271616 4618 18446744073709551615 4194304 4196468 140727064084928 139964731824784 139964790941397 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=29993] ppid=29987 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29989/task/29993/stat : 29993 (java) S 29987 29987 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 64089453 13900271616 4618 18446744073709551615 4194304 4196468 140727064084928 139964388481296 139964790941397 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=29994] ppid=29987 vsize=13574484 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29989/task/29994/stat : 29994 (java) S 29987 29987 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 64089453 13900271616 4618 18446744073709551615 4194304 4196468 140727064084928 139964387428752 139964790941397 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=29995] ppid=29987 vsize=13574484 memory=139749258729088 CPUtime=0 cores=1,3,5,7
/proc/29989/task/29995/stat : 29995 (java) S 29987 29987 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 64089454 13900271616 4618 18446744073709551615 4194304 4196468 140727064084928 139963908684528 139964790942338 0 0 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=29996] ppid=29987 vsize=13574484 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29989/task/29996/stat : 29996 (java) S 29987 29987 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 64089455 13900271616 4618 18446744073709551615 4194304 4196468 140727064084928 139963907630752 139964790941397 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=29997] ppid=29987 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29989/task/29997/stat : 29997 (java) S 29987 29987 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 64089455 13900271616 4618 18446744073709551615 4194304 4196468 140727064084928 139963906577712 139964790941397 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 13583996 KiB
Current children cumulated memory: 19588 KiB

[startup+0.209833 s]*
/proc/loadavg: 1.79 1.88 1.87 4/211 30003
/proc/meminfo: memFree=31370336/32770624 swapFree=67108860/67108860
[pid=29987] ppid=29984 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/29987/stat : 29987 (xcsp3-exec) S 29984 29987 17093 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 64089445 9740288 344 18446744073709551615 4194304 5098028 140729057336880 140729057334984 139708517081724 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 7 0 0 7196144 7232144 21504000 140729057337727 140729057337930 140729057337930 140729057341419 0
/proc/29987/statm: 2378 344 289 221 0 87 0
[pid=29989] ppid=29987 vsize=13974352 memory=26872 CPUtime=0.1 cores=1,3,5,7
/proc/29989/stat : 29989 (java) S 29987 29987 17093 0 -1 1077944320 5163 0 0 0 9 1 0 0 20 0 15 0 64089452 14309736448 6718 18446744073709551615 4194304 4196468 140727064084928 140727064067472 139964790931191 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
/proc/29989/statm: 3493588 6718 2752 1 0 3482964 0
[pid=29989/tid=29990] ppid=29987 vsize=13974352 memory=7311146985107750967 CPUtime=0.08 cores=1,3,5,7
/proc/29989/task/29990/stat : 29990 (java) R 29987 29987 17093 0 -1 4202560 3303 0 0 0 7 1 0 0 20 0 15 0 64089452 14309736448 6718 18446744073709551615 4194304 4196468 140727064084928 139964795156640 139964775011678 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=29991] ppid=29987 vsize=13974352 memory=13729 CPUtime=0 cores=1,3,5,7
/proc/29989/task/29991/stat : 29991 (java) S 29987 29987 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64089453 14309736448 6718 18446744073709551615 4194304 4196468 140727064084928 139964732877328 139964790941397 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=29992] ppid=29987 vsize=13974352 memory=139749258756699 CPUtime=0 cores=1,3,5,7
/proc/29989/task/29992/stat : 29992 (java) S 29987 29987 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64089453 14309736448 6718 18446744073709551615 4194304 4196468 140727064084928 139964731824784 139964790941397 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=29993] ppid=29987 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29989/task/29993/stat : 29993 (java) S 29987 29987 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64089453 14309736448 6718 18446744073709551615 4194304 4196468 140727064084928 139964388481296 139964790941397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=29994] ppid=29987 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29989/task/29994/stat : 29994 (java) S 29987 29987 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64089453 14309736448 6718 18446744073709551615 4194304 4196468 140727064084928 139964387428752 139964790941397 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=29995] ppid=29987 vsize=13974352 memory=139749258729088 CPUtime=0 cores=1,3,5,7
/proc/29989/task/29995/stat : 29995 (java) S 29987 29987 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64089454 14309736448 6718 18446744073709551615 4194304 4196468 140727064084928 139963908684528 139964790942338 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=29996] ppid=29987 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29989/task/29996/stat : 29996 (java) S 29987 29987 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64089455 14309736448 6718 18446744073709551615 4194304 4196468 140727064084928 139963907630752 139964790941397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=29997] ppid=29987 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29989/task/29997/stat : 29997 (java) S 29987 29987 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64089455 14309736448 6718 18446744073709551615 4194304 4196468 140727064084928 139963906577648 139964790941397 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=29998] ppid=29987 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29989/task/29998/stat : 29998 (java) S 29987 29987 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64089458 14309736448 6718 18446744073709551615 4194304 4196468 140727064084928 139963905526224 139964790949787 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=29999] ppid=29987 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29989/task/29999/stat : 29999 (java) R 29987 29987 17093 0 -1 1077944384 313 0 0 0 0 0 0 0 20 0 15 0 64089458 14309736448 6718 18446744073709551615 4194304 4196468 140727064084928 139963904473328 139964790942338 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=30000] ppid=29987 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29989/task/30000/stat : 30000 (java) S 29987 29987 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64089458 14309736448 6718 18446744073709551615 4194304 4196468 140727064084928 139963903420784 139964790942338 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=30001] ppid=29987 vsize=13974352 memory=139749258729088 CPUtime=0.01 cores=1,3,5,7
/proc/29989/task/30001/stat : 30001 (java) S 29987 29987 17093 0 -1 1077944384 241 0 0 0 1 0 0 0 20 0 15 0 64089458 14309736448 6718 18446744073709551615 4194304 4196468 140727064084928 139963902367728 139964790942338 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=30002] ppid=29987 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29989/task/30002/stat : 30002 (java) S 29987 29987 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64089458 14309736448 6718 18446744073709551615 4194304 4196468 140727064084928 139963901315424 139964790941397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=30003] ppid=29987 vsize=13974352 memory=139749258729088 CPUtime=0 cores=1,3,5,7
/proc/29989/task/30003/stat : 30003 (java) S 29987 29987 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64089463 14309736448 6718 18446744073709551615 4194304 4196468 140727064084928 139963900263472 139964790942338 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 28248 KiB

[startup+0.311593 s]*
/proc/loadavg: 1.79 1.88 1.87 3/211 30003
/proc/meminfo: memFree=31358908/32770624 swapFree=67108860/67108860
[pid=29987] ppid=29984 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/29987/stat : 29987 (xcsp3-exec) S 29984 29987 17093 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 64089445 9740288 344 18446744073709551615 4194304 5098028 140729057336880 140729057334984 139708517081724 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 7 0 0 7196144 7232144 21504000 140729057337727 140729057337930 140729057337930 140729057341419 0
/proc/29987/statm: 2378 344 289 221 0 87 0
[pid=29989] ppid=29987 vsize=13974352 memory=39636 CPUtime=0.31 cores=1,3,5,7
/proc/29989/stat : 29989 (java) S 29987 29987 17093 0 -1 1077944320 9117 0 0 0 27 4 0 0 20 0 15 0 64089452 14309736448 9909 18446744073709551615 4194304 4196468 140727064084928 140727064067472 139964790931191 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
/proc/29989/statm: 3493588 9909 2995 1 0 3482964 0
[pid=29989/tid=29990] ppid=29987 vsize=13974352 memory=-8774313645642428999 CPUtime=0.18 cores=1,3,5,7
/proc/29989/task/29990/stat : 29990 (java) R 29987 29987 17093 0 -1 4202560 6235 0 0 0 16 2 0 0 20 0 15 0 64089452 14309736448 9909 18446744073709551615 4194304 4196468 140727064084928 139964795165168 139964775011678 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=29991] ppid=29987 vsize=13974352 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/29989/task/29991/stat : 29991 (java) S 29987 29987 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64089453 14309736448 9909 18446744073709551615 4194304 4196468 140727064084928 139964732877328 139964790941397 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=29992] ppid=29987 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29989/task/29992/stat : 29992 (java) S 29987 29987 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64089453 14309736448 9909 18446744073709551615 4194304 4196468 140727064084928 139964731824784 139964790941397 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=29993] ppid=29987 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29989/task/29993/stat : 29993 (java) S 29987 29987 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64089453 14309736448 9909 18446744073709551615 4194304 4196468 140727064084928 139964388481296 139964790941397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=29994] ppid=29987 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29989/task/29994/stat : 29994 (java) S 29987 29987 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64089453 14309736448 9909 18446744073709551615 4194304 4196468 140727064084928 139964387428752 139964790941397 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=29995] ppid=29987 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29989/task/29995/stat : 29995 (java) S 29987 29987 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64089454 14309736448 9909 18446744073709551615 4194304 4196468 140727064084928 139963908684528 139964790942338 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=29996] ppid=29987 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29989/task/29996/stat : 29996 (java) S 29987 29987 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64089455 14309736448 9909 18446744073709551615 4194304 4196468 140727064084928 139963907630752 139964790941397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=29997] ppid=29987 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29989/task/29997/stat : 29997 (java) S 29987 29987 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64089455 14309736448 9909 18446744073709551615 4194304 4196468 140727064084928 139963906577648 139964790941397 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=29998] ppid=29987 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29989/task/29998/stat : 29998 (java) S 29987 29987 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64089458 14309736448 9909 18446744073709551615 4194304 4196468 140727064084928 139963905526224 139964790949787 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=29999] ppid=29987 vsize=13974352 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/29989/task/29999/stat : 29999 (java) R 29987 29987 17093 0 -1 1077944384 579 0 0 0 2 0 0 0 20 0 15 0 64089458 14309736448 9909 18446744073709551615 4194304 4196468 140727064084928 139963904473328 139964790942338 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=30000] ppid=29987 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/29989/task/30000/stat : 30000 (java) S 29987 29987 17093 0 -1 1077944384 263 0 0 0 1 0 0 0 20 0 15 0 64089458 14309736448 9909 18446744073709551615 4194304 4196468 140727064084928 139963903420784 139964790942338 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=30001] ppid=29987 vsize=13974352 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/29989/task/30001/stat : 30001 (java) R 29987 29987 17093 0 -1 4202560 738 0 0 0 6 0 0 0 20 0 15 0 64089458 14309736448 9909 18446744073709551615 4194304 4196468 140727064084928 139963902367856 139964775011678 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=30002] ppid=29987 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29989/task/30002/stat : 30002 (java) S 29987 29987 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64089458 14309736448 9909 18446744073709551615 4194304 4196468 140727064084928 139963901315424 139964790941397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=30003] ppid=29987 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29989/task/30003/stat : 30003 (java) S 29987 29987 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64089463 14309736448 9909 18446744073709551615 4194304 4196468 140727064084928 139963900263472 139964790942338 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 41012 KiB

[startup+0.701174 s]
/proc/loadavg: 1.79 1.88 1.87 5/211 30003
/proc/meminfo: memFree=31346964/32770624 swapFree=67108860/67108860
[pid=29987] ppid=29984 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/29987/stat : 29987 (xcsp3-exec) S 29984 29987 17093 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 64089445 9740288 344 18446744073709551615 4194304 5098028 140729057336880 140729057334984 139708517081724 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 7 0 0 7196144 7232144 21504000 140729057337727 140729057337930 140729057337930 140729057341419 0
/proc/29987/statm: 2378 344 289 221 0 87 0
[pid=29989] ppid=29987 vsize=13980732 memory=69392 CPUtime=1.21 cores=1,3,5,7
/proc/29989/stat : 29989 (java) S 29987 29987 17093 0 -1 1077944320 13459 0 0 0 115 6 0 0 20 0 15 0 64089452 14316269568 17348 18446744073709551615 4194304 4196468 140727064084928 140727064067472 139964790931191 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
/proc/29989/statm: 3495183 17348 3169 1 0 3483476 0
[pid=29989/tid=29990] ppid=29987 vsize=13980732 memory=0 CPUtime=0.55 cores=1,3,5,7
/proc/29989/task/29990/stat : 29990 (java) R 29987 29987 17093 0 -1 4202560 8551 0 0 0 52 3 0 0 20 0 15 0 64089452 14316269568 17348 18446744073709551615 4194304 4196468 140727064084928 139964795154032 139964775011678 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=29991] ppid=29987 vsize=13980732 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/29989/task/29991/stat : 29991 (java) S 29987 29987 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64089453 14316269568 17348 18446744073709551615 4194304 4196468 140727064084928 139964732877328 139964790941397 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=29992] ppid=29987 vsize=13980732 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/29989/task/29992/stat : 29992 (java) S 29987 29987 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64089453 14316269568 17348 18446744073709551615 4194304 4196468 140727064084928 139964731824784 139964790941397 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=29993] ppid=29987 vsize=13980732 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/29989/task/29993/stat : 29993 (java) S 29987 29987 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64089453 14316269568 17348 18446744073709551615 4194304 4196468 140727064084928 139964388481296 139964790941397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=29994] ppid=29987 vsize=13980732 memory=12200 CPUtime=0 cores=1,3,5,7
/proc/29989/task/29994/stat : 29994 (java) S 29987 29987 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64089453 14316269568 17348 18446744073709551615 4194304 4196468 140727064084928 139964387428752 139964790941397 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=29995] ppid=29987 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29989/task/29995/stat : 29995 (java) S 29987 29987 17093 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 64089454 14316269568 17348 18446744073709551615 4194304 4196468 140727064084928 139963908684528 139964790942338 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=29996] ppid=29987 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29989/task/29996/stat : 29996 (java) S 29987 29987 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64089455 14316269568 17348 18446744073709551615 4194304 4196468 140727064084928 139963907630752 139964790941397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=29997] ppid=29987 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29989/task/29997/stat : 29997 (java) S 29987 29987 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64089455 14316269568 17348 18446744073709551615 4194304 4196468 140727064084928 139963906577648 139964790941397 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=29998] ppid=29987 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29989/task/29998/stat : 29998 (java) S 29987 29987 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64089458 14316269568 17348 18446744073709551615 4194304 4196468 140727064084928 139963905526224 139964790949787 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=29999] ppid=29987 vsize=13980732 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/29989/task/29999/stat : 29999 (java) R 29987 29987 17093 0 -1 1077944384 1191 0 0 0 15 0 0 0 20 0 15 0 64089458 14316269568 17348 18446744073709551615 4194304 4196468 140727064084928 139963904473328 139964790942338 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=30000] ppid=29987 vsize=13980732 memory=13 CPUtime=0.16 cores=1,3,5,7
/proc/29989/task/30000/stat : 30000 (java) R 29987 29987 17093 0 -1 4202560 891 0 0 0 15 1 0 0 20 0 15 0 64089458 14316269568 17348 18446744073709551615 4194304 4196468 140727064084928 139963903420784 139964790943126 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=30001] ppid=29987 vsize=13980732 memory=66 CPUtime=0.31 cores=1,3,5,7
/proc/29989/task/30001/stat : 30001 (java) S 29987 29987 17093 0 -1 1077944384 1519 0 0 0 31 0 0 0 20 0 15 0 64089458 14316269568 17348 18446744073709551615 4194304 4196468 140727064084928 139963902367728 139964790942338 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=30002] ppid=29987 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29989/task/30002/stat : 30002 (java) S 29987 29987 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64089458 14316269568 17348 18446744073709551615 4194304 4196468 140727064084928 139963901315424 139964790941397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=30003] ppid=29987 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29989/task/30003/stat : 30003 (java) S 29987 29987 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64089463 14316269568 17348 18446744073709551615 4194304 4196468 140727064084928 139963900263472 139964790942338 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 70768 KiB

[startup+1.50087 s]
/proc/loadavg: 1.79 1.88 1.87 5/211 30003
/proc/meminfo: memFree=31312468/32770624 swapFree=67108860/67108860
[pid=29987] ppid=29984 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/29987/stat : 29987 (xcsp3-exec) S 29984 29987 17093 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 64089445 9740288 344 18446744073709551615 4194304 5098028 140729057336880 140729057334984 139708517081724 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 7 0 0 7196144 7232144 21504000 140729057337727 140729057337930 140729057337930 140729057341419 0
/proc/29987/statm: 2378 344 289 221 0 87 0
[pid=29989] ppid=29987 vsize=13980732 memory=111092 CPUtime=3.66 cores=1,3,5,7
/proc/29989/stat : 29989 (java) S 29987 29987 17093 0 -1 1077944320 31583 0 0 0 357 9 0 0 20 0 15 0 64089452 14316269568 27773 18446744073709551615 4194304 4196468 140727064084928 140727064067472 139964790931191 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
/proc/29989/statm: 3495183 27773 3194 1 0 3483476 0
[pid=29989/tid=29990] ppid=29987 vsize=13980732 memory=7679927811743456362 CPUtime=1.36 cores=1,3,5,7
/proc/29989/task/29990/stat : 29990 (java) R 29987 29987 17093 0 -1 4202560 9410 0 0 0 132 4 0 0 20 0 15 0 64089452 14316269568 27773 18446744073709551615 4194304 4196468 140727064084928 139964795166840 139964411139201 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=29991] ppid=29987 vsize=13980732 memory=-7101718590825193272 CPUtime=0 cores=1,3,5,7
/proc/29989/task/29991/stat : 29991 (java) S 29987 29987 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64089453 14316269568 27773 18446744073709551615 4194304 4196468 140727064084928 139964732877328 139964790941397 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=29992] ppid=29987 vsize=13980732 memory=279498218269184 CPUtime=0 cores=1,3,5,7
/proc/29989/task/29992/stat : 29992 (java) S 29987 29987 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64089453 14316269568 27773 18446744073709551615 4194304 4196468 140727064084928 139964731824784 139964790941397 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=29993] ppid=29987 vsize=13980732 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/29989/task/29993/stat : 29993 (java) S 29987 29987 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64089453 14316269568 27773 18446744073709551615 4194304 4196468 140727064084928 139964388481296 139964790941397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=29994] ppid=29987 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7

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

/proc/29989/task/29997/stat : 29997 (java) S 29987 29987 17093 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 64089455 14316269568 60653 18446744073709551615 4194304 4196468 140727064084928 139963906577648 139964790941397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=29998] ppid=29987 vsize=13980732 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/29989/task/29998/stat : 29998 (java) S 29987 29987 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64089458 14316269568 60653 18446744073709551615 4194304 4196468 140727064084928 139963905526224 139964790949787 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=29999] ppid=29987 vsize=13980732 memory=36216 CPUtime=3.97 cores=1,3,5,7
/proc/29989/task/29999/stat : 29999 (java) S 29987 29987 17093 0 -1 1077944384 16578 0 0 0 395 2 0 0 20 0 15 0 64089458 14316269568 60653 18446744073709551615 4194304 4196468 140727064084928 139963904473328 139964790942338 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=30000] ppid=29987 vsize=13980732 memory=1296 CPUtime=3.99 cores=1,3,5,7
/proc/29989/task/30000/stat : 30000 (java) S 29987 29987 17093 0 -1 1077944384 24635 0 0 0 396 3 0 0 20 0 15 0 64089458 14316269568 60653 18446744073709551615 4194304 4196468 140727064084928 139963903420784 139964790942338 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=30001] ppid=29987 vsize=13980732 memory=4028 CPUtime=0.62 cores=1,3,5,7
/proc/29989/task/30001/stat : 30001 (java) S 29987 29987 17093 0 -1 1077944384 6747 0 0 0 61 1 0 0 20 0 15 0 64089458 14316269568 60653 18446744073709551615 4194304 4196468 140727064084928 139963902367728 139964790942338 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=30002] ppid=29987 vsize=13980732 memory=36216 CPUtime=0 cores=1,3,5,7
/proc/29989/task/30002/stat : 30002 (java) S 29987 29987 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64089458 14316269568 60653 18446744073709551615 4194304 4196468 140727064084928 139963901315424 139964790941397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=30003] ppid=29987 vsize=13980732 memory=1296 CPUtime=0.01 cores=1,3,5,7
/proc/29989/task/30003/stat : 30003 (java) S 29987 29987 17093 0 -1 1077944384 2918 0 0 0 0 1 0 0 20 0 15 0 64089463 14316269568 60653 18446744073709551615 4194304 4196468 140727064084928 139963900263472 139964790942338 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
Current children cumulated CPU time: 110.86 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 243988 KiB

[startup+162.301 s]
/proc/loadavg: 1.96 1.95 1.90 3/211 30089
/proc/meminfo: memFree=31147604/32770624 swapFree=67108860/67108860
[pid=29987] ppid=29984 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/29987/stat : 29987 (xcsp3-exec) S 29984 29987 17093 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 64089445 9740288 344 18446744073709551615 4194304 5098028 140729057336880 140729057334984 139708517081724 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 7 0 0 7196144 7232144 21504000 140729057337727 140729057337930 140729057337930 140729057341419 0
/proc/29987/statm: 2378 344 289 221 0 87 0
[pid=29989] ppid=29987 vsize=13980732 memory=264608 CPUtime=171.05 cores=1,3,5,7
/proc/29989/stat : 29989 (java) S 29987 29987 17093 0 -1 1077944320 76387 0 0 0 17086 19 0 0 20 0 15 0 64089452 14316269568 66152 18446744073709551615 4194304 4196468 140727064084928 140727064067472 139964790931191 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
/proc/29989/statm: 3495183 66152 3240 1 0 3483476 0
[pid=29989/tid=29990] ppid=29987 vsize=13980732 memory=264608 CPUtime=162.1 cores=1,3,5,7
/proc/29989/task/29990/stat : 29990 (java) R 29987 29987 17093 0 -1 4202560 14447 0 0 0 16205 5 0 0 20 0 15 0 64089452 14316269568 66152 18446744073709551615 4194304 4196468 140727064084928 139964795170176 139964418892431 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=29991] ppid=29987 vsize=13980732 memory=1376 CPUtime=0.01 cores=1,3,5,7
/proc/29989/task/29991/stat : 29991 (java) S 29987 29987 17093 0 -1 1077944384 663 0 0 0 1 0 0 0 20 0 15 0 64089453 14316269568 66152 18446744073709551615 4194304 4196468 140727064084928 139964732877328 139964790941397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=29992] ppid=29987 vsize=13980732 memory=4872558044660077418 CPUtime=0.01 cores=1,3,5,7
/proc/29989/task/29992/stat : 29992 (java) S 29987 29987 17093 0 -1 1077944384 1649 0 0 0 1 0 0 0 20 0 15 0 64089453 14316269568 66152 18446744073709551615 4194304 4196468 140727064084928 139964731824784 139964790941397 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=29993] ppid=29987 vsize=13980732 memory=-2746958450906831424 CPUtime=0.01 cores=1,3,5,7
/proc/29989/task/29993/stat : 29993 (java) S 29987 29987 17093 0 -1 1077944384 1307 0 0 0 1 0 0 0 20 0 15 0 64089453 14316269568 66152 18446744073709551615 4194304 4196468 140727064084928 139964388481296 139964790941397 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=29994] ppid=29987 vsize=13980732 memory=264608 CPUtime=0.02 cores=1,3,5,7
/proc/29989/task/29994/stat : 29994 (java) S 29987 29987 17093 0 -1 1077944384 2587 0 0 0 2 0 0 0 20 0 15 0 64089453 14316269568 66152 18446744073709551615 4194304 4196468 140727064084928 139964387428752 139964790941397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=29995] ppid=29987 vsize=13980732 memory=1376 CPUtime=0.01 cores=1,3,5,7
/proc/29989/task/29995/stat : 29995 (java) S 29987 29987 17093 0 -1 1077944384 1320 0 0 0 1 0 0 0 20 0 15 0 64089454 14316269568 66152 18446744073709551615 4194304 4196468 140727064084928 139963908684528 139964790942338 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=29996] ppid=29987 vsize=13980732 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/29989/task/29996/stat : 29996 (java) S 29987 29987 17093 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 64089455 14316269568 66152 18446744073709551615 4194304 4196468 140727064084928 139963907630752 139964790941397 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=29997] ppid=29987 vsize=13980732 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/29989/task/29997/stat : 29997 (java) S 29987 29987 17093 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 64089455 14316269568 66152 18446744073709551615 4194304 4196468 140727064084928 139963906577648 139964790941397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=29998] ppid=29987 vsize=13980732 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/29989/task/29998/stat : 29998 (java) S 29987 29987 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64089458 14316269568 66152 18446744073709551615 4194304 4196468 140727064084928 139963905526224 139964790949787 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=29999] ppid=29987 vsize=13980732 memory=264608 CPUtime=4.05 cores=1,3,5,7
/proc/29989/task/29999/stat : 29999 (java) S 29987 29987 17093 0 -1 1077944384 17552 0 0 0 403 2 0 0 20 0 15 0 64089458 14316269568 66152 18446744073709551615 4194304 4196468 140727064084928 139963904473328 139964790942338 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=30000] ppid=29987 vsize=13980732 memory=5788 CPUtime=4.06 cores=1,3,5,7
/proc/29989/task/30000/stat : 30000 (java) S 29987 29987 17093 0 -1 1077944384 24870 0 0 0 402 4 0 0 20 0 15 0 64089458 14316269568 66152 18446744073709551615 4194304 4196468 140727064084928 139963903420784 139964790942338 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=30001] ppid=29987 vsize=13980732 memory=4612 CPUtime=0.63 cores=1,3,5,7
/proc/29989/task/30001/stat : 30001 (java) S 29987 29987 17093 0 -1 1077944384 7688 0 0 0 62 1 0 0 20 0 15 0 64089458 14316269568 66152 18446744073709551615 4194304 4196468 140727064084928 139963902367728 139964790942338 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=30002] ppid=29987 vsize=13980732 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/29989/task/30002/stat : 30002 (java) S 29987 29987 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64089458 14316269568 66152 18446744073709551615 4194304 4196468 140727064084928 139963901315424 139964790941397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=30003] ppid=29987 vsize=13980732 memory=1376 CPUtime=0.03 cores=1,3,5,7
/proc/29989/task/30003/stat : 30003 (java) S 29987 29987 17093 0 -1 1077944384 2949 0 0 0 1 2 0 0 20 0 15 0 64089463 14316269568 66152 18446744073709551615 4194304 4196468 140727064084928 139963900263472 139964790942338 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
Current children cumulated CPU time: 171.05 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 265984 KiB

[startup+222.301 s]
/proc/loadavg: 1.69 1.88 1.88 3/211 30092
/proc/meminfo: memFree=31159484/32770624 swapFree=67108860/67108860
[pid=29987] ppid=29984 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/29987/stat : 29987 (xcsp3-exec) S 29984 29987 17093 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 64089445 9740288 344 18446744073709551615 4194304 5098028 140729057336880 140729057334984 139708517081724 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 7 0 0 7196144 7232144 21504000 140729057337727 140729057337930 140729057337930 140729057341419 0
/proc/29987/statm: 2378 344 289 221 0 87 0
[pid=29989] ppid=29987 vsize=13980732 memory=251268 CPUtime=231.07 cores=1,3,5,7
/proc/29989/stat : 29989 (java) S 29987 29987 17093 0 -1 1077944320 76910 0 0 0 23087 20 0 0 20 0 15 0 64089452 14316269568 62817 18446744073709551615 4194304 4196468 140727064084928 140727064067472 139964790931191 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
/proc/29989/statm: 3495183 62817 3240 1 0 3483476 0
[pid=29989/tid=29990] ppid=29987 vsize=13980732 memory=251268 CPUtime=222.09 cores=1,3,5,7
/proc/29989/task/29990/stat : 29990 (java) R 29987 29987 17093 0 -1 4202560 14701 0 0 0 22204 5 0 0 20 0 15 0 64089452 14316269568 62817 18446744073709551615 4194304 4196468 140727064084928 139964795170320 139964416862861 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=29991] ppid=29987 vsize=13980732 memory=251268 CPUtime=0.02 cores=1,3,5,7
/proc/29989/task/29991/stat : 29991 (java) S 29987 29987 17093 0 -1 1077944384 682 0 0 0 2 0 0 0 20 0 15 0 64089453 14316269568 62817 18446744073709551615 4194304 4196468 140727064084928 139964732877328 139964790941397 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=29992] ppid=29987 vsize=13980732 memory=251268 CPUtime=0.02 cores=1,3,5,7
/proc/29989/task/29992/stat : 29992 (java) S 29987 29987 17093 0 -1 1077944384 1653 0 0 0 2 0 0 0 20 0 15 0 64089453 14316269568 62817 18446744073709551615 4194304 4196468 140727064084928 139964731824784 139964790941397 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=29993] ppid=29987 vsize=13980732 memory=251268 CPUtime=0.01 cores=1,3,5,7
/proc/29989/task/29993/stat : 29993 (java) S 29987 29987 17093 0 -1 1077944384 1416 0 0 0 1 0 0 0 20 0 15 0 64089453 14316269568 62817 18446744073709551615 4194304 4196468 140727064084928 139964388481296 139964790941397 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=29994] ppid=29987 vsize=13980732 memory=251268 CPUtime=0.02 cores=1,3,5,7
/proc/29989/task/29994/stat : 29994 (java) S 29987 29987 17093 0 -1 1077944384 2601 0 0 0 2 0 0 0 20 0 15 0 64089453 14316269568 62817 18446744073709551615 4194304 4196468 140727064084928 139964387428752 139964790941397 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=29995] ppid=29987 vsize=13980732 memory=1376 CPUtime=0.01 cores=1,3,5,7
/proc/29989/task/29995/stat : 29995 (java) S 29987 29987 17093 0 -1 1077944384 1409 0 0 0 1 0 0 0 20 0 15 0 64089454 14316269568 62817 18446744073709551615 4194304 4196468 140727064084928 139963908684528 139964790942338 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=29996] ppid=29987 vsize=13980732 memory=251268 CPUtime=0 cores=1,3,5,7
/proc/29989/task/29996/stat : 29996 (java) S 29987 29987 17093 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 64089455 14316269568 62817 18446744073709551615 4194304 4196468 140727064084928 139963907630752 139964790941397 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=29997] ppid=29987 vsize=13980732 memory=251268 CPUtime=0 cores=1,3,5,7
/proc/29989/task/29997/stat : 29997 (java) S 29987 29987 17093 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 64089455 14316269568 62817 18446744073709551615 4194304 4196468 140727064084928 139963906577648 139964790941397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=29998] ppid=29987 vsize=13980732 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/29989/task/29998/stat : 29998 (java) S 29987 29987 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64089458 14316269568 62817 18446744073709551615 4194304 4196468 140727064084928 139963905526224 139964790949787 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=29999] ppid=29987 vsize=13980732 memory=1376 CPUtime=4.05 cores=1,3,5,7
/proc/29989/task/29999/stat : 29999 (java) S 29987 29987 17093 0 -1 1077944384 17553 0 0 0 403 2 0 0 20 0 15 0 64089458 14316269568 62817 18446744073709551615 4194304 4196468 140727064084928 139963904473328 139964790942338 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=30000] ppid=29987 vsize=13980732 memory=4028 CPUtime=4.06 cores=1,3,5,7
/proc/29989/task/30000/stat : 30000 (java) S 29987 29987 17093 0 -1 1077944384 24872 0 0 0 402 4 0 0 20 0 15 0 64089458 14316269568 62817 18446744073709551615 4194304 4196468 140727064084928 139963903420784 139964790942338 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=30001] ppid=29987 vsize=13980732 memory=36216 CPUtime=0.63 cores=1,3,5,7
/proc/29989/task/30001/stat : 30001 (java) S 29987 29987 17093 0 -1 1077944384 7693 0 0 0 62 1 0 0 20 0 15 0 64089458 14316269568 62817 18446744073709551615 4194304 4196468 140727064084928 139963902367728 139964790942338 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=30002] ppid=29987 vsize=13980732 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/29989/task/30002/stat : 30002 (java) S 29987 29987 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64089458 14316269568 62817 18446744073709551615 4194304 4196468 140727064084928 139963901315424 139964790941397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=30003] ppid=29987 vsize=13980732 memory=36216 CPUtime=0.04 cores=1,3,5,7
/proc/29989/task/30003/stat : 30003 (java) S 29987 29987 17093 0 -1 1077944384 2975 0 0 0 1 3 0 0 20 0 15 0 64089463 14316269568 62817 18446744073709551615 4194304 4196468 140727064084928 139963900263472 139964790942338 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
Current children cumulated CPU time: 231.07 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 252644 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]*
/proc/loadavg: 1.71 1.87 1.87 3/211 30092
/proc/meminfo: memFree=31165840/32770624 swapFree=67108860/67108860
[pid=29987] ppid=29984 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/29987/stat : 29987 (xcsp3-exec) S 29984 29987 17093 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 64089445 9740288 344 18446744073709551615 4194304 5098028 140729057336880 140729057334984 139708517081724 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 7 0 0 7196144 7232144 21504000 140729057337727 140729057337930 140729057337930 140729057341419 0
/proc/29987/statm: 2378 344 289 221 0 87 0
[pid=29989] ppid=29987 vsize=13980732 memory=245112 CPUtime=248.78 cores=1,3,5,7
/proc/29989/stat : 29989 (java) S 29987 29987 17093 0 -1 1077944320 77596 0 0 0 24858 20 0 0 20 0 15 0 64089452 14316269568 61278 18446744073709551615 4194304 4196468 140727064084928 140727064067472 139964790931191 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
/proc/29989/statm: 3495183 61278 3240 1 0 3483476 0
[pid=29989/tid=29990] ppid=29987 vsize=13980732 memory=-8774313645642428999 CPUtime=239.8 cores=1,3,5,7
/proc/29989/task/29990/stat : 29990 (java) R 29987 29987 17093 0 -1 4202560 14909 0 0 0 23975 5 0 0 20 0 15 0 64089452 14316269568 61278 18446744073709551615 4194304 4196468 140727064084928 139964795170320 139964416665727 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=29991] ppid=29987 vsize=13980732 memory=6943526294502006880 CPUtime=0.02 cores=1,3,5,7
/proc/29989/task/29991/stat : 29991 (java) S 29987 29987 17093 0 -1 1077944384 682 0 0 0 2 0 0 0 20 0 15 0 64089453 14316269568 61278 18446744073709551615 4194304 4196468 140727064084928 139964732877328 139964790941397 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=29992] ppid=29987 vsize=13980732 memory=6944656592455097440 CPUtime=0.02 cores=1,3,5,7
/proc/29989/task/29992/stat : 29992 (java) S 29987 29987 17093 0 -1 1077944384 1935 0 0 0 2 0 0 0 20 0 15 0 64089453 14316269568 61278 18446744073709551615 4194304 4196468 140727064084928 139964731824784 139964790941397 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=29993] ppid=29987 vsize=13980732 memory=6944656592387989600 CPUtime=0.01 cores=1,3,5,7
/proc/29989/task/29993/stat : 29993 (java) S 29987 29987 17093 0 -1 1077944384 1419 0 0 0 1 0 0 0 20 0 15 0 64089453 14316269568 61278 18446744073709551615 4194304 4196468 140727064084928 139964388481296 139964790941397 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=29994] ppid=29987 vsize=13980732 memory=4872558044660077418 CPUtime=0.02 cores=1,3,5,7
/proc/29989/task/29994/stat : 29994 (java) S 29987 29987 17093 0 -1 1077944384 2649 0 0 0 2 0 0 0 20 0 15 0 64089453 14316269568 61278 18446744073709551615 4194304 4196468 140727064084928 139964387428752 139964790941397 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=29995] ppid=29987 vsize=13980732 memory=1000 CPUtime=0.01 cores=1,3,5,7
/proc/29989/task/29995/stat : 29995 (java) S 29987 29987 17093 0 -1 1077944384 1546 0 0 0 1 0 0 0 20 0 15 0 64089454 14316269568 61278 18446744073709551615 4194304 4196468 140727064084928 139963908684528 139964790942338 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=29996] ppid=29987 vsize=13980732 memory=796 CPUtime=0 cores=1,3,5,7
/proc/29989/task/29996/stat : 29996 (java) S 29987 29987 17093 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 64089455 14316269568 61278 18446744073709551615 4194304 4196468 140727064084928 139963907630752 139964790941397 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=29997] ppid=29987 vsize=13980732 memory=10960 CPUtime=0 cores=1,3,5,7
/proc/29989/task/29997/stat : 29997 (java) S 29987 29987 17093 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 64089455 14316269568 61278 18446744073709551615 4194304 4196468 140727064084928 139963906577648 139964790941397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=29998] ppid=29987 vsize=13980732 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/29989/task/29998/stat : 29998 (java) S 29987 29987 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64089458 14316269568 61278 18446744073709551615 4194304 4196468 140727064084928 139963905526224 139964790949787 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=29999] ppid=29987 vsize=13980732 memory=1376 CPUtime=4.05 cores=1,3,5,7
/proc/29989/task/29999/stat : 29999 (java) S 29987 29987 17093 0 -1 1077944384 17555 0 0 0 403 2 0 0 20 0 15 0 64089458 14316269568 61278 18446744073709551615 4194304 4196468 140727064084928 139963904473328 139964790942338 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=30000] ppid=29987 vsize=13980732 memory=245112 CPUtime=4.06 cores=1,3,5,7
/proc/29989/task/30000/stat : 30000 (java) S 29987 29987 17093 0 -1 1077944384 24874 0 0 0 402 4 0 0 20 0 15 0 64089458 14316269568 61278 18446744073709551615 4194304 4196468 140727064084928 139963903420784 139964790942338 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=30001] ppid=29987 vsize=13980732 memory=6656426216303648864 CPUtime=0.63 cores=1,3,5,7
/proc/29989/task/30001/stat : 30001 (java) S 29987 29987 17093 0 -1 1077944384 7695 0 0 0 62 1 0 0 20 0 15 0 64089458 14316269568 61278 18446744073709551615 4194304 4196468 140727064084928 139963902367728 139964790942338 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=30002] ppid=29987 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/29989/task/30002/stat : 30002 (java) S 29987 29987 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64089458 14316269568 61278 18446744073709551615 4194304 4196468 140727064084928 139963901315424 139964790941397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
[pid=29989/tid=30003] ppid=29987 vsize=13980732 memory=184480 CPUtime=0.04 cores=1,3,5,7
/proc/29989/task/30003/stat : 30003 (java) S 29987 29987 17093 0 -1 1077944384 2977 0 0 0 1 3 0 0 20 0 15 0 64089463 14316269568 61278 18446744073709551615 4194304 4196468 140727064084928 139963900263472 139964790942338 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28667904 140727064089015 140727064089190 140727064089190 140727064092623 0
Current children cumulated CPU time: 248.78 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 246488 KiB

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

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

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

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

Child status: 143
Real time (s): 240.021
CPU time (s): 248.805
CPU user time (s): 248.597
CPU system time (s): 0.208943
CPU usage (%): 103.66
Max. virtual memory (cumulated for all children) (KiB): 13992896
Max. memory (cumulated for all children) (KiB): 265984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 248.597
system time used= 0.208943
maximum resident set size= 264608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78681
page faults= 0
swaps= 0
block input operations= 0
block output operations= 368
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8259
involuntary context switches= 99


# summary of solver processes directly reported to runsolver:
#   pid: 29987,29989
#   total CPU time (s): 248.805
#   total CPU user time (s): 248.597
#   total CPU system time (s): 0.208943

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.40877 second user time and 2.10386 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-13 11:55:13
IDJOB=4270391
IDBENCH=115851
IDSOLVER=2661
FILE ID=node127/4270391-1502618961
RUNJOBID= node127-1502615937-28321
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-10-10-0.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-4270391-1502618961/watcher-4270391-1502618961 -o /tmp/evaluation-result-4270391-1502618961/solver-4270391-1502618961 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502615937-28321 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 505107764 HOME/instance-4270391-1502618961.xml

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

MD5SUM BENCH= d2a9d5f7f2311440d16f3c3017ccc9f9
RANDOM SEED=505107764

node127.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.92
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.92
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.92
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.92
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:        31386596 kB
MemAvailable:   31806024 kB
Buffers:          188900 kB
Cached:           526564 kB
SwapCached:            0 kB
Active:           768040 kB
Inactive:         189652 kB
Active(anon):     191364 kB
Inactive(anon):    83916 kB
Active(file):     576676 kB
Inactive(file):   105736 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7816 kB
Writeback:             0 kB
AnonPages:        289320 kB
Mapped:            59144 kB
Shmem:             33444 kB
Slab:             131200 kB
SReclaimable:     105700 kB
SUnreclaim:        25500 kB
KernelStack:        3744 kB
PageTables:         5532 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1208648 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    167936 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62016 MiB
End job on node127 at 2017-08-13 11:59:13