Trace number 4405945

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-09-24? (TO) 2520.05 2502.13

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 benchmark13.9702
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 -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4405945-1569413301.xml"  -tl '2520s' -p 1
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4405945-1569413301.xml, -tl, 2520s, -p, 1]
0.34/0.22	c simple solver
0.34/0.28	c parse instance...
7.04/2.38	c solve instance...
2520.03/2502.11	s UNKNOWN
2520.03/2502.11	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 (13242 MiB free)
  memory of node 1: 16384 MiB (11999 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405945-1569413301/watcher-4405945-1569413301 -o /var/tmp/evaluation-result-4405945-1569413301/solver-4405945-1569413301 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node105-1569392969-18884 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1767375395 HOME/instance-4405945-1569413301.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=24083, runsolver pid=24080

[startup+0.101952 s]*
/proc/loadavg: 4.50 4.01 2.84 3/228 24099
/proc/meminfo: memFree=25832012/32770624 swapFree=66956964/67108860
[pid=24083] ppid=24080 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/24083/stat : 24083 (xcsp3-exec) S 24080 24083 18852 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 517587825 115843072 364 33554432000 4194304 5098028 140721558791808 140721558789912 140676185776764 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 28000256 140721558799190 140721558799449 140721558799449 140721558802374 0
/proc/24083/statm: 28282 364 305 221 0 87 0
[pid=24085] ppid=24083 vsize=15144776 memory=29192 CPUtime=0.13 cores=1,3,5,7
/proc/24085/stat : 24085 (java) S 24083 24083 18852 0 -1 1077944320 5672 0 0 0 13 0 0 0 20 0 15 0 517587825 15508250624 7298 33554432000 4194304 4196468 140723235155696 140723235138240 140305902882551 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
/proc/24085/statm: 3786194 7298 3210 1 0 3748377 0
[pid=24085/tid=24086] ppid=24083 vsize=15144776 memory=-2698085374278620574 CPUtime=0.09 cores=1,3,5,7
/proc/24085/task/24086/stat : 24086 (java) R 24083 24083 18852 0 -1 4202560 3550 0 0 0 9 0 0 0 20 0 15 0 517587826 15508250624 7298 33554432000 4194304 4196468 140723235155696 140305907113552 140305886926181 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24087] ppid=24083 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/24085/task/24087/stat : 24087 (java) S 24083 24083 18852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517587826 15508250624 7298 33554432000 4194304 4196468 140723235155696 140305855502864 140305902892757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24088] ppid=24083 vsize=15144776 memory=140671032710784 CPUtime=0 cores=1,3,5,7
/proc/24085/task/24088/stat : 24088 (java) S 24083 24083 18852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517587826 15508250624 7298 33554432000 4194304 4196468 140723235155696 140305854450320 140305902892757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24089] ppid=24083 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24085/task/24089/stat : 24089 (java) S 24083 24083 18852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517587826 15508250624 7298 33554432000 4194304 4196468 140723235155696 140305853397264 140305902892757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24090] ppid=24083 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24085/task/24090/stat : 24090 (java) S 24083 24083 18852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517587827 15508250624 7298 33554432000 4194304 4196468 140723235155696 140305852344720 140305902892757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24091] ppid=24083 vsize=15144776 memory=140671032710784 CPUtime=0 cores=1,3,5,7
/proc/24085/task/24091/stat : 24091 (java) S 24083 24083 18852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517587828 15508250624 7298 33554432000 4194304 4196468 140723235155696 140304776674032 140305902893698 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24092] ppid=24083 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24085/task/24092/stat : 24092 (java) S 24083 24083 18852 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517587828 15508250624 7298 33554432000 4194304 4196468 140723235155696 140304775620256 140305902892757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24093] ppid=24083 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24085/task/24093/stat : 24093 (java) S 24083 24083 18852 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517587829 15508250624 7298 33554432000 4194304 4196468 140723235155696 140304774567152 140305902892757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24094] ppid=24083 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24085/task/24094/stat : 24094 (java) S 24083 24083 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517587831 15508250624 7298 33554432000 4194304 4196468 140723235155696 140304773515728 140305902901147 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24095] ppid=24083 vsize=15144776 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/24085/task/24095/stat : 24095 (java) R 24083 24083 18852 0 -1 4202560 477 0 0 0 1 0 0 0 20 0 15 0 517587831 15508250624 7298 33554432000 4194304 4196468 140723235155696 140304772454336 140305887275856 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24096] ppid=24083 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24085/task/24096/stat : 24096 (java) R 24083 24083 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517587831 15508250624 7298 33554432000 4194304 4196468 140723235155696 140304462993872 140305902892757 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24097] ppid=24083 vsize=15144776 memory=140671032710784 CPUtime=0.02 cores=1,3,5,7
/proc/24085/task/24097/stat : 24097 (java) R 24083 24083 18852 0 -1 4202560 350 0 0 0 2 0 0 0 20 0 15 0 517587831 15508250624 7298 33554432000 4194304 4196468 140723235155696 140304461940720 140305881823998 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24098] ppid=24083 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24085/task/24098/stat : 24098 (java) S 24083 24083 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517587831 15508250624 7298 33554432000 4194304 4196468 140723235155696 140304460888416 140305902892757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24099] ppid=24083 vsize=15144776 memory=140671032710784 CPUtime=0 cores=1,3,5,7
/proc/24085/task/24099/stat : 24099 (java) R 24083 24083 18852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517587831 15508250624 7298 33554432000 4194304 4196468 140723235155696 140304459836464 140305902893698 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30648 KiB

