Trace number 1063423

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 112v4 AC? (TO) 1800.11 1814.26

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-gr4x6.xml
MD5SUM676da83a245da5754e645c85d459182b
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1562.29
Satisfiable
(Un)Satisfiability was proved
Number of variables744
Number of constraints44
Maximum constraint arity180
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension44
Global constraints used (with number of constraints)

Solver Data (download as text)

0.07/0.08	
0.07/0.08	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=mac.xml
0.19/0.27	   
0.19/0.27	   instance
0.19/0.27	     name=HOME/instance-1063423-1215136914.xml
0.30/0.30	   
0.30/0.30	   domains being loaded...
0.30/0.31	   
0.30/0.31	   variables being loaded...
0.39/0.44	     nbVariables=744  nbDomainTypes=2  minDomainSize=1  maxDomainSize=2  nbTotalValues=1134
0.39/0.44	       =>  wckTime=0.203  cpuTime=0.15  mem=9M804
0.39/0.44	   
0.39/0.44	   predicates being loaded...
0.50/0.59	   
0.50/0.59	   constraints being loaded...
1.08/1.14	     nbConstraints=34  nbMergedConstraints=10  nbSingletonDomainVariables=354  nbUnbuiltConflictsStructures=12
1.08/1.16	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=12  nbSharedEvaluationManagers=22  minDegree=1  maxDegree=3
1.08/1.16	     minArity=31  avgArity=64.24  maxArity=180  nbGenerators=0  nbFusions=0  symmetryWckTime=0.233  symmetryCpuTime=0.16
1.08/1.16	       =>  wckTime=0.899  cpuTime=0.7  mem=5M938
1.08/1.19	   
1.08/1.20	   solver IterativeSystematicSolver being built... 
1.18/1.29	   
1.18/1.29	   INFO : Forward propagation technique limited 
1.28/1.38	       =>  wckTime=1.146  cpuTime=0.86  mem=29M672
1.97/2.07	   
1.97/2.07	   preprocessing
1.97/2.07	     nbConstraintChecks=230286  nbValidityChecks=744  nbPropagations=744  nbRevisions=744  nbUselessRevisions=744
1.97/2.07	     nbRemovedValues=0  detectedInconsistency=no
1.97/2.07	       =>  wckTime=0.685  cpuTime=0.66  mem=30M648
275.98/280.84	   
275.98/280.84	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=34M567)

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1063423-1215136914/watcher-1063423-1215136914 -o /tmp/evaluation-result-1063423-1215136914/solver-1063423-1215136914 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1063423-1215136914.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 6.90 3.36 2.45 4/72 10592
/proc/meminfo: memFree=1611728/2055920 swapFree=4112040/4192956
[pid=10592] ppid=10590 vsize=1616 CPUtime=0
/proc/10592/stat : 10592 (java) D 10590 10592 9520 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 1543361831 1654784 145 996147200 134512640 134550740 4294956144 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/10592/statm: 404 145 119 9 0 46 0

[startup+0.085903 s]
/proc/loadavg: 6.90 3.36 2.45 4/72 10592
/proc/meminfo: memFree=1611728/2055920 swapFree=4112040/4192956
[pid=10592] ppid=10590 vsize=865856 CPUtime=0.07
/proc/10592/stat : 10592 (java) S 10590 10592 9520 0 -1 0 3580 0 1 0 5 2 0 0 18 0 9 0 1543361831 886636544 3068 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10592/statm: 216464 3068 1642 9 0 211026 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865856

[startup+0.101395 s]
/proc/loadavg: 6.90 3.36 2.45 4/72 10592
/proc/meminfo: memFree=1611728/2055920 swapFree=4112040/4192956
[pid=10592] ppid=10590 vsize=866908 CPUtime=0.1
/proc/10592/stat : 10592 (java) S 10590 10592 9520 0 -1 0 3803 0 1 0 7 3 0 0 18 0 9 0 1543361831 887713792 3254 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10592/statm: 216727 3257 1724 9 0 211282 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 866908

[startup+0.301413 s]
/proc/loadavg: 6.90 3.36 2.45 4/72 10592
/proc/meminfo: memFree=1611728/2055920 swapFree=4112040/4192956
[pid=10592] ppid=10590 vsize=867292 CPUtime=0.3
/proc/10592/stat : 10592 (java) S 10590 10592 9520 0 -1 0 6047 0 1 0 25 5 0 0 18 0 9 0 1543361831 888107008 5421 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10592/statm: 216823 5423 1956 9 0 211351 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 867292

[startup+0.701459 s]
/proc/loadavg: 6.90 3.36 2.45 4/72 10592
/proc/meminfo: memFree=1611728/2055920 swapFree=4112040/4192956
[pid=10592] ppid=10590 vsize=868068 CPUtime=0.69
/proc/10592/stat : 10592 (java) S 10590 10592 9520 0 -1 0 10914 0 1 0 62 7 0 0 18 0 9 0 1543361831 888901632 10274 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10592/statm: 217017 10274 2009 9 0 211523 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 868068

