Trace number 4254263

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 4.0.5 seq (2017-07-26)? (TO) 247.74001 240.01601

General information on the benchmark

NameScheduling/Scheduling-fs-taillard/
Taillard-fs-100-05-3.xml
MD5SUMdf6c82869a26f460264e708359f1a186
Bench CategoryCOP (optimization 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 variables600
Number of constraints605
Number of domains1
Minimum domain size5114
Maximum domain size5114
Distribution of domain sizes[{"size":5114,"count":600}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":100},{"degree":3,"count":500}]
Minimum constraint arity1
Maximum constraint arity100
Distribution of constraint arities[{"arity":1,"count":100},{"arity":2,"count":500},{"arity":100,"count":5}]
Number of extensional constraints0
Number of intensional constraints600
Distribution of constraint types[{"type":"intension","count":600},{"type":"noOverlap","count":5}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.08	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4254263-1501611569.xml"  -tl '264s' -p 1 -x 0
0.00/0.30	c [HOME/instance-4254263-1501611569.xml, -tl, 264s, -p, 1, -x, 0]
0.00/0.36	c simple solver
0.00/0.43	c parse instance...
0.00/0.80	c solve instance...
247.74/240.01	s UNKNOWN
247.74/240.01	c Unexpected resolution interruption!

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4254263-1501611569/watcher-4254263-1501611569 -o /tmp/evaluation-result-4254263-1501611569/solver-4254263-1501611569 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node134-1501610486-5295 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1963848396 HOME/instance-4254263-1501611569.xml 

pid=5488
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.97 1.13 0.50 2/184 5491
/proc/meminfo: memFree=31885860/32770624 swapFree=0/266704
[pid=5491] ppid=5488 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/5491/stat : 5491 (runsolver) D 5488 5491 5234 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 8662679 24240128 106 18446744073709551615 4194304 4338465 140734258170128 140734258167768 139863741817559 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 36900864 140734258176093 140734258176582 140734258176582 140734258180042 0
/proc/5491/statm: 5918 106 53 36 0 2156 0

[startup+0.100119 s]
/proc/loadavg: 1.97 1.13 0.50 2/184 5491
/proc/meminfo: memFree=31885860/32770624 swapFree=0/266704
[pid=5491] ppid=5488 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/5491/stat : 5491 (xcsp3-exec) S 5488 5491 5234 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 8662679 9740288 345 18446744073709551615 4194304 5098028 140731465934224 140731465932328 140135219053180 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 12918784 140731465937307 140731465937511 140731465937511 140731465940971 0
/proc/5491/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200205 s]
/proc/loadavg: 1.97 1.13 0.50 2/184 5491
/proc/meminfo: memFree=31885860/32770624 swapFree=0/266704
[pid=5491] ppid=5488 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/5491/stat : 5491 (xcsp3-exec) S 5488 5491 5234 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 8662679 9740288 345 18446744073709551615 4194304 5098028 140731465934224 140731465932328 140135219053180 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 12918784 140731465937307 140731465937511 140731465937511 140731465940971 0
/proc/5491/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300271 s]
/proc/loadavg: 1.97 1.13 0.50 2/184 5491
/proc/meminfo: memFree=31885860/32770624 swapFree=0/266704
[pid=5491] ppid=5488 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/5491/stat : 5491 (xcsp3-exec) S 5488 5491 5234 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 8662679 9740288 345 18446744073709551615 4194304 5098028 140731465934224 140731465932328 140135219053180 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 12918784 140731465937307 140731465937511 140731465937511 140731465940971 0
/proc/5491/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.701048 s]
/proc/loadavg: 1.97 1.13 0.50 2/184 5491
/proc/meminfo: memFree=31885860/32770624 swapFree=0/266704
[pid=5491] ppid=5488 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/5491/stat : 5491 (xcsp3-exec) S 5488 5491 5234 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 8662679 9740288 345 18446744073709551615 4194304 5098028 140731465934224 140731465932328 140135219053180 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 12918784 140731465937307 140731465937511 140731465937511 140731465940971 0
/proc/5491/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50072 s]
/proc/loadavg: 1.97 1.15 0.51 7/215 5522
/proc/meminfo: memFree=31701620/32770624 swapFree=0/266664
[pid=5491] ppid=5488 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/5491/stat : 5491 (xcsp3-exec) S 5488 5491 5234 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 8662679 9740288 345 18446744073709551615 4194304 5098028 140731465934224 140731465932328 140135219053180 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 12918784 140731465937307 140731465937511 140731465937511 140731465940971 0
/proc/5491/statm: 2378 345 289 221 0 87 0
[pid=5502] ppid=5491 vsize=13980732 CPUtime=3.65 cores=1,3,5,7
/proc/5502/stat : 5502 (java) S 5491 5491 5234 0 -1 1077944320 33330 0 0 0 357 8 0 0 20 0 15 0 8662688 14316269568 29774 18446744073709551615 4194304 4196468 140732627728384 140732627710928 139886182538999 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
/proc/5502/statm: 3495183 29774 3174 1 0 3483484 0
[pid=5502/tid=5503] ppid=5491 vsize=13980732 CPUtime=1.31 cores=1,3,5,7
/proc/5502/task/5503/stat : 5503 (java) R 5491 5491 5234 0 -1 4202560 9373 0 0 0 127 4 0 0 20 0 15 0 8662689 14316269568 29774 18446744073709551615 4194304 4196468 140732627728384 139886186775904 139885829054595 0 4 1 16800974 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5504] ppid=5491 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5504/stat : 5504 (java) S 5491 5491 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8662689 14316269568 29774 18446744073709551615 4194304 4196468 140732627728384 139885782841744 139886182549205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5505] ppid=5491 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5505/stat : 5505 (java) S 5491 5491 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8662689 14316269568 29774 18446744073709551615 4194304 4196468 140732627728384 139885781788944 139886182549205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5506] ppid=5491 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5506/stat : 5506 (java) S 5491 5491 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8662689 14316269568 29774 18446744073709551615 4194304 4196468 140732627728384 139885780736656 139886182549205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5507] ppid=5491 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5507/stat : 5507 (java) S 5491 5491 5234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 8662689 14316269568 29774 18446744073709551615 4194304 4196468 140732627728384 139885779683856 139886182549205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5513] ppid=5491 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5513/stat : 5513 (java) S 5491 5491 5234 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 8662690 14316269568 29774 18446744073709551615 4194304 4196468 140732627728384 139885660801648 139886182550146 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5514] ppid=5491 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5514/stat : 5514 (java) S 5491 5491 5234 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 8662691 14316269568 29774 18446744073709551615 4194304 4196468 140732627728384 139885659747616 139886182549205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5515] ppid=5491 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5515/stat : 5515 (java) S 5491 5491 5234 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 8662691 14316269568 29774 18446744073709551615 4194304 4196468 140732627728384 139885658695280 139886182549205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5516] ppid=5491 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5516/stat : 5516 (java) S 5491 5491 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8662694 14316269568 29774 18446744073709551615 4194304 4196468 140732627728384 139885657643600 139886182557595 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5517] ppid=5491 vsize=13980732 CPUtime=0.89 cores=1,3,5,7
/proc/5502/task/5517/stat : 5517 (java) R 5491 5491 5234 0 -1 4202560 10237 0 0 0 88 1 0 0 20 0 15 0 8662694 14316269568 29774 18446744073709551615 4194304 4196468 140732627728384 139885656576424 139886160133776 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5518] ppid=5491 vsize=13980732 CPUtime=0.93 cores=1,3,5,7
/proc/5502/task/5518/stat : 5518 (java) R 5491 5491 5234 0 -1 4202560 9368 0 0 0 93 0 0 0 20 0 15 0 8662694 14316269568 29774 18446744073709551615 4194304 4196468 140732627728384 139885655523792 139886167664438 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5519] ppid=5491 vsize=13980732 CPUtime=0.48 cores=1,3,5,7
/proc/5502/task/5519/stat : 5519 (java) R 5491 5491 5234 0 -1 1077944384 3034 0 0 0 47 1 0 0 20 0 15 0 8662694 14316269568 29774 18446744073709551615 4194304 4196468 140732627728384 139885654485360 139886182550146 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5520] ppid=5491 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5520/stat : 5520 (java) S 5491 5491 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8662694 14316269568 29774 18446744073709551615 4194304 4196468 140732627728384 139885653432800 139886182549205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5522] ppid=5491 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5522/stat : 5522 (java) S 5491 5491 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8662701 14316269568 29774 18446744073709551615 4194304 4196468 140732627728384 139885652380592 139886182550146 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
Current children cumulated CPU time (s) 3.65
Current children cumulated vsize (KiB) 13990244