[startup+0.210694 s]*
/proc/loadavg: 4.50 4.01 2.84 5/228 24099
/proc/meminfo: memFree=25818524/32770624 swapFree=66956964/67108860
[pid=24083] ppid=24080 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/24083/stat : 24083 (xcsp3-exec) S 24080 24083 18852 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 517587825 115843072 364 33554432000 4194304 5098028 140721558791808 140721558789912 140676185776764 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 28000256 140721558799190 140721558799449 140721558799449 140721558802374 0
/proc/24083/statm: 28282 364 305 221 0 87 0
[pid=24085] ppid=24083 vsize=15144776 memory=41080 CPUtime=0.34 cores=1,3,5,7
/proc/24085/stat : 24085 (java) S 24083 24083 18852 0 -1 1077944320 9486 0 0 0 33 1 0 0 20 0 15 0 517587825 15508250624 10270 33554432000 4194304 4196468 140723235155696 140723235138240 140305902882551 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
/proc/24085/statm: 3786194 10270 3310 1 0 3748377 0
[pid=24085/tid=24086] ppid=24083 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/24085/task/24086/stat : 24086 (java) R 24083 24083 18852 0 -1 4202560 6592 0 0 0 19 1 0 0 20 0 15 0 517587826 15508250624 10270 33554432000 4194304 4196468 140723235155696 140305907112272 140305895560565 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24087] ppid=24083 vsize=15144776 memory=1899191 CPUtime=0 cores=1,3,5,7
/proc/24085/task/24087/stat : 24087 (java) S 24083 24083 18852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517587826 15508250624 10270 33554432000 4194304 4196468 140723235155696 140305855502864 140305902892757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24088] ppid=24083 vsize=15144776 memory=3976875436976330400 CPUtime=0 cores=1,3,5,7
/proc/24085/task/24088/stat : 24088 (java) S 24083 24083 18852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517587826 15508250624 10270 33554432000 4194304 4196468 140723235155696 140305854450320 140305902892757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24089] ppid=24083 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24085/task/24089/stat : 24089 (java) S 24083 24083 18852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517587826 15508250624 10270 33554432000 4194304 4196468 140723235155696 140305853397264 140305902892757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24090] ppid=24083 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24085/task/24090/stat : 24090 (java) S 24083 24083 18852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517587827 15508250624 10270 33554432000 4194304 4196468 140723235155696 140305852344720 140305902892757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24091] ppid=24083 vsize=15144776 memory=140671032710784 CPUtime=0 cores=1,3,5,7
/proc/24085/task/24091/stat : 24091 (java) S 24083 24083 18852 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517587828 15508250624 10270 33554432000 4194304 4196468 140723235155696 140304776674032 140305902893698 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24092] ppid=24083 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24085/task/24092/stat : 24092 (java) S 24083 24083 18852 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517587828 15508250624 10270 33554432000 4194304 4196468 140723235155696 140304775620256 140305902892757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24093] ppid=24083 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24085/task/24093/stat : 24093 (java) S 24083 24083 18852 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517587829 15508250624 10270 33554432000 4194304 4196468 140723235155696 140304774567152 140305902892757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24094] ppid=24083 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24085/task/24094/stat : 24094 (java) S 24083 24083 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517587831 15508250624 10270 33554432000 4194304 4196468 140723235155696 140304773515728 140305902901147 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24095] ppid=24083 vsize=15144776 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/24085/task/24095/stat : 24095 (java) S 24083 24083 18852 0 -1 1077944384 736 0 0 0 3 0 0 0 20 0 15 0 517587831 15508250624 10270 33554432000 4194304 4196468 140723235155696 140304772462832 140305902893698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24096] ppid=24083 vsize=15144776 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/24085/task/24096/stat : 24096 (java) S 24083 24083 18852 0 -1 1077944384 59 0 0 0 2 0 0 0 20 0 15 0 517587831 15508250624 10270 33554432000 4194304 4196468 140723235155696 140304462993776 140305902893698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24097] ppid=24083 vsize=15144776 memory=140671032710784 CPUtime=0.08 cores=1,3,5,7
/proc/24085/task/24097/stat : 24097 (java) S 24083 24083 18852 0 -1 1077944384 794 0 0 0 8 0 0 0 20 0 15 0 517587831 15508250624 10270 33554432000 4194304 4196468 140723235155696 140304461940720 140305902893698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24098] ppid=24083 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24085/task/24098/stat : 24098 (java) S 24083 24083 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517587831 15508250624 10270 33554432000 4194304 4196468 140723235155696 140304460888416 140305902892757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24099] ppid=24083 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24085/task/24099/stat : 24099 (java) S 24083 24083 18852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517587831 15508250624 10270 33554432000 4194304 4196468 140723235155696 140304459836464 140305902893698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42536 KiB