[startup+1.50154 s]
/proc/loadavg: 6.51 3.34 2.45 6/83 10605
/proc/meminfo: memFree=1560440/2055920 swapFree=4112040/4192956
[pid=10592] ppid=10590 vsize=868392 CPUtime=1.48
/proc/10592/stat : 10592 (java) S 10590 10592 9520 0 -1 0 27826 326 1 0 134 13 1 0 18 0 9 0 1543361831 889233408 17855 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10592/statm: 217098 17855 2636 9 0 211604 0
[pid=10592/tid=10594] ppid=10590 vsize=868392 CPUtime=1.17
/proc/10592/task/10594/stat : 10594 (java) R 10590 10592 9520 0 -1 64 21337 326 1 0 106 10 1 0 19 0 9 0 1543361832 889233408 17855 996147200 134512640 134550740 4294955984 18446744073709551615 4126977037 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10595] ppid=10590 vsize=868392 CPUtime=0.07
/proc/10592/task/10595/stat : 10595 (java) S 10590 10592 9520 0 -1 64 4938 326 0 0 6 0 1 0 16 0 9 0 1543361834 889233408 17855 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10596] ppid=10590 vsize=868392 CPUtime=0.01
/proc/10592/task/10596/stat : 10596 (java) S 10590 10592 9520 0 -1 64 15 326 0 0 0 0 1 0 16 0 9 0 1543361834 889233408 17855 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10597] ppid=10590 vsize=868392 CPUtime=0.01
/proc/10592/task/10597/stat : 10597 (java) S 10590 10592 9520 0 -1 64 15 326 0 0 0 0 1 0 16 0 9 0 1543361834 889233408 17855 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10598] ppid=10590 vsize=868392 CPUtime=0.01
/proc/10592/task/10598/stat : 10598 (java) S 10590 10592 9520 0 -1 64 1 326 0 0 0 0 1 0 18 0 9 0 1543361836 889233408 17855 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10599] ppid=10590 vsize=868392 CPUtime=0.22
/proc/10592/task/10599/stat : 10599 (java) S 10590 10592 9520 0 -1 64 708 326 0 0 21 0 1 0 15 0 9 0 1543361836 889233408 17855 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10600] ppid=10590 vsize=868392 CPUtime=0.01
/proc/10592/task/10600/stat : 10600 (java) S 10590 10592 9520 0 -1 64 2 326 0 0 0 0 1 0 19 0 9 0 1543361836 889233408 17855 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10601] ppid=10590 vsize=868392 CPUtime=0.01
/proc/10592/task/10601/stat : 10601 (java) S 10590 10592 9520 0 -1 64 5 326 0 0 0 0 1 0 15 0 9 0 1543361836 889233408 17855 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 868392

[startup+3.10172 s]
/proc/loadavg: 6.51 3.34 2.45 3/81 10605
/proc/meminfo: memFree=1550400/2055920 swapFree=4112040/4192956
[pid=10592] ppid=10590 vsize=868392 CPUtime=3.07
/proc/10592/stat : 10592 (java) S 10590 10592 9520 0 -1 0 28136 326 1 0 292 14 1 0 18 0 9 0 1543361831 889233408 17878 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10592/statm: 217098 17878 2637 9 0 211604 0
[pid=10592/tid=10594] ppid=10590 vsize=868392 CPUtime=2.72
/proc/10592/task/10594/stat : 10594 (java) R 10590 10592 9520 0 -1 64 21622 326 1 0 261 10 1 0 25 0 9 0 1543361832 889233408 17878 996147200 134512640 134550740 4294955984 18446744073709551615 4126979383 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10595] ppid=10590 vsize=868392 CPUtime=0.07
/proc/10592/task/10595/stat : 10595 (java) S 10590 10592 9520 0 -1 64 4938 326 0 0 6 0 1 0 17 0 9 0 1543361834 889233408 17878 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10596] ppid=10590 vsize=868392 CPUtime=0.01
/proc/10592/task/10596/stat : 10596 (java) S 10590 10592 9520 0 -1 64 15 326 0 0 0 0 1 0 16 0 9 0 1543361834 889233408 17878 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10597] ppid=10590 vsize=868392 CPUtime=0.01
/proc/10592/task/10597/stat : 10597 (java) S 10590 10592 9520 0 -1 64 15 326 0 0 0 0 1 0 16 0 9 0 1543361834 889233408 17878 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10598] ppid=10590 vsize=868392 CPUtime=0.01
/proc/10592/task/10598/stat : 10598 (java) S 10590 10592 9520 0 -1 64 1 326 0 0 0 0 1 0 18 0 9 0 1543361836 889233408 17878 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10599] ppid=10590 vsize=868392 CPUtime=0.25
/proc/10592/task/10599/stat : 10599 (java) S 10590 10592 9520 0 -1 64 733 326 0 0 24 0 1 0 16 0 9 0 1543361836 889233408 17878 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10600] ppid=10590 vsize=868392 CPUtime=0.01
/proc/10592/task/10600/stat : 10600 (java) S 10590 10592 9520 0 -1 64 2 326 0 0 0 0 1 0 19 0 9 0 1543361836 889233408 17878 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10601] ppid=10590 vsize=868392 CPUtime=0.01
/proc/10592/task/10601/stat : 10601 (java) S 10590 10592 9520 0 -1 64 5 326 0 0 0 0 1 0 15 0 9 0 1543361836 889233408 17878 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 868392

