Trace number 4269558

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-09)SAT 5.80127 2.2876999

General information on the benchmark

NameMagicSquare/MagicSquare-m1-gp/
MagicSquare-9-f50-01.xml
MD5SUM0545f7d39e3e069a4efc40a10a882e5e
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.594742
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints22
Number of domains1
Minimum domain size81
Maximum domain size81
Distribution of domain sizes[{"size":81,"count":81}]
Minimum variable degree3
Maximum variable degree5
Distribution of variable degrees[{"degree":3,"count":38},{"degree":4,"count":37},{"degree":5,"count":6}]
Minimum constraint arity9
Maximum constraint arity81
Distribution of constraint arities[{"arity":9,"count":20},{"arity":31,"count":1},{"arity":81,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"sum","count":20},{"type":"instantiation","count":1}]
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-4269558-1502804452.xml"  -tl '2520s' -p 1 -x 0
0.09/0.27	c [HOME/instance-4269558-1502804452.xml, -tl, 2520s, -p, 1, -x, 0]
0.27/0.34	c simple solver
0.27/0.40	c parse instance...
0.64/0.57	c solve instance...
5.69/2.28	s SATISFIABLE
5.69/2.28	v <instantiation>
5.69/2.28	v 	<list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8] </list>
5.69/2.28	v 	<values>74 36 48 2 28 4 39 72 66 9 21 16 51 76 57 12 67 60 42 44 38 40 80 6 37 18 64 43 62 52 8 14 53 45 34 58 54 61 49 71 23 11 68 25 7 46 65 13 20 56 73 31 41 24 29 35 15 47 1 70 77 32 63 3 19 79 75 10 78 33 50 22 69 26 59 55 81 17 27 30 5 </values>
5.69/2.28	v </instantiation>

Verifier Data

OK	

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 (15286 MiB free)
  memory of node 1: 16384 MiB (15510 MiB free)
  node distances:
     10  21
     21  10

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

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

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


[startup+0.100057 s]*
/proc/loadavg: 1.62 1.60 1.65 3/206 20693
/proc/meminfo: memFree=31529524/32770624 swapFree=67108764/67108860
[pid=20686] ppid=20683 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/20686/stat : 20686 (xcsp3-exec) S 20683 20686 4674 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 127951741 9740288 345 18446744073709551615 4194304 5098028 140721861239744 140721861237848 140236985700988 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 8 0 0 7196144 7232144 27807744 140721861243256 140721861243461 140721861243461 140721861246955 0
/proc/20686/statm: 2378 345 289 221 0 87 0
[pid=20688] ppid=20686 vsize=13358712 memory=15160 CPUtime=0.01 cores=1,3,5,7
/proc/20688/stat : 20688 (java) S 20686 20686 4674 0 -1 1077944320 3547 0 0 0 1 0 0 0 20 0 6 0 127951749 13679321088 3790 18446744073709551615 4194304 4196468 140730030027008 140730030009552 139957483503351 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
/proc/20688/statm: 3339678 3790 1926 1 0 3329175 0
[pid=20688/tid=20689] ppid=20686 vsize=13374792 memory=8508281356422055842 CPUtime=0.01 cores=1,3,5,7
/proc/20688/task/20689/stat : 20689 (java) R 20686 20686 4674 0 -1 4202560 2357 0 0 0 1 0 0 0 20 0 6 0 127951750 13695787008 3790 18446744073709551615 4194304 4196468 140730030027008 139957487739472 139957469016061 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20690] ppid=20686 vsize=13374792 memory=4122819170707441977 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20690/stat : 20690 (java) S 20686 20686 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 127951750 13695787008 3790 18446744073709551615 4194304 4196468 140730030027008 139957417938064 139957483513557 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20691] ppid=20686 vsize=13374792 memory=140458054776448 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20691/stat : 20691 (java) S 20686 20686 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 127951750 13695787008 3856 18446744073709551615 4194304 4196468 140730030027008 139957416885264 139957483513557 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20692] ppid=20686 vsize=13375820 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20692/stat : 20692 (java) S 20686 20686 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 127951750 13696839680 3856 18446744073709551615 4194304 4196468 140730030027008 139957081127824 139957483513557 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20693] ppid=20686 vsize=13375820 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20693/stat : 20693 (java) S 20686 20686 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 127951750 13696839680 3856 18446744073709551615 4194304 4196468 140730030027008 139957080075024 139957483513557 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20694] ppid=20686 vsize=13375820 memory=140458054776448 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20694/stat : 20694 (java) R 20686 20686 4674 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 7 0 127951752 13696839680 3856 18446744073709551615 4194304 4196468 140730030027008 139957487739472 139957476243201 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13368224 KiB
Current children cumulated memory: 16540 KiB

