Trace number 4247256

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
R1: choco-solver 5a (2017-07-05)? (TO) 2400.28 603.03497

General information on the benchmark

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

Solver Data

0.00/0.10	c java -server -Xmx10000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4247256-1502097842.xml"  -tl '2400s' -p 4 -x 3
0.00/0.28	c [HOME/instance-4247256-1502097842.xml, -tl, 2400s, -p, 4, -x, 3]
0.00/0.34	c 4 solvers in parallel
0.00/0.41	c parse instance...
2.81/1.22	c solve instance...
2400.28/603.06	s UNKNOWN
2400.28/603.06	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-4247256-1502097842/watcher-4247256-1502097842 -o /tmp/evaluation-result-4247256-1502097842/solver-4247256-1502097842 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502078046-15621 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 10000 -tdir HOME -seed 1400358175 HOME/instance-4247256-1502097842.xml 

pid=25917
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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: 7.51 7.36 7.20 5/204 25920
/proc/meminfo: memFree=31220844/32770624 swapFree=0/376372
[pid=25920] ppid=25917 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/25920/stat : 25920 (runsolver) D 25917 25920 2911 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 109437362 24240128 106 18446744073709551615 4194304 4338465 140726103767904 140726103765544 139723780526807 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 34004992 140726103769174 140726103769673 140726103769673 140726103773130 0
/proc/25920/statm: 5918 106 53 36 0 2156 0

[startup+0.100123 s]
/proc/loadavg: 7.51 7.36 7.20 5/204 25920
/proc/meminfo: memFree=31220844/32770624 swapFree=0/376372
[pid=25920] ppid=25917 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/25920/stat : 25920 (runsolver) D 25917 25920 2911 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 109437362 24240128 106 18446744073709551615 4194304 4338465 140726103767904 140726103765544 139723780526807 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 34004992 140726103769174 140726103769673 140726103769673 140726103773130 0
/proc/25920/statm: 5918 106 53 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200334 s]
/proc/loadavg: 7.51 7.36 7.20 5/204 25920
/proc/meminfo: memFree=31220844/32770624 swapFree=0/376372
[pid=25920] ppid=25917 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/25920/stat : 25920 (xcsp3-exec) S 25917 25920 2911 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 109437362 9740288 345 18446744073709551615 4194304 5098028 140722332870256 140722332868360 140474150908540 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 10 0 0 7196144 7232144 30343168 140722332873112 140722332873322 140722332873322 140722332876779 0
/proc/25920/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300296 s]
/proc/loadavg: 7.51 7.36 7.20 5/204 25920
/proc/meminfo: memFree=31220844/32770624 swapFree=0/376372
[pid=25920] ppid=25917 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/25920/stat : 25920 (xcsp3-exec) S 25917 25920 2911 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 109437362 9740288 345 18446744073709551615 4194304 5098028 140722332870256 140722332868360 140474150908540 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 10 0 0 7196144 7232144 30343168 140722332873112 140722332873322 140722332873322 140722332876779 0
/proc/25920/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.701067 s]
/proc/loadavg: 7.51 7.36 7.20 5/204 25920
/proc/meminfo: memFree=31220844/32770624 swapFree=0/376372
[pid=25920] ppid=25917 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/25920/stat : 25920 (xcsp3-exec) S 25917 25920 2911 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 109437362 9740288 345 18446744073709551615 4194304 5098028 140722332870256 140722332868360 140474150908540 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 10 0 0 7196144 7232144 30343168 140722332873112 140722332873322 140722332873322 140722332876779 0
/proc/25920/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50158 s]
/proc/loadavg: 7.31 7.32 7.19 8/220 25936
/proc/meminfo: memFree=31089312/32770624 swapFree=0/376408
[pid=25920] ppid=25917 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/25920/stat : 25920 (xcsp3-exec) S 25917 25920 2911 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 109437362 9740288 345 18446744073709551615 4194304 5098028 140722332870256 140722332868360 140474150908540 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 10 0 0 7196144 7232144 30343168 140722332873112 140722332873322 140722332873322 140722332876779 0
/proc/25920/statm: 2378 345 289 221 0 87 0
[pid=25922] ppid=25920 vsize=13185584 CPUtime=3.97 cores=0,2,4,6
/proc/25922/stat : 25922 (java) S 25920 25920 2911 0 -1 1077944320 23654 0 0 0 388 9 0 0 20 0 19 0 109437373 13502038016 45845 18446744073709551615 4194304 4196468 140721656127936 140721656110480 140370276429559 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
/proc/25922/statm: 3296396 45845 3194 1 0 3284688 0
[pid=25922/tid=25923] ppid=25920 vsize=13185584 CPUtime=1.06 cores=0,2,4,6
/proc/25922/task/25923/stat : 25923 (java) S 25920 25920 2911 0 -1 1077944384 10735 0 0 0 100 6 0 0 20 0 19 0 109437373 13502038016 45845 18446744073709551615 4194304 4196468 140721656127936 140370280670336 140370276439765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25924] ppid=25920 vsize=13185584 CPUtime=0 cores=0,2,4,6
/proc/25922/task/25924/stat : 25924 (java) S 25920 25920 2911 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 109437374 13502038016 45845 18446744073709551615 4194304 4196468 140721656127936 140370212912016 140370276439765 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25925] ppid=25920 vsize=13185584 CPUtime=0 cores=0,2,4,6
/proc/25922/task/25925/stat : 25925 (java) S 25920 25920 2911 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 109437374 13502038016 45845 18446744073709551615 4194304 4196468 140721656127936 140370211859216 140370276439765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25926] ppid=25920 vsize=13185584 CPUtime=0 cores=0,2,4,6
/proc/25922/task/25926/stat : 25926 (java) S 25920 25920 2911 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 109437374 13502038016 45845 18446744073709551615 4194304 4196468 140721656127936 140370210806928 140370276439765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25927] ppid=25920 vsize=13185584 CPUtime=0 cores=0,2,4,6
/proc/25922/task/25927/stat : 25927 (java) S 25920 25920 2911 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 109437374 13502038016 45845 18446744073709551615 4194304 4196468 140721656127936 140370209754128 140370276439765 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25928] ppid=25920 vsize=13185584 CPUtime=0 cores=0,2,4,6
/proc/25922/task/25928/stat : 25928 (java) S 25920 25920 2911 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 19 0 109437375 13502038016 45845 18446744073709551615 4194304 4196468 140721656127936 140369759488112 140370276440706 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25929] ppid=25920 vsize=13185584 CPUtime=0 cores=0,2,4,6
/proc/25922/task/25929/stat : 25929 (java) S 25920 25920 2911 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 109437376 13502038016 45845 18446744073709551615 4194304 4196468 140721656127936 140369758434080 140370276439765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25930] ppid=25920 vsize=13185584 CPUtime=0 cores=0,2,4,6
/proc/25922/task/25930/stat : 25930 (java) S 25920 25920 2911 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 109437376 13502038016 45845 18446744073709551615 4194304 4196468 140721656127936 140369757381744 140370276439765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25931] ppid=25920 vsize=13185584 CPUtime=0 cores=0,2,4,6
/proc/25922/task/25931/stat : 25931 (java) S 25920 25920 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 109437378 13502038016 45845 18446744073709551615 4194304 4196468 140721656127936 140369756330064 140370276448155 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25932] ppid=25920 vsize=13185584 CPUtime=0.92 cores=0,2,4,6
/proc/25922/task/25932/stat : 25932 (java) S 25920 25920 2911 0 -1 1077944384 4641 0 0 0 92 0 0 0 20 0 19 0 109437378 13502038016 45845 18446744073709551615 4194304 4196468 140721656127936 140369755277936 140370276440706 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25933] ppid=25920 vsize=13185584 CPUtime=0.88 cores=0,2,4,6
/proc/25922/task/25933/stat : 25933 (java) R 25920 25920 2911 0 -1 1077944384 3879 0 0 0 88 0 0 0 20 0 19 0 109437378 13502038016 45845 18446744073709551615 4194304 4196468 140721656127936 140369754225232 140370276439765 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25934] ppid=25920 vsize=13185584 CPUtime=0.52 cores=0,2,4,6
/proc/25922/task/25934/stat : 25934 (java) S 25920 25920 2911 0 -1 1077944384 2631 0 0 0 52 0 0 0 20 0 19 0 109437378 13502038016 45845 18446744073709551615 4194304 4196468 140721656127936 140369753172976 140370276439765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25935] ppid=25920 vsize=13185584 CPUtime=0 cores=0,2,4,6
/proc/25922/task/25935/stat : 25935 (java) S 25920 25920 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 109437379 13502038016 45845 18446744073709551615 4194304 4196468 140721656127936 140369752120288 140370276439765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25936] ppid=25920 vsize=13185584 CPUtime=0 cores=0,2,4,6
/proc/25922/task/25936/stat : 25936 (java) S 25920 25920 2911 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 19 0 109437383 13502038016 45845 18446744073709551615 4194304 4196468 140721656127936 140369751067056 140370276440706 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
Current children cumulated CPU time (s) 3.97
Current children cumulated vsize (KiB) 13195096

