Trace number 4272506

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 5a (2017-07-26)SAT 13.8848 7.0701098

General information on the benchmark

NameMagicSquare/MagicSquare-mdd-s1/
MagicSquare-7-mdd.xml
MD5SUM20a8e169b195ff609cdc9a5628947f82
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.40098801
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints17
Number of domains1
Minimum domain size49
Maximum domain size49
Distribution of domain sizes[{"size":49,"count":49}]
Minimum variable degree3
Maximum variable degree5
Distribution of variable degrees[{"degree":3,"count":36},{"degree":4,"count":12},{"degree":5,"count":1}]
Minimum constraint arity7
Maximum constraint arity49
Distribution of constraint arities[{"arity":7,"count":16},{"arity":49,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":16},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.09	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4272506-1502805653.xml"  -tl '2520s' -p 1 -x 3
0.05/0.31	c [HOME/instance-4272506-1502805653.xml, -tl, 2520s, -p, 1, -x, 3]
0.21/0.37	c simple solver
0.37/0.44	c parse instance...
2.95/1.49	c solve instance...
13.81/7.06	s SATISFIABLE
13.81/7.06	v <instantiation>
13.81/7.06	v 	<list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] </list>
13.81/7.06	v 	<values>11 47 33 15 20 14 35 38 2 31 16 24 42 22 40 48 12 13 43 9 10 39 25 32 41 7 8 23 4 1 5 46 44 45 30 37 3 28 27 18 36 26 6 49 34 17 19 21 29 </values>
13.81/7.06	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 (14357 MiB free)
  memory of node 1: 16384 MiB (15212 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4272506-1502805653/watcher-4272506-1502805653 -o /tmp/evaluation-result-4272506-1502805653/solver-4272506-1502805653 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502649221-29001 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 79197024 HOME/instance-4272506-1502805653.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=545, runsolver pid=542

[startup+0.100097 s]*
/proc/loadavg: 1.57 1.36 1.46 4/204 554
/proc/meminfo: memFree=30277164/32770624 swapFree=67108860/67108860
[pid=545] ppid=542 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/545/stat : 545 (xcsp3-exec) S 542 545 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 34447901 9740288 345 18446744073709551615 4194304 5098028 140728591870208 140728591868312 139992012350076 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 10272768 140728591872379 140728591872582 140728591872582 140728591876075 0
/proc/545/statm: 2378 345 289 221 0 87 0
[pid=547] ppid=545 vsize=13358712 memory=13984 CPUtime=0 cores=1,3,5,7
/proc/547/stat : 547 (java) S 545 545 7968 0 -1 1077944320 3253 0 0 0 0 0 0 0 20 0 6 0 34447910 13679321088 3496 18446744073709551615 4194304 4196468 140726543319168 140726543301712 140712620420855 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
/proc/547/statm: 3339678 3496 1867 1 0 3329175 0
[pid=547/tid=549] ppid=545 vsize=13358712 memory=7311146985107750967 CPUtime=0 cores=1,3,5,7
/proc/547/task/549/stat : 549 (java) R 545 545 7968 0 -1 4202560 2116 0 0 0 0 0 0 0 20 0 6 0 34447910 13679321088 3562 18446744073709551615 4194304 4196468 140726543319168 140712624656976 140712620442781 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=550] ppid=545 vsize=13358712 memory=11602 CPUtime=0 cores=1,3,5,7
/proc/547/task/550/stat : 550 (java) S 545 545 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 34447911 13679321088 3562 18446744073709551615 4194304 4196468 140726543319168 140712592263952 140712620431061 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=552] ppid=545 vsize=13358712 memory=288370348738643584 CPUtime=0 cores=1,3,5,7
/proc/547/task/552/stat : 552 (java) S 545 545 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 34447911 13679321088 3562 18446744073709551615 4194304 4196468 140726543319168 140712219765648 140712620431061 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=553] ppid=545 vsize=13358712 memory=0 CPUtime=0 cores=1,3,5,7
/proc/547/task/553/stat : 553 (java) S 545 545 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 34447911 13679321088 3562 18446744073709551615 4194304 4196468 140726543319168 140712218713104 140712620431061 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=554] ppid=545 vsize=13358712 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/547/task/554/stat : 554 (java) S 545 545 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 34447911 13679321088 3562 18446744073709551615 4194304 4196468 140726543319168 140712217660560 140712620431061 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13368224 KiB
Current children cumulated memory: 15364 KiB

