Trace number 4264513

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
AbsCon-basic 2017-06-11? (TO) 2520.1101 2515.51

General information on the benchmark

NameQuasiGroups/QuasiGroups-elt-qg7/
QuasiGroup-7-28.xml
MD5SUM3acdfa33911068ba5b02b5d01ed992db
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 variables1568
Number of constraints1514
Number of domains1
Minimum domain size28
Maximum domain size28
Distribution of domain sizes[{"size":28,"count":1540}]
Minimum variable degree0
Maximum variable degree57
Distribution of variable degrees[{"degree":0,"count":28},{"degree":2,"count":756},{"degree":56,"count":28},{"degree":57,"count":756}]
Minimum constraint arity28
Maximum constraint arity784
Distribution of constraint arities[{"arity":28,"count":1},{"arity":30,"count":1512},{"arity":784,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"instantiation","count":1},{"type":"element","count":1512}]
Optimization problemNO
Type of objective

Solver Data

0.23/0.37	
0.23/0.37	AbsCon 2 
0.23/0.37	
1.23/0.79	  Solving XCSP3-instance-4264513-1502303710 as a CSP
1.23/0.79	  Loading variables...
1.60/0.87	  Loading constraints...
2.62/1.16	  Solver SolverBacktrack being built...
2.62/1.16	
3.42/1.49	  Preprocessing : gac=true, ccks=784, filters=3052, revisions=28 (useless=0), AC=3780, removals=3780, inconsistent=false
3.42/1.49	

Verifier Data

One s line expected

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-4264513-1502303710/watcher-4264513-1502303710 -o /tmp/evaluation-result-4264513-1502303710/solver-4264513-1502303710 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502257024-9066 --watchdog 2580 java -jar HOME/AbsCon-basic.jar HOME/instance-4264513-1502303710.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 2.00 1.99 1.98 4/202 18302
/proc/meminfo: memFree=31044580/32770624 swapFree=0/415056
[pid=18302] ppid=18299 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/18302/stat : 18302 (runsolver) D 18299 18302 4525 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 130024002 24240128 106 18446744073709551615 4194304 4338465 140730832492624 140730832490264 139768966243031 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 8404992 140730832494752 140730832495177 140730832495177 140730832498634 0
/proc/18302/statm: 5918 106 53 36 0 2156 0

[startup+0.100119 s]
/proc/loadavg: 2.00 1.99 1.98 4/202 18302
/proc/meminfo: memFree=31044580/32770624 swapFree=0/415056
[pid=18302] ppid=18299 vsize=98704 CPUtime=0 cores=0,2,4,6
/proc/18302/stat : 18302 (java) S 18299 18302 4525 0 -1 1077944320 1390 0 0 0 0 0 0 0 20 0 2 0 130024002 101072896 1198 18446744073709551615 4194304 4196468 140726281228944 140726281211488 140227006394103 0 0 1 0 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
/proc/18302/statm: 24676 1198 895 1 0 16800 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 98704

[startup+0.200293 s]
/proc/loadavg: 2.00 1.99 1.98 4/202 18302
/proc/meminfo: memFree=31044580/32770624 swapFree=0/415056
[pid=18302] ppid=18299 vsize=10551180 CPUtime=0.05 cores=0,2,4,6
/proc/18302/stat : 18302 (java) S 18299 18302 4525 0 -1 1077944320 5089 0 0 0 4 1 0 0 20 0 15 0 130024002 10804408320 6150 18446744073709551615 4194304 4196468 140726281228944 140726281211488 140227006394103 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
/proc/18302/statm: 2637795 6150 2620 1 0 2627261 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10551180

[startup+0.300307 s]
/proc/loadavg: 2.00 1.99 1.98 4/202 18302
/proc/meminfo: memFree=31044580/32770624 swapFree=0/415056
[pid=18302] ppid=18299 vsize=10551180 CPUtime=0.23 cores=0,2,4,6
/proc/18302/stat : 18302 (java) S 18299 18302 4525 0 -1 1077944320 8638 0 0 0 20 3 0 0 20 0 15 0 130024002 10804408320 8945 18446744073709551615 4194304 4196468 140726281228944 140726281211488 140227006394103 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
/proc/18302/statm: 2637795 8967 2879 1 0 2627261 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 10551180

[startup+0.700175 s]
/proc/loadavg: 2.00 1.99 1.98 4/202 18302
/proc/meminfo: memFree=31044580/32770624 swapFree=0/415056
[pid=18302] ppid=18299 vsize=10621952 CPUtime=1.23 cores=0,2,4,6
/proc/18302/stat : 18302 (java) S 18299 18302 4525 0 -1 1077944320 13733 0 0 0 117 6 0 0 20 0 16 0 130024002 10876878848 20340 18446744073709551615 4194304 4196468 140726281228944 140726281211488 140227006394103 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
/proc/18302/statm: 2655488 20340 3067 1 0 2644414 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 10621952

