Trace number 4282332

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 234.552 229.286

General information on the benchmark

NameMarketSplit/MarketSplit-m1-gp/
MarketSplit-10.xml
MD5SUM12bfb070d62c3c52bb7bd12298b2d530
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 benchmark15.432
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.08	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4282332-1503136944.xml"  -tl '2520s' -p 1 -x 0
0.09/0.27	c [HOME/instance-4282332-1503136944.xml, -tl, 2520s, -p, 1, -x, 0]
0.27/0.33	c simple solver
0.27/0.40	c parse instance...
0.64/0.53	c solve instance...
234.45/229.27	s SATISFIABLE
234.45/229.27	v <instantiation>
234.45/229.27	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>
234.45/229.27	v 	<values>0 0 1 0 0 1 0 1 1 0 1 1 0 1 1 1 1 0 0 1 0 1 1 1 0 0 0 0 0 1 </values>
234.45/229.27	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 (14194 MiB free)
  memory of node 1: 16384 MiB (15743 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282332-1503136944/watcher-4282332-1503136944 -o /tmp/evaluation-result-4282332-1503136944/solver-4282332-1503136944 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1503095815-16490 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1531791654 HOME/instance-4282332-1503136944.xml 

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

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

solver pid=23731, runsolver pid=23728

[startup+0.100114 s]*
/proc/loadavg: 1.76 1.90 1.84 3/202 23738
/proc/meminfo: memFree=30649312/32770624 swapFree=67108860/67108860
[pid=23731] ppid=23728 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/23731/stat : 23731 (xcsp3-exec) S 23728 23731 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 12104178 9740288 345 18446744073709551615 4194304 5098028 140736341333248 140736341331352 140695816557180 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 24129536 140736341336441 140736341336646 140736341336646 140736341340139 0
/proc/23731/statm: 2378 345 289 221 0 87 0
[pid=23733] ppid=23731 vsize=13358712 memory=16412 CPUtime=0.01 cores=1,3,5,7
/proc/23733/stat : 23733 (java) S 23731 23731 16431 0 -1 1077944320 3356 0 0 0 1 0 0 0 20 0 6 0 12104187 13679321088 4103 18446744073709551615 4194304 4196468 140737321418896 140737321401440 140498265616119 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
/proc/23733/statm: 3339678 4103 1905 1 0 3329175 0
[pid=23733/tid=23734] ppid=23731 vsize=13358712 memory=-8713483618642852700 CPUtime=0 cores=1,3,5,7
/proc/23733/task/23734/stat : 23734 (java) R 23731 23731 16431 0 -1 4202560 2115 0 0 0 0 0 0 0 20 0 6 0 12104187 13679321088 4103 18446744073709551615 4194304 4196468 140737321418896 140498269852240 140498248816052 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23735] ppid=23731 vsize=13358712 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23733/task/23735/stat : 23735 (java) S 23731 23731 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 12104188 13679321088 4103 18446744073709551615 4194304 4196468 140737321418896 140498185030160 140498265626325 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23736] ppid=23731 vsize=13358712 memory=140069850572416 CPUtime=0 cores=1,3,5,7
/proc/23733/task/23736/stat : 23736 (java) S 23731 23731 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 12104188 13679321088 4103 18446744073709551615 4194304 4196468 140737321418896 140498183977616 140498265626325 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23737] ppid=23731 vsize=13358712 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23733/task/23737/stat : 23737 (java) S 23731 23731 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 12104188 13679321088 4103 18446744073709551615 4194304 4196468 140737321418896 140498182924560 140498265626325 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23738] ppid=23731 vsize=13358712 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23733/task/23738/stat : 23738 (java) S 23731 23731 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 12104188 13679321088 4103 18446744073709551615 4194304 4196468 140737321418896 140498181872016 140498265626325 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13368224 KiB
Current children cumulated memory: 17792 KiB

