Trace number 4282213

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 4.0.5 seq (2017-08-18)? (TO) 2520.1201 2497.3201

General information on the benchmark

NameFischer/Fischer-m1-s1/
Fischer-11-12-fair.xml
MD5SUM4cd037b51317e52702be0dab62f9a527
Bench CategoryCSP (decision 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 variables34626
Number of constraints32807
Number of domains3
Minimum domain size2
Maximum domain size20001
Distribution of domain sizes[{"size":2,"count":4598},{"size":201,"count":156},{"size":20001,"count":29872}]
Minimum variable degree2
Maximum variable degree276
Distribution of variable degrees[{"degree":2,"count":30674},{"degree":3,"count":792},{"degree":4,"count":45},{"degree":5,"count":330},{"degree":6,"count":186},{"degree":7,"count":671},{"degree":8,"count":971},{"degree":9,"count":546},{"degree":10,"count":24},{"degree":12,"count":25},{"degree":13,"count":288},{"degree":14,"count":11},{"degree":24,"count":1},{"degree":35,"count":13},{"degree":57,"count":13},{"degree":59,"count":10},{"degree":70,"count":1},{"degree":80,"count":12},{"degree":125,"count":2},{"degree":126,"count":10},{"degree":276,"count":1}]
Minimum constraint arity1
Maximum constraint arity3
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":5304},{"arity":3,"count":27501}]
Number of extensional constraints0
Number of intensional constraints32807
Distribution of constraint types[{"type":"intension","count":32807}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.08	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4282213-1503159397.xml"  -tl '2520s' -p 1 -x 0
0.05/0.31	c [HOME/instance-4282213-1503159397.xml, -tl, 2520s, -p, 1, -x, 0]
0.22/0.37	c simple solver
0.38/0.44	c parse instance...
12.32/4.11	c solve instance...
2520.08/2497.30	s UNKNOWN
2520.08/2497.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 (12537 MiB free)
  memory of node 1: 16384 MiB (15322 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282213-1503159397/watcher-4282213-1503159397 -o /tmp/evaluation-result-4282213-1503159397/solver-4282213-1503159397 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1503095802-8616 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 253185559 HOME/instance-4282213-1503159397.xml 

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

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

solver pid=19165, runsolver pid=19162

[startup+0.10006 s]*
/proc/loadavg: 2.19 2.06 1.99 3/206 19172
/proc/meminfo: memFree=28524184/32770624 swapFree=67105588/67108860
[pid=19165] ppid=19162 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/19165/stat : 19165 (xcsp3-exec) S 19162 19165 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 118134749 9740288 345 18446744073709551615 4194304 5098028 140731158414704 140731158412808 139821098394236 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 14635008 140731158417785 140731158417989 140731158417989 140731158421483 0
/proc/19165/statm: 2378 345 289 221 0 87 0
[pid=19167] ppid=19165 vsize=13358712 memory=14632 CPUtime=0.01 cores=1,3,5,7
/proc/19167/stat : 19167 (java) S 19165 19165 8557 0 -1 1077944320 3421 0 0 0 0 1 0 0 20 0 6 0 118134758 13679321088 3658 18446744073709551615 4194304 4196468 140723896854096 140723896836640 140400843132663 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
/proc/19167/statm: 3339678 3658 1905 1 0 3329175 0
[pid=19167/tid=19168] ppid=19165 vsize=13358712 memory=-6871798056524144002 CPUtime=0 cores=1,3,5,7
/proc/19167/task/19168/stat : 19168 (java) R 19165 19165 8557 0 -1 4202560 2189 0 0 0 0 0 0 0 20 0 6 0 118134758 13679321088 3658 18446744073709551615 4194304 4196468 140723896854096 140400847368784 140400824526394 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19169] ppid=19165 vsize=13358712 memory=6735269665564437106 CPUtime=0 cores=1,3,5,7
/proc/19167/task/19169/stat : 19169 (java) S 19165 19165 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 118134759 13679321088 3658 18446744073709551615 4194304 4196468 140723896854096 140400442927376 140400843142869 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19170] ppid=19165 vsize=13358712 memory=140620306540160 CPUtime=0 cores=1,3,5,7
/proc/19167/task/19170/stat : 19170 (java) S 19165 19165 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 118134759 13679321088 3658 18446744073709551615 4194304 4196468 140723896854096 140400441874832 140400843142869 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19171] ppid=19165 vsize=13358712 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19167/task/19171/stat : 19171 (java) S 19165 19165 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 118134759 13679321088 3658 18446744073709551615 4194304 4196468 140723896854096 140400440822288 140400843142869 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19172] ppid=19165 vsize=13358712 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/19167/task/19172/stat : 19172 (java) S 19165 19165 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 118134759 13679321088 3658 18446744073709551615 4194304 4196468 140723896854096 140400439769744 140400843142869 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13368224 KiB
Current children cumulated memory: 16012 KiB