[startup+1.50066 s]
/proc/loadavg: 2.00 1.99 1.98 3/218 18318
/proc/meminfo: memFree=30918668/32770624 swapFree=0/415088
[pid=18302] ppid=18299 vsize=10624000 CPUtime=3.71 cores=0,2,4,6
/proc/18302/stat : 18302 (java) S 18299 18302 4525 0 -1 1077944320 21798 0 0 0 362 9 0 0 20 0 16 0 130024002 10878976000 43165 18446744073709551615 4194304 4196468 140726281228944 140726281211488 140227006394103 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
/proc/18302/statm: 2656000 43165 3112 1 0 2644926 0
[pid=18302/tid=18304] ppid=18299 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/18302/task/18304/stat : 18304 (java) S 18299 18302 4525 0 -1 1077944384 6205 0 0 0 19 2 0 0 20 0 16 0 130024012 10878976000 43165 18446744073709551615 4194304 4196468 140726281228944 140227010636976 140227006404309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18305] ppid=18299 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18302/task/18305/stat : 18305 (java) S 18299 18302 4525 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 130024012 10878976000 43165 18446744073709551615 4194304 4196468 140726281228944 140226936813968 140227006404309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18306] ppid=18299 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18302/task/18306/stat : 18306 (java) S 18299 18302 4525 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 130024012 10878976000 43165 18446744073709551615 4194304 4196468 140726281228944 140226935761168 140227006404309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18307] ppid=18299 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18302/task/18307/stat : 18307 (java) S 18299 18302 4525 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 130024012 10878976000 43165 18446744073709551615 4194304 4196468 140726281228944 140226934708880 140227006404309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18308] ppid=18299 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18302/task/18308/stat : 18308 (java) S 18299 18302 4525 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 130024012 10878976000 43165 18446744073709551615 4194304 4196468 140726281228944 140226933656080 140227006404309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18309] ppid=18299 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18302/task/18309/stat : 18309 (java) S 18299 18302 4525 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 130024014 10878976000 43165 18446744073709551615 4194304 4196468 140726281228944 140226503248496 140227006405250 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18310] ppid=18299 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18302/task/18310/stat : 18310 (java) S 18299 18302 4525 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 130024014 10878976000 43165 18446744073709551615 4194304 4196468 140726281228944 140226502194464 140227006404309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18311] ppid=18299 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18302/task/18311/stat : 18311 (java) S 18299 18302 4525 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 130024015 10878976000 43170 18446744073709551615 4194304 4196468 140726281228944 140226501142128 140227006404309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18312] ppid=18299 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18302/task/18312/stat : 18312 (java) S 18299 18302 4525 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 130024017 10878976000 43170 18446744073709551615 4194304 4196468 140726281228944 140226500090448 140227006412699 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18313] ppid=18299 vsize=10624000 CPUtime=0.85 cores=0,2,4,6
/proc/18302/task/18313/stat : 18313 (java) R 18299 18302 4525 0 -1 4202560 2968 0 0 0 85 0 0 0 20 0 16 0 130024017 10878976000 43170 18446744073709551615 4194304 4196468 140726281228944 140226499037296 140226987937826 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18314] ppid=18299 vsize=10624000 CPUtime=0.85 cores=0,2,4,6
/proc/18302/task/18314/stat : 18314 (java) R 18299 18302 4525 0 -1 4202560 3610 0 0 0 85 0 0 0 20 0 16 0 130024017 10878976000 43170 18446744073709551615 4194304 4196468 140726281228944 140226497984496 140226991073760 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18315] ppid=18299 vsize=10624000 CPUtime=0.62 cores=0,2,4,6
/proc/18302/task/18315/stat : 18315 (java) R 18299 18302 4525 0 -1 1077944384 3299 0 0 0 61 1 0 0 20 0 16 0 130024017 10878976000 43170 18446744073709551615 4194304 4196468 140726281228944 140226496932208 140227006405250 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18316] ppid=18299 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18302/task/18316/stat : 18316 (java) S 18299 18302 4525 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 130024017 10878976000 43170 18446744073709551615 4194304 4196468 140726281228944 140226495879648 140227006404309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18317] ppid=18299 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18302/task/18317/stat : 18317 (java) S 18299 18302 4525 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 16 0 130024022 10878976000 43170 18446744073709551615 4194304 4196468 140726281228944 140226494827440 140227006405250 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18318] ppid=18299 vsize=10624000 CPUtime=1.12 cores=0,2,4,6
/proc/18302/task/18318/stat : 18318 (java) R 18299 18302 4525 0 -1 4202560 4388 0 0 0 109 3 0 0 20 0 16 0 130024038 10878976000 43170 18446744073709551615 4194304 4196468 140726281228944 140226491634312 140226612102244 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
Current children cumulated CPU time (s) 3.71
Current children cumulated vsize (KiB) 10624000