[startup+0.21027 s]*
/proc/loadavg: 1.57 1.36 1.46 2/212 562
/proc/meminfo: memFree=30269188/32770624 swapFree=67108860/67108860
[pid=545] ppid=542 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/545/stat : 545 (xcsp3-exec) S 542 545 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 34447901 9740288 345 18446744073709551615 4194304 5098028 140728591870208 140728591868312 139992012350076 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 10272768 140728591872379 140728591872582 140728591872582 140728591876075 0
/proc/545/statm: 2378 345 289 221 0 87 0
[pid=547] ppid=545 vsize=13907304 memory=20632 CPUtime=0.05 cores=1,3,5,7
/proc/547/stat : 547 (java) S 545 545 7968 0 -1 1077944320 4619 0 0 0 4 1 0 0 20 0 14 0 34447910 14241079296 5158 18446744073709551615 4194304 4196468 140726543319168 140726543301712 140712620420855 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
/proc/547/statm: 3476826 5158 2554 1 0 3466323 0
[pid=547/tid=549] ppid=545 vsize=13907304 memory=7311146985107750967 CPUtime=0.04 cores=1,3,5,7
/proc/547/task/549/stat : 549 (java) D 545 545 7968 0 -1 4202560 2782 0 0 0 4 0 0 0 20 0 14 0 34447910 14241079296 5158 18446744073709551615 4194304 4196468 140726543319168 140712624658336 140712620442877 0 4 1 16800974 18446744071580418449 0 0 -1 5 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=550] ppid=545 vsize=13907304 memory=11602 CPUtime=0 cores=1,3,5,7
/proc/547/task/550/stat : 550 (java) S 545 545 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 34447911 14241079296 5158 18446744073709551615 4194304 4196468 140726543319168 140712592263952 140712620431061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=552] ppid=545 vsize=13907304 memory=288370348738643584 CPUtime=0 cores=1,3,5,7
/proc/547/task/552/stat : 552 (java) S 545 545 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 34447911 14241079296 5158 18446744073709551615 4194304 4196468 140726543319168 140712219765648 140712620431061 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=553] ppid=545 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/547/task/553/stat : 553 (java) S 545 545 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 34447911 14241079296 5158 18446744073709551615 4194304 4196468 140726543319168 140712218713104 140712620431061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=554] ppid=545 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/547/task/554/stat : 554 (java) S 545 545 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 34447911 14241079296 5158 18446744073709551615 4194304 4196468 140726543319168 140712217660560 140712620431061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=555] ppid=545 vsize=13907304 memory=139972586931840 CPUtime=0 cores=1,3,5,7
/proc/547/task/555/stat : 555 (java) S 545 545 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 34447912 14241079296 5158 18446744073709551615 4194304 4196468 140726543319168 140712098990064 140712620432002 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=556] ppid=545 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/547/task/556/stat : 556 (java) S 545 545 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 34447912 14241079296 5158 18446744073709551615 4194304 4196468 140726543319168 140712097936288 140712620431061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=557] ppid=545 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/547/task/557/stat : 557 (java) S 545 545 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 34447913 14241079296 5158 18446744073709551615 4194304 4196468 140726543319168 140712096883696 140712620431061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=558] ppid=545 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/547/task/558/stat : 558 (java) S 545 545 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 34447915 14241079296 5158 18446744073709551615 4194304 4196468 140726543319168 140712095832272 140712620439451 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=559] ppid=545 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/547/task/559/stat : 559 (java) S 545 545 7968 0 -1 1077944384 323 0 0 0 0 0 0 0 20 0 14 0 34447915 14241079296 5158 18446744073709551615 4194304 4196468 140726543319168 140712094779888 140712620432002 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=560] ppid=545 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/547/task/560/stat : 560 (java) S 545 545 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 34447915 14241079296 5158 18446744073709551615 4194304 4196468 140726543319168 140712093727344 140712620432002 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=561] ppid=545 vsize=13907304 memory=139972586931840 CPUtime=0 cores=1,3,5,7
/proc/547/task/561/stat : 561 (java) S 545 545 7968 0 -1 1077944384 207 0 0 0 0 0 0 0 20 0 14 0 34447915 14241079296 5158 18446744073709551615 4194304 4196468 140726543319168 140712092674800 140712620432002 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=562] ppid=545 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/547/task/562/stat : 562 (java) S 545 545 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 34447915 14241079296 5158 18446744073709551615 4194304 4196468 140726543319168 140712091622496 140712620431061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 13916816 KiB
Current children cumulated memory: 22012 KiB

[startup+0.310323 s]*
/proc/loadavg: 1.57 1.36 1.46 5/213 563
/proc/meminfo: memFree=30259912/32770624 swapFree=67108860/67108860
[pid=545] ppid=542 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/545/stat : 545 (xcsp3-exec) S 542 545 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 34447901 9740288 345 18446744073709551615 4194304 5098028 140728591870208 140728591868312 139992012350076 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 10272768 140728591872379 140728591872582 140728591872582 140728591876075 0
/proc/545/statm: 2378 345 289 221 0 87 0
[pid=547] ppid=545 vsize=13974352 memory=32008 CPUtime=0.21 cores=1,3,5,7
/proc/547/stat : 547 (java) S 545 545 7968 0 -1 1077944320 5924 0 0 0 20 1 0 0 20 0 15 0 34447910 14309736448 8002 18446744073709551615 4194304 4196468 140726543319168 140726543301712 140712620420855 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
/proc/547/statm: 3493588 8002 2920 1 0 3482964 0
[pid=547/tid=549] ppid=545 vsize=13974352 memory=7311146985107750967 CPUtime=0.13 cores=1,3,5,7
/proc/547/task/549/stat : 549 (java) R 545 545 7968 0 -1 4202560 3315 0 0 0 13 0 0 0 20 0 15 0 34447910 14309736448 8067 18446744073709551615 4194304 4196468 140726543319168 140712624654576 140712620432790 0 4 1 16800974 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=550] ppid=545 vsize=13974352 memory=11602 CPUtime=0 cores=1,3,5,7
/proc/547/task/550/stat : 550 (java) S 545 545 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 34447911 14309736448 8067 18446744073709551615 4194304 4196468 140726543319168 140712592263952 140712620431061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=552] ppid=545 vsize=13974352 memory=301929733099271808 CPUtime=0 cores=1,3,5,7
/proc/547/task/552/stat : 552 (java) S 545 545 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 34447911 14309736448 8067 18446744073709551615 4194304 4196468 140726543319168 140712219765648 140712620431061 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=553] ppid=545 vsize=13974352 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/547/task/553/stat : 553 (java) S 545 545 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 34447911 14309736448 8067 18446744073709551615 4194304 4196468 140726543319168 140712218713104 140712620431061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=554] ppid=545 vsize=13974352 memory=3472328296227680303 CPUtime=0 cores=1,3,5,7
/proc/547/task/554/stat : 554 (java) S 545 545 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 34447911 14309736448 8067 18446744073709551615 4194304 4196468 140726543319168 140712217660560 140712620431061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=555] ppid=545 vsize=13974352 memory=8388507090947604212 CPUtime=0 cores=1,3,5,7
/proc/547/task/555/stat : 555 (java) S 545 545 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 34447912 14309736448 8067 18446744073709551615 4194304 4196468 140726543319168 140712098990064 140712620432002 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=556] ppid=545 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/547/task/556/stat : 556 (java) S 545 545 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 34447912 14309736448 8067 18446744073709551615 4194304 4196468 140726543319168 140712097936288 140712620431061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=557] ppid=545 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/547/task/557/stat : 557 (java) S 545 545 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 34447913 14309736448 8067 18446744073709551615 4194304 4196468 140726543319168 140712096883696 140712620431061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=558] ppid=545 vsize=13974352 memory=6944656592385698452 CPUtime=0 cores=1,3,5,7
/proc/547/task/558/stat : 558 (java) S 545 545 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34447915 14309736448 8067 18446744073709551615 4194304 4196468 140726543319168 140712095832272 140712620439451 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=559] ppid=545 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/547/task/559/stat : 559 (java) S 545 545 7968 0 -1 1077944384 369 0 0 0 1 0 0 0 20 0 15 0 34447915 14309736448 8067 18446744073709551615 4194304 4196468 140726543319168 140712094779888 140712620432002 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=560] ppid=545 vsize=13974352 memory=3471202396320837679 CPUtime=0.01 cores=1,3,5,7
/proc/547/task/560/stat : 560 (java) S 545 545 7968 0 -1 1077944384 313 0 0 0 1 0 0 0 20 0 15 0 34447915 14309736448 8067 18446744073709551615 4194304 4196468 140726543319168 140712093727344 140712620432002 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=561] ppid=545 vsize=13974352 memory=665110746957740777 CPUtime=0.05 cores=1,3,5,7
/proc/547/task/561/stat : 561 (java) R 545 545 7968 0 -1 4202560 683 0 0 0 5 0 0 0 20 0 15 0 34447915 14309736448 8067 18446744073709551615 4194304 4196468 140726543319168 140712092674800 140712599870648 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=562] ppid=545 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/547/task/562/stat : 562 (java) S 545 545 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34447915 14309736448 8067 18446744073709551615 4194304 4196468 140726543319168 140712091622496 140712620431061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=563] ppid=545 vsize=13974352 memory=139972586931840 CPUtime=0 cores=1,3,5,7
/proc/547/task/563/stat : 563 (java) S 545 545 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 34447924 14309736448 8067 18446744073709551615 4194304 4196468 140726543319168 140712090569008 140712620432002 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 33388 KiB