[startup+3.10074 s]
/proc/loadavg: 1.97 1.15 0.51 7/215 5522
/proc/meminfo: memFree=31654560/32770624 swapFree=0/266664
[pid=5491] ppid=5488 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/5491/stat : 5491 (xcsp3-exec) S 5488 5491 5234 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 8662679 9740288 345 18446744073709551615 4194304 5098028 140731465934224 140731465932328 140135219053180 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 12918784 140731465937307 140731465937511 140731465937511 140731465940971 0
/proc/5491/statm: 2378 345 289 221 0 87 0
[pid=5502] ppid=5491 vsize=13980732 CPUtime=8.42 cores=1,3,5,7
/proc/5502/stat : 5502 (java) S 5491 5491 5234 0 -1 1077944320 40250 0 0 0 833 9 0 0 20 0 15 0 8662688 14316269568 33958 18446744073709551615 4194304 4196468 140732627728384 140732627710928 139886182538999 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
/proc/5502/statm: 3495183 33958 3189 1 0 3483484 0
[pid=5502/tid=5503] ppid=5491 vsize=13980732 CPUtime=2.91 cores=1,3,5,7
/proc/5502/task/5503/stat : 5503 (java) R 5491 5491 5234 0 -1 4202560 10450 0 0 0 287 4 0 0 20 0 15 0 8662689 14316269568 33958 18446744073709551615 4194304 4196468 140732627728384 139886186777752 139885830595388 0 4 1 16800974 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5504] ppid=5491 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5504/stat : 5504 (java) S 5491 5491 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8662689 14316269568 33958 18446744073709551615 4194304 4196468 140732627728384 139885782841744 139886182549205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5505] ppid=5491 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5505/stat : 5505 (java) S 5491 5491 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8662689 14316269568 33958 18446744073709551615 4194304 4196468 140732627728384 139885781788944 139886182549205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5506] ppid=5491 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5506/stat : 5506 (java) S 5491 5491 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8662689 14316269568 33958 18446744073709551615 4194304 4196468 140732627728384 139885780736656 139886182549205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5507] ppid=5491 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5507/stat : 5507 (java) S 5491 5491 5234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 8662689 14316269568 33958 18446744073709551615 4194304 4196468 140732627728384 139885779683856 139886182549205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5513] ppid=5491 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5513/stat : 5513 (java) S 5491 5491 5234 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 8662690 14316269568 33958 18446744073709551615 4194304 4196468 140732627728384 139885660801648 139886182550146 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5514] ppid=5491 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5514/stat : 5514 (java) S 5491 5491 5234 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 8662691 14316269568 33958 18446744073709551615 4194304 4196468 140732627728384 139885659747616 139886182549205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5515] ppid=5491 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5515/stat : 5515 (java) S 5491 5491 5234 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 8662691 14316269568 33958 18446744073709551615 4194304 4196468 140732627728384 139885658695280 139886182549205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5516] ppid=5491 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5516/stat : 5516 (java) S 5491 5491 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8662694 14316269568 33958 18446744073709551615 4194304 4196468 140732627728384 139885657643600 139886182557595 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5517] ppid=5491 vsize=13980732 CPUtime=2.45 cores=1,3,5,7
/proc/5502/task/5517/stat : 5517 (java) R 5491 5491 5234 0 -1 4202560 13354 0 0 0 244 1 0 0 20 0 15 0 8662694 14316269568 33958 18446744073709551615 4194304 4196468 140732627728384 139885656581904 139886168553308 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5518] ppid=5491 vsize=13980732 CPUtime=2.5 cores=1,3,5,7
/proc/5502/task/5518/stat : 5518 (java) S 5491 5491 5234 0 -1 1077944384 11485 0 0 0 249 1 0 0 20 0 15 0 8662694 14316269568 33958 18446744073709551615 4194304 4196468 140732627728384 139885655537648 139886182550146 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5519] ppid=5491 vsize=13980732 CPUtime=0.53 cores=1,3,5,7
/proc/5502/task/5519/stat : 5519 (java) S 5491 5491 5234 0 -1 1077944384 3614 0 0 0 52 1 0 0 20 0 15 0 8662694 14316269568 33958 18446744073709551615 4194304 4196468 140732627728384 139885654485360 139886182550146 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5520] ppid=5491 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5520/stat : 5520 (java) S 5491 5491 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8662694 14316269568 33958 18446744073709551615 4194304 4196468 140732627728384 139885653432800 139886182549205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5522] ppid=5491 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5522/stat : 5522 (java) S 5491 5491 5234 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 8662701 14316269568 33958 18446744073709551615 4194304 4196468 140732627728384 139885652380592 139886182550146 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
Current children cumulated CPU time (s) 8.42
Current children cumulated vsize (KiB) 13990244

