Trace number 4272901

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 5a (2017-07-26)? (TO) 2520.0701 2510.3201

General information on the benchmark

NameWwtpp/Wwtpp-ord-s1/
Wwtpp-ord-ex06460.xml
MD5SUMf140970bd722cd0d04a16203ca32674e
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.0624499
Satisfiable
(Un)Satisfiability was proved
Number of variables476
Number of constraints402
Number of domains22
Minimum domain size1
Maximum domain size10001
Distribution of domain sizes[{"size":1,"count":22},{"size":2,"count":92},{"size":1001,"count":46},{"size":1501,"count":46},{"size":2501,"count":46},{"size":3001,"count":46},{"size":5001,"count":88},{"size":10001,"count":90}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":16},{"degree":2,"count":29},{"degree":3,"count":431}]
Minimum constraint arity2
Maximum constraint arity24
Distribution of constraint arities[{"arity":2,"count":189},{"arity":3,"count":96},{"arity":4,"count":90},{"arity":10,"count":4},{"arity":11,"count":7},{"arity":12,"count":7},{"arity":13,"count":5},{"arity":14,"count":2},{"arity":23,"count":1},{"arity":24,"count":1}]
Number of extensional constraints192
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":192},{"type":"sum","count":210}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.06	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4272901-1502868494.xml"  -tl '2520s' -p 1 -x 3
0.12/0.25	c [HOME/instance-4272901-1502868494.xml, -tl, 2520s, -p, 1, -x, 3]
0.12/0.31	c simple solver
0.33/0.38	c parse instance...
5.74/2.41	c solve instance...
2520.04/2510.30	s UNKNOWN
2520.04/2510.30	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 (14904 MiB free)
  memory of node 1: 16384 MiB (11629 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4272901-1502868494/watcher-4272901-1502868494 -o /tmp/evaluation-result-4272901-1502868494/solver-4272901-1502868494 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502662595-11628 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1028736311 HOME/instance-4272901-1502868494.xml 

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

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


[startup+0.100172 s]*
/proc/loadavg: 2.07 2.05 2.02 3/206 16537
/proc/meminfo: memFree=27160372/32770624 swapFree=67108860/67108860
[pid=16527] ppid=16524 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/16527/stat : 16527 (xcsp3-exec) S 16524 16527 897 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 89070035 9740288 345 18446744073709551615 4194304 5098028 140735465747856 140735465745960 140015888249468 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 6 0 0 7196144 7232144 14041088 140735465750904 140735465751109 140735465751109 140735465754603 0
/proc/16527/statm: 2378 345 289 221 0 87 0
[pid=16529] ppid=16527 vsize=13574484 memory=19352 CPUtime=0.03 cores=0,2,4,6
/proc/16529/stat : 16529 (java) S 16527 16527 897 0 -1 1077944320 4212 0 0 0 3 0 0 0 20 0 9 0 89070041 13900271616 4838 18446744073709551615 4194304 4196468 140729612939568 140729612922112 139861968875255 0 0 1 16800970 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
/proc/16529/statm: 3393621 4838 2105 1 0 3383118 0
[pid=16529/tid=16530] ppid=16527 vsize=13574484 memory=7311146985107750967 CPUtime=0.03 cores=0,2,4,6
/proc/16529/task/16530/stat : 16530 (java) R 16527 16527 897 0 -1 4202560 2918 0 0 0 3 0 0 0 20 0 9 0 89070041 13900271616 4838 18446744073709551615 4194304 4196468 140729612939568 139861973110648 139861954557781 0 4 1 16800970 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16531] ppid=16527 vsize=13574484 memory=12619 CPUtime=0 cores=0,2,4,6
/proc/16529/task/16531/stat : 16531 (java) S 16527 16527 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 89070042 13900271616 4838 18446744073709551615 4194304 4196468 140729612939568 139861925841936 139861968885461 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16532] ppid=16527 vsize=13574484 memory=288370704684770944 CPUtime=0 cores=0,2,4,6
/proc/16529/task/16532/stat : 16532 (java) S 16527 16527 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 89070042 13900271616 4838 18446744073709551615 4194304 4196468 140729612939568 139861924789392 139861968885461 0 4 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16533] ppid=16527 vsize=13574484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16529/task/16533/stat : 16533 (java) S 16527 16527 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 89070042 13900271616 4838 18446744073709551615 4194304 4196468 140729612939568 139861923736336 139861968885461 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16534] ppid=16527 vsize=13574484 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16529/task/16534/stat : 16534 (java) S 16527 16527 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 89070042 13900271616 4838 18446744073709551615 4194304 4196468 140729612939568 139861922683792 139861968885461 0 4 1 16800970 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16535] ppid=16527 vsize=13574484 memory=140328533059200 CPUtime=0 cores=0,2,4,6
/proc/16529/task/16535/stat : 16535 (java) S 16527 16527 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 89070043 13900271616 4838 18446744073709551615 4194304 4196468 140729612939568 139860885358832 139861968886402 0 0 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16536] ppid=16527 vsize=13574484 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16529/task/16536/stat : 16536 (java) S 16527 16527 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 89070044 13900271616 4838 18446744073709551615 4194304 4196468 140729612939568 139860884305056 139861968885461 0 4 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16537] ppid=16527 vsize=13574484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16529/task/16537/stat : 16537 (java) S 16527 16527 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 89070044 13900271616 4838 18446744073709551615 4194304 4196468 140729612939568 139860883251952 139861968885461 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 13583996 KiB
Current children cumulated memory: 20732 KiB

