Trace number 4281780

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 NameAnswerobjective functionCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-18)? (TO) 2520.0801 2516.3101

General information on the benchmark

NameBusScheduling/BusScheduling-cnt-s1/
BusScheduling-cnt-r3.xml
MD5SUM35e588148f794a6a4a81576d123b10dc
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark17
Best CPU time to get the best result obtained on this benchmark2400.14
Satisfiable
(Un)Satisfiability was proved
Number of variables19091
Number of constraints160
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":19091}]
Minimum variable degree3
Maximum variable degree19
Distribution of variable degrees[{"degree":3,"count":10},{"degree":4,"count":86},{"degree":5,"count":309},{"degree":6,"count":636},{"degree":7,"count":911},{"degree":8,"count":1069},{"degree":9,"count":1258},{"degree":10,"count":1321},{"degree":11,"count":1446},{"degree":12,"count":1732},{"degree":13,"count":2126},{"degree":14,"count":2492},{"degree":15,"count":3123},{"degree":16,"count":1856},{"degree":17,"count":628},{"degree":18,"count":85},{"degree":19,"count":3}]
Minimum constraint arity13
Maximum constraint arity4379
Distribution of constraint arities[{"arity":13,"count":2},{"arity":140,"count":2},{"arity":176,"count":1},{"arity":182,"count":2},{"arity":212,"count":2},{"arity":214,"count":2},{"arity":221,"count":2},{"arity":222,"count":2},{"arity":271,"count":1},{"arity":273,"count":2},{"arity":275,"count":3},{"arity":280,"count":1},{"arity":282,"count":1},{"arity":291,"count":3},{"arity":301,"count":4},{"arity":304,"count":3},{"arity":307,"count":5},{"arity":341,"count":3},{"arity":352,"count":1},{"arity":393,"count":2},{"arity":421,"count":3},{"arity":438,"count":2},{"arity":441,"count":2},{"arity":449,"count":1},{"arity":458,"count":2},"...",{"arity":2907,"count":1}, {"arity":2936,"count":1}, {"arity":3201,"count":1}, {"arity":3393,"count":1}, {"arity":3498,"count":1}, {"arity":3551,"count":1}, {"arity":3656,"count":1}, {"arity":3814,"count":1}, {"arity":3816,"count":1}, {"arity":3827,"count":1}, {"arity":3932,"count":1}, {"arity":3961,"count":1}, {"arity":4014,"count":1}, {"arity":4038,"count":1}, {"arity":4066,"count":1}, {"arity":4072,"count":1}, {"arity":4078,"count":1}, {"arity":4125,"count":1}, {"arity":4146,"count":1}, {"arity":4162,"count":1}, {"arity":4242,"count":1}, {"arity":4283,"count":1}, {"arity":4304,"count":1}, {"arity":4369,"count":1}, {"arity":4379,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"count","count":160}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.05	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4281780-1503141126.xml"  -tl '2520s' -p 1 -x 0
0.20/0.22	c [HOME/instance-4281780-1503141126.xml, -tl, 2520s, -p, 1, -x, 0]
0.20/0.28	c simple solver
0.36/0.35	c parse instance...
2.80/1.15	c solve instance...
2520.05/2516.30	s UNKNOWN
2520.05/2516.30	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 (15106 MiB free)
  memory of node 1: 16384 MiB (15014 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4281780-1503141126/watcher-4281780-1503141126 -o /tmp/evaluation-result-4281780-1503141126/solver-4281780-1503141126 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1503095780-14041 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 331550792 HOME/instance-4281780-1503141126.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=22850, runsolver pid=22847

[startup+0.100151 s]*
/proc/loadavg: 1.47 1.47 1.57 3/205 22860
/proc/meminfo: memFree=30834892/32770624 swapFree=67108860/67108860
[pid=22850] ppid=22847 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/22850/stat : 22850 (xcsp3-exec) S 22847 22850 13977 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 102453186 9740288 345 18446744073709551615 4194304 5098028 140729897801616 140729897799720 140585113387644 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 4 0 0 7196144 7232144 40087552 140729897808249 140729897808453 140729897808453 140729897811947 0
/proc/22850/statm: 2378 345 289 221 0 87 0
[pid=22852] ppid=22850 vsize=13907304 memory=20796 CPUtime=0.05 cores=0,2,4,6
/proc/22852/stat : 22852 (java) S 22850 22850 13977 0 -1 1077944320 4583 0 0 0 5 0 0 0 20 0 14 0 102453192 14241079296 5199 18446744073709551615 4194304 4196468 140726690152112 140726690134656 139686688247543 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
/proc/22852/statm: 3476826 5199 2574 1 0 3466323 0
[pid=22852/tid=22853] ppid=22850 vsize=13907304 memory=4206989191851631162 CPUtime=0.04 cores=0,2,4,6
/proc/22852/task/22853/stat : 22853 (java) D 22850 22850 13977 0 -1 4202560 2759 0 0 0 4 0 0 0 20 0 14 0 102453192 14241079296 5199 18446744073709551615 4194304 4196468 140726690152112 139686692485024 139686688269565 0 4 1 16800974 18446744071580418449 0 0 -1 4 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22854] ppid=22850 vsize=13907304 memory=3461491260054337161 CPUtime=0 cores=0,2,4,6
/proc/22852/task/22854/stat : 22854 (java) S 22850 22850 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 102453193 14241079296 5199 18446744073709551615 4194304 4196468 140726690152112 139686645213840 139686688257749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22855] ppid=22850 vsize=13907304 memory=140655424652928 CPUtime=0 cores=0,2,4,6
/proc/22852/task/22855/stat : 22855 (java) S 22850 22850 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 102453193 14241079296 5199 18446744073709551615 4194304 4196468 140726690152112 139686644161040 139686688257749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22856] ppid=22850 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22852/task/22856/stat : 22856 (java) S 22850 22850 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 102453193 14241079296 5199 18446744073709551615 4194304 4196468 140726690152112 139686643108240 139686688257749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22857] ppid=22850 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22852/task/22857/stat : 22857 (java) S 22850 22850 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 102453193 14241079296 5199 18446744073709551615 4194304 4196468 140726690152112 139686642055440 139686688257749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22858] ppid=22850 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22852/task/22858/stat : 22858 (java) S 22850 22850 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 102453194 14241079296 5199 18446744073709551615 4194304 4196468 140726690152112 139686233938800 139686688258690 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22859] ppid=22850 vsize=13907304 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22852/task/22859/stat : 22859 (java) S 22850 22850 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 102453194 14241079296 5199 18446744073709551615 4194304 4196468 140726690152112 139686232884768 139686688257749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22860] ppid=22850 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22852/task/22860/stat : 22860 (java) S 22850 22850 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 102453195 14241079296 5199 18446744073709551615 4194304 4196468 140726690152112 139686231831920 139686688257749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22861] ppid=22850 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22852/task/22861/stat : 22861 (java) S 22850 22850 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 102453197 14241079296 5199 18446744073709551615 4194304 4196468 140726690152112 139686230780240 139686688266139 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22862] ppid=22850 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22852/task/22862/stat : 22862 (java) S 22850 22850 13977 0 -1 1077944384 293 0 0 0 0 0 0 0 20 0 14 0 102453197 14241079296 5199 18446744073709551615 4194304 4196468 140726690152112 139686229727600 139686688258690 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22863] ppid=22850 vsize=13907304 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22852/task/22863/stat : 22863 (java) S 22850 22850 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 102453197 14241079296 5199 18446744073709551615 4194304 4196468 140726690152112 139686160886000 139686688258690 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22864] ppid=22850 vsize=13907304 memory=140655424652928 CPUtime=0 cores=0,2,4,6
/proc/22852/task/22864/stat : 22864 (java) S 22850 22850 13977 0 -1 1077944384 224 0 0 0 0 0 0 0 20 0 14 0 102453197 14241079296 5199 18446744073709551615 4194304 4196468 140726690152112 139686159833200 139686688258690 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22865] ppid=22850 vsize=13907304 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22852/task/22865/stat : 22865 (java) S 22850 22850 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 102453197 14241079296 5199 18446744073709551615 4194304 4196468 140726690152112 139686158780640 139686688257749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 13916816 KiB
Current children cumulated memory: 22176 KiB