[startup+0.310669 s]*
/proc/loadavg: 4.50 4.01 2.84 4/228 24099
/proc/meminfo: memFree=25810868/32770624 swapFree=66956964/67108860
[pid=24083] ppid=24080 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/24083/stat : 24083 (xcsp3-exec) S 24080 24083 18852 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 517587825 115843072 364 33554432000 4194304 5098028 140721558791808 140721558789912 140676185776764 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 28000256 140721558799190 140721558799449 140721558799449 140721558802374 0
/proc/24083/statm: 28282 364 305 221 0 87 0
[pid=24085] ppid=24083 vsize=15149032 memory=50172 CPUtime=0.53 cores=1,3,5,7
/proc/24085/stat : 24085 (java) S 24083 24083 18852 0 -1 1077944320 10856 0 0 0 51 2 0 0 20 0 15 0 517587825 15512608768 12543 33554432000 4194304 4196468 140723235155696 140723235138240 140305902882551 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
/proc/24085/statm: 3787258 12543 3370 1 0 3748377 0
[pid=24085/tid=24086] ppid=24083 vsize=15149032 memory=8317482817917895235 CPUtime=0.3 cores=1,3,5,7
/proc/24085/task/24086/stat : 24086 (java) R 24083 24083 18852 0 -1 4202560 7790 0 0 0 28 2 0 0 20 0 15 0 517587826 15512608768 12543 33554432000 4194304 4196468 140723235155696 140305907115856 140305886963038 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24087] ppid=24083 vsize=15149032 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/24085/task/24087/stat : 24087 (java) S 24083 24083 18852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517587826 15512608768 12543 33554432000 4194304 4196468 140723235155696 140305855502864 140305902892757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24088] ppid=24083 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/24085/task/24088/stat : 24088 (java) S 24083 24083 18852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517587826 15512608768 12543 33554432000 4194304 4196468 140723235155696 140305854450320 140305902892757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24089] ppid=24083 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/24085/task/24089/stat : 24089 (java) S 24083 24083 18852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517587826 15512608768 12543 33554432000 4194304 4196468 140723235155696 140305853397264 140305902892757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24090] ppid=24083 vsize=15149032 memory=-4190076264842474805 CPUtime=0 cores=1,3,5,7
/proc/24085/task/24090/stat : 24090 (java) S 24083 24083 18852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517587827 15512608768 12543 33554432000 4194304 4196468 140723235155696 140305852344720 140305902892757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24091] ppid=24083 vsize=15149032 memory=-7305852742256935071 CPUtime=0 cores=1,3,5,7
/proc/24085/task/24091/stat : 24091 (java) S 24083 24083 18852 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517587828 15512608768 12543 33554432000 4194304 4196468 140723235155696 140304776674032 140305902893698 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24092] ppid=24083 vsize=15149032 memory=6944656425123485561 CPUtime=0 cores=1,3,5,7
/proc/24085/task/24092/stat : 24092 (java) S 24083 24083 18852 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517587828 15512608768 12543 33554432000 4194304 4196468 140723235155696 140304775620256 140305902892757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24093] ppid=24083 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/24085/task/24093/stat : 24093 (java) S 24083 24083 18852 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517587829 15512608768 12543 33554432000 4194304 4196468 140723235155696 140304774567152 140305902892757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24094] ppid=24083 vsize=15149032 memory=4627853888499060086 CPUtime=0 cores=1,3,5,7
/proc/24085/task/24094/stat : 24094 (java) S 24083 24083 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517587831 15512608768 12543 33554432000 4194304 4196468 140723235155696 140304773515728 140305902901147 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24095] ppid=24083 vsize=15149032 memory=7827413994055111515 CPUtime=0.04 cores=1,3,5,7
/proc/24085/task/24095/stat : 24095 (java) S 24083 24083 18852 0 -1 1077944384 742 0 0 0 4 0 0 0 20 0 15 0 517587831 15512608768 12543 33554432000 4194304 4196468 140723235155696 140304772462832 140305902893698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24096] ppid=24083 vsize=15149032 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/24085/task/24096/stat : 24096 (java) R 24083 24083 18852 0 -1 4202560 160 0 0 0 5 0 0 0 20 0 15 0 517587831 15512608768 12543 33554432000 4194304 4196468 140723235155696 140304462993776 140305882714749 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24097] ppid=24083 vsize=15149032 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/24085/task/24097/stat : 24097 (java) S 24083 24083 18852 0 -1 1077944384 867 0 0 0 13 0 0 0 20 0 15 0 517587831 15512608768 12543 33554432000 4194304 4196468 140723235155696 140304461940720 140305902893698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24098] ppid=24083 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24085/task/24098/stat : 24098 (java) S 24083 24083 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517587831 15512608768 12543 33554432000 4194304 4196468 140723235155696 140304460888416 140305902892757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24099] ppid=24083 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24085/task/24099/stat : 24099 (java) S 24083 24083 18852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517587831 15512608768 12543 33554432000 4194304 4196468 140723235155696 140304459836464 140305902893698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51628 KiB

