Trace number 4269037

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.0901 2513.71

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t04-1.xml
MD5SUMe916ba0c5634620e8924ec581ee284c9
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark217
Best CPU time to get the best result obtained on this benchmark20087.1
Satisfiable
(Un)Satisfiability was proved
Number of variables5040
Number of constraints262
Number of domains17
Minimum domain size2
Maximum domain size195
Distribution of domain sizes[{"size":2,"count":240},{"size":4,"count":240},{"size":25,"count":480},{"size":44,"count":240},{"size":45,"count":240},{"size":73,"count":240},{"size":78,"count":240},{"size":87,"count":480},{"size":102,"count":240},{"size":107,"count":240},{"size":130,"count":240},{"size":131,"count":240},{"size":132,"count":480},{"size":139,"count":480},{"size":170,"count":240},{"size":175,"count":240},{"size":195,"count":240}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":5040}]
Minimum constraint arity21
Maximum constraint arity4800
Distribution of constraint arities[{"arity":21,"count":240},{"arity":240,"count":21},{"arity":4800,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":1},{"type":"lex","count":1},{"type":"sum","count":260}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.07	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4269037-1502747912.xml"  -tl '2520s' -p 1 -x 0
0.11/0.26	c [HOME/instance-4269037-1502747912.xml, -tl, 2520s, -p, 1, -x, 0]
0.31/0.32	c simple solver
0.31/0.38	c parse instance...
1.31/0.72	c solve instance...
2520.07/2513.70	s UNKNOWN
2520.07/2513.70	c Unexpected resolution interruption!

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4269037-1502747912/watcher-4269037-1502747912 -o /tmp/evaluation-result-4269037-1502747912/solver-4269037-1502747912 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502649032-24471 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 577737788 HOME/instance-4269037-1502747912.xml 

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

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


[startup+0.100156 s]*
/proc/loadavg: 2.03 2.03 2.01 3/206 10122
/proc/meminfo: memFree=31495152/32770624 swapFree=67108764/67108860
[pid=10115] ppid=10112 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/10115/stat : 10115 (xcsp3-exec) S 10112 10115 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 122297748 9740288 345 18446744073709551615 4194304 5098028 140732653896912 140732653895016 140453982061180 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 32714752 140732653900153 140732653900357 140732653900357 140732653903851 0
/proc/10115/statm: 2378 345 289 221 0 87 0
[pid=10117] ppid=10115 vsize=13574484 memory=15636 CPUtime=0.02 cores=1,3,5,7
/proc/10117/stat : 10117 (java) S 10115 10115 4674 0 -1 1077944320 3743 0 0 0 2 0 0 0 20 0 9 0 122297756 13900271616 3909 18446744073709551615 4194304 4196468 140728321385216 140728321367760 139659480907511 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
/proc/10117/statm: 3393621 3909 2065 1 0 3383118 0
[pid=10117/tid=10118] ppid=10115 vsize=13574484 memory=8508281356422187169 CPUtime=0.02 cores=1,3,5,7
/proc/10117/task/10118/stat : 10118 (java) R 10115 10115 4674 0 -1 4202560 2467 0 0 0 2 0 0 0 20 0 9 0 122297756 13900271616 3909 18446744073709551615 4194304 4196468 140728321385216 139659485143656 139659464987998 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10119] ppid=10115 vsize=13574484 memory=4122819170707441977 CPUtime=0 cores=1,3,5,7
/proc/10117/task/10119/stat : 10119 (java) S 10115 10115 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 122297757 13900271616 3909 18446744073709551615 4194304 4196468 140728321385216 139659452750352 139659480917717 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10120] ppid=10115 vsize=13574484 memory=140260057900672 CPUtime=0 cores=1,3,5,7
/proc/10117/task/10120/stat : 10120 (java) S 10115 10115 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 122297757 13900271616 3909 18446744073709551615 4194304 4196468 140728321385216 139659080362640 139659480917717 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10121] ppid=10115 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10117/task/10121/stat : 10121 (java) S 10115 10115 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 122297757 13900271616 3909 18446744073709551615 4194304 4196468 140728321385216 139659079309584 139659480917717 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10122] ppid=10115 vsize=13574484 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10117/task/10122/stat : 10122 (java) S 10115 10115 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 122297757 13900271616 3909 18446744073709551615 4194304 4196468 140728321385216 139659078257040 139659480917717 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10123] ppid=10115 vsize=13574484 memory=140260057900672 CPUtime=0 cores=1,3,5,7
/proc/10117/task/10123/stat : 10123 (java) S 10115 10115 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 122297758 13900271616 3909 18446744073709551615 4194304 4196468 140728321385216 139658825235184 139659480918658 0 0 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10124] ppid=10115 vsize=13574484 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10117/task/10124/stat : 10124 (java) S 10115 10115 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 122297759 13900271616 3909 18446744073709551615 4194304 4196468 140728321385216 139658824181408 139659480917717 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10125] ppid=10115 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10117/task/10125/stat : 10125 (java) S 10115 10115 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 122297759 13900271616 3909 18446744073709551615 4194304 4196468 140728321385216 139658823128368 139659480917717 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 13583996 KiB
Current children cumulated memory: 17016 KiB

