Trace number 4284061

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-08-18)SAT 15.0608 12.9105

General information on the benchmark

NameSudoku/
Sudoku-table-s1/Sudoku-s11b-table.xml
MD5SUM681635f7ea43a8dc3f7bd33a86b98ebb
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 benchmark6.5769501
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints28
Number of domains1
Minimum domain size9
Maximum domain size9
Distribution of domain sizes[{"size":9,"count":81}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":55},{"degree":4,"count":26}]
Minimum constraint arity9
Maximum constraint arity26
Distribution of constraint arities[{"arity":9,"count":27},{"arity":26,"count":1}]
Number of extensional constraints27
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":27},{"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-4284061-1503182995.xml"  -tl '2520s' -p 1 -x 3
0.12/0.25	c [HOME/instance-4284061-1503182995.xml, -tl, 2520s, -p, 1, -x, 3]
0.12/0.31	c simple solver
0.32/0.38	c parse instance...
14.64/12.72	c solve instance...
15.03/12.90	s SATISFIABLE
15.03/12.90	v <instantiation>
15.03/12.90	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>
15.03/12.90	v 	<values>1 3 2 6 4 9 7 8 5 7 5 8 2 1 3 6 4 9 9 6 4 7 8 5 1 2 3 5 4 3 8 9 7 2 1 6 2 7 6 5 3 1 8 9 4 8 9 1 4 2 6 5 3 7 6 1 9 3 7 8 4 5 2 3 2 7 1 5 4 9 6 8 4 8 5 9 6 2 3 7 1 </values>
15.03/12.90	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 (14926 MiB free)
  memory of node 1: 16384 MiB (15134 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4284061-1503182995/watcher-4284061-1503182995 -o /tmp/evaluation-result-4284061-1503182995/solver-4284061-1503182995 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1503172133-9102 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1735394323 HOME/instance-4284061-1503182995.xml 

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

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

solver pid=10772, runsolver pid=10769

[startup+0.100201 s]*
/proc/loadavg: 2.29 1.86 1.71 3/202 10779
/proc/meminfo: memFree=30776612/32770624 swapFree=67108860/67108860
[pid=10772] ppid=10769 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/10772/stat : 10772 (xcsp3-exec) S 10769 10772 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 120492454 9740288 345 18446744073709551615 4194304 5098028 140731803738096 140731803736200 140534235673212 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 8 0 0 7196144 7232144 15675392 140731803746680 140731803746885 140731803746885 140731803750379 0
/proc/10772/statm: 2378 345 289 221 0 87 0
[pid=10774] ppid=10772 vsize=13441356 memory=17204 CPUtime=0.01 cores=0,2,4,6
/proc/10774/stat : 10774 (java) S 10772 10772 28892 0 -1 1077944320 3594 0 0 0 1 0 0 0 20 0 7 0 120492462 13763948544 4301 18446744073709551615 4194304 4196468 140737234057520 140737234040064 140589138513655 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
/proc/10774/statm: 3360339 4301 1977 1 0 3349836 0
[pid=10774/tid=10775] ppid=10772 vsize=13441356 memory=-8023549066454273880 CPUtime=0.01 cores=0,2,4,6
/proc/10774/task/10775/stat : 10775 (java) R 10772 10772 28892 0 -1 4202560 2360 0 0 0 1 0 0 0 20 0 7 0 120492463 13763948544 4367 18446744073709551615 4194304 4196468 140737234057520 140589142756112 140588724858668 0 4 1 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10776] ppid=10772 vsize=13441356 memory=-8458152057954561420 CPUtime=0 cores=0,2,4,6
/proc/10774/task/10776/stat : 10776 (java) S 10772 10772 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 120492463 13763948544 4367 18446744073709551615 4194304 4196468 140737234057520 140589057927568 140589138523861 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10777] ppid=10772 vsize=13441356 memory=140224985958016 CPUtime=0 cores=0,2,4,6
/proc/10774/task/10777/stat : 10777 (java) S 10772 10772 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 120492463 13763948544 4367 18446744073709551615 4194304 4196468 140737234057520 140589056874768 140589138523861 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10778] ppid=10772 vsize=13441356 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10774/task/10778/stat : 10778 (java) S 10772 10772 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 120492463 13763948544 4367 18446744073709551615 4194304 4196468 140737234057520 140589055822480 140589138523861 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10779] ppid=10772 vsize=13441356 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10774/task/10779/stat : 10779 (java) S 10772 10772 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 120492463 13763948544 4367 18446744073709551615 4194304 4196468 140737234057520 140589054769680 140589138523861 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10780] ppid=10772 vsize=13441356 memory=140224985958016 CPUtime=0 cores=0,2,4,6
/proc/10774/task/10780/stat : 10780 (java) S 10772 10772 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 120492465 13763948544 4367 18446744073709551615 4194304 4196468 140737234057520 140588616256112 140589138524802 0 0 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13450868 KiB
Current children cumulated memory: 18584 KiB