[startup+6.30065 s]
/proc/loadavg: 2.05 1.18 0.52 3/215 5522
/proc/meminfo: memFree=31648380/32770624 swapFree=0/266672
[pid=5491] ppid=5488 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/5491/stat : 5491 (xcsp3-exec) S 5488 5491 5234 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 8662679 9740288 345 18446744073709551615 4194304 5098028 140731465934224 140731465932328 140135219053180 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 12918784 140731465937307 140731465937511 140731465937511 140731465940971 0
/proc/5491/statm: 2378 345 289 221 0 87 0
[pid=5502] ppid=5491 vsize=13980732 CPUtime=12.73 cores=1,3,5,7
/proc/5502/stat : 5502 (java) S 5491 5491 5234 0 -1 1077944320 46771 0 0 0 1263 10 0 0 20 0 15 0 8662688 14316269568 36228 18446744073709551615 4194304 4196468 140732627728384 140732627710928 139886182538999 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
/proc/5502/statm: 3495183 36228 3194 1 0 3483484 0
[pid=5502/tid=5503] ppid=5491 vsize=13980732 CPUtime=6.12 cores=1,3,5,7
/proc/5502/task/5503/stat : 5503 (java) R 5491 5491 5234 0 -1 4202560 10933 0 0 0 607 5 0 0 20 0 15 0 8662689 14316269568 36228 18446744073709551615 4194304 4196468 140732627728384 139886186776936 139885829362518 0 4 1 16800974 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5504] ppid=5491 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5504/stat : 5504 (java) S 5491 5491 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8662689 14316269568 36228 18446744073709551615 4194304 4196468 140732627728384 139885782841744 139886182549205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5505] ppid=5491 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5505/stat : 5505 (java) S 5491 5491 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8662689 14316269568 36228 18446744073709551615 4194304 4196468 140732627728384 139885781788944 139886182549205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5506] ppid=5491 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5506/stat : 5506 (java) S 5491 5491 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8662689 14316269568 36228 18446744073709551615 4194304 4196468 140732627728384 139885780736656 139886182549205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5507] ppid=5491 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5507/stat : 5507 (java) S 5491 5491 5234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 8662689 14316269568 36228 18446744073709551615 4194304 4196468 140732627728384 139885779683856 139886182549205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5513] ppid=5491 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5513/stat : 5513 (java) S 5491 5491 5234 0 -1 1077944384 244 0 0 0 0 0 0 0 20 0 15 0 8662690 14316269568 36228 18446744073709551615 4194304 4196468 140732627728384 139885660801648 139886182550146 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5514] ppid=5491 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5514/stat : 5514 (java) S 5491 5491 5234 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 8662691 14316269568 36228 18446744073709551615 4194304 4196468 140732627728384 139885659747616 139886182549205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5515] ppid=5491 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5515/stat : 5515 (java) S 5491 5491 5234 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 8662691 14316269568 36228 18446744073709551615 4194304 4196468 140732627728384 139885658695280 139886182549205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5516] ppid=5491 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5516/stat : 5516 (java) S 5491 5491 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8662694 14316269568 36228 18446744073709551615 4194304 4196468 140732627728384 139885657643600 139886182557595 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5517] ppid=5491 vsize=13980732 CPUtime=3 cores=1,3,5,7
/proc/5502/task/5517/stat : 5517 (java) S 5491 5491 5234 0 -1 1077944384 15638 0 0 0 299 1 0 0 20 0 15 0 8662694 14316269568 36228 18446744073709551615 4194304 4196468 140732627728384 139885656590448 139886182550146 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5518] ppid=5491 vsize=13980732 CPUtime=3.01 cores=1,3,5,7
/proc/5502/task/5518/stat : 5518 (java) S 5491 5491 5234 0 -1 1077944384 13969 0 0 0 300 1 0 0 20 0 15 0 8662694 14316269568 36228 18446744073709551615 4194304 4196468 140732627728384 139885655537648 139886182550146 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5519] ppid=5491 vsize=13980732 CPUtime=0.56 cores=1,3,5,7
/proc/5502/task/5519/stat : 5519 (java) S 5491 5491 5234 0 -1 1077944384 3893 0 0 0 55 1 0 0 20 0 15 0 8662694 14316269568 36228 18446744073709551615 4194304 4196468 140732627728384 139885654485360 139886182550146 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5520] ppid=5491 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5520/stat : 5520 (java) S 5491 5491 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8662694 14316269568 36228 18446744073709551615 4194304 4196468 140732627728384 139885653432800 139886182549205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5522] ppid=5491 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5522/stat : 5522 (java) S 5491 5491 5234 0 -1 1077944384 794 0 0 0 0 0 0 0 20 0 15 0 8662701 14316269568 36228 18446744073709551615 4194304 4196468 140732627728384 139885652380592 139886182550146 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
Current children cumulated CPU time (s) 12.73
Current children cumulated vsize (KiB) 13990244