[startup+0.209898 s]*
/proc/loadavg: 1.76 1.90 1.84 4/211 23747
/proc/meminfo: memFree=30641304/32770624 swapFree=67108860/67108860
[pid=23731] ppid=23728 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/23731/stat : 23731 (xcsp3-exec) S 23728 23731 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 12104178 9740288 345 18446744073709551615 4194304 5098028 140736341333248 140736341331352 140695816557180 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 24129536 140736341336441 140736341336646 140736341336646 140736341340139 0
/proc/23731/statm: 2378 345 289 221 0 87 0
[pid=23733] ppid=23731 vsize=13974352 memory=27920 CPUtime=0.09 cores=1,3,5,7
/proc/23733/stat : 23733 (java) S 23731 23731 16431 0 -1 1077944320 4912 0 0 0 8 1 0 0 20 0 15 0 12104187 14309736448 6980 18446744073709551615 4194304 4196468 140737321418896 140737321401440 140498265616119 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
/proc/23733/statm: 3493588 6980 2727 1 0 3482964 0
[pid=23733/tid=23734] ppid=23731 vsize=13974352 memory=-6871798056524144002 CPUtime=0.06 cores=1,3,5,7
/proc/23733/task/23734/stat : 23734 (java) R 23731 23731 16431 0 -1 4202560 3065 0 0 0 6 0 0 0 20 0 15 0 12104187 14309736448 6980 18446744073709551615 4194304 4196468 140737321418896 140498269841808 140498258294133 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23735] ppid=23731 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23733/task/23735/stat : 23735 (java) S 23731 23731 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12104188 14309736448 6980 18446744073709551615 4194304 4196468 140737321418896 140498185030160 140498265626325 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23736] ppid=23731 vsize=13974352 memory=140069850572416 CPUtime=0 cores=1,3,5,7
/proc/23733/task/23736/stat : 23736 (java) S 23731 23731 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12104188 14309736448 6980 18446744073709551615 4194304 4196468 140737321418896 140498183977616 140498265626325 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23737] ppid=23731 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23733/task/23737/stat : 23737 (java) S 23731 23731 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12104188 14309736448 6980 18446744073709551615 4194304 4196468 140737321418896 140498182924560 140498265626325 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23738] ppid=23731 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23733/task/23738/stat : 23738 (java) S 23731 23731 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12104188 14309736448 6980 18446744073709551615 4194304 4196468 140737321418896 140498181872016 140498265626325 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23739] ppid=23731 vsize=13974352 memory=140069850572416 CPUtime=0 cores=1,3,5,7
/proc/23733/task/23739/stat : 23739 (java) S 23731 23731 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12104189 14309736448 6980 18446744073709551615 4194304 4196468 140737321418896 140497744268016 140498265627266 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23740] ppid=23731 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23733/task/23740/stat : 23740 (java) S 23731 23731 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12104190 14309736448 6980 18446744073709551615 4194304 4196468 140737321418896 140497743214240 140498265626325 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23741] ppid=23731 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23733/task/23741/stat : 23741 (java) S 23731 23731 16431 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12104190 14309736448 6980 18446744073709551615 4194304 4196468 140737321418896 140497742161136 140498265626325 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23742] ppid=23731 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23733/task/23742/stat : 23742 (java) S 23731 23731 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12104192 14309736448 6980 18446744073709551615 4194304 4196468 140737321418896 140497741109712 140498265634715 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23743] ppid=23731 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23733/task/23743/stat : 23743 (java) S 23731 23731 16431 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 12104192 14309736448 6980 18446744073709551615 4194304 4196468 140737321418896 140497740056816 140498265627266 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23744] ppid=23731 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23733/task/23744/stat : 23744 (java) S 23731 23731 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12104192 14309736448 6980 18446744073709551615 4194304 4196468 140737321418896 140497739004272 140498265627266 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23745] ppid=23731 vsize=13974352 memory=140069850572416 CPUtime=0 cores=1,3,5,7
/proc/23733/task/23745/stat : 23745 (java) S 23731 23731 16431 0 -1 1077944384 235 0 0 0 0 0 0 0 20 0 15 0 12104192 14309736448 6980 18446744073709551615 4194304 4196468 140737321418896 140497737951216 140498265627266 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23746] ppid=23731 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23733/task/23746/stat : 23746 (java) S 23731 23731 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12104192 14309736448 6980 18446744073709551615 4194304 4196468 140737321418896 140497736898912 140498265626325 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23747] ppid=23731 vsize=13974352 memory=140069850572416 CPUtime=0 cores=1,3,5,7
/proc/23733/task/23747/stat : 23747 (java) S 23731 23731 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12104197 14309736448 6980 18446744073709551615 4194304 4196468 140737321418896 140497735846960 140498265627266 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 29300 KiB

[startup+0.310191 s]*
/proc/loadavg: 1.76 1.90 1.84 5/211 23747
/proc/meminfo: memFree=30629084/32770624 swapFree=67108860/67108860
[pid=23731] ppid=23728 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/23731/stat : 23731 (xcsp3-exec) S 23728 23731 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 12104178 9740288 345 18446744073709551615 4194304 5098028 140736341333248 140736341331352 140695816557180 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 24129536 140736341336441 140736341336646 140736341336646 140736341340139 0
/proc/23731/statm: 2378 345 289 221 0 87 0
[pid=23733] ppid=23731 vsize=13974352 memory=37260 CPUtime=0.27 cores=1,3,5,7
/proc/23733/stat : 23733 (java) S 23731 23731 16431 0 -1 1077944320 8370 0 0 0 25 2 0 0 20 0 15 0 12104187 14309736448 9315 18446744073709551615 4194304 4196468 140737321418896 140737321401440 140498265616119 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
/proc/23733/statm: 3493588 9315 2989 1 0 3482964 0
[pid=23733/tid=23734] ppid=23731 vsize=13974352 memory=-8774313645642428999 CPUtime=0.16 cores=1,3,5,7
/proc/23733/task/23734/stat : 23734 (java) R 23731 23731 16431 0 -1 4202560 5676 0 0 0 15 1 0 0 20 0 15 0 12104187 14309736448 9315 18446744073709551615 4194304 4196468 140737321418896 140498269851552 140498265628054 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23735] ppid=23731 vsize=13974352 memory=140069850579409 CPUtime=0 cores=1,3,5,7
/proc/23733/task/23735/stat : 23735 (java) S 23731 23731 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12104188 14309736448 9315 18446744073709551615 4194304 4196468 140737321418896 140498185030160 140498265626325 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23736] ppid=23731 vsize=13974352 memory=7228649498239988071 CPUtime=0 cores=1,3,5,7
/proc/23733/task/23736/stat : 23736 (java) S 23731 23731 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12104188 14309736448 9315 18446744073709551615 4194304 4196468 140737321418896 140498183977616 140498265626325 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23737] ppid=23731 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23733/task/23737/stat : 23737 (java) S 23731 23731 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12104188 14309736448 9315 18446744073709551615 4194304 4196468 140737321418896 140498182924560 140498265626325 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23738] ppid=23731 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23733/task/23738/stat : 23738 (java) S 23731 23731 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12104188 14309736448 9315 18446744073709551615 4194304 4196468 140737321418896 140498181872016 140498265626325 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23739] ppid=23731 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23733/task/23739/stat : 23739 (java) S 23731 23731 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12104189 14309736448 9315 18446744073709551615 4194304 4196468 140737321418896 140497744268016 140498265627266 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23740] ppid=23731 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23733/task/23740/stat : 23740 (java) S 23731 23731 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12104190 14309736448 9315 18446744073709551615 4194304 4196468 140737321418896 140497743214240 140498265626325 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23741] ppid=23731 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23733/task/23741/stat : 23741 (java) S 23731 23731 16431 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12104190 14309736448 9315 18446744073709551615 4194304 4196468 140737321418896 140497742161136 140498265626325 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23742] ppid=23731 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23733/task/23742/stat : 23742 (java) S 23731 23731 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12104192 14309736448 9315 18446744073709551615 4194304 4196468 140737321418896 140497741109712 140498265634715 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23743] ppid=23731 vsize=13974352 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/23733/task/23743/stat : 23743 (java) S 23731 23731 16431 0 -1 1077944384 668 0 0 0 2 0 0 0 20 0 15 0 12104192 14309736448 9315 18446744073709551615 4194304 4196468 140737321418896 140497740056816 140498265627266 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23744] ppid=23731 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23733/task/23744/stat : 23744 (java) S 23731 23731 16431 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 15 0 12104192 14309736448 9315 18446744073709551615 4194304 4196468 140737321418896 140497739004272 140498265627266 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23745] ppid=23731 vsize=13974352 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/23733/task/23745/stat : 23745 (java) R 23731 23731 16431 0 -1 4202560 695 0 0 0 6 0 0 0 20 0 15 0 12104192 14309736448 9315 18446744073709551615 4194304 4196468 140737321418896 140497737951216 140498265628054 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23746] ppid=23731 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23733/task/23746/stat : 23746 (java) S 23731 23731 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12104192 14309736448 9315 18446744073709551615 4194304 4196468 140737321418896 140497736898912 140498265626325 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23747] ppid=23731 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23733/task/23747/stat : 23747 (java) S 23731 23731 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12104197 14309736448 9315 18446744073709551615 4194304 4196468 140737321418896 140497735846960 140498265627266 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38640 KiB

