Trace number 4282707

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-18)? (TO) 2520.04 2516.3101

General information on the benchmark

NameSchurrLemma/SchurrLemma-nor-s1/
SchurrLemma-nor-067-4.xml
MD5SUM22c6c6446a04b334dd8f238e60106d6c
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables67
Number of constraints1089
Number of domains1
Minimum domain size4
Maximum domain size4
Distribution of domain sizes[{"size":4,"count":67}]
Minimum variable degree33
Maximum variable degree65
Distribution of variable degrees[{"degree":33,"count":2},{"degree":34,"count":2},{"degree":35,"count":2},{"degree":36,"count":2},{"degree":37,"count":2},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":40,"count":2},{"degree":41,"count":2},{"degree":42,"count":2},{"degree":43,"count":2},{"degree":44,"count":2},{"degree":45,"count":2},{"degree":46,"count":2},{"degree":47,"count":2},{"degree":48,"count":2},{"degree":49,"count":4},{"degree":50,"count":2},{"degree":51,"count":2},{"degree":52,"count":2},{"degree":53,"count":2},{"degree":54,"count":2},{"degree":55,"count":2},{"degree":56,"count":2},{"degree":57,"count":2},{"degree":58,"count":2},{"degree":59,"count":2},{"degree":60,"count":2},{"degree":61,"count":2},{"degree":62,"count":2},{"degree":63,"count":2},{"degree":64,"count":2},{"degree":65,"count":1}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":1089}]
Number of extensional constraints0
Number of intensional constraints1089
Distribution of constraint types[{"type":"intension","count":1089}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.22	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4282707-1503170415.xml"  -tl '2520s' -p 1 -x 0
0.12/0.94	c [HOME/instance-4282707-1503170415.xml, -tl, 2520s, -p, 1, -x, 0]
0.12/1.00	c simple solver
0.33/1.06	c parse instance...
1.73/1.53	c solve instance...
2520.01/2516.30	s UNKNOWN
2520.01/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 (11551 MiB free)
  memory of node 1: 16384 MiB (15504 MiB free)
  node distances:
     10  21
     21  10

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

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

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


[startup+0.100156 s]*
/proc/loadavg: 2.06 1.97 1.96 2/197 28483
/proc/meminfo: memFree=27705804/32770624 swapFree=67108860/67108860
[pid=28482] ppid=28479 vsize=33976 memory=452 CPUtime=0 cores=1,3,5,7
/proc/28482/stat : 28482 (runsolver) D 28479 28482 13977 0 -1 4202560 111 0 0 0 0 0 0 0 20 0 1 0 105382116 34791424 113 18446744073709551615 4194304 4346622 140731683076128 140731683072760 140036048437975 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6446216 6449568 31285248 140731683082295 140731683082788 140731683082788 140731683086282 0
/proc/28482/statm: 8494 113 52 38 0 4205 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 33976 KiB
Current children cumulated memory: 452 KiB

[startup+0.2093 s]*
/proc/loadavg: 2.06 1.97 1.96 2/197 28483
/proc/meminfo: memFree=27705804/32770624 swapFree=67108860/67108860
[pid=28482] ppid=28479 vsize=33976 memory=452 CPUtime=0 cores=1,3,5,7
/proc/28482/stat : 28482 (runsolver) D 28479 28482 13977 0 -1 4202560 111 0 0 0 0 0 0 0 20 0 1 0 105382116 34791424 113 18446744073709551615 4194304 4346622 140731683076128 140731683072760 140036048437975 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6446216 6449568 31285248 140731683082295 140731683082788 140731683082788 140731683086282 0
/proc/28482/statm: 8494 113 52 38 0 4205 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 33976 KiB
Current children cumulated memory: 452 KiB

[startup+0.30901 s]*
/proc/loadavg: 2.06 1.97 1.96 2/211 28497
/proc/meminfo: memFree=27694420/32770624 swapFree=67108860/67108860
[pid=28482] ppid=28479 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/28482/stat : 28482 (xcsp3-exec) S 28479 28482 13977 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 105382116 9740288 345 18446744073709551615 4194304 5098028 140722476046896 140722476045000 140076710199932 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 22 0 0 7196144 7232144 29220864 140722476048761 140722476048965 140722476048965 140722476052459 0
/proc/28482/statm: 2378 345 289 221 0 87 0
[pid=28484] ppid=28482 vsize=13907304 memory=21752 CPUtime=0.05 cores=1,3,5,7
/proc/28484/stat : 28484 (java) S 28482 28482 13977 0 -1 1077944320 4821 0 0 0 5 0 0 0 20 0 14 0 105382138 14241079296 5438 18446744073709551615 4194304 4196468 140731329528992 140731329511536 139989066747639 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
/proc/28484/statm: 3476826 5438 2575 1 0 3466323 0
[pid=28484/tid=28485] ppid=28482 vsize=13907304 memory=288363917221298210 CPUtime=0.04 cores=1,3,5,7
/proc/28484/task/28485/stat : 28485 (java) D 28482 28482 13977 0 -1 1077944384 2998 0 0 0 4 0 0 0 20 0 14 0 105382139 14241079296 5438 18446744073709551615 4194304 4196468 140731329528992 139989070985024 139989066771517 0 4 1 16800974 18446744072101588516 0 0 -1 5 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28486] ppid=28482 vsize=13907304 memory=301 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28486/stat : 28486 (java) S 28482 28482 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 105382140 14241079296 5438 18446744073709551615 4194304 4196468 140731329528992 139988666870416 139989066757845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28487] ppid=28482 vsize=13907304 memory=140036052370647 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28487/stat : 28487 (java) S 28482 28482 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 105382140 14241079296 5438 18446744073709551615 4194304 4196468 140731329528992 139988665817616 139989066757845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28488] ppid=28482 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28488/stat : 28488 (java) S 28482 28482 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 105382140 14241079296 5438 18446744073709551615 4194304 4196468 140731329528992 139988664764816 139989066757845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28489] ppid=28482 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28489/stat : 28489 (java) S 28482 28482 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 105382140 14241079296 5438 18446744073709551615 4194304 4196468 140731329528992 139988663712016 139989066757845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28490] ppid=28482 vsize=13907304 memory=140036051388032 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28490/stat : 28490 (java) S 28482 28482 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 105382141 14241079296 5438 18446744073709551615 4194304 4196468 140731329528992 139988252035952 139989066758786 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28491] ppid=28482 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28491/stat : 28491 (java) S 28482 28482 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 105382141 14241079296 5438 18446744073709551615 4194304 4196468 140731329528992 139988250981920 139989066757845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28492] ppid=28482 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28492/stat : 28492 (java) S 28482 28482 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 105382142 14241079296 5438 18446744073709551615 4194304 4196468 140731329528992 139988249929072 139989066757845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28493] ppid=28482 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28493/stat : 28493 (java) S 28482 28482 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 105382144 14241079296 5438 18446744073709551615 4194304 4196468 140731329528992 139988248877392 139989066766235 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28494] ppid=28482 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28494/stat : 28494 (java) S 28482 28482 13977 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 14 0 105382144 14241079296 5438 18446744073709551615 4194304 4196468 140731329528992 139988247824752 139989066758786 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28495] ppid=28482 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28495/stat : 28495 (java) S 28482 28482 13977 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 14 0 105382144 14241079296 5438 18446744073709551615 4194304 4196468 140731329528992 139988246771952 139989066758786 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28496] ppid=28482 vsize=13907304 memory=140036051388032 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28496/stat : 28496 (java) S 28482 28482 13977 0 -1 1077944384 205 0 0 0 0 0 0 0 20 0 14 0 105382144 14241079296 5438 18446744073709551615 4194304 4196468 140731329528992 139988245719152 139989066758786 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28497] ppid=28482 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28497/stat : 28497 (java) S 28482 28482 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 105382144 14241079296 5438 18446744073709551615 4194304 4196468 140731329528992 139988244666592 139989066757845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 13916816 KiB
Current children cumulated memory: 23132 KiB