[startup+0.211794 s]*
/proc/loadavg: 1.47 1.47 1.57 4/211 22866
/proc/meminfo: memFree=30825360/32770624 swapFree=67108860/67108860
[pid=22850] ppid=22847 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/22850/stat : 22850 (xcsp3-exec) S 22847 22850 13977 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 102453186 9740288 345 18446744073709551615 4194304 5098028 140729897801616 140729897799720 140585113387644 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 4 0 0 7196144 7232144 40087552 140729897808249 140729897808453 140729897808453 140729897811947 0
/proc/22850/statm: 2378 345 289 221 0 87 0
[pid=22852] ppid=22850 vsize=13974352 memory=31216 CPUtime=0.2 cores=0,2,4,6
/proc/22852/stat : 22852 (java) S 22850 22850 13977 0 -1 1077944320 6292 0 0 0 18 2 0 0 20 0 15 0 102453192 14309736448 7804 18446744073709551615 4194304 4196468 140726690152112 140726690134656 139686688247543 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
/proc/22852/statm: 3493588 7804 2964 1 0 3482964 0
[pid=22852/tid=22853] ppid=22850 vsize=13974352 memory=-6368769837366350183 CPUtime=0.12 cores=0,2,4,6
/proc/22852/task/22853/stat : 22853 (java) R 22850 22850 13977 0 -1 4202560 3513 0 0 0 12 0 0 0 20 0 15 0 102453192 14309736448 7804 18446744073709551615 4194304 4196468 140726690152112 139686692479344 139686688269469 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22854] ppid=22850 vsize=13974352 memory=3461491260054337161 CPUtime=0 cores=0,2,4,6
/proc/22852/task/22854/stat : 22854 (java) S 22850 22850 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102453193 14309736448 7804 18446744073709551615 4194304 4196468 140726690152112 139686645213840 139686688257749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22855] ppid=22850 vsize=13974352 memory=140655424652928 CPUtime=0 cores=0,2,4,6
/proc/22852/task/22855/stat : 22855 (java) S 22850 22850 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102453193 14309736448 7804 18446744073709551615 4194304 4196468 140726690152112 139686644161040 139686688257749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22856] ppid=22850 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22852/task/22856/stat : 22856 (java) S 22850 22850 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102453193 14309736448 7804 18446744073709551615 4194304 4196468 140726690152112 139686643108240 139686688257749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22857] ppid=22850 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22852/task/22857/stat : 22857 (java) S 22850 22850 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 102453193 14309736448 7804 18446744073709551615 4194304 4196468 140726690152112 139686642055440 139686688257749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22858] ppid=22850 vsize=13974352 memory=140655424652928 CPUtime=0 cores=0,2,4,6
/proc/22852/task/22858/stat : 22858 (java) S 22850 22850 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 102453194 14309736448 7804 18446744073709551615 4194304 4196468 140726690152112 139686233938800 139686688258690 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22859] ppid=22850 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22852/task/22859/stat : 22859 (java) S 22850 22850 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 102453194 14309736448 7804 18446744073709551615 4194304 4196468 140726690152112 139686232884768 139686688257749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22860] ppid=22850 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22852/task/22860/stat : 22860 (java) S 22850 22850 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 102453195 14309736448 7804 18446744073709551615 4194304 4196468 140726690152112 139686231831920 139686688257749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22861] ppid=22850 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22852/task/22861/stat : 22861 (java) S 22850 22850 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102453197 14309736448 7804 18446744073709551615 4194304 4196468 140726690152112 139686230780240 139686688266139 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22862] ppid=22850 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22852/task/22862/stat : 22862 (java) S 22850 22850 13977 0 -1 1077944384 486 0 0 0 0 0 0 0 20 0 15 0 102453197 14309736448 7804 18446744073709551615 4194304 4196468 140726690152112 139686229727600 139686688258690 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22863] ppid=22850 vsize=13974352 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/22852/task/22863/stat : 22863 (java) S 22850 22850 13977 0 -1 1077944384 264 0 0 0 1 0 0 0 20 0 15 0 102453197 14309736448 7804 18446744073709551615 4194304 4196468 140726690152112 139686160886000 139686688258690 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22864] ppid=22850 vsize=13974352 memory=140655424652928 CPUtime=0.04 cores=0,2,4,6
/proc/22852/task/22864/stat : 22864 (java) R 22850 22850 13977 0 -1 4202560 727 0 0 0 4 0 0 0 20 0 15 0 102453197 14309736448 7870 18446744073709551615 4194304 4196468 140726690152112 139686159833200 139686672328030 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22865] ppid=22850 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22852/task/22865/stat : 22865 (java) S 22850 22850 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102453197 14309736448 7870 18446744073709551615 4194304 4196468 140726690152112 139686158780640 139686688257749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22866] ppid=22850 vsize=13974352 memory=140655424652928 CPUtime=0 cores=0,2,4,6
/proc/22852/task/22866/stat : 22866 (java) S 22850 22850 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102453201 14309736448 7870 18446744073709551615 4194304 4196468 140726690152112 139686157728944 139686688258690 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 32596 KiB