[startup+0.209866 s]*
/proc/loadavg: 2.29 1.86 1.71 3/211 10788
/proc/meminfo: memFree=30764760/32770624 swapFree=67108860/67108860
[pid=10772] ppid=10769 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/10772/stat : 10772 (xcsp3-exec) S 10769 10772 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 120492454 9740288 345 18446744073709551615 4194304 5098028 140731803738096 140731803736200 140534235673212 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 8 0 0 7196144 7232144 15675392 140731803746680 140731803746885 140731803746885 140731803750379 0
/proc/10772/statm: 2378 345 289 221 0 87 0
[pid=10774] ppid=10772 vsize=13974352 memory=27456 CPUtime=0.12 cores=0,2,4,6
/proc/10774/stat : 10774 (java) S 10772 10772 28892 0 -1 1077944320 5364 0 0 0 10 2 0 0 20 0 15 0 120492462 14309736448 6864 18446744073709551615 4194304 4196468 140737234057520 140737234040064 140589138513655 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
/proc/10774/statm: 3493588 6864 2817 1 0 3482964 0
[pid=10774/tid=10775] ppid=10772 vsize=13974352 memory=7311146985107750967 CPUtime=0.09 cores=0,2,4,6
/proc/10774/task/10775/stat : 10775 (java) R 10772 10772 28892 0 -1 4202560 3370 0 0 0 8 1 0 0 20 0 15 0 120492463 14309736448 6928 18446744073709551615 4194304 4196468 140737234057520 140589142739376 140588724857992 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10776] ppid=10772 vsize=13974352 memory=13729 CPUtime=0 cores=0,2,4,6
/proc/10774/task/10776/stat : 10776 (java) S 10772 10772 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120492463 14309736448 6928 18446744073709551615 4194304 4196468 140737234057520 140589057927568 140589138523861 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10777] ppid=10772 vsize=13974352 memory=4050625819972601504 CPUtime=0 cores=0,2,4,6
/proc/10774/task/10777/stat : 10777 (java) S 10772 10772 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 120492463 14309736448 6928 18446744073709551615 4194304 4196468 140737234057520 140589056874768 140589138523861 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10778] ppid=10772 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10774/task/10778/stat : 10778 (java) S 10772 10772 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120492463 14309736448 6928 18446744073709551615 4194304 4196468 140737234057520 140589055822480 140589138523861 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10779] ppid=10772 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10774/task/10779/stat : 10779 (java) S 10772 10772 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 120492463 14309736448 6928 18446744073709551615 4194304 4196468 140737234057520 140589054769680 140589138523861 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10780] ppid=10772 vsize=13974352 memory=140224985958016 CPUtime=0 cores=0,2,4,6
/proc/10774/task/10780/stat : 10780 (java) S 10772 10772 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 120492465 14309736448 6928 18446744073709551615 4194304 4196468 140737234057520 140588616256112 140589138524802 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10781] ppid=10772 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10774/task/10781/stat : 10781 (java) S 10772 10772 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 120492465 14309736448 6928 18446744073709551615 4194304 4196468 140737234057520 140588615202080 140589138523861 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10782] ppid=10772 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10774/task/10782/stat : 10782 (java) S 10772 10772 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 120492466 14309736448 6928 18446744073709551615 4194304 4196468 140737234057520 140588614149744 140589138523861 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10783] ppid=10772 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10774/task/10783/stat : 10783 (java) S 10772 10772 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120492468 14309736448 6928 18446744073709551615 4194304 4196468 140737234057520 140588613098064 140589138532251 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10784] ppid=10772 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10774/task/10784/stat : 10784 (java) S 10772 10772 28892 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 120492468 14309736448 6928 18446744073709551615 4194304 4196468 140737234057520 140588612044912 140589138524802 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10785] ppid=10772 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10774/task/10785/stat : 10785 (java) R 10772 10772 28892 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 15 0 120492468 14309736448 6928 18446744073709551615 4194304 4196468 140737234057520 140588610992112 140589138524802 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10786] ppid=10772 vsize=13974352 memory=140224985958016 CPUtime=0.01 cores=0,2,4,6
/proc/10774/task/10786/stat : 10786 (java) S 10772 10772 28892 0 -1 1077944384 265 0 0 0 1 0 0 0 20 0 15 0 120492468 14309736448 6928 18446744073709551615 4194304 4196468 140737234057520 140588609939824 140589138524802 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10787] ppid=10772 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10774/task/10787/stat : 10787 (java) S 10772 10772 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120492468 14309736448 6928 18446744073709551615 4194304 4196468 140737234057520 140588608887264 140589138523861 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10788] ppid=10772 vsize=13974352 memory=140224985958016 CPUtime=0 cores=0,2,4,6
/proc/10774/task/10788/stat : 10788 (java) S 10772 10772 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120492472 14309736448 6928 18446744073709551615 4194304 4196468 140737234057520 140588607835056 140589138524802 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 28836 KiB