[startup+0.700744 s]
/proc/loadavg: 2.06 1.97 1.96 2/211 28497
/proc/meminfo: memFree=27694048/32770624 swapFree=67108860/67108860
[pid=28482] ppid=28479 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/28482/stat : 28482 (xcsp3-exec) S 28479 28482 13977 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 105382116 9740288 345 18446744073709551615 4194304 5098028 140722476046896 140722476045000 140076710199932 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 22 0 0 7196144 7232144 29220864 140722476048761 140722476048965 140722476048965 140722476052459 0
/proc/28482/statm: 2378 345 289 221 0 87 0
[pid=28484] ppid=28482 vsize=13907304 memory=21752 CPUtime=0.05 cores=1,3,5,7
/proc/28484/stat : 28484 (java) S 28482 28482 13977 0 -1 1077944320 4823 0 0 0 5 0 0 0 20 0 14 0 105382138 14241079296 5438 18446744073709551615 4194304 4196468 140731329528992 140731329511536 139989066747639 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
/proc/28484/statm: 3476826 5438 2575 1 0 3466323 0
[pid=28484/tid=28485] ppid=28482 vsize=13907304 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/28484/task/28485/stat : 28485 (java) D 28482 28482 13977 0 -1 4202560 3000 0 0 0 4 0 0 0 20 0 14 0 105382139 14241079296 5438 18446744073709551615 4194304 4196468 140731329528992 139989070985120 139989066769661 0 4 1 16800974 18446744071580418449 0 0 -1 5 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28486] ppid=28482 vsize=13907304 memory=-7161732098442470212 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28486/stat : 28486 (java) S 28482 28482 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 105382140 14241079296 5438 18446744073709551615 4194304 4196468 140731329528992 139988666870416 139989066757845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28487] ppid=28482 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28487/stat : 28487 (java) S 28482 28482 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 105382140 14241079296 5438 18446744073709551615 4194304 4196468 140731329528992 139988665817616 139989066757845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28488] ppid=28482 vsize=13907304 memory=280071864582384 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28488/stat : 28488 (java) S 28482 28482 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 105382140 14241079296 5438 18446744073709551615 4194304 4196468 140731329528992 139988664764816 139989066757845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28489] ppid=28482 vsize=13907304 memory=4120 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28489/stat : 28489 (java) S 28482 28482 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 105382140 14241079296 5438 18446744073709551615 4194304 4196468 140731329528992 139988663712016 139989066757845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28490] ppid=28482 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28490/stat : 28490 (java) S 28482 28482 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 105382141 14241079296 5438 18446744073709551615 4194304 4196468 140731329528992 139988252035952 139989066758786 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28491] ppid=28482 vsize=13907304 memory=140035932797012 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28491/stat : 28491 (java) S 28482 28482 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 105382141 14241079296 5438 18446744073709551615 4194304 4196468 140731329528992 139988250981920 139989066757845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28492] ppid=28482 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28492/stat : 28492 (java) S 28482 28482 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 105382142 14241079296 5438 18446744073709551615 4194304 4196468 140731329528992 139988249929072 139989066757845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28493] ppid=28482 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28493/stat : 28493 (java) S 28482 28482 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 105382144 14241079296 5438 18446744073709551615 4194304 4196468 140731329528992 139988248877392 139989066766235 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28494] ppid=28482 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28494/stat : 28494 (java) S 28482 28482 13977 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 14 0 105382144 14241079296 5438 18446744073709551615 4194304 4196468 140731329528992 139988247824752 139989066758786 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28495] ppid=28482 vsize=13907304 memory=7809523229951467576 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28495/stat : 28495 (java) S 28482 28482 13977 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 14 0 105382144 14241079296 5438 18446744073709551615 4194304 4196468 140731329528992 139988246771952 139989066758786 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28496] ppid=28482 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28496/stat : 28496 (java) S 28482 28482 13977 0 -1 1077944384 205 0 0 0 0 0 0 0 20 0 14 0 105382144 14241079296 5438 18446744073709551615 4194304 4196468 140731329528992 139988245719152 139989066758786 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28497] ppid=28482 vsize=13907304 memory=-6441694832944881449 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28497/stat : 28497 (java) S 28482 28482 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 105382144 14241079296 5438 18446744073709551615 4194304 4196468 140731329528992 139988244666592 139989066757845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 13916816 KiB
Current children cumulated memory: 23132 KiB