[startup+3.10658 s]
/proc/loadavg: 7.31 7.32 7.19 11/224 25940
/proc/meminfo: memFree=31020752/32770624 swapFree=0/376408
[pid=25920] ppid=25917 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/25920/stat : 25920 (xcsp3-exec) S 25917 25920 2911 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 109437362 9740288 345 18446744073709551615 4194304 5098028 140722332870256 140722332868360 140474150908540 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 10 0 0 7196144 7232144 30343168 140722332873112 140722332873322 140722332873322 140722332876779 0
/proc/25920/statm: 2378 345 289 221 0 87 0
[pid=25922] ppid=25920 vsize=13185584 CPUtime=10.35 cores=0,2,4,6
/proc/25922/stat : 25922 (java) S 25920 25920 2911 0 -1 1077944320 26579 0 0 0 1025 10 0 0 20 0 19 0 109437373 13502038016 53573 18446744073709551615 4194304 4196468 140721656127936 140721656110480 140370276429559 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
/proc/25922/statm: 3296396 53573 3230 1 0 3284688 0
[pid=25922/tid=25923] ppid=25920 vsize=13185584 CPUtime=1.06 cores=0,2,4,6
/proc/25922/task/25923/stat : 25923 (java) S 25920 25920 2911 0 -1 1077944384 10735 0 0 0 100 6 0 0 20 0 19 0 109437373 13502038016 53573 18446744073709551615 4194304 4196468 140721656127936 140370280670336 140370276439765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25924] ppid=25920 vsize=13185584 CPUtime=0.01 cores=0,2,4,6
/proc/25922/task/25924/stat : 25924 (java) S 25920 25920 2911 0 -1 1077944384 41 0 0 0 1 0 0 0 20 0 19 0 109437374 13502038016 53573 18446744073709551615 4194304 4196468 140721656127936 140370212912016 140370276439765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25925] ppid=25920 vsize=13185584 CPUtime=0.01 cores=0,2,4,6
/proc/25922/task/25925/stat : 25925 (java) S 25920 25920 2911 0 -1 1077944384 23 0 0 0 1 0 0 0 20 0 19 0 109437374 13502038016 53573 18446744073709551615 4194304 4196468 140721656127936 140370211859216 140370276439765 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25926] ppid=25920 vsize=13185584 CPUtime=0 cores=0,2,4,6
/proc/25922/task/25926/stat : 25926 (java) S 25920 25920 2911 0 -1 1077944384 470 0 0 0 0 0 0 0 20 0 19 0 109437374 13502038016 53573 18446744073709551615 4194304 4196468 140721656127936 140370210806928 140370276439765 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25927] ppid=25920 vsize=13185584 CPUtime=0 cores=0,2,4,6
/proc/25922/task/25927/stat : 25927 (java) S 25920 25920 2911 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 19 0 109437374 13502038016 53573 18446744073709551615 4194304 4196468 140721656127936 140370209754128 140370276439765 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25928] ppid=25920 vsize=13185584 CPUtime=0 cores=0,2,4,6
/proc/25922/task/25928/stat : 25928 (java) S 25920 25920 2911 0 -1 1077944384 175 0 0 0 0 0 0 0 20 0 19 0 109437375 13502038016 53573 18446744073709551615 4194304 4196468 140721656127936 140369759488112 140370276440706 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25929] ppid=25920 vsize=13185584 CPUtime=0 cores=0,2,4,6
/proc/25922/task/25929/stat : 25929 (java) S 25920 25920 2911 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 19 0 109437376 13502038016 53573 18446744073709551615 4194304 4196468 140721656127936 140369758434080 140370276439765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25930] ppid=25920 vsize=13185584 CPUtime=0 cores=0,2,4,6
/proc/25922/task/25930/stat : 25930 (java) S 25920 25920 2911 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 19 0 109437376 13502038016 53573 18446744073709551615 4194304 4196468 140721656127936 140369757381744 140370276439765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25931] ppid=25920 vsize=13185584 CPUtime=0 cores=0,2,4,6
/proc/25922/task/25931/stat : 25931 (java) S 25920 25920 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 109437378 13502038016 53573 18446744073709551615 4194304 4196468 140721656127936 140369756330064 140370276448155 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25932] ppid=25920 vsize=13185584 CPUtime=1.7 cores=0,2,4,6
/proc/25922/task/25932/stat : 25932 (java) S 25920 25920 2911 0 -1 1077944384 5351 0 0 0 170 0 0 0 20 0 19 0 109437378 13502038016 53573 18446744073709551615 4194304 4196468 140721656127936 140369755277696 140370276439765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25933] ppid=25920 vsize=13185584 CPUtime=1.67 cores=0,2,4,6
/proc/25922/task/25933/stat : 25933 (java) R 25920 25920 2911 0 -1 4202560 4745 0 0 0 167 0 0 0 20 0 19 0 109437378 13502038016 53573 18446744073709551615 4194304 4196468 140721656127936 140369754225432 140370260340541 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25934] ppid=25920 vsize=13185584 CPUtime=0.59 cores=0,2,4,6
/proc/25922/task/25934/stat : 25934 (java) S 25920 25920 2911 0 -1 1077944384 3170 0 0 0 59 0 0 0 20 0 19 0 109437378 13502038016 53573 18446744073709551615 4194304 4196468 140721656127936 140369753172848 140370276440706 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25935] ppid=25920 vsize=13185584 CPUtime=0 cores=0,2,4,6
/proc/25922/task/25935/stat : 25935 (java) S 25920 25920 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 109437379 13502038016 53573 18446744073709551615 4194304 4196468 140721656127936 140369752120288 140370276439765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25936] ppid=25920 vsize=13185584 CPUtime=0 cores=0,2,4,6
/proc/25922/task/25936/stat : 25936 (java) S 25920 25920 2911 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 109437383 13502038016 53573 18446744073709551615 4194304 4196468 140721656127936 140369751067056 140370276440706 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25937] ppid=25920 vsize=13185584 CPUtime=1.13 cores=0,2,4,6
/proc/25922/task/25937/stat : 25937 (java) R 25920 25920 2911 0 -1 1077944384 120 0 0 0 113 0 0 0 20 0 19 0 109437485 13502038016 53573 18446744073709551615 4194304 4196468 140721656127936 140369743550928 140370276439765 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25938] ppid=25920 vsize=13185584 CPUtime=1.52 cores=0,2,4,6
/proc/25922/task/25938/stat : 25938 (java) R 25920 25920 2911 0 -1 4202560 214 0 0 0 152 0 0 0 20 0 19 0 109437485 13502038016 53573 18446744073709551615 4194304 4196468 140721656127936 140369742499728 140369888828373 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25939] ppid=25920 vsize=13185584 CPUtime=1.13 cores=0,2,4,6
/proc/25922/task/25939/stat : 25939 (java) R 25920 25920 2911 0 -1 4202560 98 0 0 0 113 0 0 0 20 0 19 0 109437485 13502038016 53573 18446744073709551615 4194304 4196468 140721656127936 140369741446560 140369888827336 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25940] ppid=25920 vsize=13185584 CPUtime=1.41 cores=0,2,4,6
/proc/25922/task/25940/stat : 25940 (java) R 25920 25920 2911 0 -1 4202560 53 0 0 0 141 0 0 0 20 0 19 0 109437485 13502038016 53573 18446744073709551615 4194304 4196468 140721656127936 140369740394640 140369888827673 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
Current children cumulated CPU time (s) 10.35
Current children cumulated vsize (KiB) 13195096