[startup+0.701411 s]
/proc/loadavg: 1.76 1.90 1.84 6/211 23747
/proc/meminfo: memFree=30617984/32770624 swapFree=67108860/67108860
[pid=23731] ppid=23728 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/23731/stat : 23731 (xcsp3-exec) S 23728 23731 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 12104178 9740288 345 18446744073709551615 4194304 5098028 140736341333248 140736341331352 140695816557180 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 24129536 140736341336441 140736341336646 140736341336646 140736341340139 0
/proc/23731/statm: 2378 345 289 221 0 87 0
[pid=23733] ppid=23731 vsize=13980732 memory=71512 CPUtime=1.24 cores=1,3,5,7
/proc/23733/stat : 23733 (java) S 23731 23731 16431 0 -1 1077944320 15187 0 0 0 120 4 0 0 20 0 15 0 12104187 14316269568 17878 18446744073709551615 4194304 4196468 140737321418896 140737321401440 140498265616119 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
/proc/23733/statm: 3495183 17878 3176 1 0 3483476 0
[pid=23733/tid=23734] ppid=23731 vsize=13980732 memory=8751464017575425845 CPUtime=0.54 cores=1,3,5,7
/proc/23733/task/23734/stat : 23734 (java) R 23731 23731 16431 0 -1 4202560 7527 0 0 0 52 2 0 0 20 0 15 0 12104187 14316269568 17878 18446744073709551615 4194304 4196468 140737321418896 140498269854384 140497861944449 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23735] ppid=23731 vsize=13980732 memory=5861541947240501328 CPUtime=0 cores=1,3,5,7
/proc/23733/task/23735/stat : 23735 (java) S 23731 23731 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12104188 14316269568 17878 18446744073709551615 4194304 4196468 140737321418896 140498185030160 140498265626325 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23736] ppid=23731 vsize=13980732 memory=4004 CPUtime=0 cores=1,3,5,7
/proc/23733/task/23736/stat : 23736 (java) S 23731 23731 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12104188 14316269568 17878 18446744073709551615 4194304 4196468 140737321418896 140498183977616 140498265626325 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23737] ppid=23731 vsize=13980732 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/23733/task/23737/stat : 23737 (java) S 23731 23731 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12104188 14316269568 17878 18446744073709551615 4194304 4196468 140737321418896 140498182924560 140498265626325 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23738] ppid=23731 vsize=13980732 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/23733/task/23738/stat : 23738 (java) S 23731 23731 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12104188 14316269568 17878 18446744073709551615 4194304 4196468 140737321418896 140498181872016 140498265626325 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23739] ppid=23731 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23733/task/23739/stat : 23739 (java) S 23731 23731 16431 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 12104189 14316269568 17878 18446744073709551615 4194304 4196468 140737321418896 140497744268016 140498265627266 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23740] ppid=23731 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23733/task/23740/stat : 23740 (java) S 23731 23731 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12104190 14316269568 17878 18446744073709551615 4194304 4196468 140737321418896 140497743214240 140498265626325 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23741] ppid=23731 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23733/task/23741/stat : 23741 (java) S 23731 23731 16431 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12104190 14316269568 17878 18446744073709551615 4194304 4196468 140737321418896 140497742161136 140498265626325 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23742] ppid=23731 vsize=13980732 memory=30305 CPUtime=0 cores=1,3,5,7
/proc/23733/task/23742/stat : 23742 (java) S 23731 23731 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12104192 14316269568 17878 18446744073709551615 4194304 4196468 140737321418896 140497741109712 140498265634715 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23743] ppid=23731 vsize=13980732 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/23733/task/23743/stat : 23743 (java) R 23731 23731 16431 0 -1 4202560 2180 0 0 0 23 0 0 0 20 0 15 0 12104192 14316269568 17878 18446744073709551615 4194304 4196468 140737321418896 140497740042840 140498247134475 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23744] ppid=23731 vsize=13980732 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/23733/task/23744/stat : 23744 (java) R 23731 23731 16431 0 -1 4202560 2715 0 0 0 22 0 0 0 20 0 15 0 12104192 14316269568 17878 18446744073709551615 4194304 4196468 140737321418896 140497738985288 140498249102042 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23745] ppid=23731 vsize=13980732 memory=6656426216303648864 CPUtime=0.21 cores=1,3,5,7
/proc/23733/task/23745/stat : 23745 (java) S 23731 23731 16431 0 -1 1077944384 1458 0 0 0 21 0 0 0 20 0 15 0 12104192 14316269568 17878 18446744073709551615 4194304 4196468 140737321418896 140497737951216 140498265627266 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23746] ppid=23731 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23733/task/23746/stat : 23746 (java) S 23731 23731 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12104192 14316269568 17878 18446744073709551615 4194304 4196468 140737321418896 140497736898912 140498265626325 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23747] ppid=23731 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23733/task/23747/stat : 23747 (java) S 23731 23731 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12104197 14316269568 17878 18446744073709551615 4194304 4196468 140737321418896 140497735846960 140498265627266 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 72892 KiB

