Trace number 4282331

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-18)SAT 21.2616 18.698799

General information on the benchmark

NameMarketSplit/MarketSplit-m1-gp/
MarketSplit-09.xml
MD5SUMdabf91d1abe3f942053f99cb79a60185
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 benchmark13.3883
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints4
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":30}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":29}]
Minimum constraint arity29
Maximum constraint arity30
Distribution of constraint arities[{"arity":29,"count":1},{"arity":30,"count":3}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":4}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.07	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4282331-1503136992.xml"  -tl '2520s' -p 1 -x 0
0.07/0.28	c [HOME/instance-4282331-1503136992.xml, -tl, 2520s, -p, 1, -x, 0]
0.25/0.34	c simple solver
0.25/0.41	c parse instance...
0.62/0.54	c solve instance...
21.14/18.69	s SATISFIABLE
21.14/18.69	v <instantiation>
21.14/18.69	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] </list>
21.14/18.69	v 	<values>0 1 0 0 1 1 0 1 1 1 1 0 0 0 1 1 0 1 1 0 0 0 1 0 1 0 0 1 0 0 </values>
21.14/18.69	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 (15511 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282331-1503136992/watcher-4282331-1503136992 -o /tmp/evaluation-result-4282331-1503136992/solver-4282331-1503136992 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1503095780-14042 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 139605221 HOME/instance-4282331-1503136992.xml 

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

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


[startup+0.100085 s]*
/proc/loadavg: 2.07 1.90 1.85 4/203 21827
/proc/meminfo: memFree=30576912/32770624 swapFree=67108860/67108860
[pid=21820] ppid=21817 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/21820/stat : 21820 (xcsp3-exec) S 21817 21820 13977 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 102039836 9740288 345 18446744073709551615 4194304 5098028 140736671599056 140736671597160 140654464520828 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 12124160 140736671601017 140736671601221 140736671601221 140736671604715 0
/proc/21820/statm: 2378 345 289 221 0 87 0
[pid=21822] ppid=21820 vsize=13507920 memory=17212 CPUtime=0.01 cores=1,3,5,7
/proc/21822/stat : 21822 (java) S 21820 21820 13977 0 -1 1077944320 3613 0 0 0 1 0 0 0 20 0 8 0 102039844 13832110080 4303 18446744073709551615 4194304 4196468 140720825504544 140720825487088 139807245831927 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
/proc/21822/statm: 3376980 4303 2033 1 0 3366477 0
[pid=21822/tid=21823] ppid=21820 vsize=13507920 memory=4206989191851631162 CPUtime=0.01 cores=1,3,5,7
/proc/21822/task/21823/stat : 21823 (java) R 21820 21820 13977 0 -1 4202560 2340 0 0 0 1 0 0 0 20 0 8 0 102039844 13832110080 4303 18446744073709551615 4194304 4196468 140720825504544 139807250065064 139807238817259 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21824] ppid=21820 vsize=13507920 memory=3461490984349795977 CPUtime=0 cores=1,3,5,7
/proc/21822/task/21824/stat : 21824 (java) S 21820 21820 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 8 0 102039845 13832110080 4303 18446744073709551615 4194304 4196468 140720825504544 139807165245840 139807245842133 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21825] ppid=21820 vsize=13507920 memory=140379720111744 CPUtime=0 cores=1,3,5,7
/proc/21822/task/21825/stat : 21825 (java) S 21820 21820 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 8 0 102039845 13832110080 4303 18446744073709551615 4194304 4196468 140720825504544 139807164193040 139807245842133 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21826] ppid=21820 vsize=13507920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21822/task/21826/stat : 21826 (java) S 21820 21820 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 8 0 102039845 13832110080 4303 18446744073709551615 4194304 4196468 140720825504544 139807163140752 139807245842133 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21827] ppid=21820 vsize=13507920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21822/task/21827/stat : 21827 (java) S 21820 21820 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 8 0 102039845 13832110080 4303 18446744073709551615 4194304 4196468 140720825504544 139807162087952 139807245842133 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21828] ppid=21820 vsize=13508948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21822/task/21828/stat : 21828 (java) S 21820 21820 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 8 0 102039846 13833162752 4303 18446744073709551615 4194304 4196468 140720825504544 139806162655856 139807245843074 0 0 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21829] ppid=21820 vsize=13508948 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21822/task/21829/stat : 21829 (java) S 21820 21820 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 102039846 13833162752 4303 18446744073709551615 4194304 4196468 140720825504544 139806161601824 139807245842133 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21830] ppid=21820 vsize=13508948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21822/task/21830/stat : 21830 (java) S 21820 21820 13977 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 9 0 102039847 13833162752 4303 18446744073709551615 4194304 4196468 140720825504544 139806160551392 139807245842133 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13517432 KiB
Current children cumulated memory: 18592 KiB