[startup+3.10074 s]
/proc/loadavg: 2.00 1.99 1.98 3/218 18318
/proc/meminfo: memFree=30878548/32770624 swapFree=0/415088
[pid=18302] ppid=18299 vsize=10624000 CPUtime=6.01 cores=0,2,4,6
/proc/18302/stat : 18302 (java) S 18299 18302 4525 0 -1 1077944320 24899 0 0 0 590 11 0 0 20 0 16 0 130024002 10878976000 44117 18446744073709551615 4194304 4196468 140726281228944 140726281211488 140227006394103 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
/proc/18302/statm: 2656000 44117 3115 1 0 2644926 0
[pid=18302/tid=18304] ppid=18299 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/18302/task/18304/stat : 18304 (java) S 18299 18302 4525 0 -1 1077944384 6205 0 0 0 19 2 0 0 20 0 16 0 130024012 10878976000 44117 18446744073709551615 4194304 4196468 140726281228944 140227010636976 140227006404309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18305] ppid=18299 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18302/task/18305/stat : 18305 (java) S 18299 18302 4525 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 130024012 10878976000 44117 18446744073709551615 4194304 4196468 140726281228944 140226936813968 140227006404309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18306] ppid=18299 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18302/task/18306/stat : 18306 (java) S 18299 18302 4525 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 130024012 10878976000 44117 18446744073709551615 4194304 4196468 140726281228944 140226935761168 140227006404309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18307] ppid=18299 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18302/task/18307/stat : 18307 (java) S 18299 18302 4525 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 130024012 10878976000 44117 18446744073709551615 4194304 4196468 140726281228944 140226934708880 140227006404309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18308] ppid=18299 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18302/task/18308/stat : 18308 (java) S 18299 18302 4525 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 130024012 10878976000 44117 18446744073709551615 4194304 4196468 140726281228944 140226933656080 140227006404309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18309] ppid=18299 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18302/task/18309/stat : 18309 (java) S 18299 18302 4525 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 16 0 130024014 10878976000 44117 18446744073709551615 4194304 4196468 140726281228944 140226503248496 140227006405250 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18310] ppid=18299 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18302/task/18310/stat : 18310 (java) S 18299 18302 4525 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 130024014 10878976000 44117 18446744073709551615 4194304 4196468 140726281228944 140226502194464 140227006404309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18311] ppid=18299 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18302/task/18311/stat : 18311 (java) S 18299 18302 4525 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 130024015 10878976000 44117 18446744073709551615 4194304 4196468 140726281228944 140226501142128 140227006404309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18312] ppid=18299 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18302/task/18312/stat : 18312 (java) S 18299 18302 4525 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 130024017 10878976000 44117 18446744073709551615 4194304 4196468 140726281228944 140226500090448 140227006412699 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18313] ppid=18299 vsize=10624000 CPUtime=1.15 cores=0,2,4,6
/proc/18302/task/18313/stat : 18313 (java) S 18299 18302 4525 0 -1 1077944384 3359 0 0 0 115 0 0 0 20 0 16 0 130024017 10878976000 44117 18446744073709551615 4194304 4196468 140726281228944 140226499037296 140227006405250 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18314] ppid=18299 vsize=10624000 CPUtime=1.2 cores=0,2,4,6
/proc/18302/task/18314/stat : 18314 (java) S 18299 18302 4525 0 -1 1077944384 3970 0 0 0 119 1 0 0 20 0 16 0 130024017 10878976000 44117 18446744073709551615 4194304 4196468 140726281228944 140226497984496 140227006405250 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18315] ppid=18299 vsize=10624000 CPUtime=0.69 cores=0,2,4,6
/proc/18302/task/18315/stat : 18315 (java) S 18299 18302 4525 0 -1 1077944384 3557 0 0 0 67 2 0 0 20 0 16 0 130024017 10878976000 44117 18446744073709551615 4194304 4196468 140726281228944 140226496932208 140227006405250 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18316] ppid=18299 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18302/task/18316/stat : 18316 (java) S 18299 18302 4525 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 130024017 10878976000 44117 18446744073709551615 4194304 4196468 140726281228944 140226495879648 140227006404309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18317] ppid=18299 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18302/task/18317/stat : 18317 (java) S 18299 18302 4525 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 16 0 130024022 10878976000 44117 18446744073709551615 4194304 4196468 140726281228944 140226494827440 140227006405250 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18318] ppid=18299 vsize=10624000 CPUtime=2.72 cores=0,2,4,6
/proc/18302/task/18318/stat : 18318 (java) R 18299 18302 4525 0 -1 4202560 6396 0 0 0 268 4 0 0 20 0 16 0 130024038 10878976000 44117 18446744073709551615 4194304 4196468 140726281228944 140226491634472 140226612395134 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 10624000

[startup+6.30074 s]
/proc/loadavg: 2.00 1.99 1.98 3/218 18318
/proc/meminfo: memFree=30875184/32770624 swapFree=0/415088
[pid=18302] ppid=18299 vsize=10624000 CPUtime=9.32 cores=0,2,4,6
/proc/18302/stat : 18302 (java) S 18299 18302 4525 0 -1 1077944320 27967 0 0 0 920 12 0 0 20 0 16 0 130024002 10878976000 45742 18446744073709551615 4194304 4196468 140726281228944 140726281211488 140227006394103 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
/proc/18302/statm: 2656000 45742 3119 1 0 2644926 0
[pid=18302/tid=18304] ppid=18299 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/18302/task/18304/stat : 18304 (java) S 18299 18302 4525 0 -1 1077944384 6205 0 0 0 19 2 0 0 20 0 16 0 130024012 10878976000 45742 18446744073709551615 4194304 4196468 140726281228944 140227010636976 140227006404309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18305] ppid=18299 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18302/task/18305/stat : 18305 (java) S 18299 18302 4525 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 130024012 10878976000 45742 18446744073709551615 4194304 4196468 140726281228944 140226936813968 140227006404309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18306] ppid=18299 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18302/task/18306/stat : 18306 (java) S 18299 18302 4525 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 130024012 10878976000 45742 18446744073709551615 4194304 4196468 140726281228944 140226935761168 140227006404309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18307] ppid=18299 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18302/task/18307/stat : 18307 (java) S 18299 18302 4525 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 130024012 10878976000 45742 18446744073709551615 4194304 4196468 140726281228944 140226934708880 140227006404309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18308] ppid=18299 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18302/task/18308/stat : 18308 (java) S 18299 18302 4525 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 130024012 10878976000 45742 18446744073709551615 4194304 4196468 140726281228944 140226933656080 140227006404309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18309] ppid=18299 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18302/task/18309/stat : 18309 (java) S 18299 18302 4525 0 -1 1077944384 443 0 0 0 0 0 0 0 20 0 16 0 130024014 10878976000 45742 18446744073709551615 4194304 4196468 140726281228944 140226503248496 140227006405250 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18310] ppid=18299 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18302/task/18310/stat : 18310 (java) S 18299 18302 4525 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 130024014 10878976000 45742 18446744073709551615 4194304 4196468 140726281228944 140226502194464 140227006404309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18311] ppid=18299 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18302/task/18311/stat : 18311 (java) S 18299 18302 4525 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 130024015 10878976000 45742 18446744073709551615 4194304 4196468 140726281228944 140226501142128 140227006404309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18312] ppid=18299 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18302/task/18312/stat : 18312 (java) S 18299 18302 4525 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 130024017 10878976000 45742 18446744073709551615 4194304 4196468 140726281228944 140226500090448 140227006412699 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18313] ppid=18299 vsize=10624000 CPUtime=1.19 cores=0,2,4,6
/proc/18302/task/18313/stat : 18313 (java) S 18299 18302 4525 0 -1 1077944384 3879 0 0 0 118 1 0 0 20 0 16 0 130024017 10878976000 45742 18446744073709551615 4194304 4196468 140726281228944 140226499037296 140227006405250 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18314] ppid=18299 vsize=10624000 CPUtime=1.26 cores=0,2,4,6
/proc/18302/task/18314/stat : 18314 (java) S 18299 18302 4525 0 -1 1077944384 4875 0 0 0 125 1 0 0 20 0 16 0 130024017 10878976000 45742 18446744073709551615 4194304 4196468 140726281228944 140226497984496 140227006405250 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18315] ppid=18299 vsize=10624000 CPUtime=0.7 cores=0,2,4,6
/proc/18302/task/18315/stat : 18315 (java) S 18299 18302 4525 0 -1 1077944384 3862 0 0 0 68 2 0 0 20 0 16 0 130024017 10878976000 45742 18446744073709551615 4194304 4196468 140726281228944 140226496932208 140227006405250 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18316] ppid=18299 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18302/task/18316/stat : 18316 (java) S 18299 18302 4525 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 130024017 10878976000 45742 18446744073709551615 4194304 4196468 140726281228944 140226495879648 140227006404309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18317] ppid=18299 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18302/task/18317/stat : 18317 (java) S 18299 18302 4525 0 -1 1077944384 373 0 0 0 0 0 0 0 20 0 16 0 130024022 10878976000 45742 18446744073709551615 4194304 4196468 140726281228944 140226494827440 140227006405250 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 9 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18318] ppid=18299 vsize=10624000 CPUtime=5.92 cores=0,2,4,6
/proc/18302/task/18318/stat : 18318 (java) R 18299 18302 4525 0 -1 4202560 6969 0 0 0 588 4 0 0 20 0 16 0 130024038 10878976000 45742 18446744073709551615 4194304 4196468 140726281228944 140226491634064 140226612396941 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
Current children cumulated CPU time (s) 9.32
Current children cumulated vsize (KiB) 10624000