[startup+0.209902 s]*
/proc/loadavg: 1.62 1.60 1.65 3/215 20702
/proc/meminfo: memFree=31520976/32770624 swapFree=67108764/67108860
[pid=20686] ppid=20683 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/20686/stat : 20686 (xcsp3-exec) S 20683 20686 4674 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 127951741 9740288 345 18446744073709551615 4194304 5098028 140721861239744 140721861237848 140236985700988 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 8 0 0 7196144 7232144 27807744 140721861243256 140721861243461 140721861243461 140721861246955 0
/proc/20686/statm: 2378 345 289 221 0 87 0
[pid=20688] ppid=20686 vsize=13974352 memory=27460 CPUtime=0.09 cores=1,3,5,7
/proc/20688/stat : 20688 (java) S 20686 20686 4674 0 -1 1077944320 5318 0 0 0 8 1 0 0 20 0 15 0 127951749 14309736448 6865 18446744073709551615 4194304 4196468 140730030027008 140730030009552 139957483503351 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
/proc/20688/statm: 3493588 6865 2725 1 0 3482964 0
[pid=20688/tid=20689] ppid=20686 vsize=13974352 memory=7022364594140610616 CPUtime=0.06 cores=1,3,5,7
/proc/20688/task/20689/stat : 20689 (java) R 20686 20686 4674 0 -1 4202560 3468 0 0 0 6 0 0 0 20 0 15 0 127951750 14309736448 6865 18446744073709551615 4194304 4196468 140730030027008 139957487699536 139957483515286 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20690] ppid=20686 vsize=13974352 memory=4294979926 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20690/stat : 20690 (java) S 20686 20686 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 127951750 14309736448 6865 18446744073709551615 4194304 4196468 140730030027008 139957417938064 139957483513557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20691] ppid=20686 vsize=13974352 memory=140458055895207 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20691/stat : 20691 (java) S 20686 20686 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127951750 14309736448 6865 18446744073709551615 4194304 4196468 140730030027008 139957416885264 139957483513557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20692] ppid=20686 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20692/stat : 20692 (java) S 20686 20686 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127951750 14309736448 6865 18446744073709551615 4194304 4196468 140730030027008 139957081127824 139957483513557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20693] ppid=20686 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20693/stat : 20693 (java) S 20686 20686 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127951750 14309736448 6865 18446744073709551615 4194304 4196468 140730030027008 139957080075024 139957483513557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20694] ppid=20686 vsize=13974352 memory=140458054776448 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20694/stat : 20694 (java) S 20686 20686 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 127951752 14309736448 6865 18446744073709551615 4194304 4196468 140730030027008 139956466968944 139957483514498 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20695] ppid=20686 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20695/stat : 20695 (java) S 20686 20686 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 127951752 14309736448 6865 18446744073709551615 4194304 4196468 140730030027008 139956465914912 139957483513557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20696] ppid=20686 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20696/stat : 20696 (java) S 20686 20686 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 127951752 14309736448 6865 18446744073709551615 4194304 4196468 140730030027008 139956464862064 139957483513557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20697] ppid=20686 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20697/stat : 20697 (java) S 20686 20686 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127951755 14309736448 6865 18446744073709551615 4194304 4196468 140730030027008 139956463810384 139957483521947 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20698] ppid=20686 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20698/stat : 20698 (java) S 20686 20686 4674 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 15 0 127951755 14309736448 6865 18446744073709551615 4194304 4196468 140730030027008 139956462758768 139957483514498 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20699] ppid=20686 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20699/stat : 20699 (java) S 20686 20686 4674 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 127951755 14309736448 6865 18446744073709551615 4194304 4196468 140730030027008 139956461705968 139957483514498 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20700] ppid=20686 vsize=13974352 memory=140458054776448 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20700/stat : 20700 (java) S 20686 20686 4674 0 -1 1077944384 250 0 0 0 0 0 0 0 20 0 15 0 127951755 14309736448 6865 18446744073709551615 4194304 4196468 140730030027008 139956460653168 139957483514498 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20701] ppid=20686 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20701/stat : 20701 (java) S 20686 20686 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127951755 14309736448 6865 18446744073709551615 4194304 4196468 140730030027008 139956459600608 139957483513557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20702] ppid=20686 vsize=13974352 memory=140458054776448 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20702/stat : 20702 (java) S 20686 20686 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127951760 14309736448 6865 18446744073709551615 4194304 4196468 140730030027008 139956458547888 139957483514498 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 28840 KiB

