Trace number 4269462

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-09)? (TO) 2520.0801 2500.9199

General information on the benchmark

NameFischer/Fischer-m1-s1/
Fischer-08-07-fair.xml
MD5SUM5f690ca061a68a4e848a5e1ee5dffcd4
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark824.70099
Satisfiable
(Un)Satisfiability was proved
Number of variables14823
Number of constraints14025
Number of domains3
Minimum domain size2
Maximum domain size20001
Distribution of domain sizes[{"size":2,"count":2009},{"size":201,"count":72},{"size":20001,"count":12742}]
Minimum variable degree2
Maximum variable degree121
Distribution of variable degrees[{"degree":2,"count":13085},{"degree":3,"count":336},{"degree":4,"count":31},{"degree":5,"count":160},{"degree":6,"count":95},{"degree":7,"count":288},{"degree":8,"count":391},{"degree":9,"count":247},{"degree":10,"count":88},{"degree":11,"count":8},{"degree":13,"count":56},{"degree":18,"count":1},{"degree":26,"count":8},{"degree":42,"count":8},{"degree":44,"count":5},{"degree":52,"count":1},{"degree":59,"count":7},{"degree":92,"count":2},{"degree":93,"count":5},{"degree":121,"count":1}]
Minimum constraint arity1
Maximum constraint arity3
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":2319},{"arity":3,"count":11704}]
Number of extensional constraints0
Number of intensional constraints14025
Distribution of constraint types[{"type":"intension","count":14025}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4269462-1502850964.xml"  -tl '2520s' -p 1 -x 0
0.12/0.14	c [HOME/instance-4269462-1502850964.xml, -tl, 2520s, -p, 1, -x, 0]
0.12/0.20	c simple solver
0.34/0.26	c parse instance...
5.25/1.79	c solve instance...
2520.05/2500.90	s UNKNOWN
2520.05/2500.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 (15000 MiB free)
  memory of node 1: 16384 MiB (15622 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4269462-1502850964/watcher-4269462-1502850964 -o /tmp/evaluation-result-4269462-1502850964/solver-4269462-1502850964 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node112-1502839811-17222 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 632692866 HOME/instance-4269462-1502850964.xml 

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

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

solver pid=20103, runsolver pid=20100

[startup+0.100132 s]*
/proc/loadavg: 1.89 2.09 2.35 3/217 20119
/proc/meminfo: memFree=31341524/32770624 swapFree=67108860/67108860
[pid=20103] ppid=20100 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/20103/stat : 20103 (xcsp3-exec) S 20100 20103 17190 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 118184142 9740288 345 33554432000 4194304 5098028 140723597970432 140723597968536 139647746663036 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 38539264 140723597976687 140723597976891 140723597976891 140723597979627 0
/proc/20103/statm: 2378 345 289 221 0 87 0
[pid=20105] ppid=20103 vsize=13978596 memory=27864 CPUtime=0.12 cores=1,3,5,7
/proc/20105/stat : 20105 (java) S 20103 20103 17190 0 -1 1077944320 5316 0 0 0 11 1 0 0 20 0 15 0 118184142 14314082304 6966 33554432000 4194304 4196468 140725344316144 140725344298688 140577156857591 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
/proc/20105/statm: 3494649 6966 2874 1 0 3482966 0
[pid=20105/tid=20106] ppid=20103 vsize=13978596 memory=8514701219881125282 CPUtime=0.08 cores=1,3,5,7
/proc/20105/task/20106/stat : 20106 (java) R 20103 20103 17190 0 -1 4202560 3338 0 0 0 8 0 0 0 20 0 15 0 118184142 14314082304 6966 33554432000 4194304 4196468 140725344316144 140577161090864 140577156869526 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20107] ppid=20103 vsize=13978596 memory=3472468634875745488 CPUtime=0 cores=1,3,5,7
/proc/20105/task/20107/stat : 20107 (java) S 20103 20103 17190 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118184143 14314082304 6966 33554432000 4194304 4196468 140725344316144 140577109478416 140577156867797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20108] ppid=20103 vsize=13978596 memory=140505980593792 CPUtime=0 cores=1,3,5,7
/proc/20105/task/20108/stat : 20108 (java) S 20103 20103 17190 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118184143 14314082304 6966 33554432000 4194304 4196468 140725344316144 140577108425872 140577156867797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20109] ppid=20103 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20105/task/20109/stat : 20109 (java) S 20103 20103 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118184143 14314082304 6966 33554432000 4194304 4196468 140725344316144 140577107372816 140577156867797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20110] ppid=20103 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20105/task/20110/stat : 20110 (java) S 20103 20103 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118184143 14314082304 6966 33554432000 4194304 4196468 140725344316144 140577106320272 140577156867797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20111] ppid=20103 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20105/task/20111/stat : 20111 (java) S 20103 20103 17190 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118184145 14314082304 6966 33554432000 4194304 4196468 140725344316144 140576337713392 140577156868738 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20112] ppid=20103 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20105/task/20112/stat : 20112 (java) S 20103 20103 17190 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 118184145 14314082304 6966 33554432000 4194304 4196468 140725344316144 140576336659616 140577156867797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20113] ppid=20103 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20105/task/20113/stat : 20113 (java) S 20103 20103 17190 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 118184145 14314082304 6966 33554432000 4194304 4196468 140725344316144 140576335606512 140577156867797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20114] ppid=20103 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20105/task/20114/stat : 20114 (java) S 20103 20103 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118184148 14314082304 6966 33554432000 4194304 4196468 140725344316144 140576334555088 140577156876187 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20115] ppid=20103 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20105/task/20115/stat : 20115 (java) S 20103 20103 17190 0 -1 1077944384 423 0 0 0 0 0 0 0 20 0 15 0 118184148 14314082304 6966 33554432000 4194304 4196468 140725344316144 140576333503216 140577156868738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20116] ppid=20103 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20105/task/20116/stat : 20116 (java) S 20103 20103 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118184148 14314082304 6966 33554432000 4194304 4196468 140725344316144 140576332450672 140577156868738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20117] ppid=20103 vsize=13978596 memory=140505980593792 CPUtime=0.01 cores=1,3,5,7
/proc/20105/task/20117/stat : 20117 (java) R 20103 20103 17190 0 -1 4202560 255 0 0 0 1 0 0 0 20 0 15 0 118184148 14314082304 6966 33554432000 4194304 4196468 140725344316144 140576331397616 140577138095152 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20118] ppid=20103 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20105/task/20118/stat : 20118 (java) S 20103 20103 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118184148 14314082304 6966 33554432000 4194304 4196468 140725344316144 140576330345312 140577156867797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20119] ppid=20103 vsize=13978596 memory=140505980593792 CPUtime=0 cores=1,3,5,7
/proc/20105/task/20119/stat : 20119 (java) S 20103 20103 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118184148 14314082304 6966 33554432000 4194304 4196468 140725344316144 140576329292336 140577156868738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29244 KiB