[startup+0.20993 s]*
/proc/loadavg: 2.07 2.05 2.02 3/212 16543
/proc/meminfo: memFree=27154824/32770624 swapFree=67108860/67108860
[pid=16527] ppid=16524 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/16527/stat : 16527 (xcsp3-exec) S 16524 16527 897 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 89070035 9740288 345 18446744073709551615 4194304 5098028 140735465747856 140735465745960 140015888249468 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 6 0 0 7196144 7232144 14041088 140735465750904 140735465751109 140735465751109 140735465754603 0
/proc/16527/statm: 2378 345 289 221 0 87 0
[pid=16529] ppid=16527 vsize=13974352 memory=28240 CPUtime=0.12 cores=0,2,4,6
/proc/16529/stat : 16529 (java) S 16527 16527 897 0 -1 1077944320 5522 0 0 0 11 1 0 0 20 0 15 0 89070041 14309736448 7060 18446744073709551615 4194304 4196468 140729612939568 140729612922112 139861968875255 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
/proc/16529/statm: 3493588 7060 2840 1 0 3482964 0
[pid=16529/tid=16530] ppid=16527 vsize=13974352 memory=7311146985107750967 CPUtime=0.09 cores=0,2,4,6
/proc/16529/task/16530/stat : 16530 (java) R 16527 16527 897 0 -1 4202560 3456 0 0 0 8 1 0 0 20 0 15 0 89070041 14309736448 7060 18446744073709551615 4194304 4196468 140729612939568 139861973107360 139861601437606 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16531] ppid=16527 vsize=13974352 memory=12619 CPUtime=0 cores=0,2,4,6
/proc/16529/task/16531/stat : 16531 (java) S 16527 16527 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 89070042 14309736448 7060 18446744073709551615 4194304 4196468 140729612939568 139861925841936 139861968885461 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16532] ppid=16527 vsize=13974352 memory=288370704684770944 CPUtime=0 cores=0,2,4,6
/proc/16529/task/16532/stat : 16532 (java) S 16527 16527 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 89070042 14309736448 7060 18446744073709551615 4194304 4196468 140729612939568 139861924789392 139861968885461 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16533] ppid=16527 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16529/task/16533/stat : 16533 (java) S 16527 16527 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 89070042 14309736448 7060 18446744073709551615 4194304 4196468 140729612939568 139861923736336 139861968885461 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16534] ppid=16527 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16529/task/16534/stat : 16534 (java) S 16527 16527 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 89070042 14309736448 7060 18446744073709551615 4194304 4196468 140729612939568 139861922683792 139861968885461 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16535] ppid=16527 vsize=13974352 memory=140328533059200 CPUtime=0 cores=0,2,4,6
/proc/16529/task/16535/stat : 16535 (java) S 16527 16527 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 89070043 14309736448 7060 18446744073709551615 4194304 4196468 140729612939568 139860885358832 139861968886402 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16536] ppid=16527 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16529/task/16536/stat : 16536 (java) S 16527 16527 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 89070044 14309736448 7060 18446744073709551615 4194304 4196468 140729612939568 139860884305056 139861968885461 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16537] ppid=16527 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16529/task/16537/stat : 16537 (java) S 16527 16527 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 89070044 14309736448 7060 18446744073709551615 4194304 4196468 140729612939568 139860883251952 139861968885461 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16538] ppid=16527 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16529/task/16538/stat : 16538 (java) S 16527 16527 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 89070047 14309736448 7060 18446744073709551615 4194304 4196468 140729612939568 139860882200528 139861968893851 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16539] ppid=16527 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16529/task/16539/stat : 16539 (java) S 16527 16527 897 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 15 0 89070047 14309736448 7060 18446744073709551615 4194304 4196468 140729612939568 139860881148656 139861968886402 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16540] ppid=16527 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16529/task/16540/stat : 16540 (java) S 16527 16527 897 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 89070047 14309736448 7060 18446744073709551615 4194304 4196468 140729612939568 139860880096112 139861968886402 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16541] ppid=16527 vsize=13974352 memory=140328533059200 CPUtime=0.01 cores=0,2,4,6
/proc/16529/task/16541/stat : 16541 (java) S 16527 16527 897 0 -1 1077944384 331 0 0 0 1 0 0 0 20 0 15 0 89070047 14309736448 7060 18446744073709551615 4194304 4196468 140729612939568 139860879043056 139861968886402 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16542] ppid=16527 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16529/task/16542/stat : 16542 (java) S 16527 16527 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 89070047 14309736448 7060 18446744073709551615 4194304 4196468 140729612939568 139860877990752 139861968885461 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16543] ppid=16527 vsize=13974352 memory=140328533059200 CPUtime=0 cores=0,2,4,6
/proc/16529/task/16543/stat : 16543 (java) S 16527 16527 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 89070052 14309736448 7060 18446744073709551615 4194304 4196468 140729612939568 139860876937776 139861968886402 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 29620 KiB