[startup+0.316866 s]*
/proc/loadavg: 1.47 1.47 1.57 4/211 22866
/proc/meminfo: memFree=30815136/32770624 swapFree=67108860/67108860
[pid=22850] ppid=22847 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/22850/stat : 22850 (xcsp3-exec) S 22847 22850 13977 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 102453186 9740288 345 18446744073709551615 4194304 5098028 140729897801616 140729897799720 140585113387644 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 4 0 0 7196144 7232144 40087552 140729897808249 140729897808453 140729897808453 140729897811947 0
/proc/22850/statm: 2378 345 289 221 0 87 0
[pid=22852] ppid=22850 vsize=13978608 memory=42456 CPUtime=0.36 cores=0,2,4,6
/proc/22852/stat : 22852 (java) S 22850 22850 13977 0 -1 1077944320 9849 0 0 0 33 3 0 0 20 0 15 0 102453192 14314094592 10614 18446744073709551615 4194304 4196468 140726690152112 140726690134656 139686688247543 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
/proc/22852/statm: 3494652 10614 3006 1 0 3482964 0
[pid=22852/tid=22853] ppid=22850 vsize=13978608 memory=2111005887200420 CPUtime=0.22 cores=0,2,4,6
/proc/22852/task/22853/stat : 22853 (java) R 22850 22850 13977 0 -1 4202560 6947 0 0 0 20 2 0 0 20 0 15 0 102453192 14314094592 10614 18446744073709551615 4194304 4196468 140726690152112 139686692462864 139686688269469 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22854] ppid=22850 vsize=13978608 memory=732370793762106341 CPUtime=0 cores=0,2,4,6
/proc/22852/task/22854/stat : 22854 (java) S 22850 22850 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102453193 14314094592 10614 18446744073709551615 4194304 4196468 140726690152112 139686645213840 139686688257749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22855] ppid=22850 vsize=13978608 memory=140655424655276 CPUtime=0 cores=0,2,4,6
/proc/22852/task/22855/stat : 22855 (java) S 22850 22850 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102453193 14314094592 10614 18446744073709551615 4194304 4196468 140726690152112 139686644161040 139686688257749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22856] ppid=22850 vsize=13978608 memory=140655280115426 CPUtime=0 cores=0,2,4,6
/proc/22852/task/22856/stat : 22856 (java) S 22850 22850 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102453193 14314094592 10614 18446744073709551615 4194304 4196468 140726690152112 139686643108240 139686688257749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22857] ppid=22850 vsize=13978608 memory=140655280040303 CPUtime=0 cores=0,2,4,6
/proc/22852/task/22857/stat : 22857 (java) S 22850 22850 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 102453193 14314094592 10614 18446744073709551615 4194304 4196468 140726690152112 139686642055440 139686688257749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22858] ppid=22850 vsize=13978608 memory=140655424666970 CPUtime=0 cores=0,2,4,6
/proc/22852/task/22858/stat : 22858 (java) S 22850 22850 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 102453194 14314094592 10614 18446744073709551615 4194304 4196468 140726690152112 139686233938800 139686688258690 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22859] ppid=22850 vsize=13978608 memory=140655280115119 CPUtime=0 cores=0,2,4,6
/proc/22852/task/22859/stat : 22859 (java) S 22850 22850 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 102453194 14314094592 10614 18446744073709551615 4194304 4196468 140726690152112 139686232884768 139686688257749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22860] ppid=22850 vsize=13978608 memory=281310560225648 CPUtime=0 cores=0,2,4,6
/proc/22852/task/22860/stat : 22860 (java) S 22850 22850 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 102453195 14314094592 10614 18446744073709551615 4194304 4196468 140726690152112 139686231831920 139686688257749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22861] ppid=22850 vsize=13978608 memory=140655280135613 CPUtime=0 cores=0,2,4,6
/proc/22852/task/22861/stat : 22861 (java) S 22850 22850 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102453197 14314094592 10614 18446744073709551615 4194304 4196468 140726690152112 139686230780240 139686688266139 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22862] ppid=22850 vsize=13978608 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/22852/task/22862/stat : 22862 (java) S 22850 22850 13977 0 -1 1077944384 507 0 0 0 1 0 0 0 20 0 15 0 102453197 14314094592 10614 18446744073709551615 4194304 4196468 140726690152112 139686229727600 139686688258690 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22863] ppid=22850 vsize=13978608 memory=2240 CPUtime=0.02 cores=0,2,4,6
/proc/22852/task/22863/stat : 22863 (java) R 22850 22850 13977 0 -1 4202560 329 0 0 0 2 0 0 0 20 0 15 0 102453197 14314094592 10614 18446744073709551615 4194304 4196468 140726690152112 139686160886000 139686668979440 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22864] ppid=22850 vsize=13978608 memory=140655424652928 CPUtime=0.08 cores=0,2,4,6
/proc/22852/task/22864/stat : 22864 (java) S 22850 22850 13977 0 -1 1077944384 767 0 0 0 8 0 0 0 20 0 15 0 102453197 14314094592 10614 18446744073709551615 4194304 4196468 140726690152112 139686159833200 139686688258690 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22865] ppid=22850 vsize=13978608 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22852/task/22865/stat : 22865 (java) S 22850 22850 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102453197 14314094592 10614 18446744073709551615 4194304 4196468 140726690152112 139686158780640 139686688257749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22866] ppid=22850 vsize=13978608 memory=140655424652927 CPUtime=0 cores=0,2,4,6
/proc/22852/task/22866/stat : 22866 (java) S 22850 22850 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102453201 14314094592 10614 18446744073709551615 4194304 4196468 140726690152112 139686157728944 139686688258690 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 13988120 KiB
Current children cumulated memory: 43836 KiB