[startup+0.701514 s]
/proc/loadavg: 1.57 1.36 1.46 4/213 563
/proc/meminfo: memFree=30241496/32770624 swapFree=67108860/67108860
[pid=545] ppid=542 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/545/stat : 545 (xcsp3-exec) S 542 545 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 34447901 9740288 345 18446744073709551615 4194304 5098028 140728591870208 140728591868312 139992012350076 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 10272768 140728591872379 140728591872582 140728591872582 140728591876075 0
/proc/545/statm: 2378 345 289 221 0 87 0
[pid=547] ppid=545 vsize=13978684 memory=86596 CPUtime=1.1 cores=1,3,5,7
/proc/547/stat : 547 (java) S 545 545 7968 0 -1 1077944320 11737 0 0 0 105 5 0 0 20 0 15 0 34447910 14314172416 21649 18446744073709551615 4194304 4196468 140726543319168 140726543301712 140712620420855 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
/proc/547/statm: 3494671 21649 3157 1 0 3482964 0
[pid=547/tid=549] ppid=545 vsize=13978684 memory=5794560802800096610 CPUtime=0.51 cores=1,3,5,7
/proc/547/task/549/stat : 549 (java) R 545 545 7968 0 -1 4202560 7455 0 0 0 47 4 0 0 20 0 15 0 34447910 14314172416 21649 18446744073709551615 4194304 4196468 140726543319168 140712624655600 140712264062749 0 4 1 16800974 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=550] ppid=545 vsize=13978684 memory=7453282923495254356 CPUtime=0 cores=1,3,5,7
/proc/547/task/550/stat : 550 (java) S 545 545 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 34447911 14314172416 21649 18446744073709551615 4194304 4196468 140726543319168 140712592263952 140712620431061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=552] ppid=545 vsize=13978684 memory=7451040005522678868 CPUtime=0 cores=1,3,5,7
/proc/547/task/552/stat : 552 (java) S 545 545 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 34447911 14314172416 21649 18446744073709551615 4194304 4196468 140726543319168 140712219765648 140712620431061 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=553] ppid=545 vsize=13978684 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/547/task/553/stat : 553 (java) S 545 545 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 34447911 14314172416 21649 18446744073709551615 4194304 4196468 140726543319168 140712218713104 140712620431061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=554] ppid=545 vsize=13978684 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/547/task/554/stat : 554 (java) S 545 545 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 34447911 14314172416 21649 18446744073709551615 4194304 4196468 140726543319168 140712217660560 140712620431061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=555] ppid=545 vsize=13978684 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/547/task/555/stat : 555 (java) S 545 545 7968 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 34447912 14314172416 21649 18446744073709551615 4194304 4196468 140726543319168 140712098990064 140712620432002 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=556] ppid=545 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/547/task/556/stat : 556 (java) S 545 545 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 34447912 14314172416 21649 18446744073709551615 4194304 4196468 140726543319168 140712097936288 140712620431061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=557] ppid=545 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/547/task/557/stat : 557 (java) S 545 545 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 34447913 14314172416 21649 18446744073709551615 4194304 4196468 140726543319168 140712096883696 140712620431061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=558] ppid=545 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/547/task/558/stat : 558 (java) S 545 545 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34447915 14314172416 21649 18446744073709551615 4194304 4196468 140726543319168 140712095832272 140712620439451 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=559] ppid=545 vsize=13978684 memory=18241 CPUtime=0.17 cores=1,3,5,7
/proc/547/task/559/stat : 559 (java) R 545 545 7968 0 -1 4202560 970 0 0 0 17 0 0 0 20 0 15 0 34447915 14314172416 21649 18446744073709551615 4194304 4196468 140726543319168 140712094765912 140712605528638 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=560] ppid=545 vsize=13978684 memory=15620 CPUtime=0.19 cores=1,3,5,7
/proc/547/task/560/stat : 560 (java) R 545 545 7968 0 -1 4202560 921 0 0 0 19 0 0 0 20 0 15 0 34447915 14314172416 21649 18446744073709551615 4194304 4196468 140726543319168 140712093727472 140712600272996 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=561] ppid=545 vsize=13978684 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/547/task/561/stat : 561 (java) S 545 545 7968 0 -1 1077944384 1082 0 0 0 20 0 0 0 20 0 15 0 34447915 14314172416 21649 18446744073709551615 4194304 4196468 140726543319168 140712092674800 140712620432002 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=562] ppid=545 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/547/task/562/stat : 562 (java) S 545 545 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34447915 14314172416 21649 18446744073709551615 4194304 4196468 140726543319168 140712091622496 140712620431061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=563] ppid=545 vsize=13978684 memory=-7816663703405220396 CPUtime=0 cores=1,3,5,7
/proc/547/task/563/stat : 563 (java) S 545 545 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 34447924 14314172416 21649 18446744073709551615 4194304 4196468 140726543319168 140712090569008 140712620432002 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 87976 KiB

