Trace number 4283404

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 5a (2017-08-18)? (TO) 2520.0801 2440.51

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-opt-mps/
Pb-mps-v2-20-10-l152lav.xml
MD5SUMe295f86f2e8232e9b7c8210bbc53418f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1989
Number of constraints97
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":1989}]
Minimum variable degree3
Maximum variable degree8
Distribution of variable degrees[{"degree":3,"count":3},{"degree":4,"count":193},{"degree":5,"count":403},{"degree":6,"count":674},{"degree":7,"count":657},{"degree":8,"count":59}]
Minimum constraint arity3
Maximum constraint arity1989
Distribution of constraint arities[{"arity":3,"count":1},{"arity":5,"count":1},{"arity":10,"count":1},{"arity":14,"count":1},{"arity":19,"count":1},{"arity":21,"count":1},{"arity":22,"count":1},{"arity":24,"count":1},{"arity":26,"count":1},{"arity":27,"count":1},{"arity":31,"count":2},{"arity":32,"count":2},{"arity":35,"count":2},{"arity":37,"count":3},{"arity":40,"count":1},{"arity":42,"count":3},{"arity":43,"count":1},{"arity":44,"count":3},{"arity":45,"count":1},{"arity":46,"count":1},{"arity":47,"count":1},{"arity":48,"count":3},{"arity":49,"count":1},{"arity":50,"count":1},{"arity":52,"count":2},"...",{"arity":93,"count":1}, {"arity":94,"count":1}, {"arity":96,"count":3}, {"arity":97,"count":1}, {"arity":102,"count":2}, {"arity":103,"count":1}, {"arity":104,"count":1}, {"arity":106,"count":1}, {"arity":108,"count":2}, {"arity":112,"count":2}, {"arity":114,"count":1}, {"arity":118,"count":1}, {"arity":121,"count":2}, {"arity":123,"count":1}, {"arity":125,"count":1}, {"arity":128,"count":1}, {"arity":129,"count":1}, {"arity":137,"count":1}, {"arity":152,"count":1}, {"arity":160,"count":1}, {"arity":163,"count":1}, {"arity":171,"count":1}, {"arity":218,"count":1}, {"arity":1011,"count":1}, {"arity":1989,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":97}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4283404-1503218626.xml"  -tl '2520s' -p 1 -x 3
0.12/0.14	c [HOME/instance-4283404-1503218626.xml, -tl, 2520s, -p, 1, -x, 3]
0.12/0.20	c simple solver
0.34/0.26	c parse instance...
1.21/0.57	c solve instance...
2520.05/2440.50	s UNKNOWN
2520.05/2440.50	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 (14171 MiB free)
  memory of node 1: 16384 MiB (13260 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283404-1503218626/watcher-4283404-1503218626 -o /tmp/evaluation-result-4283404-1503218626/solver-4283404-1503218626 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1503215303-27357 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 711897527 HOME/instance-4283404-1503218626.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=27886, runsolver pid=27883
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 1.31 1.26 1.38 5/217 27902
/proc/meminfo: memFree=28067276/32770624 swapFree=67108860/67108860
[pid=27886] ppid=27883 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/27886/stat : 27886 (xcsp3-exec) S 27883 27886 21899 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154950757 9740288 346 33554432000 4194304 5098028 140723426222896 140723426221000 139908887949948 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 21315584 140723426231407 140723426231611 140723426231611 140723426234347 0
/proc/27886/statm: 2378 346 289 221 0 87 0
[pid=27888] ppid=27886 vsize=13978596 memory=28112 CPUtime=0.12 cores=0,2,4,6
/proc/27888/stat : 27888 (java) S 27886 27886 21899 0 -1 1077944320 5343 0 0 0 11 1 0 0 20 0 15 0 154950757 14314082304 7028 33554432000 4194304 4196468 140720700638736 140720700621280 139852575112951 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
/proc/27888/statm: 3494649 7028 2901 1 0 3482966 0
[pid=27888/tid=27889] ppid=27886 vsize=13978596 memory=-6962121287837372198 CPUtime=0.08 cores=0,2,4,6
/proc/27888/task/27889/stat : 27889 (java) R 27886 27886 21899 0 -1 4202560 3323 0 0 0 8 0 0 0 20 0 15 0 154950758 14314082304 7028 33554432000 4194304 4196468 140720700638736 139852579338672 139852205075748 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27890] ppid=27886 vsize=13978596 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/27888/task/27890/stat : 27890 (java) S 27886 27886 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154950758 14314082304 7028 33554432000 4194304 4196468 140720700638736 139852527733904 139852575123157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27891] ppid=27886 vsize=13978596 memory=140395728230016 CPUtime=0 cores=0,2,4,6
/proc/27888/task/27891/stat : 27891 (java) S 27886 27886 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154950758 14314082304 7028 33554432000 4194304 4196468 140720700638736 139852526681104 139852575123157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27892] ppid=27886 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27888/task/27892/stat : 27892 (java) S 27886 27886 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154950758 14314082304 7028 33554432000 4194304 4196468 140720700638736 139852525628304 139852575123157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27893] ppid=27886 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27888/task/27893/stat : 27893 (java) S 27886 27886 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154950758 14314082304 7028 33554432000 4194304 4196468 140720700638736 139852167441168 139852575123157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27894] ppid=27886 vsize=13978596 memory=140395728230016 CPUtime=0 cores=0,2,4,6
/proc/27888/task/27894/stat : 27894 (java) S 27886 27886 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154950760 14314082304 7028 33554432000 4194304 4196468 140720700638736 139851688286576 139852575124098 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27895] ppid=27886 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27888/task/27895/stat : 27895 (java) S 27886 27886 21899 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154950760 14314082304 7028 33554432000 4194304 4196468 140720700638736 139851687232544 139852575123157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27896] ppid=27886 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27888/task/27896/stat : 27896 (java) S 27886 27886 21899 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154950760 14314082304 7028 33554432000 4194304 4196468 140720700638736 139851686179696 139852575123157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27897] ppid=27886 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27888/task/27897/stat : 27897 (java) S 27886 27886 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154950763 14314082304 7028 33554432000 4194304 4196468 140720700638736 139851685128016 139852575131547 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27898] ppid=27886 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27888/task/27898/stat : 27898 (java) S 27886 27886 21899 0 -1 1077944384 426 0 0 0 0 0 0 0 20 0 15 0 154950763 14314082304 7028 33554432000 4194304 4196468 140720700638736 139851684076400 139852575124098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27899] ppid=27886 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27888/task/27899/stat : 27899 (java) S 27886 27886 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154950763 14314082304 7028 33554432000 4194304 4196468 140720700638736 139851683023600 139852575124098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27900] ppid=27886 vsize=13978596 memory=140395728230016 CPUtime=0.01 cores=0,2,4,6
/proc/27888/task/27900/stat : 27900 (java) R 27886 27886 21899 0 -1 4202560 327 0 0 0 1 0 0 0 20 0 15 0 154950763 14314082304 7028 33554432000 4194304 4196468 140720700638736 139851681970800 139852554083949 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27901] ppid=27886 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27888/task/27901/stat : 27901 (java) S 27886 27886 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154950763 14314082304 7028 33554432000 4194304 4196468 140720700638736 139851680918240 139852575123157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27902] ppid=27886 vsize=13978596 memory=140395728230016 CPUtime=0 cores=0,2,4,6
/proc/27888/task/27902/stat : 27902 (java) S 27886 27886 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154950763 14314082304 7028 33554432000 4194304 4196468 140720700638736 139851679865520 139852575124098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29496 KiB

