Trace number 4405919

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 2019-09-24? (TO) 2520.11 2506.94

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-dec-armies/
Pb-army13-24ls.xml
MD5SUM0f005dd489acd3d024429b7d4f1ec9d6
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 benchmark34.6669
Satisfiable
(Un)Satisfiability was proved
Number of variables490
Number of constraints737
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":490}]
Minimum variable degree3
Maximum variable degree15
Distribution of variable degrees[{"degree":3,"count":8},{"degree":4,"count":8},{"degree":5,"count":8},{"degree":6,"count":8},{"degree":7,"count":346},{"degree":8,"count":8},{"degree":9,"count":8},{"degree":10,"count":8},{"degree":11,"count":8},{"degree":12,"count":8},{"degree":13,"count":8},{"degree":14,"count":8},{"degree":15,"count":56}]
Minimum constraint arity2
Maximum constraint arity169
Distribution of constraint arities[{"arity":2,"count":253},{"arity":3,"count":8},{"arity":4,"count":8},{"arity":5,"count":346},{"arity":6,"count":8},{"arity":7,"count":8},{"arity":8,"count":8},{"arity":9,"count":8},{"arity":10,"count":8},{"arity":11,"count":8},{"arity":12,"count":8},{"arity":13,"count":8},{"arity":14,"count":56},{"arity":169,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":737}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4405919-1569410335.xml"  -tl '2520s' -p 1
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4405919-1569410335.xml, -tl, 2520s, -p, 1]
0.34/0.22	c simple solver
0.34/0.29	c parse instance...
1.35/0.64	c solve instance...
2520.07/2506.90	s UNKNOWN
2520.07/2506.90	c Unexpected resolution interruption!

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4405919-1569410335/watcher-4405919-1569410335 -o /tmp/evaluation-result-4405919-1569410335/solver-4405919-1569410335 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1569408795-7325 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1946395558 HOME/instance-4405919-1569410335.xml 

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

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

solver pid=7679, runsolver pid=7676

[startup+0.100059 s]*
/proc/loadavg: 1.51 1.43 1.34 3/230 7695
/proc/meminfo: memFree=25284580/32770624 swapFree=66959728/67108860
[pid=7679] ppid=7676 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/7679/stat : 7679 (xcsp3-exec) S 7676 7679 7294 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517302344 115843072 363 33554432000 4194304 5098028 140722454780624 140722454778728 140004723315324 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 36225024 140722454786938 140722454787181 140722454787181 140722454790090 0
/proc/7679/statm: 28282 363 304 221 0 87 0
[pid=7681] ppid=7679 vsize=15144776 memory=29092 CPUtime=0.13 cores=0,2,4,6
/proc/7681/stat : 7681 (java) S 7679 7679 7294 0 -1 1077944320 5745 0 0 0 12 1 0 0 20 0 15 0 517302344 15508250624 7273 33554432000 4194304 4196468 140724943477184 140724943459728 139848275128055 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
/proc/7681/statm: 3786194 7273 3120 1 0 3748377 0
[pid=7681/tid=7682] ppid=7679 vsize=15144776 memory=576460756329955459 CPUtime=0.09 cores=0,2,4,6
/proc/7681/task/7682/stat : 7682 (java) R 7679 7679 7294 0 -1 4202560 3658 0 0 0 9 0 0 0 20 0 15 0 517302344 15508250624 7273 33554432000 4194304 4196468 140724943477184 139848279359376 139848275139990 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7683] ppid=7679 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7681/task/7683/stat : 7683 (java) S 7679 7679 7294 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517302345 15508250624 7273 33554432000 4194304 4196468 140724943477184 139848231681040 139848275138261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7684] ppid=7679 vsize=15144776 memory=140219375406113 CPUtime=0 cores=0,2,4,6
/proc/7681/task/7684/stat : 7684 (java) S 7679 7679 7294 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517302345 15508250624 7273 33554432000 4194304 4196468 140724943477184 139848230628496 139848275138261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7685] ppid=7679 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7681/task/7685/stat : 7685 (java) S 7679 7679 7294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517302345 15508250624 7273 33554432000 4194304 4196468 140724943477184 139847865129744 139848275138261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7686] ppid=7679 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7681/task/7686/stat : 7686 (java) S 7679 7679 7294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517302345 15508250624 7273 33554432000 4194304 4196468 140724943477184 139847864077200 139848275138261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7687] ppid=7679 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7681/task/7687/stat : 7687 (java) S 7679 7679 7294 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517302346 15508250624 7273 33554432000 4194304 4196468 140724943477184 139847743240432 139848275139202 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7688] ppid=7679 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7681/task/7688/stat : 7688 (java) S 7679 7679 7294 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517302347 15508250624 7273 33554432000 4194304 4196468 140724943477184 139847742186656 139848275138261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7689] ppid=7679 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7681/task/7689/stat : 7689 (java) S 7679 7679 7294 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517302347 15508250624 7273 33554432000 4194304 4196468 140724943477184 139847741133552 139848275138261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7690] ppid=7679 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7681/task/7690/stat : 7690 (java) S 7679 7679 7294 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517302350 15508250624 7273 33554432000 4194304 4196468 140724943477184 139847740082128 139848275146651 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7691] ppid=7679 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7681/task/7691/stat : 7691 (java) R 7679 7679 7294 0 -1 4202560 315 0 0 0 0 0 0 0 20 0 15 0 517302350 15508250624 7273 33554432000 4194304 4196468 140724943477184 139847739030256 139848258551885 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7692] ppid=7679 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7681/task/7692/stat : 7692 (java) R 7679 7679 7294 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 517302350 15508250624 7273 33554432000 4194304 4196468 140724943477184 139847737977712 139848275139202 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7693] ppid=7679 vsize=15144776 memory=140219375396480 CPUtime=0.02 cores=0,2,4,6
/proc/7681/task/7693/stat : 7693 (java) R 7679 7679 7294 0 -1 4202560 358 0 0 0 2 0 0 0 20 0 15 0 517302350 15508250624 7273 33554432000 4194304 4196468 140724943477184 139847736924656 139848267417888 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7694] ppid=7679 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7681/task/7694/stat : 7694 (java) S 7679 7679 7294 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517302350 15508250624 7273 33554432000 4194304 4196468 140724943477184 139847735872352 139848275138261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7695] ppid=7679 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7681/task/7695/stat : 7695 (java) S 7679 7679 7294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517302350 15508250624 7273 33554432000 4194304 4196468 140724943477184 139847734819376 139848275139202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30544 KiB