[startup+12.7007 s]
/proc/loadavg: 2.00 1.99 1.98 3/218 18318
/proc/meminfo: memFree=30864188/32770624 swapFree=0/415084
[pid=18302] ppid=18299 vsize=10624000 CPUtime=15.86 cores=0,2,4,6
/proc/18302/stat : 18302 (java) S 18299 18302 4525 0 -1 1077944320 31755 0 0 0 1574 12 0 0 20 0 16 0 130024002 10878976000 48334 18446744073709551615 4194304 4196468 140726281228944 140726281211488 140227006394103 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
/proc/18302/statm: 2656000 48334 3119 1 0 2644926 0
[pid=18302/tid=18304] ppid=18299 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/18302/task/18304/stat : 18304 (java) S 18299 18302 4525 0 -1 1077944384 6205 0 0 0 19 2 0 0 20 0 16 0 130024012 10878976000 48334 18446744073709551615 4194304 4196468 140726281228944 140227010636976 140227006404309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18305] ppid=18299 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18302/task/18305/stat : 18305 (java) S 18299 18302 4525 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 130024012 10878976000 48334 18446744073709551615 4194304 4196468 140726281228944 140226936813968 140227006404309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18306] ppid=18299 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18302/task/18306/stat : 18306 (java) S 18299 18302 4525 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 130024012 10878976000 48334 18446744073709551615 4194304 4196468 140726281228944 140226935761168 140227006404309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18307] ppid=18299 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18302/task/18307/stat : 18307 (java) S 18299 18302 4525 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 130024012 10878976000 48334 18446744073709551615 4194304 4196468 140726281228944 140226934708880 140227006404309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18308] ppid=18299 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18302/task/18308/stat : 18308 (java) S 18299 18302 4525 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 130024012 10878976000 48334 18446744073709551615 4194304 4196468 140726281228944 140226933656080 140227006404309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18309] ppid=18299 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18302/task/18309/stat : 18309 (java) S 18299 18302 4525 0 -1 1077944384 446 0 0 0 0 0 0 0 20 0 16 0 130024014 10878976000 48334 18446744073709551615 4194304 4196468 140726281228944 140226503248496 140227006405250 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0

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