[startup+0.210828 s]*
/proc/loadavg: 2.07 1.90 1.85 3/212 21836
/proc/meminfo: memFree=30572796/32770624 swapFree=67108860/67108860
[pid=21820] ppid=21817 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/21820/stat : 21820 (xcsp3-exec) S 21817 21820 13977 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 102039836 9740288 345 18446744073709551615 4194304 5098028 140736671599056 140736671597160 140654464520828 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 12124160 140736671601017 140736671601221 140736671601221 140736671604715 0
/proc/21820/statm: 2378 345 289 221 0 87 0
[pid=21822] ppid=21820 vsize=13974352 memory=25552 CPUtime=0.07 cores=1,3,5,7
/proc/21822/stat : 21822 (java) S 21820 21820 13977 0 -1 1077944320 4832 0 0 0 6 1 0 0 20 0 15 0 102039844 14309736448 6388 18446744073709551615 4194304 4196468 140720825504544 140720825487088 139807245831927 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
/proc/21822/statm: 3493588 6388 2698 1 0 3482964 0
[pid=21822/tid=21823] ppid=21820 vsize=13974352 memory=-6584943718991761767 CPUtime=0.05 cores=1,3,5,7
/proc/21822/task/21823/stat : 21823 (java) R 21820 21820 13977 0 -1 4202560 2982 0 0 0 5 0 0 0 20 0 15 0 102039844 14309736448 6388 18446744073709551615 4194304 4196468 140720825504544 139807250057616 139807245853853 0 4 1 16800974 0 0 0 -1 5 0 0 6 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21824] ppid=21820 vsize=13974352 memory=3461490984349795977 CPUtime=0 cores=1,3,5,7
/proc/21822/task/21824/stat : 21824 (java) S 21820 21820 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102039845 14309736448 6388 18446744073709551615 4194304 4196468 140720825504544 139807165245840 139807245842133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21825] ppid=21820 vsize=13974352 memory=140379720111744 CPUtime=0 cores=1,3,5,7
/proc/21822/task/21825/stat : 21825 (java) S 21820 21820 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102039845 14309736448 6388 18446744073709551615 4194304 4196468 140720825504544 139807164193040 139807245842133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21826] ppid=21820 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21822/task/21826/stat : 21826 (java) S 21820 21820 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102039845 14309736448 6388 18446744073709551615 4194304 4196468 140720825504544 139807163140752 139807245842133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21827] ppid=21820 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21822/task/21827/stat : 21827 (java) S 21820 21820 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 102039845 14309736448 6388 18446744073709551615 4194304 4196468 140720825504544 139807162087952 139807245842133 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21828] ppid=21820 vsize=13974352 memory=140379720111744 CPUtime=0 cores=1,3,5,7
/proc/21822/task/21828/stat : 21828 (java) S 21820 21820 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 102039846 14309736448 6388 18446744073709551615 4194304 4196468 140720825504544 139806162655856 139807245843074 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21829] ppid=21820 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21822/task/21829/stat : 21829 (java) S 21820 21820 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 102039846 14309736448 6388 18446744073709551615 4194304 4196468 140720825504544 139806161601824 139807245842133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21830] ppid=21820 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21822/task/21830/stat : 21830 (java) S 21820 21820 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 102039847 14309736448 6388 18446744073709551615 4194304 4196468 140720825504544 139806160549488 139807245842133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21831] ppid=21820 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21822/task/21831/stat : 21831 (java) S 21820 21820 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102039849 14309736448 6388 18446744073709551615 4194304 4196468 140720825504544 139806159497808 139807245850523 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21832] ppid=21820 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21822/task/21832/stat : 21832 (java) S 21820 21820 13977 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 15 0 102039849 14309736448 6388 18446744073709551615 4194304 4196468 140720825504544 139806158444656 139807245843074 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21833] ppid=21820 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21822/task/21833/stat : 21833 (java) S 21820 21820 13977 0 -1 1077944384 288 0 0 0 0 0 0 0 20 0 15 0 102039849 14309736448 6388 18446744073709551615 4194304 4196468 140720825504544 139806157391856 139807245843074 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21834] ppid=21820 vsize=13974352 memory=140379720111744 CPUtime=0 cores=1,3,5,7
/proc/21822/task/21834/stat : 21834 (java) S 21820 21820 13977 0 -1 1077944384 230 0 0 0 0 0 0 0 20 0 15 0 102039849 14309736448 6388 18446744073709551615 4194304 4196468 140720825504544 139806156339568 139807245843074 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21835] ppid=21820 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21822/task/21835/stat : 21835 (java) S 21820 21820 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102039849 14309736448 6388 18446744073709551615 4194304 4196468 140720825504544 139806155287008 139807245842133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21836] ppid=21820 vsize=13974352 memory=140379720111744 CPUtime=0 cores=1,3,5,7
/proc/21822/task/21836/stat : 21836 (java) S 21820 21820 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102039856 14309736448 6388 18446744073709551615 4194304 4196468 140720825504544 139806154234800 139807245843074 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 26932 KiB

[startup+0.310428 s]*
/proc/loadavg: 2.07 1.90 1.85 3/212 21836
/proc/meminfo: memFree=30557260/32770624 swapFree=67108860/67108860
[pid=21820] ppid=21817 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/21820/stat : 21820 (xcsp3-exec) S 21817 21820 13977 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 102039836 9740288 345 18446744073709551615 4194304 5098028 140736671599056 140736671597160 140654464520828 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 12124160 140736671601017 140736671601221 140736671601221 140736671604715 0
/proc/21820/statm: 2378 345 289 221 0 87 0
[pid=21822] ppid=21820 vsize=13974352 memory=37540 CPUtime=0.25 cores=1,3,5,7
/proc/21822/stat : 21822 (java) S 21820 21820 13977 0 -1 1077944320 8445 0 0 0 23 2 0 0 20 0 15 0 102039844 14309736448 9385 18446744073709551615 4194304 4196468 140720825504544 140720825487088 139807245831927 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
/proc/21822/statm: 3493588 9385 2974 1 0 3482964 0
[pid=21822/tid=21823] ppid=21820 vsize=13974352 memory=-8774313645642428999 CPUtime=0.16 cores=1,3,5,7
/proc/21822/task/21823/stat : 21823 (java) R 21820 21820 13977 0 -1 4202560 5673 0 0 0 15 1 0 0 20 0 15 0 102039844 14309736448 9385 18446744073709551615 4194304 4196468 140720825504544 139807250036336 139807245853853 0 4 1 16800974 0 0 0 -1 5 0 0 6 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21824] ppid=21820 vsize=13974352 memory=-7003737579269690708 CPUtime=0 cores=1,3,5,7
/proc/21822/task/21824/stat : 21824 (java) S 21820 21820 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102039845 14309736448 9385 18446744073709551615 4194304 4196468 140720825504544 139807165245840 139807245842133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21825] ppid=21820 vsize=13974352 memory=7031125463459224206 CPUtime=0 cores=1,3,5,7
/proc/21822/task/21825/stat : 21825 (java) S 21820 21820 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102039845 14309736448 9385 18446744073709551615 4194304 4196468 140720825504544 139807164193040 139807245842133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21826] ppid=21820 vsize=13974352 memory=-7305533901252758645 CPUtime=0 cores=1,3,5,7
/proc/21822/task/21826/stat : 21826 (java) S 21820 21820 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102039845 14309736448 9385 18446744073709551615 4194304 4196468 140720825504544 139807163140752 139807245842133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21827] ppid=21820 vsize=13974352 memory=8248408006974860141 CPUtime=0 cores=1,3,5,7
/proc/21822/task/21827/stat : 21827 (java) S 21820 21820 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 102039845 14309736448 9385 18446744073709551615 4194304 4196468 140720825504544 139807162087952 139807245842133 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21828] ppid=21820 vsize=13974352 memory=140379720118737 CPUtime=0 cores=1,3,5,7
/proc/21822/task/21828/stat : 21828 (java) S 21820 21820 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 102039846 14309736448 9385 18446744073709551615 4194304 4196468 140720825504544 139806162655856 139807245843074 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21829] ppid=21820 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21822/task/21829/stat : 21829 (java) S 21820 21820 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 102039846 14309736448 9385 18446744073709551615 4194304 4196468 140720825504544 139806161601824 139807245842133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21830] ppid=21820 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21822/task/21830/stat : 21830 (java) S 21820 21820 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 102039847 14309736448 9385 18446744073709551615 4194304 4196468 140720825504544 139806160549488 139807245842133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21831] ppid=21820 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21822/task/21831/stat : 21831 (java) S 21820 21820 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102039849 14309736448 9385 18446744073709551615 4194304 4196468 140720825504544 139806159497808 139807245850523 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21832] ppid=21820 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/21822/task/21832/stat : 21832 (java) S 21820 21820 13977 0 -1 1077944384 159 0 0 0 1 0 0 0 20 0 15 0 102039849 14309736448 9385 18446744073709551615 4194304 4196468 140720825504544 139806158444656 139807245843074 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21833] ppid=21820 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/21822/task/21833/stat : 21833 (java) R 21820 21820 13977 0 -1 4202560 610 0 0 0 1 0 0 0 20 0 15 0 102039849 14309736448 9385 18446744073709551615 4194304 4196468 140720825504544 139806157391856 139807225749072 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21834] ppid=21820 vsize=13974352 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/21822/task/21834/stat : 21834 (java) S 21820 21820 13977 0 -1 1077944384 698 0 0 0 5 0 0 0 20 0 15 0 102039849 14309736448 9385 18446744073709551615 4194304 4196468 140720825504544 139806156339568 139807245843074 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21835] ppid=21820 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21822/task/21835/stat : 21835 (java) S 21820 21820 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102039849 14309736448 9385 18446744073709551615 4194304 4196468 140720825504544 139806155287008 139807245842133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21836] ppid=21820 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21822/task/21836/stat : 21836 (java) S 21820 21820 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102039856 14309736448 9385 18446744073709551615 4194304 4196468 140720825504544 139806154234800 139807245843074 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38920 KiB