[startup+0.210873 s]*
/proc/loadavg: 1.51 1.43 1.34 3/229 7695
/proc/meminfo: memFree=25271868/32770624 swapFree=66959728/67108860
[pid=7679] ppid=7676 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/7679/stat : 7679 (xcsp3-exec) S 7676 7679 7294 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517302344 115843072 363 33554432000 4194304 5098028 140722454780624 140722454778728 140004723315324 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 36225024 140722454786938 140722454787181 140722454787181 140722454790090 0
/proc/7679/statm: 28282 363 304 221 0 87 0
[pid=7681] ppid=7679 vsize=15144776 memory=41180 CPUtime=0.34 cores=0,2,4,6
/proc/7681/stat : 7681 (java) S 7679 7679 7294 0 -1 1077944320 9457 0 0 0 32 2 0 0 20 0 15 0 517302344 15508250624 10295 33554432000 4194304 4196468 140724943477184 140724943459728 139848275128055 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
/proc/7681/statm: 3786194 10295 3321 1 0 3748377 0
[pid=7681/tid=7682] ppid=7679 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/7681/task/7682/stat : 7682 (java) R 7679 7679 7294 0 -1 4202560 6625 0 0 0 19 1 0 0 20 0 15 0 517302344 15508250624 10295 33554432000 4194304 4196468 140724943477184 139848279361520 139848255106960 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7683] ppid=7679 vsize=15144776 memory=1946936 CPUtime=0 cores=0,2,4,6
/proc/7681/task/7683/stat : 7683 (java) S 7679 7679 7294 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517302345 15508250624 10295 33554432000 4194304 4196468 140724943477184 139848231681040 139848275138261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7684] ppid=7679 vsize=15144776 memory=140219378946668 CPUtime=0 cores=0,2,4,6
/proc/7681/task/7684/stat : 7684 (java) S 7679 7679 7294 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517302345 15508250624 10295 33554432000 4194304 4196468 140724943477184 139848230628496 139848275138261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7685] ppid=7679 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7681/task/7685/stat : 7685 (java) S 7679 7679 7294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517302345 15508250624 10295 33554432000 4194304 4196468 140724943477184 139847865129744 139848275138261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7686] ppid=7679 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7681/task/7686/stat : 7686 (java) S 7679 7679 7294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517302345 15508250624 10295 33554432000 4194304 4196468 140724943477184 139847864077200 139848275138261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7687] ppid=7679 vsize=15144776 memory=140219375396480 CPUtime=0 cores=0,2,4,6
/proc/7681/task/7687/stat : 7687 (java) S 7679 7679 7294 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517302346 15508250624 10295 33554432000 4194304 4196468 140724943477184 139847743240432 139848275139202 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7688] ppid=7679 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7681/task/7688/stat : 7688 (java) S 7679 7679 7294 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517302347 15508250624 10295 33554432000 4194304 4196468 140724943477184 139847742186656 139848275138261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7689] ppid=7679 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7681/task/7689/stat : 7689 (java) S 7679 7679 7294 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517302347 15508250624 10295 33554432000 4194304 4196468 140724943477184 139847741133552 139848275138261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7690] ppid=7679 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7681/task/7690/stat : 7690 (java) S 7679 7679 7294 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517302350 15508250624 10295 33554432000 4194304 4196468 140724943477184 139847740082128 139848275146651 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7691] ppid=7679 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/7681/task/7691/stat : 7691 (java) S 7679 7679 7294 0 -1 1077944384 453 0 0 0 2 0 0 0 20 0 15 0 517302350 15508250624 10295 33554432000 4194304 4196468 140724943477184 139847739030256 139848275139202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7692] ppid=7679 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/7681/task/7692/stat : 7692 (java) S 7679 7679 7294 0 -1 1077944384 334 0 0 0 2 0 0 0 20 0 15 0 517302350 15508250624 10295 33554432000 4194304 4196468 140724943477184 139847737977712 139848275139202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7693] ppid=7679 vsize=15144776 memory=140219375396480 CPUtime=0.08 cores=0,2,4,6
/proc/7681/task/7693/stat : 7693 (java) R 7679 7679 7294 0 -1 4202560 740 0 0 0 8 0 0 0 20 0 15 0 517302350 15508250624 10295 33554432000 4194304 4196468 140724943477184 139847736924656 139848259208542 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7694] ppid=7679 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7681/task/7694/stat : 7694 (java) S 7679 7679 7294 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517302350 15508250624 10295 33554432000 4194304 4196468 140724943477184 139847735872352 139848275138261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7695] ppid=7679 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7681/task/7695/stat : 7695 (java) S 7679 7679 7294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517302350 15508250624 10295 33554432000 4194304 4196468 140724943477184 139847734819376 139848275139202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42632 KiB