[startup+0.310405 s]*
/proc/loadavg: 1.62 1.60 1.65 3/215 20702
/proc/meminfo: memFree=31509256/32770624 swapFree=67108764/67108860
[pid=20686] ppid=20683 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/20686/stat : 20686 (xcsp3-exec) S 20683 20686 4674 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 127951741 9740288 345 18446744073709551615 4194304 5098028 140721861239744 140721861237848 140236985700988 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 8 0 0 7196144 7232144 27807744 140721861243256 140721861243461 140721861243461 140721861246955 0
/proc/20686/statm: 2378 345 289 221 0 87 0
[pid=20688] ppid=20686 vsize=13974352 memory=36552 CPUtime=0.27 cores=1,3,5,7
/proc/20688/stat : 20688 (java) S 20686 20686 4674 0 -1 1077944320 8792 0 0 0 25 2 0 0 20 0 15 0 127951749 14309736448 9138 18446744073709551615 4194304 4196468 140730030027008 140730030009552 139957483503351 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
/proc/20688/statm: 3493588 9138 2949 1 0 3482964 0
[pid=20688/tid=20689] ppid=20686 vsize=13974352 memory=4278483708103473607 CPUtime=0.17 cores=1,3,5,7
/proc/20688/task/20689/stat : 20689 (java) R 20686 20686 4674 0 -1 4202560 6096 0 0 0 15 2 0 0 20 0 15 0 127951750 14309736448 9138 18446744073709551615 4194304 4196468 140730030027008 139957487731376 139957483525277 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20690] ppid=20686 vsize=13974352 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20690/stat : 20690 (java) S 20686 20686 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 127951750 14309736448 9138 18446744073709551615 4194304 4196468 140730030027008 139957417938064 139957483513557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20691] ppid=20686 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20691/stat : 20691 (java) S 20686 20686 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127951750 14309736448 9138 18446744073709551615 4194304 4196468 140730030027008 139957416885264 139957483513557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20692] ppid=20686 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20692/stat : 20692 (java) S 20686 20686 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127951750 14309736448 9138 18446744073709551615 4194304 4196468 140730030027008 139957081127824 139957483513557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20693] ppid=20686 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20693/stat : 20693 (java) S 20686 20686 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127951750 14309736448 9138 18446744073709551615 4194304 4196468 140730030027008 139957080075024 139957483513557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20694] ppid=20686 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20694/stat : 20694 (java) S 20686 20686 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 127951752 14309736448 9138 18446744073709551615 4194304 4196468 140730030027008 139956466968944 139957483514498 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20695] ppid=20686 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20695/stat : 20695 (java) S 20686 20686 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 127951752 14309736448 9138 18446744073709551615 4194304 4196468 140730030027008 139956465914912 139957483513557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20696] ppid=20686 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20696/stat : 20696 (java) S 20686 20686 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 127951752 14309736448 9138 18446744073709551615 4194304 4196468 140730030027008 139956464862064 139957483513557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20697] ppid=20686 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20697/stat : 20697 (java) S 20686 20686 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127951755 14309736448 9138 18446744073709551615 4194304 4196468 140730030027008 139956463810384 139957483521947 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20698] ppid=20686 vsize=13974352 memory=140457913111488 CPUtime=0.02 cores=1,3,5,7
/proc/20688/task/20698/stat : 20698 (java) R 20686 20686 4674 0 -1 1077944384 390 0 0 0 2 0 0 0 20 0 15 0 127951755 14309736448 9138 18446744073709551615 4194304 4196468 140730030027008 139956462758768 139957483514498 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20699] ppid=20686 vsize=13974352 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/20688/task/20699/stat : 20699 (java) S 20686 20686 4674 0 -1 1077944384 310 0 0 0 1 0 0 0 20 0 15 0 127951755 14309736448 9138 18446744073709551615 4194304 4196468 140730030027008 139956461705968 139957483514498 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20700] ppid=20686 vsize=13974352 memory=140458054776448 CPUtime=0.06 cores=1,3,5,7
/proc/20688/task/20700/stat : 20700 (java) R 20686 20686 4674 0 -1 4202560 693 0 0 0 6 0 0 0 20 0 15 0 127951755 14309736448 9138 18446744073709551615 4194304 4196468 140730030027008 139956460653168 139957483515286 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20701] ppid=20686 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20701/stat : 20701 (java) S 20686 20686 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127951755 14309736448 9138 18446744073709551615 4194304 4196468 140730030027008 139956459600608 139957483513557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20702] ppid=20686 vsize=13974352 memory=140458054776448 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20702/stat : 20702 (java) S 20686 20686 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127951760 14309736448 9138 18446744073709551615 4194304 4196468 140730030027008 139956458547888 139957483514498 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 37932 KiB