[startup+0.311276 s]*
/proc/loadavg: 2.07 2.05 2.02 4/212 16543
/proc/meminfo: memFree=27141168/32770624 swapFree=67108860/67108860
[pid=16527] ppid=16524 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/16527/stat : 16527 (xcsp3-exec) S 16524 16527 897 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 89070035 9740288 345 18446744073709551615 4194304 5098028 140735465747856 140735465745960 140015888249468 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 6 0 0 7196144 7232144 14041088 140735465750904 140735465751109 140735465751109 140735465754603 0
/proc/16527/statm: 2378 345 289 221 0 87 0
[pid=16529] ppid=16527 vsize=13978608 memory=39956 CPUtime=0.33 cores=0,2,4,6
/proc/16529/stat : 16529 (java) S 16527 16527 897 0 -1 1077944320 9216 0 0 0 30 3 0 0 20 0 15 0 89070041 14314094592 9989 18446744073709551615 4194304 4196468 140729612939568 140729612922112 139861968875255 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
/proc/16529/statm: 3494652 9989 3035 1 0 3482964 0
[pid=16529/tid=16530] ppid=16527 vsize=13978608 memory=-8774313645642428999 CPUtime=0.19 cores=0,2,4,6
/proc/16529/task/16530/stat : 16530 (java) R 16527 16527 897 0 -1 4202560 6373 0 0 0 17 2 0 0 20 0 15 0 89070041 14314094592 9989 18446744073709551615 4194304 4196468 140729612939568 139861973096248 139861955091105 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16531] ppid=16527 vsize=13978608 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/16529/task/16531/stat : 16531 (java) S 16527 16527 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 89070042 14314094592 9989 18446744073709551615 4194304 4196468 140729612939568 139861925841936 139861968885461 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16532] ppid=16527 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16529/task/16532/stat : 16532 (java) S 16527 16527 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 89070042 14314094592 9989 18446744073709551615 4194304 4196468 140729612939568 139861924789392 139861968885461 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16533] ppid=16527 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16529/task/16533/stat : 16533 (java) S 16527 16527 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 89070042 14314094592 9989 18446744073709551615 4194304 4196468 140729612939568 139861923736336 139861968885461 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16534] ppid=16527 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16529/task/16534/stat : 16534 (java) S 16527 16527 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 89070042 14314094592 9989 18446744073709551615 4194304 4196468 140729612939568 139861922683792 139861968885461 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16535] ppid=16527 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16529/task/16535/stat : 16535 (java) S 16527 16527 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 89070043 14314094592 9989 18446744073709551615 4194304 4196468 140729612939568 139860885358832 139861968886402 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16536] ppid=16527 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16529/task/16536/stat : 16536 (java) S 16527 16527 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 89070044 14314094592 9989 18446744073709551615 4194304 4196468 140729612939568 139860884305056 139861968885461 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16537] ppid=16527 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16529/task/16537/stat : 16537 (java) S 16527 16527 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 89070044 14314094592 9989 18446744073709551615 4194304 4196468 140729612939568 139860883251952 139861968885461 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16538] ppid=16527 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16529/task/16538/stat : 16538 (java) S 16527 16527 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 89070047 14314094592 9989 18446744073709551615 4194304 4196468 140729612939568 139860882200528 139861968893851 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16539] ppid=16527 vsize=13978608 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/16529/task/16539/stat : 16539 (java) R 16527 16527 897 0 -1 4202560 402 0 0 0 1 0 0 0 20 0 15 0 89070047 14314094592 9989 18446744073709551615 4194304 4196468 140729612939568 139860881148656 139861968887190 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16540] ppid=16527 vsize=13978608 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/16529/task/16540/stat : 16540 (java) S 16527 16527 897 0 -1 1077944384 354 0 0 0 3 0 0 0 20 0 15 0 89070047 14314094592 9989 18446744073709551615 4194304 4196468 140729612939568 139860880096112 139861968886402 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16541] ppid=16527 vsize=13978608 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16529/task/16541/stat : 16541 (java) S 16527 16527 897 0 -1 1077944384 786 0 0 0 7 0 0 0 20 0 15 0 89070047 14314094592 9989 18446744073709551615 4194304 4196468 140729612939568 139860879043056 139861968886402 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16542] ppid=16527 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16529/task/16542/stat : 16542 (java) S 16527 16527 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 89070047 14314094592 9989 18446744073709551615 4194304 4196468 140729612939568 139860877990752 139861968885461 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16543] ppid=16527 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16529/task/16543/stat : 16543 (java) S 16527 16527 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 89070052 14314094592 9989 18446744073709551615 4194304 4196468 140729612939568 139860876937776 139861968886402 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13988120 KiB
Current children cumulated memory: 41336 KiB