[startup+0.310595 s]*
/proc/loadavg: 1.51 1.43 1.34 6/229 7695
/proc/meminfo: memFree=25267904/32770624 swapFree=66959728/67108860
[pid=7679] ppid=7676 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/7679/stat : 7679 (xcsp3-exec) S 7676 7679 7294 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517302344 115843072 363 33554432000 4194304 5098028 140722454780624 140722454778728 140004723315324 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 36225024 140722454786938 140722454787181 140722454787181 140722454790090 0
/proc/7679/statm: 28282 363 304 221 0 87 0
[pid=7681] ppid=7679 vsize=15149032 memory=49592 CPUtime=0.52 cores=0,2,4,6
/proc/7681/stat : 7681 (java) S 7679 7679 7294 0 -1 1077944320 10746 0 0 0 49 3 0 0 20 0 15 0 517302344 15512608768 12398 33554432000 4194304 4196468 140724943477184 140724943459728 139848275128055 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
/proc/7681/statm: 3787258 12398 3352 1 0 3748377 0
[pid=7681/tid=7682] ppid=7679 vsize=15149032 memory=1398722017469774279 CPUtime=0.3 cores=0,2,4,6
/proc/7681/task/7682/stat : 7682 (java) R 7679 7679 7294 0 -1 4202560 7741 0 0 0 28 2 0 0 20 0 15 0 517302344 15512608768 12463 33554432000 4194304 4196468 140724943477184 139848279359168 139848259208572 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7683] ppid=7679 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/7681/task/7683/stat : 7683 (java) S 7679 7679 7294 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517302345 15512608768 12463 33554432000 4194304 4196468 140724943477184 139848231681040 139848275138261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7684] ppid=7679 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/7681/task/7684/stat : 7684 (java) S 7679 7679 7294 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517302345 15512608768 12463 33554432000 4194304 4196468 140724943477184 139848230628496 139848275138261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7685] ppid=7679 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/7681/task/7685/stat : 7685 (java) S 7679 7679 7294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517302345 15512608768 12463 33554432000 4194304 4196468 140724943477184 139847865129744 139848275138261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7686] ppid=7679 vsize=15149032 memory=-5587046532246807594 CPUtime=0 cores=0,2,4,6
/proc/7681/task/7686/stat : 7686 (java) S 7679 7679 7294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517302345 15512608768 12463 33554432000 4194304 4196468 140724943477184 139847864077200 139848275138261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7687] ppid=7679 vsize=15149032 memory=7379517702019849078 CPUtime=0 cores=0,2,4,6
/proc/7681/task/7687/stat : 7687 (java) S 7679 7679 7294 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517302346 15512608768 12463 33554432000 4194304 4196468 140724943477184 139847743240432 139848275139202 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7688] ppid=7679 vsize=15149032 memory=7016714186490735262 CPUtime=0 cores=0,2,4,6
/proc/7681/task/7688/stat : 7688 (java) S 7679 7679 7294 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517302347 15512608768 12463 33554432000 4194304 4196468 140724943477184 139847742186656 139848275138261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7689] ppid=7679 vsize=15149032 memory=-9062862659931694204 CPUtime=0 cores=0,2,4,6
/proc/7681/task/7689/stat : 7689 (java) S 7679 7679 7294 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517302347 15512608768 12463 33554432000 4194304 4196468 140724943477184 139847741133552 139848275138261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7690] ppid=7679 vsize=15149032 memory=3047711566422646390 CPUtime=0 cores=0,2,4,6
/proc/7681/task/7690/stat : 7690 (java) S 7679 7679 7294 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517302350 15512608768 12463 33554432000 4194304 4196468 140724943477184 139847740082128 139848275146651 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7691] ppid=7679 vsize=15149032 memory=-8412656567168561567 CPUtime=0.05 cores=0,2,4,6
/proc/7681/task/7691/stat : 7691 (java) R 7679 7679 7294 0 -1 4202560 563 0 0 0 5 0 0 0 20 0 15 0 517302350 15512608768 12463 33554432000 4194304 4196468 140724943477184 139847739030256 139848261142385 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7692] ppid=7679 vsize=15149032 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/7681/task/7692/stat : 7692 (java) S 7679 7679 7294 0 -1 1077944384 343 0 0 0 3 0 0 0 20 0 15 0 517302350 15512608768 12492 33554432000 4194304 4196468 140724943477184 139847737977712 139848275139202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7693] ppid=7679 vsize=15149032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/7681/task/7693/stat : 7693 (java) R 7679 7679 7294 0 -1 1077944384 853 0 0 0 12 0 0 0 20 0 15 0 517302350 15512608768 12492 33554432000 4194304 4196468 140724943477184 139847736924656 139848275139202 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7694] ppid=7679 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7681/task/7694/stat : 7694 (java) S 7679 7679 7294 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517302350 15512608768 12492 33554432000 4194304 4196468 140724943477184 139847735872352 139848275138261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7695] ppid=7679 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7681/task/7695/stat : 7695 (java) S 7679 7679 7294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517302350 15512608768 12492 33554432000 4194304 4196468 140724943477184 139847734819376 139848275139202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51044 KiB