[startup+0.700801 s]
/proc/loadavg: 1.62 1.60 1.65 5/215 20702
/proc/meminfo: memFree=31496724/32770624 swapFree=67108764/67108860
[pid=20686] ppid=20683 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/20686/stat : 20686 (xcsp3-exec) S 20683 20686 4674 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 127951741 9740288 345 18446744073709551615 4194304 5098028 140721861239744 140721861237848 140236985700988 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 8 0 0 7196144 7232144 27807744 140721861243256 140721861243461 140721861243461 140721861246955 0
/proc/20686/statm: 2378 345 289 221 0 87 0
[pid=20688] ppid=20686 vsize=13980732 memory=64156 CPUtime=1.22 cores=1,3,5,7
/proc/20688/stat : 20688 (java) S 20686 20686 4674 0 -1 1077944320 13648 0 0 0 118 4 0 0 20 0 15 0 127951749 14316269568 16039 18446744073709551615 4194304 4196468 140730030027008 140730030009552 139957483503351 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
/proc/20688/statm: 3495183 16039 3177 1 0 3483476 0
[pid=20688/tid=20689] ppid=20686 vsize=13980732 memory=164 CPUtime=0.55 cores=1,3,5,7
/proc/20688/task/20689/stat : 20689 (java) R 20686 20686 4674 0 -1 4202560 8466 0 0 0 52 3 0 0 20 0 15 0 127951750 14316269568 16039 18446744073709551615 4194304 4196468 140730030027008 139957487740064 139957098995029 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20690] ppid=20686 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20690/stat : 20690 (java) S 20686 20686 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 127951750 14316269568 16039 18446744073709551615 4194304 4196468 140730030027008 139957417938064 139957483513557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20691] ppid=20686 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20691/stat : 20691 (java) S 20686 20686 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127951750 14316269568 16039 18446744073709551615 4194304 4196468 140730030027008 139957416885264 139957483513557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20692] ppid=20686 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20692/stat : 20692 (java) S 20686 20686 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127951750 14316269568 16039 18446744073709551615 4194304 4196468 140730030027008 139957081127824 139957483513557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20693] ppid=20686 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20693/stat : 20693 (java) S 20686 20686 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127951750 14316269568 16039 18446744073709551615 4194304 4196468 140730030027008 139957080075024 139957483513557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20694] ppid=20686 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20694/stat : 20694 (java) S 20686 20686 4674 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 127951752 14316269568 16039 18446744073709551615 4194304 4196468 140730030027008 139956466968944 139957483514498 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20695] ppid=20686 vsize=13980732 memory=1 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20695/stat : 20695 (java) S 20686 20686 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 127951752 14316269568 16039 18446744073709551615 4194304 4196468 140730030027008 139956465914912 139957483513557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20696] ppid=20686 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20696/stat : 20696 (java) S 20686 20686 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 127951752 14316269568 16039 18446744073709551615 4194304 4196468 140730030027008 139956464862064 139957483513557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20697] ppid=20686 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20697/stat : 20697 (java) S 20686 20686 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127951755 14316269568 16039 18446744073709551615 4194304 4196468 140730030027008 139956463810384 139957483521947 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20698] ppid=20686 vsize=13980732 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/20688/task/20698/stat : 20698 (java) R 20686 20686 4674 0 -1 4202560 1418 0 0 0 22 0 0 0 20 0 15 0 127951755 14316269568 16039 18446744073709551615 4194304 4196468 140730030027008 139956462744792 139957462747111 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20699] ppid=20686 vsize=13980732 memory=29 CPUtime=0.19 cores=1,3,5,7
/proc/20688/task/20699/stat : 20699 (java) R 20686 20686 4674 0 -1 4202560 1017 0 0 0 19 0 0 0 20 0 15 0 127951755 14316269568 16039 18446744073709551615 4194304 4196468 140730030027008 139956461705152 139957464840194 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20700] ppid=20686 vsize=13980732 memory=229 CPUtime=0.23 cores=1,3,5,7
/proc/20688/task/20700/stat : 20700 (java) S 20686 20686 4674 0 -1 1077944384 1440 0 0 0 23 0 0 0 20 0 15 0 127951755 14316269568 16039 18446744073709551615 4194304 4196468 140730030027008 139956460653168 139957483514498 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20701] ppid=20686 vsize=13980732 memory=3016 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20701/stat : 20701 (java) S 20686 20686 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127951755 14316269568 16039 18446744073709551615 4194304 4196468 140730030027008 139956459600608 139957483513557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20702] ppid=20686 vsize=13980732 memory=4278483708103473607 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20702/stat : 20702 (java) S 20686 20686 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127951760 14316269568 16039 18446744073709551615 4194304 4196468 140730030027008 139956458547888 139957483514498 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 65536 KiB