[startup+0.314852 s]*
/proc/loadavg: 2.29 1.86 1.71 4/211 10788
/proc/meminfo: memFree=30751520/32770624 swapFree=67108860/67108860
[pid=10772] ppid=10769 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/10772/stat : 10772 (xcsp3-exec) S 10769 10772 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 120492454 9740288 345 18446744073709551615 4194304 5098028 140731803738096 140731803736200 140534235673212 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 8 0 0 7196144 7232144 15675392 140731803746680 140731803746885 140731803746885 140731803750379 0
/proc/10772/statm: 2378 345 289 221 0 87 0
[pid=10774] ppid=10772 vsize=13978608 memory=40080 CPUtime=0.32 cores=0,2,4,6
/proc/10774/stat : 10774 (java) S 10772 10772 28892 0 -1 1077944320 9242 0 0 0 29 3 0 0 20 0 15 0 120492462 14314094592 10020 18446744073709551615 4194304 4196468 140737234057520 140737234040064 140589138513655 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
/proc/10774/statm: 3494652 10020 3024 1 0 3482964 0
[pid=10774/tid=10775] ppid=10772 vsize=13978608 memory=-7677926825137650786 CPUtime=0.19 cores=0,2,4,6
/proc/10774/task/10775/stat : 10775 (java) R 10772 10772 28892 0 -1 4202560 6336 0 0 0 17 2 0 0 20 0 15 0 120492463 14314094592 10020 18446744073709551615 4194304 4196468 140737234057520 140589142734648 140589118789108 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10776] ppid=10772 vsize=13978608 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/10774/task/10776/stat : 10776 (java) S 10772 10772 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120492463 14314094592 10020 18446744073709551615 4194304 4196468 140737234057520 140589057927568 140589138523861 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10777] ppid=10772 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10774/task/10777/stat : 10777 (java) S 10772 10772 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 120492463 14314094592 10020 18446744073709551615 4194304 4196468 140737234057520 140589056874768 140589138523861 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10778] ppid=10772 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10774/task/10778/stat : 10778 (java) S 10772 10772 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120492463 14314094592 10020 18446744073709551615 4194304 4196468 140737234057520 140589055822480 140589138523861 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10779] ppid=10772 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10774/task/10779/stat : 10779 (java) S 10772 10772 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 120492463 14314094592 10020 18446744073709551615 4194304 4196468 140737234057520 140589054769680 140589138523861 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10780] ppid=10772 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10774/task/10780/stat : 10780 (java) S 10772 10772 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 120492465 14314094592 10020 18446744073709551615 4194304 4196468 140737234057520 140588616256112 140589138524802 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10781] ppid=10772 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10774/task/10781/stat : 10781 (java) S 10772 10772 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 120492465 14314094592 10020 18446744073709551615 4194304 4196468 140737234057520 140588615202080 140589138523861 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10782] ppid=10772 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10774/task/10782/stat : 10782 (java) S 10772 10772 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 120492466 14314094592 10020 18446744073709551615 4194304 4196468 140737234057520 140588614149744 140589138523861 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10783] ppid=10772 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10774/task/10783/stat : 10783 (java) S 10772 10772 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120492468 14314094592 10020 18446744073709551615 4194304 4196468 140737234057520 140588613098064 140589138532251 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10784] ppid=10772 vsize=13978608 memory=140224844026816 CPUtime=0.02 cores=0,2,4,6
/proc/10774/task/10784/stat : 10784 (java) S 10772 10772 28892 0 -1 1077944384 618 0 0 0 2 0 0 0 20 0 15 0 120492468 14314094592 10020 18446744073709551615 4194304 4196468 140737234057520 140588612044912 140589138524802 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10785] ppid=10772 vsize=13978608 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/10774/task/10785/stat : 10785 (java) S 10772 10772 28892 0 -1 1077944384 239 0 0 0 2 0 0 0 20 0 15 0 120492468 14314094592 10020 18446744073709551615 4194304 4196468 140737234057520 140588610992112 140589138524802 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10786] ppid=10772 vsize=13978608 memory=140224985958016 CPUtime=0.07 cores=0,2,4,6
/proc/10774/task/10786/stat : 10786 (java) S 10772 10772 28892 0 -1 1077944384 751 0 0 0 7 0 0 0 20 0 15 0 120492468 14314094592 10020 18446744073709551615 4194304 4196468 140737234057520 140588609939824 140589138524802 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10787] ppid=10772 vsize=13978608 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10774/task/10787/stat : 10787 (java) S 10772 10772 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120492468 14314094592 10020 18446744073709551615 4194304 4196468 140737234057520 140588608887264 140589138523861 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10788] ppid=10772 vsize=13978608 memory=140224985958016 CPUtime=0 cores=0,2,4,6
/proc/10774/task/10788/stat : 10788 (java) S 10772 10772 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120492472 14314094592 10020 18446744073709551615 4194304 4196468 140737234057520 140588607835056 140589138524802 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 13988120 KiB
Current children cumulated memory: 41460 KiB

[startup+0.707355 s]
/proc/loadavg: 2.29 1.86 1.71 3/211 10788
/proc/meminfo: memFree=30712772/32770624 swapFree=67108860/67108860
[pid=10772] ppid=10769 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/10772/stat : 10772 (xcsp3-exec) S 10769 10772 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 120492454 9740288 345 18446744073709551615 4194304 5098028 140731803738096 140731803736200 140534235673212 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 8 0 0 7196144 7232144 15675392 140731803746680 140731803746885 140731803746885 140731803750379 0
/proc/10772/statm: 2378 345 289 221 0 87 0
[pid=10774] ppid=10772 vsize=13978684 memory=257888 CPUtime=1.16 cores=0,2,4,6
/proc/10774/stat : 10774 (java) S 10772 10772 28892 0 -1 1077944320 12251 0 0 0 105 11 0 0 20 0 15 0 120492462 14314172416 64472 18446744073709551615 4194304 4196468 140737234057520 140737234040064 140589138513655 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
/proc/10774/statm: 3494671 64472 3177 1 0 3482964 0
[pid=10774/tid=10775] ppid=10772 vsize=13978684 memory=0 CPUtime=0.54 cores=0,2,4,6
/proc/10774/task/10775/stat : 10775 (java) R 10772 10772 28892 0 -1 4202560 7838 0 0 0 48 6 0 0 20 0 15 0 120492463 14314172416 64472 18446744073709551615 4194304 4196468 140737234057520 140589142750520 140588727680743 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10776] ppid=10772 vsize=13978684 memory=140224843752048 CPUtime=0.01 cores=0,2,4,6
/proc/10774/task/10776/stat : 10776 (java) S 10772 10772 28892 0 -1 1077944384 29 0 0 0 1 0 0 0 20 0 15 0 120492463 14314172416 64472 18446744073709551615 4194304 4196468 140737234057520 140589057927568 140589138523861 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10777] ppid=10772 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10774/task/10777/stat : 10777 (java) S 10772 10772 28892 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 120492463 14314172416 64472 18446744073709551615 4194304 4196468 140737234057520 140589056874768 140589138523861 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10778] ppid=10772 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10774/task/10778/stat : 10778 (java) R 10772 10772 28892 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 120492463 14314172416 64472 18446744073709551615 4194304 4196468 140737234057520 140589055822480 140589138523861 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10779] ppid=10772 vsize=13978684 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/10774/task/10779/stat : 10779 (java) S 10772 10772 28892 0 -1 1077944384 36 0 0 0 1 1 0 0 20 0 15 0 120492463 14314172416 64472 18446744073709551615 4194304 4196468 140737234057520 140589054769680 140589138523861 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10780] ppid=10772 vsize=13978684 memory=7809523229951467568 CPUtime=0 cores=0,2,4,6
/proc/10774/task/10780/stat : 10780 (java) S 10772 10772 28892 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 120492465 14314172416 64472 18446744073709551615 4194304 4196468 140737234057520 140588616256112 140589138524802 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10781] ppid=10772 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10774/task/10781/stat : 10781 (java) S 10772 10772 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 120492465 14314172416 64472 18446744073709551615 4194304 4196468 140737234057520 140588615202080 140589138523861 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10782] ppid=10772 vsize=13978684 memory=-6305712810682312064 CPUtime=0 cores=0,2,4,6
/proc/10774/task/10782/stat : 10782 (java) R 10772 10772 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 120492466 14314172416 64472 18446744073709551615 4194304 4196468 140737234057520 140588614149744 140589138523861 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10783] ppid=10772 vsize=13978684 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/10774/task/10783/stat : 10783 (java) S 10772 10772 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120492468 14314172416 64472 18446744073709551615 4194304 4196468 140737234057520 140588613098064 140589138532251 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10784] ppid=10772 vsize=13978684 memory=6944656592455359580 CPUtime=0.16 cores=0,2,4,6
/proc/10774/task/10784/stat : 10784 (java) R 10772 10772 28892 0 -1 4202560 975 0 0 0 16 0 0 0 20 0 15 0 120492468 14314172416 64472 18446744073709551615 4194304 4196468 140737234057520 140588612036192 140589124542110 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10785] ppid=10772 vsize=13978684 memory=6944656592455097440 CPUtime=0.14 cores=0,2,4,6
/proc/10774/task/10785/stat : 10785 (java) R 10772 10772 28892 0 -1 4202560 753 0 0 0 14 0 0 0 20 0 15 0 120492468 14314172416 64472 18446744073709551615 4194304 4196468 140737234057520 140588610983392 140589118206759 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10786] ppid=10772 vsize=13978684 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/10774/task/10786/stat : 10786 (java) R 10772 10772 28892 0 -1 1077944384 1206 0 0 0 21 0 0 0 20 0 15 0 120492468 14314172416 64472 18446744073709551615 4194304 4196468 140737234057520 140588609939824 140589138524802 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10787] ppid=10772 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10774/task/10787/stat : 10787 (java) S 10772 10772 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120492468 14314172416 64472 18446744073709551615 4194304 4196468 140737234057520 140588608887264 140589138523861 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10788] ppid=10772 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10774/task/10788/stat : 10788 (java) S 10772 10772 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 120492472 14314172416 64472 18446744073709551615 4194304 4196468 140737234057520 140588607835056 140589138524802 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 259268 KiB