[startup+12.7006 s]
/proc/loadavg: 2.05 1.19 0.53 3/215 5523
/proc/meminfo: memFree=31630316/32770624 swapFree=0/266692
[pid=5491] ppid=5488 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/5491/stat : 5491 (xcsp3-exec) S 5488 5491 5234 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 8662679 9740288 345 18446744073709551615 4194304 5098028 140731465934224 140731465932328 140135219053180 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 12918784 140731465937307 140731465937511 140731465937511 140731465940971 0
/proc/5491/statm: 2378 345 289 221 0 87 0
[pid=5502] ppid=5491 vsize=13980732 CPUtime=19.44 cores=1,3,5,7
/proc/5502/stat : 5502 (java) S 5491 5491 5234 0 -1 1077944320 52808 0 0 0 1934 10 0 0 20 0 15 0 8662688 14316269568 36795 18446744073709551615 4194304 4196468 140732627728384 140732627710928 139886182538999 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
/proc/5502/statm: 3495183 36795 3194 1 0 3483484 0
[pid=5502/tid=5503] ppid=5491 vsize=13980732 CPUtime=12.52 cores=1,3,5,7
/proc/5502/task/5503/stat : 5503 (java) R 5491 5491 5234 0 -1 4202560 11598 0 0 0 1247 5 0 0 20 0 15 0 8662689 14316269568 36795 18446744073709551615 4194304 4196468 140732627728384 139886186774336 139885830117160 0 4 1 16800974 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5504] ppid=5491 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5504/stat : 5504 (java) S 5491 5491 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8662689 14316269568 36795 18446744073709551615 4194304 4196468 140732627728384 139885782841744 139886182549205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5505] ppid=5491 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5505/stat : 5505 (java) S 5491 5491 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8662689 14316269568 36795 18446744073709551615 4194304 4196468 140732627728384 139885781788944 139886182549205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0

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