[startup+1.50086 s]
/proc/loadavg: 1.62 1.60 1.65 5/215 20702
/proc/meminfo: memFree=31471176/32770624 swapFree=67108764/67108860
[pid=20686] ppid=20683 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/20686/stat : 20686 (xcsp3-exec) S 20683 20686 4674 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 127951741 9740288 345 18446744073709551615 4194304 5098028 140721861239744 140721861237848 140236985700988 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 8 0 0 7196144 7232144 27807744 140721861243256 140721861243461 140721861243461 140721861246955 0
/proc/20686/statm: 2378 345 289 221 0 87 0
[pid=20688] ppid=20686 vsize=13980732 memory=82060 CPUtime=3.73 cores=1,3,5,7
/proc/20688/stat : 20688 (java) S 20686 20686 4674 0 -1 1077944320 22606 0 0 0 367 6 0 0 20 0 15 0 127951749 14316269568 20515 18446744073709551615 4194304 4196468 140730030027008 140730030009552 139957483503351 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
/proc/20688/statm: 3495183 20515 3182 1 0 3483476 0
[pid=20688/tid=20689] ppid=20686 vsize=13980732 memory=6944656575208382560 CPUtime=1.35 cores=1,3,5,7
/proc/20688/task/20689/stat : 20689 (java) R 20686 20686 4674 0 -1 4202560 8765 0 0 0 132 3 0 0 20 0 15 0 127951750 14316269568 20515 18446744073709551615 4194304 4196468 140730030027008 139957487740320 139957099754857 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20690] ppid=20686 vsize=13980732 memory=164 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20690/stat : 20690 (java) S 20686 20686 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 127951750 14316269568 20515 18446744073709551615 4194304 4196468 140730030027008 139957417938064 139957483513557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20691] ppid=20686 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20691/stat : 20691 (java) S 20686 20686 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127951750 14316269568 20515 18446744073709551615 4194304 4196468 140730030027008 139957416885264 139957483513557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20692] ppid=20686 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20692/stat : 20692 (java) S 20686 20686 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127951750 14316269568 20515 18446744073709551615 4194304 4196468 140730030027008 139957081127824 139957483513557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20693] ppid=20686 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20693/stat : 20693 (java) S 20686 20686 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127951750 14316269568 20515 18446744073709551615 4194304 4196468 140730030027008 139957080075024 139957483513557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20694] ppid=20686 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20694/stat : 20694 (java) S 20686 20686 4674 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 127951752 14316269568 20515 18446744073709551615 4194304 4196468 140730030027008 139956466968944 139957483514498 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20695] ppid=20686 vsize=13980732 memory=8386028099886723890 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20695/stat : 20695 (java) S 20686 20686 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 127951752 14316269568 20515 18446744073709551615 4194304 4196468 140730030027008 139956465914912 139957483513557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20696] ppid=20686 vsize=13980732 memory=8389687274584093490 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20696/stat : 20696 (java) S 20686 20686 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 127951752 14316269568 20515 18446744073709551615 4194304 4196468 140730030027008 139956464862064 139957483513557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20697] ppid=20686 vsize=13980732 memory=7449279377460966194 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20697/stat : 20697 (java) S 20686 20686 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127951755 14316269568 20515 18446744073709551615 4194304 4196468 140730030027008 139956463810384 139957483521947 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20698] ppid=20686 vsize=13980732 memory=8463433718566499124 CPUtime=1.02 cores=1,3,5,7
/proc/20688/task/20698/stat : 20698 (java) R 20686 20686 4674 0 -1 4202560 5568 0 0 0 101 1 0 0 20 0 15 0 127951755 14316269568 20515 18446744073709551615 4194304 4196468 140730030027008 139956462748480 139957468425133 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20699] ppid=20686 vsize=13980732 memory=-8774313645642428999 CPUtime=0.99 cores=1,3,5,7
/proc/20688/task/20699/stat : 20699 (java) R 20686 20686 4674 0 -1 4202560 4445 0 0 0 99 0 0 0 20 0 15 0 127951755 14316269568 20515 18446744073709551615 4194304 4196468 140730030027008 139956461693872 139957466971547 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20700] ppid=20686 vsize=13980732 memory=1 CPUtime=0.34 cores=1,3,5,7
/proc/20688/task/20700/stat : 20700 (java) R 20686 20686 4674 0 -1 1077944384 2507 0 0 0 33 1 0 0 20 0 15 0 127951755 14316269568 20515 18446744073709551615 4194304 4196468 140730030027008 139956460653168 139957483514498 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20701] ppid=20686 vsize=13980732 memory=8017 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20701/stat : 20701 (java) S 20686 20686 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127951755 14316269568 20515 18446744073709551615 4194304 4196468 140730030027008 139956459600608 139957483513557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20702] ppid=20686 vsize=13980732 memory=156 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20702/stat : 20702 (java) S 20686 20686 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127951760 14316269568 20515 18446744073709551615 4194304 4196468 140730030027008 139956458547888 139957483514498 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
Current children cumulated CPU time: 3.73 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 83440 KiB

[startup+2.28765 s]
# the end of solver process 20686 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=5.72688 s, system=0.074381 s

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