[startup+0.700761 s]
/proc/loadavg: 1.51 1.43 1.34 4/229 7695
/proc/meminfo: memFree=25252952/32770624 swapFree=66959728/67108860
[pid=7679] ppid=7676 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/7679/stat : 7679 (xcsp3-exec) S 7676 7679 7294 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517302344 115843072 363 33554432000 4194304 5098028 140722454780624 140722454778728 140004723315324 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 36225024 140722454786938 140722454787181 140722454787181 140722454790090 0
/proc/7679/statm: 28282 363 304 221 0 87 0
[pid=7681] ppid=7679 vsize=15151156 memory=78784 CPUtime=1.64 cores=0,2,4,6
/proc/7681/stat : 7681 (java) S 7679 7679 7294 0 -1 1077944320 14388 0 0 0 160 4 0 0 20 0 15 0 517302344 15514783744 19696 33554432000 4194304 4196468 140724943477184 140724943459728 139848275128055 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
/proc/7681/statm: 3787789 19696 3459 1 0 3748889 0
[pid=7681/tid=7682] ppid=7679 vsize=15151156 memory=-3704326594973231466 CPUtime=0.67 cores=0,2,4,6
/proc/7681/task/7682/stat : 7682 (java) R 7679 7679 7294 0 -1 4202560 9172 0 0 0 64 3 0 0 20 0 15 0 517302344 15514783744 19696 33554432000 4194304 4196468 140724943477184 139848279364880 139847914470088 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7683] ppid=7679 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7681/task/7683/stat : 7683 (java) S 7679 7679 7294 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517302345 15514783744 19696 33554432000 4194304 4196468 140724943477184 139848231681040 139848275138261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7684] ppid=7679 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7681/task/7684/stat : 7684 (java) S 7679 7679 7294 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517302345 15514783744 19696 33554432000 4194304 4196468 140724943477184 139848230628496 139848275138261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7685] ppid=7679 vsize=15151156 memory=1056 CPUtime=0 cores=0,2,4,6
/proc/7681/task/7685/stat : 7685 (java) S 7679 7679 7294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517302345 15514783744 19696 33554432000 4194304 4196468 140724943477184 139847865129744 139848275138261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7686] ppid=7679 vsize=15151156 memory=1188 CPUtime=0 cores=0,2,4,6
/proc/7681/task/7686/stat : 7686 (java) S 7679 7679 7294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517302345 15514783744 19696 33554432000 4194304 4196468 140724943477184 139847864077200 139848275138261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7687] ppid=7679 vsize=15151156 memory=1536 CPUtime=0 cores=0,2,4,6
/proc/7681/task/7687/stat : 7687 (java) S 7679 7679 7294 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517302346 15514783744 19696 33554432000 4194304 4196468 140724943477184 139847743240432 139848275139202 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7688] ppid=7679 vsize=15151156 memory=9592 CPUtime=0 cores=0,2,4,6
/proc/7681/task/7688/stat : 7688 (java) S 7679 7679 7294 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517302347 15514783744 19696 33554432000 4194304 4196468 140724943477184 139847742186656 139848275138261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7689] ppid=7679 vsize=15151156 memory=2828 CPUtime=0 cores=0,2,4,6
/proc/7681/task/7689/stat : 7689 (java) S 7679 7679 7294 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517302347 15514783744 19696 33554432000 4194304 4196468 140724943477184 139847741133552 139848275138261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7690] ppid=7679 vsize=15151156 memory=780 CPUtime=0 cores=0,2,4,6
/proc/7681/task/7690/stat : 7690 (java) S 7679 7679 7294 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517302350 15514783744 19696 33554432000 4194304 4196468 140724943477184 139847740082128 139848275146651 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7691] ppid=7679 vsize=15151156 memory=620 CPUtime=0.27 cores=0,2,4,6
/proc/7681/task/7691/stat : 7691 (java) R 7679 7679 7294 0 -1 4202560 1185 0 0 0 27 0 0 0 20 0 15 0 517302350 15514783744 19696 33554432000 4194304 4196468 140724943477184 139847739016280 139848259930050 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7692] ppid=7679 vsize=15151156 memory=1496 CPUtime=0.27 cores=0,2,4,6
/proc/7681/task/7692/stat : 7692 (java) R 7679 7679 7294 0 -1 4202560 995 0 0 0 27 0 0 0 20 0 15 0 517302350 15514783744 19696 33554432000 4194304 4196468 140724943477184 139847737958912 139848256648868 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7693] ppid=7679 vsize=15151156 memory=1016 CPUtime=0.4 cores=0,2,4,6
/proc/7681/task/7693/stat : 7693 (java) S 7679 7679 7294 0 -1 1077944384 1729 0 0 0 40 0 0 0 20 0 15 0 517302350 15514783744 19696 33554432000 4194304 4196468 140724943477184 139847736924656 139848275139202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7694] ppid=7679 vsize=15151156 memory=6072 CPUtime=0 cores=0,2,4,6
/proc/7681/task/7694/stat : 7694 (java) S 7679 7679 7294 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517302350 15514783744 19696 33554432000 4194304 4196468 140724943477184 139847735872352 139848275138261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7695] ppid=7679 vsize=15151156 memory=14012 CPUtime=0 cores=0,2,4,6
/proc/7681/task/7695/stat : 7695 (java) S 7679 7679 7294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517302350 15514783744 19696 33554432000 4194304 4196468 140724943477184 139847734819376 139848275139202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
Current children cumulated CPU time: 1.64 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 80236 KiB

[startup+1.50078 s]
/proc/loadavg: 1.55 1.44 1.34 4/229 7695
/proc/meminfo: memFree=25236328/32770624 swapFree=66959728/67108860
[pid=7679] ppid=7676 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/7679/stat : 7679 (xcsp3-exec) S 7676 7679 7294 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517302344 115843072 363 33554432000 4194304 5098028 140722454780624 140722454778728 140004723315324 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 36225024 140722454786938 140722454787181 140722454787181 140722454790090 0
/proc/7679/statm: 28282 363 304 221 0 87 0

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