[startup+1.50091 s]
/proc/loadavg: 2.29 1.86 1.71 3/211 10788
/proc/meminfo: memFree=30499904/32770624 swapFree=67108860/67108860
[pid=10772] ppid=10769 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/10772/stat : 10772 (xcsp3-exec) S 10769 10772 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 120492454 9740288 345 18446744073709551615 4194304 5098028 140731803738096 140731803736200 140534235673212 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 8 0 0 7196144 7232144 15675392 140731803746680 140731803746885 140731803746885 140731803750379 0
/proc/10772/statm: 2378 345 289 221 0 87 0
[pid=10774] ppid=10772 vsize=13978684 memory=462760 CPUtime=2.57 cores=0,2,4,6
/proc/10774/stat : 10774 (java) S 10772 10772 28892 0 -1 1077944320 14060 0 0 0 238 19 0 0 20 0 15 0 120492462 14314172416 115690 18446744073709551615 4194304 4196468 140737234057520 140737234040064 140589138513655 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
/proc/10774/statm: 3494671 115690 3200 1 0 3482964 0
[pid=10774/tid=10775] ppid=10772 vsize=13978684 memory=0 CPUtime=1.29 cores=0,2,4,6
/proc/10774/task/10775/stat : 10775 (java) R 10772 10772 28892 0 -1 4202560 7964 0 0 0 121 8 0 0 20 0 15 0 120492463 14314172416 115690 18446744073709551615 4194304 4196468 140737234057520 140589142751584 140588727407855 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10776] ppid=10772 vsize=13978684 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/10774/task/10776/stat : 10776 (java) S 10772 10772 28892 0 -1 1077944384 104 0 0 0 4 2 0 0 20 0 15 0 120492463 14314172416 115690 18446744073709551615 4194304 4196468 140737234057520 140589057927568 140589138523861 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10777] ppid=10772 vsize=13978684 memory=-8774313645642428999 CPUtime=0.05 cores=0,2,4,6
/proc/10774/task/10777/stat : 10777 (java) S 10772 10772 28892 0 -1 1077944384 103 0 0 0 3 2 0 0 20 0 15 0 120492463 14314172416 115690 18446744073709551615 4194304 4196468 140737234057520 140589056874768 140589138523861 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10778] ppid=10772 vsize=13978684 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/10774/task/10778/stat : 10778 (java) S 10772 10772 28892 0 -1 1077944384 134 0 0 0 3 1 0 0 20 0 15 0 120492463 14314172416 115690 18446744073709551615 4194304 4196468 140737234057520 140589055822480 140589138523861 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10779] ppid=10772 vsize=13978684 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/10774/task/10779/stat : 10779 (java) S 10772 10772 28892 0 -1 1077944384 122 0 0 0 4 2 0 0 20 0 15 0 120492463 14314172416 115690 18446744073709551615 4194304 4196468 140737234057520 140589054769680 140589138523861 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10780] ppid=10772 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10774/task/10780/stat : 10780 (java) S 10772 10772 28892 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 120492465 14314172416 115690 18446744073709551615 4194304 4196468 140737234057520 140588616256112 140589138524802 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10781] ppid=10772 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6

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