[startup+6.30358 s]
/proc/loadavg: 7.36 7.34 7.20 9/224 25940
/proc/meminfo: memFree=31016540/32770624 swapFree=0/376408
[pid=25920] ppid=25917 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/25920/stat : 25920 (xcsp3-exec) S 25917 25920 2911 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 109437362 9740288 345 18446744073709551615 4194304 5098028 140722332870256 140722332868360 140474150908540 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 10 0 0 7196144 7232144 30343168 140722332873112 140722332873322 140722332873322 140722332876779 0
/proc/25920/statm: 2378 345 289 221 0 87 0
[pid=25922] ppid=25920 vsize=13185584 CPUtime=23.1 cores=0,2,4,6
/proc/25922/stat : 25922 (java) S 25920 25920 2911 0 -1 1077944320 29551 0 0 0 2299 11 0 0 20 0 19 0 109437373 13502038016 53698 18446744073709551615 4194304 4196468 140721656127936 140721656110480 140370276429559 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
/proc/25922/statm: 3296396 53698 3233 1 0 3284688 0
[pid=25922/tid=25923] ppid=25920 vsize=13185584 CPUtime=1.06 cores=0,2,4,6
/proc/25922/task/25923/stat : 25923 (java) S 25920 25920 2911 0 -1 1077944384 10735 0 0 0 100 6 0 0 20 0 19 0 109437373 13502038016 53698 18446744073709551615 4194304 4196468 140721656127936 140370280670336 140370276439765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25924] ppid=25920 vsize=13185584 CPUtime=0.01 cores=0,2,4,6
/proc/25922/task/25924/stat : 25924 (java) S 25920 25920 2911 0 -1 1077944384 41 0 0 0 1 0 0 0 20 0 19 0 109437374 13502038016 53698 18446744073709551615 4194304 4196468 140721656127936 140370212912016 140370276439765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25925] ppid=25920 vsize=13185584 CPUtime=0.01 cores=0,2,4,6
/proc/25922/task/25925/stat : 25925 (java) S 25920 25920 2911 0 -1 1077944384 23 0 0 0 1 0 0 0 20 0 19 0 109437374 13502038016 53698 18446744073709551615 4194304 4196468 140721656127936 140370211859216 140370276439765 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25926] ppid=25920 vsize=13185584 CPUtime=0 cores=0,2,4,6
/proc/25922/task/25926/stat : 25926 (java) S 25920 25920 2911 0 -1 1077944384 470 0 0 0 0 0 0 0 20 0 19 0 109437374 13502038016 53698 18446744073709551615 4194304 4196468 140721656127936 140370210806928 140370276439765 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25927] ppid=25920 vsize=13185584 CPUtime=0 cores=0,2,4,6
/proc/25922/task/25927/stat : 25927 (java) S 25920 25920 2911 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 19 0 109437374 13502038016 53698 18446744073709551615 4194304 4196468 140721656127936 140370209754128 140370276439765 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25928] ppid=25920 vsize=13185584 CPUtime=0 cores=0,2,4,6
/proc/25922/task/25928/stat : 25928 (java) S 25920 25920 2911 0 -1 1077944384 216 0 0 0 0 0 0 0 20 0 19 0 109437375 13502038016 53698 18446744073709551615 4194304 4196468 140721656127936 140369759488112 140370276440706 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25929] ppid=25920 vsize=13185584 CPUtime=0 cores=0,2,4,6
/proc/25922/task/25929/stat : 25929 (java) S 25920 25920 2911 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 19 0 109437376 13502038016 53698 18446744073709551615 4194304 4196468 140721656127936 140369758434080 140370276439765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25930] ppid=25920 vsize=13185584 CPUtime=0 cores=0,2,4,6
/proc/25922/task/25930/stat : 25930 (java) S 25920 25920 2911 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 19 0 109437376 13502038016 53698 18446744073709551615 4194304 4196468 140721656127936 140369757381744 140370276439765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25931] ppid=25920 vsize=13185584 CPUtime=0 cores=0,2,4,6
/proc/25922/task/25931/stat : 25931 (java) S 25920 25920 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 109437378 13502038016 53698 18446744073709551615 4194304 4196468 140721656127936 140369756330064 140370276448155 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25932] ppid=25920 vsize=13185584 CPUtime=1.79 cores=0,2,4,6
/proc/25922/task/25932/stat : 25932 (java) S 25920 25920 2911 0 -1 1077944384 6422 0 0 0 179 0 0 0 20 0 19 0 109437378 13502038016 53698 18446744073709551615 4194304 4196468 140721656127936 140369755277936 140370276440706 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25933] ppid=25920 vsize=13185584 CPUtime=1.74 cores=0,2,4,6
/proc/25922/task/25933/stat : 25933 (java) S 25920 25920 2911 0 -1 1077944384 5241 0 0 0 174 0 0 0 20 0 19 0 109437378 13502038016 53698 18446744073709551615 4194304 4196468 140721656127936 140369754225136 140370276440706 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25934] ppid=25920 vsize=13185584 CPUtime=0.61 cores=0,2,4,6
/proc/25922/task/25934/stat : 25934 (java) S 25920 25920 2911 0 -1 1077944384 3352 0 0 0 61 0 0 0 20 0 19 0 109437378 13502038016 53698 18446744073709551615 4194304 4196468 140721656127936 140369753172848 140370276440706 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25935] ppid=25920 vsize=13185584 CPUtime=0 cores=0,2,4,6
/proc/25922/task/25935/stat : 25935 (java) S 25920 25920 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 109437379 13502038016 53698 18446744073709551615 4194304 4196468 140721656127936 140369752120288 140370276439765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25936] ppid=25920 vsize=13185584 CPUtime=0 cores=0,2,4,6
/proc/25922/task/25936/stat : 25936 (java) S 25920 25920 2911 0 -1 1077944384 347 0 0 0 0 0 0 0 20 0 19 0 109437383 13502038016 53698 18446744073709551615 4194304 4196468 140721656127936 140369751067056 140370276440706 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25937] ppid=25920 vsize=13185584 CPUtime=4.21 cores=0,2,4,6
/proc/25922/task/25937/stat : 25937 (java) R 25920 25920 2911 0 -1 4202560 335 0 0 0 421 0 0 0 20 0 19 0 109437485 13502038016 53698 18446744073709551615 4194304 4196468 140721656127936 140369743551176 140369888967153 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25938] ppid=25920 vsize=13185584 CPUtime=4.63 cores=0,2,4,6
/proc/25922/task/25938/stat : 25938 (java) R 25920 25920 2911 0 -1 4202560 312 0 0 0 463 0 0 0 20 0 19 0 109437485 13502038016 53698 18446744073709551615 4194304 4196468 140721656127936 140369742499896 140369888827413 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25939] ppid=25920 vsize=13185584 CPUtime=4.31 cores=0,2,4,6
/proc/25922/task/25939/stat : 25939 (java) R 25920 25920 2911 0 -1 4202560 547 0 0 0 431 0 0 0 20 0 19 0 109437485 13502038016 53698 18446744073709551615 4194304 4196468 140721656127936 140369741449240 140369888911072 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25940] ppid=25920 vsize=13185584 CPUtime=4.6 cores=0,2,4,6
/proc/25922/task/25940/stat : 25940 (java) R 25920 25920 2911 0 -1 4202560 139 0 0 0 460 0 0 0 20 0 19 0 109437485 13502038016 53698 18446744073709551615 4194304 4196468 140721656127936 140369740394672 140369888828161 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
Current children cumulated CPU time (s) 23.1
Current children cumulated vsize (KiB) 13195096

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