[startup+0.210141 s]*
/proc/loadavg: 2.19 2.06 1.99 2/214 19180
/proc/meminfo: memFree=28516712/32770624 swapFree=67105588/67108860
[pid=19165] ppid=19162 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/19165/stat : 19165 (xcsp3-exec) S 19162 19165 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 118134749 9740288 345 18446744073709551615 4194304 5098028 140731158414704 140731158412808 139821098394236 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 14635008 140731158417785 140731158417989 140731158417989 140731158421483 0
/proc/19165/statm: 2378 345 289 221 0 87 0
[pid=19167] ppid=19165 vsize=13907304 memory=21752 CPUtime=0.05 cores=1,3,5,7
/proc/19167/stat : 19167 (java) S 19165 19165 8557 0 -1 1077944320 4833 0 0 0 4 1 0 0 20 0 14 0 118134758 14241079296 5438 18446744073709551615 4194304 4196468 140723896854096 140723896836640 140400843132663 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
/proc/19167/statm: 3476826 5438 2575 1 0 3466323 0
[pid=19167/tid=19168] ppid=19165 vsize=13907304 memory=8390339637985935414 CPUtime=0.04 cores=1,3,5,7
/proc/19167/task/19168/stat : 19168 (java) D 19165 19165 8557 0 -1 4202560 3002 0 0 0 3 1 0 0 20 0 14 0 118134758 14241079296 5438 18446744073709551615 4194304 4196468 140723896854096 140400847370144 140400843154685 0 4 1 16800974 18446744071580418449 0 0 -1 1 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19169] ppid=19165 vsize=13907304 memory=288230596118061782 CPUtime=0 cores=1,3,5,7
/proc/19167/task/19169/stat : 19169 (java) S 19165 19165 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 118134759 14241079296 5438 18446744073709551615 4194304 4196468 140723896854096 140400442927376 140400843142869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19170] ppid=19165 vsize=13907304 memory=140620306558333 CPUtime=0 cores=1,3,5,7
/proc/19167/task/19170/stat : 19170 (java) S 19165 19165 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 118134759 14241079296 5438 18446744073709551615 4194304 4196468 140723896854096 140400441874832 140400843142869 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19171] ppid=19165 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19167/task/19171/stat : 19171 (java) S 19165 19165 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 118134759 14241079296 5438 18446744073709551615 4194304 4196468 140723896854096 140400440822288 140400843142869 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19172] ppid=19165 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19167/task/19172/stat : 19172 (java) S 19165 19165 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 118134759 14241079296 5438 18446744073709551615 4194304 4196468 140723896854096 140400439769744 140400843142869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19173] ppid=19165 vsize=13907304 memory=140620306540160 CPUtime=0 cores=1,3,5,7
/proc/19167/task/19173/stat : 19173 (java) S 19165 19165 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 118134760 14241079296 5438 18446744073709551615 4194304 4196468 140723896854096 140400321702384 140400843143810 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19174] ppid=19165 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19167/task/19174/stat : 19174 (java) S 19165 19165 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 118134760 14241079296 5438 18446744073709551615 4194304 4196468 140723896854096 140400320648608 140400843142869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19175] ppid=19165 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19167/task/19175/stat : 19175 (java) S 19165 19165 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 118134761 14241079296 5438 18446744073709551615 4194304 4196468 140723896854096 140400319596016 140400843142869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19176] ppid=19165 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19167/task/19176/stat : 19176 (java) S 19165 19165 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 118134763 14241079296 5438 18446744073709551615 4194304 4196468 140723896854096 140400318544592 140400843151259 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19177] ppid=19165 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19167/task/19177/stat : 19177 (java) S 19165 19165 8557 0 -1 1077944384 312 0 0 0 0 0 0 0 20 0 14 0 118134763 14241079296 5438 18446744073709551615 4194304 4196468 140723896854096 140400317491184 140400843143810 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19178] ppid=19165 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19167/task/19178/stat : 19178 (java) S 19165 19165 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 118134763 14241079296 5438 18446744073709551615 4194304 4196468 140723896854096 140400316438640 140400843143810 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19179] ppid=19165 vsize=13907304 memory=140620306540160 CPUtime=0 cores=1,3,5,7
/proc/19167/task/19179/stat : 19179 (java) S 19165 19165 8557 0 -1 1077944384 211 0 0 0 0 0 0 0 20 0 14 0 118134763 14241079296 5438 18446744073709551615 4194304 4196468 140723896854096 140400315386096 140400843143810 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19180] ppid=19165 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19167/task/19180/stat : 19180 (java) S 19165 19165 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 118134763 14241079296 5438 18446744073709551615 4194304 4196468 140723896854096 140400314333792 140400843142869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 13916816 KiB
Current children cumulated memory: 23132 KiB