[startup+1.60104 s]
/proc/loadavg: 1.62 1.60 1.65 5/215 20702
/proc/meminfo: memFree=31471176/32770624 swapFree=67108764/67108860
[pid=20686] ppid=20683 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/20686/stat : 20686 (xcsp3-exec) S 20683 20686 4674 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 127951741 9740288 345 18446744073709551615 4194304 5098028 140721861239744 140721861237848 140236985700988 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 8 0 0 7196144 7232144 27807744 140721861243256 140721861243461 140721861243461 140721861246955 0
/proc/20686/statm: 2378 345 289 221 0 87 0
[pid=20688] ppid=20686 vsize=13980732 memory=84180 CPUtime=4.03 cores=1,3,5,7
/proc/20688/stat : 20688 (java) S 20686 20686 4674 0 -1 1077944320 22800 0 0 0 397 6 0 0 20 0 15 0 127951749 14316269568 21045 18446744073709551615 4194304 4196468 140730030027008 140730030009552 139957483503351 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
/proc/20688/statm: 3495183 21045 3183 1 0 3483476 0
[pid=20688/tid=20689] ppid=20686 vsize=13980732 memory=0 CPUtime=1.45 cores=1,3,5,7
/proc/20688/task/20689/stat : 20689 (java) R 20686 20686 4674 0 -1 4202560 8767 0 0 0 142 3 0 0 20 0 15 0 127951750 14316269568 21045 18446744073709551615 4194304 4196468 140730030027008 139957487740320 139957100625903 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20690] ppid=20686 vsize=13980732 memory=12874 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20690/stat : 20690 (java) S 20686 20686 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 127951750 14316269568 21045 18446744073709551615 4194304 4196468 140730030027008 139957417938064 139957483513557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20691] ppid=20686 vsize=13980732 memory=21491 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20691/stat : 20691 (java) S 20686 20686 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127951750 14316269568 21045 18446744073709551615 4194304 4196468 140730030027008 139957416885264 139957483513557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20692] ppid=20686 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20692/stat : 20692 (java) S 20686 20686 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127951750 14316269568 21045 18446744073709551615 4194304 4196468 140730030027008 139957081127824 139957483513557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20693] ppid=20686 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20693/stat : 20693 (java) S 20686 20686 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127951750 14316269568 21045 18446744073709551615 4194304 4196468 140730030027008 139957080075024 139957483513557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20694] ppid=20686 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20694/stat : 20694 (java) S 20686 20686 4674 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 127951752 14316269568 21045 18446744073709551615 4194304 4196468 140730030027008 139956466968944 139957483514498 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20695] ppid=20686 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20695/stat : 20695 (java) S 20686 20686 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 127951752 14316269568 21045 18446744073709551615 4194304 4196468 140730030027008 139956465914912 139957483513557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20696] ppid=20686 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20696/stat : 20696 (java) S 20686 20686 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 127951752 14316269568 21045 18446744073709551615 4194304 4196468 140730030027008 139956464862064 139957483513557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20697] ppid=20686 vsize=13980732 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20697/stat : 20697 (java) S 20686 20686 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127951755 14316269568 21045 18446744073709551615 4194304 4196468 140730030027008 139956463810384 139957483521947 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20698] ppid=20686 vsize=13980732 memory=6944656592455097440 CPUtime=1.12 cores=1,3,5,7
/proc/20688/task/20698/stat : 20698 (java) R 20686 20686 4674 0 -1 4202560 5593 0 0 0 111 1 0 0 20 0 15 0 127951755 14316269568 21045 18446744073709551615 4194304 4196468 140730030027008 139956462746448 139957465023041 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20699] ppid=20686 vsize=13980732 memory=6655300316396806240 CPUtime=1.09 cores=1,3,5,7
/proc/20688/task/20699/stat : 20699 (java) R 20686 20686 4674 0 -1 4202560 4612 0 0 0 109 0 0 0 20 0 15 0 127951755 14316269568 21045 18446744073709551615 4194304 4196468 140730030027008 139956461693872 139957461520330 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20700] ppid=20686 vsize=13980732 memory=6656426216303648864 CPUtime=0.34 cores=1,3,5,7
/proc/20688/task/20700/stat : 20700 (java) S 20686 20686 4674 0 -1 1077944384 2507 0 0 0 33 1 0 0 20 0 15 0 127951755 14316269568 21045 18446744073709551615 4194304 4196468 140730030027008 139956460653168 139957483514498 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20701] ppid=20686 vsize=13980732 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20701/stat : 20701 (java) S 20686 20686 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127951755 14316269568 21045 18446744073709551615 4194304 4196468 140730030027008 139956459600608 139957483513557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20702] ppid=20686 vsize=13980732 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20702/stat : 20702 (java) S 20686 20686 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127951760 14316269568 21045 18446744073709551615 4194304 4196468 140730030027008 139956458547888 139957483514498 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
Current children cumulated CPU time: 4.03 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 85560 KiB