[startup+0.700786 s]
/proc/loadavg: 1.47 1.47 1.57 6/211 22866
/proc/meminfo: memFree=30786576/32770624 swapFree=67108860/67108860
[pid=22850] ppid=22847 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/22850/stat : 22850 (xcsp3-exec) S 22847 22850 13977 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 102453186 9740288 345 18446744073709551615 4194304 5098028 140729897801616 140729897799720 140585113387644 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 4 0 0 7196144 7232144 40087552 140729897808249 140729897808453 140729897808453 140729897811947 0
/proc/22850/statm: 2378 345 289 221 0 87 0
[pid=22852] ppid=22850 vsize=13978684 memory=126608 CPUtime=1.52 cores=0,2,4,6
/proc/22852/stat : 22852 (java) S 22850 22850 13977 0 -1 1077944320 14111 0 0 0 146 6 0 0 20 0 15 0 102453192 14314172416 31652 18446744073709551615 4194304 4196468 140726690152112 140726690134656 139686688247543 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
/proc/22852/statm: 3494671 31652 3172 1 0 3482964 0
[pid=22852/tid=22853] ppid=22850 vsize=13978684 memory=4420 CPUtime=0.59 cores=0,2,4,6
/proc/22852/task/22853/stat : 22853 (java) R 22850 22850 13977 0 -1 4202560 7822 0 0 0 56 3 0 0 20 0 15 0 102453192 14314172416 31652 18446744073709551615 4194304 4196468 140726690152112 139686692479248 139686312006780 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22854] ppid=22850 vsize=13978684 memory=6628 CPUtime=0 cores=0,2,4,6
/proc/22852/task/22854/stat : 22854 (java) S 22850 22850 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102453193 14314172416 31652 18446744073709551615 4194304 4196468 140726690152112 139686645213840 139686688257749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22855] ppid=22850 vsize=13978684 memory=8836 CPUtime=0 cores=0,2,4,6
/proc/22852/task/22855/stat : 22855 (java) S 22850 22850 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102453193 14314172416 31652 18446744073709551615 4194304 4196468 140726690152112 139686644161040 139686688257749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22856] ppid=22850 vsize=13978684 memory=8996 CPUtime=0 cores=0,2,4,6
/proc/22852/task/22856/stat : 22856 (java) S 22850 22850 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102453193 14314172416 31652 18446744073709551615 4194304 4196468 140726690152112 139686643108240 139686688257749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22857] ppid=22850 vsize=13978684 memory=13252 CPUtime=0 cores=0,2,4,6
/proc/22852/task/22857/stat : 22857 (java) S 22850 22850 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 102453193 14314172416 31652 18446744073709551615 4194304 4196468 140726690152112 139686642055440 139686688257749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22858] ppid=22850 vsize=13978684 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/22852/task/22858/stat : 22858 (java) S 22850 22850 13977 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 102453194 14314172416 31652 18446744073709551615 4194304 4196468 140726690152112 139686233938800 139686688258690 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22859] ppid=22850 vsize=13978684 memory=9020 CPUtime=0 cores=0,2,4,6
/proc/22852/task/22859/stat : 22859 (java) S 22850 22850 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 102453194 14314172416 31652 18446744073709551615 4194304 4196468 140726690152112 139686232884768 139686688257749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22860] ppid=22850 vsize=13978684 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/22852/task/22860/stat : 22860 (java) S 22850 22850 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 102453195 14314172416 31652 18446744073709551615 4194304 4196468 140726690152112 139686231831920 139686688257749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22861] ppid=22850 vsize=13978684 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/22852/task/22861/stat : 22861 (java) S 22850 22850 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102453197 14314172416 31652 18446744073709551615 4194304 4196468 140726690152112 139686230780240 139686688266139 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22862] ppid=22850 vsize=13978684 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/22852/task/22862/stat : 22862 (java) R 22850 22850 13977 0 -1 4202560 2015 0 0 0 32 0 0 0 20 0 15 0 102453197 14314172416 31652 18446744073709551615 4194304 4196468 140726690152112 139686229713624 139686671804856 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22863] ppid=22850 vsize=13978684 memory=281310560211632 CPUtime=0.34 cores=0,2,4,6
/proc/22852/task/22863/stat : 22863 (java) R 22850 22850 13977 0 -1 4202560 1633 0 0 0 34 0 0 0 20 0 15 0 102453197 14314172416 31652 18446744073709551615 4194304 4196468 140726690152112 139686160872136 139686673372823 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22864] ppid=22850 vsize=13978684 memory=140655280155748 CPUtime=0.23 cores=0,2,4,6
/proc/22852/task/22864/stat : 22864 (java) S 22850 22850 13977 0 -1 1077944384 1333 0 0 0 23 0 0 0 20 0 15 0 102453197 14314172416 31652 18446744073709551615 4194304 4196468 140726690152112 139686159833200 139686688258690 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22865] ppid=22850 vsize=13978684 memory=15880 CPUtime=0 cores=0,2,4,6
/proc/22852/task/22865/stat : 22865 (java) S 22850 22850 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102453197 14314172416 31652 18446744073709551615 4194304 4196468 140726690152112 139686158780640 139686688257749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22866] ppid=22850 vsize=13978684 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/22852/task/22866/stat : 22866 (java) S 22850 22850 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102453201 14314172416 31652 18446744073709551615 4194304 4196468 140726690152112 139686157728944 139686688258690 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
Current children cumulated CPU time: 1.52 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 127988 KiB