/proc/5502/task/5514/stat : 5514 (java) S 5491 5491 5234 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 8662691 14316269568 40608 18446744073709551615 4194304 4196468 140732627728384 139885659747616 139886182549205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5515] ppid=5491 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5515/stat : 5515 (java) S 5491 5491 5234 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 8662691 14316269568 40608 18446744073709551615 4194304 4196468 140732627728384 139885658695280 139886182549205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5516] ppid=5491 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5516/stat : 5516 (java) S 5491 5491 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8662694 14316269568 40608 18446744073709551615 4194304 4196468 140732627728384 139885657643600 139886182557595 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5517] ppid=5491 vsize=13980732 CPUtime=3.72 cores=1,3,5,7
/proc/5502/task/5517/stat : 5517 (java) S 5491 5491 5234 0 -1 1077944384 23573 0 0 0 370 2 0 0 20 0 15 0 8662694 14316269568 40608 18446744073709551615 4194304 4196468 140732627728384 139885656590448 139886182550146 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5518] ppid=5491 vsize=13980732 CPUtime=3.37 cores=1,3,5,7
/proc/5502/task/5518/stat : 5518 (java) S 5491 5491 5234 0 -1 1077944384 19959 0 0 0 336 1 0 0 20 0 15 0 8662694 14316269568 40608 18446744073709551615 4194304 4196468 140732627728384 139885655537648 139886182550146 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5519] ppid=5491 vsize=13980732 CPUtime=0.65 cores=1,3,5,7
/proc/5502/task/5519/stat : 5519 (java) S 5491 5491 5234 0 -1 1077944384 7305 0 0 0 63 2 0 0 20 0 15 0 8662694 14316269568 40608 18446744073709551615 4194304 4196468 140732627728384 139885654485360 139886182550146 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5520] ppid=5491 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5520/stat : 5520 (java) S 5491 5491 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8662694 14316269568 40608 18446744073709551615 4194304 4196468 140732627728384 139885653432800 139886182549205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5522] ppid=5491 vsize=13980732 CPUtime=0.02 cores=1,3,5,7
/proc/5502/task/5522/stat : 5522 (java) S 5491 5491 5234 0 -1 1077944384 934 0 0 0 1 1 0 0 20 0 15 0 8662701 14316269568 40608 18446744073709551615 4194304 4196468 140732627728384 139885652380592 139886182550146 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
Current children cumulated CPU time (s) 109.91
Current children cumulated vsize (KiB) 13990244