[startup+1.50228 s]
/proc/loadavg: 1.57 1.36 1.46 3/213 563
/proc/meminfo: memFree=30126872/32770624 swapFree=67108860/67108860
[pid=545] ppid=542 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/545/stat : 545 (xcsp3-exec) S 542 545 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 34447901 9740288 345 18446744073709551615 4194304 5098028 140728591870208 140728591868312 139992012350076 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 10272768 140728591872379 140728591872582 140728591872582 140728591876075 0
/proc/545/statm: 2378 345 289 221 0 87 0
[pid=547] ppid=545 vsize=13980732 memory=197540 CPUtime=3.24 cores=1,3,5,7
/proc/547/stat : 547 (java) S 545 545 7968 0 -1 1077944320 14439 0 0 0 314 10 0 0 20 0 15 0 34447910 14316269568 49385 18446744073709551615 4194304 4196468 140726543319168 140726543301712 140712620420855 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
/proc/547/statm: 3495183 49385 3191 1 0 3483476 0
[pid=547/tid=549] ppid=545 vsize=13980732 memory=0 CPUtime=1.29 cores=1,3,5,7
/proc/547/task/549/stat : 549 (java) R 545 545 7968 0 -1 4202560 8199 0 0 0 124 5 0 0 20 0 15 0 34447910 14316269568 49385 18446744073709551615 4194304 4196468 140726543319168 140712624658368 140712265538657 0 4 1 16800974 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=550] ppid=545 vsize=13980732 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/547/task/550/stat : 550 (java) S 545 545 7968 0 -1 1077944384 18 0 0 0 1 0 0 0 20 0 15 0 34447911 14316269568 49385 18446744073709551615 4194304 4196468 140726543319168 140712592263952 140712620431061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=552] ppid=545 vsize=13980732 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/547/task/552/stat : 552 (java) S 545 545 7968 0 -1 1077944384 16 0 0 0 1 0 0 0 20 0 15 0 34447911 14316269568 49385 18446744073709551615 4194304 4196468 140726543319168 140712219765648 140712620431061 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=553] ppid=545 vsize=13980732 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/547/task/553/stat : 553 (java) S 545 545 7968 0 -1 1077944384 14 0 0 0 1 0 0 0 20 0 15 0 34447911 14316269568 49385 18446744073709551615 4194304 4196468 140726543319168 140712218713104 140712620431061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=554] ppid=545 vsize=13980732 memory=139972447395528 CPUtime=0 cores=1,3,5,7
/proc/547/task/554/stat : 554 (java) S 545 545 7968 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 34447911 14316269568 49385 18446744073709551615 4194304 4196468 140726543319168 140712217660560 140712620431061 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=555] ppid=545 vsize=13980732 memory=4134931637327791675 CPUtime=0 cores=1,3,5,7
/proc/547/task/555/stat : 555 (java) S 545 545 7968 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 34447912 14316269568 49385 18446744073709551615 4194304 4196468 140726543319168 140712098990064 140712620432002 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=556] ppid=545 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/547/task/556/stat : 556 (java) S 545 545 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 34447912 14316269568 49385 18446744073709551615 4194304 4196468 140726543319168 140712097936288 140712620431061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=557] ppid=545 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/547/task/557/stat : 557 (java) S 545 545 7968 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 34447913 14316269568 49385 18446744073709551615 4194304 4196468 140726543319168 140712096883696 140712620431061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=558] ppid=545 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7

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