[startup+1.50701 s]
/proc/loadavg: 2.06 1.97 1.96 4/212 28498
/proc/meminfo: memFree=27676248/32770624 swapFree=67108860/67108860
[pid=28482] ppid=28479 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/28482/stat : 28482 (xcsp3-exec) S 28479 28482 13977 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 105382116 9740288 345 18446744073709551615 4194304 5098028 140722476046896 140722476045000 140076710199932 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 22 0 0 7196144 7232144 29220864 140722476048761 140722476048965 140722476048965 140722476052459 0
/proc/28482/statm: 2378 345 289 221 0 87 0
[pid=28484] ppid=28482 vsize=13980732 memory=89860 CPUtime=1.73 cores=1,3,5,7
/proc/28484/stat : 28484 (java) S 28482 28482 13977 0 -1 1077944320 13940 0 0 0 168 5 0 0 20 0 15 0 105382138 14316269568 22465 18446744073709551615 4194304 4196468 140731329528992 140731329511536 139989066747639 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
/proc/28484/statm: 3495183 22465 3167 1 0 3483476 0
[pid=28484/tid=28485] ppid=28482 vsize=13980732 memory=126682878970612 CPUtime=0.68 cores=1,3,5,7
/proc/28484/task/28485/stat : 28485 (java) R 28482 28482 13977 0 -1 4202560 8439 0 0 0 65 3 0 0 20 0 15 0 105382139 14316269568 22465 18446744073709551615 4194304 4196468 140731329528992 139989070982736 139989049269653 0 4 1 16800974 0 0 0 -1 1 0 0 51 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28486] ppid=28482 vsize=13980732 memory=126682878970612 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28486/stat : 28486 (java) S 28482 28482 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105382140 14316269568 22465 18446744073709551615 4194304 4196468 140731329528992 139988666870416 139989066757845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28487] ppid=28482 vsize=13980732 memory=126682878970612 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28487/stat : 28487 (java) S 28482 28482 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105382140 14316269568 22465 18446744073709551615 4194304 4196468 140731329528992 139988665817616 139989066757845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28488] ppid=28482 vsize=13980732 memory=126682878970612 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28488/stat : 28488 (java) S 28482 28482 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105382140 14316269568 22465 18446744073709551615 4194304 4196468 140731329528992 139988664764816 139989066757845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28489] ppid=28482 vsize=13980732 memory=126682878970356 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28489/stat : 28489 (java) S 28482 28482 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105382140 14316269568 22465 18446744073709551615 4194304 4196468 140731329528992 139988663712016 139989066757845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28490] ppid=28482 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28490/stat : 28490 (java) S 28482 28482 13977 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105382141 14316269568 22465 18446744073709551615 4194304 4196468 140731329528992 139988252035952 139989066758786 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28491] ppid=28482 vsize=13980732 memory=6307362066099964316 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28491/stat : 28491 (java) S 28482 28482 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105382141 14316269568 22465 18446744073709551615 4194304 4196468 140731329528992 139988250981920 139989066757845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28492] ppid=28482 vsize=13980732 memory=-7453528518462155811 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28492/stat : 28492 (java) S 28482 28482 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105382142 14316269568 22465 18446744073709551615 4194304 4196468 140731329528992 139988249929072 139989066757845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28493] ppid=28482 vsize=13980732 memory=280071864619160 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28493/stat : 28493 (java) S 28482 28482 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105382144 14316269568 22465 18446744073709551615 4194304 4196468 140731329528992 139988248877392 139989066766235 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28494] ppid=28482 vsize=13980732 memory=-8311738553153378854 CPUtime=0.29 cores=1,3,5,7
/proc/28484/task/28494/stat : 28494 (java) R 28482 28482 13977 0 -1 4202560 1358 0 0 0 29 0 0 0 20 0 15 0 105382144 14316269568 22465 18446744073709551615 4194304 4196468 140731329528992 139988247811600 139989044342384 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28495] ppid=28482 vsize=13980732 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/28484/task/28495/stat : 28495 (java) R 28482 28482 13977 0 -1 4202560 984 0 0 0 30 0 0 0 20 0 15 0 105382144 14316269568 22465 18446744073709551615 4194304 4196468 140731329528992 139988246753152 139989046578825 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28496] ppid=28482 vsize=13980732 memory=0 CPUtime=0.43 cores=1,3,5,7
/proc/28484/task/28496/stat : 28496 (java) S 28482 28482 13977 0 -1 1077944384 1850 0 0 0 42 1 0 0 20 0 15 0 105382144 14316269568 22465 18446744073709551615 4194304 4196468 140731329528992 139988245719152 139989066758786 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28497] ppid=28482 vsize=13980732 memory=835 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28497/stat : 28497 (java) S 28482 28482 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105382144 14316269568 22465 18446744073709551615 4194304 4196468 140731329528992 139988244666592 139989066757845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28498] ppid=28482 vsize=13980732 memory=140035932519248 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28498/stat : 28498 (java) S 28482 28482 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105382202 14316269568 22465 18446744073709551615 4194304 4196468 140731329528992 139988243614896 139989066758786 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
Current children cumulated CPU time: 1.73 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 91240 KiB