[startup+0.210693 s]*
/proc/loadavg: 1.31 1.26 1.38 5/217 27902
/proc/meminfo: memFree=28055728/32770624 swapFree=67108860/67108860
[pid=27886] ppid=27883 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/27886/stat : 27886 (xcsp3-exec) S 27883 27886 21899 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154950757 9740288 346 33554432000 4194304 5098028 140723426222896 140723426221000 139908887949948 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 21315584 140723426231407 140723426231611 140723426231611 140723426234347 0
/proc/27886/statm: 2378 346 289 221 0 87 0
[pid=27888] ppid=27886 vsize=13982852 memory=40464 CPUtime=0.34 cores=0,2,4,6
/proc/27888/stat : 27888 (java) S 27886 27886 21899 0 -1 1077944320 8152 0 0 0 32 2 0 0 20 0 15 0 154950757 14318440448 10116 33554432000 4194304 4196468 140720700638736 140720700621280 139852575112951 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
/proc/27888/statm: 3495713 10116 3079 1 0 3482966 0
[pid=27888/tid=27889] ppid=27886 vsize=13982884 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/27888/task/27889/stat : 27889 (java) R 27886 27886 21899 0 -1 4202560 5332 0 0 0 19 1 0 0 20 0 15 0 154950758 14318473216 10116 33554432000 4194304 4196468 140720700638736 139852579323744 139852567792669 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27890] ppid=27886 vsize=13982852 memory=8965 CPUtime=0 cores=0,2,4,6
/proc/27888/task/27890/stat : 27890 (java) S 27886 27886 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154950758 14318440448 10116 33554432000 4194304 4196468 140720700638736 139852527733904 139852575123157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27891] ppid=27886 vsize=13982852 memory=140395728989937 CPUtime=0 cores=0,2,4,6
/proc/27888/task/27891/stat : 27891 (java) S 27886 27886 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154950758 14318440448 10116 33554432000 4194304 4196468 140720700638736 139852526681104 139852575123157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27892] ppid=27886 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27888/task/27892/stat : 27892 (java) S 27886 27886 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154950758 14318440448 10116 33554432000 4194304 4196468 140720700638736 139852525628304 139852575123157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27893] ppid=27886 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27888/task/27893/stat : 27893 (java) S 27886 27886 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154950758 14318440448 10116 33554432000 4194304 4196468 140720700638736 139852167441168 139852575123157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27894] ppid=27886 vsize=13982852 memory=140395728230016 CPUtime=0 cores=0,2,4,6
/proc/27888/task/27894/stat : 27894 (java) S 27886 27886 21899 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 154950760 14318440448 10116 33554432000 4194304 4196468 140720700638736 139851688286576 139852575124098 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27895] ppid=27886 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27888/task/27895/stat : 27895 (java) S 27886 27886 21899 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154950760 14318440448 10116 33554432000 4194304 4196468 140720700638736 139851687232544 139852575123157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27896] ppid=27886 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27888/task/27896/stat : 27896 (java) S 27886 27886 21899 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154950760 14318440448 10116 33554432000 4194304 4196468 140720700638736 139851686179696 139852575123157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27897] ppid=27886 vsize=13982884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27888/task/27897/stat : 27897 (java) S 27886 27886 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154950763 14318473216 10116 33554432000 4194304 4196468 140720700638736 139851685128016 139852575131547 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27898] ppid=27886 vsize=13982884 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/27888/task/27898/stat : 27898 (java) S 27886 27886 21899 0 -1 1077944384 602 0 0 0 3 0 0 0 20 0 15 0 154950763 14318473216 10116 33554432000 4194304 4196468 140720700638736 139851684076400 139852575124098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27899] ppid=27886 vsize=13982852 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/27888/task/27899/stat : 27899 (java) S 27886 27886 21899 0 -1 1077944384 166 0 0 0 1 0 0 0 20 0 15 0 154950763 14318440448 10116 33554432000 4194304 4196468 140720700638736 139851683023600 139852575124098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27900] ppid=27886 vsize=13982852 memory=140395728230016 CPUtime=0.08 cores=0,2,4,6
/proc/27888/task/27900/stat : 27900 (java) S 27886 27886 21899 0 -1 1077944384 752 0 0 0 8 0 0 0 20 0 15 0 154950763 14318440448 10116 33554432000 4194304 4196468 140720700638736 139851681970800 139852575124098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27901] ppid=27886 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27888/task/27901/stat : 27901 (java) S 27886 27886 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154950763 14318440448 10116 33554432000 4194304 4196468 140720700638736 139851680918240 139852575123157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27902] ppid=27886 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27888/task/27902/stat : 27902 (java) S 27886 27886 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154950763 14318440448 10116 33554432000 4194304 4196468 140720700638736 139851679865520 139852575124098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41848 KiB