[startup+0.701708 s]
/proc/loadavg: 2.07 2.05 2.02 5/212 16543
/proc/meminfo: memFree=27132128/32770624 swapFree=67108860/67108860
[pid=16527] ppid=16524 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/16527/stat : 16527 (xcsp3-exec) S 16524 16527 897 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 89070035 9740288 345 18446744073709551615 4194304 5098028 140735465747856 140735465745960 140015888249468 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 6 0 0 7196144 7232144 14041088 140735465750904 140735465751109 140735465751109 140735465754603 0
/proc/16527/statm: 2378 345 289 221 0 87 0
[pid=16529] ppid=16527 vsize=13978684 memory=121208 CPUtime=1.33 cores=0,2,4,6
/proc/16529/stat : 16529 (java) S 16527 16527 897 0 -1 1077944320 13213 0 0 0 127 6 0 0 20 0 15 0 89070041 14314172416 30302 18446744073709551615 4194304 4196468 140729612939568 140729612922112 139861968875255 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
/proc/16529/statm: 3494671 30302 3169 1 0 3482964 0
[pid=16529/tid=16530] ppid=16527 vsize=13978684 memory=7666631141572832339 CPUtime=0.57 cores=0,2,4,6
/proc/16529/task/16530/stat : 16530 (java) R 16527 16527 897 0 -1 4202560 7895 0 0 0 53 4 0 0 20 0 15 0 89070041 14314172416 30302 18446744073709551615 4194304 4196468 140729612939568 139861973110720 139861603225206 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16531] ppid=16527 vsize=13978684 memory=33 CPUtime=0 cores=0,2,4,6
/proc/16529/task/16531/stat : 16531 (java) S 16527 16527 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 89070042 14314172416 30302 18446744073709551615 4194304 4196468 140729612939568 139861925841936 139861968885461 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16532] ppid=16527 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16529/task/16532/stat : 16532 (java) S 16527 16527 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 89070042 14314172416 30302 18446744073709551615 4194304 4196468 140729612939568 139861924789392 139861968885461 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16533] ppid=16527 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16529/task/16533/stat : 16533 (java) S 16527 16527 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 89070042 14314172416 30302 18446744073709551615 4194304 4196468 140729612939568 139861923736336 139861968885461 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16534] ppid=16527 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16529/task/16534/stat : 16534 (java) S 16527 16527 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 89070042 14314172416 30302 18446744073709551615 4194304 4196468 140729612939568 139861922683792 139861968885461 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16535] ppid=16527 vsize=13978684 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/16529/task/16535/stat : 16535 (java) S 16527 16527 897 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 89070043 14314172416 30302 18446744073709551615 4194304 4196468 140729612939568 139860885358832 139861968886402 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16536] ppid=16527 vsize=13978684 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/16529/task/16536/stat : 16536 (java) S 16527 16527 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 89070044 14314172416 30302 18446744073709551615 4194304 4196468 140729612939568 139860884305056 139861968885461 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16537] ppid=16527 vsize=13978684 memory=1700 CPUtime=0 cores=0,2,4,6
/proc/16529/task/16537/stat : 16537 (java) S 16527 16527 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 89070044 14314172416 30302 18446744073709551615 4194304 4196468 140729612939568 139860883251952 139861968885461 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16538] ppid=16527 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16529/task/16538/stat : 16538 (java) S 16527 16527 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 89070047 14314172416 30302 18446744073709551615 4194304 4196468 140729612939568 139860882200528 139861968893851 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16539] ppid=16527 vsize=13978684 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/16529/task/16539/stat : 16539 (java) R 16527 16527 897 0 -1 4202560 1286 0 0 0 22 0 0 0 20 0 15 0 89070047 14314172416 30302 18446744073709551615 4194304 4196468 140729612939568 139860881135200 139861950061008 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16540] ppid=16527 vsize=13978684 memory=2529 CPUtime=0.24 cores=0,2,4,6
/proc/16529/task/16540/stat : 16540 (java) R 16527 16527 897 0 -1 4202560 1300 0 0 0 24 0 0 0 20 0 15 0 89070047 14314172416 30302 18446744073709551615 4194304 4196468 140729612939568 139860880077128 139861952375587 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16541] ppid=16527 vsize=13978684 memory=2000 CPUtime=0.26 cores=0,2,4,6
/proc/16529/task/16541/stat : 16541 (java) S 16527 16527 897 0 -1 1077944384 1425 0 0 0 26 0 0 0 20 0 15 0 89070047 14314172416 30302 18446744073709551615 4194304 4196468 140729612939568 139860879043056 139861968886402 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16542] ppid=16527 vsize=13978684 memory=11016 CPUtime=0 cores=0,2,4,6
/proc/16529/task/16542/stat : 16542 (java) S 16527 16527 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 89070047 14314172416 30302 18446744073709551615 4194304 4196468 140729612939568 139860877990752 139861968885461 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16543] ppid=16527 vsize=13978684 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/16529/task/16543/stat : 16543 (java) S 16527 16527 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 89070052 14314172416 30302 18446744073709551615 4194304 4196468 140729612939568 139860876937776 139861968886402 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
Current children cumulated CPU time: 1.33 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 122588 KiB

[startup+1.50171 s]
/proc/loadavg: 2.07 2.05 2.02 3/212 16543
/proc/meminfo: memFree=27044632/32770624 swapFree=67108860/67108860
[pid=16527] ppid=16524 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/16527/stat : 16527 (xcsp3-exec) S 16524 16527 897 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 89070035 9740288 345 18446744073709551615 4194304 5098028 140735465747856 140735465745960 140015888249468 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 6 0 0 7196144 7232144 14041088 140735465750904 140735465751109 140735465751109 140735465754603 0
/proc/16527/statm: 2378 345 289 221 0 87 0
[pid=16529] ppid=16527 vsize=13980732 memory=550876 CPUtime=3.06 cores=0,2,4,6
/proc/16529/stat : 16529 (java) S 16527 16527 897 0 -1 1077944320 15118 0 0 0 259 47 0 0 20 0 15 0 89070041 14316269568 137719 18446744073709551615 4194304 4196468 140729612939568 140729612922112 139861968875255 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
/proc/16529/statm: 3495183 137719 3205 1 0 3483476 0
[pid=16529/tid=16530] ppid=16527 vsize=13980732 memory=0 CPUtime=1.15 cores=0,2,4,6
/proc/16529/task/16530/stat : 16530 (java) S 16527 16527 897 0 -1 1077944384 8531 0 0 0 107 8 0 0 20 0 15 0 89070041 14316269568 137719 18446744073709551615 4194304 4196468 140729612939568 139861973112448 139861968885461 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16531] ppid=16527 vsize=13980732 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/16529/task/16531/stat : 16531 (java) R 16527 16527 897 0 -1 4202560 182 0 0 0 6 9 0 0 20 0 15 0 89070042 14316269568 137719 18446744073709551615 4194304 4196468 140729612939568 139861925841936 139861961971956 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16532] ppid=16527 vsize=13980732 memory=1380 CPUtime=0.15 cores=0,2,4,6
/proc/16529/task/16532/stat : 16532 (java) R 16527 16527 897 0 -1 4202560 181 0 0 0 6 9 0 0 20 0 15 0 89070042 14316269568 137719 18446744073709551615 4194304 4196468 140729612939568 139861924789392 139861961974955 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16533] ppid=16527 vsize=13980732 memory=132232 CPUtime=0.15 cores=0,2,4,6
/proc/16529/task/16533/stat : 16533 (java) R 16527 16527 897 0 -1 4202560 146 0 0 0 6 9 0 0 20 0 15 0 89070042 14316269568 137719 18446744073709551615 4194304 4196468 140729612939568 139861923736224 139861961971956 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16534] ppid=16527 vsize=13980732 memory=1200 CPUtime=0.15 cores=0,2,4,6

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