[startup+0.210802 s]*
/proc/loadavg: 1.89 2.09 2.35 3/217 20119
/proc/meminfo: memFree=31329492/32770624 swapFree=67108860/67108860
[pid=20103] ppid=20100 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/20103/stat : 20103 (xcsp3-exec) S 20100 20103 17190 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 118184142 9740288 345 33554432000 4194304 5098028 140723597970432 140723597968536 139647746663036 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 38539264 140723597976687 140723597976891 140723597976891 140723597979627 0
/proc/20103/statm: 2378 345 289 221 0 87 0
[pid=20105] ppid=20103 vsize=13982884 memory=40644 CPUtime=0.34 cores=1,3,5,7
/proc/20105/stat : 20105 (java) S 20103 20103 17190 0 -1 1077944320 8156 0 0 0 31 3 0 0 20 0 15 0 118184142 14318473216 10161 33554432000 4194304 4196468 140725344316144 140725344298688 140577156857591 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
/proc/20105/statm: 3495721 10161 3064 1 0 3482974 0
[pid=20105/tid=20106] ppid=20103 vsize=13982852 memory=5853961137533323680 CPUtime=0.2 cores=1,3,5,7
/proc/20105/task/20106/stat : 20106 (java) D 20103 20103 17190 0 -1 1077944384 5276 0 0 0 18 2 0 0 20 0 15 0 118184142 14318440448 10161 33554432000 4194304 4196468 140725344316144 140577161059280 140577149536813 0 4 0 16800975 18446744072101625380 0 0 -1 5 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20107] ppid=20103 vsize=13982852 memory=3472468634875745488 CPUtime=0 cores=1,3,5,7
/proc/20105/task/20107/stat : 20107 (java) S 20103 20103 17190 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118184143 14318440448 10161 33554432000 4194304 4196468 140725344316144 140577109478416 140577156867797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20108] ppid=20103 vsize=13982884 memory=140505980593792 CPUtime=0 cores=1,3,5,7
/proc/20105/task/20108/stat : 20108 (java) S 20103 20103 17190 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118184143 14318473216 10161 33554432000 4194304 4196468 140725344316144 140577108425872 140577156867797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20109] ppid=20103 vsize=13982884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20105/task/20109/stat : 20109 (java) S 20103 20103 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118184143 14318473216 10161 33554432000 4194304 4196468 140725344316144 140577107372816 140577156867797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20110] ppid=20103 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20105/task/20110/stat : 20110 (java) S 20103 20103 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118184143 14318440448 10161 33554432000 4194304 4196468 140725344316144 140577106320272 140577156867797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20111] ppid=20103 vsize=13982852 memory=140505980593792 CPUtime=0 cores=1,3,5,7
/proc/20105/task/20111/stat : 20111 (java) S 20103 20103 17190 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118184145 14318440448 10161 33554432000 4194304 4196468 140725344316144 140576337713392 140577156868738 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20112] ppid=20103 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20105/task/20112/stat : 20112 (java) S 20103 20103 17190 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 118184145 14318440448 10161 33554432000 4194304 4196468 140725344316144 140576336659616 140577156867797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20113] ppid=20103 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20105/task/20113/stat : 20113 (java) S 20103 20103 17190 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 118184145 14318440448 10161 33554432000 4194304 4196468 140725344316144 140576335606512 140577156867797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20114] ppid=20103 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20105/task/20114/stat : 20114 (java) S 20103 20103 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118184148 14318440448 10161 33554432000 4194304 4196468 140725344316144 140576334555088 140577156876187 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20115] ppid=20103 vsize=13982852 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/20105/task/20115/stat : 20115 (java) S 20103 20103 17190 0 -1 1077944384 566 0 0 0 2 0 0 0 20 0 15 0 118184148 14318440448 10161 33554432000 4194304 4196468 140725344316144 140576333503216 140577156868738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20116] ppid=20103 vsize=13982852 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/20105/task/20116/stat : 20116 (java) S 20103 20103 17190 0 -1 1077944384 271 0 0 0 2 0 0 0 20 0 15 0 118184148 14318440448 10161 33554432000 4194304 4196468 140725344316144 140576332450672 140577156868738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20117] ppid=20103 vsize=13982852 memory=140505980593792 CPUtime=0.08 cores=1,3,5,7
/proc/20105/task/20117/stat : 20117 (java) R 20103 20103 17190 0 -1 4202560 754 0 0 0 8 0 0 0 20 0 15 0 118184148 14318440448 10161 33554432000 4194304 4196468 140725344316144 140576331397616 140577135772495 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20118] ppid=20103 vsize=13982884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20105/task/20118/stat : 20118 (java) S 20103 20103 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118184148 14318473216 10161 33554432000 4194304 4196468 140725344316144 140576330345312 140577156867797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20119] ppid=20103 vsize=13982852 memory=140505980593792 CPUtime=0 cores=1,3,5,7
/proc/20105/task/20119/stat : 20119 (java) S 20103 20103 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118184148 14318440448 10161 33554432000 4194304 4196468 140725344316144 140576329292336 140577156868738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 13992396 KiB
Current children cumulated memory: 42024 KiB