[startup+3.11018 s]
/proc/loadavg: 2.06 1.97 1.96 3/212 28498
/proc/meminfo: memFree=27623324/32770624 swapFree=67108860/67108860
[pid=28482] ppid=28479 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/28482/stat : 28482 (xcsp3-exec) S 28479 28482 13977 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 105382116 9740288 345 18446744073709551615 4194304 5098028 140722476046896 140722476045000 140076710199932 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 22 0 0 7196144 7232144 29220864 140722476048761 140722476048965 140722476048965 140722476052459 0
/proc/28482/statm: 2378 345 289 221 0 87 0
[pid=28484] ppid=28482 vsize=13980732 memory=95388 CPUtime=4.11 cores=1,3,5,7
/proc/28484/stat : 28484 (java) S 28482 28482 13977 0 -1 1077944320 16962 0 0 0 405 6 0 0 20 0 15 0 105382138 14316269568 23847 18446744073709551615 4194304 4196468 140731329528992 140731329511536 139989066747639 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
/proc/28484/statm: 3495183 23847 3186 1 0 3483476 0
[pid=28484/tid=28485] ppid=28482 vsize=13980732 memory=27325 CPUtime=2.28 cores=1,3,5,7
/proc/28484/task/28485/stat : 28485 (java) R 28482 28482 13977 0 -1 4202560 9264 0 0 0 225 3 0 0 20 0 15 0 105382139 14316269568 23847 18446744073709551615 4194304 4196468 140731329528992 139989070984416 139988709970272 0 4 1 16800974 0 0 0 -1 3 0 0 51 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28486] ppid=28482 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28486/stat : 28486 (java) S 28482 28482 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105382140 14316269568 23847 18446744073709551615 4194304 4196468 140731329528992 139988666870416 139989066757845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28487] ppid=28482 vsize=13980732 memory=8547710663883855229 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28487/stat : 28487 (java) S 28482 28482 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105382140 14316269568 23847 18446744073709551615 4194304 4196468 140731329528992 139988665817616 139989066757845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28488] ppid=28482 vsize=13980732 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28488/stat : 28488 (java) S 28482 28482 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105382140 14316269568 23847 18446744073709551615 4194304 4196468 140731329528992 139988664764816 139989066757845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28489] ppid=28482 vsize=13980732 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28489/stat : 28489 (java) S 28482 28482 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105382140 14316269568 23847 18446744073709551615 4194304 4196468 140731329528992 139988663712016 139989066757845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28490] ppid=28482 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28490/stat : 28490 (java) S 28482 28482 13977 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 105382141 14316269568 23847 18446744073709551615 4194304 4196468 140731329528992 139988252035952 139989066758786 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28491] ppid=28482 vsize=13980732 memory=21752 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28491/stat : 28491 (java) S 28482 28482 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105382141 14316269568 23847 18446744073709551615 4194304 4196468 140731329528992 139988250981920 139989066757845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28492] ppid=28482 vsize=13980732 memory=280071865011984 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28492/stat : 28492 (java) S 28482 28482 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105382142 14316269568 23847 18446744073709551615 4194304 4196468 140731329528992 139988249929072 139989066757845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28493] ppid=28482 vsize=13980732 memory=3756201744375519655 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28493/stat : 28493 (java) S 28482 28482 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105382144 14316269568 23847 18446744073709551615 4194304 4196468 140731329528992 139988248877392 139989066766235 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28494] ppid=28482 vsize=13980732 memory=140035932450416 CPUtime=0.64 cores=1,3,5,7
/proc/28484/task/28494/stat : 28494 (java) S 28482 28482 13977 0 -1 1077944384 1890 0 0 0 64 0 0 0 20 0 15 0 105382144 14316269568 23847 18446744073709551615 4194304 4196468 140731329528992 139988247824752 139989066758786 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28495] ppid=28482 vsize=13980732 memory=140035932450448 CPUtime=0.61 cores=1,3,5,7
/proc/28484/task/28495/stat : 28495 (java) S 28482 28482 13977 0 -1 1077944384 2084 0 0 0 61 0 0 0 20 0 15 0 105382144 14316269568 23847 18446744073709551615 4194304 4196468 140731329528992 139988246771952 139989066758786 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0

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