[startup+0.312552 s]*
/proc/loadavg: 1.31 1.26 1.38 7/217 27902
/proc/meminfo: memFree=28049092/32770624 swapFree=67108860/67108860
[pid=27886] ppid=27883 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/27886/stat : 27886 (xcsp3-exec) S 27883 27886 21899 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154950757 9740288 346 33554432000 4194304 5098028 140723426222896 140723426221000 139908887949948 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 21315584 140723426231407 140723426231611 140723426231611 140723426234347 0
/proc/27886/statm: 2378 346 289 221 0 87 0
[pid=27888] ppid=27886 vsize=13982852 memory=48104 CPUtime=0.52 cores=0,2,4,6
/proc/27888/stat : 27888 (java) S 27886 27886 21899 0 -1 1077944320 9263 0 0 0 50 2 0 0 20 0 15 0 154950757 14318440448 12026 33554432000 4194304 4196468 140720700638736 140720700621280 139852575112951 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
/proc/27888/statm: 3495713 12026 3115 1 0 3482966 0
[pid=27888/tid=27889] ppid=27886 vsize=13982852 memory=7883960649037381690 CPUtime=0.29 cores=0,2,4,6
/proc/27888/task/27889/stat : 27889 (java) R 27886 27886 21899 0 -1 4202560 5996 0 0 0 28 1 0 0 20 0 15 0 154950758 14318440448 12091 33554432000 4194304 4196468 140720700638736 139852579335792 139852559193438 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27890] ppid=27886 vsize=13982852 memory=9325 CPUtime=0 cores=0,2,4,6
/proc/27888/task/27890/stat : 27890 (java) S 27886 27886 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154950758 14318440448 12091 33554432000 4194304 4196468 140720700638736 139852527733904 139852575123157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27891] ppid=27886 vsize=13982852 memory=778507 CPUtime=0 cores=0,2,4,6
/proc/27888/task/27891/stat : 27891 (java) S 27886 27886 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154950758 14318440448 12091 33554432000 4194304 4196468 140720700638736 139852526681104 139852575123157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27892] ppid=27886 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27888/task/27892/stat : 27892 (java) S 27886 27886 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154950758 14318440448 12091 33554432000 4194304 4196468 140720700638736 139852525628304 139852575123157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27893] ppid=27886 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27888/task/27893/stat : 27893 (java) S 27886 27886 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154950758 14318440448 12091 33554432000 4194304 4196468 140720700638736 139852167441168 139852575123157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27894] ppid=27886 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27888/task/27894/stat : 27894 (java) S 27886 27886 21899 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 154950760 14318440448 12091 33554432000 4194304 4196468 140720700638736 139851688286576 139852575124098 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27895] ppid=27886 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27888/task/27895/stat : 27895 (java) S 27886 27886 21899 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154950760 14318440448 12091 33554432000 4194304 4196468 140720700638736 139851687232544 139852575123157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27896] ppid=27886 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27888/task/27896/stat : 27896 (java) S 27886 27886 21899 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154950760 14318440448 12091 33554432000 4194304 4196468 140720700638736 139851686179696 139852575123157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27897] ppid=27886 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27888/task/27897/stat : 27897 (java) S 27886 27886 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154950763 14318440448 12091 33554432000 4194304 4196468 140720700638736 139851685128016 139852575131547 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27898] ppid=27886 vsize=13982852 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/27888/task/27898/stat : 27898 (java) S 27886 27886 21899 0 -1 1077944384 692 0 0 0 5 0 0 0 20 0 15 0 154950763 14318440448 12091 33554432000 4194304 4196468 140720700638736 139851684076400 139852575124098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27899] ppid=27886 vsize=13982852 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/27888/task/27899/stat : 27899 (java) R 27886 27886 21899 0 -1 4202560 325 0 0 0 3 0 0 0 20 0 15 0 154950763 14318440448 12091 33554432000 4194304 4196468 140720700638736 139851683015104 139852560042421 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27900] ppid=27886 vsize=13982852 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/27888/task/27900/stat : 27900 (java) S 27886 27886 21899 0 -1 1077944384 945 0 0 0 13 0 0 0 20 0 15 0 154950763 14318440448 12091 33554432000 4194304 4196468 140720700638736 139851681970800 139852575124098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27901] ppid=27886 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27888/task/27901/stat : 27901 (java) S 27886 27886 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154950763 14318440448 12091 33554432000 4194304 4196468 140720700638736 139851680918240 139852575123157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27902] ppid=27886 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27888/task/27902/stat : 27902 (java) S 27886 27886 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154950763 14318440448 12091 33554432000 4194304 4196468 140720700638736 139851679865520 139852575124098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 49488 KiB