/proc/7681/task/7689/stat : 7689 (java) S 7679 7679 7294 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 517302347 15514783744 2459229 33554432000 4194304 4196468 140724943477184 139847741133568 139848275138261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7690] ppid=7679 vsize=15151156 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/7681/task/7690/stat : 7690 (java) S 7679 7679 7294 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517302350 15514783744 2459229 33554432000 4194304 4196468 140724943477184 139847740082128 139848275146651 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7691] ppid=7679 vsize=15151156 memory=1452 CPUtime=1.04 cores=0,2,4,6
/proc/7681/task/7691/stat : 7691 (java) S 7679 7679 7294 0 -1 1077944384 7385 0 0 0 103 1 0 0 20 0 15 0 517302350 15514783744 2459229 33554432000 4194304 4196468 140724943477184 139847739030256 139848275139202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 29 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7692] ppid=7679 vsize=15151156 memory=1452 CPUtime=1.06 cores=0,2,4,6
/proc/7681/task/7692/stat : 7692 (java) S 7679 7679 7294 0 -1 1077944384 8245 0 0 0 105 1 0 0 20 0 15 0 517302350 15514783744 2459229 33554432000 4194304 4196468 140724943477184 139847737977712 139848275139202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 35 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7693] ppid=7679 vsize=15151156 memory=1452 CPUtime=0.53 cores=0,2,4,6
/proc/7681/task/7693/stat : 7693 (java) S 7679 7679 7294 0 -1 1077944384 7581 0 0 0 52 1 0 0 20 0 15 0 517302350 15514783744 2459229 33554432000 4194304 4196468 140724943477184 139847736924656 139848275139202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7694] ppid=7679 vsize=15151156 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/7681/task/7694/stat : 7694 (java) S 7679 7679 7294 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517302350 15514783744 2459229 33554432000 4194304 4196468 140724943477184 139847735872352 139848275138261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7695] ppid=7679 vsize=15151156 memory=9836916 CPUtime=0.83 cores=0,2,4,6
/proc/7681/task/7695/stat : 7695 (java) S 7679 7679 7294 0 -1 1077944384 1794 0 0 0 39 44 0 0 20 0 15 0 517302350 15514783744 2459229 33554432000 4194304 4196468 140724943477184 139847734819376 139848275139202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 49 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
Current children cumulated CPU time: 2455.44 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 9838368 KiB