/proc/16529/task/16537/stat : 16537 (java) S 16527 16527 897 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 89070044 14316269568 268690 18446744073709551615 4194304 4196468 140729612939568 139860883251952 139861968885461 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16538] ppid=16527 vsize=13980732 memory=1074760 CPUtime=0 cores=0,2,4,6
/proc/16529/task/16538/stat : 16538 (java) S 16527 16527 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 89070047 14316269568 268690 18446744073709551615 4194304 4196468 140729612939568 139860882200528 139861968893851 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16539] ppid=16527 vsize=13980732 memory=1380 CPUtime=2.39 cores=0,2,4,6
/proc/16529/task/16539/stat : 16539 (java) S 16527 16527 897 0 -1 1077944384 19426 0 0 0 236 3 0 0 20 0 15 0 89070047 14316269568 268690 18446744073709551615 4194304 4196468 140729612939568 139860881148656 139861968886402 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16540] ppid=16527 vsize=13980732 memory=1074760 CPUtime=3.25 cores=0,2,4,6
/proc/16529/task/16540/stat : 16540 (java) S 16527 16527 897 0 -1 1077944384 26399 0 0 0 323 2 0 0 20 0 15 0 89070047 14316269568 268690 18446744073709551615 4194304 4196468 140729612939568 139860880096112 139861968886402 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16541] ppid=16527 vsize=13980732 memory=1074760 CPUtime=0.78 cores=0,2,4,6
/proc/16529/task/16541/stat : 16541 (java) S 16527 16527 897 0 -1 1077944384 10162 0 0 0 75 3 0 0 20 0 15 0 89070047 14316269568 268690 18446744073709551615 4194304 4196468 140729612939568 139860879043056 139861968886402 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16542] ppid=16527 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/16529/task/16542/stat : 16542 (java) S 16527 16527 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 89070047 14316269568 268690 18446744073709551615 4194304 4196468 140729612939568 139860877990752 139861968885461 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16543] ppid=16527 vsize=13980732 memory=1380 CPUtime=0.71 cores=0,2,4,6
/proc/16529/task/16543/stat : 16543 (java) S 16527 16527 897 0 -1 1077944384 1822 0 0 0 27 44 0 0 20 0 15 0 89070052 14316269568 268690 18446744073709551615 4194304 4196468 140729612939568 139860876937776 139861968886402 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
Current children cumulated CPU time: 2451.71 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 1076140 KiB