/proc/meminfo: memFree=30951464/32770624 swapFree=0/415188
[pid=18302] ppid=18299 vsize=10624000 CPUtime=2446.87 cores=0,2,4,6
/proc/18302/stat : 18302 (java) S 18299 18302 4525 0 -1 1077944320 73415 0 0 0 244633 54 0 0 20 0 16 0 130024002 10878976000 42213 18446744073709551615 4194304 4196468 140726281228944 140726281211488 140227006394103 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
/proc/18302/statm: 2656000 42213 3153 1 0 2644926 0
[pid=18302/tid=18304] ppid=18299 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/18302/task/18304/stat : 18304 (java) S 18299 18302 4525 0 -1 1077944384 6205 0 0 0 19 2 0 0 20 0 16 0 130024012 10878976000 42213 18446744073709551615 4194304 4196468 140726281228944 140227010636976 140227006404309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18305] ppid=18299 vsize=10624000 CPUtime=0.17 cores=0,2,4,6
/proc/18302/task/18305/stat : 18305 (java) S 18299 18302 4525 0 -1 1077944384 5788 0 0 0 16 1 0 0 20 0 16 0 130024012 10878976000 42213 18446744073709551615 4194304 4196468 140726281228944 140226936813968 140227006404309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18306] ppid=18299 vsize=10624000 CPUtime=0.17 cores=0,2,4,6
/proc/18302/task/18306/stat : 18306 (java) S 18299 18302 4525 0 -1 1077944384 4096 0 0 0 15 2 0 0 20 0 16 0 130024012 10878976000 42213 18446744073709551615 4194304 4196468 140726281228944 140226935761168 140227006404309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18307] ppid=18299 vsize=10624000 CPUtime=0.18 cores=0,2,4,6
/proc/18302/task/18307/stat : 18307 (java) S 18299 18302 4525 0 -1 1077944384 3186 0 0 0 16 2 0 0 20 0 16 0 130024012 10878976000 42213 18446744073709551615 4194304 4196468 140726281228944 140226934708880 140227006404309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18308] ppid=18299 vsize=10624000 CPUtime=0.16 cores=0,2,4,6
/proc/18302/task/18308/stat : 18308 (java) S 18299 18302 4525 0 -1 1077944384 4305 0 0 0 15 1 0 0 20 0 16 0 130024012 10878976000 42213 18446744073709551615 4194304 4196468 140726281228944 140226933656080 140227006404309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18309] ppid=18299 vsize=10624000 CPUtime=0.09 cores=0,2,4,6
/proc/18302/task/18309/stat : 18309 (java) S 18299 18302 4525 0 -1 1077944384 5260 0 0 0 7 2 0 0 20 0 16 0 130024014 10878976000 42213 18446744073709551615 4194304 4196468 140726281228944 140226503248496 140227006405250 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18310] ppid=18299 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18302/task/18310/stat : 18310 (java) S 18299 18302 4525 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 16 0 130024014 10878976000 42213 18446744073709551615 4194304 4196468 140726281228944 140226502194464 140227006404309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18311] ppid=18299 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18302/task/18311/stat : 18311 (java) S 18299 18302 4525 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 16 0 130024015 10878976000 42213 18446744073709551615 4194304 4196468 140726281228944 140226501142128 140227006404309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18312] ppid=18299 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18302/task/18312/stat : 18312 (java) S 18299 18302 4525 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 130024017 10878976000 42213 18446744073709551615 4194304 4196468 140726281228944 140226500090448 140227006412699 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18313] ppid=18299 vsize=10624000 CPUtime=1.4 cores=0,2,4,6
/proc/18302/task/18313/stat : 18313 (java) S 18299 18302 4525 0 -1 1077944384 7452 0 0 0 139 1 0 0 20 0 16 0 130024017 10878976000 42213 18446744073709551615 4194304 4196468 140726281228944 140226499037296 140227006405250 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18314] ppid=18299 vsize=10624000 CPUtime=1.49 cores=0,2,4,6
/proc/18302/task/18314/stat : 18314 (java) S 18299 18302 4525 0 -1 1077944384 8286 0 0 0 148 1 0 0 20 0 16 0 130024017 10878976000 42213 18446744073709551615 4194304 4196468 140726281228944 140226497984496 140227006405250 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18315] ppid=18299 vsize=10624000 CPUtime=0.75 cores=0,2,4,6
/proc/18302/task/18315/stat : 18315 (java) S 18299 18302 4525 0 -1 1077944384 7505 0 0 0 73 2 0 0 20 0 16 0 130024017 10878976000 42213 18446744073709551615 4194304 4196468 140726281228944 140226496932208 140227006405250 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18316] ppid=18299 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18302/task/18316/stat : 18316 (java) S 18299 18302 4525 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 130024017 10878976000 42213 18446744073709551615 4194304 4196468 140726281228944 140226495879648 140227006404309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18317] ppid=18299 vsize=10624000 CPUtime=0.7 cores=0,2,4,6
/proc/18302/task/18317/stat : 18317 (java) S 18299 18302 4525 0 -1 1077944384 1605 0 0 0 33 37 0 0 20 0 16 0 130024022 10878976000 42213 18446744073709551615 4194304 4196468 140726281228944 140226494827440 140227006405250 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18318] ppid=18299 vsize=10624000 CPUtime=2441.43 cores=0,2,4,6
/proc/18302/task/18318/stat : 18318 (java) R 18299 18302 4525 0 -1 4202560 18286 0 0 0 244137 6 0 0 20 0 16 0 130024038 10878976000 42213 18446744073709551615 4194304 4196468 140726281228944 140226491637376 140226613457289 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
Current children cumulated CPU time (s) 2446.87
Current children cumulated vsize (KiB) 10624000