[startup+0.311666 s]*
/proc/loadavg: 2.19 2.06 1.99 4/215 19181
/proc/meminfo: memFree=28508508/32770624 swapFree=67105588/67108860
[pid=19165] ppid=19162 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/19165/stat : 19165 (xcsp3-exec) S 19162 19165 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 118134749 9740288 345 18446744073709551615 4194304 5098028 140731158414704 140731158412808 139821098394236 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 14635008 140731158417785 140731158417989 140731158417989 140731158421483 0
/proc/19165/statm: 2378 345 289 221 0 87 0
[pid=19167] ppid=19165 vsize=13976336 memory=33032 CPUtime=0.22 cores=1,3,5,7
/proc/19167/stat : 19167 (java) S 19165 19165 8557 0 -1 1077944320 7297 0 0 0 20 2 0 0 20 0 15 0 118134758 14311768064 8258 18446744073709551615 4194304 4196468 140723896854096 140723896836640 140400843132663 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
/proc/19167/statm: 3493844 8258 2985 1 0 3483220 0
[pid=19167/tid=19168] ppid=19165 vsize=13975376 memory=8390339637985935414 CPUtime=0.13 cores=1,3,5,7
/proc/19167/task/19168/stat : 19168 (java) R 19165 19165 8557 0 -1 4202560 4561 0 0 0 12 1 0 0 20 0 15 0 118134758 14310785024 8002 18446744073709551615 4194304 4196468 140723896854096 140400847355040 140400835812381 0 4 1 16800974 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19169] ppid=19165 vsize=13975376 memory=290763870908457686 CPUtime=0 cores=1,3,5,7
/proc/19167/task/19169/stat : 19169 (java) S 19165 19165 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118134759 14310785024 8002 18446744073709551615 4194304 4196468 140723896854096 140400442927376 140400843142869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19170] ppid=19165 vsize=13975376 memory=140620306558333 CPUtime=0 cores=1,3,5,7
/proc/19167/task/19170/stat : 19170 (java) S 19165 19165 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118134759 14310785024 8067 18446744073709551615 4194304 4196468 140723896854096 140400441874832 140400843142869 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19171] ppid=19165 vsize=13975376 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/19167/task/19171/stat : 19171 (java) S 19165 19165 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118134759 14310785024 8067 18446744073709551615 4194304 4196468 140723896854096 140400440822288 140400843142869 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19172] ppid=19165 vsize=13975376 memory=3472328296227680303 CPUtime=0 cores=1,3,5,7
/proc/19167/task/19172/stat : 19172 (java) S 19165 19165 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118134759 14310785024 8067 18446744073709551615 4194304 4196468 140723896854096 140400439769744 140400843142869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19173] ppid=19165 vsize=13975376 memory=8751304798938125039 CPUtime=0 cores=1,3,5,7
/proc/19167/task/19173/stat : 19173 (java) S 19165 19165 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118134760 14310785024 8133 18446744073709551615 4194304 4196468 140723896854096 140400321702384 140400843143810 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19174] ppid=19165 vsize=13975376 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19167/task/19174/stat : 19174 (java) S 19165 19165 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 118134760 14310785024 8133 18446744073709551615 4194304 4196468 140723896854096 140400320648608 140400843142869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19175] ppid=19165 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19167/task/19175/stat : 19175 (java) S 19165 19165 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 118134761 14310785024 8133 18446744073709551615 4194304 4196468 140723896854096 140400319596016 140400843142869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19176] ppid=19165 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19167/task/19176/stat : 19176 (java) S 19165 19165 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118134763 14310785024 8133 18446744073709551615 4194304 4196468 140723896854096 140400318544592 140400843151259 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19177] ppid=19165 vsize=13975376 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/19167/task/19177/stat : 19177 (java) S 19165 19165 8557 0 -1 1077944384 433 0 0 0 1 0 0 0 20 0 15 0 118134763 14310785024 8199 18446744073709551615 4194304 4196468 140723896854096 140400317491184 140400843143810 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19178] ppid=19165 vsize=13975376 memory=3472328296227680303 CPUtime=0.01 cores=1,3,5,7
/proc/19167/task/19178/stat : 19178 (java) S 19165 19165 8557 0 -1 1077944384 335 0 0 0 1 0 0 0 20 0 15 0 118134763 14310785024 8199 18446744073709551615 4194304 4196468 140723896854096 140400316438640 140400843143810 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19179] ppid=19165 vsize=13975376 memory=140620306540160 CPUtime=0.05 cores=1,3,5,7
/proc/19167/task/19179/stat : 19179 (java) S 19165 19165 8557 0 -1 1077944384 704 0 0 0 5 0 0 0 20 0 15 0 118134763 14310785024 8199 18446744073709551615 4194304 4196468 140723896854096 140400315386096 140400843143810 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19180] ppid=19165 vsize=13975376 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19167/task/19180/stat : 19180 (java) S 19165 19165 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118134763 14310785024 8199 18446744073709551615 4194304 4196468 140723896854096 140400314333792 140400843142869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19181] ppid=19165 vsize=13975376 memory=140620306540160 CPUtime=0 cores=1,3,5,7
/proc/19167/task/19181/stat : 19181 (java) S 19165 19165 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118134772 14310785024 8199 18446744073709551615 4194304 4196468 140723896854096 140400313281328 140400843143810 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 13985848 KiB
Current children cumulated memory: 34412 KiB

[startup+0.703519 s]
/proc/loadavg: 2.19 2.06 1.99 6/215 19181
/proc/meminfo: memFree=28490840/32770624 swapFree=67105588/67108860
[pid=19165] ppid=19162 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/19165/stat : 19165 (xcsp3-exec) S 19162 19165 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 118134749 9740288 345 18446744073709551615 4194304 5098028 140731158414704 140731158412808 139821098394236 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 14635008 140731158417785 140731158417989 140731158417989 140731158421483 0
/proc/19165/statm: 2378 345 289 221 0 87 0
[pid=19167] ppid=19165 vsize=13978684 memory=89636 CPUtime=1.23 cores=1,3,5,7
/proc/19167/stat : 19167 (java) S 19165 19165 8557 0 -1 1077944320 13031 0 0 0 118 5 0 0 20 0 15 0 118134758 14314172416 22409 18446744073709551615 4194304 4196468 140723896854096 140723896836640 140400843132663 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
/proc/19167/statm: 3494671 22409 3150 1 0 3482964 0
[pid=19167/tid=19168] ppid=19165 vsize=13978684 memory=2459674084865 CPUtime=0.51 cores=1,3,5,7
/proc/19167/task/19168/stat : 19168 (java) S 19165 19165 8557 0 -1 1077944384 7812 0 0 0 47 4 0 0 20 0 15 0 118134758 14314172416 22409 18446744073709551615 4194304 4196468 140723896854096 140400847367248 140400843142869 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19169] ppid=19165 vsize=13978684 memory=2463969052161 CPUtime=0 cores=1,3,5,7
/proc/19167/task/19169/stat : 19169 (java) S 19165 19165 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118134759 14314172416 22409 18446744073709551615 4194304 4196468 140723896854096 140400442927376 140400843142869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19170] ppid=19165 vsize=13978684 memory=2489738855937 CPUtime=0 cores=1,3,5,7
/proc/19167/task/19170/stat : 19170 (java) S 19165 19165 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118134759 14314172416 22409 18446744073709551615 4194304 4196468 140723896854096 140400441874832 140400843142869 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19171] ppid=19165 vsize=13978684 memory=52060 CPUtime=0 cores=1,3,5,7
/proc/19167/task/19171/stat : 19171 (java) S 19165 19165 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118134759 14314172416 22409 18446744073709551615 4194304 4196468 140723896854096 140400440822288 140400843142869 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19172] ppid=19165 vsize=13978684 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/19167/task/19172/stat : 19172 (java) S 19165 19165 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118134759 14314172416 22409 18446744073709551615 4194304 4196468 140723896854096 140400439769744 140400843142869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19173] ppid=19165 vsize=13978684 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/19167/task/19173/stat : 19173 (java) S 19165 19165 8557 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 118134760 14314172416 22409 18446744073709551615 4194304 4196468 140723896854096 140400321702384 140400843143810 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19174] ppid=19165 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19167/task/19174/stat : 19174 (java) S 19165 19165 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 118134760 14314172416 22409 18446744073709551615 4194304 4196468 140723896854096 140400320648608 140400843142869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19175] ppid=19165 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19167/task/19175/stat : 19175 (java) S 19165 19165 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 118134761 14314172416 22409 18446744073709551615 4194304 4196468 140723896854096 140400319596016 140400843142869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19176] ppid=19165 vsize=13978684 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/19167/task/19176/stat : 19176 (java) S 19165 19165 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118134763 14314172416 22409 18446744073709551615 4194304 4196468 140723896854096 140400318544592 140400843151259 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19177] ppid=19165 vsize=13978684 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/19167/task/19177/stat : 19177 (java) S 19165 19165 8557 0 -1 1077944384 1220 0 0 0 24 0 0 0 20 0 15 0 118134763 14314172416 22409 18446744073709551615 4194304 4196468 140723896854096 140400317476624 140400843142869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19178] ppid=19165 vsize=13978684 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/19167/task/19178/stat : 19178 (java) R 19165 19165 8557 0 -1 4202560 1473 0 0 0 24 0 0 0 20 0 15 0 118134763 14314172416 22409 18446744073709551615 4194304 4196468 140723896854096 140400316427344 140400822378524 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19179] ppid=19165 vsize=13978684 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/19167/task/19179/stat : 19179 (java) R 19165 19165 8557 0 -1 4202560 1217 0 0 0 22 0 0 0 20 0 15 0 118134763 14314172416 22409 18446744073709551615 4194304 4196468 140723896854096 140400315383352 140400822852225 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19180] ppid=19165 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19167/task/19180/stat : 19180 (java) S 19165 19165 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118134763 14314172416 22409 18446744073709551615 4194304 4196468 140723896854096 140400314333792 140400843142869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19181] ppid=19165 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19167/task/19181/stat : 19181 (java) S 19165 19165 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118134772 14314172416 22409 18446744073709551615 4194304 4196468 140723896854096 140400313281328 140400843143810 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 91016 KiB