[startup+6.30208 s]
/proc/loadavg: 6.51 3.34 2.45 3/81 10605
/proc/meminfo: memFree=1550208/2055920 swapFree=4112040/4192956
[pid=10592] ppid=10590 vsize=868392 CPUtime=6.24
/proc/10592/stat : 10592 (java) S 10590 10592 9520 0 -1 0 28148 326 1 0 609 14 1 0 18 0 9 0 1543361831 889233408 17878 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10592/statm: 217098 17878 2637 9 0 211604 0
[pid=10592/tid=10594] ppid=10590 vsize=868392 CPUtime=5.89
/proc/10592/task/10594/stat : 10594 (java) R 10590 10592 9520 0 -1 64 21622 326 1 0 578 10 1 0 25 0 9 0 1543361832 889233408 17878 996147200 134512640 134550740 4294955984 18446744073709551615 4126982448 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10595] ppid=10590 vsize=868392 CPUtime=0.07
/proc/10592/task/10595/stat : 10595 (java) S 10590 10592 9520 0 -1 64 4938 326 0 0 6 0 1 0 16 0 9 0 1543361834 889233408 17878 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10596] ppid=10590 vsize=868392 CPUtime=0.01
/proc/10592/task/10596/stat : 10596 (java) S 10590 10592 9520 0 -1 64 15 326 0 0 0 0 1 0 16 0 9 0 1543361834 889233408 17878 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10597] ppid=10590 vsize=868392 CPUtime=0.01
/proc/10592/task/10597/stat : 10597 (java) S 10590 10592 9520 0 -1 64 15 326 0 0 0 0 1 0 16 0 9 0 1543361834 889233408 17878 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10598] ppid=10590 vsize=868392 CPUtime=0.01
/proc/10592/task/10598/stat : 10598 (java) S 10590 10592 9520 0 -1 64 1 326 0 0 0 0 1 0 18 0 9 0 1543361836 889233408 17878 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10599] ppid=10590 vsize=868392 CPUtime=0.25
/proc/10592/task/10599/stat : 10599 (java) S 10590 10592 9520 0 -1 64 733 326 0 0 24 0 1 0 16 0 9 0 1543361836 889233408 17878 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10600] ppid=10590 vsize=868392 CPUtime=0.01
/proc/10592/task/10600/stat : 10600 (java) S 10590 10592 9520 0 -1 64 2 326 0 0 0 0 1 0 19 0 9 0 1543361836 889233408 17878 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10601] ppid=10590 vsize=868392 CPUtime=0.01
/proc/10592/task/10601/stat : 10601 (java) S 10590 10592 9520 0 -1 64 17 326 0 0 0 0 1 0 15 0 9 0 1543361836 889233408 17878 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 868392

[startup+12.7018 s]
/proc/loadavg: 5.89 3.31 2.45 6/90 10789
/proc/meminfo: memFree=1545160/2055920 swapFree=4112040/4192956
[pid=10592] ppid=10590 vsize=868392 CPUtime=11.96
/proc/10592/stat : 10592 (java) S 10590 10592 9520 0 -1 0 28148 326 1 0 1181 14 1 0 18 0 9 0 1543361831 889233408 17878 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10592/statm: 217098 17878 2637 9 0 211604 0
[pid=10592/tid=10594] ppid=10590 vsize=868392 CPUtime=11.61
/proc/10592/task/10594/stat : 10594 (java) R 10590 10592 9520 0 -1 64 21622 326 1 0 1150 10 1 0 25 0 9 0 1543361832 889233408 17878 996147200 134512640 134550740 4294955984 18446744073709551615 4126981431 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10595] ppid=10590 vsize=868392 CPUtime=0.07
/proc/10592/task/10595/stat : 10595 (java) S 10590 10592 9520 0 -1 64 4938 326 0 0 6 0 1 0 16 0 9 0 1543361834 889233408 17878 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10596] ppid=10590 vsize=868392 CPUtime=0.01
/proc/10592/task/10596/stat : 10596 (java) S 10590 10592 9520 0 -1 64 15 326 0 0 0 0 1 0 16 0 9 0 1543361834 889233408 17878 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10597] ppid=10590 vsize=868392 CPUtime=0.01
/proc/10592/task/10597/stat : 10597 (java) S 10590 10592 9520 0 -1 64 15 326 0 0 0 0 1 0 16 0 9 0 1543361834 889233408 17878 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10598] ppid=10590 vsize=868392 CPUtime=0.01
/proc/10592/task/10598/stat : 10598 (java) S 10590 10592 9520 0 -1 64 1 326 0 0 0 0 1 0 18 0 9 0 1543361836 889233408 17878 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10599] ppid=10590 vsize=868392 CPUtime=0.25
/proc/10592/task/10599/stat : 10599 (java) S 10590 10592 9520 0 -1 64 733 326 0 0 24 0 1 0 16 0 9 0 1543361836 889233408 17878 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10600] ppid=10590 vsize=868392 CPUtime=0.01
/proc/10592/task/10600/stat : 10600 (java) S 10590 10592 9520 0 -1 64 2 326 0 0 0 0 1 0 19 0 9 0 1543361836 889233408 17878 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10601] ppid=10590 vsize=868392 CPUtime=0.01
/proc/10592/task/10601/stat : 10601 (java) S 10590 10592 9520 0 -1 64 17 326 0 0 0 0 1 0 15 0 9 0 1543361836 889233408 17878 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.96
Current children cumulated vsize (KiB) 868392