[startup+2502.3 s]
/proc/loadavg: 1.68 1.81 1.90 3/219 18571
/proc/meminfo: memFree=30954844/32770624 swapFree=0/415188
[pid=18302] ppid=18299 vsize=10624000 CPUtime=2506.88 cores=0,2,4,6
/proc/18302/stat : 18302 (java) S 18299 18302 4525 0 -1 1077944320 73442 0 0 0 250634 54 0 0 20 0 16 0 130024002 10878976000 41956 18446744073709551615 4194304 4196468 140726281228944 140726281211488 140227006394103 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
/proc/18302/statm: 2656000 41956 3153 1 0 2644926 0
[pid=18302/tid=18304] ppid=18299 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/18302/task/18304/stat : 18304 (java) S 18299 18302 4525 0 -1 1077944384 6205 0 0 0 19 2 0 0 20 0 16 0 130024012 10878976000 41956 18446744073709551615 4194304 4196468 140726281228944 140227010636976 140227006404309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18305] ppid=18299 vsize=10624000 CPUtime=0.17 cores=0,2,4,6
/proc/18302/task/18305/stat : 18305 (java) S 18299 18302 4525 0 -1 1077944384 5788 0 0 0 16 1 0 0 20 0 16 0 130024012 10878976000 41956 18446744073709551615 4194304 4196468 140726281228944 140226936813968 140227006404309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18306] ppid=18299 vsize=10624000 CPUtime=0.18 cores=0,2,4,6
/proc/18302/task/18306/stat : 18306 (java) S 18299 18302 4525 0 -1 1077944384 4096 0 0 0 16 2 0 0 20 0 16 0 130024012 10878976000 41956 18446744073709551615 4194304 4196468 140726281228944 140226935761168 140227006404309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18307] ppid=18299 vsize=10624000 CPUtime=0.18 cores=0,2,4,6
/proc/18302/task/18307/stat : 18307 (java) S 18299 18302 4525 0 -1 1077944384 3186 0 0 0 16 2 0 0 20 0 16 0 130024012 10878976000 41956 18446744073709551615 4194304 4196468 140726281228944 140226934708880 140227006404309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18308] ppid=18299 vsize=10624000 CPUtime=0.17 cores=0,2,4,6
/proc/18302/task/18308/stat : 18308 (java) S 18299 18302 4525 0 -1 1077944384 4306 0 0 0 16 1 0 0 20 0 16 0 130024012 10878976000 41956 18446744073709551615 4194304 4196468 140726281228944 140226933656080 140227006404309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18309] ppid=18299 vsize=10624000 CPUtime=0.09 cores=0,2,4,6
/proc/18302/task/18309/stat : 18309 (java) S 18299 18302 4525 0 -1 1077944384 5268 0 0 0 7 2 0 0 20 0 16 0 130024014 10878976000 41956 18446744073709551615 4194304 4196468 140726281228944 140226503248496 140227006405250 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18310] ppid=18299 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18302/task/18310/stat : 18310 (java) S 18299 18302 4525 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 16 0 130024014 10878976000 41956 18446744073709551615 4194304 4196468 140726281228944 140226502194464 140227006404309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18311] ppid=18299 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18302/task/18311/stat : 18311 (java) S 18299 18302 4525 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 16 0 130024015 10878976000 41956 18446744073709551615 4194304 4196468 140726281228944 140226501142128 140227006404309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18312] ppid=18299 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18302/task/18312/stat : 18312 (java) S 18299 18302 4525 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 130024017 10878976000 41956 18446744073709551615 4194304 4196468 140726281228944 140226500090448 140227006412699 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18313] ppid=18299 vsize=10624000 CPUtime=1.4 cores=0,2,4,6
/proc/18302/task/18313/stat : 18313 (java) S 18299 18302 4525 0 -1 1077944384 7452 0 0 0 139 1 0 0 20 0 16 0 130024017 10878976000 41956 18446744073709551615 4194304 4196468 140726281228944 140226499037296 140227006405250 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18314] ppid=18299 vsize=10624000 CPUtime=1.49 cores=0,2,4,6
/proc/18302/task/18314/stat : 18314 (java) S 18299 18302 4525 0 -1 1077944384 8286 0 0 0 148 1 0 0 20 0 16 0 130024017 10878976000 41956 18446744073709551615 4194304 4196468 140726281228944 140226497984496 140227006405250 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18315] ppid=18299 vsize=10624000 CPUtime=0.75 cores=0,2,4,6
/proc/18302/task/18315/stat : 18315 (java) S 18299 18302 4525 0 -1 1077944384 7505 0 0 0 73 2 0 0 20 0 16 0 130024017 10878976000 41956 18446744073709551615 4194304 4196468 140726281228944 140226496932208 140227006405250 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18316] ppid=18299 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18302/task/18316/stat : 18316 (java) S 18299 18302 4525 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 130024017 10878976000 41956 18446744073709551615 4194304 4196468 140726281228944 140226495879648 140227006404309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18317] ppid=18299 vsize=10624000 CPUtime=0.72 cores=0,2,4,6
/proc/18302/task/18317/stat : 18317 (java) S 18299 18302 4525 0 -1 1077944384 1607 0 0 0 34 38 0 0 20 0 16 0 130024022 10878976000 41956 18446744073709551615 4194304 4196468 140726281228944 140226494827440 140227006405250 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 9 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18318] ppid=18299 vsize=10624000 CPUtime=2501.42 cores=0,2,4,6
/proc/18302/task/18318/stat : 18318 (java) R 18299 18302 4525 0 -1 4202560 18302 0 0 0 250136 6 0 0 20 0 16 0 130024038 10878976000 41956 18446744073709551615 4194304 4196468 140726281228944 140226491637376 140226612049573 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
Current children cumulated CPU time (s) 2506.88
Current children cumulated vsize (KiB) 10624000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2515.5 s]
/proc/loadavg: 1.73 1.82 1.90 3/217 18572
/proc/meminfo: memFree=30957184/32770624 swapFree=0/415208
[pid=18302] ppid=18299 vsize=10624000 CPUtime=2520.09 cores=0,2,4,6
/proc/18302/stat : 18302 (java) S 18299 18302 4525 0 -1 1077944320 73444 0 0 0 251955 54 0 0 20 0 16 0 130024002 10878976000 41956 18446744073709551615 4194304 4196468 140726281228944 140726281211488 140227006394103 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
/proc/18302/statm: 2656000 41956 3153 1 0 2644926 0
[pid=18302/tid=18304] ppid=18299 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/18302/task/18304/stat : 18304 (java) S 18299 18302 4525 0 -1 1077944384 6205 0 0 0 19 2 0 0 20 0 16 0 130024012 10878976000 41956 18446744073709551615 4194304 4196468 140726281228944 140227010636976 140227006404309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18305] ppid=18299 vsize=10624000 CPUtime=0.17 cores=0,2,4,6
/proc/18302/task/18305/stat : 18305 (java) S 18299 18302 4525 0 -1 1077944384 5788 0 0 0 16 1 0 0 20 0 16 0 130024012 10878976000 41956 18446744073709551615 4194304 4196468 140726281228944 140226936813968 140227006404309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18306] ppid=18299 vsize=10624000 CPUtime=0.18 cores=0,2,4,6
/proc/18302/task/18306/stat : 18306 (java) S 18299 18302 4525 0 -1 1077944384 4096 0 0 0 16 2 0 0 20 0 16 0 130024012 10878976000 41956 18446744073709551615 4194304 4196468 140726281228944 140226935761168 140227006404309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18307] ppid=18299 vsize=10624000 CPUtime=0.18 cores=0,2,4,6
/proc/18302/task/18307/stat : 18307 (java) S 18299 18302 4525 0 -1 1077944384 3186 0 0 0 16 2 0 0 20 0 16 0 130024012 10878976000 41956 18446744073709551615 4194304 4196468 140726281228944 140226934708880 140227006404309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18308] ppid=18299 vsize=10624000 CPUtime=0.17 cores=0,2,4,6
/proc/18302/task/18308/stat : 18308 (java) S 18299 18302 4525 0 -1 1077944384 4306 0 0 0 16 1 0 0 20 0 16 0 130024012 10878976000 41956 18446744073709551615 4194304 4196468 140726281228944 140226933656080 140227006404309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18309] ppid=18299 vsize=10624000 CPUtime=0.09 cores=0,2,4,6
/proc/18302/task/18309/stat : 18309 (java) S 18299 18302 4525 0 -1 1077944384 5268 0 0 0 7 2 0 0 20 0 16 0 130024014 10878976000 41956 18446744073709551615 4194304 4196468 140726281228944 140226503248496 140227006405250 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18310] ppid=18299 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18302/task/18310/stat : 18310 (java) S 18299 18302 4525 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 16 0 130024014 10878976000 41956 18446744073709551615 4194304 4196468 140726281228944 140226502194464 140227006404309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18311] ppid=18299 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18302/task/18311/stat : 18311 (java) S 18299 18302 4525 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 16 0 130024015 10878976000 41956 18446744073709551615 4194304 4196468 140726281228944 140226501142128 140227006404309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18312] ppid=18299 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18302/task/18312/stat : 18312 (java) S 18299 18302 4525 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 130024017 10878976000 41956 18446744073709551615 4194304 4196468 140726281228944 140226500090448 140227006412699 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18313] ppid=18299 vsize=10624000 CPUtime=1.4 cores=0,2,4,6
/proc/18302/task/18313/stat : 18313 (java) S 18299 18302 4525 0 -1 1077944384 7452 0 0 0 139 1 0 0 20 0 16 0 130024017 10878976000 41956 18446744073709551615 4194304 4196468 140726281228944 140226499037296 140227006405250 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18314] ppid=18299 vsize=10624000 CPUtime=1.49 cores=0,2,4,6
/proc/18302/task/18314/stat : 18314 (java) S 18299 18302 4525 0 -1 1077944384 8286 0 0 0 148 1 0 0 20 0 16 0 130024017 10878976000 41956 18446744073709551615 4194304 4196468 140726281228944 140226497984496 140227006405250 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18315] ppid=18299 vsize=10624000 CPUtime=0.75 cores=0,2,4,6
/proc/18302/task/18315/stat : 18315 (java) S 18299 18302 4525 0 -1 1077944384 7505 0 0 0 73 2 0 0 20 0 16 0 130024017 10878976000 41956 18446744073709551615 4194304 4196468 140726281228944 140226496932208 140227006405250 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18316] ppid=18299 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18302/task/18316/stat : 18316 (java) S 18299 18302 4525 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 130024017 10878976000 41956 18446744073709551615 4194304 4196468 140726281228944 140226495879648 140227006404309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18317] ppid=18299 vsize=10624000 CPUtime=0.72 cores=0,2,4,6
/proc/18302/task/18317/stat : 18317 (java) S 18299 18302 4525 0 -1 1077944384 1609 0 0 0 34 38 0 0 20 0 16 0 130024022 10878976000 41956 18446744073709551615 4194304 4196468 140726281228944 140226494827440 140227006405250 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18318] ppid=18299 vsize=10624000 CPUtime=2514.61 cores=0,2,4,6
/proc/18302/task/18318/stat : 18318 (java) R 18299 18302 4525 0 -1 4202560 18302 0 0 0 251455 6 0 0 20 0 16 0 130024038 10878976000 41956 18446744073709551615 4194304 4196468 140726281228944 140226491637376 140226613457787 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
Current children cumulated CPU time (s) 2520.09
Current children cumulated vsize (KiB) 10624000

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 18302 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2515.5 s]
/proc/loadavg: 1.73 1.82 1.90 3/217 18572
/proc/meminfo: memFree=30957184/32770624 swapFree=0/415208
[pid=18302] ppid=18299 vsize=10624000 CPUtime=2520.09 cores=0,2,4,6
/proc/18302/stat : 18302 (java) S 18299 18302 4525 0 -1 1077944320 73444 0 0 0 251955 54 0 0 20 0 16 0 130024002 10878976000 41956 18446744073709551615 4194304 4196468 140726281228944 140726281211488 140227006394103 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
/proc/18302/statm: 2656000 41956 3153 1 0 2644926 0
[pid=18302/tid=18304] ppid=18299 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/18302/task/18304/stat : 18304 (java) S 18299 18302 4525 0 -1 1077944384 6205 0 0 0 19 2 0 0 20 0 16 0 130024012 10878976000 41956 18446744073709551615 4194304 4196468 140726281228944 140227010636976 140227006404309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18305] ppid=18299 vsize=10624000 CPUtime=0.17 cores=0,2,4,6
/proc/18302/task/18305/stat : 18305 (java) S 18299 18302 4525 0 -1 1077944384 5788 0 0 0 16 1 0 0 20 0 16 0 130024012 10878976000 41956 18446744073709551615 4194304 4196468 140726281228944 140226936813968 140227006404309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18306] ppid=18299 vsize=10624000 CPUtime=0.18 cores=0,2,4,6
/proc/18302/task/18306/stat : 18306 (java) S 18299 18302 4525 0 -1 1077944384 4096 0 0 0 16 2 0 0 20 0 16 0 130024012 10878976000 41956 18446744073709551615 4194304 4196468 140726281228944 140226935761168 140227006404309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18307] ppid=18299 vsize=10624000 CPUtime=0.18 cores=0,2,4,6
/proc/18302/task/18307/stat : 18307 (java) S 18299 18302 4525 0 -1 1077944384 3186 0 0 0 16 2 0 0 20 0 16 0 130024012 10878976000 41956 18446744073709551615 4194304 4196468 140726281228944 140226934708880 140227006404309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18308] ppid=18299 vsize=10624000 CPUtime=0.17 cores=0,2,4,6
/proc/18302/task/18308/stat : 18308 (java) S 18299 18302 4525 0 -1 1077944384 4306 0 0 0 16 1 0 0 20 0 16 0 130024012 10878976000 41956 18446744073709551615 4194304 4196468 140726281228944 140226933656080 140227006404309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18309] ppid=18299 vsize=10624000 CPUtime=0.09 cores=0,2,4,6
/proc/18302/task/18309/stat : 18309 (java) S 18299 18302 4525 0 -1 1077944384 5268 0 0 0 7 2 0 0 20 0 16 0 130024014 10878976000 41956 18446744073709551615 4194304 4196468 140726281228944 140226503248496 140227006405250 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18310] ppid=18299 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18302/task/18310/stat : 18310 (java) S 18299 18302 4525 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 16 0 130024014 10878976000 41956 18446744073709551615 4194304 4196468 140726281228944 140226502194464 140227006404309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18311] ppid=18299 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18302/task/18311/stat : 18311 (java) S 18299 18302 4525 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 16 0 130024015 10878976000 41956 18446744073709551615 4194304 4196468 140726281228944 140226501142128 140227006404309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18312] ppid=18299 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18302/task/18312/stat : 18312 (java) S 18299 18302 4525 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 130024017 10878976000 41956 18446744073709551615 4194304 4196468 140726281228944 140226500090448 140227006412699 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18313] ppid=18299 vsize=10624000 CPUtime=1.4 cores=0,2,4,6
/proc/18302/task/18313/stat : 18313 (java) S 18299 18302 4525 0 -1 1077944384 7452 0 0 0 139 1 0 0 20 0 16 0 130024017 10878976000 41956 18446744073709551615 4194304 4196468 140726281228944 140226499037296 140227006405250 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18314] ppid=18299 vsize=10624000 CPUtime=1.49 cores=0,2,4,6
/proc/18302/task/18314/stat : 18314 (java) S 18299 18302 4525 0 -1 1077944384 8286 0 0 0 148 1 0 0 20 0 16 0 130024017 10878976000 41956 18446744073709551615 4194304 4196468 140726281228944 140226497984496 140227006405250 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18315] ppid=18299 vsize=10624000 CPUtime=0.75 cores=0,2,4,6
/proc/18302/task/18315/stat : 18315 (java) S 18299 18302 4525 0 -1 1077944384 7505 0 0 0 73 2 0 0 20 0 16 0 130024017 10878976000 41956 18446744073709551615 4194304 4196468 140726281228944 140226496932208 140227006405250 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18316] ppid=18299 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/18302/task/18316/stat : 18316 (java) S 18299 18302 4525 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 130024017 10878976000 41956 18446744073709551615 4194304 4196468 140726281228944 140226495879648 140227006404309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18317] ppid=18299 vsize=10624000 CPUtime=0.72 cores=0,2,4,6
/proc/18302/task/18317/stat : 18317 (java) S 18299 18302 4525 0 -1 1077944384 1609 0 0 0 34 38 0 0 20 0 16 0 130024022 10878976000 41956 18446744073709551615 4194304 4196468 140726281228944 140226494827440 140227006405250 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
[pid=18302/tid=18318] ppid=18299 vsize=10624000 CPUtime=2514.61 cores=0,2,4,6
/proc/18302/task/18318/stat : 18318 (java) R 18299 18302 4525 0 -1 4202560 18302 0 0 0 251455 6 0 0 20 0 16 0 130024038 10878976000 41956 18446744073709551615 4194304 4196468 140726281228944 140226491637376 140226613457787 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29839360 140726281232845 140726281232974 140726281232974 140726281236431 0
Current children cumulated CPU time (s) 2520.09
Current children cumulated vsize (KiB) 10624000