[startup+1.51152 s]
/proc/loadavg: 2.19 2.06 1.99 5/215 19181
/proc/meminfo: memFree=28374044/32770624 swapFree=67105588/67108860
[pid=19165] ppid=19162 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/19165/stat : 19165 (xcsp3-exec) S 19162 19165 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 118134749 9740288 345 18446744073709551615 4194304 5098028 140731158414704 140731158412808 139821098394236 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 14635008 140731158417785 140731158417989 140731158417989 140731158421483 0
/proc/19165/statm: 2378 345 289 221 0 87 0
[pid=19167] ppid=19165 vsize=13978684 memory=367760 CPUtime=3.83 cores=1,3,5,7
/proc/19167/stat : 19167 (java) S 19165 19165 8557 0 -1 1077944320 15792 0 0 0 369 14 0 0 20 0 15 0 118134758 14314172416 91940 18446744073709551615 4194304 4196468 140723896854096 140723896836640 140400843132663 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
/proc/19167/statm: 3494671 91940 3204 1 0 3482964 0
[pid=19167/tid=19168] ppid=19165 vsize=13978684 memory=0 CPUtime=1.23 cores=1,3,5,7
/proc/19167/task/19168/stat : 19168 (java) S 19165 19165 8557 0 -1 1077944384 8013 0 0 0 117 6 0 0 20 0 15 0 118134758 14314172416 91940 18446744073709551615 4194304 4196468 140723896854096 140400847371088 140400843142869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19169] ppid=19165 vsize=13978684 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/19167/task/19169/stat : 19169 (java) R 19165 19165 8557 0 -1 4202560 91 0 0 0 5 1 0 0 20 0 15 0 118134759 14314172416 91940 18446744073709551615 4194304 4196468 140723896854096 140400442927576 140400828154135 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19170] ppid=19165 vsize=13978684 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/19167/task/19170/stat : 19170 (java) R 19165 19165 8557 0 -1 4202560 96 0 0 0 3 1 0 0 20 0 15 0 118134759 14314172416 91940 18446744073709551615 4194304 4196468 140723896854096 140400441874832 140400828156840 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19171] ppid=19165 vsize=13978684 memory=63972 CPUtime=0.04 cores=1,3,5,7
/proc/19167/task/19171/stat : 19171 (java) R 19165 19165 8557 0 -1 4202560 98 0 0 0 3 1 0 0 20 0 15 0 118134759 14314172416 91940 18446744073709551615 4194304 4196468 140723896854096 140400440822488 140400828159786 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19172] ppid=19165 vsize=13978684 memory=1240 CPUtime=0.04 cores=1,3,5,7
/proc/19167/task/19172/stat : 19172 (java) R 19165 19165 8557 0 -1 4202560 41 0 0 0 3 1 0 0 20 0 15 0 118134759 14314172416 91940 18446744073709551615 4194304 4196468 140723896854096 140400439769744 140400828160082 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19173] ppid=19165 vsize=13978684 memory=2384 CPUtime=0 cores=1,3,5,7
/proc/19167/task/19173/stat : 19173 (java) S 19165 19165 8557 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 118134760 14314172416 91940 18446744073709551615 4194304 4196468 140723896854096 140400321700896 140400843142869 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19174] ppid=19165 vsize=13978684 memory=1672 CPUtime=0 cores=1,3,5,7
/proc/19167/task/19174/stat : 19174 (java) S 19165 19165 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 118134760 14314172416 91940 18446744073709551615 4194304 4196468 140723896854096 140400320648672 140400843142869 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19175] ppid=19165 vsize=13978684 memory=5768 CPUtime=0 cores=1,3,5,7
/proc/19167/task/19175/stat : 19175 (java) S 19165 19165 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 118134761 14314172416 91940 18446744073709551615 4194304 4196468 140723896854096 140400319596032 140400843142869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19176] ppid=19165 vsize=13978684 memory=4584 CPUtime=0 cores=1,3,5,7

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