[startup+2502.3 s]
/proc/loadavg: 1.00 1.01 1.14 2/189 16891
/proc/meminfo: memFree=29892108/32770624 swapFree=67108860/67108860
[pid=16527] ppid=16524 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/16527/stat : 16527 (xcsp3-exec) S 16524 16527 897 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 89070035 9740288 345 18446744073709551615 4194304 5098028 140735465747856 140735465745960 140015888249468 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 6 0 0 7196144 7232144 14041088 140735465750904 140735465751109 140735465751109 140735465754603 0
/proc/16527/statm: 2378 345 289 221 0 87 0
[pid=16529] ppid=16527 vsize=13980732 memory=1083592 CPUtime=2512.01 cores=0,2,4,6
/proc/16529/stat : 16529 (java) S 16527 16527 897 0 -1 1077944320 147827 0 0 0 251064 137 0 0 20 0 15 0 89070041 14316269568 270898 18446744073709551615 4194304 4196468 140729612939568 140729612922112 139861968875255 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
/proc/16529/statm: 3495183 270898 3257 1 0 3483476 0
[pid=16529/tid=16530] ppid=16527 vsize=13980732 memory=1076844 CPUtime=2501.57 cores=0,2,4,6
/proc/16529/task/16530/stat : 16530 (java) R 16527 16527 897 0 -1 4202560 68784 0 0 0 250145 12 0 0 20 0 15 0 89070041 14316269568 270898 18446744073709551615 4194304 4196468 140729612939568 139861973114120 139861607035603 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16531] ppid=16527 vsize=13980732 memory=1380 CPUtime=0.72 cores=0,2,4,6
/proc/16529/task/16531/stat : 16531 (java) S 16527 16527 897 0 -1 1077944384 4178 0 0 0 50 22 0 0 20 0 15 0 89070042 14316269568 270898 18446744073709551615 4194304 4196468 140729612939568 139861925841936 139861968885461 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16532] ppid=16527 vsize=13980732 memory=1083052 CPUtime=0.7 cores=0,2,4,6
/proc/16529/task/16532/stat : 16532 (java) S 16527 16527 897 0 -1 1077944384 4075 0 0 0 49 21 0 0 20 0 15 0 89070042 14316269568 270898 18446744073709551615 4194304 4196468 140729612939568 139861924789392 139861968885461 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16533] ppid=16527 vsize=13980732 memory=1380 CPUtime=0.71 cores=0,2,4,6
/proc/16529/task/16533/stat : 16533 (java) S 16527 16527 897 0 -1 1077944384 3760 0 0 0 49 22 0 0 20 0 15 0 89070042 14316269568 270898 18446744073709551615 4194304 4196468 140729612939568 139861923736336 139861968885461 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16534] ppid=16527 vsize=13980732 memory=1380 CPUtime=0.71 cores=0,2,4,6
/proc/16529/task/16534/stat : 16534 (java) S 16527 16527 897 0 -1 1077944384 4117 0 0 0 49 22 0 0 20 0 15 0 89070042 14316269568 270898 18446744073709551615 4194304 4196468 140729612939568 139861922683792 139861968885461 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16535] ppid=16527 vsize=13980732 memory=1380 CPUtime=0.08 cores=0,2,4,6
/proc/16529/task/16535/stat : 16535 (java) S 16527 16527 897 0 -1 1077944384 1870 0 0 0 6 2 0 0 20 0 15 0 89070043 14316269568 270898 18446744073709551615 4194304 4196468 140729612939568 139860885358832 139861968886402 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16536] ppid=16527 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/16529/task/16536/stat : 16536 (java) S 16527 16527 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 89070044 14316269568 270898 18446744073709551615 4194304 4196468 140729612939568 139860884305056 139861968885461 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16537] ppid=16527 vsize=13980732 memory=1076844 CPUtime=0 cores=0,2,4,6
/proc/16529/task/16537/stat : 16537 (java) S 16527 16527 897 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 89070044 14316269568 270898 18446744073709551615 4194304 4196468 140729612939568 139860883251952 139861968885461 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16538] ppid=16527 vsize=13980732 memory=1083052 CPUtime=0 cores=0,2,4,6
/proc/16529/task/16538/stat : 16538 (java) S 16527 16527 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 89070047 14316269568 270898 18446744073709551615 4194304 4196468 140729612939568 139860882200528 139861968893851 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16539] ppid=16527 vsize=13980732 memory=1083052 CPUtime=2.51 cores=0,2,4,6
/proc/16529/task/16539/stat : 16539 (java) S 16527 16527 897 0 -1 1077944384 19583 0 0 0 248 3 0 0 20 0 15 0 89070047 14316269568 270898 18446744073709551615 4194304 4196468 140729612939568 139860881148656 139861968886402 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16540] ppid=16527 vsize=13980732 memory=1083116 CPUtime=3.4 cores=0,2,4,6
/proc/16529/task/16540/stat : 16540 (java) S 16527 16527 897 0 -1 1077944384 28077 0 0 0 338 2 0 0 20 0 15 0 89070047 14316269568 270898 18446744073709551615 4194304 4196468 140729612939568 139860880096112 139861968886402 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16541] ppid=16527 vsize=13980732 memory=1078956 CPUtime=0.78 cores=0,2,4,6
/proc/16529/task/16541/stat : 16541 (java) S 16527 16527 897 0 -1 1077944384 10234 0 0 0 75 3 0 0 20 0 15 0 89070047 14316269568 270898 18446744073709551615 4194304 4196468 140729612939568 139860879043056 139861968886402 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16542] ppid=16527 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/16529/task/16542/stat : 16542 (java) S 16527 16527 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 89070047 14316269568 270898 18446744073709551615 4194304 4196468 140729612939568 139860877990752 139861968885461 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16543] ppid=16527 vsize=13980732 memory=1380 CPUtime=0.72 cores=0,2,4,6
/proc/16529/task/16543/stat : 16543 (java) S 16527 16527 897 0 -1 1077944384 1852 0 0 0 28 44 0 0 20 0 15 0 89070052 14316269568 270898 18446744073709551615 4194304 4196468 140729612939568 139860876937776 139861968886402 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
Current children cumulated CPU time: 2512.01 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 1084972 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2510.3 s]
/proc/loadavg: 1.00 1.01 1.13 2/189 16892
/proc/meminfo: memFree=29890120/32770624 swapFree=67108860/67108860
[pid=16527] ppid=16524 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/16527/stat : 16527 (xcsp3-exec) S 16524 16527 897 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 89070035 9740288 345 18446744073709551615 4194304 5098028 140735465747856 140735465745960 140015888249468 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 6 0 0 7196144 7232144 14041088 140735465750904 140735465751109 140735465751109 140735465754603 0
/proc/16527/statm: 2378 345 289 221 0 87 0
[pid=16529] ppid=16527 vsize=13980732 memory=1085640 CPUtime=2520.04 cores=0,2,4,6
/proc/16529/stat : 16529 (java) S 16527 16527 897 0 -1 1077944320 147891 0 0 0 251867 137 0 0 20 0 15 0 89070041 14316269568 271410 18446744073709551615 4194304 4196468 140729612939568 140729612922112 139861968875255 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
/proc/16529/statm: 3495183 271410 3257 1 0 3483476 0
[pid=16529/tid=16530] ppid=16527 vsize=13980732 memory=1085640 CPUtime=2509.57 cores=0,2,4,6
/proc/16529/task/16530/stat : 16530 (java) R 16527 16527 897 0 -1 4202560 68846 0 0 0 250945 12 0 0 20 0 15 0 89070041 14316269568 271410 18446744073709551615 4194304 4196468 140729612939568 139861973114120 139861607035690 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16531] ppid=16527 vsize=13980732 memory=1085640 CPUtime=0.72 cores=0,2,4,6
/proc/16529/task/16531/stat : 16531 (java) S 16527 16527 897 0 -1 1077944384 4178 0 0 0 50 22 0 0 20 0 15 0 89070042 14316269568 271410 18446744073709551615 4194304 4196468 140729612939568 139861925841936 139861968885461 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16532] ppid=16527 vsize=13980732 memory=1076844 CPUtime=0.7 cores=0,2,4,6
/proc/16529/task/16532/stat : 16532 (java) S 16527 16527 897 0 -1 1077944384 4075 0 0 0 49 21 0 0 20 0 15 0 89070042 14316269568 271410 18446744073709551615 4194304 4196468 140729612939568 139861924789392 139861968885461 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16533] ppid=16527 vsize=13980732 memory=1085640 CPUtime=0.71 cores=0,2,4,6
/proc/16529/task/16533/stat : 16533 (java) S 16527 16527 897 0 -1 1077944384 3760 0 0 0 49 22 0 0 20 0 15 0 89070042 14316269568 271410 18446744073709551615 4194304 4196468 140729612939568 139861923736336 139861968885461 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16534] ppid=16527 vsize=13980732 memory=1085640 CPUtime=0.71 cores=0,2,4,6
/proc/16529/task/16534/stat : 16534 (java) S 16527 16527 897 0 -1 1077944384 4117 0 0 0 49 22 0 0 20 0 15 0 89070042 14316269568 271410 18446744073709551615 4194304 4196468 140729612939568 139861922683792 139861968885461 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16535] ppid=16527 vsize=13980732 memory=1380 CPUtime=0.08 cores=0,2,4,6
/proc/16529/task/16535/stat : 16535 (java) S 16527 16527 897 0 -1 1077944384 1870 0 0 0 6 2 0 0 20 0 15 0 89070043 14316269568 271410 18446744073709551615 4194304 4196468 140729612939568 139860885358832 139861968886402 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16536] ppid=16527 vsize=13980732 memory=1085640 CPUtime=0 cores=0,2,4,6
/proc/16529/task/16536/stat : 16536 (java) S 16527 16527 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 89070044 14316269568 271410 18446744073709551615 4194304 4196468 140729612939568 139860884305056 139861968885461 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16537] ppid=16527 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/16529/task/16537/stat : 16537 (java) S 16527 16527 897 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 89070044 14316269568 271410 18446744073709551615 4194304 4196468 140729612939568 139860883251952 139861968885461 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16538] ppid=16527 vsize=13980732 memory=1083592 CPUtime=0 cores=0,2,4,6
/proc/16529/task/16538/stat : 16538 (java) S 16527 16527 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 89070047 14316269568 271410 18446744073709551615 4194304 4196468 140729612939568 139860882200528 139861968893851 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16539] ppid=16527 vsize=13980732 memory=4116 CPUtime=2.54 cores=0,2,4,6
/proc/16529/task/16539/stat : 16539 (java) S 16527 16527 897 0 -1 1077944384 19583 0 0 0 251 3 0 0 20 0 15 0 89070047 14316269568 271410 18446744073709551615 4194304 4196468 140729612939568 139860881148656 139861968886402 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16540] ppid=16527 vsize=13980732 memory=49044 CPUtime=3.4 cores=0,2,4,6
/proc/16529/task/16540/stat : 16540 (java) S 16527 16527 897 0 -1 1077944384 28077 0 0 0 338 2 0 0 20 0 15 0 89070047 14316269568 271410 18446744073709551615 4194304 4196468 140729612939568 139860880096112 139861968886402 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16541] ppid=16527 vsize=13980732 memory=1292 CPUtime=0.78 cores=0,2,4,6
/proc/16529/task/16541/stat : 16541 (java) S 16527 16527 897 0 -1 1077944384 10234 0 0 0 75 3 0 0 20 0 15 0 89070047 14316269568 271410 18446744073709551615 4194304 4196468 140729612939568 139860879043056 139861968886402 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16542] ppid=16527 vsize=13980732 memory=1624 CPUtime=0 cores=0,2,4,6
/proc/16529/task/16542/stat : 16542 (java) S 16527 16527 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 89070047 14316269568 271410 18446744073709551615 4194304 4196468 140729612939568 139860877990752 139861968885461 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16543] ppid=16527 vsize=13980732 memory=928 CPUtime=0.73 cores=0,2,4,6
/proc/16529/task/16543/stat : 16543 (java) S 16527 16527 897 0 -1 1077944384 1854 0 0 0 28 45 0 0 20 0 15 0 89070052 14316269568 271410 18446744073709551615 4194304 4196468 140729612939568 139860876937776 139861968886402 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 1087020 KiB

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

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