[startup+1.50088 s]
/proc/loadavg: 1.47 1.47 1.57 4/211 22866
/proc/meminfo: memFree=30650252/32770624 swapFree=67108860/67108860
[pid=22850] ppid=22847 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/22850/stat : 22850 (xcsp3-exec) S 22847 22850 13977 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 102453186 9740288 345 18446744073709551615 4194304 5098028 140729897801616 140729897799720 140585113387644 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 4 0 0 7196144 7232144 40087552 140729897808249 140729897808453 140729897808453 140729897811947 0
/proc/22850/statm: 2378 345 289 221 0 87 0
[pid=22852] ppid=22850 vsize=13980732 memory=210080 CPUtime=3.78 cores=0,2,4,6
/proc/22852/stat : 22852 (java) S 22850 22850 13977 0 -1 1077944320 17036 0 0 0 368 10 0 0 20 0 15 0 102453192 14316269568 52520 18446744073709551615 4194304 4196468 140726690152112 140726690134656 139686688247543 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0

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

/proc/22852/task/22860/stat : 22860 (java) S 22850 22850 13977 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 102453195 14316269568 100080 18446744073709551615 4194304 4196468 140726690152112 139686231831936 139686688257749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22861] ppid=22850 vsize=13980732 memory=55856 CPUtime=0 cores=0,2,4,6
/proc/22852/task/22861/stat : 22861 (java) S 22850 22850 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102453197 14316269568 100080 18446744073709551615 4194304 4196468 140726690152112 139686230780240 139686688266139 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22862] ppid=22850 vsize=13980732 memory=1380 CPUtime=1.17 cores=0,2,4,6
/proc/22852/task/22862/stat : 22862 (java) S 22850 22850 13977 0 -1 1077944384 7681 0 0 0 116 1 0 0 20 0 15 0 102453197 14316269568 100080 18446744073709551615 4194304 4196468 140726690152112 139686229727600 139686688258690 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22863] ppid=22850 vsize=13980732 memory=400320 CPUtime=1.26 cores=0,2,4,6
/proc/22852/task/22863/stat : 22863 (java) S 22850 22850 13977 0 -1 1077944384 7425 0 0 0 125 1 0 0 20 0 15 0 102453197 14316269568 100080 18446744073709551615 4194304 4196468 140726690152112 139686160886000 139686688258690 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22864] ppid=22850 vsize=13980732 memory=400320 CPUtime=0.47 cores=0,2,4,6
/proc/22852/task/22864/stat : 22864 (java) S 22850 22850 13977 0 -1 1077944384 5145 0 0 0 46 1 0 0 20 0 15 0 102453197 14316269568 100080 18446744073709551615 4194304 4196468 140726690152112 139686159833200 139686688258690 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22865] ppid=22850 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/22852/task/22865/stat : 22865 (java) S 22850 22850 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102453197 14316269568 100080 18446744073709551615 4194304 4196468 140726690152112 139686158780640 139686688257749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22866] ppid=22850 vsize=13980732 memory=1380 CPUtime=0.72 cores=0,2,4,6
/proc/22852/task/22866/stat : 22866 (java) S 22850 22850 13977 0 -1 1077944384 1514 0 0 0 34 38 0 0 20 0 15 0 102453201 14316269568 100080 18446744073709551615 4194304 4196468 140726690152112 139686157728944 139686688258690 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
Current children cumulated CPU time: 2445.99 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 401700 KiB