[startup+0.700789 s]
/proc/loadavg: 1.31 1.26 1.38 7/217 27902
/proc/meminfo: memFree=28026512/32770624 swapFree=67108860/67108860
[pid=27886] ppid=27883 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/27886/stat : 27886 (xcsp3-exec) S 27883 27886 21899 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154950757 9740288 346 33554432000 4194304 5098028 140723426222896 140723426221000 139908887949948 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 21315584 140723426231407 140723426231611 140723426231611 140723426234347 0
/proc/27886/statm: 2378 346 289 221 0 87 0
[pid=27888] ppid=27886 vsize=13984976 memory=81212 CPUtime=1.73 cores=0,2,4,6
/proc/27888/stat : 27888 (java) S 27886 27886 21899 0 -1 1077944320 12456 0 0 0 170 3 0 0 20 0 15 0 154950757 14320615424 20303 33554432000 4194304 4196468 140720700638736 140720700621280 139852575112951 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
/proc/27888/statm: 3496244 20303 3213 1 0 3483478 0
[pid=27888/tid=27889] ppid=27886 vsize=13984976 memory=24692 CPUtime=0.67 cores=0,2,4,6
/proc/27888/task/27889/stat : 27889 (java) R 27886 27886 21899 0 -1 4202560 6655 0 0 0 65 2 0 0 20 0 15 0 154950758 14320615424 20303 33554432000 4194304 4196468 140720700638736 139852579346640 139852209183827 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27890] ppid=27886 vsize=13984976 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/27888/task/27890/stat : 27890 (java) S 27886 27886 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154950758 14320615424 20303 33554432000 4194304 4196468 140720700638736 139852527733904 139852575123157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27891] ppid=27886 vsize=13984976 memory=648 CPUtime=0 cores=0,2,4,6
/proc/27888/task/27891/stat : 27891 (java) S 27886 27886 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154950758 14320615424 20303 33554432000 4194304 4196468 140720700638736 139852526681104 139852575123157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27892] ppid=27886 vsize=13984976 memory=1796 CPUtime=0 cores=0,2,4,6
/proc/27888/task/27892/stat : 27892 (java) S 27886 27886 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154950758 14320615424 20303 33554432000 4194304 4196468 140720700638736 139852525628304 139852575123157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27893] ppid=27886 vsize=13984976 memory=956 CPUtime=0 cores=0,2,4,6
/proc/27888/task/27893/stat : 27893 (java) S 27886 27886 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154950758 14320615424 20303 33554432000 4194304 4196468 140720700638736 139852167441168 139852575123157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27894] ppid=27886 vsize=13984976 memory=2468 CPUtime=0 cores=0,2,4,6
/proc/27888/task/27894/stat : 27894 (java) S 27886 27886 21899 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 154950760 14320615424 20303 33554432000 4194304 4196468 140720700638736 139851688286576 139852575124098 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27895] ppid=27886 vsize=13984976 memory=928 CPUtime=0 cores=0,2,4,6
/proc/27888/task/27895/stat : 27895 (java) S 27886 27886 21899 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154950760 14320615424 20303 33554432000 4194304 4196468 140720700638736 139851687232544 139852575123157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27896] ppid=27886 vsize=13984976 memory=1576 CPUtime=0 cores=0,2,4,6
/proc/27888/task/27896/stat : 27896 (java) S 27886 27886 21899 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154950760 14320615424 20303 33554432000 4194304 4196468 140720700638736 139851686179696 139852575123157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27897] ppid=27886 vsize=13984976 memory=2236 CPUtime=0 cores=0,2,4,6
/proc/27888/task/27897/stat : 27897 (java) S 27886 27886 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154950763 14320615424 20303 33554432000 4194304 4196468 140720700638736 139851685128016 139852575131547 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27898] ppid=27886 vsize=13984976 memory=4316 CPUtime=0.36 cores=0,2,4,6
/proc/27888/task/27898/stat : 27898 (java) R 27886 27886 21899 0 -1 4202560 1574 0 0 0 36 0 0 0 20 0 15 0 154950763 14320615424 20303 33554432000 4194304 4196468 140720700638736 139851684066992 139852554283990 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27899] ppid=27886 vsize=13984976 memory=2196 CPUtime=0.34 cores=0,2,4,6
/proc/27888/task/27899/stat : 27899 (java) R 27886 27886 21899 0 -1 4202560 1110 0 0 0 34 0 0 0 20 0 15 0 154950763 14320615424 20303 33554432000 4194304 4196468 140720700638736 139851683022496 139852560034718 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27900] ppid=27886 vsize=13984976 memory=7784 CPUtime=0.34 cores=0,2,4,6
/proc/27888/task/27900/stat : 27900 (java) S 27886 27886 21899 0 -1 1077944384 1809 0 0 0 34 0 0 0 20 0 15 0 154950763 14320615424 20303 33554432000 4194304 4196468 140720700638736 139851681970800 139852575124098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27901] ppid=27886 vsize=13984976 memory=832 CPUtime=0 cores=0,2,4,6
/proc/27888/task/27901/stat : 27901 (java) S 27886 27886 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154950763 14320615424 20303 33554432000 4194304 4196468 140720700638736 139851680918240 139852575123157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27902] ppid=27886 vsize=13984976 memory=1696 CPUtime=0 cores=0,2,4,6
/proc/27888/task/27902/stat : 27902 (java) S 27886 27886 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154950763 14320615424 20303 33554432000 4194304 4196468 140720700638736 139851679865520 139852575124098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
Current children cumulated CPU time: 1.73 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 82596 KiB

[startup+1.50083 s]
/proc/loadavg: 1.31 1.26 1.38 8/217 27902
/proc/meminfo: memFree=27994748/32770624 swapFree=67108860/67108860
[pid=27886] ppid=27883 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/27886/stat : 27886 (xcsp3-exec) S 27883 27886 21899 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154950757 9740288 346 33554432000 4194304 5098028 140723426222896 140723426221000 139908887949948 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 21315584 140723426231407 140723426231611 140723426231611 140723426234347 0
/proc/27886/statm: 2378 346 289 221 0 87 0

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