[startup+2.00079 s]*
/proc/loadavg: 1.62 1.60 1.65 5/215 20702
/proc/meminfo: memFree=31456036/32770624 swapFree=67108764/67108860
[pid=20686] ppid=20683 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/20686/stat : 20686 (xcsp3-exec) S 20683 20686 4674 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 127951741 9740288 345 18446744073709551615 4194304 5098028 140721861239744 140721861237848 140236985700988 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 8 0 0 7196144 7232144 27807744 140721861243256 140721861243461 140721861243461 140721861246955 0
/proc/20686/statm: 2378 345 289 221 0 87 0
[pid=20688] ppid=20686 vsize=13980732 memory=92900 CPUtime=5.23 cores=1,3,5,7
/proc/20688/stat : 20688 (java) S 20686 20686 4674 0 -1 1077944320 23767 0 0 0 517 6 0 0 20 0 15 0 127951749 14316269568 23225 18446744073709551615 4194304 4196468 140730030027008 140730030009552 139957483503351 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
/proc/20688/statm: 3495183 23225 3193 1 0 3483476 0
[pid=20688/tid=20689] ppid=20686 vsize=13980732 memory=5793435989469646947 CPUtime=1.86 cores=1,3,5,7
/proc/20688/task/20689/stat : 20689 (java) R 20686 20686 4674 0 -1 4202560 8783 0 0 0 183 3 0 0 20 0 15 0 127951750 14316269568 23225 18446744073709551615 4194304 4196468 140730030027008 139957487740448 139957096185124 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20690] ppid=20686 vsize=13980732 memory=3471202400615804975 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20690/stat : 20690 (java) S 20686 20686 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 127951750 14316269568 23225 18446744073709551615 4194304 4196468 140730030027008 139957417938064 139957483513557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20691] ppid=20686 vsize=13980732 memory=4122819170707441977 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20691/stat : 20691 (java) S 20686 20686 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127951750 14316269568 23225 18446744073709551615 4194304 4196468 140730030027008 139957416885264 139957483513557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20692] ppid=20686 vsize=13980732 memory=140457913125375 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20692/stat : 20692 (java) S 20686 20686 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127951750 14316269568 23225 18446744073709551615 4194304 4196468 140730030027008 139957081127824 139957483513557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20693] ppid=20686 vsize=13980732 memory=140457912828023 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20693/stat : 20693 (java) S 20686 20686 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127951750 14316269568 23225 18446744073709551615 4194304 4196468 140730030027008 139957080075024 139957483513557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20694] ppid=20686 vsize=13980732 memory=288371062712432280 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20694/stat : 20694 (java) S 20686 20686 4674 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 127951752 14316269568 23225 18446744073709551615 4194304 4196468 140730030027008 139956466968944 139957483514498 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20695] ppid=20686 vsize=13980732 memory=288230376151711743 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20695/stat : 20695 (java) S 20686 20686 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 127951752 14316269568 23225 18446744073709551615 4194304 4196468 140730030027008 139956465914912 139957483513557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20696] ppid=20686 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20696/stat : 20696 (java) S 20686 20686 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 127951752 14316269568 23225 18446744073709551615 4194304 4196468 140730030027008 139956464862064 139957483513557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20697] ppid=20686 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20697/stat : 20697 (java) S 20686 20686 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127951755 14316269568 23225 18446744073709551615 4194304 4196468 140730030027008 139956463810384 139957483521947 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20698] ppid=20686 vsize=13980732 memory=0 CPUtime=1.51 cores=1,3,5,7
/proc/20688/task/20698/stat : 20698 (java) R 20686 20686 4674 0 -1 4202560 5733 0 0 0 150 1 0 0 20 0 15 0 127951755 14316269568 23225 18446744073709551615 4194304 4196468 140730030027008 139956462758768 139957466888144 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20699] ppid=20686 vsize=13980732 memory=-1 CPUtime=1.48 cores=1,3,5,7
/proc/20688/task/20699/stat : 20699 (java) R 20686 20686 4674 0 -1 4202560 5398 0 0 0 148 0 0 0 20 0 15 0 127951755 14316269568 23225 18446744073709551615 4194304 4196468 140730030027008 139956461705968 139957464204128 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20700] ppid=20686 vsize=13980732 memory=140458054776448 CPUtime=0.36 cores=1,3,5,7
/proc/20688/task/20700/stat : 20700 (java) S 20686 20686 4674 0 -1 1077944384 2532 0 0 0 35 1 0 0 20 0 15 0 127951755 14316269568 23225 18446744073709551615 4194304 4196468 140730030027008 139956460653168 139957483514498 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20701] ppid=20686 vsize=13980732 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20701/stat : 20701 (java) S 20686 20686 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127951755 14316269568 23225 18446744073709551615 4194304 4196468 140730030027008 139956459600608 139957483513557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20702] ppid=20686 vsize=13980732 memory=140458054776448 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20702/stat : 20702 (java) S 20686 20686 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127951760 14316269568 23225 18446744073709551615 4194304 4196468 140730030027008 139956458547888 139957483514498 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
Current children cumulated CPU time: 5.23 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 94280 KiB