[startup+0.314262 s]*
/proc/loadavg: 1.89 2.09 2.35 4/217 20119
/proc/meminfo: memFree=31322792/32770624 swapFree=67108860/67108860
[pid=20103] ppid=20100 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/20103/stat : 20103 (xcsp3-exec) S 20100 20103 17190 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 118184142 9740288 345 33554432000 4194304 5098028 140723597970432 140723597968536 139647746663036 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 38539264 140723597976687 140723597976891 140723597976891 140723597979627 0
/proc/20103/statm: 2378 345 289 221 0 87 0
[pid=20105] ppid=20103 vsize=13982852 memory=47280 CPUtime=0.51 cores=1,3,5,7
/proc/20105/stat : 20105 (java) S 20103 20103 17190 0 -1 1077944320 8984 0 0 0 48 3 0 0 20 0 15 0 118184142 14318440448 11820 33554432000 4194304 4196468 140725344316144 140725344298688 140577156857591 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
/proc/20105/statm: 3495713 11820 3109 1 0 3482966 0
[pid=20105/tid=20106] ppid=20103 vsize=13982852 memory=8514701219880862117 CPUtime=0.29 cores=1,3,5,7
/proc/20105/task/20106/stat : 20106 (java) R 20103 20103 17190 0 -1 4202560 5919 0 0 0 27 2 0 0 20 0 15 0 118184142 14318440448 11820 33554432000 4194304 4196468 140725344316144 140577161095616 140577156869526 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20107] ppid=20103 vsize=13982852 memory=3472468634875745488 CPUtime=0 cores=1,3,5,7
/proc/20105/task/20107/stat : 20107 (java) S 20103 20103 17190 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118184143 14318440448 11820 33554432000 4194304 4196468 140725344316144 140577109478416 140577156867797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20108] ppid=20103 vsize=13982852 memory=140505980593792 CPUtime=0 cores=1,3,5,7
/proc/20105/task/20108/stat : 20108 (java) S 20103 20103 17190 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118184143 14318440448 11820 33554432000 4194304 4196468 140725344316144 140577108425872 140577156867797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20109] ppid=20103 vsize=13982852 memory=6 CPUtime=0 cores=1,3,5,7
/proc/20105/task/20109/stat : 20109 (java) S 20103 20103 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118184143 14318440448 11820 33554432000 4194304 4196468 140725344316144 140577107372816 140577156867797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20110] ppid=20103 vsize=13982852 memory=140505828698143 CPUtime=0 cores=1,3,5,7
/proc/20105/task/20110/stat : 20110 (java) S 20103 20103 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118184143 14318440448 11820 33554432000 4194304 4196468 140725344316144 140577106320272 140577156867797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20111] ppid=20103 vsize=13982852 memory=281011657357056 CPUtime=0 cores=1,3,5,7
/proc/20105/task/20111/stat : 20111 (java) S 20103 20103 17190 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118184145 14318440448 11820 33554432000 4194304 4196468 140725344316144 140576337713392 140577156868738 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20112] ppid=20103 vsize=13982852 memory=140505828675087 CPUtime=0 cores=1,3,5,7
/proc/20105/task/20112/stat : 20112 (java) S 20103 20103 17190 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 118184145 14318440448 11820 33554432000 4194304 4196468 140725344316144 140576336659616 140577156867797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20113] ppid=20103 vsize=13982852 memory=281011809278048 CPUtime=0 cores=1,3,5,7
/proc/20105/task/20113/stat : 20113 (java) S 20103 20103 17190 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 118184145 14318440448 11820 33554432000 4194304 4196468 140725344316144 140576335606512 140577156867797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20114] ppid=20103 vsize=13982852 memory=140505828679695 CPUtime=0 cores=1,3,5,7
/proc/20105/task/20114/stat : 20114 (java) S 20103 20103 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118184148 14318440448 11820 33554432000 4194304 4196468 140725344316144 140576334555088 140577156876187 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20115] ppid=20103 vsize=13982852 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/20105/task/20115/stat : 20115 (java) R 20103 20103 17190 0 -1 1077944384 622 0 0 0 4 0 0 0 20 0 15 0 118184148 14318440448 11820 33554432000 4194304 4196468 140725344316144 140576333503216 140577156868738 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20116] ppid=20103 vsize=13982852 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/20105/task/20116/stat : 20116 (java) R 20103 20103 17190 0 -1 4202560 287 0 0 0 3 0 0 0 20 0 15 0 118184148 14318440448 11820 33554432000 4194304 4196468 140725344316144 140576332440464 140577142871900 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20117] ppid=20103 vsize=13982852 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/20105/task/20117/stat : 20117 (java) R 20103 20103 17190 0 -1 4202560 852 0 0 0 13 0 0 0 20 0 15 0 118184148 14318440448 11820 33554432000 4194304 4196468 140725344316144 140576331395576 140577135686062 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20118] ppid=20103 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20105/task/20118/stat : 20118 (java) S 20103 20103 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118184148 14318440448 11820 33554432000 4194304 4196468 140725344316144 140576330345312 140577156867797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20119] ppid=20103 vsize=13982852 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/20105/task/20119/stat : 20119 (java) S 20103 20103 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118184148 14318440448 11820 33554432000 4194304 4196468 140725344316144 140576329292336 140577156868738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 48660 KiB