/proc/28484/task/28492/stat : 28492 (java) S 28482 28482 13977 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 105382142 14316269568 42544 18446744073709551615 4194304 4196468 140731329528992 139988249929072 139989066757845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28493] ppid=28482 vsize=13980732 memory=170036 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28493/stat : 28493 (java) S 28482 28482 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105382144 14316269568 42544 18446744073709551615 4194304 4196468 140731329528992 139988248877392 139989066766235 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28494] ppid=28482 vsize=13980732 memory=1380 CPUtime=1.41 cores=1,3,5,7
/proc/28484/task/28494/stat : 28494 (java) S 28482 28482 13977 0 -1 1077944384 16060 0 0 0 140 1 0 0 20 0 15 0 105382144 14316269568 42544 18446744073709551615 4194304 4196468 140731329528992 139988247824752 139989066758786 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28495] ppid=28482 vsize=13980732 memory=57424 CPUtime=1.39 cores=1,3,5,7
/proc/28484/task/28495/stat : 28495 (java) S 28482 28482 13977 0 -1 1077944384 15667 0 0 0 137 2 0 0 20 0 15 0 105382144 14316269568 42544 18446744073709551615 4194304 4196468 140731329528992 139988246771952 139989066758786 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28496] ppid=28482 vsize=13980732 memory=2384 CPUtime=0.61 cores=1,3,5,7
/proc/28484/task/28496/stat : 28496 (java) S 28482 28482 13977 0 -1 1077944384 8377 0 0 0 59 2 0 0 20 0 15 0 105382144 14316269568 42544 18446744073709551615 4194304 4196468 140731329528992 139988245719152 139989066758786 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28497] ppid=28482 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28497/stat : 28497 (java) S 28482 28482 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105382144 14316269568 42544 18446744073709551615 4194304 4196468 140731329528992 139988244666592 139989066757845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28498] ppid=28482 vsize=13980732 memory=1380 CPUtime=0.51 cores=1,3,5,7
/proc/28484/task/28498/stat : 28498 (java) S 28482 28482 13977 0 -1 1077944384 1479 0 0 0 20 31 0 0 20 0 15 0 105382202 14316269568 42544 18446744073709551615 4194304 4196468 140731329528992 139988243614896 139989066758786 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
Current children cumulated CPU time: 2445.99 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 171556 KiB