[startup+0.700906 s]
/proc/loadavg: 4.50 4.01 2.84 6/228 24099
/proc/meminfo: memFree=25784960/32770624 swapFree=66956964/67108860
[pid=24083] ppid=24080 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/24083/stat : 24083 (xcsp3-exec) S 24080 24083 18852 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 517587825 115843072 364 33554432000 4194304 5098028 140721558791808 140721558789912 140676185776764 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 28000256 140721558799190 140721558799449 140721558799449 140721558802374 0
/proc/24083/statm: 28282 364 305 221 0 87 0
[pid=24085] ppid=24083 vsize=15151156 memory=114424 CPUtime=1.76 cores=1,3,5,7
/proc/24085/stat : 24085 (java) S 24083 24083 18852 0 -1 1077944320 14169 0 0 0 172 4 0 0 20 0 15 0 517587825 15514783744 28606 33554432000 4194304 4196468 140723235155696 140723235138240 140305902882551 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
/proc/24085/statm: 3787789 28606 3449 1 0 3748889 0
[pid=24085/tid=24086] ppid=24083 vsize=15151156 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/24085/task/24086/stat : 24086 (java) R 24083 24083 18852 0 -1 4202560 8285 0 0 0 64 3 0 0 20 0 15 0 517587826 15514783744 28606 33554432000 4194304 4196468 140723235155696 140305907115440 140305528474301 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24087] ppid=24083 vsize=15151156 memory=55532 CPUtime=0 cores=1,3,5,7
/proc/24085/task/24087/stat : 24087 (java) S 24083 24083 18852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517587826 15514783744 28606 33554432000 4194304 4196468 140723235155696 140305855502864 140305902892757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24088] ppid=24083 vsize=15151156 memory=984 CPUtime=0 cores=1,3,5,7
/proc/24085/task/24088/stat : 24088 (java) S 24083 24083 18852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517587826 15514783744 28606 33554432000 4194304 4196468 140723235155696 140305854450320 140305902892757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24089] ppid=24083 vsize=15151156 memory=2016 CPUtime=0 cores=1,3,5,7
/proc/24085/task/24089/stat : 24089 (java) S 24083 24083 18852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517587826 15514783744 28606 33554432000 4194304 4196468 140723235155696 140305853397264 140305902892757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24090] ppid=24083 vsize=15151156 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/24085/task/24090/stat : 24090 (java) S 24083 24083 18852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517587827 15514783744 28606 33554432000 4194304 4196468 140723235155696 140305852344720 140305902892757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24091] ppid=24083 vsize=15151156 memory=1548 CPUtime=0 cores=1,3,5,7
/proc/24085/task/24091/stat : 24091 (java) S 24083 24083 18852 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517587828 15514783744 28606 33554432000 4194304 4196468 140723235155696 140304776674032 140305902893698 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24092] ppid=24083 vsize=15151156 memory=7552 CPUtime=0 cores=1,3,5,7
/proc/24085/task/24092/stat : 24092 (java) S 24083 24083 18852 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517587828 15514783744 28606 33554432000 4194304 4196468 140723235155696 140304775620256 140305902892757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24093] ppid=24083 vsize=15151156 memory=3608 CPUtime=0 cores=1,3,5,7
/proc/24085/task/24093/stat : 24093 (java) S 24083 24083 18852 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517587829 15514783744 28606 33554432000 4194304 4196468 140723235155696 140304774567152 140305902892757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24094] ppid=24083 vsize=15151156 memory=616 CPUtime=0 cores=1,3,5,7
/proc/24085/task/24094/stat : 24094 (java) S 24083 24083 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517587831 15514783744 28606 33554432000 4194304 4196468 140723235155696 140304773515728 140305902901147 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24095] ppid=24083 vsize=15151156 memory=2832 CPUtime=0.39 cores=1,3,5,7
/proc/24085/task/24095/stat : 24095 (java) R 24083 24083 18852 0 -1 4202560 1798 0 0 0 39 0 0 0 20 0 15 0 517587831 15514783744 28606 33554432000 4194304 4196468 140723235155696 140304772442656 140305886379335 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24096] ppid=24083 vsize=15151156 memory=1620 CPUtime=0.38 cores=1,3,5,7
/proc/24085/task/24096/stat : 24096 (java) R 24083 24083 18852 0 -1 4202560 1116 0 0 0 38 0 0 0 20 0 15 0 517587831 15514783744 28606 33554432000 4194304 4196468 140723235155696 140304462981648 140305887276427 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24097] ppid=24083 vsize=15151156 memory=1136 CPUtime=0.3 cores=1,3,5,7
/proc/24085/task/24097/stat : 24097 (java) S 24083 24083 18852 0 -1 1077944384 1667 0 0 0 30 0 0 0 20 0 15 0 517587831 15514783744 28606 33554432000 4194304 4196468 140723235155696 140304461940720 140305902893698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24098] ppid=24083 vsize=15151156 memory=1072 CPUtime=0 cores=1,3,5,7
/proc/24085/task/24098/stat : 24098 (java) S 24083 24083 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517587831 15514783744 28606 33554432000 4194304 4196468 140723235155696 140304460888416 140305902892757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24099] ppid=24083 vsize=15151156 memory=6212 CPUtime=0 cores=1,3,5,7
/proc/24085/task/24099/stat : 24099 (java) S 24083 24083 18852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517587831 15514783744 28606 33554432000 4194304 4196468 140723235155696 140304459836464 140305902893698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
Current children cumulated CPU time: 1.76 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 115880 KiB

[startup+1.50114 s]
/proc/loadavg: 4.50 4.01 2.84 5/228 24099
/proc/meminfo: memFree=25658364/32770624 swapFree=66956964/67108860
[pid=24083] ppid=24080 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/24083/stat : 24083 (xcsp3-exec) S 24080 24083 18852 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 517587825 115843072 364 33554432000 4194304 5098028 140721558791808 140721558789912 140676185776764 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 28000256 140721558799190 140721558799449 140721558799449 140721558802374 0
/proc/24083/statm: 28282 364 305 221 0 87 0

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

[pid=24085/tid=24091] ppid=24083 vsize=15153204 memory=164 CPUtime=0.49 cores=1,3,5,7
/proc/24085/task/24091/stat : 24091 (java) S 24083 24083 18852 0 -1 1077944384 5935 0 0 0 46 3 0 0 20 0 15 0 517587828 15516880896 502753 33554432000 4194304 4196468 140723235155696 140304776674032 140305902893698 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24092] ppid=24083 vsize=15153204 memory=7649399367168701490 CPUtime=0 cores=1,3,5,7
/proc/24085/task/24092/stat : 24092 (java) S 24083 24083 18852 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 517587828 15516880896 502753 33554432000 4194304 4196468 140723235155696 140304775620320 140305902892757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24093] ppid=24083 vsize=15153204 memory=2011012 CPUtime=0 cores=1,3,5,7
/proc/24085/task/24093/stat : 24093 (java) S 24083 24083 18852 0 -1 1077944384 96 0 0 0 0 0 0 0 20 0 15 0 517587829 15516880896 502753 33554432000 4194304 4196468 140723235155696 140304774567168 140305902892757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24094] ppid=24083 vsize=15153204 memory=3624 CPUtime=0 cores=1,3,5,7
/proc/24085/task/24094/stat : 24094 (java) S 24083 24083 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517587831 15516880896 502753 33554432000 4194304 4196468 140723235155696 140304773515728 140305902901147 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24095] ppid=24083 vsize=15153204 memory=6791534058613427641 CPUtime=4.98 cores=1,3,5,7
/proc/24085/task/24095/stat : 24095 (java) S 24083 24083 18852 0 -1 1077944384 23677 0 0 0 496 2 0 0 20 0 15 0 517587831 15516880896 502753 33554432000 4194304 4196468 140723235155696 140304772462832 140305902893698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24096] ppid=24083 vsize=15153204 memory=2596 CPUtime=4.7 cores=1,3,5,7
/proc/24085/task/24096/stat : 24096 (java) S 24083 24083 18852 0 -1 1077944384 25575 0 0 0 467 3 0 0 20 0 15 0 517587831 15516880896 502753 33554432000 4194304 4196468 140723235155696 140304462993776 140305902893698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24097] ppid=24083 vsize=15153204 memory=1456 CPUtime=1.04 cores=1,3,5,7
/proc/24085/task/24097/stat : 24097 (java) S 24083 24083 18852 0 -1 1077944384 16049 0 0 0 101 3 0 0 20 0 15 0 517587831 15516880896 502753 33554432000 4194304 4196468 140723235155696 140304461940720 140305902893698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24098] ppid=24083 vsize=15153204 memory=1976216 CPUtime=0 cores=1,3,5,7
/proc/24085/task/24098/stat : 24098 (java) S 24083 24083 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517587831 15516880896 502753 33554432000 4194304 4196468 140723235155696 140304460888416 140305902892757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24099] ppid=24083 vsize=15153204 memory=1456 CPUtime=1.17 cores=1,3,5,7
/proc/24085/task/24099/stat : 24099 (java) S 24083 24083 18852 0 -1 1077944384 1642 0 0 0 48 69 0 0 20 0 15 0 517587831 15516880896 502753 33554432000 4194304 4196468 140723235155696 140304459836464 140305902893698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
Current children cumulated CPU time: 2400.13 s
Current children cumulated vsize: 15266332 KiB
Current children cumulated memory: 2012468 KiB