/proc/10774/task/10776/stat : 10776 (java) S 10772 10772 28892 0 -1 1077944384 147 0 0 0 7 4 0 0 20 0 15 0 120492463 14314172416 194522 18446744073709551615 4194304 4196468 140737234057520 140589057927568 140589138523861 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10777] ppid=10772 vsize=13978684 memory=280449687778096 CPUtime=0.1 cores=0,2,4,6
/proc/10774/task/10777/stat : 10777 (java) S 10772 10772 28892 0 -1 1077944384 142 0 0 0 6 4 0 0 20 0 15 0 120492463 14314172416 194522 18446744073709551615 4194304 4196468 140737234057520 140589056874768 140589138523861 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10778] ppid=10772 vsize=13978684 memory=280449687778160 CPUtime=0.11 cores=0,2,4,6
/proc/10774/task/10778/stat : 10778 (java) S 10772 10772 28892 0 -1 1077944384 174 0 0 0 7 4 0 0 20 0 15 0 120492463 14314172416 194522 18446744073709551615 4194304 4196468 140737234057520 140589055822480 140589138523861 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10779] ppid=10772 vsize=13978684 memory=280449687710032 CPUtime=0.12 cores=0,2,4,6
/proc/10774/task/10779/stat : 10779 (java) S 10772 10772 28892 0 -1 1077944384 169 0 0 0 8 4 0 0 20 0 15 0 120492463 14314172416 194522 18446744073709551615 4194304 4196468 140737234057520 140589054769680 140589138523861 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10780] ppid=10772 vsize=13978684 memory=280449687710096 CPUtime=0 cores=0,2,4,6
/proc/10774/task/10780/stat : 10780 (java) S 10772 10772 28892 0 -1 1077944384 658 0 0 0 0 0 0 0 20 0 15 0 120492465 14314172416 194522 18446744073709551615 4194304 4196468 140737234057520 140588616256112 140589138524802 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 28 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10781] ppid=10772 vsize=13978684 memory=280449687710160 CPUtime=0 cores=0,2,4,6
/proc/10774/task/10781/stat : 10781 (java) S 10772 10772 28892 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 120492465 14314172416 194522 18446744073709551615 4194304 4196468 140737234057520 140588615202144 140589138523861 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10782] ppid=10772 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10774/task/10782/stat : 10782 (java) S 10772 10772 28892 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 120492466 14314172416 194522 18446744073709551615 4194304 4196468 140737234057520 140588614149760 140589138523861 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10783] ppid=10772 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10774/task/10783/stat : 10783 (java) S 10772 10772 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120492468 14314172416 194522 18446744073709551615 4194304 4196468 140737234057520 140588613098064 140589138532251 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10784] ppid=10772 vsize=13978684 memory=0 CPUtime=0.62 cores=0,2,4,6
/proc/10774/task/10784/stat : 10784 (java) S 10772 10772 28892 0 -1 1077944384 2471 0 0 0 62 0 0 0 20 0 15 0 120492468 14314172416 194522 18446744073709551615 4194304 4196468 140737234057520 140588612044912 140589138524802 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10785] ppid=10772 vsize=13978684 memory=1680 CPUtime=0.64 cores=0,2,4,6
/proc/10774/task/10785/stat : 10785 (java) S 10772 10772 28892 0 -1 1077944384 2295 0 0 0 64 0 0 0 20 0 15 0 120492468 14314172416 194522 18446744073709551615 4194304 4196468 140737234057520 140588610992112 140589138524802 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10786] ppid=10772 vsize=13978684 memory=971 CPUtime=0.3 cores=0,2,4,6
/proc/10774/task/10786/stat : 10786 (java) S 10772 10772 28892 0 -1 1077944384 1686 0 0 0 29 1 0 0 20 0 15 0 120492468 14314172416 194522 18446744073709551615 4194304 4196468 140737234057520 140588609939824 140589138524802 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10787] ppid=10772 vsize=13978684 memory=140224843793585 CPUtime=0 cores=0,2,4,6
/proc/10774/task/10787/stat : 10787 (java) S 10772 10772 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120492468 14314172416 194522 18446744073709551615 4194304 4196468 140737234057520 140588608887264 140589138523861 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10788] ppid=10772 vsize=13978684 memory=7518304751215404629 CPUtime=0 cores=0,2,4,6
/proc/10774/task/10788/stat : 10788 (java) S 10772 10772 28892 0 -1 1077944384 173 0 0 0 0 0 0 0 20 0 15 0 120492472 14314172416 194522 18446744073709551615 4194304 4196468 140737234057520 140588607835056 140589138524802 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 27 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
Current children cumulated CPU time: 8.12 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 779468 KiB