[startup+2510.32 s]
# the end of solver process 16529 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.68 s, system=1.38538 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+2510.3 s]
/proc/loadavg: 1.00 1.01 1.13 2/189 16892
/proc/meminfo: memFree=29890120/32770624 swapFree=67108860/67108860
[pid=16527] ppid=16524 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/16527/stat : 16527 (xcsp3-exec) S 16524 16527 897 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 89070035 9740288 345 18446744073709551615 4194304 5098028 140735465747856 140735465745960 140015888249468 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 6 0 0 7196144 7232144 14041088 140735465750904 140735465751109 140735465751109 140735465754603 0
/proc/16527/statm: 2378 345 289 221 0 87 0
[pid=16529] ppid=16527 vsize=13980732 memory=1085640 CPUtime=2520.04 cores=0,2,4,6
/proc/16529/stat : 16529 (java) S 16527 16527 897 0 -1 1077944320 147891 0 0 0 251867 137 0 0 20 0 15 0 89070041 14316269568 271410 18446744073709551615 4194304 4196468 140729612939568 140729612922112 139861968875255 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
/proc/16529/statm: 3495183 271410 3257 1 0 3483476 0
[pid=16529/tid=16530] ppid=16527 vsize=13980732 memory=1085640 CPUtime=2509.57 cores=0,2,4,6
/proc/16529/task/16530/stat : 16530 (java) R 16527 16527 897 0 -1 4202560 68846 0 0 0 250945 12 0 0 20 0 15 0 89070041 14316269568 271410 18446744073709551615 4194304 4196468 140729612939568 139861973114120 139861607035690 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16531] ppid=16527 vsize=13980732 memory=1085640 CPUtime=0.72 cores=0,2,4,6
/proc/16529/task/16531/stat : 16531 (java) S 16527 16527 897 0 -1 1077944384 4178 0 0 0 50 22 0 0 20 0 15 0 89070042 14316269568 271410 18446744073709551615 4194304 4196468 140729612939568 139861925841936 139861968885461 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16532] ppid=16527 vsize=13980732 memory=1076844 CPUtime=0.7 cores=0,2,4,6
/proc/16529/task/16532/stat : 16532 (java) S 16527 16527 897 0 -1 1077944384 4075 0 0 0 49 21 0 0 20 0 15 0 89070042 14316269568 271410 18446744073709551615 4194304 4196468 140729612939568 139861924789392 139861968885461 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16533] ppid=16527 vsize=13980732 memory=1085640 CPUtime=0.71 cores=0,2,4,6
/proc/16529/task/16533/stat : 16533 (java) S 16527 16527 897 0 -1 1077944384 3760 0 0 0 49 22 0 0 20 0 15 0 89070042 14316269568 271410 18446744073709551615 4194304 4196468 140729612939568 139861923736336 139861968885461 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16534] ppid=16527 vsize=13980732 memory=1085640 CPUtime=0.71 cores=0,2,4,6
/proc/16529/task/16534/stat : 16534 (java) S 16527 16527 897 0 -1 1077944384 4117 0 0 0 49 22 0 0 20 0 15 0 89070042 14316269568 271410 18446744073709551615 4194304 4196468 140729612939568 139861922683792 139861968885461 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16535] ppid=16527 vsize=13980732 memory=1380 CPUtime=0.08 cores=0,2,4,6
/proc/16529/task/16535/stat : 16535 (java) S 16527 16527 897 0 -1 1077944384 1870 0 0 0 6 2 0 0 20 0 15 0 89070043 14316269568 271410 18446744073709551615 4194304 4196468 140729612939568 139860885358832 139861968886402 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16536] ppid=16527 vsize=13980732 memory=1085640 CPUtime=0 cores=0,2,4,6
/proc/16529/task/16536/stat : 16536 (java) S 16527 16527 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 89070044 14316269568 271410 18446744073709551615 4194304 4196468 140729612939568 139860884305056 139861968885461 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16537] ppid=16527 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/16529/task/16537/stat : 16537 (java) S 16527 16527 897 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 89070044 14316269568 271410 18446744073709551615 4194304 4196468 140729612939568 139860883251952 139861968885461 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16538] ppid=16527 vsize=13980732 memory=1083592 CPUtime=0 cores=0,2,4,6
/proc/16529/task/16538/stat : 16538 (java) S 16527 16527 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 89070047 14316269568 271410 18446744073709551615 4194304 4196468 140729612939568 139860882200528 139861968893851 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16539] ppid=16527 vsize=13980732 memory=4116 CPUtime=2.54 cores=0,2,4,6
/proc/16529/task/16539/stat : 16539 (java) S 16527 16527 897 0 -1 1077944384 19583 0 0 0 251 3 0 0 20 0 15 0 89070047 14316269568 271410 18446744073709551615 4194304 4196468 140729612939568 139860881148656 139861968886402 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16540] ppid=16527 vsize=13980732 memory=49044 CPUtime=3.4 cores=0,2,4,6
/proc/16529/task/16540/stat : 16540 (java) S 16527 16527 897 0 -1 1077944384 28077 0 0 0 338 2 0 0 20 0 15 0 89070047 14316269568 271410 18446744073709551615 4194304 4196468 140729612939568 139860880096112 139861968886402 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16541] ppid=16527 vsize=13980732 memory=1292 CPUtime=0.78 cores=0,2,4,6
/proc/16529/task/16541/stat : 16541 (java) S 16527 16527 897 0 -1 1077944384 10234 0 0 0 75 3 0 0 20 0 15 0 89070047 14316269568 271410 18446744073709551615 4194304 4196468 140729612939568 139860879043056 139861968886402 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16542] ppid=16527 vsize=13980732 memory=1624 CPUtime=0 cores=0,2,4,6
/proc/16529/task/16542/stat : 16542 (java) S 16527 16527 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 89070047 14316269568 271410 18446744073709551615 4194304 4196468 140729612939568 139860877990752 139861968885461 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
[pid=16529/tid=16543] ppid=16527 vsize=13980732 memory=928 CPUtime=0.73 cores=0,2,4,6
/proc/16529/task/16543/stat : 16543 (java) S 16527 16527 897 0 -1 1077944384 1854 0 0 0 28 45 0 0 20 0 15 0 89070052 14316269568 271410 18446744073709551615 4194304 4196468 140729612939568 139860876937776 139861968886402 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 9318400 140729612943793 140729612943969 140729612943969 140729612947407 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 1087020 KiB