[startup+0.210031 s]*
/proc/loadavg: 2.03 2.03 2.01 3/215 10131
/proc/meminfo: memFree=31484444/32770624 swapFree=67108764/67108860
[pid=10115] ppid=10112 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/10115/stat : 10115 (xcsp3-exec) S 10112 10115 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 122297748 9740288 345 18446744073709551615 4194304 5098028 140732653896912 140732653895016 140453982061180 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 32714752 140732653900153 140732653900357 140732653900357 140732653903851 0
/proc/10115/statm: 2378 345 289 221 0 87 0
[pid=10117] ppid=10115 vsize=13974352 memory=28708 CPUtime=0.11 cores=1,3,5,7
/proc/10117/stat : 10117 (java) S 10115 10115 4674 0 -1 1077944320 5162 0 0 0 10 1 0 0 20 0 15 0 122297756 14309736448 7177 18446744073709551615 4194304 4196468 140728321385216 140728321367760 139659480907511 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
/proc/10117/statm: 3493588 7177 2817 1 0 3482964 0
[pid=10117/tid=10118] ppid=10115 vsize=13974352 memory=7022364594140610616 CPUtime=0.08 cores=1,3,5,7
/proc/10117/task/10118/stat : 10118 (java) R 10115 10115 4674 0 -1 4202560 3190 0 0 0 8 0 0 0 20 0 15 0 122297756 14309736448 7177 18446744073709551615 4194304 4196468 140728321385216 139659485127336 139659480919446 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10119] ppid=10115 vsize=13974352 memory=4294979926 CPUtime=0 cores=1,3,5,7
/proc/10117/task/10119/stat : 10119 (java) S 10115 10115 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 122297757 14309736448 7177 18446744073709551615 4194304 4196468 140728321385216 139659452750352 139659480917717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10120] ppid=10115 vsize=13974352 memory=3616866318863656608 CPUtime=0 cores=1,3,5,7
/proc/10117/task/10120/stat : 10120 (java) S 10115 10115 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 122297757 14309736448 7177 18446744073709551615 4194304 4196468 140728321385216 139659080362640 139659480917717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10121] ppid=10115 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10117/task/10121/stat : 10121 (java) S 10115 10115 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 122297757 14309736448 7177 18446744073709551615 4194304 4196468 140728321385216 139659079309584 139659480917717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10122] ppid=10115 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10117/task/10122/stat : 10122 (java) S 10115 10115 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 122297757 14309736448 7177 18446744073709551615 4194304 4196468 140728321385216 139659078257040 139659480917717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10123] ppid=10115 vsize=13974352 memory=140260057900672 CPUtime=0 cores=1,3,5,7
/proc/10117/task/10123/stat : 10123 (java) S 10115 10115 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 122297758 14309736448 7177 18446744073709551615 4194304 4196468 140728321385216 139658825235184 139659480918658 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10124] ppid=10115 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10117/task/10124/stat : 10124 (java) S 10115 10115 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 122297759 14309736448 7177 18446744073709551615 4194304 4196468 140728321385216 139658824181408 139659480917717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10125] ppid=10115 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10117/task/10125/stat : 10125 (java) S 10115 10115 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 122297759 14309736448 7177 18446744073709551615 4194304 4196468 140728321385216 139658823128304 139659480917717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10126] ppid=10115 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10117/task/10126/stat : 10126 (java) S 10115 10115 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 122297761 14309736448 7177 18446744073709551615 4194304 4196468 140728321385216 139658822076880 139659480926107 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10127] ppid=10115 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10117/task/10127/stat : 10127 (java) S 10115 10115 4674 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 15 0 122297761 14309736448 7177 18446744073709551615 4194304 4196468 140728321385216 139658821023984 139659480918658 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10128] ppid=10115 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10117/task/10128/stat : 10128 (java) S 10115 10115 4674 0 -1 1077944384 128 0 0 0 0 0 0 0 20 0 15 0 122297761 14309736448 7177 18446744073709551615 4194304 4196468 140728321385216 139658819971440 139659480918658 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10129] ppid=10115 vsize=13974352 memory=140260057900672 CPUtime=0.01 cores=1,3,5,7
/proc/10117/task/10129/stat : 10129 (java) R 10115 10115 4674 0 -1 4202560 239 0 0 0 1 0 0 0 20 0 15 0 122297761 14309736448 7177 18446744073709551615 4194304 4196468 140728321385216 139658818918384 139659460219411 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10130] ppid=10115 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10117/task/10130/stat : 10130 (java) S 10115 10115 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 122297761 14309736448 7177 18446744073709551615 4194304 4196468 140728321385216 139658817866080 139659480917717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10131] ppid=10115 vsize=13974352 memory=140260057900672 CPUtime=0 cores=1,3,5,7
/proc/10117/task/10131/stat : 10131 (java) S 10115 10115 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 122297766 14309736448 7177 18446744073709551615 4194304 4196468 140728321385216 139658816814128 139659480918658 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 30088 KiB