[startup+2502.3 s]
/proc/loadavg: 0.90 1.08 1.48 2/189 28687
/proc/meminfo: memFree=31187516/32770624 swapFree=67108860/67108860
[pid=28482] ppid=28479 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/28482/stat : 28482 (xcsp3-exec) S 28479 28482 13977 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 105382116 9740288 345 18446744073709551615 4194304 5098028 140722476046896 140722476045000 140076710199932 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 22 0 0 7196144 7232144 29220864 140722476048761 140722476048965 140722476048965 140722476052459 0
/proc/28482/statm: 2378 345 289 221 0 87 0
[pid=28484] ppid=28482 vsize=13980732 memory=170176 CPUtime=2506.01 cores=1,3,5,7
/proc/28484/stat : 28484 (java) S 28482 28482 13977 0 -1 1077944320 75399 0 0 0 250551 50 0 0 20 0 15 0 105382138 14316269568 42544 18446744073709551615 4194304 4196468 140731329528992 140731329511536 139989066747639 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
/proc/28484/statm: 3495183 42544 3218 1 0 3483476 0
[pid=28484/tid=28485] ppid=28482 vsize=13980732 memory=170176 CPUtime=2500.85 cores=1,3,5,7
/proc/28484/task/28485/stat : 28485 (java) R 28482 28482 13977 0 -1 4202560 18864 0 0 0 250078 7 0 0 20 0 15 0 105382139 14316269568 42544 18446744073709551615 4194304 4196468 140731329528992 139989070987072 139988710742667 0 4 1 16800974 0 0 0 -1 5 0 0 51 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28486] ppid=28482 vsize=13980732 memory=170176 CPUtime=0.22 cores=1,3,5,7
/proc/28484/task/28486/stat : 28486 (java) S 28482 28482 13977 0 -1 1077944384 3491 0 0 0 19 3 0 0 20 0 15 0 105382140 14316269568 42544 18446744073709551615 4194304 4196468 140731329528992 139988666870416 139989066757845 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28487] ppid=28482 vsize=13980732 memory=1380 CPUtime=0.22 cores=1,3,5,7
/proc/28484/task/28487/stat : 28487 (java) S 28482 28482 13977 0 -1 1077944384 1179 0 0 0 20 2 0 0 20 0 15 0 105382140 14316269568 42544 18446744073709551615 4194304 4196468 140731329528992 139988665817616 139989066757845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28488] ppid=28482 vsize=13980732 memory=1380 CPUtime=0.22 cores=1,3,5,7
/proc/28484/task/28488/stat : 28488 (java) S 28482 28482 13977 0 -1 1077944384 3850 0 0 0 19 3 0 0 20 0 15 0 105382140 14316269568 42544 18446744073709551615 4194304 4196468 140731329528992 139988664764816 139989066757845 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28489] ppid=28482 vsize=13980732 memory=170176 CPUtime=0.22 cores=1,3,5,7
/proc/28484/task/28489/stat : 28489 (java) S 28482 28482 13977 0 -1 1077944384 1220 0 0 0 20 2 0 0 20 0 15 0 105382140 14316269568 42544 18446744073709551615 4194304 4196468 140731329528992 139988663712016 139989066757845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28490] ppid=28482 vsize=13980732 memory=1380 CPUtime=0.25 cores=1,3,5,7
/proc/28484/task/28490/stat : 28490 (java) S 28482 28482 13977 0 -1 1077944384 3833 0 0 0 22 3 0 0 20 0 15 0 105382141 14316269568 42544 18446744073709551615 4194304 4196468 140731329528992 139988252035952 139989066758786 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28491] ppid=28482 vsize=13980732 memory=170176 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28491/stat : 28491 (java) S 28482 28482 13977 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 105382141 14316269568 42544 18446744073709551615 4194304 4196468 140731329528992 139988250981920 139989066757845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28492] ppid=28482 vsize=13980732 memory=170176 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28492/stat : 28492 (java) S 28482 28482 13977 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 105382142 14316269568 42544 18446744073709551615 4194304 4196468 140731329528992 139988249929072 139989066757845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28493] ppid=28482 vsize=13980732 memory=170176 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28493/stat : 28493 (java) S 28482 28482 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105382144 14316269568 42544 18446744073709551615 4194304 4196468 140731329528992 139988248877392 139989066766235 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28494] ppid=28482 vsize=13980732 memory=1380 CPUtime=1.41 cores=1,3,5,7
/proc/28484/task/28494/stat : 28494 (java) S 28482 28482 13977 0 -1 1077944384 16060 0 0 0 140 1 0 0 20 0 15 0 105382144 14316269568 42544 18446744073709551615 4194304 4196468 140731329528992 139988247824752 139989066758786 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28495] ppid=28482 vsize=13980732 memory=170176 CPUtime=1.39 cores=1,3,5,7
/proc/28484/task/28495/stat : 28495 (java) S 28482 28482 13977 0 -1 1077944384 15667 0 0 0 137 2 0 0 20 0 15 0 105382144 14316269568 42544 18446744073709551615 4194304 4196468 140731329528992 139988246771952 139989066758786 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28496] ppid=28482 vsize=13980732 memory=170176 CPUtime=0.61 cores=1,3,5,7
/proc/28484/task/28496/stat : 28496 (java) S 28482 28482 13977 0 -1 1077944384 8378 0 0 0 59 2 0 0 20 0 15 0 105382144 14316269568 42544 18446744073709551615 4194304 4196468 140731329528992 139988245719152 139989066758786 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28497] ppid=28482 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28497/stat : 28497 (java) S 28482 28482 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105382144 14316269568 42544 18446744073709551615 4194304 4196468 140731329528992 139988244666592 139989066757845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28498] ppid=28482 vsize=13980732 memory=1380 CPUtime=0.53 cores=1,3,5,7
/proc/28484/task/28498/stat : 28498 (java) S 28482 28482 13977 0 -1 1077944384 1498 0 0 0 21 32 0 0 20 0 15 0 105382202 14316269568 42544 18446744073709551615 4194304 4196468 140731329528992 139988243614896 139989066758786 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
Current children cumulated CPU time: 2506.01 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 171556 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2516.3 s]
/proc/loadavg: 0.92 1.08 1.47 2/189 28687
/proc/meminfo: memFree=31187516/32770624 swapFree=67108860/67108860
[pid=28482] ppid=28479 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/28482/stat : 28482 (xcsp3-exec) S 28479 28482 13977 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 105382116 9740288 345 18446744073709551615 4194304 5098028 140722476046896 140722476045000 140076710199932 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 22 0 0 7196144 7232144 29220864 140722476048761 140722476048965 140722476048965 140722476052459 0
/proc/28482/statm: 2378 345 289 221 0 87 0
[pid=28484] ppid=28482 vsize=13980732 memory=170176 CPUtime=2520.01 cores=1,3,5,7
/proc/28484/stat : 28484 (java) S 28482 28482 13977 0 -1 1077944320 75402 0 0 0 251951 50 0 0 20 0 15 0 105382138 14316269568 42544 18446744073709551615 4194304 4196468 140731329528992 140731329511536 139989066747639 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
/proc/28484/statm: 3495183 42544 3218 1 0 3483476 0
[pid=28484/tid=28485] ppid=28482 vsize=13980732 memory=170176 CPUtime=2514.85 cores=1,3,5,7
/proc/28484/task/28485/stat : 28485 (java) R 28482 28482 13977 0 -1 4202560 18867 0 0 0 251478 7 0 0 20 0 15 0 105382139 14316269568 42544 18446744073709551615 4194304 4196468 140731329528992 139989070987072 139988710164294 0 4 1 16800974 0 0 0 -1 5 0 0 51 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28486] ppid=28482 vsize=13980732 memory=1380 CPUtime=0.22 cores=1,3,5,7
/proc/28484/task/28486/stat : 28486 (java) S 28482 28482 13977 0 -1 1077944384 3491 0 0 0 19 3 0 0 20 0 15 0 105382140 14316269568 42544 18446744073709551615 4194304 4196468 140731329528992 139988666870416 139989066757845 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28487] ppid=28482 vsize=13980732 memory=170176 CPUtime=0.22 cores=1,3,5,7
/proc/28484/task/28487/stat : 28487 (java) S 28482 28482 13977 0 -1 1077944384 1179 0 0 0 20 2 0 0 20 0 15 0 105382140 14316269568 42544 18446744073709551615 4194304 4196468 140731329528992 139988665817616 139989066757845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28488] ppid=28482 vsize=13980732 memory=1380 CPUtime=0.22 cores=1,3,5,7
/proc/28484/task/28488/stat : 28488 (java) S 28482 28482 13977 0 -1 1077944384 3850 0 0 0 19 3 0 0 20 0 15 0 105382140 14316269568 42544 18446744073709551615 4194304 4196468 140731329528992 139988664764816 139989066757845 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28489] ppid=28482 vsize=13980732 memory=170176 CPUtime=0.22 cores=1,3,5,7
/proc/28484/task/28489/stat : 28489 (java) S 28482 28482 13977 0 -1 1077944384 1220 0 0 0 20 2 0 0 20 0 15 0 105382140 14316269568 42544 18446744073709551615 4194304 4196468 140731329528992 139988663712016 139989066757845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28490] ppid=28482 vsize=13980732 memory=170176 CPUtime=0.25 cores=1,3,5,7
/proc/28484/task/28490/stat : 28490 (java) S 28482 28482 13977 0 -1 1077944384 3833 0 0 0 22 3 0 0 20 0 15 0 105382141 14316269568 42544 18446744073709551615 4194304 4196468 140731329528992 139988252035952 139989066758786 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28491] ppid=28482 vsize=13980732 memory=170176 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28491/stat : 28491 (java) S 28482 28482 13977 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 105382141 14316269568 42544 18446744073709551615 4194304 4196468 140731329528992 139988250981920 139989066757845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28492] ppid=28482 vsize=13980732 memory=170176 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28492/stat : 28492 (java) S 28482 28482 13977 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 105382142 14316269568 42544 18446744073709551615 4194304 4196468 140731329528992 139988249929072 139989066757845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28493] ppid=28482 vsize=13980732 memory=170176 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28493/stat : 28493 (java) S 28482 28482 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105382144 14316269568 42544 18446744073709551615 4194304 4196468 140731329528992 139988248877392 139989066766235 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28494] ppid=28482 vsize=13980732 memory=170176 CPUtime=1.41 cores=1,3,5,7
/proc/28484/task/28494/stat : 28494 (java) S 28482 28482 13977 0 -1 1077944384 16060 0 0 0 140 1 0 0 20 0 15 0 105382144 14316269568 42544 18446744073709551615 4194304 4196468 140731329528992 139988247824752 139989066758786 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28495] ppid=28482 vsize=13980732 memory=1380 CPUtime=1.39 cores=1,3,5,7
/proc/28484/task/28495/stat : 28495 (java) S 28482 28482 13977 0 -1 1077944384 15667 0 0 0 137 2 0 0 20 0 15 0 105382144 14316269568 42544 18446744073709551615 4194304 4196468 140731329528992 139988246771952 139989066758786 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28496] ppid=28482 vsize=13980732 memory=170176 CPUtime=0.61 cores=1,3,5,7
/proc/28484/task/28496/stat : 28496 (java) S 28482 28482 13977 0 -1 1077944384 8378 0 0 0 59 2 0 0 20 0 15 0 105382144 14316269568 42544 18446744073709551615 4194304 4196468 140731329528992 139988245719152 139989066758786 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28497] ppid=28482 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28497/stat : 28497 (java) S 28482 28482 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105382144 14316269568 42544 18446744073709551615 4194304 4196468 140731329528992 139988244666592 139989066757845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28498] ppid=28482 vsize=13980732 memory=1580 CPUtime=0.53 cores=1,3,5,7
/proc/28484/task/28498/stat : 28498 (java) S 28482 28482 13977 0 -1 1077944384 1498 0 0 0 21 32 0 0 20 0 15 0 105382202 14316269568 42544 18446744073709551615 4194304 4196468 140731329528992 139988243614896 139989066758786 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 171556 KiB

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

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