[startup+162.301 s]
/proc/loadavg: 1.98 1.50 0.75 3/216 5528
/proc/meminfo: memFree=31496944/32770624 swapFree=0/266764
[pid=5491] ppid=5488 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/5491/stat : 5491 (xcsp3-exec) S 5488 5491 5234 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 8662679 9740288 345 18446744073709551615 4194304 5098028 140731465934224 140731465932328 140135219053180 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 12918784 140731465937307 140731465937511 140731465937511 140731465940971 0
/proc/5491/statm: 2378 345 289 221 0 87 0
[pid=5502] ppid=5491 vsize=13980732 CPUtime=170.01 cores=1,3,5,7
/proc/5502/stat : 5502 (java) S 5491 5491 5234 0 -1 1077944320 71145 0 0 0 16987 14 0 0 20 0 15 0 8662688 14316269568 41657 18446744073709551615 4194304 4196468 140732627728384 140732627710928 139886182538999 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
/proc/5502/statm: 3495183 41657 3199 1 0 3483484 0
[pid=5502/tid=5503] ppid=5491 vsize=13980732 CPUtime=162.11 cores=1,3,5,7
/proc/5502/task/5503/stat : 5503 (java) R 5491 5491 5234 0 -1 4202560 14649 0 0 0 16206 5 0 0 20 0 15 0 8662689 14316269568 41657 18446744073709551615 4194304 4196468 140732627728384 139886186774112 139885832914464 0 4 1 16800974 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5504] ppid=5491 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5504/stat : 5504 (java) S 5491 5491 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8662689 14316269568 41657 18446744073709551615 4194304 4196468 140732627728384 139885782841744 139886182549205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5505] ppid=5491 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5505/stat : 5505 (java) S 5491 5491 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8662689 14316269568 41657 18446744073709551615 4194304 4196468 140732627728384 139885781788944 139886182549205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5506] ppid=5491 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5506/stat : 5506 (java) S 5491 5491 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8662689 14316269568 41657 18446744073709551615 4194304 4196468 140732627728384 139885780736656 139886182549205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5507] ppid=5491 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5507/stat : 5507 (java) S 5491 5491 5234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 8662689 14316269568 41657 18446744073709551615 4194304 4196468 140732627728384 139885779683856 139886182549205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5513] ppid=5491 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5513/stat : 5513 (java) S 5491 5491 5234 0 -1 1077944384 480 0 0 0 0 0 0 0 20 0 15 0 8662690 14316269568 41657 18446744073709551615 4194304 4196468 140732627728384 139885660801648 139886182550146 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5514] ppid=5491 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5514/stat : 5514 (java) S 5491 5491 5234 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 8662691 14316269568 41657 18446744073709551615 4194304 4196468 140732627728384 139885659747616 139886182549205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5515] ppid=5491 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5515/stat : 5515 (java) S 5491 5491 5234 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 8662691 14316269568 41657 18446744073709551615 4194304 4196468 140732627728384 139885658695280 139886182549205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5516] ppid=5491 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5516/stat : 5516 (java) S 5491 5491 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8662694 14316269568 41657 18446744073709551615 4194304 4196468 140732627728384 139885657643600 139886182557595 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5517] ppid=5491 vsize=13980732 CPUtime=3.72 cores=1,3,5,7
/proc/5502/task/5517/stat : 5517 (java) S 5491 5491 5234 0 -1 1077944384 23855 0 0 0 370 2 0 0 20 0 15 0 8662694 14316269568 41657 18446744073709551615 4194304 4196468 140732627728384 139885656590448 139886182550146 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5518] ppid=5491 vsize=13980732 CPUtime=3.44 cores=1,3,5,7
/proc/5502/task/5518/stat : 5518 (java) S 5491 5491 5234 0 -1 1077944384 21456 0 0 0 343 1 0 0 20 0 15 0 8662694 14316269568 41657 18446744073709551615 4194304 4196468 140732627728384 139885655537648 139886182550146 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5519] ppid=5491 vsize=13980732 CPUtime=0.66 cores=1,3,5,7
/proc/5502/task/5519/stat : 5519 (java) S 5491 5491 5234 0 -1 1077944384 8428 0 0 0 64 2 0 0 20 0 15 0 8662694 14316269568 41657 18446744073709551615 4194304 4196468 140732627728384 139885654485360 139886182550146 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5520] ppid=5491 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5520/stat : 5520 (java) S 5491 5491 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8662694 14316269568 41657 18446744073709551615 4194304 4196468 140732627728384 139885653432800 139886182549205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5522] ppid=5491 vsize=13980732 CPUtime=0.03 cores=1,3,5,7
/proc/5502/task/5522/stat : 5522 (java) S 5491 5491 5234 0 -1 1077944384 977 0 0 0 1 2 0 0 20 0 15 0 8662701 14316269568 41657 18446744073709551615 4194304 4196468 140732627728384 139885652380592 139886182550146 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
Current children cumulated CPU time (s) 170.01
Current children cumulated vsize (KiB) 13990244