/proc/25920/statm: 2378 345 289 221 0 87 0
[pid=25922] ppid=25920 vsize=13185584 CPUtime=2079.18 cores=0,2,4,6
/proc/25922/stat : 25922 (java) S 25920 25920 2911 0 -1 1077944320 55622 0 0 0 207890 28 0 0 20 0 19 0 109437373 13502038016 40291 18446744073709551615 4194304 4196468 140721656127936 140721656110480 140370276429559 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
/proc/25922/statm: 3296396 40291 3240 1 0 3284688 0
[pid=25922/tid=25923] ppid=25920 vsize=13185584 CPUtime=1.06 cores=0,2,4,6
/proc/25922/task/25923/stat : 25923 (java) S 25920 25920 2911 0 -1 1077944384 10735 0 0 0 100 6 0 0 20 0 19 0 109437373 13502038016 40291 18446744073709551615 4194304 4196468 140721656127936 140370280670336 140370276439765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25924] ppid=25920 vsize=13185584 CPUtime=0.21 cores=0,2,4,6
/proc/25922/task/25924/stat : 25924 (java) S 25920 25920 2911 0 -1 1077944384 1763 0 0 0 16 5 0 0 20 0 19 0 109437374 13502038016 40291 18446744073709551615 4194304 4196468 140721656127936 140370212912016 140370276439765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25925] ppid=25920 vsize=13185584 CPUtime=0.21 cores=0,2,4,6
/proc/25922/task/25925/stat : 25925 (java) S 25920 25920 2911 0 -1 1077944384 897 0 0 0 16 5 0 0 20 0 19 0 109437374 13502038016 40291 18446744073709551615 4194304 4196468 140721656127936 140370211859216 140370276439765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25926] ppid=25920 vsize=13185584 CPUtime=0.21 cores=0,2,4,6
/proc/25922/task/25926/stat : 25926 (java) S 25920 25920 2911 0 -1 1077944384 3103 0 0 0 16 5 0 0 20 0 19 0 109437374 13502038016 40291 18446744073709551615 4194304 4196468 140721656127936 140370210806928 140370276439765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25927] ppid=25920 vsize=13185584 CPUtime=0.2 cores=0,2,4,6
/proc/25922/task/25927/stat : 25927 (java) S 25920 25920 2911 0 -1 1077944384 1517 0 0 0 15 5 0 0 20 0 19 0 109437374 13502038016 40291 18446744073709551615 4194304 4196468 140721656127936 140370209754128 140370276439765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25928] ppid=25920 vsize=13185584 CPUtime=0.13 cores=0,2,4,6
/proc/25922/task/25928/stat : 25928 (java) S 25920 25920 2911 0 -1 1077944384 2087 0 0 0 13 0 0 0 20 0 19 0 109437375 13502038016 40291 18446744073709551615 4194304 4196468 140721656127936 140369759488112 140370276440706 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25929] ppid=25920 vsize=13185584 CPUtime=0 cores=0,2,4,6
/proc/25922/task/25929/stat : 25929 (java) S 25920 25920 2911 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 19 0 109437376 13502038016 40291 18446744073709551615 4194304 4196468 140721656127936 140369758434080 140370276439765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25930] ppid=25920 vsize=13185584 CPUtime=0 cores=0,2,4,6
/proc/25922/task/25930/stat : 25930 (java) S 25920 25920 2911 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 19 0 109437376 13502038016 40291 18446744073709551615 4194304 4196468 140721656127936 140369757381744 140370276439765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25931] ppid=25920 vsize=13185584 CPUtime=0 cores=0,2,4,6
/proc/25922/task/25931/stat : 25931 (java) S 25920 25920 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 109437378 13502038016 40291 18446744073709551615 4194304 4196468 140721656127936 140369756330064 140370276448155 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25932] ppid=25920 vsize=13185584 CPUtime=1.89 cores=0,2,4,6
/proc/25922/task/25932/stat : 25932 (java) S 25920 25920 2911 0 -1 1077944384 9294 0 0 0 188 1 0 0 20 0 19 0 109437378 13502038016 40291 18446744073709551615 4194304 4196468 140721656127936 140369755277936 140370276440706 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25933] ppid=25920 vsize=13185584 CPUtime=1.88 cores=0,2,4,6
/proc/25922/task/25933/stat : 25933 (java) S 25920 25920 2911 0 -1 1077944384 10295 0 0 0 187 1 0 0 20 0 19 0 109437378 13502038016 40291 18446744073709551615 4194304 4196468 140721656127936 140369754225136 140370276440706 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25934] ppid=25920 vsize=13185584 CPUtime=0.62 cores=0,2,4,6
/proc/25922/task/25934/stat : 25934 (java) S 25920 25920 2911 0 -1 1077944384 5816 0 0 0 62 0 0 0 20 0 19 0 109437378 13502038016 40291 18446744073709551615 4194304 4196468 140721656127936 140369753172848 140370276440706 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25935] ppid=25920 vsize=13185584 CPUtime=0 cores=0,2,4,6
/proc/25922/task/25935/stat : 25935 (java) S 25920 25920 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 109437379 13502038016 40291 18446744073709551615 4194304 4196468 140721656127936 140369752120288 140370276439765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25936] ppid=25920 vsize=13185584 CPUtime=0.16 cores=0,2,4,6
/proc/25922/task/25936/stat : 25936 (java) S 25920 25920 2911 0 -1 1077944384 736 0 0 0 0 16 0 0 20 0 19 0 109437383 13502038016 40291 18446744073709551615 4194304 4196468 140721656127936 140369751067056 140370276440706 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25937] ppid=25920 vsize=13185584 CPUtime=517.89 cores=0,2,4,6
/proc/25922/task/25937/stat : 25937 (java) R 25920 25920 2911 0 -1 4202560 1778 0 0 0 51789 0 0 0 20 0 19 0 109437485 13502038016 40291 18446744073709551615 4194304 4196468 140721656127936 140369743553648 140369888826083 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25938] ppid=25920 vsize=13185584 CPUtime=517.94 cores=0,2,4,6
/proc/25922/task/25938/stat : 25938 (java) R 25920 25920 2911 0 -1 4202560 1967 0 0 0 51793 1 0 0 20 0 19 0 109437485 13502038016 40291 18446744073709551615 4194304 4196468 140721656127936 140369742499992 140369888827804 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25939] ppid=25920 vsize=13185584 CPUtime=518.61 cores=0,2,4,6
/proc/25922/task/25939/stat : 25939 (java) R 25920 25920 2911 0 -1 4202560 2475 0 0 0 51860 1 0 0 20 0 19 0 109437485 13502038016 40291 18446744073709551615 4194304 4196468 140721656127936 140369741446944 140369889264795 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25940] ppid=25920 vsize=13185584 CPUtime=518.03 cores=0,2,4,6
/proc/25922/task/25940/stat : 25940 (java) R 25920 25920 2911 0 -1 4202560 1813 0 0 0 51803 0 0 0 20 0 19 0 109437485 13502038016 40291 18446744073709551615 4194304 4196468 140721656127936 140369740394904 140369888827945 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
Current children cumulated CPU time (s) 2079.18
Current children cumulated vsize (KiB) 13195096