[startup+0.700897 s]
/proc/loadavg: 1.89 2.09 2.35 6/217 20119
/proc/meminfo: memFree=31294192/32770624 swapFree=67108860/67108860
[pid=20103] ppid=20100 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/20103/stat : 20103 (xcsp3-exec) S 20100 20103 17190 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 118184142 9740288 345 33554432000 4194304 5098028 140723597970432 140723597968536 139647746663036 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 38539264 140723597976687 140723597976891 140723597976891 140723597979627 0
/proc/20103/statm: 2378 345 289 221 0 87 0
[pid=20105] ppid=20103 vsize=13982928 memory=118680 CPUtime=1.78 cores=1,3,5,7
/proc/20105/stat : 20105 (java) S 20103 20103 17190 0 -1 1077944320 12597 0 0 0 172 6 0 0 20 0 15 0 118184142 14318518272 29670 33554432000 4194304 4196468 140725344316144 140725344298688 140577156857591 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
/proc/20105/statm: 3495732 29670 3200 1 0 3482966 0
[pid=20105/tid=20106] ppid=20103 vsize=13982928 memory=5865469479800824941 CPUtime=0.67 cores=1,3,5,7
/proc/20105/task/20106/stat : 20106 (java) R 20103 20103 17190 0 -1 4202560 6262 0 0 0 64 3 0 0 20 0 15 0 118184142 14318518272 29670 33554432000 4194304 4196468 140725344316144 140577161094240 140577139317676 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20107] ppid=20103 vsize=13982928 memory=7019257425709197167 CPUtime=0 cores=1,3,5,7
/proc/20105/task/20107/stat : 20107 (java) S 20103 20103 17190 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118184143 14318518272 29670 33554432000 4194304 4196468 140725344316144 140577109478416 140577156867797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20108] ppid=20103 vsize=13982928 memory=6291616985311630675 CPUtime=0 cores=1,3,5,7
/proc/20105/task/20108/stat : 20108 (java) S 20103 20103 17190 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118184143 14318518272 29670 33554432000 4194304 4196468 140725344316144 140577108425872 140577156867797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20109] ppid=20103 vsize=13982928 memory=7747766295893256779 CPUtime=0 cores=1,3,5,7
/proc/20105/task/20109/stat : 20109 (java) S 20103 20103 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118184143 14318518272 29670 33554432000 4194304 4196468 140725344316144 140577107372816 140577156867797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20110] ppid=20103 vsize=13982928 memory=8370611207638964880 CPUtime=0 cores=1,3,5,7
/proc/20105/task/20110/stat : 20110 (java) S 20103 20103 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118184143 14318518272 29670 33554432000 4194304 4196468 140725344316144 140577106320272 140577156867797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20111] ppid=20103 vsize=13982928 memory=6944656592455360569 CPUtime=0 cores=1,3,5,7
/proc/20105/task/20111/stat : 20111 (java) S 20103 20103 17190 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 118184145 14318518272 29670 33554432000 4194304 4196468 140725344316144 140576337713392 140577156868738 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20112] ppid=20103 vsize=13982928 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/20105/task/20112/stat : 20112 (java) S 20103 20103 17190 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 118184145 14318518272 29670 33554432000 4194304 4196468 140725344316144 140576336659616 140577156867797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20113] ppid=20103 vsize=13982928 memory=6884 CPUtime=0 cores=1,3,5,7
/proc/20105/task/20113/stat : 20113 (java) S 20103 20103 17190 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 118184145 14318518272 29670 33554432000 4194304 4196468 140725344316144 140576335606512 140577156867797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20114] ppid=20103 vsize=13982928 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/20105/task/20114/stat : 20114 (java) S 20103 20103 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118184148 14318518272 29670 33554432000 4194304 4196468 140725344316144 140576334555088 140577156876187 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20115] ppid=20103 vsize=13982928 memory=33212 CPUtime=0.39 cores=1,3,5,7
/proc/20105/task/20115/stat : 20115 (java) R 20103 20103 17190 0 -1 4202560 1638 0 0 0 39 0 0 0 20 0 15 0 118184148 14318518272 29670 33554432000 4194304 4196468 140725344316144 140576333483040 140577141977631 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20116] ppid=20103 vsize=13982928 memory=2332 CPUtime=0.4 cores=1,3,5,7
/proc/20105/task/20116/stat : 20116 (java) R 20103 20103 17190 0 -1 4202560 1847 0 0 0 40 0 0 0 20 0 15 0 118184148 14318518272 29670 33554432000 4194304 4196468 140725344316144 140576332439472 140577141965623 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20117] ppid=20103 vsize=13982928 memory=1292 CPUtime=0.28 cores=1,3,5,7
/proc/20105/task/20117/stat : 20117 (java) S 20103 20103 17190 0 -1 1077944384 1542 0 0 0 28 0 0 0 20 0 15 0 118184148 14318518272 29670 33554432000 4194304 4196468 140725344316144 140576331397616 140577156868738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20118] ppid=20103 vsize=13982928 memory=7091832833820811856 CPUtime=0 cores=1,3,5,7
/proc/20105/task/20118/stat : 20118 (java) S 20103 20103 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118184148 14318518272 29736 33554432000 4194304 4196468 140725344316144 140576330345312 140577156867797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20119] ppid=20103 vsize=13982928 memory=6083073826404724833 CPUtime=0 cores=1,3,5,7
/proc/20105/task/20119/stat : 20119 (java) S 20103 20103 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118184148 14318518272 29736 33554432000 4194304 4196468 140725344316144 140576329292336 140577156868738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
Current children cumulated CPU time: 1.78 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 120060 KiB