/proc/27888/task/27896/stat : 27896 (java) S 27886 27886 21899 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 15 0 154950760 14320615424 233437 33554432000 4194304 4196468 140720700638736 139851686179712 139852575123157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27897] ppid=27886 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/27888/task/27897/stat : 27897 (java) S 27886 27886 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154950763 14320615424 233437 33554432000 4194304 4196468 140720700638736 139851685128016 139852575131547 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27898] ppid=27886 vsize=13984976 memory=1384 CPUtime=7.07 cores=0,2,4,6
/proc/27888/task/27898/stat : 27898 (java) S 27886 27886 21899 0 -1 1077944384 33259 0 0 0 703 4 0 0 20 0 15 0 154950763 14320615424 233437 33554432000 4194304 4196468 140720700638736 139851684076400 139852575124098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27899] ppid=27886 vsize=13984976 memory=917044 CPUtime=6.93 cores=0,2,4,6
/proc/27888/task/27899/stat : 27899 (java) S 27886 27886 21899 0 -1 1077944384 34505 0 0 0 688 5 0 0 20 0 15 0 154950763 14320615424 233437 33554432000 4194304 4196468 140720700638736 139851683023600 139852575124098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27900] ppid=27886 vsize=13984976 memory=1384 CPUtime=0.87 cores=0,2,4,6
/proc/27888/task/27900/stat : 27900 (java) S 27886 27886 21899 0 -1 1077944384 16415 0 0 0 84 3 0 0 20 0 15 0 154950763 14320615424 233437 33554432000 4194304 4196468 140720700638736 139851681970800 139852575124098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 13 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27901] ppid=27886 vsize=13984976 memory=914500 CPUtime=0 cores=0,2,4,6
/proc/27888/task/27901/stat : 27901 (java) S 27886 27886 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154950763 14320615424 233437 33554432000 4194304 4196468 140720700638736 139851680918240 139852575123157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27902] ppid=27886 vsize=13984976 memory=1384 CPUtime=1.22 cores=0,2,4,6
/proc/27888/task/27902/stat : 27902 (java) S 27886 27886 21899 0 -1 1077944384 1414 0 0 0 64 58 0 0 20 0 15 0 154950763 14320615424 233437 33554432000 4194304 4196468 140720700638736 139851679865520 139852575124098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
Current children cumulated CPU time: 2398.14 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 935132 KiB