/proc/19167/task/19175/stat : 19175 (java) S 19165 19165 8557 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 118134761 14316269568 546367 18446744073709551615 4194304 4196468 140723896854096 140400319596032 140400843142869 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19176] ppid=19165 vsize=13980732 memory=2185468 CPUtime=0 cores=1,3,5,7
/proc/19167/task/19176/stat : 19176 (java) S 19165 19165 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118134763 14316269568 546367 18446744073709551615 4194304 4196468 140723896854096 140400318544592 140400843151259 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19177] ppid=19165 vsize=13980732 memory=1380 CPUtime=4.71 cores=1,3,5,7
/proc/19167/task/19177/stat : 19177 (java) S 19165 19165 8557 0 -1 1077944384 24527 0 0 0 469 2 0 0 20 0 15 0 118134763 14316269568 546367 18446744073709551615 4194304 4196468 140723896854096 140400317491184 140400843143810 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19178] ppid=19165 vsize=13980732 memory=1380 CPUtime=4.83 cores=1,3,5,7
/proc/19167/task/19178/stat : 19178 (java) S 19165 19165 8557 0 -1 1077944384 22792 0 0 0 480 3 0 0 20 0 15 0 118134763 14316269568 546367 18446744073709551615 4194304 4196468 140723896854096 140400316438640 140400843143810 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 15 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19179] ppid=19165 vsize=13980732 memory=832 CPUtime=1.01 cores=1,3,5,7
/proc/19167/task/19179/stat : 19179 (java) S 19165 19165 8557 0 -1 1077944384 15191 0 0 0 99 2 0 0 20 0 15 0 118134763 14316269568 546367 18446744073709551615 4194304 4196468 140723896854096 140400315386096 140400843143810 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 17 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19180] ppid=19165 vsize=13980732 memory=16436 CPUtime=0 cores=1,3,5,7
/proc/19167/task/19180/stat : 19180 (java) S 19165 19165 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118134763 14316269568 546367 18446744073709551615 4194304 4196468 140723896854096 140400314333792 140400843142869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19181] ppid=19165 vsize=13980732 memory=1380 CPUtime=1.07 cores=1,3,5,7
/proc/19167/task/19181/stat : 19181 (java) S 19165 19165 8557 0 -1 1077944384 2016 0 0 0 45 62 0 0 20 0 15 0 118134772 14316269568 546367 18446744073709551615 4194304 4196468 140723896854096 140400313281328 140400843143810 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 13 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
Current children cumulated CPU time: 2405.03 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 2186848 KiB