[startup+1.50131 s]
/proc/loadavg: 1.89 2.09 2.35 6/217 20119
/proc/meminfo: memFree=31116644/32770624 swapFree=67108860/67108860
[pid=20103] ppid=20100 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/20103/stat : 20103 (xcsp3-exec) S 20100 20103 17190 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 118184142 9740288 345 33554432000 4194304 5098028 140723597970432 140723597968536 139647746663036 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 38539264 140723597976687 140723597976891 140723597976891 140723597979627 0
/proc/20103/statm: 2378 345 289 221 0 87 0

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

/proc/20105/task/20113/stat : 20113 (java) S 20103 20103 17190 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 118184145 14320615424 358514 33554432000 4194304 4196468 140725344316144 140576335606528 140577156867797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20114] ppid=20103 vsize=13984976 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/20105/task/20114/stat : 20114 (java) S 20103 20103 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118184148 14320615424 358514 33554432000 4194304 4196468 140725344316144 140576334555088 140577156876187 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20115] ppid=20103 vsize=13984976 memory=1380 CPUtime=4.6 cores=1,3,5,7
/proc/20105/task/20115/stat : 20115 (java) S 20103 20103 17190 0 -1 1077944384 27208 0 0 0 457 3 0 0 20 0 15 0 118184148 14320615424 358514 33554432000 4194304 4196468 140725344316144 140576333503216 140577156868738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20116] ppid=20103 vsize=13984976 memory=1380 CPUtime=4.43 cores=1,3,5,7
/proc/20105/task/20116/stat : 20116 (java) S 20103 20103 17190 0 -1 1077944384 25421 0 0 0 440 3 0 0 20 0 15 0 118184148 14320615424 358514 33554432000 4194304 4196468 140725344316144 140576332450672 140577156868738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20117] ppid=20103 vsize=13984976 memory=1380 CPUtime=0.94 cores=1,3,5,7
/proc/20105/task/20117/stat : 20117 (java) S 20103 20103 17190 0 -1 1077944384 14098 0 0 0 92 2 0 0 20 0 15 0 118184148 14320615424 358514 33554432000 4194304 4196468 140725344316144 140576331397616 140577156868738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20118] ppid=20103 vsize=13984976 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/20105/task/20118/stat : 20118 (java) S 20103 20103 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118184148 14320615424 358514 33554432000 4194304 4196468 140725344316144 140576330345312 140577156867797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20119] ppid=20103 vsize=13984976 memory=1228 CPUtime=1.33 cores=1,3,5,7
/proc/20105/task/20119/stat : 20119 (java) S 20103 20103 17190 0 -1 1077944384 1522 0 0 0 59 74 0 0 20 0 15 0 118184148 14320615424 358514 33554432000 4194304 4196468 140725344316144 140576329292336 140577156868738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
Current children cumulated CPU time: 2401.31 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 1435436 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/218 20294
/proc/meminfo: memFree=27425568/32770624 swapFree=67108860/67108860
[pid=20103] ppid=20100 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/20103/stat : 20103 (xcsp3-exec) S 20100 20103 17190 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 118184142 9740288 345 33554432000 4194304 5098028 140723597970432 140723597968536 139647746663036 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 38539264 140723597976687 140723597976891 140723597976891 140723597979627 0
/proc/20103/statm: 2378 345 289 221 0 87 0
[pid=20105] ppid=20103 vsize=13984976 memory=1575624 CPUtime=2461.41 cores=1,3,5,7
/proc/20105/stat : 20105 (java) S 20103 20103 17190 0 -1 1077944320 129471 0 0 0 245981 160 0 0 20 0 15 0 118184142 14320615424 393906 33554432000 4194304 4196468 140725344316144 140725344298688 140577156857591 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
/proc/20105/statm: 3496244 393906 3284 1 0 3483478 0
[pid=20105/tid=20106] ppid=20103 vsize=13984976 memory=1575624 CPUtime=2438.95 cores=1,3,5,7
/proc/20105/task/20106/stat : 20106 (java) R 20103 20103 17190 0 -1 4202560 48534 0 0 0 243875 20 0 0 20 0 15 0 118184142 14320615424 393906 33554432000 4194304 4196468 140725344316144 140577161096272 140576788033365 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20107] ppid=20103 vsize=13984976 memory=1575624 CPUtime=2.54 cores=1,3,5,7
/proc/20105/task/20107/stat : 20107 (java) S 20103 20103 17190 0 -1 1077944384 1746 0 0 0 240 14 0 0 20 0 15 0 118184143 14320615424 393906 33554432000 4194304 4196468 140725344316144 140577109478416 140577156867797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20108] ppid=20103 vsize=13984976 memory=1575624 CPUtime=2.55 cores=1,3,5,7
/proc/20105/task/20108/stat : 20108 (java) S 20103 20103 17190 0 -1 1077944384 1623 0 0 0 240 15 0 0 20 0 15 0 118184143 14320615424 393906 33554432000 4194304 4196468 140725344316144 140577108425872 140577156867797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20109] ppid=20103 vsize=13984976 memory=1380 CPUtime=2.52 cores=1,3,5,7
/proc/20105/task/20109/stat : 20109 (java) S 20103 20103 17190 0 -1 1077944384 1065 0 0 0 238 14 0 0 20 0 15 0 118184143 14320615424 393906 33554432000 4194304 4196468 140725344316144 140577107372816 140577156867797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20110] ppid=20103 vsize=13984976 memory=1575624 CPUtime=2.51 cores=1,3,5,7
/proc/20105/task/20110/stat : 20110 (java) S 20103 20103 17190 0 -1 1077944384 1654 0 0 0 236 15 0 0 20 0 15 0 118184143 14320615424 393906 33554432000 4194304 4196468 140725344316144 140577106320272 140577156867797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20111] ppid=20103 vsize=13984976 memory=1575624 CPUtime=0.89 cores=1,3,5,7
/proc/20105/task/20111/stat : 20111 (java) S 20103 20103 17190 0 -1 1077944384 5224 0 0 0 85 4 0 0 20 0 15 0 118184145 14320615424 393906 33554432000 4194304 4196468 140725344316144 140576337713392 140577156868738 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20112] ppid=20103 vsize=13984976 memory=1575624 CPUtime=0 cores=1,3,5,7
/proc/20105/task/20112/stat : 20112 (java) S 20103 20103 17190 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 118184145 14320615424 393906 33554432000 4194304 4196468 140725344316144 140576336659680 140577156867797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20113] ppid=20103 vsize=13984976 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/20105/task/20113/stat : 20113 (java) S 20103 20103 17190 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 118184145 14320615424 393906 33554432000 4194304 4196468 140725344316144 140576335606528 140577156867797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20114] ppid=20103 vsize=13984976 memory=1556936 CPUtime=0 cores=1,3,5,7
/proc/20105/task/20114/stat : 20114 (java) S 20103 20103 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118184148 14320615424 393906 33554432000 4194304 4196468 140725344316144 140576334555088 140577156876187 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20115] ppid=20103 vsize=13984976 memory=1380 CPUtime=4.6 cores=1,3,5,7
/proc/20105/task/20115/stat : 20115 (java) S 20103 20103 17190 0 -1 1077944384 27210 0 0 0 457 3 0 0 20 0 15 0 118184148 14320615424 393906 33554432000 4194304 4196468 140725344316144 140576333503216 140577156868738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20116] ppid=20103 vsize=13984976 memory=0 CPUtime=4.43 cores=1,3,5,7
/proc/20105/task/20116/stat : 20116 (java) S 20103 20103 17190 0 -1 1077944384 25424 0 0 0 440 3 0 0 20 0 15 0 118184148 14320615424 393906 33554432000 4194304 4196468 140725344316144 140576332450672 140577156868738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20117] ppid=20103 vsize=13984976 memory=1380 CPUtime=0.94 cores=1,3,5,7
/proc/20105/task/20117/stat : 20117 (java) S 20103 20103 17190 0 -1 1077944384 14100 0 0 0 92 2 0 0 20 0 15 0 118184148 14320615424 393906 33554432000 4194304 4196468 140725344316144 140576331397616 140577156868738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20118] ppid=20103 vsize=13984976 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/20105/task/20118/stat : 20118 (java) S 20103 20103 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118184148 14320615424 393906 33554432000 4194304 4196468 140725344316144 140576330345312 140577156867797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20119] ppid=20103 vsize=13984976 memory=6791534058613427641 CPUtime=1.37 cores=1,3,5,7
/proc/20105/task/20119/stat : 20119 (java) S 20103 20103 17190 0 -1 1077944384 1543 0 0 0 61 76 0 0 20 0 15 0 118184148 14320615424 393906 33554432000 4194304 4196468 140725344316144 140576329292336 140577156868738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
Current children cumulated CPU time: 2461.41 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 1577004 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2500.9 s]
/proc/loadavg: 2.00 2.01 2.05 3/218 20295
/proc/meminfo: memFree=27425764/32770624 swapFree=67108860/67108860
[pid=20103] ppid=20100 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/20103/stat : 20103 (xcsp3-exec) S 20100 20103 17190 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 118184142 9740288 345 33554432000 4194304 5098028 140723597970432 140723597968536 139647746663036 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 38539264 140723597976687 140723597976891 140723597976891 140723597979627 0
/proc/20103/statm: 2378 345 289 221 0 87 0
[pid=20105] ppid=20103 vsize=13984976 memory=1575624 CPUtime=2520.05 cores=1,3,5,7
/proc/20105/stat : 20105 (java) S 20103 20103 17190 0 -1 1077944320 130136 0 0 0 251843 162 0 0 20 0 15 0 118184142 14320615424 393906 33554432000 4194304 4196468 140725344316144 140725344298688 140577156857591 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
/proc/20105/statm: 3496244 393906 3284 1 0 3483478 0
[pid=20105/tid=20106] ppid=20103 vsize=13984976 memory=1575624 CPUtime=2497.56 cores=1,3,5,7
/proc/20105/task/20106/stat : 20106 (java) R 20103 20103 17190 0 -1 4202560 49165 0 0 0 249735 21 0 0 20 0 15 0 118184142 14320615424 393906 33554432000 4194304 4196468 140725344316144 140577161096272 140576788079902 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20107] ppid=20103 vsize=13984976 memory=1380 CPUtime=2.54 cores=1,3,5,7
/proc/20105/task/20107/stat : 20107 (java) S 20103 20103 17190 0 -1 1077944384 1746 0 0 0 240 14 0 0 20 0 15 0 118184143 14320615424 393906 33554432000 4194304 4196468 140725344316144 140577109478416 140577156867797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20108] ppid=20103 vsize=13984976 memory=1575624 CPUtime=2.55 cores=1,3,5,7
/proc/20105/task/20108/stat : 20108 (java) S 20103 20103 17190 0 -1 1077944384 1623 0 0 0 240 15 0 0 20 0 15 0 118184143 14320615424 393906 33554432000 4194304 4196468 140725344316144 140577108425872 140577156867797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20109] ppid=20103 vsize=13984976 memory=1575624 CPUtime=2.52 cores=1,3,5,7
/proc/20105/task/20109/stat : 20109 (java) S 20103 20103 17190 0 -1 1077944384 1065 0 0 0 238 14 0 0 20 0 15 0 118184143 14320615424 393906 33554432000 4194304 4196468 140725344316144 140577107372816 140577156867797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20110] ppid=20103 vsize=13984976 memory=1575624 CPUtime=2.51 cores=1,3,5,7
/proc/20105/task/20110/stat : 20110 (java) S 20103 20103 17190 0 -1 1077944384 1654 0 0 0 236 15 0 0 20 0 15 0 118184143 14320615424 393906 33554432000 4194304 4196468 140725344316144 140577106320272 140577156867797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20111] ppid=20103 vsize=13984976 memory=1380 CPUtime=0.89 cores=1,3,5,7
/proc/20105/task/20111/stat : 20111 (java) S 20103 20103 17190 0 -1 1077944384 5229 0 0 0 85 4 0 0 20 0 15 0 118184145 14320615424 393906 33554432000 4194304 4196468 140725344316144 140576337713392 140577156868738 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20112] ppid=20103 vsize=13984976 memory=1575624 CPUtime=0 cores=1,3,5,7
/proc/20105/task/20112/stat : 20112 (java) S 20103 20103 17190 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 118184145 14320615424 393906 33554432000 4194304 4196468 140725344316144 140576336659680 140577156867797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20113] ppid=20103 vsize=13984976 memory=1575624 CPUtime=0 cores=1,3,5,7
/proc/20105/task/20113/stat : 20113 (java) S 20103 20103 17190 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 118184145 14320615424 393906 33554432000 4194304 4196468 140725344316144 140576335606528 140577156867797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20114] ppid=20103 vsize=13984976 memory=1575624 CPUtime=0 cores=1,3,5,7
/proc/20105/task/20114/stat : 20114 (java) S 20103 20103 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118184148 14320615424 393906 33554432000 4194304 4196468 140725344316144 140576334555088 140577156876187 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20115] ppid=20103 vsize=13984976 memory=1380 CPUtime=4.6 cores=1,3,5,7
/proc/20105/task/20115/stat : 20115 (java) S 20103 20103 17190 0 -1 1077944384 27212 0 0 0 457 3 0 0 20 0 15 0 118184148 14320615424 393906 33554432000 4194304 4196468 140725344316144 140576333503216 140577156868738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20116] ppid=20103 vsize=13984976 memory=1575624 CPUtime=4.43 cores=1,3,5,7
/proc/20105/task/20116/stat : 20116 (java) S 20103 20103 17190 0 -1 1077944384 25427 0 0 0 440 3 0 0 20 0 15 0 118184148 14320615424 393906 33554432000 4194304 4196468 140725344316144 140576332450672 140577156868738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20117] ppid=20103 vsize=13984976 memory=1575624 CPUtime=0.94 cores=1,3,5,7
/proc/20105/task/20117/stat : 20117 (java) S 20103 20103 17190 0 -1 1077944384 14102 0 0 0 92 2 0 0 20 0 15 0 118184148 14320615424 393906 33554432000 4194304 4196468 140725344316144 140576331397616 140577156868738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20118] ppid=20103 vsize=13984976 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/20105/task/20118/stat : 20118 (java) S 20103 20103 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118184148 14320615424 393906 33554432000 4194304 4196468 140725344316144 140576330345312 140577156867797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20119] ppid=20103 vsize=13984976 memory=1380 CPUtime=1.41 cores=1,3,5,7
/proc/20105/task/20119/stat : 20119 (java) S 20103 20103 17190 0 -1 1077944384 1565 0 0 0 63 78 0 0 20 0 15 0 118184148 14320615424 393906 33554432000 4194304 4196468 140725344316144 140576329292336 140577156868738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 1577004 KiB

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