[startup+1.50083 s]
/proc/loadavg: 1.76 1.90 1.84 5/211 23747
/proc/meminfo: memFree=30582256/32770624 swapFree=67108860/67108860
[pid=23731] ppid=23728 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/23731/stat : 23731 (xcsp3-exec) S 23728 23731 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 12104178 9740288 345 18446744073709551615 4194304 5098028 140736341333248 140736341331352 140695816557180 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 24129536 140736341336441 140736341336646 140736341336646 140736341340139 0
/proc/23731/statm: 2378 345 289 221 0 87 0
[pid=23733] ppid=23731 vsize=13980732 memory=108100 CPUtime=3.67 cores=1,3,5,7
/proc/23733/stat : 23733 (java) S 23731 23731 16431 0 -1 1077944320 29000 0 0 0 361 6 0 0 20 0 15 0 12104187 14316269568 27025 18446744073709551615 4194304 4196468 140737321418896 140737321401440 140498265616119 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
/proc/23733/statm: 3495183 27025 3192 1 0 3483476 0
[pid=23733/tid=23734] ppid=23731 vsize=13980732 memory=0 CPUtime=1.34 cores=1,3,5,7
/proc/23733/task/23734/stat : 23734 (java) R 23731 23731 16431 0 -1 4202560 7734 0 0 0 131 3 0 0 20 0 15 0 12104187 14316269568 27025 18446744073709551615 4194304 4196468 140737321418896 140498269855672 140497862658869 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23735] ppid=23731 vsize=13980732 memory=4498716170645055337 CPUtime=0 cores=1,3,5,7
/proc/23733/task/23735/stat : 23735 (java) S 23731 23731 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12104188 14316269568 27025 18446744073709551615 4194304 4196468 140737321418896 140498185030160 140498265626325 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23736] ppid=23731 vsize=13980732 memory=6081942429058755376 CPUtime=0 cores=1,3,5,7
/proc/23733/task/23736/stat : 23736 (java) S 23731 23731 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12104188 14316269568 27025 18446744073709551615 4194304 4196468 140737321418896 140498183977616 140498265626325 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23737] ppid=23731 vsize=13980732 memory=7020665848513979936 CPUtime=0 cores=1,3,5,7
/proc/23733/task/23737/stat : 23737 (java) S 23731 23731 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12104188 14316269568 27025 18446744073709551615 4194304 4196468 140737321418896 140498182924560 140498265626325 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23738] ppid=23731 vsize=13980732 memory=4004 CPUtime=0 cores=1,3,5,7
/proc/23733/task/23738/stat : 23738 (java) S 23731 23731 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12104188 14316269568 27025 18446744073709551615 4194304 4196468 140737321418896 140498181872016 140498265626325 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23739] ppid=23731 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23733/task/23739/stat : 23739 (java) S 23731 23731 16431 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 12104189 14316269568 27025 18446744073709551615 4194304 4196468 140737321418896 140497744268016 140498265627266 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23740] ppid=23731 vsize=13980732 memory=140069688295552 CPUtime=0 cores=1,3,5,7
/proc/23733/task/23740/stat : 23740 (java) S 23731 23731 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12104190 14316269568 27025 18446744073709551615 4194304 4196468 140737321418896 140497743214240 140498265626325 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23741] ppid=23731 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7

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