/proc/547/task/550/stat : 550 (java) S 545 545 7968 0 -1 1077944384 100 0 0 0 2 0 0 0 20 0 15 0 34447911 14316269568 88556 18446744073709551615 4194304 4196468 140726543319168 140712592263952 140712620431061 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=552] ppid=545 vsize=13980732 memory=4134931637327791675 CPUtime=0.02 cores=1,3,5,7
/proc/547/task/552/stat : 552 (java) S 545 545 7968 0 -1 1077944384 78 0 0 0 2 0 0 0 20 0 15 0 34447911 14316269568 88556 18446744073709551615 4194304 4196468 140726543319168 140712219765648 140712620431061 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=553] ppid=545 vsize=13980732 memory=2012 CPUtime=0.01 cores=1,3,5,7
/proc/547/task/553/stat : 553 (java) S 545 545 7968 0 -1 1077944384 401 0 0 0 1 0 0 0 20 0 15 0 34447911 14316269568 88556 18446744073709551615 4194304 4196468 140726543319168 140712218713104 140712620431061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=554] ppid=545 vsize=13980732 memory=5520 CPUtime=0.01 cores=1,3,5,7
/proc/547/task/554/stat : 554 (java) S 545 545 7968 0 -1 1077944384 23 0 0 0 1 0 0 0 20 0 15 0 34447911 14316269568 88556 18446744073709551615 4194304 4196468 140726543319168 140712217660560 140712620431061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=555] ppid=545 vsize=13980732 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/547/task/555/stat : 555 (java) S 545 545 7968 0 -1 1077944384 335 0 0 0 0 0 0 0 20 0 15 0 34447912 14316269568 88556 18446744073709551615 4194304 4196468 140726543319168 140712098990064 140712620432002 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=556] ppid=545 vsize=13980732 memory=792 CPUtime=0 cores=1,3,5,7
/proc/547/task/556/stat : 556 (java) S 545 545 7968 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 34447912 14316269568 88556 18446744073709551615 4194304 4196468 140726543319168 140712097936352 140712620431061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=557] ppid=545 vsize=13980732 memory=20660 CPUtime=0 cores=1,3,5,7
/proc/547/task/557/stat : 557 (java) S 545 545 7968 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 34447913 14316269568 88556 18446744073709551615 4194304 4196468 140726543319168 140712096883712 140712620431061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=558] ppid=545 vsize=13980732 memory=2424 CPUtime=0 cores=1,3,5,7
/proc/547/task/558/stat : 558 (java) S 545 545 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34447915 14316269568 88556 18446744073709551615 4194304 4196468 140726543319168 140712095832272 140712620439451 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=559] ppid=545 vsize=13980732 memory=1296 CPUtime=2.99 cores=1,3,5,7
/proc/547/task/559/stat : 559 (java) S 545 545 7968 0 -1 1077944384 7674 0 0 0 298 1 0 0 20 0 15 0 34447915 14316269568 88556 18446744073709551615 4194304 4196468 140726543319168 140712094779888 140712620432002 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=560] ppid=545 vsize=13980732 memory=1156 CPUtime=3.11 cores=1,3,5,7
/proc/547/task/560/stat : 560 (java) S 545 545 7968 0 -1 1077944384 5430 0 0 0 310 1 0 0 20 0 15 0 34447915 14316269568 88556 18446744073709551615 4194304 4196468 140726543319168 140712093727344 140712620432002 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=561] ppid=545 vsize=13980732 memory=2472 CPUtime=0.73 cores=1,3,5,7
/proc/547/task/561/stat : 561 (java) S 545 545 7968 0 -1 1077944384 3371 0 0 0 71 2 0 0 20 0 15 0 34447915 14316269568 88556 18446744073709551615 4194304 4196468 140726543319168 140712092674800 140712620432002 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=562] ppid=545 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/547/task/562/stat : 562 (java) S 545 545 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34447915 14316269568 88556 18446744073709551615 4194304 4196468 140726543319168 140712091622496 140712620431061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=563] ppid=545 vsize=13980732 memory=232640 CPUtime=0 cores=1,3,5,7
/proc/547/task/563/stat : 563 (java) S 545 545 7968 0 -1 1077944384 424 0 0 0 0 0 0 0 20 0 15 0 34447924 14316269568 88556 18446744073709551615 4194304 4196468 140726543319168 140712090569008 140712620432002 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
Current children cumulated CPU time: 13.04 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 355604 KiB

[startup+7.07005 s]
# the end of solver process 545 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=13.7076 s, system=0.177197 s

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