[startup+12.7025 s]
/proc/loadavg: 2.20 1.86 1.72 3/211 10788
/proc/meminfo: memFree=29937836/32770624 swapFree=67108860/67108860
[pid=10772] ppid=10769 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/10772/stat : 10772 (xcsp3-exec) S 10769 10772 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 120492454 9740288 345 18446744073709551615 4194304 5098028 140731803738096 140731803736200 140534235673212 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 8 0 0 7196144 7232144 15675392 140731803746680 140731803746885 140731803746885 140731803750379 0
/proc/10772/statm: 2378 345 289 221 0 87 0
[pid=10774] ppid=10772 vsize=13980732 memory=855864 CPUtime=14.64 cores=0,2,4,6
/proc/10774/stat : 10774 (java) S 10772 10772 28892 0 -1 1077944320 25030 0 0 0 1428 36 0 0 20 0 15 0 120492462 14316269568 213966 18446744073709551615 4194304 4196468 140737234057520 140737234040064 140589138513655 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
/proc/10774/statm: 3495183 213966 3206 1 0 3483476 0
[pid=10774/tid=10775] ppid=10772 vsize=13980732 memory=295 CPUtime=12.43 cores=0,2,4,6
/proc/10774/task/10775/stat : 10775 (java) R 10772 10772 28892 0 -1 1077944384 14224 0 0 0 1230 13 0 0 20 0 15 0 120492463 14316269568 213966 18446744073709551615 4194304 4196468 140737234057520 140589142733760 140589138523861 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10776] ppid=10772 vsize=13980732 memory=-8774313645642428999 CPUtime=0.11 cores=0,2,4,6
/proc/10774/task/10776/stat : 10776 (java) S 10772 10772 28892 0 -1 1077944384 147 0 0 0 7 4 0 0 20 0 15 0 120492463 14316269568 213966 18446744073709551615 4194304 4196468 140737234057520 140589057927568 140589138523861 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10777] ppid=10772 vsize=13980732 memory=-8774313645642428999 CPUtime=0.1 cores=0,2,4,6
/proc/10774/task/10777/stat : 10777 (java) S 10772 10772 28892 0 -1 1077944384 142 0 0 0 6 4 0 0 20 0 15 0 120492463 14316269568 213966 18446744073709551615 4194304 4196468 140737234057520 140589056874768 140589138523861 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10778] ppid=10772 vsize=13980732 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/10774/task/10778/stat : 10778 (java) S 10772 10772 28892 0 -1 1077944384 174 0 0 0 7 4 0 0 20 0 15 0 120492463 14316269568 213966 18446744073709551615 4194304 4196468 140737234057520 140589055822480 140589138523861 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10779] ppid=10772 vsize=13980732 memory=1380 CPUtime=0.12 cores=0,2,4,6
/proc/10774/task/10779/stat : 10779 (java) S 10772 10772 28892 0 -1 1077944384 169 0 0 0 8 4 0 0 20 0 15 0 120492463 14316269568 213966 18446744073709551615 4194304 4196468 140737234057520 140589054769680 140589138523861 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10780] ppid=10772 vsize=13980732 memory=12 CPUtime=0.02 cores=0,2,4,6
/proc/10774/task/10780/stat : 10780 (java) S 10772 10772 28892 0 -1 1077944384 701 0 0 0 1 1 0 0 20 0 15 0 120492465 14316269568 213966 18446744073709551615 4194304 4196468 140737234057520 140588616256112 140589138524802 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 28 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10781] ppid=10772 vsize=13980732 memory=2 CPUtime=0 cores=0,2,4,6
/proc/10774/task/10781/stat : 10781 (java) S 10772 10772 28892 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 120492465 14316269568 213966 18446744073709551615 4194304 4196468 140737234057520 140588615202144 140589138523861 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10782] ppid=10772 vsize=13980732 memory=1680 CPUtime=0 cores=0,2,4,6
/proc/10774/task/10782/stat : 10782 (java) S 10772 10772 28892 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 120492466 14316269568 213966 18446744073709551615 4194304 4196468 140737234057520 140588614149760 140589138523861 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10783] ppid=10772 vsize=13980732 memory=971 CPUtime=0 cores=0,2,4,6
/proc/10774/task/10783/stat : 10783 (java) S 10772 10772 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120492468 14316269568 213966 18446744073709551615 4194304 4196468 140737234057520 140588613098064 140589138532251 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10784] ppid=10772 vsize=13980732 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/10774/task/10784/stat : 10784 (java) S 10772 10772 28892 0 -1 1077944384 2747 0 0 0 67 0 0 0 20 0 15 0 120492468 14316269568 213966 18446744073709551615 4194304 4196468 140737234057520 140588612044912 140589138524802 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10785] ppid=10772 vsize=13980732 memory=110 CPUtime=0.67 cores=0,2,4,6
/proc/10774/task/10785/stat : 10785 (java) S 10772 10772 28892 0 -1 1077944384 2565 0 0 0 67 0 0 0 20 0 15 0 120492468 14316269568 213966 18446744073709551615 4194304 4196468 140737234057520 140588610992112 140589138524802 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10786] ppid=10772 vsize=13980732 memory=171 CPUtime=0.32 cores=0,2,4,6
/proc/10774/task/10786/stat : 10786 (java) R 10772 10772 28892 0 -1 4202560 2541 0 0 0 31 1 0 0 20 0 15 0 120492468 14316269568 213966 18446744073709551615 4194304 4196468 140737234057520 140588609935696 140589117945728 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10787] ppid=10772 vsize=13980732 memory=794044 CPUtime=0 cores=0,2,4,6
/proc/10774/task/10787/stat : 10787 (java) S 10772 10772 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120492468 14316269568 213966 18446744073709551615 4194304 4196468 140737234057520 140588608887264 140589138523861 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10788] ppid=10772 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10774/task/10788/stat : 10788 (java) S 10772 10772 28892 0 -1 1077944384 325 0 0 0 0 0 0 0 20 0 15 0 120492472 14316269568 213966 18446744073709551615 4194304 4196468 140737234057520 140588607835056 140589138524802 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 27 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
Current children cumulated CPU time: 14.64 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 857244 KiB

[startup+12.9105 s]
# the end of solver process 10772 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=14.6841 s, system=0.376728 s

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