[startup+2500.91 s]
# the end of solver process 20103 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.000944 s, system=0.000944 s

[startup+2500.92 s]
# the end of solver process 20105 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.45 s, system=1.63225 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+2500.9 s]
/proc/loadavg: 2.00 2.01 2.05 3/218 20295
/proc/meminfo: memFree=27425764/32770624 swapFree=67108860/67108860
[pid=20103] ppid=20100 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/20103/stat : 20103 (xcsp3-exec) S 20100 20103 17190 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 118184142 9740288 345 33554432000 4194304 5098028 140723597970432 140723597968536 139647746663036 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 38539264 140723597976687 140723597976891 140723597976891 140723597979627 0
/proc/20103/statm: 2378 345 289 221 0 87 0
[pid=20105] ppid=20103 vsize=13984976 memory=1575624 CPUtime=2520.05 cores=1,3,5,7
/proc/20105/stat : 20105 (java) S 20103 20103 17190 0 -1 1077944320 130136 0 0 0 251843 162 0 0 20 0 15 0 118184142 14320615424 393906 33554432000 4194304 4196468 140725344316144 140725344298688 140577156857591 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
/proc/20105/statm: 3496244 393906 3284 1 0 3483478 0
[pid=20105/tid=20106] ppid=20103 vsize=13984976 memory=1575624 CPUtime=2497.56 cores=1,3,5,7
/proc/20105/task/20106/stat : 20106 (java) R 20103 20103 17190 0 -1 4202560 49165 0 0 0 249735 21 0 0 20 0 15 0 118184142 14320615424 393906 33554432000 4194304 4196468 140725344316144 140577161096272 140576788079902 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20107] ppid=20103 vsize=13984976 memory=1380 CPUtime=2.54 cores=1,3,5,7
/proc/20105/task/20107/stat : 20107 (java) S 20103 20103 17190 0 -1 1077944384 1746 0 0 0 240 14 0 0 20 0 15 0 118184143 14320615424 393906 33554432000 4194304 4196468 140725344316144 140577109478416 140577156867797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20108] ppid=20103 vsize=13984976 memory=1575624 CPUtime=2.55 cores=1,3,5,7
/proc/20105/task/20108/stat : 20108 (java) S 20103 20103 17190 0 -1 1077944384 1623 0 0 0 240 15 0 0 20 0 15 0 118184143 14320615424 393906 33554432000 4194304 4196468 140725344316144 140577108425872 140577156867797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20109] ppid=20103 vsize=13984976 memory=1575624 CPUtime=2.52 cores=1,3,5,7
/proc/20105/task/20109/stat : 20109 (java) S 20103 20103 17190 0 -1 1077944384 1065 0 0 0 238 14 0 0 20 0 15 0 118184143 14320615424 393906 33554432000 4194304 4196468 140725344316144 140577107372816 140577156867797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20110] ppid=20103 vsize=13984976 memory=1575624 CPUtime=2.51 cores=1,3,5,7
/proc/20105/task/20110/stat : 20110 (java) S 20103 20103 17190 0 -1 1077944384 1654 0 0 0 236 15 0 0 20 0 15 0 118184143 14320615424 393906 33554432000 4194304 4196468 140725344316144 140577106320272 140577156867797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20111] ppid=20103 vsize=13984976 memory=1380 CPUtime=0.89 cores=1,3,5,7
/proc/20105/task/20111/stat : 20111 (java) S 20103 20103 17190 0 -1 1077944384 5229 0 0 0 85 4 0 0 20 0 15 0 118184145 14320615424 393906 33554432000 4194304 4196468 140725344316144 140576337713392 140577156868738 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20112] ppid=20103 vsize=13984976 memory=1575624 CPUtime=0 cores=1,3,5,7
/proc/20105/task/20112/stat : 20112 (java) S 20103 20103 17190 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 118184145 14320615424 393906 33554432000 4194304 4196468 140725344316144 140576336659680 140577156867797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20113] ppid=20103 vsize=13984976 memory=1575624 CPUtime=0 cores=1,3,5,7
/proc/20105/task/20113/stat : 20113 (java) S 20103 20103 17190 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 118184145 14320615424 393906 33554432000 4194304 4196468 140725344316144 140576335606528 140577156867797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20114] ppid=20103 vsize=13984976 memory=1575624 CPUtime=0 cores=1,3,5,7
/proc/20105/task/20114/stat : 20114 (java) S 20103 20103 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118184148 14320615424 393906 33554432000 4194304 4196468 140725344316144 140576334555088 140577156876187 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20115] ppid=20103 vsize=13984976 memory=1380 CPUtime=4.6 cores=1,3,5,7
/proc/20105/task/20115/stat : 20115 (java) S 20103 20103 17190 0 -1 1077944384 27212 0 0 0 457 3 0 0 20 0 15 0 118184148 14320615424 393906 33554432000 4194304 4196468 140725344316144 140576333503216 140577156868738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20116] ppid=20103 vsize=13984976 memory=1575624 CPUtime=4.43 cores=1,3,5,7
/proc/20105/task/20116/stat : 20116 (java) S 20103 20103 17190 0 -1 1077944384 25427 0 0 0 440 3 0 0 20 0 15 0 118184148 14320615424 393906 33554432000 4194304 4196468 140725344316144 140576332450672 140577156868738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20117] ppid=20103 vsize=13984976 memory=1575624 CPUtime=0.94 cores=1,3,5,7
/proc/20105/task/20117/stat : 20117 (java) S 20103 20103 17190 0 -1 1077944384 14102 0 0 0 92 2 0 0 20 0 15 0 118184148 14320615424 393906 33554432000 4194304 4196468 140725344316144 140576331397616 140577156868738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20118] ppid=20103 vsize=13984976 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/20105/task/20118/stat : 20118 (java) S 20103 20103 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118184148 14320615424 393906 33554432000 4194304 4196468 140725344316144 140576330345312 140577156867797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
[pid=20105/tid=20119] ppid=20103 vsize=13984976 memory=1380 CPUtime=1.41 cores=1,3,5,7
/proc/20105/task/20119/stat : 20119 (java) S 20103 20103 17190 0 -1 1077944384 1565 0 0 0 63 78 0 0 20 0 15 0 118184148 14320615424 393906 33554432000 4194304 4196468 140725344316144 140576329292336 140577156868738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8007680 140725344318615 140725344318791 140725344318791 140725344321487 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 1577004 KiB