[startup+2382.3 s]
/proc/loadavg: 1.75 1.63 1.60 3/217 27995
/proc/meminfo: memFree=26810972/32770624 swapFree=67108860/67108860
[pid=27886] ppid=27883 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/27886/stat : 27886 (xcsp3-exec) S 27883 27886 21899 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154950757 9740288 346 33554432000 4194304 5098028 140723426222896 140723426221000 139908887949948 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 21315584 140723426231407 140723426231611 140723426231611 140723426234347 0
/proc/27886/statm: 2378 346 289 221 0 87 0
[pid=27888] ppid=27886 vsize=13984976 memory=1031272 CPUtime=2459.15 cores=0,2,4,6
/proc/27888/stat : 27888 (java) S 27886 27886 21899 0 -1 1077944320 243872 0 0 0 245484 431 0 0 20 0 15 0 154950757 14320615424 257818 33554432000 4194304 4196468 140720700638736 140720700621280 139852575112951 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
/proc/27888/statm: 3496244 257818 3291 1 0 3483478 0
[pid=27888/tid=27889] ppid=27886 vsize=13984976 memory=6791534058613427641 CPUtime=2360.75 cores=0,2,4,6
/proc/27888/task/27889/stat : 27889 (java) R 27886 27886 21899 0 -1 4202560 63710 0 0 0 236047 28 0 0 20 0 15 0 154950758 14320615424 257818 33554432000 4194304 4196468 140720700638736 139852579352512 139852213463193 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27890] ppid=27886 vsize=13984976 memory=1384 CPUtime=20.39 cores=0,2,4,6
/proc/27888/task/27890/stat : 27890 (java) S 27886 27886 21899 0 -1 1077944384 12554 0 0 0 1958 81 0 0 20 0 15 0 154950758 14320615424 257818 33554432000 4194304 4196468 140720700638736 139852527733904 139852575123157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27891] ppid=27886 vsize=13984976 memory=1032836 CPUtime=20.39 cores=0,2,4,6
/proc/27888/task/27891/stat : 27891 (java) S 27886 27886 21899 0 -1 1077944384 12644 0 0 0 1956 83 0 0 20 0 15 0 154950758 14320615424 257818 33554432000 4194304 4196468 140720700638736 139852526681104 139852575123157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27892] ppid=27886 vsize=13984976 memory=1045124 CPUtime=20.37 cores=0,2,4,6
/proc/27888/task/27892/stat : 27892 (java) S 27886 27886 21899 0 -1 1077944384 11405 0 0 0 1951 86 0 0 20 0 15 0 154950758 14320615424 257818 33554432000 4194304 4196468 140720700638736 139852525628304 139852575123157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27893] ppid=27886 vsize=13984976 memory=1045124 CPUtime=20.39 cores=0,2,4,6
/proc/27888/task/27893/stat : 27893 (java) S 27886 27886 21899 0 -1 1077944384 13403 0 0 0 1957 82 0 0 20 0 15 0 154950758 14320615424 257818 33554432000 4194304 4196468 140720700638736 139852167441168 139852575123157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27894] ppid=27886 vsize=13984976 memory=1031272 CPUtime=0.64 cores=0,2,4,6
/proc/27888/task/27894/stat : 27894 (java) S 27886 27886 21899 0 -1 1077944384 43131 0 0 0 55 9 0 0 20 0 15 0 154950760 14320615424 257818 33554432000 4194304 4196468 140720700638736 139851688286576 139852575124098 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 12 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27895] ppid=27886 vsize=13984976 memory=1031272 CPUtime=0 cores=0,2,4,6
/proc/27888/task/27895/stat : 27895 (java) S 27886 27886 21899 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 154950760 14320615424 257818 33554432000 4194304 4196468 140720700638736 139851687232608 139852575123157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27896] ppid=27886 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/27888/task/27896/stat : 27896 (java) S 27886 27886 21899 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 15 0 154950760 14320615424 257818 33554432000 4194304 4196468 140720700638736 139851686179712 139852575123157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27897] ppid=27886 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27888/task/27897/stat : 27897 (java) S 27886 27886 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154950763 14320615424 257818 33554432000 4194304 4196468 140720700638736 139851685128016 139852575131547 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27898] ppid=27886 vsize=13984976 memory=1031272 CPUtime=7.07 cores=0,2,4,6
/proc/27888/task/27898/stat : 27898 (java) S 27886 27886 21899 0 -1 1077944384 33261 0 0 0 703 4 0 0 20 0 15 0 154950763 14320615424 257818 33554432000 4194304 4196468 140720700638736 139851684076400 139852575124098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27899] ppid=27886 vsize=13984976 memory=1384 CPUtime=6.93 cores=0,2,4,6
/proc/27888/task/27899/stat : 27899 (java) S 27886 27886 21899 0 -1 1077944384 34507 0 0 0 688 5 0 0 20 0 15 0 154950763 14320615424 257818 33554432000 4194304 4196468 140720700638736 139851683023600 139852575124098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27900] ppid=27886 vsize=13984976 memory=1031272 CPUtime=0.87 cores=0,2,4,6
/proc/27888/task/27900/stat : 27900 (java) S 27886 27886 21899 0 -1 1077944384 16418 0 0 0 84 3 0 0 20 0 15 0 154950763 14320615424 257818 33554432000 4194304 4196468 140720700638736 139851681970800 139852575124098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 13 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27901] ppid=27886 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/27888/task/27901/stat : 27901 (java) S 27886 27886 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154950763 14320615424 257818 33554432000 4194304 4196468 140720700638736 139851680918240 139852575123157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27902] ppid=27886 vsize=13984976 memory=1031272 CPUtime=1.25 cores=0,2,4,6
/proc/27888/task/27902/stat : 27902 (java) S 27886 27886 21899 0 -1 1077944384 1437 0 0 0 64 61 0 0 20 0 15 0 154950763 14320615424 257818 33554432000 4194304 4196468 140720700638736 139851679865520 139852575124098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
Current children cumulated CPU time: 2459.15 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 1032656 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2440.5 s]
/proc/loadavg: 1.58 1.61 1.59 3/217 28003
/proc/meminfo: memFree=26815520/32770624 swapFree=67108860/67108860
[pid=27886] ppid=27883 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/27886/stat : 27886 (xcsp3-exec) S 27883 27886 21899 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154950757 9740288 346 33554432000 4194304 5098028 140723426222896 140723426221000 139908887949948 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 21315584 140723426231407 140723426231611 140723426231611 140723426234347 0
/proc/27886/statm: 2378 346 289 221 0 87 0
[pid=27888] ppid=27886 vsize=13984976 memory=1007712 CPUtime=2520.05 cores=0,2,4,6
/proc/27888/stat : 27888 (java) S 27886 27886 21899 0 -1 1077944320 246396 0 0 0 251566 439 0 0 20 0 15 0 154950757 14320615424 251928 33554432000 4194304 4196468 140720700638736 140720700621280 139852575112951 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
/proc/27888/statm: 3496244 251928 3291 1 0 3483478 0
[pid=27888/tid=27889] ppid=27886 vsize=13984976 memory=995352 CPUtime=2418.01 cores=0,2,4,6
/proc/27888/task/27889/stat : 27889 (java) R 27886 27886 21899 0 -1 4202560 64686 0 0 0 241773 28 0 0 20 0 15 0 154950758 14320615424 251928 33554432000 4194304 4196468 140720700638736 139852579352640 139852213461808 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27890] ppid=27886 vsize=13984976 memory=995352 CPUtime=21.29 cores=0,2,4,6
/proc/27888/task/27890/stat : 27890 (java) S 27886 27886 21899 0 -1 1077944384 12668 0 0 0 2046 83 0 0 20 0 15 0 154950758 14320615424 251928 33554432000 4194304 4196468 140720700638736 139852527733904 139852575123157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27891] ppid=27886 vsize=13984976 memory=995352 CPUtime=21.29 cores=0,2,4,6
/proc/27888/task/27891/stat : 27891 (java) S 27886 27886 21899 0 -1 1077944384 12913 0 0 0 2044 85 0 0 20 0 15 0 154950758 14320615424 251928 33554432000 4194304 4196468 140720700638736 139852526681104 139852575123157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27892] ppid=27886 vsize=13984976 memory=1007712 CPUtime=21.27 cores=0,2,4,6
/proc/27888/task/27892/stat : 27892 (java) S 27886 27886 21899 0 -1 1077944384 11473 0 0 0 2039 88 0 0 20 0 15 0 154950758 14320615424 251928 33554432000 4194304 4196468 140720700638736 139852525628304 139852575123157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27893] ppid=27886 vsize=13984976 memory=1384 CPUtime=21.29 cores=0,2,4,6
/proc/27888/task/27893/stat : 27893 (java) S 27886 27886 21899 0 -1 1077944384 13643 0 0 0 2046 83 0 0 20 0 15 0 154950758 14320615424 251928 33554432000 4194304 4196468 140720700638736 139852167441168 139852575123157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27894] ppid=27886 vsize=13984976 memory=995352 CPUtime=0.67 cores=0,2,4,6
/proc/27888/task/27894/stat : 27894 (java) S 27886 27886 21899 0 -1 1077944384 43964 0 0 0 57 10 0 0 20 0 15 0 154950760 14320615424 251928 33554432000 4194304 4196468 140720700638736 139851688286576 139852575124098 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 12 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27895] ppid=27886 vsize=13984976 memory=2404 CPUtime=0 cores=0,2,4,6
/proc/27888/task/27895/stat : 27895 (java) S 27886 27886 21899 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 154950760 14320615424 251928 33554432000 4194304 4196468 140720700638736 139851687232608 139852575123157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27896] ppid=27886 vsize=13984976 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/27888/task/27896/stat : 27896 (java) S 27886 27886 21899 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 15 0 154950760 14320615424 251928 33554432000 4194304 4196468 140720700638736 139851686179712 139852575123157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27897] ppid=27886 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/27888/task/27897/stat : 27897 (java) S 27886 27886 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154950763 14320615424 251928 33554432000 4194304 4196468 140720700638736 139851685128016 139852575131547 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27898] ppid=27886 vsize=13984976 memory=1007712 CPUtime=7.07 cores=0,2,4,6
/proc/27888/task/27898/stat : 27898 (java) S 27886 27886 21899 0 -1 1077944384 33263 0 0 0 703 4 0 0 20 0 15 0 154950763 14320615424 251928 33554432000 4194304 4196468 140720700638736 139851684076400 139852575124098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27899] ppid=27886 vsize=13984976 memory=995352 CPUtime=6.94 cores=0,2,4,6
/proc/27888/task/27899/stat : 27899 (java) S 27886 27886 21899 0 -1 1077944384 34509 0 0 0 689 5 0 0 20 0 15 0 154950763 14320615424 251928 33554432000 4194304 4196468 140720700638736 139851683023600 139852575124098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27900] ppid=27886 vsize=13984976 memory=1384 CPUtime=0.87 cores=0,2,4,6
/proc/27888/task/27900/stat : 27900 (java) S 27886 27886 21899 0 -1 1077944384 16420 0 0 0 84 3 0 0 20 0 15 0 154950763 14320615424 251928 33554432000 4194304 4196468 140720700638736 139851681970800 139852575124098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 13 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27901] ppid=27886 vsize=13984976 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/27888/task/27901/stat : 27901 (java) S 27886 27886 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154950763 14320615424 251928 33554432000 4194304 4196468 140720700638736 139851680918240 139852575123157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27902] ppid=27886 vsize=13984976 memory=648 CPUtime=1.28 cores=0,2,4,6
/proc/27888/task/27902/stat : 27902 (java) S 27886 27886 21899 0 -1 1077944384 1455 0 0 0 66 62 0 0 20 0 15 0 154950763 14320615424 251928 33554432000 4194304 4196468 140720700638736 139851679865520 139852575124098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 1009096 KiB

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

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