[startup+2442.3 s]
/proc/loadavg: 1.91 1.93 2.05 3/228 24327
/proc/meminfo: memFree=23870804/32770624 swapFree=66956964/67108860
[pid=24083] ppid=24080 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/24083/stat : 24083 (xcsp3-exec) S 24080 24083 18852 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 517587825 115843072 364 33554432000 4194304 5098028 140721558791808 140721558789912 140676185776764 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 28000256 140721558799190 140721558799449 140721558799449 140721558802374 0
/proc/24083/statm: 28282 364 305 221 0 87 0
[pid=24085] ppid=24083 vsize=15153204 memory=2011012 CPUtime=2460.17 cores=1,3,5,7
/proc/24085/stat : 24085 (java) S 24083 24083 18852 0 -1 1077944320 166144 0 0 0 245845 172 0 0 20 0 15 0 517587825 15516880896 502753 33554432000 4194304 4196468 140723235155696 140723235138240 140305902882551 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
/proc/24085/statm: 3788301 502753 3534 1 0 3749401 0
[pid=24085/tid=24086] ppid=24083 vsize=15153204 memory=2011012 CPUtime=2440.11 cores=1,3,5,7
/proc/24085/task/24086/stat : 24086 (java) R 24083 24083 18852 0 -1 4202560 67418 0 0 0 243990 21 0 0 20 0 15 0 517587826 15516880896 502753 33554432000 4194304 4196468 140723235155696 140305907122272 140305534509276 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24087] ppid=24083 vsize=15153204 memory=2011012 CPUtime=1.86 cores=1,3,5,7
/proc/24085/task/24087/stat : 24087 (java) S 24083 24083 18852 0 -1 1077944384 6089 0 0 0 167 19 0 0 20 0 15 0 517587826 15516880896 502753 33554432000 4194304 4196468 140723235155696 140305855502864 140305902892757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24088] ppid=24083 vsize=15153204 memory=2011012 CPUtime=1.87 cores=1,3,5,7
/proc/24085/task/24088/stat : 24088 (java) S 24083 24083 18852 0 -1 1077944384 6642 0 0 0 168 19 0 0 20 0 15 0 517587826 15516880896 502753 33554432000 4194304 4196468 140723235155696 140305854450320 140305902892757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24089] ppid=24083 vsize=15153204 memory=2011012 CPUtime=1.95 cores=1,3,5,7
/proc/24085/task/24089/stat : 24089 (java) S 24083 24083 18852 0 -1 1077944384 5937 0 0 0 174 21 0 0 20 0 15 0 517587826 15516880896 502753 33554432000 4194304 4196468 140723235155696 140305853397264 140305902892757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24090] ppid=24083 vsize=15153204 memory=2011012 CPUtime=1.86 cores=1,3,5,7
/proc/24085/task/24090/stat : 24090 (java) S 24083 24083 18852 0 -1 1077944384 5753 0 0 0 167 19 0 0 20 0 15 0 517587827 15516880896 502753 33554432000 4194304 4196468 140723235155696 140305852344720 140305902892757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24091] ppid=24083 vsize=15153204 memory=2011012 CPUtime=0.5 cores=1,3,5,7
/proc/24085/task/24091/stat : 24091 (java) S 24083 24083 18852 0 -1 1077944384 5941 0 0 0 47 3 0 0 20 0 15 0 517587828 15516880896 502753 33554432000 4194304 4196468 140723235155696 140304776674032 140305902893698 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24092] ppid=24083 vsize=15153204 memory=2011012 CPUtime=0 cores=1,3,5,7
/proc/24085/task/24092/stat : 24092 (java) S 24083 24083 18852 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 517587828 15516880896 502753 33554432000 4194304 4196468 140723235155696 140304775620320 140305902892757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24093] ppid=24083 vsize=15153204 memory=2011012 CPUtime=0 cores=1,3,5,7
/proc/24085/task/24093/stat : 24093 (java) S 24083 24083 18852 0 -1 1077944384 96 0 0 0 0 0 0 0 20 0 15 0 517587829 15516880896 502753 33554432000 4194304 4196468 140723235155696 140304774567168 140305902892757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24094] ppid=24083 vsize=15153204 memory=2011012 CPUtime=0 cores=1,3,5,7
/proc/24085/task/24094/stat : 24094 (java) S 24083 24083 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517587831 15516880896 502753 33554432000 4194304 4196468 140723235155696 140304773515728 140305902901147 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24095] ppid=24083 vsize=15153204 memory=1456 CPUtime=4.98 cores=1,3,5,7
/proc/24085/task/24095/stat : 24095 (java) S 24083 24083 18852 0 -1 1077944384 23680 0 0 0 496 2 0 0 20 0 15 0 517587831 15516880896 502753 33554432000 4194304 4196468 140723235155696 140304772462832 140305902893698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24096] ppid=24083 vsize=15153204 memory=2011012 CPUtime=4.7 cores=1,3,5,7
/proc/24085/task/24096/stat : 24096 (java) S 24083 24083 18852 0 -1 1077944384 25577 0 0 0 467 3 0 0 20 0 15 0 517587831 15516880896 502753 33554432000 4194304 4196468 140723235155696 140304462993776 140305902893698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24097] ppid=24083 vsize=15153204 memory=916 CPUtime=1.04 cores=1,3,5,7
/proc/24085/task/24097/stat : 24097 (java) S 24083 24083 18852 0 -1 1077944384 16051 0 0 0 101 3 0 0 20 0 15 0 517587831 15516880896 502753 33554432000 4194304 4196468 140723235155696 140304461940720 140305902893698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24098] ppid=24083 vsize=15153204 memory=2011012 CPUtime=0 cores=1,3,5,7
/proc/24085/task/24098/stat : 24098 (java) S 24083 24083 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517587831 15516880896 502753 33554432000 4194304 4196468 140723235155696 140304460888416 140305902892757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24099] ppid=24083 vsize=15153204 memory=1456 CPUtime=1.2 cores=1,3,5,7
/proc/24085/task/24099/stat : 24099 (java) S 24083 24083 18852 0 -1 1077944384 1664 0 0 0 50 70 0 0 20 0 15 0 517587831 15516880896 502753 33554432000 4194304 4196468 140723235155696 140304459836464 140305902893698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
Current children cumulated CPU time: 2460.17 s
Current children cumulated vsize: 15266332 KiB
Current children cumulated memory: 2012468 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2502.11 s]
/proc/loadavg: 1.96 1.94 2.05 3/228 24407
/proc/meminfo: memFree=23853652/32770624 swapFree=66956964/67108860
[pid=24083] ppid=24080 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/24083/stat : 24083 (xcsp3-exec) S 24080 24083 18852 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 517587825 115843072 364 33554432000 4194304 5098028 140721558791808 140721558789912 140676185776764 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 28000256 140721558799190 140721558799449 140721558799449 140721558802374 0
/proc/24083/statm: 28282 364 305 221 0 87 0
[pid=24085] ppid=24083 vsize=15153204 memory=2011012 CPUtime=2520.03 cores=1,3,5,7
/proc/24085/stat : 24085 (java) S 24083 24083 18852 0 -1 1077944320 166864 0 0 0 251829 174 0 0 20 0 15 0 517587825 15516880896 502753 33554432000 4194304 4196468 140723235155696 140723235138240 140305902882551 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
/proc/24085/statm: 3788301 502753 3534 1 0 3749401 0
[pid=24085/tid=24086] ppid=24083 vsize=15153204 memory=2011012 CPUtime=2499.93 cores=1,3,5,7
/proc/24085/task/24086/stat : 24086 (java) R 24083 24083 18852 0 -1 4202560 68099 0 0 0 249972 21 0 0 20 0 15 0 517587826 15516880896 502753 33554432000 4194304 4196468 140723235155696 140305907122272 140305534509286 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24087] ppid=24083 vsize=15153204 memory=2011012 CPUtime=1.86 cores=1,3,5,7
/proc/24085/task/24087/stat : 24087 (java) S 24083 24083 18852 0 -1 1077944384 6089 0 0 0 167 19 0 0 20 0 15 0 517587826 15516880896 502753 33554432000 4194304 4196468 140723235155696 140305855502864 140305902892757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24088] ppid=24083 vsize=15153204 memory=2011012 CPUtime=1.87 cores=1,3,5,7
/proc/24085/task/24088/stat : 24088 (java) S 24083 24083 18852 0 -1 1077944384 6642 0 0 0 168 19 0 0 20 0 15 0 517587826 15516880896 502753 33554432000 4194304 4196468 140723235155696 140305854450320 140305902892757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24089] ppid=24083 vsize=15153204 memory=1456 CPUtime=1.95 cores=1,3,5,7
/proc/24085/task/24089/stat : 24089 (java) S 24083 24083 18852 0 -1 1077944384 5937 0 0 0 174 21 0 0 20 0 15 0 517587826 15516880896 502753 33554432000 4194304 4196468 140723235155696 140305853397264 140305902892757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24090] ppid=24083 vsize=15153204 memory=2011012 CPUtime=1.86 cores=1,3,5,7
/proc/24085/task/24090/stat : 24090 (java) S 24083 24083 18852 0 -1 1077944384 5753 0 0 0 167 19 0 0 20 0 15 0 517587827 15516880896 502753 33554432000 4194304 4196468 140723235155696 140305852344720 140305902892757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24091] ppid=24083 vsize=15153204 memory=1456 CPUtime=0.51 cores=1,3,5,7
/proc/24085/task/24091/stat : 24091 (java) S 24083 24083 18852 0 -1 1077944384 5949 0 0 0 47 4 0 0 20 0 15 0 517587828 15516880896 502753 33554432000 4194304 4196468 140723235155696 140304776674032 140305902893698 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24092] ppid=24083 vsize=15153204 memory=2011012 CPUtime=0 cores=1,3,5,7
/proc/24085/task/24092/stat : 24092 (java) S 24083 24083 18852 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 517587828 15516880896 502753 33554432000 4194304 4196468 140723235155696 140304775620320 140305902892757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24093] ppid=24083 vsize=15153204 memory=2011012 CPUtime=0 cores=1,3,5,7
/proc/24085/task/24093/stat : 24093 (java) S 24083 24083 18852 0 -1 1077944384 96 0 0 0 0 0 0 0 20 0 15 0 517587829 15516880896 502753 33554432000 4194304 4196468 140723235155696 140304774567168 140305902892757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24094] ppid=24083 vsize=15153204 memory=2011012 CPUtime=0 cores=1,3,5,7
/proc/24085/task/24094/stat : 24094 (java) S 24083 24083 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517587831 15516880896 502753 33554432000 4194304 4196468 140723235155696 140304773515728 140305902901147 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24095] ppid=24083 vsize=15153204 memory=1456 CPUtime=4.98 cores=1,3,5,7
/proc/24085/task/24095/stat : 24095 (java) S 24083 24083 18852 0 -1 1077944384 23683 0 0 0 496 2 0 0 20 0 15 0 517587831 15516880896 502753 33554432000 4194304 4196468 140723235155696 140304772462832 140305902893698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24096] ppid=24083 vsize=15153204 memory=2011012 CPUtime=4.7 cores=1,3,5,7
/proc/24085/task/24096/stat : 24096 (java) S 24083 24083 18852 0 -1 1077944384 25579 0 0 0 467 3 0 0 20 0 15 0 517587831 15516880896 502753 33554432000 4194304 4196468 140723235155696 140304462993776 140305902893698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24097] ppid=24083 vsize=15153204 memory=2011012 CPUtime=1.04 cores=1,3,5,7
/proc/24085/task/24097/stat : 24097 (java) S 24083 24083 18852 0 -1 1077944384 16053 0 0 0 101 3 0 0 20 0 15 0 517587831 15516880896 502753 33554432000 4194304 4196468 140723235155696 140304461940720 140305902893698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24098] ppid=24083 vsize=15153204 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/24085/task/24098/stat : 24098 (java) S 24083 24083 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517587831 15516880896 502753 33554432000 4194304 4196468 140723235155696 140304460888416 140305902892757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24099] ppid=24083 vsize=15153204 memory=2011012 CPUtime=1.24 cores=1,3,5,7
/proc/24085/task/24099/stat : 24099 (java) S 24083 24083 18852 0 -1 1077944384 1688 0 0 0 52 72 0 0 20 0 15 0 517587831 15516880896 502753 33554432000 4194304 4196468 140723235155696 140304459836464 140305902893698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 15266332 KiB
Current children cumulated memory: 2012468 KiB

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