[startup+2502.3 s]
/proc/loadavg: 1.92 1.98 1.89 3/211 23211
/proc/meminfo: memFree=27295884/32770624 swapFree=67108860/67108860
[pid=22850] ppid=22847 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/22850/stat : 22850 (xcsp3-exec) S 22847 22850 13977 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 102453186 9740288 345 18446744073709551615 4194304 5098028 140729897801616 140729897799720 140585113387644 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 4 0 0 7196144 7232144 40087552 140729897808249 140729897808453 140729897808453 140729897811947 0
/proc/22850/statm: 2378 345 289 221 0 87 0
[pid=22852] ppid=22850 vsize=13980732 memory=398792 CPUtime=2506.04 cores=0,2,4,6
/proc/22852/stat : 22852 (java) S 22850 22850 13977 0 -1 1077944320 47403 0 0 0 250550 54 0 0 20 0 15 0 102453192 14316269568 99698 18446744073709551615 4194304 4196468 140726690152112 140726690134656 139686688247543 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
/proc/22852/statm: 3495183 99698 3233 1 0 3483476 0
[pid=22852/tid=22853] ppid=22850 vsize=13980732 memory=398792 CPUtime=2501.92 cores=0,2,4,6
/proc/22852/task/22853/stat : 22853 (java) R 22850 22850 13977 0 -1 4202560 18998 0 0 0 250183 9 0 0 20 0 15 0 102453192 14316269568 99698 18446744073709551615 4194304 4196468 140726690152112 139686692487552 139686317218039 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22854] ppid=22850 vsize=13980732 memory=400320 CPUtime=0.08 cores=0,2,4,6
/proc/22852/task/22854/stat : 22854 (java) S 22850 22850 13977 0 -1 1077944384 947 0 0 0 7 1 0 0 20 0 15 0 102453193 14316269568 99698 18446744073709551615 4194304 4196468 140726690152112 139686645213840 139686688257749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22855] ppid=22850 vsize=13980732 memory=400320 CPUtime=0.09 cores=0,2,4,6
/proc/22852/task/22855/stat : 22855 (java) S 22850 22850 13977 0 -1 1077944384 777 0 0 0 7 2 0 0 20 0 15 0 102453193 14316269568 99698 18446744073709551615 4194304 4196468 140726690152112 139686644161040 139686688257749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22856] ppid=22850 vsize=13980732 memory=398792 CPUtime=0.09 cores=0,2,4,6
/proc/22852/task/22856/stat : 22856 (java) S 22850 22850 13977 0 -1 1077944384 596 0 0 0 7 2 0 0 20 0 15 0 102453193 14316269568 99698 18446744073709551615 4194304 4196468 140726690152112 139686643108240 139686688257749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22857] ppid=22850 vsize=13980732 memory=1380 CPUtime=0.08 cores=0,2,4,6
/proc/22852/task/22857/stat : 22857 (java) S 22850 22850 13977 0 -1 1077944384 1144 0 0 0 7 1 0 0 20 0 15 0 102453193 14316269568 99698 18446744073709551615 4194304 4196468 140726690152112 139686642055440 139686688257749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22858] ppid=22850 vsize=13980732 memory=4068 CPUtime=0.04 cores=0,2,4,6
/proc/22852/task/22858/stat : 22858 (java) S 22850 22850 13977 0 -1 1077944384 1785 0 0 0 1 3 0 0 20 0 15 0 102453194 14316269568 99698 18446744073709551615 4194304 4196468 140726690152112 139686233938800 139686688258690 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22859] ppid=22850 vsize=13980732 memory=400320 CPUtime=0 cores=0,2,4,6
/proc/22852/task/22859/stat : 22859 (java) S 22850 22850 13977 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 102453194 14316269568 99698 18446744073709551615 4194304 4196468 140726690152112 139686232884832 139686688257749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22860] ppid=22850 vsize=13980732 memory=400320 CPUtime=0 cores=0,2,4,6
/proc/22852/task/22860/stat : 22860 (java) S 22850 22850 13977 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 102453195 14316269568 99698 18446744073709551615 4194304 4196468 140726690152112 139686231831936 139686688257749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22861] ppid=22850 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/22852/task/22861/stat : 22861 (java) S 22850 22850 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102453197 14316269568 99698 18446744073709551615 4194304 4196468 140726690152112 139686230780240 139686688266139 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22862] ppid=22850 vsize=13980732 memory=400320 CPUtime=1.17 cores=0,2,4,6
/proc/22852/task/22862/stat : 22862 (java) S 22850 22850 13977 0 -1 1077944384 7683 0 0 0 116 1 0 0 20 0 15 0 102453197 14316269568 99698 18446744073709551615 4194304 4196468 140726690152112 139686229727600 139686688258690 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22863] ppid=22850 vsize=13980732 memory=10096 CPUtime=1.27 cores=0,2,4,6
/proc/22852/task/22863/stat : 22863 (java) S 22850 22850 13977 0 -1 1077944384 7433 0 0 0 126 1 0 0 20 0 15 0 102453197 14316269568 99698 18446744073709551615 4194304 4196468 140726690152112 139686160886000 139686688258690 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22864] ppid=22850 vsize=13980732 memory=1716 CPUtime=0.47 cores=0,2,4,6
/proc/22852/task/22864/stat : 22864 (java) S 22850 22850 13977 0 -1 1077944384 5148 0 0 0 46 1 0 0 20 0 15 0 102453197 14316269568 99698 18446744073709551615 4194304 4196468 140726690152112 139686159833200 139686688258690 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22865] ppid=22850 vsize=13980732 memory=400320 CPUtime=0 cores=0,2,4,6
/proc/22852/task/22865/stat : 22865 (java) S 22850 22850 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102453197 14316269568 99698 18446744073709551615 4194304 4196468 140726690152112 139686158780640 139686688257749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22866] ppid=22850 vsize=13980732 memory=1380 CPUtime=0.74 cores=0,2,4,6
/proc/22852/task/22866/stat : 22866 (java) S 22850 22850 13977 0 -1 1077944384 1546 0 0 0 35 39 0 0 20 0 15 0 102453201 14316269568 99698 18446744073709551615 4194304 4196468 140726690152112 139686157728944 139686688258690 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
Current children cumulated CPU time: 2506.04 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 400172 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2516.3 s]
/proc/loadavg: 1.94 1.98 1.89 3/211 23211
/proc/meminfo: memFree=27295884/32770624 swapFree=67108860/67108860
[pid=22850] ppid=22847 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/22850/stat : 22850 (xcsp3-exec) S 22847 22850 13977 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 102453186 9740288 345 18446744073709551615 4194304 5098028 140729897801616 140729897799720 140585113387644 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 4 0 0 7196144 7232144 40087552 140729897808249 140729897808453 140729897808453 140729897811947 0
/proc/22850/statm: 2378 345 289 221 0 87 0
[pid=22852] ppid=22850 vsize=13980732 memory=398792 CPUtime=2520.05 cores=0,2,4,6
/proc/22852/stat : 22852 (java) S 22850 22850 13977 0 -1 1077944320 47416 0 0 0 251951 54 0 0 20 0 15 0 102453192 14316269568 99698 18446744073709551615 4194304 4196468 140726690152112 140726690134656 139686688247543 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
/proc/22852/statm: 3495183 99698 3233 1 0 3483476 0
[pid=22852/tid=22853] ppid=22850 vsize=13980732 memory=398792 CPUtime=2515.92 cores=0,2,4,6
/proc/22852/task/22853/stat : 22853 (java) R 22850 22850 13977 0 -1 4202560 19011 0 0 0 251583 9 0 0 20 0 15 0 102453192 14316269568 99698 18446744073709551615 4194304 4196468 140726690152112 139686692487440 139686317218039 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22854] ppid=22850 vsize=13980732 memory=398792 CPUtime=0.08 cores=0,2,4,6
/proc/22852/task/22854/stat : 22854 (java) S 22850 22850 13977 0 -1 1077944384 947 0 0 0 7 1 0 0 20 0 15 0 102453193 14316269568 99698 18446744073709551615 4194304 4196468 140726690152112 139686645213840 139686688257749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22855] ppid=22850 vsize=13980732 memory=1380 CPUtime=0.09 cores=0,2,4,6
/proc/22852/task/22855/stat : 22855 (java) S 22850 22850 13977 0 -1 1077944384 777 0 0 0 7 2 0 0 20 0 15 0 102453193 14316269568 99698 18446744073709551615 4194304 4196468 140726690152112 139686644161040 139686688257749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22856] ppid=22850 vsize=13980732 memory=6628 CPUtime=0.09 cores=0,2,4,6
/proc/22852/task/22856/stat : 22856 (java) S 22850 22850 13977 0 -1 1077944384 596 0 0 0 7 2 0 0 20 0 15 0 102453193 14316269568 99698 18446744073709551615 4194304 4196468 140726690152112 139686643108240 139686688257749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22857] ppid=22850 vsize=13980732 memory=1380 CPUtime=0.08 cores=0,2,4,6
/proc/22852/task/22857/stat : 22857 (java) S 22850 22850 13977 0 -1 1077944384 1144 0 0 0 7 1 0 0 20 0 15 0 102453193 14316269568 99698 18446744073709551615 4194304 4196468 140726690152112 139686642055440 139686688257749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22858] ppid=22850 vsize=13980732 memory=1380 CPUtime=0.05 cores=0,2,4,6
/proc/22852/task/22858/stat : 22858 (java) S 22850 22850 13977 0 -1 1077944384 1785 0 0 0 2 3 0 0 20 0 15 0 102453194 14316269568 99698 18446744073709551615 4194304 4196468 140726690152112 139686233938800 139686688258690 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22859] ppid=22850 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/22852/task/22859/stat : 22859 (java) S 22850 22850 13977 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 102453194 14316269568 99698 18446744073709551615 4194304 4196468 140726690152112 139686232884832 139686688257749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22860] ppid=22850 vsize=13980732 memory=398792 CPUtime=0 cores=0,2,4,6
/proc/22852/task/22860/stat : 22860 (java) S 22850 22850 13977 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 102453195 14316269568 99698 18446744073709551615 4194304 4196468 140726690152112 139686231831936 139686688257749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22861] ppid=22850 vsize=13980732 memory=398792 CPUtime=0 cores=0,2,4,6
/proc/22852/task/22861/stat : 22861 (java) S 22850 22850 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102453197 14316269568 99698 18446744073709551615 4194304 4196468 140726690152112 139686230780240 139686688266139 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22862] ppid=22850 vsize=13980732 memory=1380 CPUtime=1.17 cores=0,2,4,6
/proc/22852/task/22862/stat : 22862 (java) S 22850 22850 13977 0 -1 1077944384 7683 0 0 0 116 1 0 0 20 0 15 0 102453197 14316269568 99698 18446744073709551615 4194304 4196468 140726690152112 139686229727600 139686688258690 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22863] ppid=22850 vsize=13980732 memory=398792 CPUtime=1.27 cores=0,2,4,6
/proc/22852/task/22863/stat : 22863 (java) S 22850 22850 13977 0 -1 1077944384 7433 0 0 0 126 1 0 0 20 0 15 0 102453197 14316269568 99698 18446744073709551615 4194304 4196468 140726690152112 139686160886000 139686688258690 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22864] ppid=22850 vsize=13980732 memory=4120 CPUtime=0.47 cores=0,2,4,6
/proc/22852/task/22864/stat : 22864 (java) S 22850 22850 13977 0 -1 1077944384 5148 0 0 0 46 1 0 0 20 0 15 0 102453197 14316269568 99698 18446744073709551615 4194304 4196468 140726690152112 139686159833200 139686688258690 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22865] ppid=22850 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/22852/task/22865/stat : 22865 (java) S 22850 22850 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102453197 14316269568 99698 18446744073709551615 4194304 4196468 140726690152112 139686158780640 139686688257749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22866] ppid=22850 vsize=13980732 memory=1380 CPUtime=0.74 cores=0,2,4,6
/proc/22852/task/22866/stat : 22866 (java) S 22850 22850 13977 0 -1 1077944384 1546 0 0 0 35 39 0 0 20 0 15 0 102453201 14316269568 99698 18446744073709551615 4194304 4196468 140726690152112 139686157728944 139686688258690 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 400172 KiB

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