[startup+2502.3 s]
/proc/loadavg: 2.01 1.90 1.79 3/229 8000
/proc/meminfo: memFree=6377268/32770624 swapFree=66959728/67108860
[pid=7679] ppid=7676 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/7679/stat : 7679 (xcsp3-exec) S 7676 7679 7294 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517302344 115843072 363 33554432000 4194304 5098028 140722454780624 140722454778728 140004723315324 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 36225024 140722454786938 140722454787181 140722454787181 140722454790090 0
/proc/7679/statm: 28282 363 304 221 0 87 0
[pid=7681] ppid=7679 vsize=15151156 memory=9836916 CPUtime=2515.47 cores=0,2,4,6
/proc/7681/stat : 7681 (java) S 7679 7679 7294 0 -1 1077944320 195707 0 0 0 250658 889 0 0 20 0 15 0 517302344 15514783744 2459229 33554432000 4194304 4196468 140724943477184 140724943459728 139848275128055 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
/proc/7681/statm: 3787789 2459229 3522 1 0 3748889 0
[pid=7681/tid=7682] ppid=7679 vsize=15151156 memory=9836916 CPUtime=2497.36 cores=0,2,4,6
/proc/7681/task/7682/stat : 7682 (java) R 7679 7679 7294 0 -1 4202560 133868 0 0 0 248944 792 0 0 20 0 15 0 517302344 15514783744 2459229 33554432000 4194304 4196468 140724943477184 139848279367328 139847911182712 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7683] ppid=7679 vsize=15151156 memory=9836916 CPUtime=3.35 cores=0,2,4,6
/proc/7681/task/7683/stat : 7683 (java) S 7679 7679 7294 0 -1 1077944384 6921 0 0 0 325 10 0 0 20 0 15 0 517302345 15514783744 2459229 33554432000 4194304 4196468 140724943477184 139848231681040 139848275138261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7684] ppid=7679 vsize=15151156 memory=1452 CPUtime=3.36 cores=0,2,4,6
/proc/7681/task/7684/stat : 7684 (java) S 7679 7679 7294 0 -1 1077944384 9271 0 0 0 326 10 0 0 20 0 15 0 517302345 15514783744 2459229 33554432000 4194304 4196468 140724943477184 139848230628496 139848275138261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7685] ppid=7679 vsize=15151156 memory=9836916 CPUtime=3.34 cores=0,2,4,6
/proc/7681/task/7685/stat : 7685 (java) S 7679 7679 7294 0 -1 1077944384 7854 0 0 0 323 11 0 0 20 0 15 0 517302345 15514783744 2459229 33554432000 4194304 4196468 140724943477184 139847865129744 139848275138261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7686] ppid=7679 vsize=15151156 memory=9836916 CPUtime=3.36 cores=0,2,4,6
/proc/7681/task/7686/stat : 7686 (java) S 7679 7679 7294 0 -1 1077944384 4521 0 0 0 326 10 0 0 20 0 15 0 517302345 15514783744 2459229 33554432000 4194304 4196468 140724943477184 139847864077200 139848275138261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7687] ppid=7679 vsize=15151156 memory=1452 CPUtime=1.11 cores=0,2,4,6
/proc/7681/task/7687/stat : 7687 (java) S 7679 7679 7294 0 -1 1077944384 6798 0 0 0 85 26 0 0 20 0 15 0 517302346 15514783744 2459229 33554432000 4194304 4196468 140724943477184 139847743240432 139848275139202 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7688] ppid=7679 vsize=15151156 memory=9836916 CPUtime=0 cores=0,2,4,6
/proc/7681/task/7688/stat : 7688 (java) S 7679 7679 7294 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 517302347 15514783744 2459229 33554432000 4194304 4196468 140724943477184 139847742186720 139848275138261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7689] ppid=7679 vsize=15151156 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/7681/task/7689/stat : 7689 (java) S 7679 7679 7294 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 517302347 15514783744 2459229 33554432000 4194304 4196468 140724943477184 139847741133568 139848275138261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7690] ppid=7679 vsize=15151156 memory=9836916 CPUtime=0 cores=0,2,4,6
/proc/7681/task/7690/stat : 7690 (java) S 7679 7679 7294 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517302350 15514783744 2459229 33554432000 4194304 4196468 140724943477184 139847740082128 139848275146651 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7691] ppid=7679 vsize=15151156 memory=3624 CPUtime=1.04 cores=0,2,4,6
/proc/7681/task/7691/stat : 7691 (java) S 7679 7679 7294 0 -1 1077944384 7391 0 0 0 103 1 0 0 20 0 15 0 517302350 15514783744 2459229 33554432000 4194304 4196468 140724943477184 139847739030256 139848275139202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 29 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7692] ppid=7679 vsize=15151156 memory=1452 CPUtime=1.06 cores=0,2,4,6
/proc/7681/task/7692/stat : 7692 (java) S 7679 7679 7294 0 -1 1077944384 8255 0 0 0 105 1 0 0 20 0 15 0 517302350 15514783744 2459229 33554432000 4194304 4196468 140724943477184 139847737977712 139848275139202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 35 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7693] ppid=7679 vsize=15151156 memory=1452 CPUtime=0.53 cores=0,2,4,6
/proc/7681/task/7693/stat : 7693 (java) S 7679 7679 7294 0 -1 1077944384 7587 0 0 0 52 1 0 0 20 0 15 0 517302350 15514783744 2459229 33554432000 4194304 4196468 140724943477184 139847736924656 139848275139202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7694] ppid=7679 vsize=15151156 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/7681/task/7694/stat : 7694 (java) S 7679 7679 7294 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517302350 15514783744 2459229 33554432000 4194304 4196468 140724943477184 139847735872352 139848275138261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7695] ppid=7679 vsize=15151156 memory=1452 CPUtime=0.85 cores=0,2,4,6
/proc/7681/task/7695/stat : 7695 (java) S 7679 7679 7294 0 -1 1077944384 1852 0 0 0 40 45 0 0 20 0 15 0 517302350 15514783744 2459229 33554432000 4194304 4196468 140724943477184 139847734819376 139848275139202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 49 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
Current children cumulated CPU time: 2515.47 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 9838368 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2506.9 s]
/proc/loadavg: 2.01 1.90 1.79 3/229 8001
/proc/meminfo: memFree=6376772/32770624 swapFree=66959728/67108860
[pid=7679] ppid=7676 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/7679/stat : 7679 (xcsp3-exec) S 7676 7679 7294 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517302344 115843072 363 33554432000 4194304 5098028 140722454780624 140722454778728 140004723315324 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 36225024 140722454786938 140722454787181 140722454787181 140722454790090 0
/proc/7679/statm: 28282 363 304 221 0 87 0
[pid=7681] ppid=7679 vsize=15151156 memory=9836916 CPUtime=2520.07 cores=0,2,4,6
/proc/7681/stat : 7681 (java) S 7679 7679 7294 0 -1 1077944320 195872 0 0 0 251118 889 0 0 20 0 15 0 517302344 15514783744 2459229 33554432000 4194304 4196468 140724943477184 140724943459728 139848275128055 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
/proc/7681/statm: 3787789 2459229 3522 1 0 3748889 0
[pid=7681/tid=7682] ppid=7679 vsize=15151156 memory=9836916 CPUtime=2501.96 cores=0,2,4,6
/proc/7681/task/7682/stat : 7682 (java) R 7679 7679 7294 0 -1 4202560 134007 0 0 0 249404 792 0 0 20 0 15 0 517302344 15514783744 2459229 33554432000 4194304 4196468 140724943477184 139848279367328 139847914647004 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7683] ppid=7679 vsize=15151156 memory=1452 CPUtime=3.35 cores=0,2,4,6
/proc/7681/task/7683/stat : 7683 (java) S 7679 7679 7294 0 -1 1077944384 6921 0 0 0 325 10 0 0 20 0 15 0 517302345 15514783744 2459229 33554432000 4194304 4196468 140724943477184 139848231681040 139848275138261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7684] ppid=7679 vsize=15151156 memory=9836916 CPUtime=3.36 cores=0,2,4,6
/proc/7681/task/7684/stat : 7684 (java) S 7679 7679 7294 0 -1 1077944384 9271 0 0 0 326 10 0 0 20 0 15 0 517302345 15514783744 2459229 33554432000 4194304 4196468 140724943477184 139848230628496 139848275138261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7685] ppid=7679 vsize=15151156 memory=9836916 CPUtime=3.34 cores=0,2,4,6
/proc/7681/task/7685/stat : 7685 (java) S 7679 7679 7294 0 -1 1077944384 7854 0 0 0 323 11 0 0 20 0 15 0 517302345 15514783744 2459229 33554432000 4194304 4196468 140724943477184 139847865129744 139848275138261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7686] ppid=7679 vsize=15151156 memory=1452 CPUtime=3.36 cores=0,2,4,6
/proc/7681/task/7686/stat : 7686 (java) S 7679 7679 7294 0 -1 1077944384 4521 0 0 0 326 10 0 0 20 0 15 0 517302345 15514783744 2459229 33554432000 4194304 4196468 140724943477184 139847864077200 139848275138261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7687] ppid=7679 vsize=15151156 memory=9836916 CPUtime=1.11 cores=0,2,4,6
/proc/7681/task/7687/stat : 7687 (java) S 7679 7679 7294 0 -1 1077944384 6803 0 0 0 85 26 0 0 20 0 15 0 517302346 15514783744 2459229 33554432000 4194304 4196468 140724943477184 139847743240432 139848275139202 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7688] ppid=7679 vsize=15151156 memory=9836916 CPUtime=0 cores=0,2,4,6
/proc/7681/task/7688/stat : 7688 (java) S 7679 7679 7294 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 517302347 15514783744 2459229 33554432000 4194304 4196468 140724943477184 139847742186720 139848275138261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7689] ppid=7679 vsize=15151156 memory=9836916 CPUtime=0 cores=0,2,4,6
/proc/7681/task/7689/stat : 7689 (java) S 7679 7679 7294 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 517302347 15514783744 2459229 33554432000 4194304 4196468 140724943477184 139847741133568 139848275138261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7690] ppid=7679 vsize=15151156 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/7681/task/7690/stat : 7690 (java) S 7679 7679 7294 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517302350 15514783744 2459229 33554432000 4194304 4196468 140724943477184 139847740082128 139848275146651 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7691] ppid=7679 vsize=15151156 memory=9836916 CPUtime=1.04 cores=0,2,4,6
/proc/7681/task/7691/stat : 7691 (java) S 7679 7679 7294 0 -1 1077944384 7393 0 0 0 103 1 0 0 20 0 15 0 517302350 15514783744 2459229 33554432000 4194304 4196468 140724943477184 139847739030256 139848275139202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 29 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7692] ppid=7679 vsize=15151156 memory=1452 CPUtime=1.06 cores=0,2,4,6
/proc/7681/task/7692/stat : 7692 (java) S 7679 7679 7294 0 -1 1077944384 8257 0 0 0 105 1 0 0 20 0 15 0 517302350 15514783744 2459229 33554432000 4194304 4196468 140724943477184 139847737977712 139848275139202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 35 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7693] ppid=7679 vsize=15151156 memory=1452 CPUtime=0.53 cores=0,2,4,6
/proc/7681/task/7693/stat : 7693 (java) S 7679 7679 7294 0 -1 1077944384 7589 0 0 0 52 1 0 0 20 0 15 0 517302350 15514783744 2459229 33554432000 4194304 4196468 140724943477184 139847736924656 139848275139202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7694] ppid=7679 vsize=15151156 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/7681/task/7694/stat : 7694 (java) S 7679 7679 7294 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517302350 15514783744 2459229 33554432000 4194304 4196468 140724943477184 139847735872352 139848275138261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7695] ppid=7679 vsize=15151156 memory=9836916 CPUtime=0.85 cores=0,2,4,6
/proc/7681/task/7695/stat : 7695 (java) S 7679 7679 7294 0 -1 1077944384 1867 0 0 0 40 45 0 0 20 0 15 0 517302350 15514783744 2459229 33554432000 4194304 4196468 140724943477184 139847734819376 139848275139202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 49 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 9838368 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2506.94 s]
# the end of solver process 7679 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.002201 s, system=0.000816 s