[startup+0.701298 s]
/proc/loadavg: 2.07 1.90 1.85 5/212 21836
/proc/meminfo: memFree=30547488/32770624 swapFree=67108860/67108860
[pid=21820] ppid=21817 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/21820/stat : 21820 (xcsp3-exec) S 21817 21820 13977 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 102039836 9740288 345 18446744073709551615 4194304 5098028 140736671599056 140736671597160 140654464520828 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 12124160 140736671601017 140736671601221 140736671601221 140736671604715 0
/proc/21820/statm: 2378 345 289 221 0 87 0
[pid=21822] ppid=21820 vsize=13980732 memory=66096 CPUtime=1.2 cores=1,3,5,7
/proc/21822/stat : 21822 (java) S 21820 21820 13977 0 -1 1077944320 14196 0 0 0 116 4 0 0 20 0 15 0 102039844 14316269568 16524 18446744073709551615 4194304 4196468 140720825504544 140720825487088 139807245831927 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
/proc/21822/statm: 3495183 16524 3177 1 0 3483476 0
[pid=21822/tid=21823] ppid=21820 vsize=13980732 memory=0 CPUtime=0.53 cores=1,3,5,7
/proc/21822/task/21823/stat : 21823 (java) R 21820 21820 13977 0 -1 4202560 7900 0 0 0 51 2 0 0 20 0 15 0 102039844 14316269568 16524 18446744073709551615 4194304 4196468 140720825504544 139807250070304 139806842036807 0 4 1 16800974 0 0 0 -1 1 0 0 6 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21824] ppid=21820 vsize=13980732 memory=4644771699044669523 CPUtime=0 cores=1,3,5,7
/proc/21822/task/21824/stat : 21824 (java) S 21820 21820 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102039845 14316269568 16524 18446744073709551615 4194304 4196468 140720825504544 139807165245840 139807245842133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21825] ppid=21820 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21822/task/21825/stat : 21825 (java) S 21820 21820 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102039845 14316269568 16524 18446744073709551615 4194304 4196468 140720825504544 139807164193040 139807245842133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21826] ppid=21820 vsize=13980732 memory=6872598998417432672 CPUtime=0 cores=1,3,5,7
/proc/21822/task/21826/stat : 21826 (java) S 21820 21820 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102039845 14316269568 16524 18446744073709551615 4194304 4196468 140720825504544 139807163140752 139807245842133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21827] ppid=21820 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21822/task/21827/stat : 21827 (java) S 21820 21820 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 102039845 14316269568 16524 18446744073709551615 4194304 4196468 140720825504544 139807162087952 139807245842133 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21828] ppid=21820 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21822/task/21828/stat : 21828 (java) S 21820 21820 13977 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 102039846 14316269568 16524 18446744073709551615 4194304 4196468 140720825504544 139806162655856 139807245843074 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21829] ppid=21820 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21822/task/21829/stat : 21829 (java) S 21820 21820 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 102039846 14316269568 16524 18446744073709551615 4194304 4196468 140720825504544 139806161601824 139807245842133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21830] ppid=21820 vsize=13980732 memory=2 CPUtime=0 cores=1,3,5,7
/proc/21822/task/21830/stat : 21830 (java) S 21820 21820 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 102039847 14316269568 16524 18446744073709551615 4194304 4196468 140720825504544 139806160549488 139807245842133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21831] ppid=21820 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21822/task/21831/stat : 21831 (java) S 21820 21820 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102039849 14316269568 16524 18446744073709551615 4194304 4196468 140720825504544 139806159497808 139807245850523 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21832] ppid=21820 vsize=13980732 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/21822/task/21832/stat : 21832 (java) R 21820 21820 13977 0 -1 4202560 1919 0 0 0 19 0 0 0 20 0 15 0 102039849 14316269568 16524 18446744073709551615 4194304 4196468 140720825504544 139806158425672 139807226579881 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21833] ppid=21820 vsize=13980732 memory=22 CPUtime=0.21 cores=1,3,5,7
/proc/21822/task/21833/stat : 21833 (java) R 21820 21820 13977 0 -1 4202560 1659 0 0 0 21 0 0 0 20 0 15 0 102039849 14316269568 16524 18446744073709551615 4194304 4196468 140720825504544 139806157378424 139807227359054 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21834] ppid=21820 vsize=13980732 memory=3 CPUtime=0.22 cores=1,3,5,7
/proc/21822/task/21834/stat : 21834 (java) S 21820 21820 13977 0 -1 1077944384 1410 0 0 0 22 0 0 0 20 0 15 0 102039849 14316269568 16524 18446744073709551615 4194304 4196468 140720825504544 139806156339568 139807245843074 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21835] ppid=21820 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21822/task/21835/stat : 21835 (java) S 21820 21820 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102039849 14316269568 16524 18446744073709551615 4194304 4196468 140720825504544 139806155287008 139807245842133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21836] ppid=21820 vsize=13980732 memory=4120 CPUtime=0 cores=1,3,5,7
/proc/21822/task/21836/stat : 21836 (java) S 21820 21820 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102039856 14316269568 16524 18446744073709551615 4194304 4196468 140720825504544 139806154234800 139807245843074 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
Current children cumulated CPU time: 1.2 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 67476 KiB