[startup+25.5022 s]
/proc/loadavg: 5.60 3.34 2.46 3/81 11081
/proc/meminfo: memFree=1514288/2055920 swapFree=4112040/4192956
[pid=10592] ppid=10590 vsize=868392 CPUtime=22.84
/proc/10592/stat : 10592 (java) S 10590 10592 9520 0 -1 0 28148 326 1 0 2267 16 1 0 18 0 9 0 1543361831 889233408 17878 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10592/statm: 217098 17878 2637 9 0 211604 0
[pid=10592/tid=10594] ppid=10590 vsize=868392 CPUtime=22.49
/proc/10592/task/10594/stat : 10594 (java) R 10590 10592 9520 0 -1 64 21622 326 1 0 2236 12 1 0 25 0 9 0 1543361832 889233408 17878 996147200 134512640 134550740 4294955984 18446744073709551615 4126981500 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10595] ppid=10590 vsize=868392 CPUtime=0.07
/proc/10592/task/10595/stat : 10595 (java) S 10590 10592 9520 0 -1 64 4938 326 0 0 6 0 1 0 16 0 9 0 1543361834 889233408 17878 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10596] ppid=10590 vsize=868392 CPUtime=0.01
/proc/10592/task/10596/stat : 10596 (java) S 10590 10592 9520 0 -1 64 15 326 0 0 0 0 1 0 16 0 9 0 1543361834 889233408 17878 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10597] ppid=10590 vsize=868392 CPUtime=0.01
/proc/10592/task/10597/stat : 10597 (java) S 10590 10592 9520 0 -1 64 15 326 0 0 0 0 1 0 16 0 9 0 1543361834 889233408 17878 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10598] ppid=10590 vsize=868392 CPUtime=0.01
/proc/10592/task/10598/stat : 10598 (java) S 10590 10592 9520 0 -1 64 1 326 0 0 0 0 1 0 18 0 9 0 1543361836 889233408 17878 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10599] ppid=10590 vsize=868392 CPUtime=0.25
/proc/10592/task/10599/stat : 10599 (java) S 10590 10592 9520 0 -1 64 733 326 0 0 24 0 1 0 16 0 9 0 1543361836 889233408 17878 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10600] ppid=10590 vsize=868392 CPUtime=0.01
/proc/10592/task/10600/stat : 10600 (java) S 10590 10592 9520 0 -1 64 2 326 0 0 0 0 1 0 19 0 9 0 1543361836 889233408 17878 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10601] ppid=10590 vsize=868392 CPUtime=0.01
/proc/10592/task/10601/stat : 10601 (java) S 10590 10592 9520 0 -1 64 17 326 0 0 0 0 1 0 15 0 9 0 1543361836 889233408 17878 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.84
Current children cumulated vsize (KiB) 868392

[startup+51.1021 s]
/proc/loadavg: 4.37 3.23 2.45 3/81 11081
/proc/meminfo: memFree=1515192/2055920 swapFree=4112040/4192956
[pid=10592] ppid=10590 vsize=868392 CPUtime=48.23
/proc/10592/stat : 10592 (java) S 10590 10592 9520 0 -1 0 28275 326 1 0 4805 17 1 0 18 0 9 0 1543361831 889233408 17883 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10592/statm: 217098 17883 2637 9 0 211604 0
[pid=10592/tid=10594] ppid=10590 vsize=868392 CPUtime=47.87
/proc/10592/task/10594/stat : 10594 (java) R 10590 10592 9520 0 -1 64 21739 326 1 0 4773 13 1 0 25 0 9 0 1543361832 889233408 17883 996147200 134512640 134550740 4294955984 18446744073709551615 4126981442 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10595] ppid=10590 vsize=868392 CPUtime=0.07
/proc/10592/task/10595/stat : 10595 (java) S 10590 10592 9520 0 -1 64 4938 326 0 0 6 0 1 0 16 0 9 0 1543361834 889233408 17883 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10596] ppid=10590 vsize=868392 CPUtime=0.01
/proc/10592/task/10596/stat : 10596 (java) S 10590 10592 9520 0 -1 64 15 326 0 0 0 0 1 0 16 0 9 0 1543361834 889233408 17883 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10597] ppid=10590 vsize=868392 CPUtime=0.01
/proc/10592/task/10597/stat : 10597 (java) S 10590 10592 9520 0 -1 64 15 326 0 0 0 0 1 0 16 0 9 0 1543361834 889233408 17883 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10598] ppid=10590 vsize=868392 CPUtime=0.01
/proc/10592/task/10598/stat : 10598 (java) S 10590 10592 9520 0 -1 64 1 326 0 0 0 0 1 0 18 0 9 0 1543361836 889233408 17883 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10599] ppid=10590 vsize=868392 CPUtime=0.26
/proc/10592/task/10599/stat : 10599 (java) S 10590 10592 9520 0 -1 64 743 326 0 0 25 0 1 0 15 0 9 0 1543361836 889233408 17883 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10600] ppid=10590 vsize=868392 CPUtime=0.01

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