/proc/23731/stat : 23731 (xcsp3-exec) S 23728 23731 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 12104178 9740288 345 18446744073709551615 4194304 5098028 140736341333248 140736341331352 140695816557180 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 24129536 140736341336441 140736341336646 140736341336646 140736341340139 0
/proc/23731/statm: 2378 345 289 221 0 87 0
[pid=23733] ppid=23731 vsize=13980732 memory=350112 CPUtime=232.42 cores=1,3,5,7
/proc/23733/stat : 23733 (java) S 23731 23731 16431 0 -1 1077944320 61332 0 0 0 23190 52 0 0 20 0 15 0 12104187 14316269568 87528 18446744073709551615 4194304 4196468 140737321418896 140737321401440 140498265616119 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
/proc/23733/statm: 3495183 87528 3221 1 0 3483476 0
[pid=23733/tid=23734] ppid=23731 vsize=13980732 memory=349600 CPUtime=225.47 cores=1,3,5,7
/proc/23733/task/23734/stat : 23734 (java) R 23731 23731 16431 0 -1 4202560 20642 0 0 0 22537 10 0 0 20 0 15 0 12104187 14316269568 87528 18446744073709551615 4194304 4196468 140737321418896 140498269855776 140497862659207 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23735] ppid=23731 vsize=13980732 memory=11952 CPUtime=0.88 cores=1,3,5,7
/proc/23733/task/23735/stat : 23735 (java) S 23731 23731 16431 0 -1 1077944384 2982 0 0 0 81 7 0 0 20 0 15 0 12104188 14316269568 87528 18446744073709551615 4194304 4196468 140737321418896 140498185030160 140498265626325 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23736] ppid=23731 vsize=13980732 memory=1008 CPUtime=0.87 cores=1,3,5,7
/proc/23733/task/23736/stat : 23736 (java) S 23731 23731 16431 0 -1 1077944384 2171 0 0 0 80 7 0 0 20 0 15 0 12104188 14316269568 87528 18446744073709551615 4194304 4196468 140737321418896 140498183977616 140498265626325 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23737] ppid=23731 vsize=13980732 memory=1380 CPUtime=0.87 cores=1,3,5,7
/proc/23733/task/23737/stat : 23737 (java) S 23731 23731 16431 0 -1 1077944384 2251 0 0 0 80 7 0 0 20 0 15 0 12104188 14316269568 87528 18446744073709551615 4194304 4196468 140737321418896 140498182924560 140498265626325 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23738] ppid=23731 vsize=13980732 memory=350624 CPUtime=0.87 cores=1,3,5,7
/proc/23733/task/23738/stat : 23738 (java) S 23731 23731 16431 0 -1 1077944384 2830 0 0 0 79 8 0 0 20 0 15 0 12104188 14316269568 87528 18446744073709551615 4194304 4196468 140737321418896 140498181872016 140498265626325 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23739] ppid=23731 vsize=13980732 memory=11952 CPUtime=0.44 cores=1,3,5,7
/proc/23733/task/23739/stat : 23739 (java) S 23731 23731 16431 0 -1 1077944384 1938 0 0 0 39 5 0 0 20 0 15 0 12104189 14316269568 87528 18446744073709551615 4194304 4196468 140737321418896 140497744268016 140498265627266 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23740] ppid=23731 vsize=13980732 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/23733/task/23740/stat : 23740 (java) S 23731 23731 16431 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 12104190 14316269568 87528 18446744073709551615 4194304 4196468 140737321418896 140497743214240 140498265626325 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23741] ppid=23731 vsize=13980732 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/23733/task/23741/stat : 23741 (java) S 23731 23731 16431 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 12104190 14316269568 87528 18446744073709551615 4194304 4196468 140737321418896 140497742161136 140498265626325 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23742] ppid=23731 vsize=13980732 memory=4288 CPUtime=0 cores=1,3,5,7
/proc/23733/task/23742/stat : 23742 (java) S 23731 23731 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12104192 14316269568 87528 18446744073709551615 4194304 4196468 140737321418896 140497741109712 140498265634715 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23743] ppid=23731 vsize=13980732 memory=932 CPUtime=1.2 cores=1,3,5,7
/proc/23733/task/23743/stat : 23743 (java) S 23731 23731 16431 0 -1 1077944384 10006 0 0 0 119 1 0 0 20 0 15 0 12104192 14316269568 87528 18446744073709551615 4194304 4196468 140737321418896 140497740056816 140498265627266 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23744] ppid=23731 vsize=13980732 memory=1584 CPUtime=1.31 cores=1,3,5,7
/proc/23733/task/23744/stat : 23744 (java) S 23731 23731 16431 0 -1 1077944384 13751 0 0 0 130 1 0 0 20 0 15 0 12104192 14316269568 87528 18446744073709551615 4194304 4196468 140737321418896 140497739004272 140498265627266 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23745] ppid=23731 vsize=13980732 memory=2160 CPUtime=0.29 cores=1,3,5,7
/proc/23733/task/23745/stat : 23745 (java) S 23731 23731 16431 0 -1 1077944384 3154 0 0 0 29 0 0 0 20 0 15 0 12104192 14316269568 87528 18446744073709551615 4194304 4196468 140737321418896 140497737951216 140498265627266 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23746] ppid=23731 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/23733/task/23746/stat : 23746 (java) S 23731 23731 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12104192 14316269568 87528 18446744073709551615 4194304 4196468 140737321418896 140497736898912 140498265626325 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23747] ppid=23731 vsize=13980732 memory=10720 CPUtime=0.1 cores=1,3,5,7
/proc/23733/task/23747/stat : 23747 (java) S 23731 23731 16431 0 -1 1077944384 260 0 0 0 3 7 0 0 20 0 15 0 12104197 14316269568 87528 18446744073709551615 4194304 4196468 140737321418896 140497735846960 140498265627266 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
Current children cumulated CPU time: 232.42 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 351492 KiB