[startup+1.50081 s]
/proc/loadavg: 2.22 1.94 1.87 5/212 21836
/proc/meminfo: memFree=30509972/32770624 swapFree=67108860/67108860
[pid=21820] ppid=21817 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/21820/stat : 21820 (xcsp3-exec) S 21817 21820 13977 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 102039836 9740288 345 18446744073709551615 4194304 5098028 140736671599056 140736671597160 140654464520828 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 12124160 140736671601017 140736671601221 140736671601221 140736671604715 0
/proc/21820/statm: 2378 345 289 221 0 87 0
[pid=21822] ppid=21820 vsize=13980732 memory=110052 CPUtime=3.63 cores=1,3,5,7
/proc/21822/stat : 21822 (java) S 21820 21820 13977 0 -1 1077944320 27112 0 0 0 356 7 0 0 20 0 15 0 102039844 14316269568 27513 18446744073709551615 4194304 4196468 140720825504544 140720825487088 139807245831927 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
/proc/21822/statm: 3495183 27513 3193 1 0 3483476 0
[pid=21822/tid=21823] ppid=21820 vsize=13980732 memory=55536 CPUtime=1.34 cores=1,3,5,7
/proc/21822/task/21823/stat : 21823 (java) R 21820 21820 13977 0 -1 4202560 7989 0 0 0 131 3 0 0 20 0 15 0 102039844 14316269568 27513 18446744073709551615 4194304 4196468 140720825504544 139807250068536 139806842336024 0 4 1 16800974 0 0 0 -1 1 0 0 6 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21824] ppid=21820 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21822/task/21824/stat : 21824 (java) S 21820 21820 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102039845 14316269568 27513 18446744073709551615 4194304 4196468 140720825504544 139807165245840 139807245842133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21825] ppid=21820 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21822/task/21825/stat : 21825 (java) S 21820 21820 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102039845 14316269568 27513 18446744073709551615 4194304 4196468 140720825504544 139807164193040 139807245842133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21826] ppid=21820 vsize=13980732 memory=80712 CPUtime=0 cores=1,3,5,7
/proc/21822/task/21826/stat : 21826 (java) S 21820 21820 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102039845 14316269568 27513 18446744073709551615 4194304 4196468 140720825504544 139807163140752 139807245842133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21827] ppid=21820 vsize=13980732 memory=66096 CPUtime=0 cores=1,3,5,7

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