[startup+2442.3 s]
/proc/loadavg: 2.08 2.04 2.05 3/212 19401
/proc/meminfo: memFree=26597916/32770624 swapFree=67105588/67108860
[pid=19165] ppid=19162 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/19165/stat : 19165 (xcsp3-exec) S 19162 19165 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 118134749 9740288 345 18446744073709551615 4194304 5098028 140731158414704 140731158412808 139821098394236 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 14635008 140731158417785 140731158417989 140731158417989 140731158421483 0
/proc/19165/statm: 2378 345 289 221 0 87 0
[pid=19167] ppid=19165 vsize=13980732 memory=2185468 CPUtime=2465.06 cores=1,3,5,7
/proc/19167/stat : 19167 (java) S 19165 19165 8557 0 -1 1077944320 150503 0 0 0 246286 220 0 0 20 0 15 0 118134758 14316269568 546367 18446744073709551615 4194304 4196468 140723896854096 140723896836640 140400843132663 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
/proc/19167/statm: 3495183 546367 3267 1 0 3483476 0
[pid=19167/tid=19168] ppid=19165 vsize=13980732 memory=2185468 CPUtime=2437.07 cores=1,3,5,7
/proc/19167/task/19168/stat : 19168 (java) R 19165 19165 8557 0 -1 4202560 68284 0 0 0 243692 15 0 0 20 0 15 0 118134758 14316269568 546367 18446744073709551615 4194304 4196468 140723896854096 140400847368888 140400495807110 0 4 1 16800974 0 0 0 -1 3 0 0 24 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19169] ppid=19165 vsize=13980732 memory=2185468 CPUtime=3.93 cores=1,3,5,7
/proc/19167/task/19169/stat : 19169 (java) S 19165 19165 8557 0 -1 1077944384 3338 0 0 0 353 40 0 0 20 0 15 0 118134759 14316269568 546367 18446744073709551615 4194304 4196468 140723896854096 140400442927376 140400843142869 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19170] ppid=19165 vsize=13980732 memory=1380 CPUtime=3.9 cores=1,3,5,7
/proc/19167/task/19170/stat : 19170 (java) S 19165 19165 8557 0 -1 1077944384 1398 0 0 0 356 34 0 0 20 0 15 0 118134759 14316269568 546367 18446744073709551615 4194304 4196468 140723896854096 140400441874832 140400843142869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19171] ppid=19165 vsize=13980732 memory=1380 CPUtime=3.82 cores=1,3,5,7
/proc/19167/task/19171/stat : 19171 (java) S 19165 19165 8557 0 -1 1077944384 1466 0 0 0 346 36 0 0 20 0 15 0 118134759 14316269568 546367 18446744073709551615 4194304 4196468 140723896854096 140400440822288 140400843142869 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19172] ppid=19165 vsize=13980732 memory=2185468 CPUtime=3.78 cores=1,3,5,7
/proc/19167/task/19172/stat : 19172 (java) S 19165 19165 8557 0 -1 1077944384 2180 0 0 0 346 32 0 0 20 0 15 0 118134759 14316269568 546367 18446744073709551615 4194304 4196468 140723896854096 140400439769744 140400843142869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19173] ppid=19165 vsize=13980732 memory=2185468 CPUtime=0.82 cores=1,3,5,7
/proc/19167/task/19173/stat : 19173 (java) S 19165 19165 8557 0 -1 1077944384 7052 0 0 0 80 2 0 0 20 0 15 0 118134760 14316269568 546367 18446744073709551615 4194304 4196468 140723896854096 140400321702384 140400843143810 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19174] ppid=19165 vsize=13980732 memory=2185468 CPUtime=0 cores=1,3,5,7
/proc/19167/task/19174/stat : 19174 (java) S 19165 19165 8557 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 118134760 14316269568 546367 18446744073709551615 4194304 4196468 140723896854096 140400320648672 140400843142869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19175] ppid=19165 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/19167/task/19175/stat : 19175 (java) S 19165 19165 8557 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 118134761 14316269568 546367 18446744073709551615 4194304 4196468 140723896854096 140400319596032 140400843142869 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19176] ppid=19165 vsize=13980732 memory=1240 CPUtime=0 cores=1,3,5,7
/proc/19167/task/19176/stat : 19176 (java) S 19165 19165 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118134763 14316269568 546367 18446744073709551615 4194304 4196468 140723896854096 140400318544592 140400843151259 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19177] ppid=19165 vsize=13980732 memory=1380 CPUtime=4.71 cores=1,3,5,7
/proc/19167/task/19177/stat : 19177 (java) S 19165 19165 8557 0 -1 1077944384 25405 0 0 0 469 2 0 0 20 0 15 0 118134763 14316269568 546367 18446744073709551615 4194304 4196468 140723896854096 140400317491184 140400843143810 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19178] ppid=19165 vsize=13980732 memory=2598984 CPUtime=4.83 cores=1,3,5,7
/proc/19167/task/19178/stat : 19178 (java) S 19165 19165 8557 0 -1 1077944384 22795 0 0 0 480 3 0 0 20 0 15 0 118134763 14316269568 546367 18446744073709551615 4194304 4196468 140723896854096 140400316438640 140400843143810 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 15 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19179] ppid=19165 vsize=13980732 memory=-7175204567652784766 CPUtime=1.01 cores=1,3,5,7
/proc/19167/task/19179/stat : 19179 (java) S 19165 19165 8557 0 -1 1077944384 15194 0 0 0 99 2 0 0 20 0 15 0 118134763 14316269568 546367 18446744073709551615 4194304 4196468 140723896854096 140400315386096 140400843143810 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 17 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19180] ppid=19165 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/19167/task/19180/stat : 19180 (java) S 19165 19165 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118134763 14316269568 546367 18446744073709551615 4194304 4196468 140723896854096 140400314333792 140400843142869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19181] ppid=19165 vsize=13980732 memory=2185468 CPUtime=1.09 cores=1,3,5,7
/proc/19167/task/19181/stat : 19181 (java) S 19165 19165 8557 0 -1 1077944384 2047 0 0 0 45 64 0 0 20 0 15 0 118134772 14316269568 546367 18446744073709551615 4194304 4196468 140723896854096 140400313281328 140400843143810 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 13 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
Current children cumulated CPU time: 2465.06 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 2186848 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2497.3 s]
/proc/loadavg: 2.10 2.05 2.05 3/212 19403
/proc/meminfo: memFree=26598164/32770624 swapFree=67105588/67108860
[pid=19165] ppid=19162 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/19165/stat : 19165 (xcsp3-exec) S 19162 19165 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 118134749 9740288 345 18446744073709551615 4194304 5098028 140731158414704 140731158412808 139821098394236 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 14635008 140731158417785 140731158417989 140731158417989 140731158421483 0
/proc/19165/statm: 2378 345 289 221 0 87 0
[pid=19167] ppid=19165 vsize=13980732 memory=2185468 CPUtime=2520.08 cores=1,3,5,7
/proc/19167/stat : 19167 (java) S 19165 19165 8557 0 -1 1077944320 151677 0 0 0 251786 222 0 0 20 0 15 0 118134758 14316269568 546367 18446744073709551615 4194304 4196468 140723896854096 140723896836640 140400843132663 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
/proc/19167/statm: 3495183 546367 3267 1 0 3483476 0
[pid=19167/tid=19168] ppid=19165 vsize=13980732 memory=2185468 CPUtime=2492.07 cores=1,3,5,7
/proc/19167/task/19168/stat : 19168 (java) R 19165 19165 8557 0 -1 4202560 69395 0 0 0 249192 15 0 0 20 0 15 0 118134758 14316269568 546367 18446744073709551615 4194304 4196468 140723896854096 140400847368888 140400486794442 0 4 1 16800974 0 0 0 -1 3 0 0 24 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19169] ppid=19165 vsize=13980732 memory=2185468 CPUtime=3.93 cores=1,3,5,7
/proc/19167/task/19169/stat : 19169 (java) S 19165 19165 8557 0 -1 1077944384 3338 0 0 0 353 40 0 0 20 0 15 0 118134759 14316269568 546367 18446744073709551615 4194304 4196468 140723896854096 140400442927376 140400843142869 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19170] ppid=19165 vsize=13980732 memory=1380 CPUtime=3.9 cores=1,3,5,7
/proc/19167/task/19170/stat : 19170 (java) S 19165 19165 8557 0 -1 1077944384 1398 0 0 0 356 34 0 0 20 0 15 0 118134759 14316269568 546367 18446744073709551615 4194304 4196468 140723896854096 140400441874832 140400843142869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19171] ppid=19165 vsize=13980732 memory=2185468 CPUtime=3.82 cores=1,3,5,7
/proc/19167/task/19171/stat : 19171 (java) S 19165 19165 8557 0 -1 1077944384 1466 0 0 0 346 36 0 0 20 0 15 0 118134759 14316269568 546367 18446744073709551615 4194304 4196468 140723896854096 140400440822288 140400843142869 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19172] ppid=19165 vsize=13980732 memory=2185468 CPUtime=3.78 cores=1,3,5,7
/proc/19167/task/19172/stat : 19172 (java) S 19165 19165 8557 0 -1 1077944384 2180 0 0 0 346 32 0 0 20 0 15 0 118134759 14316269568 546367 18446744073709551615 4194304 4196468 140723896854096 140400439769744 140400843142869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19173] ppid=19165 vsize=13980732 memory=1380 CPUtime=0.82 cores=1,3,5,7
/proc/19167/task/19173/stat : 19173 (java) S 19165 19165 8557 0 -1 1077944384 7061 0 0 0 80 2 0 0 20 0 15 0 118134760 14316269568 546367 18446744073709551615 4194304 4196468 140723896854096 140400321702384 140400843143810 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19174] ppid=19165 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/19167/task/19174/stat : 19174 (java) S 19165 19165 8557 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 118134760 14316269568 546367 18446744073709551615 4194304 4196468 140723896854096 140400320648672 140400843142869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19175] ppid=19165 vsize=13980732 memory=2185468 CPUtime=0 cores=1,3,5,7
/proc/19167/task/19175/stat : 19175 (java) S 19165 19165 8557 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 118134761 14316269568 546367 18446744073709551615 4194304 4196468 140723896854096 140400319596032 140400843142869 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19176] ppid=19165 vsize=13980732 memory=2185468 CPUtime=0 cores=1,3,5,7
/proc/19167/task/19176/stat : 19176 (java) S 19165 19165 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118134763 14316269568 546367 18446744073709551615 4194304 4196468 140723896854096 140400318544592 140400843151259 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19177] ppid=19165 vsize=13980732 memory=2185468 CPUtime=4.71 cores=1,3,5,7
/proc/19167/task/19177/stat : 19177 (java) S 19165 19165 8557 0 -1 1077944384 25408 0 0 0 469 2 0 0 20 0 15 0 118134763 14316269568 546367 18446744073709551615 4194304 4196468 140723896854096 140400317491184 140400843143810 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19178] ppid=19165 vsize=13980732 memory=2185468 CPUtime=4.83 cores=1,3,5,7
/proc/19167/task/19178/stat : 19178 (java) S 19165 19165 8557 0 -1 1077944384 22799 0 0 0 480 3 0 0 20 0 15 0 118134763 14316269568 546367 18446744073709551615 4194304 4196468 140723896854096 140400316438640 140400843143810 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 15 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19179] ppid=19165 vsize=13980732 memory=1380 CPUtime=1.01 cores=1,3,5,7
/proc/19167/task/19179/stat : 19179 (java) S 19165 19165 8557 0 -1 1077944384 15201 0 0 0 99 2 0 0 20 0 15 0 118134763 14316269568 546367 18446744073709551615 4194304 4196468 140723896854096 140400315386096 140400843143810 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 17 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19180] ppid=19165 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/19167/task/19180/stat : 19180 (java) S 19165 19165 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118134763 14316269568 546367 18446744073709551615 4194304 4196468 140723896854096 140400314333792 140400843142869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19181] ppid=19165 vsize=13980732 memory=1380 CPUtime=1.12 cores=1,3,5,7
/proc/19167/task/19181/stat : 19181 (java) S 19165 19165 8557 0 -1 1077944384 2087 0 0 0 46 66 0 0 20 0 15 0 118134772 14316269568 546367 18446744073709551615 4194304 4196468 140723896854096 140400313281328 140400843143810 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 13 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 2186848 KiB

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

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