Child status: 143
Real time (s): 2500.92
CPU time (s): 2520.08
CPU user time (s): 2518.45
CPU system time (s): 1.63225
CPU usage (%): 100.766
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 1577004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.45
system time used= 1.63225
maximum resident set size= 1576188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 131006
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57350
involuntary context switches= 943


# summary of solver processes directly reported to runsolver:
#   pid: 20103,20105
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2518.45
#   total CPU system time (s): 1.63225

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.1905 second user time and 24.1464 second system time

The end

Launcher Data

Begin job on node112 at 2017-08-16 04:21:45
IDJOB=4269462
IDBENCH=139283
IDSOLVER=2660
FILE ID=node112/4269462-1502850964
RUNJOBID= node112-1502839811-17222
PBS_JOBID= 20629854
Free space on /tmp= 61816 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/Fischer/Fischer-m1-s1/Fischer-08-07-fair.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-4269462-1502850964/watcher-4269462-1502850964 -o /tmp/evaluation-result-4269462-1502850964/solver-4269462-1502850964 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node112-1502839811-17222 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 632692866 HOME/instance-4269462-1502850964.xml

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

MD5SUM BENCH= 5f690ca061a68a4e848a5e1ee5dffcd4
RANDOM SEED=632692866

node112.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.24
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.24
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.24
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.24
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:        31358068 kB
MemAvailable:   31791612 kB
Buffers:          212424 kB
Cached:           502448 kB
SwapCached:            0 kB
Active:           671720 kB
Inactive:         287884 kB
Active(anon):     196088 kB
Inactive(anon):    76444 kB
Active(file):     475632 kB
Inactive(file):   211440 kB
Unevictable:        6276 kB
Mlocked:            6276 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8616 kB
Writeback:             0 kB
AnonPages:        328708 kB
Mapped:            58816 kB
Shmem:             25224 kB
Slab:             151064 kB
SReclaimable:     124616 kB
SUnreclaim:        26448 kB
KernelStack:        3840 kB
PageTables:         5964 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1258140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    227328 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= 61808 MiB
End job on node112 at 2017-08-16 05:03:26