[startup+582.302 s]
/proc/loadavg: 8.96 8.43 7.85 9/224 25978
/proc/meminfo: memFree=31081228/32770624 swapFree=0/376568
[pid=25920] ppid=25917 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/25920/stat : 25920 (xcsp3-exec) S 25917 25920 2911 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 109437362 9740288 345 18446744073709551615 4194304 5098028 140722332870256 140722332868360 140474150908540 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 10 0 0 7196144 7232144 30343168 140722332873112 140722332873322 140722332873322 140722332876779 0
/proc/25920/statm: 2378 345 289 221 0 87 0
[pid=25922] ppid=25920 vsize=13185584 CPUtime=2317.84 cores=0,2,4,6
/proc/25922/stat : 25922 (java) S 25920 25920 2911 0 -1 1077944320 57974 0 0 0 231755 29 0 0 20 0 19 0 109437373 13502038016 42537 18446744073709551615 4194304 4196468 140721656127936 140721656110480 140370276429559 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
/proc/25922/statm: 3296396 42537 3240 1 0 3284688 0
[pid=25922/tid=25923] ppid=25920 vsize=13185584 CPUtime=1.06 cores=0,2,4,6
/proc/25922/task/25923/stat : 25923 (java) S 25920 25920 2911 0 -1 1077944384 10735 0 0 0 100 6 0 0 20 0 19 0 109437373 13502038016 42537 18446744073709551615 4194304 4196468 140721656127936 140370280670336 140370276439765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25924] ppid=25920 vsize=13185584 CPUtime=0.27 cores=0,2,4,6
/proc/25922/task/25924/stat : 25924 (java) S 25920 25920 2911 0 -1 1077944384 1857 0 0 0 21 6 0 0 20 0 19 0 109437374 13502038016 42537 18446744073709551615 4194304 4196468 140721656127936 140370212912016 140370276439765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25925] ppid=25920 vsize=13185584 CPUtime=0.27 cores=0,2,4,6
/proc/25922/task/25925/stat : 25925 (java) S 25920 25920 2911 0 -1 1077944384 1406 0 0 0 21 6 0 0 20 0 19 0 109437374 13502038016 42537 18446744073709551615 4194304 4196468 140721656127936 140370211859216 140370276439765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25926] ppid=25920 vsize=13185584 CPUtime=0.26 cores=0,2,4,6
/proc/25922/task/25926/stat : 25926 (java) S 25920 25920 2911 0 -1 1077944384 3192 0 0 0 21 5 0 0 20 0 19 0 109437374 13502038016 42537 18446744073709551615 4194304 4196468 140721656127936 140370210806928 140370276439765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25927] ppid=25920 vsize=13185584 CPUtime=0.26 cores=0,2,4,6
/proc/25922/task/25927/stat : 25927 (java) S 25920 25920 2911 0 -1 1077944384 1688 0 0 0 20 6 0 0 20 0 19 0 109437374 13502038016 42537 18446744073709551615 4194304 4196468 140721656127936 140370209754128 140370276439765 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25928] ppid=25920 vsize=13185584 CPUtime=0.18 cores=0,2,4,6
/proc/25922/task/25928/stat : 25928 (java) S 25920 25920 2911 0 -1 1077944384 2357 0 0 0 18 0 0 0 20 0 19 0 109437375 13502038016 42537 18446744073709551615 4194304 4196468 140721656127936 140369759488112 140370276440706 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25929] ppid=25920 vsize=13185584 CPUtime=0 cores=0,2,4,6
/proc/25922/task/25929/stat : 25929 (java) S 25920 25920 2911 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 19 0 109437376 13502038016 42537 18446744073709551615 4194304 4196468 140721656127936 140369758434080 140370276439765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25930] ppid=25920 vsize=13185584 CPUtime=0 cores=0,2,4,6
/proc/25922/task/25930/stat : 25930 (java) S 25920 25920 2911 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 19 0 109437376 13502038016 42537 18446744073709551615 4194304 4196468 140721656127936 140369757381744 140370276439765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25931] ppid=25920 vsize=13185584 CPUtime=0 cores=0,2,4,6
/proc/25922/task/25931/stat : 25931 (java) S 25920 25920 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 109437378 13502038016 42537 18446744073709551615 4194304 4196468 140721656127936 140369756330064 140370276448155 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25932] ppid=25920 vsize=13185584 CPUtime=1.89 cores=0,2,4,6
/proc/25922/task/25932/stat : 25932 (java) S 25920 25920 2911 0 -1 1077944384 9746 0 0 0 188 1 0 0 20 0 19 0 109437378 13502038016 42537 18446744073709551615 4194304 4196468 140721656127936 140369755277936 140370276440706 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25933] ppid=25920 vsize=13185584 CPUtime=1.88 cores=0,2,4,6
/proc/25922/task/25933/stat : 25933 (java) S 25920 25920 2911 0 -1 1077944384 10298 0 0 0 187 1 0 0 20 0 19 0 109437378 13502038016 42537 18446744073709551615 4194304 4196468 140721656127936 140369754225136 140370276440706 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25934] ppid=25920 vsize=13185584 CPUtime=0.62 cores=0,2,4,6
/proc/25922/task/25934/stat : 25934 (java) S 25920 25920 2911 0 -1 1077944384 5818 0 0 0 62 0 0 0 20 0 19 0 109437378 13502038016 42537 18446744073709551615 4194304 4196468 140721656127936 140369753172848 140370276440706 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25935] ppid=25920 vsize=13185584 CPUtime=0 cores=0,2,4,6
/proc/25922/task/25935/stat : 25935 (java) S 25920 25920 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 109437379 13502038016 42537 18446744073709551615 4194304 4196468 140721656127936 140369752120288 140370276439765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25936] ppid=25920 vsize=13185584 CPUtime=0.18 cores=0,2,4,6
/proc/25922/task/25936/stat : 25936 (java) S 25920 25920 2911 0 -1 1077944384 765 0 0 0 0 18 0 0 20 0 19 0 109437383 13502038016 42537 18446744073709551615 4194304 4196468 140721656127936 140369751067056 140370276440706 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25937] ppid=25920 vsize=13185584 CPUtime=577.55 cores=0,2,4,6
/proc/25922/task/25937/stat : 25937 (java) R 25920 25920 2911 0 -1 4202560 1884 0 0 0 57755 0 0 0 20 0 19 0 109437485 13502038016 42537 18446744073709551615 4194304 4196468 140721656127936 140369743550824 140369888828804 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25938] ppid=25920 vsize=13185584 CPUtime=577.47 cores=0,2,4,6
/proc/25922/task/25938/stat : 25938 (java) R 25920 25920 2911 0 -1 4202560 2389 0 0 0 57746 1 0 0 20 0 19 0 109437485 13502038016 42537 18446744073709551615 4194304 4196468 140721656127936 140369742499640 140369889264884 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25939] ppid=25920 vsize=13185584 CPUtime=578.24 cores=0,2,4,6
/proc/25922/task/25939/stat : 25939 (java) R 25920 25920 2911 0 -1 4202560 2595 0 0 0 57823 1 0 0 20 0 19 0 109437485 13502038016 42537 18446744073709551615 4194304 4196468 140721656127936 140369741446688 140369888911238 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25940] ppid=25920 vsize=13185584 CPUtime=577.58 cores=0,2,4,6
/proc/25922/task/25940/stat : 25940 (java) R 25920 25920 2911 0 -1 4202560 1898 0 0 0 57758 0 0 0 20 0 19 0 109437485 13502038016 42537 18446744073709551615 4194304 4196468 140721656127936 140369740397504 140369888827554 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
Current children cumulated CPU time (s) 2317.84
Current children cumulated vsize (KiB) 13195096



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+603.002 s]
/proc/loadavg: 9.13 8.50 7.89 9/220 26056
/proc/meminfo: memFree=28052296/32770624 swapFree=0/376568
[pid=25920] ppid=25917 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/25920/stat : 25920 (xcsp3-exec) S 25917 25920 2911 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 109437362 9740288 345 18446744073709551615 4194304 5098028 140722332870256 140722332868360 140474150908540 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 10 0 0 7196144 7232144 30343168 140722332873112 140722332873322 140722332873322 140722332876779 0
/proc/25920/statm: 2378 345 289 221 0 87 0
[pid=25922] ppid=25920 vsize=13185584 CPUtime=2400.28 cores=0,2,4,6
/proc/25922/stat : 25922 (java) S 25920 25920 2911 0 -1 1077944320 58029 0 0 0 239998 30 0 0 20 0 19 0 109437373 13502038016 44071 18446744073709551615 4194304 4196468 140721656127936 140721656110480 140370276429559 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
/proc/25922/statm: 3296396 44071 3240 1 0 3284688 0
[pid=25922/tid=25923] ppid=25920 vsize=13185584 CPUtime=1.06 cores=0,2,4,6
/proc/25922/task/25923/stat : 25923 (java) S 25920 25920 2911 0 -1 1077944384 10735 0 0 0 100 6 0 0 20 0 19 0 109437373 13502038016 44071 18446744073709551615 4194304 4196468 140721656127936 140370280670336 140370276439765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25924] ppid=25920 vsize=13185584 CPUtime=0.28 cores=0,2,4,6
/proc/25922/task/25924/stat : 25924 (java) S 25920 25920 2911 0 -1 1077944384 1864 0 0 0 22 6 0 0 20 0 19 0 109437374 13502038016 44071 18446744073709551615 4194304 4196468 140721656127936 140370212912016 140370276439765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25925] ppid=25920 vsize=13185584 CPUtime=0.28 cores=0,2,4,6
/proc/25922/task/25925/stat : 25925 (java) S 25920 25920 2911 0 -1 1077944384 1410 0 0 0 22 6 0 0 20 0 19 0 109437374 13502038016 44071 18446744073709551615 4194304 4196468 140721656127936 140370211859216 140370276439765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25926] ppid=25920 vsize=13185584 CPUtime=0.28 cores=0,2,4,6
/proc/25922/task/25926/stat : 25926 (java) S 25920 25920 2911 0 -1 1077944384 3197 0 0 0 22 6 0 0 20 0 19 0 109437374 13502038016 44071 18446744073709551615 4194304 4196468 140721656127936 140370210806928 140370276439765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25927] ppid=25920 vsize=13185584 CPUtime=0.27 cores=0,2,4,6
/proc/25922/task/25927/stat : 25927 (java) S 25920 25920 2911 0 -1 1077944384 1690 0 0 0 21 6 0 0 20 0 19 0 109437374 13502038016 44071 18446744073709551615 4194304 4196468 140721656127936 140370209754128 140370276439765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25928] ppid=25920 vsize=13185584 CPUtime=0.19 cores=0,2,4,6
/proc/25922/task/25928/stat : 25928 (java) S 25920 25920 2911 0 -1 1077944384 2362 0 0 0 19 0 0 0 20 0 19 0 109437375 13502038016 44071 18446744073709551615 4194304 4196468 140721656127936 140369759488112 140370276440706 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25929] ppid=25920 vsize=13185584 CPUtime=0 cores=0,2,4,6
/proc/25922/task/25929/stat : 25929 (java) S 25920 25920 2911 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 19 0 109437376 13502038016 44071 18446744073709551615 4194304 4196468 140721656127936 140369758434080 140370276439765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25930] ppid=25920 vsize=13185584 CPUtime=0 cores=0,2,4,6
/proc/25922/task/25930/stat : 25930 (java) S 25920 25920 2911 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 19 0 109437376 13502038016 44071 18446744073709551615 4194304 4196468 140721656127936 140369757381744 140370276439765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25931] ppid=25920 vsize=13185584 CPUtime=0 cores=0,2,4,6
/proc/25922/task/25931/stat : 25931 (java) S 25920 25920 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 109437378 13502038016 44071 18446744073709551615 4194304 4196468 140721656127936 140369756330064 140370276448155 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25932] ppid=25920 vsize=13185584 CPUtime=1.89 cores=0,2,4,6
/proc/25922/task/25932/stat : 25932 (java) S 25920 25920 2911 0 -1 1077944384 9746 0 0 0 188 1 0 0 20 0 19 0 109437378 13502038016 44071 18446744073709551615 4194304 4196468 140721656127936 140369755277936 140370276440706 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25933] ppid=25920 vsize=13185584 CPUtime=1.88 cores=0,2,4,6
/proc/25922/task/25933/stat : 25933 (java) S 25920 25920 2911 0 -1 1077944384 10298 0 0 0 187 1 0 0 20 0 19 0 109437378 13502038016 44071 18446744073709551615 4194304 4196468 140721656127936 140369754225136 140370276440706 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25934] ppid=25920 vsize=13185584 CPUtime=0.62 cores=0,2,4,6
/proc/25922/task/25934/stat : 25934 (java) S 25920 25920 2911 0 -1 1077944384 5818 0 0 0 62 0 0 0 20 0 19 0 109437378 13502038016 44071 18446744073709551615 4194304 4196468 140721656127936 140369753172848 140370276440706 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25935] ppid=25920 vsize=13185584 CPUtime=0 cores=0,2,4,6
/proc/25922/task/25935/stat : 25935 (java) S 25920 25920 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 109437379 13502038016 44071 18446744073709551615 4194304 4196468 140721656127936 140369752120288 140370276439765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25936] ppid=25920 vsize=13185584 CPUtime=0.19 cores=0,2,4,6
/proc/25922/task/25936/stat : 25936 (java) S 25920 25920 2911 0 -1 1077944384 767 0 0 0 0 19 0 0 20 0 19 0 109437383 13502038016 44071 18446744073709551615 4194304 4196468 140721656127936 140369751067056 140370276440706 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25937] ppid=25920 vsize=13185584 CPUtime=598.14 cores=0,2,4,6
/proc/25922/task/25937/stat : 25937 (java) R 25920 25920 2911 0 -1 4202560 1892 0 0 0 59814 0 0 0 20 0 19 0 109437485 13502038016 44071 18446744073709551615 4194304 4196468 140721656127936 140369743551192 140369888828569 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25938] ppid=25920 vsize=13185584 CPUtime=598.03 cores=0,2,4,6
/proc/25922/task/25938/stat : 25938 (java) R 25920 25920 2911 0 -1 4202560 2392 0 0 0 59802 1 0 0 20 0 19 0 109437485 13502038016 44071 18446744073709551615 4194304 4196468 140721656127936 140369742499744 140369888828203 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25939] ppid=25920 vsize=13185584 CPUtime=598.84 cores=0,2,4,6
/proc/25922/task/25939/stat : 25939 (java) R 25920 25920 2911 0 -1 4202560 2604 0 0 0 59883 1 0 0 20 0 19 0 109437485 13502038016 44071 18446744073709551615 4194304 4196468 140721656127936 140369741447192 140369888910770 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
[pid=25922/tid=25940] ppid=25920 vsize=13185584 CPUtime=598.19 cores=0,2,4,6
/proc/25922/task/25940/stat : 25940 (java) R 25920 25920 2911 0 -1 4202560 1908 0 0 0 59819 0 0 0 20 0 19 0 109437485 13502038016 44071 18446744073709551615 4194304 4196468 140721656127936 140369740397504 140369888828252 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33730560 140721656136150 140721656136326 140721656136326 140721656139727 0
Current children cumulated CPU time (s) 2400.28
Current children cumulated vsize (KiB) 13195096

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 25922 sig 9
??? kill 25920 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 25920 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=1909
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=126
# CPU time returned by wait4() is 0.002035
# while last known CPU time is 2400.28
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 603.035
CPU time (s): 2400.28
CPU user time (s): 2399.98
CPU system time (s): 0.3
CPU usage (%): 398.034
Max. virtual memory (cumulated for all children) (KiB): 13195096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.001909
system time used= 0.000126
maximum resident set size= 1384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 510
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 3.09735 second user time and 4.41403 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-07 11:09:41
IDJOB=4247256
IDBENCH=140599
IDSOLVER=2626
FILE ID=node132/4247256-1502097842
RUNJOBID= node132-1502078046-15621
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/SchurrLemma/SchurrLemma-nor-s1/SchurrLemma-nor-067-4.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 10000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4247256-1502097842/watcher-4247256-1502097842 -o /tmp/evaluation-result-4247256-1502097842/solver-4247256-1502097842 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502078046-15621 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 10000 -tdir HOME -seed 1400358175 HOME/instance-4247256-1502097842.xml

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

MD5SUM BENCH= 22c6c6446a04b334dd8f238e60106d6c
RANDOM SEED=1400358175

node132.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.74
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.74
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.74
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.74
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:        31220956 kB
MemAvailable:   31789692 kB
Buffers:          233704 kB
Cached:           633344 kB
SwapCached:            0 kB
Active:           717960 kB
Inactive:         409196 kB
Active(anon):     260848 kB
Inactive(anon):    32628 kB
Active(file):     457112 kB
Inactive(file):   376568 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7840 kB
Writeback:             0 kB
AnonPages:        357984 kB
Mapped:            61920 kB
Shmem:             33468 kB
Slab:             128516 kB
SReclaimable:     101780 kB
SUnreclaim:        26736 kB
KernelStack:        3856 kB
PageTables:         5816 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1239548 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    256000 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 62016 MiB
End job on node132 at 2017-08-07 11:19:44