[startup+2506.94 s]
# the end of solver process 7681 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2511.18 s, system=8.93082 s
# this solver process was not waited by its parent and was adopted by runsolver

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

[startup+2506.9 s]
/proc/loadavg: 2.01 1.90 1.79 3/229 8001
/proc/meminfo: memFree=6376772/32770624 swapFree=66959728/67108860
[pid=7679] ppid=7676 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/7679/stat : 7679 (xcsp3-exec) S 7676 7679 7294 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517302344 115843072 363 33554432000 4194304 5098028 140722454780624 140722454778728 140004723315324 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 36225024 140722454786938 140722454787181 140722454787181 140722454790090 0
/proc/7679/statm: 28282 363 304 221 0 87 0
[pid=7681] ppid=7679 vsize=15151156 memory=9836916 CPUtime=2520.07 cores=0,2,4,6
/proc/7681/stat : 7681 (java) S 7679 7679 7294 0 -1 1077944320 195872 0 0 0 251118 889 0 0 20 0 15 0 517302344 15514783744 2459229 33554432000 4194304 4196468 140724943477184 140724943459728 139848275128055 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
/proc/7681/statm: 3787789 2459229 3522 1 0 3748889 0
[pid=7681/tid=7682] ppid=7679 vsize=15151156 memory=9836916 CPUtime=2501.96 cores=0,2,4,6
/proc/7681/task/7682/stat : 7682 (java) R 7679 7679 7294 0 -1 4202560 134007 0 0 0 249404 792 0 0 20 0 15 0 517302344 15514783744 2459229 33554432000 4194304 4196468 140724943477184 139848279367328 139847914647004 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7683] ppid=7679 vsize=15151156 memory=1452 CPUtime=3.35 cores=0,2,4,6
/proc/7681/task/7683/stat : 7683 (java) S 7679 7679 7294 0 -1 1077944384 6921 0 0 0 325 10 0 0 20 0 15 0 517302345 15514783744 2459229 33554432000 4194304 4196468 140724943477184 139848231681040 139848275138261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7684] ppid=7679 vsize=15151156 memory=9836916 CPUtime=3.36 cores=0,2,4,6
/proc/7681/task/7684/stat : 7684 (java) S 7679 7679 7294 0 -1 1077944384 9271 0 0 0 326 10 0 0 20 0 15 0 517302345 15514783744 2459229 33554432000 4194304 4196468 140724943477184 139848230628496 139848275138261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7685] ppid=7679 vsize=15151156 memory=9836916 CPUtime=3.34 cores=0,2,4,6
/proc/7681/task/7685/stat : 7685 (java) S 7679 7679 7294 0 -1 1077944384 7854 0 0 0 323 11 0 0 20 0 15 0 517302345 15514783744 2459229 33554432000 4194304 4196468 140724943477184 139847865129744 139848275138261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7686] ppid=7679 vsize=15151156 memory=1452 CPUtime=3.36 cores=0,2,4,6
/proc/7681/task/7686/stat : 7686 (java) S 7679 7679 7294 0 -1 1077944384 4521 0 0 0 326 10 0 0 20 0 15 0 517302345 15514783744 2459229 33554432000 4194304 4196468 140724943477184 139847864077200 139848275138261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7687] ppid=7679 vsize=15151156 memory=9836916 CPUtime=1.11 cores=0,2,4,6
/proc/7681/task/7687/stat : 7687 (java) S 7679 7679 7294 0 -1 1077944384 6803 0 0 0 85 26 0 0 20 0 15 0 517302346 15514783744 2459229 33554432000 4194304 4196468 140724943477184 139847743240432 139848275139202 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7688] ppid=7679 vsize=15151156 memory=9836916 CPUtime=0 cores=0,2,4,6
/proc/7681/task/7688/stat : 7688 (java) S 7679 7679 7294 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 517302347 15514783744 2459229 33554432000 4194304 4196468 140724943477184 139847742186720 139848275138261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7689] ppid=7679 vsize=15151156 memory=9836916 CPUtime=0 cores=0,2,4,6
/proc/7681/task/7689/stat : 7689 (java) S 7679 7679 7294 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 517302347 15514783744 2459229 33554432000 4194304 4196468 140724943477184 139847741133568 139848275138261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7690] ppid=7679 vsize=15151156 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/7681/task/7690/stat : 7690 (java) S 7679 7679 7294 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517302350 15514783744 2459229 33554432000 4194304 4196468 140724943477184 139847740082128 139848275146651 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7691] ppid=7679 vsize=15151156 memory=9836916 CPUtime=1.04 cores=0,2,4,6
/proc/7681/task/7691/stat : 7691 (java) S 7679 7679 7294 0 -1 1077944384 7393 0 0 0 103 1 0 0 20 0 15 0 517302350 15514783744 2459229 33554432000 4194304 4196468 140724943477184 139847739030256 139848275139202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 29 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7692] ppid=7679 vsize=15151156 memory=1452 CPUtime=1.06 cores=0,2,4,6
/proc/7681/task/7692/stat : 7692 (java) S 7679 7679 7294 0 -1 1077944384 8257 0 0 0 105 1 0 0 20 0 15 0 517302350 15514783744 2459229 33554432000 4194304 4196468 140724943477184 139847737977712 139848275139202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 35 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7693] ppid=7679 vsize=15151156 memory=1452 CPUtime=0.53 cores=0,2,4,6
/proc/7681/task/7693/stat : 7693 (java) S 7679 7679 7294 0 -1 1077944384 7589 0 0 0 52 1 0 0 20 0 15 0 517302350 15514783744 2459229 33554432000 4194304 4196468 140724943477184 139847736924656 139848275139202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7694] ppid=7679 vsize=15151156 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/7681/task/7694/stat : 7694 (java) S 7679 7679 7294 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517302350 15514783744 2459229 33554432000 4194304 4196468 140724943477184 139847735872352 139848275138261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
[pid=7681/tid=7695] ppid=7679 vsize=15151156 memory=9836916 CPUtime=0.85 cores=0,2,4,6
/proc/7681/task/7695/stat : 7695 (java) S 7679 7679 7294 0 -1 1077944384 1867 0 0 0 40 45 0 0 20 0 15 0 517302350 15514783744 2459229 33554432000 4194304 4196468 140724943477184 139847734819376 139848275139202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 49 0 0 6293624 6294260 20111360 140724943479791 140724943479962 140724943479962 140724943482831 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 9838368 KiB