[startup+6.40101 s]
/proc/loadavg: 1.69 1.39 1.47 3/213 563
/proc/meminfo: memFree=29948808/32770624 swapFree=67108860/67108860
[pid=545] ppid=542 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/545/stat : 545 (xcsp3-exec) S 542 545 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 34447901 9740288 345 18446744073709551615 4194304 5098028 140728591870208 140728591868312 139992012350076 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 10272768 140728591872379 140728591872582 140728591872582 140728591876075 0
/proc/545/statm: 2378 345 289 221 0 87 0
[pid=547] ppid=545 vsize=13980732 memory=354272 CPUtime=13.15 cores=1,3,5,7
/proc/547/stat : 547 (java) S 545 545 7968 0 -1 1077944320 28947 0 0 0 1299 16 0 0 20 0 15 0 34447910 14316269568 88568 18446744073709551615 4194304 4196468 140726543319168 140726543301712 140712620420855 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
/proc/547/statm: 3495183 88568 3232 1 0 3483476 0
[pid=547/tid=549] ppid=545 vsize=13980732 memory=139972447395528 CPUtime=6.15 cores=1,3,5,7
/proc/547/task/549/stat : 549 (java) R 545 545 7968 0 -1 4202560 9762 0 0 0 608 7 0 0 20 0 15 0 34447910 14316269568 88568 18446744073709551615 4194304 4196468 140726543319168 140712624660192 140712265931331 0 4 1 16800974 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=550] ppid=545 vsize=13980732 memory=279944895192128 CPUtime=0.02 cores=1,3,5,7
/proc/547/task/550/stat : 550 (java) S 545 545 7968 0 -1 1077944384 100 0 0 0 2 0 0 0 20 0 15 0 34447911 14316269568 88568 18446744073709551615 4194304 4196468 140726543319168 140712592263952 140712620431061 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=552] ppid=545 vsize=13980732 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/547/task/552/stat : 552 (java) S 545 545 7968 0 -1 1077944384 78 0 0 0 2 0 0 0 20 0 15 0 34447911 14316269568 88568 18446744073709551615 4194304 4196468 140726543319168 140712219765648 140712620431061 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=553] ppid=545 vsize=13980732 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/547/task/553/stat : 553 (java) S 545 545 7968 0 -1 1077944384 401 0 0 0 1 0 0 0 20 0 15 0 34447911 14316269568 88568 18446744073709551615 4194304 4196468 140726543319168 140712218713104 140712620431061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=554] ppid=545 vsize=13980732 memory=6656426216303648864 CPUtime=0.01 cores=1,3,5,7
/proc/547/task/554/stat : 554 (java) S 545 545 7968 0 -1 1077944384 23 0 0 0 1 0 0 0 20 0 15 0 34447911 14316269568 88568 18446744073709551615 4194304 4196468 140726543319168 140712217660560 140712620431061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=555] ppid=545 vsize=13980732 memory=3054156605267021189 CPUtime=0 cores=1,3,5,7
/proc/547/task/555/stat : 555 (java) S 545 545 7968 0 -1 1077944384 335 0 0 0 0 0 0 0 20 0 15 0 34447912 14316269568 88568 18446744073709551615 4194304 4196468 140726543319168 140712098990064 140712620432002 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=556] ppid=545 vsize=13980732 memory=-7390251449858225344 CPUtime=0 cores=1,3,5,7
/proc/547/task/556/stat : 556 (java) S 545 545 7968 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 34447912 14316269568 88568 18446744073709551615 4194304 4196468 140726543319168 140712097936352 140712620431061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=557] ppid=545 vsize=13980732 memory=8251524111800102297 CPUtime=0 cores=1,3,5,7
/proc/547/task/557/stat : 557 (java) S 545 545 7968 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 34447913 14316269568 88568 18446744073709551615 4194304 4196468 140726543319168 140712096883712 140712620431061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=558] ppid=545 vsize=13980732 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/547/task/558/stat : 558 (java) S 545 545 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34447915 14316269568 88568 18446744073709551615 4194304 4196468 140726543319168 140712095832272 140712620439451 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=559] ppid=545 vsize=13980732 memory=4064 CPUtime=2.99 cores=1,3,5,7
/proc/547/task/559/stat : 559 (java) S 545 545 7968 0 -1 1077944384 7677 0 0 0 298 1 0 0 20 0 15 0 34447915 14316269568 88568 18446744073709551615 4194304 4196468 140726543319168 140712094779888 140712620432002 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=560] ppid=545 vsize=13980732 memory=20660 CPUtime=3.11 cores=1,3,5,7
/proc/547/task/560/stat : 560 (java) S 545 545 7968 0 -1 1077944384 5430 0 0 0 310 1 0 0 20 0 15 0 34447915 14316269568 88568 18446744073709551615 4194304 4196468 140726543319168 140712093727344 140712620432002 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=561] ppid=545 vsize=13980732 memory=2424 CPUtime=0.74 cores=1,3,5,7
/proc/547/task/561/stat : 561 (java) S 545 545 7968 0 -1 1077944384 3390 0 0 0 72 2 0 0 20 0 15 0 34447915 14316269568 88568 18446744073709551615 4194304 4196468 140726543319168 140712092674800 140712620432002 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=562] ppid=545 vsize=13980732 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/547/task/562/stat : 562 (java) S 545 545 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34447915 14316269568 88568 18446744073709551615 4194304 4196468 140726543319168 140712091622496 140712620431061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=563] ppid=545 vsize=13980732 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/547/task/563/stat : 563 (java) S 545 545 7968 0 -1 1077944384 424 0 0 0 0 0 0 0 20 0 15 0 34447924 14316269568 88568 18446744073709551615 4194304 4196468 140726543319168 140712090569008 140712620432002 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
Current children cumulated CPU time: 13.15 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 355652 KiB