[startup+2516.31 s]
# the end of solver process 28484 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.53 s, system=0.51099 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: 0.92 1.08 1.47 2/189 28687
/proc/meminfo: memFree=31187516/32770624 swapFree=67108860/67108860
[pid=28482] ppid=28479 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/28482/stat : 28482 (xcsp3-exec) S 28479 28482 13977 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 105382116 9740288 345 18446744073709551615 4194304 5098028 140722476046896 140722476045000 140076710199932 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 22 0 0 7196144 7232144 29220864 140722476048761 140722476048965 140722476048965 140722476052459 0
/proc/28482/statm: 2378 345 289 221 0 87 0
[pid=28484] ppid=28482 vsize=13980732 memory=170176 CPUtime=2520.01 cores=1,3,5,7
/proc/28484/stat : 28484 (java) S 28482 28482 13977 0 -1 1077944320 75402 0 0 0 251951 50 0 0 20 0 15 0 105382138 14316269568 42544 18446744073709551615 4194304 4196468 140731329528992 140731329511536 139989066747639 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
/proc/28484/statm: 3495183 42544 3218 1 0 3483476 0
[pid=28484/tid=28485] ppid=28482 vsize=13980732 memory=170176 CPUtime=2514.85 cores=1,3,5,7
/proc/28484/task/28485/stat : 28485 (java) R 28482 28482 13977 0 -1 4202560 18867 0 0 0 251478 7 0 0 20 0 15 0 105382139 14316269568 42544 18446744073709551615 4194304 4196468 140731329528992 139989070987072 139988710164294 0 4 1 16800974 0 0 0 -1 5 0 0 51 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28486] ppid=28482 vsize=13980732 memory=1380 CPUtime=0.22 cores=1,3,5,7
/proc/28484/task/28486/stat : 28486 (java) S 28482 28482 13977 0 -1 1077944384 3491 0 0 0 19 3 0 0 20 0 15 0 105382140 14316269568 42544 18446744073709551615 4194304 4196468 140731329528992 139988666870416 139989066757845 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28487] ppid=28482 vsize=13980732 memory=170176 CPUtime=0.22 cores=1,3,5,7
/proc/28484/task/28487/stat : 28487 (java) S 28482 28482 13977 0 -1 1077944384 1179 0 0 0 20 2 0 0 20 0 15 0 105382140 14316269568 42544 18446744073709551615 4194304 4196468 140731329528992 139988665817616 139989066757845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28488] ppid=28482 vsize=13980732 memory=1380 CPUtime=0.22 cores=1,3,5,7
/proc/28484/task/28488/stat : 28488 (java) S 28482 28482 13977 0 -1 1077944384 3850 0 0 0 19 3 0 0 20 0 15 0 105382140 14316269568 42544 18446744073709551615 4194304 4196468 140731329528992 139988664764816 139989066757845 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28489] ppid=28482 vsize=13980732 memory=170176 CPUtime=0.22 cores=1,3,5,7
/proc/28484/task/28489/stat : 28489 (java) S 28482 28482 13977 0 -1 1077944384 1220 0 0 0 20 2 0 0 20 0 15 0 105382140 14316269568 42544 18446744073709551615 4194304 4196468 140731329528992 139988663712016 139989066757845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28490] ppid=28482 vsize=13980732 memory=170176 CPUtime=0.25 cores=1,3,5,7
/proc/28484/task/28490/stat : 28490 (java) S 28482 28482 13977 0 -1 1077944384 3833 0 0 0 22 3 0 0 20 0 15 0 105382141 14316269568 42544 18446744073709551615 4194304 4196468 140731329528992 139988252035952 139989066758786 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28491] ppid=28482 vsize=13980732 memory=170176 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28491/stat : 28491 (java) S 28482 28482 13977 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 105382141 14316269568 42544 18446744073709551615 4194304 4196468 140731329528992 139988250981920 139989066757845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28492] ppid=28482 vsize=13980732 memory=170176 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28492/stat : 28492 (java) S 28482 28482 13977 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 105382142 14316269568 42544 18446744073709551615 4194304 4196468 140731329528992 139988249929072 139989066757845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28493] ppid=28482 vsize=13980732 memory=170176 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28493/stat : 28493 (java) S 28482 28482 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105382144 14316269568 42544 18446744073709551615 4194304 4196468 140731329528992 139988248877392 139989066766235 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28494] ppid=28482 vsize=13980732 memory=170176 CPUtime=1.41 cores=1,3,5,7
/proc/28484/task/28494/stat : 28494 (java) S 28482 28482 13977 0 -1 1077944384 16060 0 0 0 140 1 0 0 20 0 15 0 105382144 14316269568 42544 18446744073709551615 4194304 4196468 140731329528992 139988247824752 139989066758786 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28495] ppid=28482 vsize=13980732 memory=1380 CPUtime=1.39 cores=1,3,5,7
/proc/28484/task/28495/stat : 28495 (java) S 28482 28482 13977 0 -1 1077944384 15667 0 0 0 137 2 0 0 20 0 15 0 105382144 14316269568 42544 18446744073709551615 4194304 4196468 140731329528992 139988246771952 139989066758786 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28496] ppid=28482 vsize=13980732 memory=170176 CPUtime=0.61 cores=1,3,5,7
/proc/28484/task/28496/stat : 28496 (java) S 28482 28482 13977 0 -1 1077944384 8378 0 0 0 59 2 0 0 20 0 15 0 105382144 14316269568 42544 18446744073709551615 4194304 4196468 140731329528992 139988245719152 139989066758786 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28497] ppid=28482 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/28484/task/28497/stat : 28497 (java) S 28482 28482 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105382144 14316269568 42544 18446744073709551615 4194304 4196468 140731329528992 139988244666592 139989066757845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
[pid=28484/tid=28498] ppid=28482 vsize=13980732 memory=1580 CPUtime=0.53 cores=1,3,5,7
/proc/28484/task/28498/stat : 28498 (java) S 28482 28482 13977 0 -1 1077944384 1498 0 0 0 21 32 0 0 20 0 15 0 105382202 14316269568 42544 18446744073709551615 4194304 4196468 140731329528992 139988243614896 139989066758786 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17604608 140731329532337 140731329532513 140731329532513 140731329535951 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 171556 KiB