[startup+2.20076 s]
/proc/loadavg: 1.62 1.60 1.65 5/215 20702
/proc/meminfo: memFree=31456036/32770624 swapFree=67108764/67108860
[pid=20686] ppid=20683 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/20686/stat : 20686 (xcsp3-exec) S 20683 20686 4674 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 127951741 9740288 345 18446744073709551615 4194304 5098028 140721861239744 140721861237848 140236985700988 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 8 0 0 7196144 7232144 27807744 140721861243256 140721861243461 140721861243461 140721861246955 0
/proc/20686/statm: 2378 345 289 221 0 87 0
[pid=20688] ppid=20686 vsize=13980732 memory=95184 CPUtime=5.69 cores=1,3,5,7
/proc/20688/stat : 20688 (java) S 20686 20686 4674 0 -1 1077944320 24253 0 0 0 563 6 0 0 20 0 15 0 127951749 14316269568 23796 18446744073709551615 4194304 4196468 140730030027008 140730030009552 139957483503351 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
/proc/20688/statm: 3495183 23796 3202 1 0 3483476 0
[pid=20688/tid=20689] ppid=20686 vsize=13980732 memory=1128985 CPUtime=2.05 cores=1,3,5,7
/proc/20688/task/20689/stat : 20689 (java) R 20686 20686 4674 0 -1 4202560 8955 0 0 0 202 3 0 0 20 0 15 0 127951750 14316269568 23796 18446744073709551615 4194304 4196468 140730030027008 139957487740448 139957100066929 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20690] ppid=20686 vsize=13980732 memory=13275 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20690/stat : 20690 (java) S 20686 20686 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 127951750 14316269568 23796 18446744073709551615 4194304 4196468 140730030027008 139957417938064 139957483513557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20691] ppid=20686 vsize=13980732 memory=982390 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20691/stat : 20691 (java) S 20686 20686 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127951750 14316269568 23796 18446744073709551615 4194304 4196468 140730030027008 139957416885264 139957483513557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20692] ppid=20686 vsize=13980732 memory=-8412652143906166643 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20692/stat : 20692 (java) S 20686 20686 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127951750 14316269568 23796 18446744073709551615 4194304 4196468 140730030027008 139957081127824 139957483513557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20693] ppid=20686 vsize=13980732 memory=-8253362664378451622 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20693/stat : 20693 (java) S 20686 20686 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127951750 14316269568 23796 18446744073709551615 4194304 4196468 140730030027008 139957080075024 139957483513557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20694] ppid=20686 vsize=13980732 memory=-8253362762721552512 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20694/stat : 20694 (java) S 20686 20686 4674 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 127951752 14316269568 23796 18446744073709551615 4194304 4196468 140730030027008 139956466968944 139957483514498 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20695] ppid=20686 vsize=13980732 memory=-6659576406218473585 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20695/stat : 20695 (java) S 20686 20686 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 127951752 14316269568 23796 18446744073709551615 4194304 4196468 140730030027008 139956465914912 139957483513557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20696] ppid=20686 vsize=13980732 memory=-8985395855772247728 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20696/stat : 20696 (java) S 20686 20686 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 127951752 14316269568 23796 18446744073709551615 4194304 4196468 140730030027008 139956464862064 139957483513557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20697] ppid=20686 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20697/stat : 20697 (java) S 20686 20686 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127951755 14316269568 23796 18446744073709551615 4194304 4196468 140730030027008 139956463810384 139957483521947 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20698] ppid=20686 vsize=13980732 memory=-7461723844783929535 CPUtime=1.63 cores=1,3,5,7
/proc/20688/task/20698/stat : 20698 (java) S 20686 20686 4674 0 -1 1077944384 5917 0 0 0 162 1 0 0 20 0 15 0 127951755 14316269568 23796 18446744073709551615 4194304 4196468 140730030027008 139956462758768 139957483514498 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20699] ppid=20686 vsize=13980732 memory=-3826832332642136911 CPUtime=1.62 cores=1,3,5,7
/proc/20688/task/20699/stat : 20699 (java) S 20686 20686 4674 0 -1 1077944384 5508 0 0 0 162 0 0 0 20 0 15 0 127951755 14316269568 23796 18446744073709551615 4194304 4196468 140730030027008 139956461705968 139957483514498 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20700] ppid=20686 vsize=13980732 memory=2867664673584944 CPUtime=0.36 cores=1,3,5,7
/proc/20688/task/20700/stat : 20700 (java) S 20686 20686 4674 0 -1 1077944384 2533 0 0 0 35 1 0 0 20 0 15 0 127951755 14316269568 23796 18446744073709551615 4194304 4196468 140730030027008 139956460653168 139957483514498 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20701] ppid=20686 vsize=13980732 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20701/stat : 20701 (java) S 20686 20686 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127951755 14316269568 23796 18446744073709551615 4194304 4196468 140730030027008 139956459600608 139957483513557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
[pid=20688/tid=20702] ppid=20686 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20688/task/20702/stat : 20702 (java) S 20686 20686 4674 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 127951760 14316269568 23796 18446744073709551615 4194304 4196468 140730030027008 139956458547888 139957483514498 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15052800 140730030031281 140730030031457 140730030031457 140730030034895 0
Current children cumulated CPU time: 5.69 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 96564 KiB

Child status: 0
Real time (s): 2.2877
CPU time (s): 5.80127
CPU user time (s): 5.72688
CPU system time (s): 0.074381
CPU usage (%): 253.585
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 96564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.72689
system time used= 0.074381
maximum resident set size= 99724
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25601
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1666
involuntary context switches= 10


# summary of solver processes directly reported to runsolver:
#   pid: 20686
#   total CPU time (s): 5.80127
#   total CPU user time (s): 5.72688
#   total CPU system time (s): 0.074381

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.035491 second user time and 0.069011 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-15 15:26:59
IDJOB=4269558
IDBENCH=133193
IDSOLVER=2660
FILE ID=node134/4269558-1502804452
RUNJOBID= node134-1502649032-24471
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/MagicSquare/MagicSquare-m1-gp/MagicSquare-9-f50-01.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-4269558-1502804452/watcher-4269558-1502804452 -o /tmp/evaluation-result-4269558-1502804452/solver-4269558-1502804452 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502649032-24471 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 2064531096 HOME/instance-4269558-1502804452.xml

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

MD5SUM BENCH= 0545f7d39e3e069a4efc40a10a882e5e
RANDOM SEED=2064531096

node134.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31536000 kB
MemAvailable:   31828316 kB
Buffers:          280020 kB
Cached:           315436 kB
SwapCached:            4 kB
Active:           539728 kB
Inactive:         246140 kB
Active(anon):     137480 kB
Inactive(anon):   102688 kB
Active(file):     402248 kB
Inactive(file):   143452 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108764 kB
Dirty:              7880 kB
Writeback:             4 kB
AnonPages:        190252 kB
Mapped:            73088 kB
Shmem:             49756 kB
Slab:             151916 kB
SReclaimable:     124900 kB
SUnreclaim:        27016 kB
KernelStack:        3568 kB
PageTables:         5684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1177344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    100352 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62016 MiB
End job on node134 at 2017-08-15 15:27:01