/proc/21820/stat : 21820 (xcsp3-exec) S 21817 21820 13977 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 102039836 9740288 345 18446744073709551615 4194304 5098028 140736671599056 140736671597160 140654464520828 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 12124160 140736671601017 140736671601221 140736671601221 140736671604715 0
/proc/21820/statm: 2378 345 289 221 0 87 0
[pid=21822] ppid=21820 vsize=13980732 memory=186648 CPUtime=18.53 cores=1,3,5,7
/proc/21822/stat : 21822 (java) S 21820 21820 13977 0 -1 1077944320 33144 0 0 0 1842 11 0 0 20 0 15 0 102039844 14316269568 46662 18446744073709551615 4194304 4196468 140720825504544 140720825487088 139807245831927 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
/proc/21822/statm: 3495183 46662 3222 1 0 3483476 0
[pid=21822/tid=21823] ppid=21820 vsize=13980732 memory=-8774313645642428999 CPUtime=15.78 cores=1,3,5,7
/proc/21822/task/21823/stat : 21823 (java) R 21820 21820 13977 0 -1 4202560 9136 0 0 0 1575 3 0 0 20 0 15 0 102039844 14316269568 46662 18446744073709551615 4194304 4196468 140720825504544 139807250070832 139806840432955 0 4 1 16800974 0 0 0 -1 1 0 0 6 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21824] ppid=21820 vsize=13980732 memory=-7003737579269690708 CPUtime=0.02 cores=1,3,5,7
/proc/21822/task/21824/stat : 21824 (java) S 21820 21820 13977 0 -1 1077944384 325 0 0 0 1 1 0 0 20 0 15 0 102039845 14316269568 46662 18446744073709551615 4194304 4196468 140720825504544 139807165245840 139807245842133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21825] ppid=21820 vsize=13980732 memory=4284 CPUtime=0.02 cores=1,3,5,7
/proc/21822/task/21825/stat : 21825 (java) S 21820 21820 13977 0 -1 1077944384 176 0 0 0 2 0 0 0 20 0 15 0 102039845 14316269568 46662 18446744073709551615 4194304 4196468 140720825504544 139807164193040 139807245842133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21826] ppid=21820 vsize=13980732 memory=928 CPUtime=0.02 cores=1,3,5,7
/proc/21822/task/21826/stat : 21826 (java) S 21820 21820 13977 0 -1 1077944384 432 0 0 0 2 0 0 0 20 0 15 0 102039845 14316269568 46662 18446744073709551615 4194304 4196468 140720825504544 139807163140752 139807245842133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21827] ppid=21820 vsize=13980732 memory=1580 CPUtime=0.01 cores=1,3,5,7
/proc/21822/task/21827/stat : 21827 (java) S 21820 21820 13977 0 -1 1077944384 634 0 0 0 1 0 0 0 20 0 15 0 102039845 14316269568 46662 18446744073709551615 4194304 4196468 140720825504544 139807162087952 139807245842133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21828] ppid=21820 vsize=13980732 memory=2168 CPUtime=0.02 cores=1,3,5,7
/proc/21822/task/21828/stat : 21828 (java) S 21820 21820 13977 0 -1 1077944384 454 0 0 0 2 0 0 0 20 0 15 0 102039846 14316269568 46662 18446744073709551615 4194304 4196468 140720825504544 139806162655856 139807245843074 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21829] ppid=21820 vsize=13980732 memory=836 CPUtime=0 cores=1,3,5,7
/proc/21822/task/21829/stat : 21829 (java) S 21820 21820 13977 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 102039846 14316269568 46662 18446744073709551615 4194304 4196468 140720825504544 139806161601824 139807245842133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21830] ppid=21820 vsize=13980732 memory=3916 CPUtime=0 cores=1,3,5,7
/proc/21822/task/21830/stat : 21830 (java) S 21820 21820 13977 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 102039847 14316269568 46662 18446744073709551615 4194304 4196468 140720825504544 139806160549488 139807245842133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21831] ppid=21820 vsize=13980732 memory=2772 CPUtime=0 cores=1,3,5,7
/proc/21822/task/21831/stat : 21831 (java) S 21820 21820 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102039849 14316269568 46662 18446744073709551615 4194304 4196468 140720825504544 139806159497808 139807245850523 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21832] ppid=21820 vsize=13980732 memory=1236 CPUtime=1.11 cores=1,3,5,7
/proc/21822/task/21832/stat : 21832 (java) S 21820 21820 13977 0 -1 1077944384 10630 0 0 0 110 1 0 0 20 0 15 0 102039849 14316269568 46662 18446744073709551615 4194304 4196468 140720825504544 139806158444656 139807245843074 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21833] ppid=21820 vsize=13980732 memory=2244 CPUtime=1.15 cores=1,3,5,7
/proc/21822/task/21833/stat : 21833 (java) S 21820 21820 13977 0 -1 1077944384 6588 0 0 0 114 1 0 0 20 0 15 0 102039849 14316269568 46662 18446744073709551615 4194304 4196468 140720825504544 139806157391856 139807245843074 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21834] ppid=21820 vsize=13980732 memory=4284 CPUtime=0.29 cores=1,3,5,7
/proc/21822/task/21834/stat : 21834 (java) S 21820 21820 13977 0 -1 1077944384 3134 0 0 0 29 0 0 0 20 0 15 0 102039849 14316269568 46662 18446744073709551615 4194304 4196468 140720825504544 139806156339568 139807245843074 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21835] ppid=21820 vsize=13980732 memory=928 CPUtime=0 cores=1,3,5,7
/proc/21822/task/21835/stat : 21835 (java) S 21820 21820 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102039849 14316269568 46662 18446744073709551615 4194304 4196468 140720825504544 139806155287008 139807245842133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21836] ppid=21820 vsize=13980732 memory=1580 CPUtime=0 cores=1,3,5,7
/proc/21822/task/21836/stat : 21836 (java) S 21820 21820 13977 0 -1 1077944384 278 0 0 0 0 0 0 0 20 0 15 0 102039856 14316269568 46662 18446744073709551615 4194304 4196468 140720825504544 139806154234800 139807245843074 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
Current children cumulated CPU time: 18.53 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 188028 KiB