[startup+2516.31 s]
# the end of solver process 22850 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0 s, system=0.001954 s

[startup+2516.31 s]
# the end of solver process 22852 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.52 s, system=0.555979 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+2516.3 s]
/proc/loadavg: 1.94 1.98 1.89 3/211 23211
/proc/meminfo: memFree=27295884/32770624 swapFree=67108860/67108860
[pid=22850] ppid=22847 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/22850/stat : 22850 (xcsp3-exec) S 22847 22850 13977 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 102453186 9740288 345 18446744073709551615 4194304 5098028 140729897801616 140729897799720 140585113387644 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 4 0 0 7196144 7232144 40087552 140729897808249 140729897808453 140729897808453 140729897811947 0
/proc/22850/statm: 2378 345 289 221 0 87 0
[pid=22852] ppid=22850 vsize=13980732 memory=398792 CPUtime=2520.05 cores=0,2,4,6
/proc/22852/stat : 22852 (java) S 22850 22850 13977 0 -1 1077944320 47416 0 0 0 251951 54 0 0 20 0 15 0 102453192 14316269568 99698 18446744073709551615 4194304 4196468 140726690152112 140726690134656 139686688247543 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
/proc/22852/statm: 3495183 99698 3233 1 0 3483476 0
[pid=22852/tid=22853] ppid=22850 vsize=13980732 memory=398792 CPUtime=2515.92 cores=0,2,4,6
/proc/22852/task/22853/stat : 22853 (java) R 22850 22850 13977 0 -1 4202560 19011 0 0 0 251583 9 0 0 20 0 15 0 102453192 14316269568 99698 18446744073709551615 4194304 4196468 140726690152112 139686692487440 139686317218039 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22854] ppid=22850 vsize=13980732 memory=398792 CPUtime=0.08 cores=0,2,4,6
/proc/22852/task/22854/stat : 22854 (java) S 22850 22850 13977 0 -1 1077944384 947 0 0 0 7 1 0 0 20 0 15 0 102453193 14316269568 99698 18446744073709551615 4194304 4196468 140726690152112 139686645213840 139686688257749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22855] ppid=22850 vsize=13980732 memory=1380 CPUtime=0.09 cores=0,2,4,6
/proc/22852/task/22855/stat : 22855 (java) S 22850 22850 13977 0 -1 1077944384 777 0 0 0 7 2 0 0 20 0 15 0 102453193 14316269568 99698 18446744073709551615 4194304 4196468 140726690152112 139686644161040 139686688257749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22856] ppid=22850 vsize=13980732 memory=6628 CPUtime=0.09 cores=0,2,4,6
/proc/22852/task/22856/stat : 22856 (java) S 22850 22850 13977 0 -1 1077944384 596 0 0 0 7 2 0 0 20 0 15 0 102453193 14316269568 99698 18446744073709551615 4194304 4196468 140726690152112 139686643108240 139686688257749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22857] ppid=22850 vsize=13980732 memory=1380 CPUtime=0.08 cores=0,2,4,6
/proc/22852/task/22857/stat : 22857 (java) S 22850 22850 13977 0 -1 1077944384 1144 0 0 0 7 1 0 0 20 0 15 0 102453193 14316269568 99698 18446744073709551615 4194304 4196468 140726690152112 139686642055440 139686688257749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22858] ppid=22850 vsize=13980732 memory=1380 CPUtime=0.05 cores=0,2,4,6
/proc/22852/task/22858/stat : 22858 (java) S 22850 22850 13977 0 -1 1077944384 1785 0 0 0 2 3 0 0 20 0 15 0 102453194 14316269568 99698 18446744073709551615 4194304 4196468 140726690152112 139686233938800 139686688258690 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22859] ppid=22850 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/22852/task/22859/stat : 22859 (java) S 22850 22850 13977 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 102453194 14316269568 99698 18446744073709551615 4194304 4196468 140726690152112 139686232884832 139686688257749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22860] ppid=22850 vsize=13980732 memory=398792 CPUtime=0 cores=0,2,4,6
/proc/22852/task/22860/stat : 22860 (java) S 22850 22850 13977 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 102453195 14316269568 99698 18446744073709551615 4194304 4196468 140726690152112 139686231831936 139686688257749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22861] ppid=22850 vsize=13980732 memory=398792 CPUtime=0 cores=0,2,4,6
/proc/22852/task/22861/stat : 22861 (java) S 22850 22850 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102453197 14316269568 99698 18446744073709551615 4194304 4196468 140726690152112 139686230780240 139686688266139 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22862] ppid=22850 vsize=13980732 memory=1380 CPUtime=1.17 cores=0,2,4,6
/proc/22852/task/22862/stat : 22862 (java) S 22850 22850 13977 0 -1 1077944384 7683 0 0 0 116 1 0 0 20 0 15 0 102453197 14316269568 99698 18446744073709551615 4194304 4196468 140726690152112 139686229727600 139686688258690 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22863] ppid=22850 vsize=13980732 memory=398792 CPUtime=1.27 cores=0,2,4,6
/proc/22852/task/22863/stat : 22863 (java) S 22850 22850 13977 0 -1 1077944384 7433 0 0 0 126 1 0 0 20 0 15 0 102453197 14316269568 99698 18446744073709551615 4194304 4196468 140726690152112 139686160886000 139686688258690 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22864] ppid=22850 vsize=13980732 memory=4120 CPUtime=0.47 cores=0,2,4,6
/proc/22852/task/22864/stat : 22864 (java) S 22850 22850 13977 0 -1 1077944384 5148 0 0 0 46 1 0 0 20 0 15 0 102453197 14316269568 99698 18446744073709551615 4194304 4196468 140726690152112 139686159833200 139686688258690 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22865] ppid=22850 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/22852/task/22865/stat : 22865 (java) S 22850 22850 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102453197 14316269568 99698 18446744073709551615 4194304 4196468 140726690152112 139686158780640 139686688257749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
[pid=22852/tid=22866] ppid=22850 vsize=13980732 memory=1380 CPUtime=0.74 cores=0,2,4,6
/proc/22852/task/22866/stat : 22866 (java) S 22850 22850 13977 0 -1 1077944384 1546 0 0 0 35 39 0 0 20 0 15 0 102453201 14316269568 99698 18446744073709551615 4194304 4196468 140726690152112 139686157728944 139686688258690 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18386944 140726690161073 140726690161249 140726690161249 140726690164687 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 400172 KiB