[startup+228.001 s]*
/proc/loadavg: 1.52 1.70 1.77 3/211 23768
/proc/meminfo: memFree=30338780/32770624 swapFree=67108860/67108860
[pid=23731] ppid=23728 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/23731/stat : 23731 (xcsp3-exec) S 23728 23731 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 12104178 9740288 345 18446744073709551615 4194304 5098028 140736341333248 140736341331352 140695816557180 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 24129536 140736341336441 140736341336646 140736341336646 140736341340139 0
/proc/23731/statm: 2378 345 289 221 0 87 0
[pid=23733] ppid=23731 vsize=13980732 memory=350112 CPUtime=233.24 cores=1,3,5,7
/proc/23733/stat : 23733 (java) S 23731 23731 16431 0 -1 1077944320 61335 0 0 0 23272 52 0 0 20 0 15 0 12104187 14316269568 87528 18446744073709551615 4194304 4196468 140737321418896 140737321401440 140498265616119 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
/proc/23733/statm: 3495183 87528 3221 1 0 3483476 0
[pid=23733/tid=23734] ppid=23731 vsize=13980732 memory=-8774313645642428999 CPUtime=226.28 cores=1,3,5,7
/proc/23733/task/23734/stat : 23734 (java) R 23731 23731 16431 0 -1 4202560 20645 0 0 0 22618 10 0 0 20 0 15 0 12104187 14316269568 87528 18446744073709551615 4194304 4196468 140737321418896 140498269855648 140497862659207 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23735] ppid=23731 vsize=13980732 memory=1380 CPUtime=0.88 cores=1,3,5,7
/proc/23733/task/23735/stat : 23735 (java) S 23731 23731 16431 0 -1 1077944384 2982 0 0 0 81 7 0 0 20 0 15 0 12104188 14316269568 87528 18446744073709551615 4194304 4196468 140737321418896 140498185030160 140498265626325 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23736] ppid=23731 vsize=13980732 memory=349088 CPUtime=0.88 cores=1,3,5,7
/proc/23733/task/23736/stat : 23736 (java) S 23731 23731 16431 0 -1 1077944384 2171 0 0 0 81 7 0 0 20 0 15 0 12104188 14316269568 87528 18446744073709551615 4194304 4196468 140737321418896 140498183977616 140498265626325 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23737] ppid=23731 vsize=13980732 memory=-8774313645642428999 CPUtime=0.89 cores=1,3,5,7
/proc/23733/task/23737/stat : 23737 (java) S 23731 23731 16431 0 -1 1077944384 2251 0 0 0 81 8 0 0 20 0 15 0 12104188 14316269568 87528 18446744073709551615 4194304 4196468 140737321418896 140498182924560 140498265626325 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23738] ppid=23731 vsize=13980732 memory=3904 CPUtime=0.87 cores=1,3,5,7
/proc/23733/task/23738/stat : 23738 (java) S 23731 23731 16431 0 -1 1077944384 2830 0 0 0 79 8 0 0 20 0 15 0 12104188 14316269568 87528 18446744073709551615 4194304 4196468 140737321418896 140498181872016 140498265626325 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23739] ppid=23731 vsize=13980732 memory=2760 CPUtime=0.44 cores=1,3,5,7
/proc/23733/task/23739/stat : 23739 (java) S 23731 23731 16431 0 -1 1077944384 1938 0 0 0 39 5 0 0 20 0 15 0 12104189 14316269568 87528 18446744073709551615 4194304 4196468 140737321418896 140497744268016 140498265627266 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23740] ppid=23731 vsize=13980732 memory=2836 CPUtime=0 cores=1,3,5,7
/proc/23733/task/23740/stat : 23740 (java) S 23731 23731 16431 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 12104190 14316269568 87528 18446744073709551615 4194304 4196468 140737321418896 140497743214240 140498265626325 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23741] ppid=23731 vsize=13980732 memory=4072 CPUtime=0 cores=1,3,5,7
/proc/23733/task/23741/stat : 23741 (java) S 23731 23731 16431 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 12104190 14316269568 87528 18446744073709551615 4194304 4196468 140737321418896 140497742161136 140498265626325 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23742] ppid=23731 vsize=13980732 memory=1152 CPUtime=0 cores=1,3,5,7
/proc/23733/task/23742/stat : 23742 (java) S 23731 23731 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12104192 14316269568 87528 18446744073709551615 4194304 4196468 140737321418896 140497741109712 140498265634715 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23743] ppid=23731 vsize=13980732 memory=3252 CPUtime=1.2 cores=1,3,5,7
/proc/23733/task/23743/stat : 23743 (java) S 23731 23731 16431 0 -1 1077944384 10006 0 0 0 119 1 0 0 20 0 15 0 12104192 14316269568 87528 18446744073709551615 4194304 4196468 140737321418896 140497740056816 140498265627266 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23744] ppid=23731 vsize=13980732 memory=1380 CPUtime=1.31 cores=1,3,5,7
/proc/23733/task/23744/stat : 23744 (java) S 23731 23731 16431 0 -1 1077944384 13751 0 0 0 130 1 0 0 20 0 15 0 12104192 14316269568 87528 18446744073709551615 4194304 4196468 140737321418896 140497739004272 140498265627266 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23745] ppid=23731 vsize=13980732 memory=1163468 CPUtime=0.29 cores=1,3,5,7
/proc/23733/task/23745/stat : 23745 (java) S 23731 23731 16431 0 -1 1077944384 3154 0 0 0 29 0 0 0 20 0 15 0 12104192 14316269568 87528 18446744073709551615 4194304 4196468 140737321418896 140497737951216 140498265627266 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23746] ppid=23731 vsize=13980732 memory=1160 CPUtime=0 cores=1,3,5,7
/proc/23733/task/23746/stat : 23746 (java) S 23731 23731 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12104192 14316269568 87528 18446744073709551615 4194304 4196468 140737321418896 140497736898912 140498265626325 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23747] ppid=23731 vsize=13980732 memory=3064 CPUtime=0.1 cores=1,3,5,7
/proc/23733/task/23747/stat : 23747 (java) S 23731 23731 16431 0 -1 1077944384 260 0 0 0 3 7 0 0 20 0 15 0 12104197 14316269568 87528 18446744073709551615 4194304 4196468 140737321418896 140497735846960 140498265627266 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
Current children cumulated CPU time: 233.24 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 351492 KiB