[startup+17.6007 s]
/proc/loadavg: 2.17 1.94 1.87 3/212 21837
/proc/meminfo: memFree=30411136/32770624 swapFree=67108860/67108860
[pid=21820] ppid=21817 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/21820/stat : 21820 (xcsp3-exec) S 21817 21820 13977 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 102039836 9740288 345 18446744073709551615 4194304 5098028 140736671599056 140736671597160 140654464520828 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 12124160 140736671601017 140736671601221 140736671601221 140736671604715 0
/proc/21820/statm: 2378 345 289 221 0 87 0
[pid=21822] ppid=21820 vsize=13980732 memory=183704 CPUtime=20.14 cores=1,3,5,7
/proc/21822/stat : 21822 (java) S 21820 21820 13977 0 -1 1077944320 33722 0 0 0 2002 12 0 0 20 0 15 0 102039844 14316269568 45926 18446744073709551615 4194304 4196468 140720825504544 140720825487088 139807245831927 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
/proc/21822/statm: 3495183 45926 3222 1 0 3483476 0
[pid=21822/tid=21823] ppid=21820 vsize=13980732 memory=2319529578763405538 CPUtime=17.37 cores=1,3,5,7
/proc/21822/task/21823/stat : 21823 (java) R 21820 21820 13977 0 -1 4202560 9325 0 0 0 1733 4 0 0 20 0 15 0 102039844 14316269568 45926 18446744073709551615 4194304 4196468 140720825504544 139807250071616 139806842633716 0 4 1 16800974 0 0 0 -1 5 0 0 6 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21824] ppid=21820 vsize=13980732 memory=-8774313645642428999 CPUtime=0.03 cores=1,3,5,7
/proc/21822/task/21824/stat : 21824 (java) S 21820 21820 13977 0 -1 1077944384 338 0 0 0 2 1 0 0 20 0 15 0 102039845 14316269568 45926 18446744073709551615 4194304 4196468 140720825504544 139807165245840 139807245842133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21825] ppid=21820 vsize=13980732 memory=1296 CPUtime=0.02 cores=1,3,5,7
/proc/21822/task/21825/stat : 21825 (java) S 21820 21820 13977 0 -1 1077944384 278 0 0 0 2 0 0 0 20 0 15 0 102039845 14316269568 45926 18446744073709551615 4194304 4196468 140720825504544 139807164193040 139807245842133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21826] ppid=21820 vsize=13980732 memory=1728 CPUtime=0.02 cores=1,3,5,7
/proc/21822/task/21826/stat : 21826 (java) S 21820 21820 13977 0 -1 1077944384 459 0 0 0 2 0 0 0 20 0 15 0 102039845 14316269568 45926 18446744073709551615 4194304 4196468 140720825504544 139807163140752 139807245842133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21827] ppid=21820 vsize=13980732 memory=5788 CPUtime=0.03 cores=1,3,5,7
/proc/21822/task/21827/stat : 21827 (java) S 21820 21820 13977 0 -1 1077944384 662 0 0 0 2 1 0 0 20 0 15 0 102039845 14316269568 45926 18446744073709551615 4194304 4196468 140720825504544 139807162087952 139807245842133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21828] ppid=21820 vsize=13980732 memory=1996 CPUtime=0.02 cores=1,3,5,7
/proc/21822/task/21828/stat : 21828 (java) S 21820 21820 13977 0 -1 1077944384 658 0 0 0 2 0 0 0 20 0 15 0 102039846 14316269568 45926 18446744073709551615 4194304 4196468 140720825504544 139806162655856 139807245843074 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21829] ppid=21820 vsize=13980732 memory=796 CPUtime=0 cores=1,3,5,7
/proc/21822/task/21829/stat : 21829 (java) S 21820 21820 13977 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 102039846 14316269568 45926 18446744073709551615 4194304 4196468 140720825504544 139806161601824 139807245842133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21830] ppid=21820 vsize=13980732 memory=10096 CPUtime=0 cores=1,3,5,7
/proc/21822/task/21830/stat : 21830 (java) S 21820 21820 13977 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 102039847 14316269568 45926 18446744073709551615 4194304 4196468 140720825504544 139806160549488 139807245842133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21831] ppid=21820 vsize=13980732 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/21822/task/21831/stat : 21831 (java) S 21820 21820 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102039849 14316269568 45926 18446744073709551615 4194304 4196468 140720825504544 139806159497808 139807245850523 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21832] ppid=21820 vsize=13980732 memory=1008 CPUtime=1.11 cores=1,3,5,7
/proc/21822/task/21832/stat : 21832 (java) S 21820 21820 13977 0 -1 1077944384 10630 0 0 0 110 1 0 0 20 0 15 0 102039849 14316269568 45926 18446744073709551615 4194304 4196468 140720825504544 139806158444656 139807245843074 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21833] ppid=21820 vsize=13980732 memory=1232 CPUtime=1.15 cores=1,3,5,7
/proc/21822/task/21833/stat : 21833 (java) S 21820 21820 13977 0 -1 1077944384 6588 0 0 0 114 1 0 0 20 0 15 0 102039849 14316269568 45926 18446744073709551615 4194304 4196468 140720825504544 139806157391856 139807245843074 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21834] ppid=21820 vsize=13980732 memory=2384 CPUtime=0.29 cores=1,3,5,7
/proc/21822/task/21834/stat : 21834 (java) S 21820 21820 13977 0 -1 1077944384 3134 0 0 0 29 0 0 0 20 0 15 0 102039849 14316269568 45926 18446744073709551615 4194304 4196468 140720825504544 139806156339568 139807245843074 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21835] ppid=21820 vsize=13980732 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/21822/task/21835/stat : 21835 (java) S 21820 21820 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102039849 14316269568 45926 18446744073709551615 4194304 4196468 140720825504544 139806155287008 139807245842133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21836] ppid=21820 vsize=13980732 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/21822/task/21836/stat : 21836 (java) S 21820 21820 13977 0 -1 1077944384 293 0 0 0 0 0 0 0 20 0 15 0 102039856 14316269568 45926 18446744073709551615 4194304 4196468 140720825504544 139806154234800 139807245843074 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
Current children cumulated CPU time: 20.14 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 185084 KiB