/proc/10592/task/10597/stat : 10597 (java) S 10590 10592 9520 0 -1 64 15 326 0 0 0 0 1 0 16 0 9 0 1543361834 889233408 17905 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10598] ppid=10590 vsize=868392 CPUtime=0.01
/proc/10592/task/10598/stat : 10598 (java) S 10590 10592 9520 0 -1 64 1 326 0 0 0 0 1 0 18 0 9 0 1543361836 889233408 17905 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10599] ppid=10590 vsize=868392 CPUtime=0.31
/proc/10592/task/10599/stat : 10599 (java) S 10590 10592 9520 0 -1 64 795 326 0 0 30 0 1 0 16 0 9 0 1543361836 889233408 17905 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10592/tid=10600] ppid=10590 vsize=868392 CPUtime=0.01
/proc/10592/task/10600/stat : 10600 (java) S 10590 10592 9520 0 -1 64 2 326 0 0 0 0 1 0 19 0 9 0 1543361836 889233408 17905 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10601] ppid=10590 vsize=868392 CPUtime=0.01
/proc/10592/task/10601/stat : 10601 (java) S 10590 10592 9520 0 -1 64 17 326 0 0 0 0 1 0 15 0 9 0 1543361836 889233408 17905 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1469.53
Current children cumulated vsize (KiB) 868392

[startup+1542.3 s]
/proc/loadavg: 3.22 2.65 2.38 3/91 11234
/proc/meminfo: memFree=15864/2055920 swapFree=4112048/4192956
[pid=10592] ppid=10590 vsize=868392 CPUtime=1529.14
/proc/10592/stat : 10592 (java) S 10590 10592 9520 0 -1 0 28775 326 1 0 152796 117 1 0 18 0 9 0 1543361831 889233408 17905 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10592/statm: 217098 17905 2637 9 0 211604 0
[pid=10592/tid=10594] ppid=10590 vsize=868392 CPUtime=1528.73
/proc/10592/task/10594/stat : 10594 (java) R 10590 10592 9520 0 -1 64 22187 326 1 0 152759 113 1 0 25 0 9 0 1543361832 889233408 17905 996147200 134512640 134550740 4294955984 18446744073709551615 4126977152 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10595] ppid=10590 vsize=868392 CPUtime=0.07
/proc/10592/task/10595/stat : 10595 (java) S 10590 10592 9520 0 -1 64 4938 326 0 0 6 0 1 0 16 0 9 0 1543361834 889233408 17905 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10596] ppid=10590 vsize=868392 CPUtime=0.01
/proc/10592/task/10596/stat : 10596 (java) S 10590 10592 9520 0 -1 64 15 326 0 0 0 0 1 0 16 0 9 0 1543361834 889233408 17905 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10597] ppid=10590 vsize=868392 CPUtime=0.01
/proc/10592/task/10597/stat : 10597 (java) S 10590 10592 9520 0 -1 64 15 326 0 0 0 0 1 0 16 0 9 0 1543361834 889233408 17905 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10598] ppid=10590 vsize=868392 CPUtime=0.01
/proc/10592/task/10598/stat : 10598 (java) S 10590 10592 9520 0 -1 64 1 326 0 0 0 0 1 0 18 0 9 0 1543361836 889233408 17905 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10599] ppid=10590 vsize=868392 CPUtime=0.31
/proc/10592/task/10599/stat : 10599 (java) S 10590 10592 9520 0 -1 64 795 326 0 0 30 0 1 0 16 0 9 0 1543361836 889233408 17905 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10592/tid=10600] ppid=10590 vsize=868392 CPUtime=0.01
/proc/10592/task/10600/stat : 10600 (java) S 10590 10592 9520 0 -1 64 2 326 0 0 0 0 1 0 19 0 9 0 1543361836 889233408 17905 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10601] ppid=10590 vsize=868392 CPUtime=0.01
/proc/10592/task/10601/stat : 10601 (java) S 10590 10592 9520 0 -1 64 17 326 0 0 0 0 1 0 15 0 9 0 1543361836 889233408 17905 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1529.14
Current children cumulated vsize (KiB) 868392