[startup+0.310819 s]*
/proc/loadavg: 2.03 2.03 2.01 6/215 10131
/proc/meminfo: memFree=31471712/32770624 swapFree=67108764/67108860
[pid=10115] ppid=10112 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/10115/stat : 10115 (xcsp3-exec) S 10112 10115 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 122297748 9740288 345 18446744073709551615 4194304 5098028 140732653896912 140732653895016 140453982061180 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 32714752 140732653900153 140732653900357 140732653900357 140732653903851 0
/proc/10115/statm: 2378 345 289 221 0 87 0
[pid=10117] ppid=10115 vsize=13974352 memory=39908 CPUtime=0.31 cores=1,3,5,7
/proc/10117/stat : 10117 (java) S 10115 10115 4674 0 -1 1077944320 8613 0 0 0 29 2 0 0 20 0 15 0 122297756 14309736448 9977 18446744073709551615 4194304 4196468 140728321385216 140728321367760 139659480907511 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
/proc/10117/statm: 3493588 9977 2979 1 0 3482964 0
[pid=10117/tid=10118] ppid=10115 vsize=13974352 memory=4278483708103473607 CPUtime=0.19 cores=1,3,5,7
/proc/10117/task/10118/stat : 10118 (java) R 10115 10115 4674 0 -1 4202560 5795 0 0 0 17 2 0 0 20 0 15 0 122297756 14309736448 9977 18446744073709551615 4194304 4196468 140728321385216 139659485143328 139659464951141 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10119] ppid=10115 vsize=13974352 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/10117/task/10119/stat : 10119 (java) S 10115 10115 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 122297757 14309736448 9977 18446744073709551615 4194304 4196468 140728321385216 139659452750352 139659480917717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10120] ppid=10115 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10117/task/10120/stat : 10120 (java) S 10115 10115 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 122297757 14309736448 9977 18446744073709551615 4194304 4196468 140728321385216 139659080362640 139659480917717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10121] ppid=10115 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10117/task/10121/stat : 10121 (java) S 10115 10115 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 122297757 14309736448 9977 18446744073709551615 4194304 4196468 140728321385216 139659079309584 139659480917717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10122] ppid=10115 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10117/task/10122/stat : 10122 (java) S 10115 10115 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 122297757 14309736448 9977 18446744073709551615 4194304 4196468 140728321385216 139659078257040 139659480917717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10123] ppid=10115 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10117/task/10123/stat : 10123 (java) S 10115 10115 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 122297758 14309736448 9977 18446744073709551615 4194304 4196468 140728321385216 139658825235184 139659480918658 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10124] ppid=10115 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10117/task/10124/stat : 10124 (java) S 10115 10115 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 122297759 14309736448 9977 18446744073709551615 4194304 4196468 140728321385216 139658824181408 139659480917717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10125] ppid=10115 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10117/task/10125/stat : 10125 (java) S 10115 10115 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 122297759 14309736448 9977 18446744073709551615 4194304 4196468 140728321385216 139658823128304 139659480917717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10126] ppid=10115 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10117/task/10126/stat : 10126 (java) S 10115 10115 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 122297761 14309736448 9977 18446744073709551615 4194304 4196468 140728321385216 139658822076880 139659480926107 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10127] ppid=10115 vsize=13974352 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/10117/task/10127/stat : 10127 (java) S 10115 10115 4674 0 -1 1077944384 651 0 0 0 3 0 0 0 20 0 15 0 122297761 14309736448 9977 18446744073709551615 4194304 4196468 140728321385216 139658821023984 139659480918658 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10128] ppid=10115 vsize=13974352 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/10117/task/10128/stat : 10128 (java) S 10115 10115 4674 0 -1 1077944384 170 0 0 0 2 0 0 0 20 0 15 0 122297761 14309736448 9977 18446744073709551615 4194304 4196468 140728321385216 139658819971440 139659480918658 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10129] ppid=10115 vsize=13974352 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/10117/task/10129/stat : 10129 (java) R 10115 10115 4674 0 -1 4202560 696 0 0 0 6 0 0 0 20 0 15 0 122297761 14309736448 9977 18446744073709551615 4194304 4196468 140728321385216 139658818918384 139659459861977 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10130] ppid=10115 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10117/task/10130/stat : 10130 (java) S 10115 10115 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 122297761 14309736448 9977 18446744073709551615 4194304 4196468 140728321385216 139658817866080 139659480917717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10131] ppid=10115 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10117/task/10131/stat : 10131 (java) S 10115 10115 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 122297766 14309736448 9977 18446744073709551615 4194304 4196468 140728321385216 139658816814128 139659480918658 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 41288 KiB