[startup+228.801 s]
/proc/loadavg: 1.52 1.70 1.77 3/211 23768
/proc/meminfo: memFree=30338780/32770624 swapFree=67108860/67108860
[pid=23731] ppid=23728 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/23731/stat : 23731 (xcsp3-exec) S 23728 23731 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 12104178 9740288 345 18446744073709551615 4194304 5098028 140736341333248 140736341331352 140695816557180 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 24129536 140736341336441 140736341336646 140736341336646 140736341340139 0
/proc/23731/statm: 2378 345 289 221 0 87 0
[pid=23733] ppid=23731 vsize=13980732 memory=349596 CPUtime=234.04 cores=1,3,5,7
/proc/23733/stat : 23733 (java) S 23731 23731 16431 0 -1 1077944320 61339 0 0 0 23352 52 0 0 20 0 15 0 12104187 14316269568 87399 18446744073709551615 4194304 4196468 140737321418896 140737321401440 140498265616119 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
/proc/23733/statm: 3495183 87399 3221 1 0 3483476 0
[pid=23733/tid=23734] ppid=23731 vsize=13980732 memory=1380 CPUtime=227.06 cores=1,3,5,7
/proc/23733/task/23734/stat : 23734 (java) R 23731 23731 16431 0 -1 4202560 20649 0 0 0 22696 10 0 0 20 0 15 0 12104187 14316269568 87399 18446744073709551615 4194304 4196468 140737321418896 140498269855776 140498251684238 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23735] ppid=23731 vsize=13980732 memory=4004 CPUtime=0.89 cores=1,3,5,7
/proc/23733/task/23735/stat : 23735 (java) S 23731 23731 16431 0 -1 1077944384 2982 0 0 0 82 7 0 0 20 0 15 0 12104188 14316269568 87399 18446744073709551615 4194304 4196468 140737321418896 140498185030160 140498265626325 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23736] ppid=23731 vsize=13980732 memory=10124 CPUtime=0.88 cores=1,3,5,7
/proc/23733/task/23736/stat : 23736 (java) S 23731 23731 16431 0 -1 1077944384 2171 0 0 0 81 7 0 0 20 0 15 0 12104188 14316269568 87399 18446744073709551615 4194304 4196468 140737321418896 140498183977616 140498265626325 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23737] ppid=23731 vsize=13980732 memory=1296 CPUtime=0.89 cores=1,3,5,7
/proc/23733/task/23737/stat : 23737 (java) S 23731 23731 16431 0 -1 1077944384 2251 0 0 0 81 8 0 0 20 0 15 0 12104188 14316269568 87399 18446744073709551615 4194304 4196468 140737321418896 140498182924560 140498265626325 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23738] ppid=23731 vsize=13980732 memory=-8774313645642428999 CPUtime=0.88 cores=1,3,5,7
/proc/23733/task/23738/stat : 23738 (java) S 23731 23731 16431 0 -1 1077944384 2830 0 0 0 80 8 0 0 20 0 15 0 12104188 14316269568 87399 18446744073709551615 4194304 4196468 140737321418896 140498181872016 140498265626325 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23739] ppid=23731 vsize=13980732 memory=1228 CPUtime=0.44 cores=1,3,5,7
/proc/23733/task/23739/stat : 23739 (java) S 23731 23731 16431 0 -1 1077944384 1938 0 0 0 39 5 0 0 20 0 15 0 12104189 14316269568 87399 18446744073709551615 4194304 4196468 140737321418896 140497744268016 140498265627266 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23740] ppid=23731 vsize=13980732 memory=5368 CPUtime=0 cores=1,3,5,7
/proc/23733/task/23740/stat : 23740 (java) S 23731 23731 16431 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 12104190 14316269568 87399 18446744073709551615 4194304 4196468 140737321418896 140497743214240 140498265626325 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23741] ppid=23731 vsize=13980732 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/23733/task/23741/stat : 23741 (java) S 23731 23731 16431 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 12104190 14316269568 87399 18446744073709551615 4194304 4196468 140737321418896 140497742161136 140498265626325 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23742] ppid=23731 vsize=13980732 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/23733/task/23742/stat : 23742 (java) S 23731 23731 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12104192 14316269568 87399 18446744073709551615 4194304 4196468 140737321418896 140497741109712 140498265634715 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23743] ppid=23731 vsize=13980732 memory=10720 CPUtime=1.2 cores=1,3,5,7
/proc/23733/task/23743/stat : 23743 (java) S 23731 23731 16431 0 -1 1077944384 10006 0 0 0 119 1 0 0 20 0 15 0 12104192 14316269568 87399 18446744073709551615 4194304 4196468 140737321418896 140497740056816 140498265627266 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23744] ppid=23731 vsize=13980732 memory=1380 CPUtime=1.31 cores=1,3,5,7
/proc/23733/task/23744/stat : 23744 (java) S 23731 23731 16431 0 -1 1077944384 13751 0 0 0 130 1 0 0 20 0 15 0 12104192 14316269568 87399 18446744073709551615 4194304 4196468 140737321418896 140497739004272 140498265627266 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23745] ppid=23731 vsize=13980732 memory=1380 CPUtime=0.29 cores=1,3,5,7
/proc/23733/task/23745/stat : 23745 (java) S 23731 23731 16431 0 -1 1077944384 3154 0 0 0 29 0 0 0 20 0 15 0 12104192 14316269568 87399 18446744073709551615 4194304 4196468 140737321418896 140497737951216 140498265627266 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23746] ppid=23731 vsize=13980732 memory=10124 CPUtime=0 cores=1,3,5,7
/proc/23733/task/23746/stat : 23746 (java) S 23731 23731 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12104192 14316269568 87399 18446744073709551615 4194304 4196468 140737321418896 140497736898912 140498265626325 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23747] ppid=23731 vsize=13980732 memory=1380 CPUtime=0.1 cores=1,3,5,7
/proc/23733/task/23747/stat : 23747 (java) S 23731 23731 16431 0 -1 1077944384 260 0 0 0 3 7 0 0 20 0 15 0 12104197 14316269568 87399 18446744073709551615 4194304 4196468 140737321418896 140497735846960 140498265627266 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
Current children cumulated CPU time: 234.04 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 350976 KiB