[startup+1602.3 s]
/proc/loadavg: 4.21 3.03 2.52 3/91 11234
/proc/meminfo: memFree=16056/2055920 swapFree=4112048/4192956
[pid=10592] ppid=10590 vsize=868392 CPUtime=1588.76
/proc/10592/stat : 10592 (java) S 10590 10592 9520 0 -1 0 28775 326 1 0 158742 133 1 0 18 0 9 0 1543361831 889233408 17905 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10592/statm: 217098 17905 2637 9 0 211604 0
[pid=10592/tid=10594] ppid=10590 vsize=868392 CPUtime=1588.35
/proc/10592/task/10594/stat : 10594 (java) R 10590 10592 9520 0 -1 64 22187 326 1 0 158705 129 1 0 25 0 9 0 1543361832 889233408 17905 996147200 134512640 134550740 4294955984 18446744073709551615 4126981424 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10595] ppid=10590 vsize=868392 CPUtime=0.07
/proc/10592/task/10595/stat : 10595 (java) S 10590 10592 9520 0 -1 64 4938 326 0 0 6 0 1 0 16 0 9 0 1543361834 889233408 17905 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10596] ppid=10590 vsize=868392 CPUtime=0.01
/proc/10592/task/10596/stat : 10596 (java) S 10590 10592 9520 0 -1 64 15 326 0 0 0 0 1 0 16 0 9 0 1543361834 889233408 17905 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10597] ppid=10590 vsize=868392 CPUtime=0.01
/proc/10592/task/10597/stat : 10597 (java) S 10590 10592 9520 0 -1 64 15 326 0 0 0 0 1 0 16 0 9 0 1543361834 889233408 17905 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10598] ppid=10590 vsize=868392 CPUtime=0.01
/proc/10592/task/10598/stat : 10598 (java) S 10590 10592 9520 0 -1 64 1 326 0 0 0 0 1 0 18 0 9 0 1543361836 889233408 17905 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10599] ppid=10590 vsize=868392 CPUtime=0.31
/proc/10592/task/10599/stat : 10599 (java) S 10590 10592 9520 0 -1 64 795 326 0 0 30 0 1 0 16 0 9 0 1543361836 889233408 17905 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10592/tid=10600] ppid=10590 vsize=868392 CPUtime=0.01
/proc/10592/task/10600/stat : 10600 (java) S 10590 10592 9520 0 -1 64 2 326 0 0 0 0 1 0 19 0 9 0 1543361836 889233408 17905 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10601] ppid=10590 vsize=868392 CPUtime=0.01
/proc/10592/task/10601/stat : 10601 (java) S 10590 10592 9520 0 -1 64 17 326 0 0 0 0 1 0 15 0 9 0 1543361836 889233408 17905 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1588.76
Current children cumulated vsize (KiB) 868392

[startup+1662.3 s]
/proc/loadavg: 4.02 3.21 2.62 3/91 11234
/proc/meminfo: memFree=14968/2055920 swapFree=4112048/4192956
[pid=10592] ppid=10590 vsize=868392 CPUtime=1648.63
/proc/10592/stat : 10592 (java) S 10590 10592 9520 0 -1 0 28776 326 1 0 164714 148 1 0 18 0 9 0 1543361831 889233408 17906 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10592/statm: 217098 17906 2637 9 0 211604 0
[pid=10592/tid=10594] ppid=10590 vsize=868392 CPUtime=1648.22
/proc/10592/task/10594/stat : 10594 (java) R 10590 10592 9520 0 -1 64 22187 326 1 0 164676 145 1 0 25 0 9 0 1543361832 889233408 17906 996147200 134512640 134550740 4294955984 18446744073709551615 4126095752 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10595] ppid=10590 vsize=868392 CPUtime=0.07
/proc/10592/task/10595/stat : 10595 (java) S 10590 10592 9520 0 -1 64 4938 326 0 0 6 0 1 0 16 0 9 0 1543361834 889233408 17906 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10596] ppid=10590 vsize=868392 CPUtime=0.01
/proc/10592/task/10596/stat : 10596 (java) S 10590 10592 9520 0 -1 64 15 326 0 0 0 0 1 0 16 0 9 0 1543361834 889233408 17906 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10597] ppid=10590 vsize=868392 CPUtime=0.01
/proc/10592/task/10597/stat : 10597 (java) S 10590 10592 9520 0 -1 64 15 326 0 0 0 0 1 0 16 0 9 0 1543361834 889233408 17906 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10598] ppid=10590 vsize=868392 CPUtime=0.01
/proc/10592/task/10598/stat : 10598 (java) S 10590 10592 9520 0 -1 64 1 326 0 0 0 0 1 0 18 0 9 0 1543361836 889233408 17906 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10599] ppid=10590 vsize=868392 CPUtime=0.31
/proc/10592/task/10599/stat : 10599 (java) S 10590 10592 9520 0 -1 64 796 326 0 0 30 0 1 0 16 0 9 0 1543361836 889233408 17906 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10600] ppid=10590 vsize=868392 CPUtime=0.01
/proc/10592/task/10600/stat : 10600 (java) S 10590 10592 9520 0 -1 64 2 326 0 0 0 0 1 0 19 0 9 0 1543361836 889233408 17906 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10601] ppid=10590 vsize=868392 CPUtime=0.01
/proc/10592/task/10601/stat : 10601 (java) S 10590 10592 9520 0 -1 64 17 326 0 0 0 0 1 0 15 0 9 0 1543361836 889233408 17906 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1648.63
Current children cumulated vsize (KiB) 868392