Child status: 143
Real time (s): 2510.32
CPU time (s): 2520.07
CPU user time (s): 2518.68
CPU system time (s): 1.38538
CPU usage (%): 100.389
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 1087020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.68
system time used= 1.38538
maximum resident set size= 1092624
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 148707
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2256
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 58793
involuntary context switches= 716


# summary of solver processes directly reported to runsolver:
#   pid: 16527,16529
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2518.68
#   total CPU system time (s): 1.38538

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.6332 second user time and 22.687 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-16 09:14:08
IDJOB=4272901
IDBENCH=140823
IDSOLVER=2664
FILE ID=node125/4272901-1502868494
RUNJOBID= node125-1502662595-11628
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Wwtpp/Wwtpp-ord-s1/Wwtpp-ord-ex06460.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-4272901-1502868494/watcher-4272901-1502868494 -o /tmp/evaluation-result-4272901-1502868494/solver-4272901-1502868494 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502662595-11628 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1028736311 HOME/instance-4272901-1502868494.xml

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

MD5SUM BENCH= f140970bd722cd0d04a16203ca32674e
RANDOM SEED=1028736311

node125.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.07
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.07
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.07
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.07
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:        27185492 kB
MemAvailable:   28209756 kB
Buffers:          308960 kB
Cached:          1015736 kB
SwapCached:            0 kB
Active:          4511832 kB
Inactive:         631904 kB
Active(anon):    3818792 kB
Inactive(anon):    41292 kB
Active(file):     693040 kB
Inactive(file):   590612 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7936 kB
Writeback:            16 kB
AnonPages:       3818304 kB
Mapped:            65816 kB
Shmem:             41636 kB
Slab:             138708 kB
SReclaimable:     112892 kB
SUnreclaim:        25816 kB
KernelStack:        3456 kB
PageTables:        12548 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4501652 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3672064 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= 62024 MiB
End job on node125 at 2017-08-16 09:55:58