[startup+2497.32 s]
# the end of solver process 19167 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.88 s, system=2.24004 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+2497.3 s]
/proc/loadavg: 2.10 2.05 2.05 3/212 19403
/proc/meminfo: memFree=26598164/32770624 swapFree=67105588/67108860
[pid=19165] ppid=19162 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/19165/stat : 19165 (xcsp3-exec) S 19162 19165 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 118134749 9740288 345 18446744073709551615 4194304 5098028 140731158414704 140731158412808 139821098394236 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 14635008 140731158417785 140731158417989 140731158417989 140731158421483 0
/proc/19165/statm: 2378 345 289 221 0 87 0
[pid=19167] ppid=19165 vsize=13980732 memory=2185468 CPUtime=2520.08 cores=1,3,5,7
/proc/19167/stat : 19167 (java) S 19165 19165 8557 0 -1 1077944320 151677 0 0 0 251786 222 0 0 20 0 15 0 118134758 14316269568 546367 18446744073709551615 4194304 4196468 140723896854096 140723896836640 140400843132663 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
/proc/19167/statm: 3495183 546367 3267 1 0 3483476 0
[pid=19167/tid=19168] ppid=19165 vsize=13980732 memory=2185468 CPUtime=2492.07 cores=1,3,5,7
/proc/19167/task/19168/stat : 19168 (java) R 19165 19165 8557 0 -1 4202560 69395 0 0 0 249192 15 0 0 20 0 15 0 118134758 14316269568 546367 18446744073709551615 4194304 4196468 140723896854096 140400847368888 140400486794442 0 4 1 16800974 0 0 0 -1 3 0 0 24 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19169] ppid=19165 vsize=13980732 memory=2185468 CPUtime=3.93 cores=1,3,5,7
/proc/19167/task/19169/stat : 19169 (java) S 19165 19165 8557 0 -1 1077944384 3338 0 0 0 353 40 0 0 20 0 15 0 118134759 14316269568 546367 18446744073709551615 4194304 4196468 140723896854096 140400442927376 140400843142869 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19170] ppid=19165 vsize=13980732 memory=1380 CPUtime=3.9 cores=1,3,5,7
/proc/19167/task/19170/stat : 19170 (java) S 19165 19165 8557 0 -1 1077944384 1398 0 0 0 356 34 0 0 20 0 15 0 118134759 14316269568 546367 18446744073709551615 4194304 4196468 140723896854096 140400441874832 140400843142869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19171] ppid=19165 vsize=13980732 memory=2185468 CPUtime=3.82 cores=1,3,5,7
/proc/19167/task/19171/stat : 19171 (java) S 19165 19165 8557 0 -1 1077944384 1466 0 0 0 346 36 0 0 20 0 15 0 118134759 14316269568 546367 18446744073709551615 4194304 4196468 140723896854096 140400440822288 140400843142869 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19172] ppid=19165 vsize=13980732 memory=2185468 CPUtime=3.78 cores=1,3,5,7
/proc/19167/task/19172/stat : 19172 (java) S 19165 19165 8557 0 -1 1077944384 2180 0 0 0 346 32 0 0 20 0 15 0 118134759 14316269568 546367 18446744073709551615 4194304 4196468 140723896854096 140400439769744 140400843142869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19173] ppid=19165 vsize=13980732 memory=1380 CPUtime=0.82 cores=1,3,5,7
/proc/19167/task/19173/stat : 19173 (java) S 19165 19165 8557 0 -1 1077944384 7061 0 0 0 80 2 0 0 20 0 15 0 118134760 14316269568 546367 18446744073709551615 4194304 4196468 140723896854096 140400321702384 140400843143810 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19174] ppid=19165 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/19167/task/19174/stat : 19174 (java) S 19165 19165 8557 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 118134760 14316269568 546367 18446744073709551615 4194304 4196468 140723896854096 140400320648672 140400843142869 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19175] ppid=19165 vsize=13980732 memory=2185468 CPUtime=0 cores=1,3,5,7
/proc/19167/task/19175/stat : 19175 (java) S 19165 19165 8557 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 118134761 14316269568 546367 18446744073709551615 4194304 4196468 140723896854096 140400319596032 140400843142869 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19176] ppid=19165 vsize=13980732 memory=2185468 CPUtime=0 cores=1,3,5,7
/proc/19167/task/19176/stat : 19176 (java) S 19165 19165 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118134763 14316269568 546367 18446744073709551615 4194304 4196468 140723896854096 140400318544592 140400843151259 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19177] ppid=19165 vsize=13980732 memory=2185468 CPUtime=4.71 cores=1,3,5,7
/proc/19167/task/19177/stat : 19177 (java) S 19165 19165 8557 0 -1 1077944384 25408 0 0 0 469 2 0 0 20 0 15 0 118134763 14316269568 546367 18446744073709551615 4194304 4196468 140723896854096 140400317491184 140400843143810 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19178] ppid=19165 vsize=13980732 memory=2185468 CPUtime=4.83 cores=1,3,5,7
/proc/19167/task/19178/stat : 19178 (java) S 19165 19165 8557 0 -1 1077944384 22799 0 0 0 480 3 0 0 20 0 15 0 118134763 14316269568 546367 18446744073709551615 4194304 4196468 140723896854096 140400316438640 140400843143810 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 15 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19179] ppid=19165 vsize=13980732 memory=1380 CPUtime=1.01 cores=1,3,5,7
/proc/19167/task/19179/stat : 19179 (java) S 19165 19165 8557 0 -1 1077944384 15201 0 0 0 99 2 0 0 20 0 15 0 118134763 14316269568 546367 18446744073709551615 4194304 4196468 140723896854096 140400315386096 140400843143810 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 17 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19180] ppid=19165 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/19167/task/19180/stat : 19180 (java) S 19165 19165 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118134763 14316269568 546367 18446744073709551615 4194304 4196468 140723896854096 140400314333792 140400843142869 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
[pid=19167/tid=19181] ppid=19165 vsize=13980732 memory=1380 CPUtime=1.12 cores=1,3,5,7
/proc/19167/task/19181/stat : 19181 (java) S 19165 19165 8557 0 -1 1077944384 2087 0 0 0 46 66 0 0 20 0 15 0 118134772 14316269568 546367 18446744073709551615 4194304 4196468 140723896854096 140400313281328 140400843143810 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 13 0 0 6293624 6294260 28934144 140723896857009 140723896857185 140723896857185 140723896860623 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 2186848 KiB