[startup+6.80083 s]
/proc/loadavg: 1.69 1.39 1.47 3/213 563
/proc/meminfo: memFree=29948808/32770624 swapFree=67108860/67108860
[pid=545] ppid=542 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/545/stat : 545 (xcsp3-exec) S 542 545 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 34447901 9740288 345 18446744073709551615 4194304 5098028 140728591870208 140728591868312 139992012350076 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 10272768 140728591872379 140728591872582 140728591872582 140728591876075 0
/proc/545/statm: 2378 345 289 221 0 87 0
[pid=547] ppid=545 vsize=13980732 memory=354384 CPUtime=13.59 cores=1,3,5,7
/proc/547/stat : 547 (java) S 545 545 7968 0 -1 1077944320 29130 0 0 0 1342 17 0 0 20 0 15 0 34447910 14316269568 88596 18446744073709551615 4194304 4196468 140726543319168 140726543301712 140712620420855 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
/proc/547/statm: 3495183 88596 3232 1 0 3483476 0
[pid=547/tid=549] ppid=545 vsize=13980732 memory=6944656592455097440 CPUtime=6.55 cores=1,3,5,7
/proc/547/task/549/stat : 549 (java) R 545 545 7968 0 -1 4202560 9766 0 0 0 648 7 0 0 20 0 15 0 34447910 14316269568 88596 18446744073709551615 4194304 4196468 140726543319168 140712624660192 140712268209288 0 4 1 16800974 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=550] ppid=545 vsize=13980732 memory=-8312670058677691234 CPUtime=0.02 cores=1,3,5,7
/proc/547/task/550/stat : 550 (java) S 545 545 7968 0 -1 1077944384 100 0 0 0 2 0 0 0 20 0 15 0 34447911 14316269568 88596 18446744073709551615 4194304 4196468 140726543319168 140712592263952 140712620431061 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=552] ppid=545 vsize=13980732 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/547/task/552/stat : 552 (java) S 545 545 7968 0 -1 1077944384 78 0 0 0 2 0 0 0 20 0 15 0 34447911 14316269568 88596 18446744073709551615 4194304 4196468 140726543319168 140712219765648 140712620431061 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=553] ppid=545 vsize=13980732 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/547/task/553/stat : 553 (java) S 545 545 7968 0 -1 1077944384 401 0 0 0 1 0 0 0 20 0 15 0 34447911 14316269568 88596 18446744073709551615 4194304 4196468 140726543319168 140712218713104 140712620431061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=554] ppid=545 vsize=13980732 memory=279944894831296 CPUtime=0.01 cores=1,3,5,7
/proc/547/task/554/stat : 554 (java) S 545 545 7968 0 -1 1077944384 23 0 0 0 1 0 0 0 20 0 15 0 34447911 14316269568 88596 18446744073709551615 4194304 4196468 140726543319168 140712217660560 140712620431061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=555] ppid=545 vsize=13980732 memory=4644203643034703476 CPUtime=0 cores=1,3,5,7
/proc/547/task/555/stat : 555 (java) S 545 545 7968 0 -1 1077944384 335 0 0 0 0 0 0 0 20 0 15 0 34447912 14316269568 88596 18446744073709551615 4194304 4196468 140726543319168 140712098990064 140712620432002 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=556] ppid=545 vsize=13980732 memory=6944656591801720471 CPUtime=0 cores=1,3,5,7
/proc/547/task/556/stat : 556 (java) S 545 545 7968 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 34447912 14316269568 88596 18446744073709551615 4194304 4196468 140726543319168 140712097936352 140712620431061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=557] ppid=545 vsize=13980732 memory=-7240599211820661557 CPUtime=0 cores=1,3,5,7
/proc/547/task/557/stat : 557 (java) S 545 545 7968 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 34447913 14316269568 88596 18446744073709551615 4194304 4196468 140726543319168 140712096883712 140712620431061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=558] ppid=545 vsize=13980732 memory=-7028383565733675155 CPUtime=0 cores=1,3,5,7
/proc/547/task/558/stat : 558 (java) S 545 545 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34447915 14316269568 88596 18446744073709551615 4194304 4196468 140726543319168 140712095832272 140712620439451 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=559] ppid=545 vsize=13980732 memory=7031125463459224206 CPUtime=3 cores=1,3,5,7
/proc/547/task/559/stat : 559 (java) S 545 545 7968 0 -1 1077944384 7683 0 0 0 299 1 0 0 20 0 15 0 34447915 14316269568 88596 18446744073709551615 4194304 4196468 140726543319168 140712094779888 140712620432002 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=560] ppid=545 vsize=13980732 memory=-7305533901252758645 CPUtime=3.12 cores=1,3,5,7
/proc/547/task/560/stat : 560 (java) S 545 545 7968 0 -1 1077944384 5437 0 0 0 311 1 0 0 20 0 15 0 34447915 14316269568 88596 18446744073709551615 4194304 4196468 140726543319168 140712093727344 140712620432002 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=561] ppid=545 vsize=13980732 memory=8248408006974860141 CPUtime=0.75 cores=1,3,5,7
/proc/547/task/561/stat : 561 (java) S 545 545 7968 0 -1 1077944384 3556 0 0 0 73 2 0 0 20 0 15 0 34447915 14316269568 88596 18446744073709551615 4194304 4196468 140726543319168 140712092674800 140712620432002 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=562] ppid=545 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/547/task/562/stat : 562 (java) S 545 545 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34447915 14316269568 88596 18446744073709551615 4194304 4196468 140726543319168 140712091622496 140712620431061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=563] ppid=545 vsize=13980732 memory=7523036941786572910 CPUtime=0 cores=1,3,5,7
/proc/547/task/563/stat : 563 (java) S 545 545 7968 0 -1 1077944384 424 0 0 0 0 0 0 0 20 0 15 0 34447924 14316269568 88596 18446744073709551615 4194304 4196468 140726543319168 140712090569008 140712620432002 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
Current children cumulated CPU time: 13.59 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 355764 KiB