Child status: 143
Real time (s): 2516.31
CPU time (s): 2520.04
CPU user time (s): 2519.53
CPU system time (s): 0.51099
CPU usage (%): 100.148
Max. virtual memory (cumulated for all children) (KiB): 13992004
Max. memory (cumulated for all children) (KiB): 217560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.53
system time used= 0.51099
maximum resident set size= 220284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76249
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 62836
involuntary context switches= 1400


# summary of solver processes directly reported to runsolver:
#   pid: 28482,28484
#   total CPU time (s): 2520.04
#   total CPU user time (s): 2519.53
#   total CPU system time (s): 0.51099

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.6264 second user time and 22.0871 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-19 21:05:58
IDJOB=4282707
IDBENCH=140599
IDSOLVER=2677
FILE ID=node124/4282707-1503170415
RUNJOBID= node124-1503095780-14042
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/SchurrLemma/SchurrLemma-nor-s1/SchurrLemma-nor-067-4.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-4282707-1503170415/watcher-4282707-1503170415 -o /tmp/evaluation-result-4282707-1503170415/solver-4282707-1503170415 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1503095780-14042 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 763994232 HOME/instance-4282707-1503170415.xml

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

MD5SUM BENCH= 22c6c6446a04b334dd8f238e60106d6c
RANDOM SEED=763994232

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:        27706408 kB
MemAvailable:   28342080 kB
Buffers:          293016 kB
Cached:           635476 kB
SwapCached:            0 kB
Active:          4229380 kB
Inactive:         375436 kB
Active(anon):    3628632 kB
Inactive(anon):    89140 kB
Active(file):     600748 kB
Inactive(file):   286296 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7840 kB
Writeback:             4 kB
AnonPages:       3675836 kB
Mapped:            70128 kB
Shmem:             41704 kB
Slab:             155968 kB
SReclaimable:     128924 kB
SUnreclaim:        27044 kB
KernelStack:        3520 kB
PageTables:        12420 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4666672 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3569664 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= 62024 MiB
End job on node124 at 2017-08-19 21:47:55