[startup+18.4007 s]
/proc/loadavg: 2.17 1.94 1.87 3/212 21837
/proc/meminfo: memFree=30412564/32770624 swapFree=67108860/67108860
[pid=21820] ppid=21817 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/21820/stat : 21820 (xcsp3-exec) S 21817 21820 13977 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 102039836 9740288 345 18446744073709551615 4194304 5098028 140736671599056 140736671597160 140654464520828 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 12124160 140736671601017 140736671601221 140736671601221 140736671604715 0
/proc/21820/statm: 2378 345 289 221 0 87 0
[pid=21822] ppid=21820 vsize=13980732 memory=182264 CPUtime=20.94 cores=1,3,5,7
/proc/21822/stat : 21822 (java) S 21820 21820 13977 0 -1 1077944320 33824 0 0 0 2082 12 0 0 20 0 15 0 102039844 14316269568 45566 18446744073709551615 4194304 4196468 140720825504544 140720825487088 139807245831927 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
/proc/21822/statm: 3495183 45566 3222 1 0 3483476 0
[pid=21822/tid=21823] ppid=21820 vsize=13980732 memory=1716 CPUtime=18.16 cores=1,3,5,7
/proc/21822/task/21823/stat : 21823 (java) R 21820 21820 13977 0 -1 4202560 9353 0 0 0 1812 4 0 0 20 0 15 0 102039844 14316269568 45566 18446744073709551615 4194304 4196468 140720825504544 139807250071504 139806843298097 0 4 1 16800974 0 0 0 -1 5 0 0 6 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21824] ppid=21820 vsize=13980732 memory=-8774313645642428999 CPUtime=0.03 cores=1,3,5,7
/proc/21822/task/21824/stat : 21824 (java) S 21820 21820 13977 0 -1 1077944384 344 0 0 0 2 1 0 0 20 0 15 0 102039845 14316269568 45566 18446744073709551615 4194304 4196468 140720825504544 139807165245840 139807245842133 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21825] ppid=21820 vsize=13980732 memory=55536 CPUtime=0.03 cores=1,3,5,7
/proc/21822/task/21825/stat : 21825 (java) S 21820 21820 13977 0 -1 1077944384 285 0 0 0 3 0 0 0 20 0 15 0 102039845 14316269568 45566 18446744073709551615 4194304 4196468 140720825504544 139807164193040 139807245842133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21826] ppid=21820 vsize=13980732 memory=1380 CPUtime=0.03 cores=1,3,5,7
/proc/21822/task/21826/stat : 21826 (java) S 21820 21820 13977 0 -1 1077944384 463 0 0 0 3 0 0 0 20 0 15 0 102039845 14316269568 45566 18446744073709551615 4194304 4196468 140720825504544 139807163140752 139807245842133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21827] ppid=21820 vsize=13980732 memory=288230574492221466 CPUtime=0.03 cores=1,3,5,7
/proc/21822/task/21827/stat : 21827 (java) S 21820 21820 13977 0 -1 1077944384 662 0 0 0 2 1 0 0 20 0 15 0 102039845 14316269568 45566 18446744073709551615 4194304 4196468 140720825504544 139807162087952 139807245842133 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21828] ppid=21820 vsize=13980732 memory=299489620872397111 CPUtime=0.02 cores=1,3,5,7
/proc/21822/task/21828/stat : 21828 (java) S 21820 21820 13977 0 -1 1077944384 660 0 0 0 2 0 0 0 20 0 15 0 102039846 14316269568 45566 18446744073709551615 4194304 4196468 140720825504544 139806162655856 139807245843074 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21829] ppid=21820 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/21822/task/21829/stat : 21829 (java) S 21820 21820 13977 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 102039846 14316269568 45566 18446744073709551615 4194304 4196468 140720825504544 139806161601824 139807245842133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21830] ppid=21820 vsize=13980732 memory=182680 CPUtime=0 cores=1,3,5,7
/proc/21822/task/21830/stat : 21830 (java) S 21820 21820 13977 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 102039847 14316269568 45566 18446744073709551615 4194304 4196468 140720825504544 139806160549488 139807245842133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21831] ppid=21820 vsize=13980732 memory=796 CPUtime=0 cores=1,3,5,7
/proc/21822/task/21831/stat : 21831 (java) S 21820 21820 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102039849 14316269568 45566 18446744073709551615 4194304 4196468 140720825504544 139806159497808 139807245850523 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21832] ppid=21820 vsize=13980732 memory=10096 CPUtime=1.11 cores=1,3,5,7
/proc/21822/task/21832/stat : 21832 (java) S 21820 21820 13977 0 -1 1077944384 10630 0 0 0 110 1 0 0 20 0 15 0 102039849 14316269568 45566 18446744073709551615 4194304 4196468 140720825504544 139806158444656 139807245843074 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21833] ppid=21820 vsize=13980732 memory=1716 CPUtime=1.15 cores=1,3,5,7
/proc/21822/task/21833/stat : 21833 (java) S 21820 21820 13977 0 -1 1077944384 6588 0 0 0 114 1 0 0 20 0 15 0 102039849 14316269568 45566 18446744073709551615 4194304 4196468 140720825504544 139806157391856 139807245843074 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21834] ppid=21820 vsize=13980732 memory=1008 CPUtime=0.29 cores=1,3,5,7
/proc/21822/task/21834/stat : 21834 (java) S 21820 21820 13977 0 -1 1077944384 3189 0 0 0 29 0 0 0 20 0 15 0 102039849 14316269568 45566 18446744073709551615 4194304 4196468 140720825504544 139806156339568 139807245843074 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21835] ppid=21820 vsize=13980732 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/21822/task/21835/stat : 21835 (java) S 21820 21820 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102039849 14316269568 45566 18446744073709551615 4194304 4196468 140720825504544 139806155287008 139807245842133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21836] ppid=21820 vsize=13980732 memory=9020 CPUtime=0 cores=1,3,5,7
/proc/21822/task/21836/stat : 21836 (java) S 21820 21820 13977 0 -1 1077944384 293 0 0 0 0 0 0 0 20 0 15 0 102039856 14316269568 45566 18446744073709551615 4194304 4196468 140720825504544 139806154234800 139807245843074 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
Current children cumulated CPU time: 20.94 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 183644 KiB