[startup+222.301 s]
/proc/loadavg: 1.99 1.59 0.82 4/216 5530
/proc/meminfo: memFree=31495840/32770624 swapFree=0/266788
[pid=5491] ppid=5488 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/5491/stat : 5491 (xcsp3-exec) S 5488 5491 5234 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 8662679 9740288 345 18446744073709551615 4194304 5098028 140731465934224 140731465932328 140135219053180 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 12918784 140731465937307 140731465937511 140731465937511 140731465940971 0
/proc/5491/statm: 2378 345 289 221 0 87 0
[pid=5502] ppid=5491 vsize=13980732 CPUtime=230.03 cores=1,3,5,7
/proc/5502/stat : 5502 (java) S 5491 5491 5234 0 -1 1077944320 72046 0 0 0 22988 15 0 0 20 0 15 0 8662688 14316269568 42169 18446744073709551615 4194304 4196468 140732627728384 140732627710928 139886182538999 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
/proc/5502/statm: 3495183 42169 3199 1 0 3483484 0
[pid=5502/tid=5503] ppid=5491 vsize=13980732 CPUtime=222.11 cores=1,3,5,7
/proc/5502/task/5503/stat : 5503 (java) R 5491 5491 5234 0 -1 4202560 14914 0 0 0 22206 5 0 0 20 0 15 0 8662689 14316269568 42169 18446744073709551615 4194304 4196468 140732627728384 139886186774112 139885829750069 0 4 1 16800974 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5504] ppid=5491 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5504/stat : 5504 (java) S 5491 5491 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8662689 14316269568 42169 18446744073709551615 4194304 4196468 140732627728384 139885782841744 139886182549205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5505] ppid=5491 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5505/stat : 5505 (java) S 5491 5491 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8662689 14316269568 42169 18446744073709551615 4194304 4196468 140732627728384 139885781788944 139886182549205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5506] ppid=5491 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5506/stat : 5506 (java) S 5491 5491 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8662689 14316269568 42169 18446744073709551615 4194304 4196468 140732627728384 139885780736656 139886182549205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5507] ppid=5491 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5507/stat : 5507 (java) S 5491 5491 5234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 8662689 14316269568 42169 18446744073709551615 4194304 4196468 140732627728384 139885779683856 139886182549205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5513] ppid=5491 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5513/stat : 5513 (java) S 5491 5491 5234 0 -1 1077944384 532 0 0 0 0 0 0 0 20 0 15 0 8662690 14316269568 42169 18446744073709551615 4194304 4196468 140732627728384 139885660801648 139886182550146 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5514] ppid=5491 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5514/stat : 5514 (java) S 5491 5491 5234 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 8662691 14316269568 42169 18446744073709551615 4194304 4196468 140732627728384 139885659747616 139886182549205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5515] ppid=5491 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5515/stat : 5515 (java) S 5491 5491 5234 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 8662691 14316269568 42169 18446744073709551615 4194304 4196468 140732627728384 139885658695280 139886182549205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5516] ppid=5491 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5516/stat : 5516 (java) S 5491 5491 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8662694 14316269568 42169 18446744073709551615 4194304 4196468 140732627728384 139885657643600 139886182557595 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5517] ppid=5491 vsize=13980732 CPUtime=3.73 cores=1,3,5,7
/proc/5502/task/5517/stat : 5517 (java) S 5491 5491 5234 0 -1 1077944384 24073 0 0 0 371 2 0 0 20 0 15 0 8662694 14316269568 42169 18446744073709551615 4194304 4196468 140732627728384 139885656590448 139886182550146 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5518] ppid=5491 vsize=13980732 CPUtime=3.44 cores=1,3,5,7
/proc/5502/task/5518/stat : 5518 (java) S 5491 5491 5234 0 -1 1077944384 21791 0 0 0 343 1 0 0 20 0 15 0 8662694 14316269568 42169 18446744073709551615 4194304 4196468 140732627728384 139885655537648 139886182550146 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5519] ppid=5491 vsize=13980732 CPUtime=0.66 cores=1,3,5,7
/proc/5502/task/5519/stat : 5519 (java) S 5491 5491 5234 0 -1 1077944384 8429 0 0 0 64 2 0 0 20 0 15 0 8662694 14316269568 42169 18446744073709551615 4194304 4196468 140732627728384 139885654485360 139886182550146 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5520] ppid=5491 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5520/stat : 5520 (java) S 5491 5491 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8662694 14316269568 42169 18446744073709551615 4194304 4196468 140732627728384 139885653432800 139886182549205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5522] ppid=5491 vsize=13980732 CPUtime=0.03 cores=1,3,5,7
/proc/5502/task/5522/stat : 5522 (java) S 5491 5491 5234 0 -1 1077944384 1007 0 0 0 1 2 0 0 20 0 15 0 8662701 14316269568 42169 18446744073709551615 4194304 4196468 140732627728384 139885652380592 139886182550146 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
Current children cumulated CPU time (s) 230.03
Current children cumulated vsize (KiB) 13990244



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.99 1.61 0.84 2/197 5534
/proc/meminfo: memFree=31724072/32770624 swapFree=0/266792
[pid=5491] ppid=5488 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/5491/stat : 5491 (xcsp3-exec) S 5488 5491 5234 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 8662679 9740288 345 18446744073709551615 4194304 5098028 140731465934224 140731465932328 140135219053180 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 12918784 140731465937307 140731465937511 140731465937511 140731465940971 0
/proc/5491/statm: 2378 345 289 221 0 87 0
[pid=5502] ppid=5491 vsize=13980732 CPUtime=247.74 cores=1,3,5,7
/proc/5502/stat : 5502 (java) S 5491 5491 5234 0 -1 1077944320 72061 0 0 0 24759 15 0 0 20 0 15 0 8662688 14316269568 42681 18446744073709551615 4194304 4196468 140732627728384 140732627710928 139886182538999 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
/proc/5502/statm: 3495183 42681 3199 1 0 3483484 0
[pid=5502/tid=5503] ppid=5491 vsize=13980732 CPUtime=239.82 cores=1,3,5,7
/proc/5502/task/5503/stat : 5503 (java) R 5491 5491 5234 0 -1 4202560 14929 0 0 0 23977 5 0 0 20 0 15 0 8662689 14316269568 42681 18446744073709551615 4194304 4196468 140732627728384 139886186774112 139885830483489 0 4 1 16800974 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5504] ppid=5491 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5504/stat : 5504 (java) S 5491 5491 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8662689 14316269568 42681 18446744073709551615 4194304 4196468 140732627728384 139885782841744 139886182549205 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5505] ppid=5491 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5505/stat : 5505 (java) S 5491 5491 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8662689 14316269568 42681 18446744073709551615 4194304 4196468 140732627728384 139885781788944 139886182549205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5506] ppid=5491 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5506/stat : 5506 (java) S 5491 5491 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8662689 14316269568 42681 18446744073709551615 4194304 4196468 140732627728384 139885780736656 139886182549205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5507] ppid=5491 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5507/stat : 5507 (java) S 5491 5491 5234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 8662689 14316269568 42681 18446744073709551615 4194304 4196468 140732627728384 139885779683856 139886182549205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5513] ppid=5491 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5513/stat : 5513 (java) S 5491 5491 5234 0 -1 1077944384 532 0 0 0 0 0 0 0 20 0 15 0 8662690 14316269568 42681 18446744073709551615 4194304 4196468 140732627728384 139885660801648 139886182550146 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5514] ppid=5491 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5514/stat : 5514 (java) S 5491 5491 5234 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 8662691 14316269568 42681 18446744073709551615 4194304 4196468 140732627728384 139885659747616 139886182549205 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5515] ppid=5491 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5515/stat : 5515 (java) S 5491 5491 5234 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 8662691 14316269568 42681 18446744073709551615 4194304 4196468 140732627728384 139885658695280 139886182549205 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5516] ppid=5491 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5516/stat : 5516 (java) S 5491 5491 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8662694 14316269568 42681 18446744073709551615 4194304 4196468 140732627728384 139885657643600 139886182557595 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5517] ppid=5491 vsize=13980732 CPUtime=3.73 cores=1,3,5,7
/proc/5502/task/5517/stat : 5517 (java) S 5491 5491 5234 0 -1 1077944384 24073 0 0 0 371 2 0 0 20 0 15 0 8662694 14316269568 42681 18446744073709551615 4194304 4196468 140732627728384 139885656590448 139886182550146 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5518] ppid=5491 vsize=13980732 CPUtime=3.44 cores=1,3,5,7
/proc/5502/task/5518/stat : 5518 (java) S 5491 5491 5234 0 -1 1077944384 21791 0 0 0 343 1 0 0 20 0 15 0 8662694 14316269568 42681 18446744073709551615 4194304 4196468 140732627728384 139885655537648 139886182550146 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5519] ppid=5491 vsize=13980732 CPUtime=0.66 cores=1,3,5,7
/proc/5502/task/5519/stat : 5519 (java) S 5491 5491 5234 0 -1 1077944384 8429 0 0 0 64 2 0 0 20 0 15 0 8662694 14316269568 42681 18446744073709551615 4194304 4196468 140732627728384 139885654485360 139886182550146 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5520] ppid=5491 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/5502/task/5520/stat : 5520 (java) S 5491 5491 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8662694 14316269568 42681 18446744073709551615 4194304 4196468 140732627728384 139885653432800 139886182549205 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
[pid=5502/tid=5522] ppid=5491 vsize=13980732 CPUtime=0.04 cores=1,3,5,7
/proc/5502/task/5522/stat : 5522 (java) S 5491 5491 5234 0 -1 1077944384 1007 0 0 0 1 3 0 0 20 0 15 0 8662701 14316269568 42681 18446744073709551615 4194304 4196468 140732627728384 139885652380592 139886182550146 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29044736 140732627734996 140732627735171 140732627735171 140732627738575 0
Current children cumulated CPU time (s) 247.74
Current children cumulated vsize (KiB) 13990244

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 5502 sig 9
??? kill 5491 sig 9
??? kill -5491 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5491 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=1889
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=114
# CPU time returned by wait4() is 0.002003
# while last known CPU time is 247.74
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 240.016
CPU time (s): 247.74
CPU user time (s): 247.59
CPU system time (s): 0.15
CPU usage (%): 103.218
Max. virtual memory (cumulated for all children) (KiB): 13992024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.001889
system time used= 0.000114
maximum resident set size= 1384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 511
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 1

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.43714 second user time and 0.914348 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-01 20:05:28
IDJOB=4254263
IDBENCH=115630
IDSOLVER=2635
FILE ID=node134/4254263-1501611569
RUNJOBID= node134-1501610486-5295
PBS_JOBID= 
Free space on /tmp= 61892 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/Scheduling/Scheduling-fs-taillard/Taillard-fs-100-05-3.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-4254263-1501611569/watcher-4254263-1501611569 -o /tmp/evaluation-result-4254263-1501611569/solver-4254263-1501611569 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node134-1501610486-5295 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1963848396 HOME/instance-4254263-1501611569.xml

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

MD5SUM BENCH= df6c82869a26f460264e708359f1a186
RANDOM SEED=1963848396

node134.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.43
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.43
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.43
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.43
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:        31886156 kB
MemAvailable:   32028212 kB
Buffers:           88284 kB
Cached:           337792 kB
SwapCached:            0 kB
Active:           209820 kB
Inactive:         273356 kB
Active(anon):      59748 kB
Inactive(anon):     6652 kB
Active(file):     150072 kB
Inactive(file):   266704 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             15756 kB
Writeback:             0 kB
AnonPages:         56948 kB
Mapped:            29596 kB
Shmem:              8892 kB
Slab:             106612 kB
SReclaimable:      82232 kB
SUnreclaim:        24380 kB
KernelStack:        3200 kB
PageTables:         5036 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     308884 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61884 MiB
End job on node134 at 2017-08-01 20:09:28