[startup+7.00084 s]*
/proc/loadavg: 1.69 1.39 1.47 3/213 563
/proc/meminfo: memFree=29948808/32770624 swapFree=67108860/67108860
[pid=545] ppid=542 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/545/stat : 545 (xcsp3-exec) S 542 545 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 34447901 9740288 345 18446744073709551615 4194304 5098028 140728591870208 140728591868312 139992012350076 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 10272768 140728591872379 140728591872582 140728591872582 140728591876075 0
/proc/545/statm: 2378 345 289 221 0 87 0
[pid=547] ppid=545 vsize=13980732 memory=354392 CPUtime=13.81 cores=1,3,5,7
/proc/547/stat : 547 (java) S 545 545 7968 0 -1 1077944320 29174 0 0 0 1364 17 0 0 20 0 15 0 34447910 14316269568 88598 18446744073709551615 4194304 4196468 140726543319168 140726543301712 140712620420855 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
/proc/547/statm: 3495183 88598 3232 1 0 3483476 0
[pid=547/tid=549] ppid=545 vsize=13980732 memory=279944894614832 CPUtime=6.76 cores=1,3,5,7
/proc/547/task/549/stat : 549 (java) R 545 545 7968 0 -1 4202560 9767 0 0 0 669 7 0 0 20 0 15 0 34447910 14316269568 88598 18446744073709551615 4194304 4196468 140726543319168 140712624658720 140712268816943 0 4 1 16800974 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=550] ppid=545 vsize=13980732 memory=4126316290023845779 CPUtime=0.02 cores=1,3,5,7
/proc/547/task/550/stat : 550 (java) S 545 545 7968 0 -1 1077944384 100 0 0 0 2 0 0 0 20 0 15 0 34447911 14316269568 88598 18446744073709551615 4194304 4196468 140726543319168 140712592263952 140712620431061 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=552] ppid=545 vsize=13980732 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/547/task/552/stat : 552 (java) S 545 545 7968 0 -1 1077944384 78 0 0 0 2 0 0 0 20 0 15 0 34447911 14316269568 88598 18446744073709551615 4194304 4196468 140726543319168 140712219765648 140712620431061 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=553] ppid=545 vsize=13980732 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/547/task/553/stat : 553 (java) S 545 545 7968 0 -1 1077944384 401 0 0 0 1 0 0 0 20 0 15 0 34447911 14316269568 88598 18446744073709551615 4194304 4196468 140726543319168 140712218713104 140712620431061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=554] ppid=545 vsize=13980732 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/547/task/554/stat : 554 (java) S 545 545 7968 0 -1 1077944384 23 0 0 0 1 0 0 0 20 0 15 0 34447911 14316269568 88598 18446744073709551615 4194304 4196468 140726543319168 140712217660560 140712620431061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=555] ppid=545 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/547/task/555/stat : 555 (java) S 545 545 7968 0 -1 1077944384 335 0 0 0 0 0 0 0 20 0 15 0 34447912 14316269568 88598 18446744073709551615 4194304 4196468 140726543319168 140712098990064 140712620432002 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=556] ppid=545 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/547/task/556/stat : 556 (java) S 545 545 7968 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 34447912 14316269568 88598 18446744073709551615 4194304 4196468 140726543319168 140712097936352 140712620431061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=557] ppid=545 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/547/task/557/stat : 557 (java) S 545 545 7968 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 34447913 14316269568 88598 18446744073709551615 4194304 4196468 140726543319168 140712096883712 140712620431061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=558] ppid=545 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/547/task/558/stat : 558 (java) S 545 545 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34447915 14316269568 88598 18446744073709551615 4194304 4196468 140726543319168 140712095832272 140712620439451 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=559] ppid=545 vsize=13980732 memory=0 CPUtime=3 cores=1,3,5,7
/proc/547/task/559/stat : 559 (java) S 545 545 7968 0 -1 1077944384 7684 0 0 0 299 1 0 0 20 0 15 0 34447915 14316269568 88598 18446744073709551615 4194304 4196468 140726543319168 140712094779888 140712620432002 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=560] ppid=545 vsize=13980732 memory=0 CPUtime=3.12 cores=1,3,5,7
/proc/547/task/560/stat : 560 (java) S 545 545 7968 0 -1 1077944384 5450 0 0 0 311 1 0 0 20 0 15 0 34447915 14316269568 88598 18446744073709551615 4194304 4196468 140726543319168 140712093727344 140712620432002 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=561] ppid=545 vsize=13980732 memory=0 CPUtime=0.76 cores=1,3,5,7
/proc/547/task/561/stat : 561 (java) S 545 545 7968 0 -1 1077944384 3585 0 0 0 74 2 0 0 20 0 15 0 34447915 14316269568 88598 18446744073709551615 4194304 4196468 140726543319168 140712092674800 140712620432002 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=562] ppid=545 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/547/task/562/stat : 562 (java) S 545 545 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 34447915 14316269568 88598 18446744073709551615 4194304 4196468 140726543319168 140712091622496 140712620431061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
[pid=547/tid=563] ppid=545 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/547/task/563/stat : 563 (java) S 545 545 7968 0 -1 1077944384 424 0 0 0 0 0 0 0 20 0 15 0 34447924 14316269568 88598 18446744073709551615 4194304 4196468 140726543319168 140712090569008 140712620432002 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38539264 140726543323570 140726543323746 140726543323746 140726543327183 0
Current children cumulated CPU time: 13.81 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 355772 KiB

Child status: 0
Real time (s): 7.07011
CPU time (s): 13.8848
CPU user time (s): 13.7076
CPU system time (s): 0.177197
CPU usage (%): 196.388
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 355772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.7076
system time used= 0.177197
maximum resident set size= 354840
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29832
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2743
involuntary context switches= 35


# summary of solver processes directly reported to runsolver:
#   pid: 545
#   total CPU time (s): 13.8848
#   total CPU user time (s): 13.7076
#   total CPU system time (s): 0.177197

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.073611 second user time and 0.110417 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-15 15:46:55
IDJOB=4272506
IDBENCH=133265
IDSOLVER=2664
FILE ID=node128/4272506-1502805653
RUNJOBID= node128-1502649221-29001
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/MagicSquare/MagicSquare-mdd-s1/MagicSquare-7-mdd.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-4272506-1502805653/watcher-4272506-1502805653 -o /tmp/evaluation-result-4272506-1502805653/solver-4272506-1502805653 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502649221-29001 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 79197024 HOME/instance-4272506-1502805653.xml

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

MD5SUM BENCH= 20a8e169b195ff609cdc9a5628947f82
RANDOM SEED=79197024

node128.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.94
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.94
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.94
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.94
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:        30280192 kB
MemAvailable:   31191188 kB
Buffers:          229212 kB
Cached:           965368 kB
SwapCached:            0 kB
Active:          1201196 kB
Inactive:         869556 kB
Active(anon):     876472 kB
Inactive(anon):    16764 kB
Active(file):     324724 kB
Inactive(file):   852792 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8584 kB
Writeback:             0 kB
AnonPages:        875476 kB
Mapped:            50272 kB
Shmem:             17116 kB
Slab:             123772 kB
SReclaimable:      98632 kB
SUnreclaim:        25140 kB
KernelStack:        3440 kB
PageTables:         6784 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1514036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    786432 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62016 MiB
End job on node128 at 2017-08-15 15:47:03