[startup+0.702647 s]
/proc/loadavg: 2.03 2.03 2.01 5/215 10131
/proc/meminfo: memFree=31461016/32770624 swapFree=67108764/67108860
[pid=10115] ppid=10112 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/10115/stat : 10115 (xcsp3-exec) S 10112 10115 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 122297748 9740288 345 18446744073709551615 4194304 5098028 140732653896912 140732653895016 140453982061180 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 32714752 140732653900153 140732653900357 140732653900357 140732653903851 0
/proc/10115/statm: 2378 345 289 221 0 87 0
[pid=10117] ppid=10115 vsize=13980732 memory=71760 CPUtime=1.31 cores=1,3,5,7
/proc/10117/stat : 10117 (java) S 10115 10115 4674 0 -1 1077944320 11596 0 0 0 126 5 0 0 20 0 15 0 122297756 14316269568 17940 18446744073709551615 4194304 4196468 140728321385216 140728321367760 139659480907511 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
/proc/10117/statm: 3495183 17940 3175 1 0 3483476 0
[pid=10117/tid=10118] ppid=10115 vsize=13980732 memory=280519883358448 CPUtime=0.56 cores=1,3,5,7
/proc/10117/task/10118/stat : 10118 (java) R 10115 10115 4674 0 -1 4202560 7664 0 0 0 53 3 0 0 20 0 15 0 122297756 14316269568 17940 18446744073709551615 4194304 4196468 140728321385216 139659485143824 139659125816068 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10119] ppid=10115 vsize=13980732 memory=280519883358448 CPUtime=0 cores=1,3,5,7
/proc/10117/task/10119/stat : 10119 (java) S 10115 10115 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 122297757 14316269568 17940 18446744073709551615 4194304 4196468 140728321385216 139659452750352 139659480917717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10120] ppid=10115 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10117/task/10120/stat : 10120 (java) S 10115 10115 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 122297757 14316269568 17940 18446744073709551615 4194304 4196468 140728321385216 139659080362640 139659480917717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10121] ppid=10115 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10117/task/10121/stat : 10121 (java) S 10115 10115 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 122297757 14316269568 17940 18446744073709551615 4194304 4196468 140728321385216 139659079309584 139659480917717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10122] ppid=10115 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10117/task/10122/stat : 10122 (java) S 10115 10115 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 122297757 14316269568 17940 18446744073709551615 4194304 4196468 140728321385216 139659078257040 139659480917717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10123] ppid=10115 vsize=13980732 memory=1 CPUtime=0 cores=1,3,5,7
/proc/10117/task/10123/stat : 10123 (java) S 10115 10115 4674 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 122297758 14316269568 17940 18446744073709551615 4194304 4196468 140728321385216 139658825235184 139659480918658 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10124] ppid=10115 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10117/task/10124/stat : 10124 (java) S 10115 10115 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 122297759 14316269568 17940 18446744073709551615 4194304 4196468 140728321385216 139658824181408 139659480917717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10125] ppid=10115 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10117/task/10125/stat : 10125 (java) S 10115 10115 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 122297759 14316269568 17940 18446744073709551615 4194304 4196468 140728321385216 139658823128304 139659480917717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10126] ppid=10115 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10117/task/10126/stat : 10126 (java) S 10115 10115 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 122297761 14316269568 17940 18446744073709551615 4194304 4196468 140728321385216 139658822076880 139659480926107 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10127] ppid=10115 vsize=13980732 memory=28 CPUtime=0.2 cores=1,3,5,7
/proc/10117/task/10127/stat : 10127 (java) R 10115 10115 4674 0 -1 4202560 891 0 0 0 20 0 0 0 20 0 15 0 122297761 14316269568 17940 18446744073709551615 4194304 4196468 140728321385216 139658821010048 139659462450878 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10128] ppid=10115 vsize=13980732 memory=229 CPUtime=0.19 cores=1,3,5,7
/proc/10117/task/10128/stat : 10128 (java) S 10115 10115 4674 0 -1 1077944384 440 0 0 0 19 0 0 0 20 0 15 0 122297761 14316269568 17940 18446744073709551615 4194304 4196468 140728321385216 139658819971440 139659480918658 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10129] ppid=10115 vsize=13980732 memory=0 CPUtime=0.32 cores=1,3,5,7
/proc/10117/task/10129/stat : 10129 (java) S 10115 10115 4674 0 -1 1077944384 1294 0 0 0 32 0 0 0 20 0 15 0 122297761 14316269568 17940 18446744073709551615 4194304 4196468 140728321385216 139658818918384 139659480918658 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10130] ppid=10115 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10117/task/10130/stat : 10130 (java) S 10115 10115 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 122297761 14316269568 17940 18446744073709551615 4194304 4196468 140728321385216 139658817866080 139659480917717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10131] ppid=10115 vsize=13980732 memory=3020 CPUtime=0 cores=1,3,5,7
/proc/10117/task/10131/stat : 10131 (java) S 10115 10115 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 122297766 14316269568 17940 18446744073709551615 4194304 4196468 140728321385216 139658816814128 139659480918658 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
Current children cumulated CPU time: 1.31 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 73140 KiB

[startup+1.50087 s]
/proc/loadavg: 2.03 2.03 2.01 5/215 10131
/proc/meminfo: memFree=31432644/32770624 swapFree=67108764/67108860
[pid=10115] ppid=10112 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/10115/stat : 10115 (xcsp3-exec) S 10112 10115 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 122297748 9740288 345 18446744073709551615 4194304 5098028 140732653896912 140732653895016 140453982061180 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 32714752 140732653900153 140732653900357 140732653900357 140732653903851 0
/proc/10115/statm: 2378 345 289 221 0 87 0
[pid=10117] ppid=10115 vsize=13980732 memory=95064 CPUtime=3.28 cores=1,3,5,7
/proc/10117/stat : 10117 (java) S 10115 10115 4674 0 -1 1077944320 20963 0 0 0 322 6 0 0 20 0 15 0 122297756 14316269568 23766 18446744073709551615 4194304 4196468 140728321385216 140728321367760 139659480907511 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
/proc/10117/statm: 3495183 23766 3192 1 0 3483476 0
[pid=10117/tid=10118] ppid=10115 vsize=13980732 memory=0 CPUtime=1.37 cores=1,3,5,7
/proc/10117/task/10118/stat : 10118 (java) R 10115 10115 4674 0 -1 4202560 8170 0 0 0 133 4 0 0 20 0 15 0 122297756 14316269568 23766 18446744073709551615 4194304 4196468 140728321385216 139659485145448 139659126395328 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10119] ppid=10115 vsize=13980732 memory=1 CPUtime=0 cores=1,3,5,7
/proc/10117/task/10119/stat : 10119 (java) S 10115 10115 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 122297757 14316269568 23766 18446744073709551615 4194304 4196468 140728321385216 139659452750352 139659480917717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10120] ppid=10115 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10117/task/10120/stat : 10120 (java) S 10115 10115 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 122297757 14316269568 23766 18446744073709551615 4194304 4196468 140728321385216 139659080362640 139659480917717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10121] ppid=10115 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10117/task/10121/stat : 10121 (java) S 10115 10115 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 122297757 14316269568 23766 18446744073709551615 4194304 4196468 140728321385216 139659079309584 139659480917717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10122] ppid=10115 vsize=13980732 memory=829 CPUtime=0 cores=1,3,5,7

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