Child status: 143
Real time (s): 2506.94
CPU time (s): 2520.11
CPU user time (s): 2511.18
CPU system time (s): 8.93082
CPU usage (%): 100.525
Max. virtual memory (cumulated for all children) (KiB): 15264284
Max. memory (cumulated for all children) (KiB): 9838368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2511.18
system time used= 8.93082
maximum resident set size= 9837384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 196895
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2200
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 70323
involuntary context switches= 3239


# summary of solver processes directly reported to runsolver:
#   pid: 7679,7681
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2511.18
#   total CPU system time (s): 8.93082

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.2852 second user time and 21.6159 second system time

The end

Launcher Data

Begin job on node127 at 2019-09-25 13:18:15
IDJOB=4405919
IDBENCH=134835
IDSOLVER=2869
FILE ID=node127/4405919-1569410335
RUNJOBID= node127-1569408795-7325
PBS_JOBID= 21705711
Free space on /tmp= 35896 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-dec-armies/Pb-army13-24ls.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p 1 -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4405919-1569410335/watcher-4405919-1569410335 -o /tmp/evaluation-result-4405919-1569410335/solver-4405919-1569410335 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1569408795-7325 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1946395558 HOME/instance-4405919-1569410335.xml

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

MD5SUM BENCH= 0f005dd489acd3d024429b7d4f1ec9d6
RANDOM SEED=1946395558

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.55
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.55
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.55
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.55
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:        25301716 kB
MemAvailable:   31475620 kB
Buffers:          116596 kB
Cached:          6257468 kB
SwapCached:        44656 kB
Active:          3419284 kB
Inactive:        3329908 kB
Active(anon):     328592 kB
Inactive(anon):   104540 kB
Active(file):    3090692 kB
Inactive(file):  3225368 kB
Unevictable:      107776 kB
Mlocked:          107776 kB
SwapTotal:      67108860 kB
SwapFree:       66959728 kB
Dirty:             26172 kB
Writeback:             0 kB
AnonPages:        535572 kB
Mapped:            71700 kB
Shmem:             49032 kB
Slab:             315276 kB
SReclaimable:     286304 kB
SUnreclaim:        28972 kB
KernelStack:        4048 kB
PageTables:         6720 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1413120 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    471040 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 35872 MiB
End job on node127 at 2019-09-25 14:00:02