[startup+12.8009 s]
/proc/loadavg: 2.20 1.86 1.72 3/211 10788
/proc/meminfo: memFree=29937836/32770624 swapFree=67108860/67108860
[pid=10772] ppid=10769 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/10772/stat : 10772 (xcsp3-exec) S 10769 10772 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 120492454 9740288 345 18446744073709551615 4194304 5098028 140731803738096 140731803736200 140534235673212 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 8 0 0 7196144 7232144 15675392 140731803746680 140731803746885 140731803746885 140731803750379 0
/proc/10772/statm: 2378 345 289 221 0 87 0
[pid=10774] ppid=10772 vsize=13980732 memory=862796 CPUtime=14.89 cores=0,2,4,6
/proc/10774/stat : 10774 (java) S 10772 10772 28892 0 -1 1077944320 26832 0 0 0 1453 36 0 0 20 0 15 0 120492462 14316269568 215699 18446744073709551615 4194304 4196468 140737234057520 140737234040064 140589138513655 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
/proc/10774/statm: 3495183 215699 3213 1 0 3483476 0
[pid=10774/tid=10775] ppid=10772 vsize=13980732 memory=0 CPUtime=12.52 cores=0,2,4,6
/proc/10774/task/10775/stat : 10775 (java) R 10772 10772 28892 0 -1 4202560 14622 0 0 0 1239 13 0 0 20 0 15 0 120492463 14316269568 215699 18446744073709551615 4194304 4196468 140737234057520 140589142752528 140589124581774 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10776] ppid=10772 vsize=13980732 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/10774/task/10776/stat : 10776 (java) S 10772 10772 28892 0 -1 1077944384 147 0 0 0 7 4 0 0 20 0 15 0 120492463 14316269568 215699 18446744073709551615 4194304 4196468 140737234057520 140589057927568 140589138523861 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10777] ppid=10772 vsize=13980732 memory=1380 CPUtime=0.1 cores=0,2,4,6
/proc/10774/task/10777/stat : 10777 (java) S 10772 10772 28892 0 -1 1077944384 142 0 0 0 6 4 0 0 20 0 15 0 120492463 14316269568 215699 18446744073709551615 4194304 4196468 140737234057520 140589056874768 140589138523861 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10778] ppid=10772 vsize=13980732 memory=855488 CPUtime=0.11 cores=0,2,4,6
/proc/10774/task/10778/stat : 10778 (java) S 10772 10772 28892 0 -1 1077944384 174 0 0 0 7 4 0 0 20 0 15 0 120492463 14316269568 215699 18446744073709551615 4194304 4196468 140737234057520 140589055822480 140589138523861 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10779] ppid=10772 vsize=13980732 memory=1000 CPUtime=0.12 cores=0,2,4,6
/proc/10774/task/10779/stat : 10779 (java) S 10772 10772 28892 0 -1 1077944384 169 0 0 0 8 4 0 0 20 0 15 0 120492463 14316269568 215699 18446744073709551615 4194304 4196468 140737234057520 140589054769680 140589138523861 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10780] ppid=10772 vsize=13980732 memory=796 CPUtime=0.02 cores=0,2,4,6
/proc/10774/task/10780/stat : 10780 (java) S 10772 10772 28892 0 -1 1077944384 701 0 0 0 1 1 0 0 20 0 15 0 120492465 14316269568 215699 18446744073709551615 4194304 4196468 140737234057520 140588616256112 140589138524802 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 28 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10781] ppid=10772 vsize=13980732 memory=11160 CPUtime=0 cores=0,2,4,6
/proc/10774/task/10781/stat : 10781 (java) S 10772 10772 28892 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 120492465 14316269568 215699 18446744073709551615 4194304 4196468 140737234057520 140588615202144 140589138523861 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10782] ppid=10772 vsize=13980732 memory=15880 CPUtime=0 cores=0,2,4,6
/proc/10774/task/10782/stat : 10782 (java) S 10772 10772 28892 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 120492466 14316269568 215699 18446744073709551615 4194304 4196468 140737234057520 140588614149760 140589138523861 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10783] ppid=10772 vsize=13980732 memory=4048 CPUtime=0 cores=0,2,4,6
/proc/10774/task/10783/stat : 10783 (java) S 10772 10772 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120492468 14316269568 215699 18446744073709551615 4194304 4196468 140737234057520 140588613098064 140589138532251 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10784] ppid=10772 vsize=13980732 memory=36920 CPUtime=0.72 cores=0,2,4,6
/proc/10774/task/10784/stat : 10784 (java) S 10772 10772 28892 0 -1 1077944384 3253 0 0 0 72 0 0 0 20 0 15 0 120492468 14316269568 215699 18446744073709551615 4194304 4196468 140737234057520 140588612044912 140589138524802 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10785] ppid=10772 vsize=13980732 memory=1788 CPUtime=0.74 cores=0,2,4,6
/proc/10774/task/10785/stat : 10785 (java) S 10772 10772 28892 0 -1 1077944384 3096 0 0 0 74 0 0 0 20 0 15 0 120492468 14316269568 216211 18446744073709551615 4194304 4196468 140737234057520 140588610992112 140589138524802 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10786] ppid=10772 vsize=13980732 memory=640 CPUtime=0.36 cores=0,2,4,6
/proc/10774/task/10786/stat : 10786 (java) R 10772 10772 28892 0 -1 4202560 2905 0 0 0 35 1 0 0 20 0 15 0 120492468 14316269568 216211 18446744073709551615 4194304 4196468 140737234057520 140588609935584 140589117498472 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10787] ppid=10772 vsize=13980732 memory=960 CPUtime=0 cores=0,2,4,6
/proc/10774/task/10787/stat : 10787 (java) S 10772 10772 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120492468 14316269568 216211 18446744073709551615 4194304 4196468 140737234057520 140588608887264 140589138523861 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10788] ppid=10772 vsize=13980732 memory=280449687719872 CPUtime=0 cores=0,2,4,6
/proc/10774/task/10788/stat : 10788 (java) S 10772 10772 28892 0 -1 1077944384 325 0 0 0 0 0 0 0 20 0 15 0 120492472 14316269568 216211 18446744073709551615 4194304 4196468 140737234057520 140588607835056 140589138524802 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 27 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
Current children cumulated CPU time: 14.89 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 864176 KiB