/proc/10117/task/10125/stat : 10125 (java) S 10115 10115 4674 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 122297759 14316269568 63068 18446744073709551615 4194304 4196468 140728321385216 139658823128304 139659480917717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10126] ppid=10115 vsize=13980732 memory=252272 CPUtime=0 cores=1,3,5,7
/proc/10117/task/10126/stat : 10126 (java) S 10115 10115 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 122297761 14316269568 63068 18446744073709551615 4194304 4196468 140728321385216 139658822076880 139659480926107 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10127] ppid=10115 vsize=13980732 memory=1380 CPUtime=2.31 cores=1,3,5,7
/proc/10117/task/10127/stat : 10127 (java) S 10115 10115 4674 0 -1 1077944384 26625 0 0 0 229 2 0 0 20 0 15 0 122297761 14316269568 63068 18446744073709551615 4194304 4196468 140728321385216 139658821023984 139659480918658 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10128] ppid=10115 vsize=13980732 memory=1380 CPUtime=2.91 cores=1,3,5,7
/proc/10117/task/10128/stat : 10128 (java) S 10115 10115 4674 0 -1 1077944384 32022 0 0 0 287 4 0 0 20 0 15 0 122297761 14316269568 63068 18446744073709551615 4194304 4196468 140728321385216 139658819971440 139659480918658 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10129] ppid=10115 vsize=13980732 memory=1380 CPUtime=0.57 cores=1,3,5,7
/proc/10117/task/10129/stat : 10129 (java) S 10115 10115 4674 0 -1 1077944384 7228 0 0 0 56 1 0 0 20 0 15 0 122297761 14316269568 63068 18446744073709551615 4194304 4196468 140728321385216 139658818918384 139659480918658 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10130] ppid=10115 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/10117/task/10130/stat : 10130 (java) S 10115 10115 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 122297761 14316269568 63068 18446744073709551615 4194304 4196468 140728321385216 139658817866080 139659480917717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10131] ppid=10115 vsize=13980732 memory=252272 CPUtime=0.49 cores=1,3,5,7
/proc/10117/task/10131/stat : 10131 (java) S 10115 10115 4674 0 -1 1077944384 1402 0 0 0 22 27 0 0 20 0 15 0 122297766 14316269568 63068 18446744073709551615 4194304 4196468 140728321385216 139658816814128 139659480918658 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
Current children cumulated CPU time: 2448.64 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 253652 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/215 10404
/proc/meminfo: memFree=31304172/32770624 swapFree=67108764/67108860
[pid=10115] ppid=10112 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/10115/stat : 10115 (xcsp3-exec) S 10112 10115 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 122297748 9740288 345 18446744073709551615 4194304 5098028 140732653896912 140732653895016 140453982061180 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 32714752 140732653900153 140732653900357 140732653900357 140732653903851 0
/proc/10115/statm: 2378 345 289 221 0 87 0
[pid=10117] ppid=10115 vsize=13980732 memory=252288 CPUtime=2508.67 cores=1,3,5,7
/proc/10117/stat : 10117 (java) S 10115 10115 4674 0 -1 1077944320 88538 0 0 0 250831 36 0 0 20 0 15 0 122297756 14316269568 63072 18446744073709551615 4194304 4196468 140728321385216 140728321367760 139659480907511 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
/proc/10117/statm: 3495183 63072 3237 1 0 3483476 0
[pid=10117/tid=10118] ppid=10115 vsize=13980732 memory=252288 CPUtime=2502.2 cores=1,3,5,7
/proc/10117/task/10118/stat : 10118 (java) R 10115 10115 4674 0 -1 4202560 17396 0 0 0 250213 7 0 0 20 0 15 0 122297756 14316269568 63072 18446744073709551615 4194304 4196468 140728321385216 139659485144392 139659122989535 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10119] ppid=10115 vsize=13980732 memory=252288 CPUtime=0.01 cores=1,3,5,7
/proc/10117/task/10119/stat : 10119 (java) S 10115 10115 4674 0 -1 1077944384 157 0 0 0 1 0 0 0 20 0 15 0 122297757 14316269568 63072 18446744073709551615 4194304 4196468 140728321385216 139659452750352 139659480917717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10120] ppid=10115 vsize=13980732 memory=252288 CPUtime=0.01 cores=1,3,5,7
/proc/10117/task/10120/stat : 10120 (java) S 10115 10115 4674 0 -1 1077944384 148 0 0 0 1 0 0 0 20 0 15 0 122297757 14316269568 63072 18446744073709551615 4194304 4196468 140728321385216 139659080362640 139659480917717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10121] ppid=10115 vsize=13980732 memory=35556 CPUtime=0.01 cores=1,3,5,7
/proc/10117/task/10121/stat : 10121 (java) S 10115 10115 4674 0 -1 1077944384 610 0 0 0 1 0 0 0 20 0 15 0 122297757 14316269568 63072 18446744073709551615 4194304 4196468 140728321385216 139659079309584 139659480917717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10122] ppid=10115 vsize=13980732 memory=1380 CPUtime=0.01 cores=1,3,5,7
/proc/10117/task/10122/stat : 10122 (java) S 10115 10115 4674 0 -1 1077944384 207 0 0 0 1 0 0 0 20 0 15 0 122297757 14316269568 63072 18446744073709551615 4194304 4196468 140728321385216 139659078257040 139659480917717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10123] ppid=10115 vsize=13980732 memory=1380 CPUtime=0.03 cores=1,3,5,7
/proc/10117/task/10123/stat : 10123 (java) S 10115 10115 4674 0 -1 1077944384 1326 0 0 0 2 1 0 0 20 0 15 0 122297758 14316269568 63072 18446744073709551615 4194304 4196468 140728321385216 139658825235184 139659480918658 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10124] ppid=10115 vsize=13980732 memory=252288 CPUtime=0 cores=1,3,5,7
/proc/10117/task/10124/stat : 10124 (java) S 10115 10115 4674 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 122297759 14316269568 63072 18446744073709551615 4194304 4196468 140728321385216 139658824181408 139659480917717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10125] ppid=10115 vsize=13980732 memory=252288 CPUtime=0 cores=1,3,5,7
/proc/10117/task/10125/stat : 10125 (java) S 10115 10115 4674 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 122297759 14316269568 63072 18446744073709551615 4194304 4196468 140728321385216 139658823128304 139659480917717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10126] ppid=10115 vsize=13980732 memory=4148 CPUtime=0 cores=1,3,5,7
/proc/10117/task/10126/stat : 10126 (java) S 10115 10115 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 122297761 14316269568 63072 18446744073709551615 4194304 4196468 140728321385216 139658822076880 139659480926107 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10127] ppid=10115 vsize=13980732 memory=1380 CPUtime=2.31 cores=1,3,5,7
/proc/10117/task/10127/stat : 10127 (java) S 10115 10115 4674 0 -1 1077944384 26625 0 0 0 229 2 0 0 20 0 15 0 122297761 14316269568 63072 18446744073709551615 4194304 4196468 140728321385216 139658821023984 139659480918658 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10128] ppid=10115 vsize=13980732 memory=252288 CPUtime=2.91 cores=1,3,5,7
/proc/10117/task/10128/stat : 10128 (java) S 10115 10115 4674 0 -1 1077944384 32089 0 0 0 287 4 0 0 20 0 15 0 122297761 14316269568 63072 18446744073709551615 4194304 4196468 140728321385216 139658819971440 139659480918658 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10129] ppid=10115 vsize=13980732 memory=252288 CPUtime=0.57 cores=1,3,5,7
/proc/10117/task/10129/stat : 10129 (java) S 10115 10115 4674 0 -1 1077944384 7228 0 0 0 56 1 0 0 20 0 15 0 122297761 14316269568 63072 18446744073709551615 4194304 4196468 140728321385216 139658818918384 139659480918658 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10130] ppid=10115 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/10117/task/10130/stat : 10130 (java) S 10115 10115 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 122297761 14316269568 63072 18446744073709551615 4194304 4196468 140728321385216 139658817866080 139659480917717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10131] ppid=10115 vsize=13980732 memory=252288 CPUtime=0.5 cores=1,3,5,7
/proc/10117/task/10131/stat : 10131 (java) S 10115 10115 4674 0 -1 1077944384 1406 0 0 0 23 27 0 0 20 0 15 0 122297766 14316269568 63072 18446744073709551615 4194304 4196468 140728321385216 139658816814128 139659480918658 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
Current children cumulated CPU time: 2508.67 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 253668 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2513.7 s]
/proc/loadavg: 2.00 2.01 2.05 3/215 10404
/proc/meminfo: memFree=31304300/32770624 swapFree=67108764/67108860
[pid=10115] ppid=10112 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/10115/stat : 10115 (xcsp3-exec) S 10112 10115 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 122297748 9740288 345 18446744073709551615 4194304 5098028 140732653896912 140732653895016 140453982061180 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 32714752 140732653900153 140732653900357 140732653900357 140732653903851 0
/proc/10115/statm: 2378 345 289 221 0 87 0
[pid=10117] ppid=10115 vsize=13980732 memory=252288 CPUtime=2520.07 cores=1,3,5,7
/proc/10117/stat : 10117 (java) S 10115 10115 4674 0 -1 1077944320 88540 0 0 0 251971 36 0 0 20 0 15 0 122297756 14316269568 63072 18446744073709551615 4194304 4196468 140728321385216 140728321367760 139659480907511 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
/proc/10117/statm: 3495183 63072 3237 1 0 3483476 0
[pid=10117/tid=10118] ppid=10115 vsize=13980732 memory=252288 CPUtime=2513.6 cores=1,3,5,7
/proc/10117/task/10118/stat : 10118 (java) R 10115 10115 4674 0 -1 4202560 17398 0 0 0 251353 7 0 0 20 0 15 0 122297756 14316269568 63072 18446744073709551615 4194304 4196468 140728321385216 139659485144392 139659126658709 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10119] ppid=10115 vsize=13980732 memory=252288 CPUtime=0.01 cores=1,3,5,7
/proc/10117/task/10119/stat : 10119 (java) S 10115 10115 4674 0 -1 1077944384 157 0 0 0 1 0 0 0 20 0 15 0 122297757 14316269568 63072 18446744073709551615 4194304 4196468 140728321385216 139659452750352 139659480917717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10120] ppid=10115 vsize=13980732 memory=252288 CPUtime=0.01 cores=1,3,5,7
/proc/10117/task/10120/stat : 10120 (java) S 10115 10115 4674 0 -1 1077944384 148 0 0 0 1 0 0 0 20 0 15 0 122297757 14316269568 63072 18446744073709551615 4194304 4196468 140728321385216 139659080362640 139659480917717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10121] ppid=10115 vsize=13980732 memory=252288 CPUtime=0.01 cores=1,3,5,7
/proc/10117/task/10121/stat : 10121 (java) S 10115 10115 4674 0 -1 1077944384 610 0 0 0 1 0 0 0 20 0 15 0 122297757 14316269568 63072 18446744073709551615 4194304 4196468 140728321385216 139659079309584 139659480917717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10122] ppid=10115 vsize=13980732 memory=1380 CPUtime=0.01 cores=1,3,5,7
/proc/10117/task/10122/stat : 10122 (java) S 10115 10115 4674 0 -1 1077944384 207 0 0 0 1 0 0 0 20 0 15 0 122297757 14316269568 63072 18446744073709551615 4194304 4196468 140728321385216 139659078257040 139659480917717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10123] ppid=10115 vsize=13980732 memory=1380 CPUtime=0.03 cores=1,3,5,7
/proc/10117/task/10123/stat : 10123 (java) S 10115 10115 4674 0 -1 1077944384 1326 0 0 0 2 1 0 0 20 0 15 0 122297758 14316269568 63072 18446744073709551615 4194304 4196468 140728321385216 139658825235184 139659480918658 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10124] ppid=10115 vsize=13980732 memory=35556 CPUtime=0 cores=1,3,5,7
/proc/10117/task/10124/stat : 10124 (java) S 10115 10115 4674 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 122297759 14316269568 63072 18446744073709551615 4194304 4196468 140728321385216 139658824181408 139659480917717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10125] ppid=10115 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/10117/task/10125/stat : 10125 (java) S 10115 10115 4674 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 122297759 14316269568 63072 18446744073709551615 4194304 4196468 140728321385216 139658823128304 139659480917717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10126] ppid=10115 vsize=13980732 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/10117/task/10126/stat : 10126 (java) S 10115 10115 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 122297761 14316269568 63072 18446744073709551615 4194304 4196468 140728321385216 139658822076880 139659480926107 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10127] ppid=10115 vsize=13980732 memory=844 CPUtime=2.31 cores=1,3,5,7
/proc/10117/task/10127/stat : 10127 (java) S 10115 10115 4674 0 -1 1077944384 26625 0 0 0 229 2 0 0 20 0 15 0 122297761 14316269568 63072 18446744073709551615 4194304 4196468 140728321385216 139658821023984 139659480918658 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10128] ppid=10115 vsize=13980732 memory=16436 CPUtime=2.91 cores=1,3,5,7
/proc/10117/task/10128/stat : 10128 (java) S 10115 10115 4674 0 -1 1077944384 32089 0 0 0 287 4 0 0 20 0 15 0 122297761 14316269568 63072 18446744073709551615 4194304 4196468 140728321385216 139658819971440 139659480918658 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10129] ppid=10115 vsize=13980732 memory=1380 CPUtime=0.57 cores=1,3,5,7
/proc/10117/task/10129/stat : 10129 (java) S 10115 10115 4674 0 -1 1077944384 7228 0 0 0 56 1 0 0 20 0 15 0 122297761 14316269568 63072 18446744073709551615 4194304 4196468 140728321385216 139658818918384 139659480918658 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10130] ppid=10115 vsize=13980732 memory=252288 CPUtime=0 cores=1,3,5,7
/proc/10117/task/10130/stat : 10130 (java) S 10115 10115 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 122297761 14316269568 63072 18446744073709551615 4194304 4196468 140728321385216 139658817866080 139659480917717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10131] ppid=10115 vsize=13980732 memory=1380 CPUtime=0.5 cores=1,3,5,7
/proc/10117/task/10131/stat : 10131 (java) S 10115 10115 4674 0 -1 1077944384 1406 0 0 0 23 27 0 0 20 0 15 0 122297766 14316269568 63072 18446744073709551615 4194304 4196468 140728321385216 139658816814128 139659480918658 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 253668 KiB

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

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

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

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