[startup+1722.3 s]
/proc/loadavg: 2.95 3.06 2.60 3/91 11234
/proc/meminfo: memFree=15096/2055920 swapFree=4112048/4192956
[pid=10592] ppid=10590 vsize=868392 CPUtime=1708.52
/proc/10592/stat : 10592 (java) S 10590 10592 9520 0 -1 0 28776 326 1 0 170688 163 1 0 18 0 9 0 1543361831 889233408 17906 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10592/statm: 217098 17906 2637 9 0 211604 0
[pid=10592/tid=10594] ppid=10590 vsize=868392 CPUtime=1708.1
/proc/10592/task/10594/stat : 10594 (java) R 10590 10592 9520 0 -1 64 22187 326 1 0 170650 159 1 0 25 0 9 0 1543361832 889233408 17906 996147200 134512640 134550740 4294955984 18446744073709551615 4126982546 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10595] ppid=10590 vsize=868392 CPUtime=0.07
/proc/10592/task/10595/stat : 10595 (java) S 10590 10592 9520 0 -1 64 4938 326 0 0 6 0 1 0 16 0 9 0 1543361834 889233408 17906 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10596] ppid=10590 vsize=868392 CPUtime=0.01
/proc/10592/task/10596/stat : 10596 (java) S 10590 10592 9520 0 -1 64 15 326 0 0 0 0 1 0 16 0 9 0 1543361834 889233408 17906 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10597] ppid=10590 vsize=868392 CPUtime=0.01
/proc/10592/task/10597/stat : 10597 (java) S 10590 10592 9520 0 -1 64 15 326 0 0 0 0 1 0 16 0 9 0 1543361834 889233408 17906 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10598] ppid=10590 vsize=868392 CPUtime=0.01
/proc/10592/task/10598/stat : 10598 (java) S 10590 10592 9520 0 -1 64 1 326 0 0 0 0 1 0 18 0 9 0 1543361836 889233408 17906 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10599] ppid=10590 vsize=868392 CPUtime=0.31
/proc/10592/task/10599/stat : 10599 (java) S 10590 10592 9520 0 -1 64 796 326 0 0 30 0 1 0 16 0 9 0 1543361836 889233408 17906 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10600] ppid=10590 vsize=868392 CPUtime=0.01
/proc/10592/task/10600/stat : 10600 (java) S 10590 10592 9520 0 -1 64 2 326 0 0 0 0 1 0 19 0 9 0 1543361836 889233408 17906 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10601] ppid=10590 vsize=868392 CPUtime=0.01
/proc/10592/task/10601/stat : 10601 (java) S 10590 10592 9520 0 -1 64 17 326 0 0 0 0 1 0 15 0 9 0 1543361836 889233408 17906 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1708.52
Current children cumulated vsize (KiB) 868392