[startup+2440.51 s]
# the end of solver process 27888 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.68 s, system=4.40265 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+2440.5 s]
/proc/loadavg: 1.58 1.61 1.59 3/217 28003
/proc/meminfo: memFree=26815520/32770624 swapFree=67108860/67108860
[pid=27886] ppid=27883 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/27886/stat : 27886 (xcsp3-exec) S 27883 27886 21899 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154950757 9740288 346 33554432000 4194304 5098028 140723426222896 140723426221000 139908887949948 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 21315584 140723426231407 140723426231611 140723426231611 140723426234347 0
/proc/27886/statm: 2378 346 289 221 0 87 0
[pid=27888] ppid=27886 vsize=13984976 memory=1007712 CPUtime=2520.05 cores=0,2,4,6
/proc/27888/stat : 27888 (java) S 27886 27886 21899 0 -1 1077944320 246396 0 0 0 251566 439 0 0 20 0 15 0 154950757 14320615424 251928 33554432000 4194304 4196468 140720700638736 140720700621280 139852575112951 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
/proc/27888/statm: 3496244 251928 3291 1 0 3483478 0
[pid=27888/tid=27889] ppid=27886 vsize=13984976 memory=995352 CPUtime=2418.01 cores=0,2,4,6
/proc/27888/task/27889/stat : 27889 (java) R 27886 27886 21899 0 -1 4202560 64686 0 0 0 241773 28 0 0 20 0 15 0 154950758 14320615424 251928 33554432000 4194304 4196468 140720700638736 139852579352640 139852213461808 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27890] ppid=27886 vsize=13984976 memory=995352 CPUtime=21.29 cores=0,2,4,6
/proc/27888/task/27890/stat : 27890 (java) S 27886 27886 21899 0 -1 1077944384 12668 0 0 0 2046 83 0 0 20 0 15 0 154950758 14320615424 251928 33554432000 4194304 4196468 140720700638736 139852527733904 139852575123157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27891] ppid=27886 vsize=13984976 memory=995352 CPUtime=21.29 cores=0,2,4,6
/proc/27888/task/27891/stat : 27891 (java) S 27886 27886 21899 0 -1 1077944384 12913 0 0 0 2044 85 0 0 20 0 15 0 154950758 14320615424 251928 33554432000 4194304 4196468 140720700638736 139852526681104 139852575123157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27892] ppid=27886 vsize=13984976 memory=1007712 CPUtime=21.27 cores=0,2,4,6
/proc/27888/task/27892/stat : 27892 (java) S 27886 27886 21899 0 -1 1077944384 11473 0 0 0 2039 88 0 0 20 0 15 0 154950758 14320615424 251928 33554432000 4194304 4196468 140720700638736 139852525628304 139852575123157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27893] ppid=27886 vsize=13984976 memory=1384 CPUtime=21.29 cores=0,2,4,6
/proc/27888/task/27893/stat : 27893 (java) S 27886 27886 21899 0 -1 1077944384 13643 0 0 0 2046 83 0 0 20 0 15 0 154950758 14320615424 251928 33554432000 4194304 4196468 140720700638736 139852167441168 139852575123157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27894] ppid=27886 vsize=13984976 memory=995352 CPUtime=0.67 cores=0,2,4,6
/proc/27888/task/27894/stat : 27894 (java) S 27886 27886 21899 0 -1 1077944384 43964 0 0 0 57 10 0 0 20 0 15 0 154950760 14320615424 251928 33554432000 4194304 4196468 140720700638736 139851688286576 139852575124098 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 12 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27895] ppid=27886 vsize=13984976 memory=2404 CPUtime=0 cores=0,2,4,6
/proc/27888/task/27895/stat : 27895 (java) S 27886 27886 21899 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 154950760 14320615424 251928 33554432000 4194304 4196468 140720700638736 139851687232608 139852575123157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27896] ppid=27886 vsize=13984976 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/27888/task/27896/stat : 27896 (java) S 27886 27886 21899 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 15 0 154950760 14320615424 251928 33554432000 4194304 4196468 140720700638736 139851686179712 139852575123157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27897] ppid=27886 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/27888/task/27897/stat : 27897 (java) S 27886 27886 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154950763 14320615424 251928 33554432000 4194304 4196468 140720700638736 139851685128016 139852575131547 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27898] ppid=27886 vsize=13984976 memory=1007712 CPUtime=7.07 cores=0,2,4,6
/proc/27888/task/27898/stat : 27898 (java) S 27886 27886 21899 0 -1 1077944384 33263 0 0 0 703 4 0 0 20 0 15 0 154950763 14320615424 251928 33554432000 4194304 4196468 140720700638736 139851684076400 139852575124098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27899] ppid=27886 vsize=13984976 memory=995352 CPUtime=6.94 cores=0,2,4,6
/proc/27888/task/27899/stat : 27899 (java) S 27886 27886 21899 0 -1 1077944384 34509 0 0 0 689 5 0 0 20 0 15 0 154950763 14320615424 251928 33554432000 4194304 4196468 140720700638736 139851683023600 139852575124098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27900] ppid=27886 vsize=13984976 memory=1384 CPUtime=0.87 cores=0,2,4,6
/proc/27888/task/27900/stat : 27900 (java) S 27886 27886 21899 0 -1 1077944384 16420 0 0 0 84 3 0 0 20 0 15 0 154950763 14320615424 251928 33554432000 4194304 4196468 140720700638736 139851681970800 139852575124098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 13 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27901] ppid=27886 vsize=13984976 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/27888/task/27901/stat : 27901 (java) S 27886 27886 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154950763 14320615424 251928 33554432000 4194304 4196468 140720700638736 139851680918240 139852575123157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
[pid=27888/tid=27902] ppid=27886 vsize=13984976 memory=648 CPUtime=1.28 cores=0,2,4,6
/proc/27888/task/27902/stat : 27902 (java) S 27886 27886 21899 0 -1 1077944384 1455 0 0 0 66 62 0 0 20 0 15 0 154950763 14320615424 251928 33554432000 4194304 4196468 140720700638736 139851679865520 139852575124098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22323200 140720700646551 140720700646727 140720700646727 140720700649423 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 1009096 KiB