[startup+2513.7 s]
/proc/loadavg: 2.00 2.01 2.05 3/215 10404
/proc/meminfo: memFree=31304300/32770624 swapFree=67108764/67108860
[pid=10115] ppid=10112 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/10115/stat : 10115 (xcsp3-exec) S 10112 10115 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 122297748 9740288 345 18446744073709551615 4194304 5098028 140732653896912 140732653895016 140453982061180 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 32714752 140732653900153 140732653900357 140732653900357 140732653903851 0
/proc/10115/statm: 2378 345 289 221 0 87 0
[pid=10117] ppid=10115 vsize=13980732 memory=252288 CPUtime=2520.07 cores=1,3,5,7
/proc/10117/stat : 10117 (java) S 10115 10115 4674 0 -1 1077944320 88540 0 0 0 251971 36 0 0 20 0 15 0 122297756 14316269568 63072 18446744073709551615 4194304 4196468 140728321385216 140728321367760 139659480907511 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
/proc/10117/statm: 3495183 63072 3237 1 0 3483476 0
[pid=10117/tid=10118] ppid=10115 vsize=13980732 memory=252288 CPUtime=2513.6 cores=1,3,5,7
/proc/10117/task/10118/stat : 10118 (java) R 10115 10115 4674 0 -1 4202560 17398 0 0 0 251353 7 0 0 20 0 15 0 122297756 14316269568 63072 18446744073709551615 4194304 4196468 140728321385216 139659485144392 139659126658709 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10119] ppid=10115 vsize=13980732 memory=252288 CPUtime=0.01 cores=1,3,5,7
/proc/10117/task/10119/stat : 10119 (java) S 10115 10115 4674 0 -1 1077944384 157 0 0 0 1 0 0 0 20 0 15 0 122297757 14316269568 63072 18446744073709551615 4194304 4196468 140728321385216 139659452750352 139659480917717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10120] ppid=10115 vsize=13980732 memory=252288 CPUtime=0.01 cores=1,3,5,7
/proc/10117/task/10120/stat : 10120 (java) S 10115 10115 4674 0 -1 1077944384 148 0 0 0 1 0 0 0 20 0 15 0 122297757 14316269568 63072 18446744073709551615 4194304 4196468 140728321385216 139659080362640 139659480917717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10121] ppid=10115 vsize=13980732 memory=252288 CPUtime=0.01 cores=1,3,5,7
/proc/10117/task/10121/stat : 10121 (java) S 10115 10115 4674 0 -1 1077944384 610 0 0 0 1 0 0 0 20 0 15 0 122297757 14316269568 63072 18446744073709551615 4194304 4196468 140728321385216 139659079309584 139659480917717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10122] ppid=10115 vsize=13980732 memory=1380 CPUtime=0.01 cores=1,3,5,7
/proc/10117/task/10122/stat : 10122 (java) S 10115 10115 4674 0 -1 1077944384 207 0 0 0 1 0 0 0 20 0 15 0 122297757 14316269568 63072 18446744073709551615 4194304 4196468 140728321385216 139659078257040 139659480917717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10123] ppid=10115 vsize=13980732 memory=1380 CPUtime=0.03 cores=1,3,5,7
/proc/10117/task/10123/stat : 10123 (java) S 10115 10115 4674 0 -1 1077944384 1326 0 0 0 2 1 0 0 20 0 15 0 122297758 14316269568 63072 18446744073709551615 4194304 4196468 140728321385216 139658825235184 139659480918658 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10124] ppid=10115 vsize=13980732 memory=35556 CPUtime=0 cores=1,3,5,7
/proc/10117/task/10124/stat : 10124 (java) S 10115 10115 4674 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 122297759 14316269568 63072 18446744073709551615 4194304 4196468 140728321385216 139658824181408 139659480917717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10125] ppid=10115 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/10117/task/10125/stat : 10125 (java) S 10115 10115 4674 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 122297759 14316269568 63072 18446744073709551615 4194304 4196468 140728321385216 139658823128304 139659480917717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10126] ppid=10115 vsize=13980732 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/10117/task/10126/stat : 10126 (java) S 10115 10115 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 122297761 14316269568 63072 18446744073709551615 4194304 4196468 140728321385216 139658822076880 139659480926107 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10127] ppid=10115 vsize=13980732 memory=844 CPUtime=2.31 cores=1,3,5,7
/proc/10117/task/10127/stat : 10127 (java) S 10115 10115 4674 0 -1 1077944384 26625 0 0 0 229 2 0 0 20 0 15 0 122297761 14316269568 63072 18446744073709551615 4194304 4196468 140728321385216 139658821023984 139659480918658 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10128] ppid=10115 vsize=13980732 memory=16436 CPUtime=2.91 cores=1,3,5,7
/proc/10117/task/10128/stat : 10128 (java) S 10115 10115 4674 0 -1 1077944384 32089 0 0 0 287 4 0 0 20 0 15 0 122297761 14316269568 63072 18446744073709551615 4194304 4196468 140728321385216 139658819971440 139659480918658 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10129] ppid=10115 vsize=13980732 memory=1380 CPUtime=0.57 cores=1,3,5,7
/proc/10117/task/10129/stat : 10129 (java) S 10115 10115 4674 0 -1 1077944384 7228 0 0 0 56 1 0 0 20 0 15 0 122297761 14316269568 63072 18446744073709551615 4194304 4196468 140728321385216 139658818918384 139659480918658 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10130] ppid=10115 vsize=13980732 memory=252288 CPUtime=0 cores=1,3,5,7
/proc/10117/task/10130/stat : 10130 (java) S 10115 10115 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 122297761 14316269568 63072 18446744073709551615 4194304 4196468 140728321385216 139658817866080 139659480917717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
[pid=10117/tid=10131] ppid=10115 vsize=13980732 memory=1380 CPUtime=0.5 cores=1,3,5,7
/proc/10117/task/10131/stat : 10131 (java) S 10115 10115 4674 0 -1 1077944384 1406 0 0 0 23 27 0 0 20 0 15 0 122297766 14316269568 63072 18446744073709551615 4194304 4196468 140728321385216 139658816814128 139659480918658 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8593408 140728321393073 140728321393249 140728321393249 140728321396687 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 253668 KiB