[startup+2502.13 s]
# the end of solver process 24083 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.3 s, system=1.75145 s

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

[startup+2502.11 s]
/proc/loadavg: 1.96 1.94 2.05 3/228 24407
/proc/meminfo: memFree=23853652/32770624 swapFree=66956964/67108860
[pid=24083] ppid=24080 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/24083/stat : 24083 (xcsp3-exec) S 24080 24083 18852 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 517587825 115843072 364 33554432000 4194304 5098028 140721558791808 140721558789912 140676185776764 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 28000256 140721558799190 140721558799449 140721558799449 140721558802374 0
/proc/24083/statm: 28282 364 305 221 0 87 0
[pid=24085] ppid=24083 vsize=15153204 memory=2011012 CPUtime=2520.03 cores=1,3,5,7
/proc/24085/stat : 24085 (java) S 24083 24083 18852 0 -1 1077944320 166864 0 0 0 251829 174 0 0 20 0 15 0 517587825 15516880896 502753 33554432000 4194304 4196468 140723235155696 140723235138240 140305902882551 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
/proc/24085/statm: 3788301 502753 3534 1 0 3749401 0
[pid=24085/tid=24086] ppid=24083 vsize=15153204 memory=2011012 CPUtime=2499.93 cores=1,3,5,7
/proc/24085/task/24086/stat : 24086 (java) R 24083 24083 18852 0 -1 4202560 68099 0 0 0 249972 21 0 0 20 0 15 0 517587826 15516880896 502753 33554432000 4194304 4196468 140723235155696 140305907122272 140305534509286 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24087] ppid=24083 vsize=15153204 memory=2011012 CPUtime=1.86 cores=1,3,5,7
/proc/24085/task/24087/stat : 24087 (java) S 24083 24083 18852 0 -1 1077944384 6089 0 0 0 167 19 0 0 20 0 15 0 517587826 15516880896 502753 33554432000 4194304 4196468 140723235155696 140305855502864 140305902892757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24088] ppid=24083 vsize=15153204 memory=2011012 CPUtime=1.87 cores=1,3,5,7
/proc/24085/task/24088/stat : 24088 (java) S 24083 24083 18852 0 -1 1077944384 6642 0 0 0 168 19 0 0 20 0 15 0 517587826 15516880896 502753 33554432000 4194304 4196468 140723235155696 140305854450320 140305902892757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24089] ppid=24083 vsize=15153204 memory=1456 CPUtime=1.95 cores=1,3,5,7
/proc/24085/task/24089/stat : 24089 (java) S 24083 24083 18852 0 -1 1077944384 5937 0 0 0 174 21 0 0 20 0 15 0 517587826 15516880896 502753 33554432000 4194304 4196468 140723235155696 140305853397264 140305902892757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24090] ppid=24083 vsize=15153204 memory=2011012 CPUtime=1.86 cores=1,3,5,7
/proc/24085/task/24090/stat : 24090 (java) S 24083 24083 18852 0 -1 1077944384 5753 0 0 0 167 19 0 0 20 0 15 0 517587827 15516880896 502753 33554432000 4194304 4196468 140723235155696 140305852344720 140305902892757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24091] ppid=24083 vsize=15153204 memory=1456 CPUtime=0.51 cores=1,3,5,7
/proc/24085/task/24091/stat : 24091 (java) S 24083 24083 18852 0 -1 1077944384 5949 0 0 0 47 4 0 0 20 0 15 0 517587828 15516880896 502753 33554432000 4194304 4196468 140723235155696 140304776674032 140305902893698 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24092] ppid=24083 vsize=15153204 memory=2011012 CPUtime=0 cores=1,3,5,7
/proc/24085/task/24092/stat : 24092 (java) S 24083 24083 18852 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 517587828 15516880896 502753 33554432000 4194304 4196468 140723235155696 140304775620320 140305902892757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24093] ppid=24083 vsize=15153204 memory=2011012 CPUtime=0 cores=1,3,5,7
/proc/24085/task/24093/stat : 24093 (java) S 24083 24083 18852 0 -1 1077944384 96 0 0 0 0 0 0 0 20 0 15 0 517587829 15516880896 502753 33554432000 4194304 4196468 140723235155696 140304774567168 140305902892757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24094] ppid=24083 vsize=15153204 memory=2011012 CPUtime=0 cores=1,3,5,7
/proc/24085/task/24094/stat : 24094 (java) S 24083 24083 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517587831 15516880896 502753 33554432000 4194304 4196468 140723235155696 140304773515728 140305902901147 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24095] ppid=24083 vsize=15153204 memory=1456 CPUtime=4.98 cores=1,3,5,7
/proc/24085/task/24095/stat : 24095 (java) S 24083 24083 18852 0 -1 1077944384 23683 0 0 0 496 2 0 0 20 0 15 0 517587831 15516880896 502753 33554432000 4194304 4196468 140723235155696 140304772462832 140305902893698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24096] ppid=24083 vsize=15153204 memory=2011012 CPUtime=4.7 cores=1,3,5,7
/proc/24085/task/24096/stat : 24096 (java) S 24083 24083 18852 0 -1 1077944384 25579 0 0 0 467 3 0 0 20 0 15 0 517587831 15516880896 502753 33554432000 4194304 4196468 140723235155696 140304462993776 140305902893698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24097] ppid=24083 vsize=15153204 memory=2011012 CPUtime=1.04 cores=1,3,5,7
/proc/24085/task/24097/stat : 24097 (java) S 24083 24083 18852 0 -1 1077944384 16053 0 0 0 101 3 0 0 20 0 15 0 517587831 15516880896 502753 33554432000 4194304 4196468 140723235155696 140304461940720 140305902893698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24098] ppid=24083 vsize=15153204 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/24085/task/24098/stat : 24098 (java) S 24083 24083 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517587831 15516880896 502753 33554432000 4194304 4196468 140723235155696 140304460888416 140305902892757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
[pid=24085/tid=24099] ppid=24083 vsize=15153204 memory=2011012 CPUtime=1.24 cores=1,3,5,7
/proc/24085/task/24099/stat : 24099 (java) S 24083 24083 18852 0 -1 1077944384 1688 0 0 0 52 72 0 0 20 0 15 0 517587831 15516880896 502753 33554432000 4194304 4196468 140723235155696 140304459836464 140305902893698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 25432064 140723235156955 140723235157130 140723235157130 140723235160015 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 15266332 KiB
Current children cumulated memory: 2012468 KiB

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2502.13
CPU time (s): 2520.05
CPU user time (s): 2518.3
CPU system time (s): 1.75145
CPU usage (%): 100.717
Max. virtual memory (cumulated for all children) (KiB): 15266332
Max. memory (cumulated for all children) (KiB): 2012468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.3
system time used= 1.75144
maximum resident set size= 2011440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 167811
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 58070
involuntary context switches= 919