[startup+1782.3 s]
/proc/loadavg: 2.48 2.90 2.57 2/81 11234
/proc/meminfo: memFree=1819656/2055920 swapFree=4112048/4192956
[pid=10592] ppid=10590 vsize=868392 CPUtime=1768.39
/proc/10592/stat : 10592 (java) S 10590 10592 9520 0 -1 0 28776 326 1 0 176661 177 1 0 18 0 9 0 1543361831 889233408 17906 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10592/statm: 217098 17906 2637 9 0 211604 0
[pid=10592/tid=10594] ppid=10590 vsize=868392 CPUtime=1767.97
/proc/10592/task/10594/stat : 10594 (java) R 10590 10592 9520 0 -1 64 22187 326 1 0 176623 173 1 0 25 0 9 0 1543361832 889233408 17906 996147200 134512640 134550740 4294955984 18446744073709551615 4126977128 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10592/tid=10595] ppid=10590 vsize=868392 CPUtime=0.07
/proc/10592/task/10595/stat : 10595 (java) S 10590 10592 9520 0 -1 64 4938 326 0 0 6 0 1 0 16 0 9 0 1543361834 889233408 17906 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10596] ppid=10590 vsize=868392 CPUtime=0.01
/proc/10592/task/10596/stat : 10596 (java) S 10590 10592 9520 0 -1 64 15 326 0 0 0 0 1 0 16 0 9 0 1543361834 889233408 17906 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10597] ppid=10590 vsize=868392 CPUtime=0.01
/proc/10592/task/10597/stat : 10597 (java) S 10590 10592 9520 0 -1 64 15 326 0 0 0 0 1 0 16 0 9 0 1543361834 889233408 17906 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10598] ppid=10590 vsize=868392 CPUtime=0.01
/proc/10592/task/10598/stat : 10598 (java) S 10590 10592 9520 0 -1 64 1 326 0 0 0 0 1 0 18 0 9 0 1543361836 889233408 17906 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10599] ppid=10590 vsize=868392 CPUtime=0.31
/proc/10592/task/10599/stat : 10599 (java) S 10590 10592 9520 0 -1 64 796 326 0 0 30 0 1 0 16 0 9 0 1543361836 889233408 17906 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10600] ppid=10590 vsize=868392 CPUtime=0.01
/proc/10592/task/10600/stat : 10600 (java) S 10590 10592 9520 0 -1 64 2 326 0 0 0 0 1 0 19 0 9 0 1543361836 889233408 17906 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10601] ppid=10590 vsize=868392 CPUtime=0.01
/proc/10592/task/10601/stat : 10601 (java) S 10590 10592 9520 0 -1 64 17 326 0 0 0 0 1 0 15 0 9 0 1543361836 889233408 17906 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1768.39
Current children cumulated vsize (KiB) 868392



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.2 s]
/proc/loadavg: 2.29 2.81 2.55 3/81 11288
/proc/meminfo: memFree=1783176/2055920 swapFree=4112048/4192956
[pid=10592] ppid=10590 vsize=868392 CPUtime=1800.04
/proc/10592/stat : 10592 (java) S 10590 10592 9520 0 -1 0 28776 326 1 0 179823 180 1 0 18 0 9 0 1543361831 889233408 17906 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10592/statm: 217098 17906 2637 9 0 211604 0
[pid=10592/tid=10594] ppid=10590 vsize=868392 CPUtime=1799.62
/proc/10592/task/10594/stat : 10594 (java) R 10590 10592 9520 0 -1 64 22187 326 1 0 179785 176 1 0 25 0 9 0 1543361832 889233408 17906 996147200 134512640 134550740 4294955984 18446744073709551615 4126982539 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10592/tid=10595] ppid=10590 vsize=868392 CPUtime=0.07
/proc/10592/task/10595/stat : 10595 (java) S 10590 10592 9520 0 -1 64 4938 326 0 0 6 0 1 0 16 0 9 0 1543361834 889233408 17906 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10596] ppid=10590 vsize=868392 CPUtime=0.01
/proc/10592/task/10596/stat : 10596 (java) S 10590 10592 9520 0 -1 64 15 326 0 0 0 0 1 0 16 0 9 0 1543361834 889233408 17906 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10597] ppid=10590 vsize=868392 CPUtime=0.01
/proc/10592/task/10597/stat : 10597 (java) S 10590 10592 9520 0 -1 64 15 326 0 0 0 0 1 0 16 0 9 0 1543361834 889233408 17906 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10598] ppid=10590 vsize=868392 CPUtime=0.01
/proc/10592/task/10598/stat : 10598 (java) S 10590 10592 9520 0 -1 64 1 326 0 0 0 0 1 0 18 0 9 0 1543361836 889233408 17906 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10599] ppid=10590 vsize=868392 CPUtime=0.31
/proc/10592/task/10599/stat : 10599 (java) S 10590 10592 9520 0 -1 64 796 326 0 0 30 0 1 0 16 0 9 0 1543361836 889233408 17906 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10600] ppid=10590 vsize=868392 CPUtime=0.01
/proc/10592/task/10600/stat : 10600 (java) S 10590 10592 9520 0 -1 64 2 326 0 0 0 0 1 0 19 0 9 0 1543361836 889233408 17906 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10592/tid=10601] ppid=10590 vsize=868392 CPUtime=0.01
/proc/10592/task/10601/stat : 10601 (java) S 10590 10592 9520 0 -1 64 17 326 0 0 0 0 1 0 15 0 9 0 1543361836 889233408 17906 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 868392

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

Solver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 1814.26
CPU time (s): 1800.11
CPU user time (s): 1798.28
CPU system time (s): 1.82672
CPU usage (%): 99.2203
Max. virtual memory (cumulated for all children) (KiB): 868436

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

runsolver used 2.52462 second user time and 5.66514 second system time

The end

Launcher Data (download as text)

Begin job on node38 at 2008-07-04 04:01:54
IDJOB=1063423
IDBENCH=54748
IDSOLVER=363
FILE ID=node38/1063423-1215136914
PBS_JOBID= 7877227
Free space on /tmp= 66552 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-gr4x6.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1063423-1215136914/watcher-1063423-1215136914 -o /tmp/evaluation-result-1063423-1215136914/solver-1063423-1215136914 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1063423-1215136914.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 676da83a245da5754e645c85d459182b
RANDOM SEED=1462653392

node38.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.223
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.223
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1612208 kB
Buffers:         31484 kB
Cached:         114296 kB
SwapCached:      74676 kB
Active:         334884 kB
Inactive:        49312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1612208 kB
SwapTotal:     4192956 kB
SwapFree:      4112040 kB
Dirty:            2816 kB
Writeback:           0 kB
Mapped:         246100 kB
Slab:            44304 kB
Committed_AS:  2967684 kB
PageTables:       2320 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node38 at 2008-07-04 04:32:10