Child status: 143
Real time (s): 2516.31
CPU time (s): 2520.08
CPU user time (s): 2519.52
CPU system time (s): 0.555979
CPU usage (%): 100.15
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 401700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.52
system time used= 0.555979
maximum resident set size= 400320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48197
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2072
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56677
involuntary context switches= 3060


# summary of solver processes directly reported to runsolver:
#   pid: 22850,22852
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2519.52
#   total CPU system time (s): 0.555979

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.3661 second user time and 23.3167 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-19 12:57:49
IDJOB=4281780
IDBENCH=133709
IDSOLVER=2677
FILE ID=node124/4281780-1503141126
RUNJOBID= node124-1503095780-14041
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/BusScheduling/BusScheduling-cnt-s1/BusScheduling-cnt-r3.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-4281780-1503141126/watcher-4281780-1503141126 -o /tmp/evaluation-result-4281780-1503141126/solver-4281780-1503141126 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1503095780-14041 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 331550792 HOME/instance-4281780-1503141126.xml

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

MD5SUM BENCH= 35e588148f794a6a4a81576d123b10dc
RANDOM SEED=331550792

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30844452 kB
MemAvailable:   31466636 kB
Buffers:          289808 kB
Cached:           626204 kB
SwapCached:            0 kB
Active:          1102028 kB
Inactive:         369896 kB
Active(anon):     508984 kB
Inactive(anon):    89140 kB
Active(file):     593044 kB
Inactive(file):   280756 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8664 kB
Writeback:             4 kB
AnonPages:        555940 kB
Mapped:            69240 kB
Shmem:             41704 kB
Slab:             155412 kB
SReclaimable:     128436 kB
SUnreclaim:        26976 kB
KernelStack:        3440 kB
PageTables:         6468 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1407428 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    425984 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62016 MiB
End job on node124 at 2017-08-19 13:39:46