Child status: 143
Real time (s): 2440.51
CPU time (s): 2520.08
CPU user time (s): 2515.68
CPU system time (s): 4.40265
CPU usage (%): 103.26
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 1373296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.68
system time used= 4.40265
maximum resident set size= 1392900
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 247219
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 61972
involuntary context switches= 4236


# summary of solver processes directly reported to runsolver:
#   pid: 27886,27888
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2515.68
#   total CPU system time (s): 4.40265

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.1276 second user time and 24.9671 second system time

The end

Launcher Data

Begin job on node102 at 2017-08-20 10:29:26
IDJOB=4283404
IDBENCH=135432
IDSOLVER=2679
FILE ID=node102/4283404-1503218626
RUNJOBID= node102-1503215303-27357
PBS_JOBID= 20630875
Free space on /tmp= 61676 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-opt-mps/Pb-mps-v2-20-10-l152lav.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-4283404-1503218626/watcher-4283404-1503218626 -o /tmp/evaluation-result-4283404-1503218626/solver-4283404-1503218626 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1503215303-27357 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 711897527 HOME/instance-4283404-1503218626.xml

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

MD5SUM BENCH= e295f86f2e8232e9b7c8210bbc53418f
RANDOM SEED=711897527

node102.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.35
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.35
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.35
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.35
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:        28091100 kB
MemAvailable:   31750280 kB
Buffers:          241124 kB
Cached:          3710812 kB
SwapCached:            0 kB
Active:          1308356 kB
Inactive:        2922472 kB
Active(anon):     232112 kB
Inactive(anon):    83092 kB
Active(file):    1076244 kB
Inactive(file):  2839380 kB
Unevictable:        7464 kB
Mlocked:            7464 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7940 kB
Writeback:             0 kB
AnonPages:        247992 kB
Mapped:            64052 kB
Shmem:             33420 kB
Slab:             146744 kB
SReclaimable:     118784 kB
SUnreclaim:        27960 kB
KernelStack:        3808 kB
PageTables:         6068 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1308536 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    120832 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61668 MiB
End job on node102 at 2017-08-20 11:10:07