Child status: 143
Real time (s): 2515.51
CPU time (s): 2520.11
CPU user time (s): 2519.56
CPU system time (s): 0.553022
CPU usage (%): 100.183
Max. virtual memory (cumulated for all children) (KiB): 10624000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.56
system time used= 0.553022
maximum resident set size= 292884
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73708
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 58354
involuntary context switches= 3939

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.4594 second user time and 13.883 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-09 20:20:47
IDJOB=4264513
IDBENCH=133836
IDSOLVER=2652
FILE ID=node132/4264513-1502303710
RUNJOBID= node132-1502257024-9066
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= AbsCon-basic 2017-06-11
BENCH NAME= XCSP17/QuasiGroups/QuasiGroups-elt-qg7/QuasiGroup-7-28.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4264513-1502303710/watcher-4264513-1502303710 -o /tmp/evaluation-result-4264513-1502303710/solver-4264513-1502303710 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502257024-9066 --watchdog 2580  java -jar HOME/AbsCon-basic.jar HOME/instance-4264513-1502303710.xml

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

MD5SUM BENCH= 3acdfa33911068ba5b02b5d01ed992db
RANDOM SEED=1962876013

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:        31044580 kB
MemAvailable:   31785680 kB
Buffers:          271616 kB
Cached:           773888 kB
SwapCached:            0 kB
Active:           837136 kB
Inactive:         455876 kB
Active(anon):     248752 kB
Inactive(anon):    40820 kB
Active(file):     588384 kB
Inactive(file):   415056 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7980 kB
Writeback:             4 kB
AnonPages:        247656 kB
Mapped:            68208 kB
Shmem:             41660 kB
Slab:             133656 kB
SReclaimable:     106992 kB
SUnreclaim:        26664 kB
KernelStack:        3536 kB
PageTables:         6012 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1171432 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    147456 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-09 21:02:43