# summary of solver processes directly reported to runsolver:
#   pid: 24083
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2518.3
#   total CPU system time (s): 1.75145

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.7022 second user time and 26.4787 second system time

The end

Launcher Data

Begin job on node105 at 2019-09-25 13:06:39
IDJOB=4405945
IDBENCH=139283
IDSOLVER=2869
FILE ID=node105/4405945-1569413301
RUNJOBID= node105-1569392969-18884
PBS_JOBID= 21705698
Free space on /var/tmp= 13152 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/Fischer/Fischer-m1-s1/Fischer-08-07-fair.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p 1 -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405945-1569413301/watcher-4405945-1569413301 -o /var/tmp/evaluation-result-4405945-1569413301/solver-4405945-1569413301 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node105-1569392969-18884 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1767375395 HOME/instance-4405945-1569413301.xml

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

MD5SUM BENCH= 5f690ca061a68a4e848a5e1ee5dffcd4
RANDOM SEED=1767375395

node105.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.00
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.00
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.00
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.00
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:        25848276 kB
MemAvailable:   31580916 kB
Buffers:          154060 kB
Cached:          5708980 kB
SwapCached:        48280 kB
Active:          3112280 kB
Inactive:        3022020 kB
Active(anon):     226396 kB
Inactive(anon):    99632 kB
Active(file):    2885884 kB
Inactive(file):  2922388 kB
Unevictable:      110920 kB
Mlocked:          110920 kB
SwapTotal:      67108860 kB
SwapFree:       66956964 kB
Dirty:             26820 kB
Writeback:             0 kB
AnonPages:        335564 kB
Mapped:            68720 kB
Shmem:             46024 kB
Slab:             381692 kB
SReclaimable:     352828 kB
SUnreclaim:        28864 kB
KernelStack:        3744 kB
PageTables:         6424 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1641964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    235520 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /var/tmp at the end= 13124 MiB
End job on node105 at 2019-09-25 13:48:22