Child status: 143
Real time (s): 2513.71
CPU time (s): 2520.09
CPU user time (s): 2519.73
CPU system time (s): 0.36501
CPU usage (%): 100.254
Max. virtual memory (cumulated for all children) (KiB): 13992328
Max. memory (cumulated for all children) (KiB): 253668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.73
system time used= 0.36501
maximum resident set size= 252796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89258
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57351
involuntary context switches= 1196


# summary of solver processes directly reported to runsolver:
#   pid: 10115,10117
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2519.73
#   total CPU system time (s): 0.36501

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.5878 second user time and 22.1313 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-14 23:44:39
IDJOB=4269037
IDBENCH=124177
IDSOLVER=2660
FILE ID=node134/4269037-1502747912
RUNJOBID= node134-1502649032-24471
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t04-1.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-4269037-1502747912/watcher-4269037-1502747912 -o /tmp/evaluation-result-4269037-1502747912/solver-4269037-1502747912 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502649032-24471 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 577737788 HOME/instance-4269037-1502747912.xml

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

MD5SUM BENCH= e916ba0c5634620e8924ec581ee284c9
RANDOM SEED=577737788

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:        31502152 kB
MemAvailable:   31753612 kB
Buffers:          265820 kB
Cached:           276312 kB
SwapCached:            4 kB
Active:           606320 kB
Inactive:         205668 kB
Active(anon):     216516 kB
Inactive(anon):    94516 kB
Active(file):     389804 kB
Inactive(file):   111152 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108764 kB
Dirty:              7892 kB
Writeback:             8 kB
AnonPages:        268992 kB
Mapped:            71436 kB
Shmem:             41564 kB
Slab:             159960 kB
SReclaimable:     132676 kB
SUnreclaim:        27284 kB
KernelStack:        3504 kB
PageTables:         5620 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1283364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    161792 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62016 MiB
End job on node134 at 2017-08-15 00:26:33