[startup+18.6007 s]
/proc/loadavg: 2.17 1.94 1.87 3/212 21837
/proc/meminfo: memFree=30412564/32770624 swapFree=67108860/67108860
[pid=21820] ppid=21817 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/21820/stat : 21820 (xcsp3-exec) S 21817 21820 13977 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 102039836 9740288 345 18446744073709551615 4194304 5098028 140736671599056 140736671597160 140654464520828 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 7 0 0 7196144 7232144 12124160 140736671601017 140736671601221 140736671601221 140736671604715 0
/proc/21820/statm: 2378 345 289 221 0 87 0
[pid=21822] ppid=21820 vsize=13980732 memory=181748 CPUtime=21.14 cores=1,3,5,7
/proc/21822/stat : 21822 (java) S 21820 21820 13977 0 -1 1077944320 33833 0 0 0 2102 12 0 0 20 0 15 0 102039844 14316269568 45437 18446744073709551615 4194304 4196468 140720825504544 140720825487088 139807245831927 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
/proc/21822/statm: 3495183 45437 3222 1 0 3483476 0
[pid=21822/tid=21823] ppid=21820 vsize=13980732 memory=1204 CPUtime=18.35 cores=1,3,5,7
/proc/21822/task/21823/stat : 21823 (java) R 21820 21820 13977 0 -1 4202560 9356 0 0 0 1831 4 0 0 20 0 15 0 102039844 14316269568 45437 18446744073709551615 4194304 4196468 140720825504544 139807250071616 139806842633686 0 4 1 16800974 0 0 0 -1 5 0 0 6 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21824] ppid=21820 vsize=13980732 memory=-8774313645642428999 CPUtime=0.03 cores=1,3,5,7
/proc/21822/task/21824/stat : 21824 (java) S 21820 21820 13977 0 -1 1077944384 349 0 0 0 2 1 0 0 20 0 15 0 102039845 14316269568 45437 18446744073709551615 4194304 4196468 140720825504544 139807165245840 139807245842133 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21825] ppid=21820 vsize=13980732 memory=1380 CPUtime=0.03 cores=1,3,5,7
/proc/21822/task/21825/stat : 21825 (java) S 21820 21820 13977 0 -1 1077944384 286 0 0 0 3 0 0 0 20 0 15 0 102039845 14316269568 45437 18446744073709551615 4194304 4196468 140720825504544 139807164193040 139807245842133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21826] ppid=21820 vsize=13980732 memory=183600 CPUtime=0.03 cores=1,3,5,7
/proc/21822/task/21826/stat : 21826 (java) S 21820 21820 13977 0 -1 1077944384 463 0 0 0 3 0 0 0 20 0 15 0 102039845 14316269568 45437 18446744073709551615 4194304 4196468 140720825504544 139807163140752 139807245842133 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21827] ppid=21820 vsize=13980732 memory=4120 CPUtime=0.03 cores=1,3,5,7
/proc/21822/task/21827/stat : 21827 (java) S 21820 21820 13977 0 -1 1077944384 662 0 0 0 2 1 0 0 20 0 15 0 102039845 14316269568 45437 18446744073709551615 4194304 4196468 140720825504544 139807162087952 139807245842133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21828] ppid=21820 vsize=13980732 memory=55536 CPUtime=0.02 cores=1,3,5,7
/proc/21822/task/21828/stat : 21828 (java) S 21820 21820 13977 0 -1 1077944384 660 0 0 0 2 0 0 0 20 0 15 0 102039846 14316269568 45437 18446744073709551615 4194304 4196468 140720825504544 139806162655856 139807245843074 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21829] ppid=21820 vsize=13980732 memory=2384 CPUtime=0 cores=1,3,5,7
/proc/21822/task/21829/stat : 21829 (java) S 21820 21820 13977 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 102039846 14316269568 45437 18446744073709551615 4194304 4196468 140720825504544 139806161601824 139807245842133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21830] ppid=21820 vsize=13980732 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/21822/task/21830/stat : 21830 (java) S 21820 21820 13977 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 102039847 14316269568 45437 18446744073709551615 4194304 4196468 140720825504544 139806160549488 139807245842133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21831] ppid=21820 vsize=13980732 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/21822/task/21831/stat : 21831 (java) S 21820 21820 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102039849 14316269568 45437 18446744073709551615 4194304 4196468 140720825504544 139806159497808 139807245850523 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21832] ppid=21820 vsize=13980732 memory=5788 CPUtime=1.11 cores=1,3,5,7
/proc/21822/task/21832/stat : 21832 (java) S 21820 21820 13977 0 -1 1077944384 10630 0 0 0 110 1 0 0 20 0 15 0 102039849 14316269568 45437 18446744073709551615 4194304 4196468 140720825504544 139806158444656 139807245843074 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21833] ppid=21820 vsize=13980732 memory=1996 CPUtime=1.15 cores=1,3,5,7
/proc/21822/task/21833/stat : 21833 (java) S 21820 21820 13977 0 -1 1077944384 6588 0 0 0 114 1 0 0 20 0 15 0 102039849 14316269568 45437 18446744073709551615 4194304 4196468 140720825504544 139806157391856 139807245843074 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21834] ppid=21820 vsize=13980732 memory=796 CPUtime=0.29 cores=1,3,5,7
/proc/21822/task/21834/stat : 21834 (java) S 21820 21820 13977 0 -1 1077944384 3189 0 0 0 29 0 0 0 20 0 15 0 102039849 14316269568 45437 18446744073709551615 4194304 4196468 140720825504544 139806156339568 139807245843074 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21835] ppid=21820 vsize=13980732 memory=10096 CPUtime=0 cores=1,3,5,7
/proc/21822/task/21835/stat : 21835 (java) S 21820 21820 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102039849 14316269568 45437 18446744073709551615 4194304 4196468 140720825504544 139806155287008 139807245842133 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
[pid=21822/tid=21836] ppid=21820 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/21822/task/21836/stat : 21836 (java) S 21820 21820 13977 0 -1 1077944384 293 0 0 0 0 0 0 0 20 0 15 0 102039856 14316269568 45437 18446744073709551615 4194304 4196468 140720825504544 139806154234800 139807245843074 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34123776 140720825512369 140720825512545 140720825512545 140720825515983 0
Current children cumulated CPU time: 21.14 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 183128 KiB

Child status: 0
Real time (s): 18.6988
CPU time (s): 21.2616
CPU user time (s): 21.1302
CPU system time (s): 0.131367
CPU usage (%): 113.706
Max. virtual memory (cumulated for all children) (KiB): 13992500
Max. memory (cumulated for all children) (KiB): 210196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.1302
system time used= 0.131367
maximum resident set size= 208820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35419
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= 2564
involuntary context switches= 43


# summary of solver processes directly reported to runsolver:
#   pid: 21820
#   total CPU time (s): 21.2616
#   total CPU user time (s): 21.1302
#   total CPU system time (s): 0.131367

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.143766 second user time and 0.211213 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-19 11:48:56
IDJOB=4282331
IDBENCH=133095
IDSOLVER=2677
FILE ID=node124/4282331-1503136992
RUNJOBID= node124-1503095780-14042
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/MarketSplit/MarketSplit-m1-gp/MarketSplit-09.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-4282331-1503136992/watcher-4282331-1503136992 -o /tmp/evaluation-result-4282331-1503136992/solver-4282331-1503136992 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1503095780-14042 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 139605221 HOME/instance-4282331-1503136992.xml

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

MD5SUM BENCH= dabf91d1abe3f942053f99cb79a60185
RANDOM SEED=139605221

node124.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.51
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.51
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.51
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.51
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:        30585592 kB
MemAvailable:   31200196 kB
Buffers:          289156 kB
Cached:           618796 kB
SwapCached:            0 kB
Active:          1367420 kB
Inactive:         363840 kB
Active(anon):     775832 kB
Inactive(anon):    89140 kB
Active(file):     591588 kB
Inactive(file):   274700 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8036 kB
Writeback:             4 kB
AnonPages:        823008 kB
Mapped:            69180 kB
Shmem:             41704 kB
Slab:             155380 kB
SReclaimable:     128300 kB
SUnreclaim:        27080 kB
KernelStack:        3456 kB
PageTables:         6608 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1552508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    759808 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62016 MiB
End job on node124 at 2017-08-19 11:49:14