[startup+12.9007 s]
/proc/loadavg: 2.20 1.86 1.72 3/211 10788
/proc/meminfo: memFree=29937836/32770624 swapFree=67108860/67108860
[pid=10772] ppid=10769 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/10772/stat : 10772 (xcsp3-exec) S 10769 10772 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 120492454 9740288 345 18446744073709551615 4194304 5098028 140731803738096 140731803736200 140534235673212 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 8 0 0 7196144 7232144 15675392 140731803746680 140731803746885 140731803746885 140731803750379 0
/proc/10772/statm: 2378 345 289 221 0 87 0
[pid=10774] ppid=10772 vsize=13980732 memory=866980 CPUtime=15.03 cores=0,2,4,6
/proc/10774/stat : 10774 (java) S 10772 10772 28892 0 -1 1077944320 27043 0 0 0 1467 36 0 0 20 0 15 0 120492462 14316269568 216745 18446744073709551615 4194304 4196468 140737234057520 140737234040064 140589138513655 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
/proc/10774/statm: 3495183 216745 3213 1 0 3483476 0
[pid=10774/tid=10775] ppid=10772 vsize=13980732 memory=1380 CPUtime=12.62 cores=0,2,4,6
/proc/10774/task/10775/stat : 10775 (java) R 10772 10772 28892 0 -1 4202560 14794 0 0 0 1249 13 0 0 20 0 15 0 120492463 14316269568 216745 18446744073709551615 4194304 4196468 140737234057520 140589142751856 140589122557285 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10776] ppid=10772 vsize=13980732 memory=855864 CPUtime=0.11 cores=0,2,4,6
/proc/10774/task/10776/stat : 10776 (java) S 10772 10772 28892 0 -1 1077944384 147 0 0 0 7 4 0 0 20 0 15 0 120492463 14316269568 216745 18446744073709551615 4194304 4196468 140737234057520 140589057927568 140589138523861 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10777] ppid=10772 vsize=13980732 memory=295 CPUtime=0.1 cores=0,2,4,6
/proc/10774/task/10777/stat : 10777 (java) S 10772 10772 28892 0 -1 1077944384 142 0 0 0 6 4 0 0 20 0 15 0 120492463 14316269568 216745 18446744073709551615 4194304 4196468 140737234057520 140589056874768 140589138523861 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10778] ppid=10772 vsize=13980732 memory=-8774313645642428999 CPUtime=0.11 cores=0,2,4,6
/proc/10774/task/10778/stat : 10778 (java) S 10772 10772 28892 0 -1 1077944384 174 0 0 0 7 4 0 0 20 0 15 0 120492463 14316269568 216745 18446744073709551615 4194304 4196468 140737234057520 140589055822480 140589138523861 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10779] ppid=10772 vsize=13980732 memory=-8774313645642428999 CPUtime=0.12 cores=0,2,4,6
/proc/10774/task/10779/stat : 10779 (java) S 10772 10772 28892 0 -1 1077944384 169 0 0 0 8 4 0 0 20 0 15 0 120492463 14316269568 216745 18446744073709551615 4194304 4196468 140737234057520 140589054769680 140589138523861 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10780] ppid=10772 vsize=13980732 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/10774/task/10780/stat : 10780 (java) S 10772 10772 28892 0 -1 1077944384 701 0 0 0 1 1 0 0 20 0 15 0 120492465 14316269568 216745 18446744073709551615 4194304 4196468 140737234057520 140588616256112 140589138524802 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 28 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10781] ppid=10772 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/10774/task/10781/stat : 10781 (java) S 10772 10772 28892 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 120492465 14316269568 216745 18446744073709551615 4194304 4196468 140737234057520 140588615202144 140589138523861 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10782] ppid=10772 vsize=13980732 memory=12 CPUtime=0 cores=0,2,4,6
/proc/10774/task/10782/stat : 10782 (java) S 10772 10772 28892 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 120492466 14316269568 216745 18446744073709551615 4194304 4196468 140737234057520 140588614149760 140589138523861 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10783] ppid=10772 vsize=13980732 memory=2 CPUtime=0 cores=0,2,4,6
/proc/10774/task/10783/stat : 10783 (java) S 10772 10772 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120492468 14316269568 216745 18446744073709551615 4194304 4196468 140737234057520 140588613098064 140589138532251 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10784] ppid=10772 vsize=13980732 memory=1680 CPUtime=0.74 cores=0,2,4,6
/proc/10774/task/10784/stat : 10784 (java) S 10772 10772 28892 0 -1 1077944384 3261 0 0 0 74 0 0 0 20 0 15 0 120492468 14316269568 216745 18446744073709551615 4194304 4196468 140737234057520 140588612044912 140589138524802 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10785] ppid=10772 vsize=13980732 memory=971 CPUtime=0.76 cores=0,2,4,6
/proc/10774/task/10785/stat : 10785 (java) S 10772 10772 28892 0 -1 1077944384 3100 0 0 0 76 0 0 0 20 0 15 0 120492468 14316269568 216745 18446744073709551615 4194304 4196468 140737234057520 140588610992112 140589138524802 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10786] ppid=10772 vsize=13980732 memory=0 CPUtime=0.37 cores=0,2,4,6
/proc/10774/task/10786/stat : 10786 (java) R 10772 10772 28892 0 -1 4202560 2932 0 0 0 36 1 0 0 20 0 15 0 120492468 14316269568 216745 18446744073709551615 4194304 4196468 140737234057520 140588609939824 140589138525590 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10787] ppid=10772 vsize=13980732 memory=110 CPUtime=0 cores=0,2,4,6
/proc/10774/task/10787/stat : 10787 (java) S 10772 10772 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 120492468 14316269568 216745 18446744073709551615 4194304 4196468 140737234057520 140588608887264 140589138523861 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
[pid=10774/tid=10788] ppid=10772 vsize=13980732 memory=171 CPUtime=0 cores=0,2,4,6
/proc/10774/task/10788/stat : 10788 (java) S 10772 10772 28892 0 -1 1077944384 325 0 0 0 0 0 0 0 20 0 15 0 120492472 14316269568 216745 18446744073709551615 4194304 4196468 140737234057520 140588607835056 140589138524802 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 27 0 0 6293624 6294260 26640384 140737234063793 140737234063969 140737234063969 140737234067407 0
Current children cumulated CPU time: 15.03 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 868360 KiB

Child status: 0
Real time (s): 12.9105
CPU time (s): 15.0608
CPU user time (s): 14.6841
CPU system time (s): 0.376728
CPU usage (%): 116.656
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 868360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.6841
system time used= 0.376728
maximum resident set size= 869444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27646
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= 2301
involuntary context switches= 35


# summary of solver processes directly reported to runsolver:
#   pid: 10772
#   total CPU time (s): 15.0608
#   total CPU user time (s): 14.6841
#   total CPU system time (s): 0.376728

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.117921 second user time and 0.153769 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-20 00:35:43
IDJOB=4284061
IDBENCH=120404
IDSOLVER=2679
FILE ID=node127/4284061-1503182995
RUNJOBID= node127-1503172133-9102
PBS_JOBID= 
Free space on /tmp= 62004 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Sudoku/Sudoku-table-s1/Sudoku-s11b-table.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-4284061-1503182995/watcher-4284061-1503182995 -o /tmp/evaluation-result-4284061-1503182995/solver-4284061-1503182995 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1503172133-9102 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1735394323 HOME/instance-4284061-1503182995.xml

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

MD5SUM BENCH= 681635f7ea43a8dc3f7bd33a86b98ebb
RANDOM SEED=1735394323

node127.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.92
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.92
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.92
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.92
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:        30782652 kB
MemAvailable:   31660176 kB
Buffers:          301988 kB
Cached:           876920 kB
SwapCached:            0 kB
Active:          1157956 kB
Inactive:         380488 kB
Active(anon):     309980 kB
Inactive(anon):    99188 kB
Active(file):     847976 kB
Inactive(file):   281300 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             28204 kB
Writeback:             0 kB
AnonPages:        508720 kB
Mapped:            74576 kB
Shmem:             49828 kB
Slab:             154532 kB
SReclaimable:     128168 kB
SUnreclaim:        26364 kB
KernelStack:        3760 kB
PageTables:         5800 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1213624 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    366592 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61996 MiB
End job on node127 at 2017-08-20 00:35:56