[startup+229.201 s]
/proc/loadavg: 1.52 1.70 1.77 3/211 23768
/proc/meminfo: memFree=30339040/32770624 swapFree=67108860/67108860
[pid=23731] ppid=23728 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/23731/stat : 23731 (xcsp3-exec) S 23728 23731 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 12104178 9740288 345 18446744073709551615 4194304 5098028 140736341333248 140736341331352 140695816557180 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 24129536 140736341336441 140736341336646 140736341336646 140736341340139 0
/proc/23731/statm: 2378 345 289 221 0 87 0
[pid=23733] ppid=23731 vsize=13980732 memory=349596 CPUtime=234.45 cores=1,3,5,7
/proc/23733/stat : 23733 (java) S 23731 23731 16431 0 -1 1077944320 61340 0 0 0 23393 52 0 0 20 0 15 0 12104187 14316269568 87399 18446744073709551615 4194304 4196468 140737321418896 140737321401440 140498265616119 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
/proc/23733/statm: 3495183 87399 3221 1 0 3483476 0
[pid=23733/tid=23734] ppid=23731 vsize=13980732 memory=6944656592455359580 CPUtime=227.46 cores=1,3,5,7
/proc/23733/task/23734/stat : 23734 (java) R 23731 23731 16431 0 -1 4202560 20650 0 0 0 22736 10 0 0 20 0 15 0 12104187 14316269568 87399 18446744073709551615 4194304 4196468 140737321418896 140498269855648 140497862659071 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23735] ppid=23731 vsize=13980732 memory=6944656592455359580 CPUtime=0.89 cores=1,3,5,7
/proc/23733/task/23735/stat : 23735 (java) S 23731 23731 16431 0 -1 1077944384 2982 0 0 0 82 7 0 0 20 0 15 0 12104188 14316269568 87399 18446744073709551615 4194304 4196468 140737321418896 140498185030160 140498265626325 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23736] ppid=23731 vsize=13980732 memory=6943526294502006880 CPUtime=0.88 cores=1,3,5,7
/proc/23733/task/23736/stat : 23736 (java) S 23731 23731 16431 0 -1 1077944384 2171 0 0 0 81 7 0 0 20 0 15 0 12104188 14316269568 87399 18446744073709551615 4194304 4196468 140737321418896 140498183977616 140498265626325 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23737] ppid=23731 vsize=13980732 memory=6655300316396806240 CPUtime=0.9 cores=1,3,5,7
/proc/23733/task/23737/stat : 23737 (java) S 23731 23731 16431 0 -1 1077944384 2251 0 0 0 82 8 0 0 20 0 15 0 12104188 14316269568 87399 18446744073709551615 4194304 4196468 140737321418896 140498182924560 140498265626325 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23738] ppid=23731 vsize=13980732 memory=6943526294502006880 CPUtime=0.88 cores=1,3,5,7
/proc/23733/task/23738/stat : 23738 (java) S 23731 23731 16431 0 -1 1077944384 2830 0 0 0 80 8 0 0 20 0 15 0 12104188 14316269568 87399 18446744073709551615 4194304 4196468 140737321418896 140498181872016 140498265626325 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23739] ppid=23731 vsize=13980732 memory=6944656592455359580 CPUtime=0.44 cores=1,3,5,7
/proc/23733/task/23739/stat : 23739 (java) S 23731 23731 16431 0 -1 1077944384 1938 0 0 0 39 5 0 0 20 0 15 0 12104189 14316269568 87399 18446744073709551615 4194304 4196468 140737321418896 140497744268016 140498265627266 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23740] ppid=23731 vsize=13980732 memory=3472323898181169473 CPUtime=0 cores=1,3,5,7
/proc/23733/task/23740/stat : 23740 (java) S 23731 23731 16431 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 12104190 14316269568 87399 18446744073709551615 4194304 4196468 140737321418896 140497743214240 140498265626325 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23741] ppid=23731 vsize=13980732 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/23733/task/23741/stat : 23741 (java) S 23731 23731 16431 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 12104190 14316269568 87399 18446744073709551615 4194304 4196468 140737321418896 140497742161136 140498265626325 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23742] ppid=23731 vsize=13980732 memory=-2970219127293634922 CPUtime=0 cores=1,3,5,7
/proc/23733/task/23742/stat : 23742 (java) S 23731 23731 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12104192 14316269568 87399 18446744073709551615 4194304 4196468 140737321418896 140497741109712 140498265634715 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23743] ppid=23731 vsize=13980732 memory=-9178176117148050014 CPUtime=1.2 cores=1,3,5,7
/proc/23733/task/23743/stat : 23743 (java) S 23731 23731 16431 0 -1 1077944384 10006 0 0 0 119 1 0 0 20 0 15 0 12104192 14316269568 87399 18446744073709551615 4194304 4196468 140737321418896 140497740056816 140498265627266 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23744] ppid=23731 vsize=13980732 memory=1380 CPUtime=1.31 cores=1,3,5,7
/proc/23733/task/23744/stat : 23744 (java) S 23731 23731 16431 0 -1 1077944384 13751 0 0 0 130 1 0 0 20 0 15 0 12104192 14316269568 87399 18446744073709551615 4194304 4196468 140737321418896 140497739004272 140498265627266 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23745] ppid=23731 vsize=13980732 memory=349600 CPUtime=0.29 cores=1,3,5,7
/proc/23733/task/23745/stat : 23745 (java) S 23731 23731 16431 0 -1 1077944384 3154 0 0 0 29 0 0 0 20 0 15 0 12104192 14316269568 87399 18446744073709551615 4194304 4196468 140737321418896 140497737951216 140498265627266 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23746] ppid=23731 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/23733/task/23746/stat : 23746 (java) S 23731 23731 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12104192 14316269568 87399 18446744073709551615 4194304 4196468 140737321418896 140497736898912 140498265626325 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
[pid=23733/tid=23747] ppid=23731 vsize=13980732 memory=349596 CPUtime=0.1 cores=1,3,5,7
/proc/23733/task/23747/stat : 23747 (java) S 23731 23731 16431 0 -1 1077944384 260 0 0 0 3 7 0 0 20 0 15 0 12104197 14316269568 87399 18446744073709551615 4194304 4196468 140737321418896 140497735846960 140498265627266 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 11894784 140737321427378 140737321427554 140737321427554 140737321430991 0
Current children cumulated CPU time: 234.45 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 350976 KiB

Child status: 0
Real time (s): 229.286
CPU time (s): 234.552
CPU user time (s): 234.019
CPU system time (s): 0.532158
CPU usage (%): 102.296
Max. virtual memory (cumulated for all children) (KiB): 13992496
Max. memory (cumulated for all children) (KiB): 352528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 234.019
system time used= 0.532158
maximum resident set size= 351148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62713
page faults= 0
swaps= 0
block input operations= 0
block output operations= 400
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18599
involuntary context switches= 449


# summary of solver processes directly reported to runsolver:
#   pid: 23731
#   total CPU time (s): 234.552
#   total CPU user time (s): 234.019
#   total CPU system time (s): 0.532158

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.70455 second user time and 1.99107 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-19 11:48:24
IDJOB=4282332
IDBENCH=133090
IDSOLVER=2677
FILE ID=node128/4282332-1503136944
RUNJOBID= node128-1503095815-16490
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/MarketSplit/MarketSplit-m1-gp/MarketSplit-10.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-4282332-1503136944/watcher-4282332-1503136944 -o /tmp/evaluation-result-4282332-1503136944/solver-4282332-1503136944 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1503095815-16490 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1531791654 HOME/instance-4282332-1503136944.xml

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

MD5SUM BENCH= 12bfb070d62c3c52bb7bd12298b2d530
RANDOM SEED=1531791654

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.47
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.47
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.47
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.47
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:        30656980 kB
MemAvailable:   30843268 kB
Buffers:          164248 kB
Cached:           312848 kB
SwapCached:            0 kB
Active:          1396604 kB
Inactive:         312052 kB
Active(anon):    1232136 kB
Inactive(anon):    16752 kB
Active(file):     164468 kB
Inactive(file):   295300 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8172 kB
Writeback:             0 kB
AnonPages:       1233488 kB
Mapped:            43444 kB
Shmem:             17060 kB
Slab:             109528 kB
SReclaimable:      84712 kB
SUnreclaim:        24816 kB
KernelStack:        3616 kB
PageTables:         7508 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2265456 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1167360 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 node128 at 2017-08-19 11:52:13