Child status: 143
Real time (s): 2497.32
CPU time (s): 2520.12
CPU user time (s): 2517.88
CPU system time (s): 2.24004
CPU usage (%): 100.913
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 2186848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.88
system time used= 2.24003
maximum resident set size= 2186028
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 152990
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57504
involuntary context switches= 1091


# summary of solver processes directly reported to runsolver:
#   pid: 19165,19167
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2517.88
#   total CPU system time (s): 2.24004

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.2026 second user time and 23.99 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-19 18:02:32
IDJOB=4282213
IDBENCH=139206
IDSOLVER=2677
FILE ID=node126/4282213-1503159397
RUNJOBID= node126-1503095802-8616
PBS_JOBID= 
Free space on /tmp= 62020 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/Fischer/Fischer-m1-s1/Fischer-11-12-fair.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-4282213-1503159397/watcher-4282213-1503159397 -o /tmp/evaluation-result-4282213-1503159397/solver-4282213-1503159397 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1503095802-8616 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 253185559 HOME/instance-4282213-1503159397.xml

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

MD5SUM BENCH= 4cd037b51317e52702be0dab62f9a527
RANDOM SEED=253185559

node126.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.81
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.81
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.81
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.81
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:        28528704 kB
MemAvailable:   29110676 kB
Buffers:          310852 kB
Cached:           560820 kB
SwapCached:          524 kB
Active:          3391892 kB
Inactive:         370016 kB
Active(anon):    2846280 kB
Inactive(anon):    93904 kB
Active(file):     545612 kB
Inactive(file):   276112 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:              9536 kB
Writeback:             4 kB
AnonPages:       2895928 kB
Mapped:            72356 kB
Shmem:             49824 kB
Slab:             178984 kB
SReclaimable:     152164 kB
SUnreclaim:        26820 kB
KernelStack:        3776 kB
PageTables:        11232 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5260396 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2793472 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62012 MiB
End job on node126 at 2017-08-19 18:44:09