Trace number 1051005

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.22 1804.33

General information on the benchmark

Namecsp/dubois/
normalized-dubois-50_ext.xml
MD5SUM3736ef6a23834e902902e9d5e10d3b0e
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.698893
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of constraints100
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension100
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.06/0.09	
0.06/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.28/0.32	   
0.28/0.32	   instance
0.28/0.32	     name=HOME/instance-1051005-1215051406.xml
0.28/0.35	   
0.28/0.35	   domains being loaded...
0.28/0.36	   
0.28/0.36	   variables being loaded...
0.38/0.40	     nbVariables=150  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=300
0.38/0.40	       =>  wckTime=0.157  cpuTime=0.12  mem=7M853
0.38/0.40	   
0.38/0.40	   relations being loaded...
0.38/0.40	   
0.38/0.40	   constraints being loaded...
0.48/0.57	     nbConstraints=102  nbRelationTypes=2  nbGlobalConstraints=102  nbExtensionStructures=2
0.48/0.57	     nbSharedExtensionStructures=98  nbConflictsStructures=2  nbSharedConflictsStructures=98
0.48/0.57	     nbSharedBinaryRepresentations=0  minDegree=2  maxDegree=3  minArity=2  avgArity=2.98  maxArity=3  nbGenerators=2
0.48/0.57	     nbFusions=0  symmetryWckTime=0.094  symmetryCpuTime=0.03
0.48/0.57	       =>  wckTime=0.325  cpuTime=0.23  mem=13M762
0.57/0.62	   
0.57/0.63	   solver IterativeSystematicSolver being built... 
0.57/0.68	   
0.57/0.68	   INFO : Forward propagation technique limited 
0.69/0.75	       =>  wckTime=0.51  cpuTime=0.36  mem=20M278
0.69/0.76	   
0.69/0.76	   preprocessing
0.69/0.76	     nbConstraintChecks=0  nbValidityChecks=400  nbPropagations=150  nbRevisions=0  nbUselessRevisions=0
0.69/0.76	     nbRemovedValues=0  detectedInconsistency=no
0.69/0.76	       =>  wckTime=0.0080  cpuTime=0.01  mem=20M278
798.14/801.37	   
798.14/801.37	   INFO : Stopping use of transposition table (mapSize=4438169, nbTooLargekeys=0, mem=600M791)

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-1051005-1215051406/watcher-1051005-1215051406 -o /tmp/evaluation-result-1051005-1215051406/solver-1051005-1215051406 -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-1051005-1215051406.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: 1.92 1.98 1.99 4/82 14851
/proc/meminfo: memFree=1692280/2055920 swapFree=4097700/4192956
[pid=14851] ppid=14849 vsize=18572 CPUtime=0
/proc/14851/stat : 14851 (runsolver) R 14849 14851 12693 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 1534812761 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 268213742887 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/14851/statm: 4643 292 257 25 0 2626 0

[startup+0.0828209 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 14851
/proc/meminfo: memFree=1692280/2055920 swapFree=4097700/4192956
[pid=14851] ppid=14849 vsize=865856 CPUtime=0.06
/proc/14851/stat : 14851 (java) S 14849 14851 12693 0 -1 0 3395 0 1 0 4 2 0 0 18 0 9 0 1534812761 886636544 2905 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14851/statm: 216464 2905 1565 9 0 211026 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 865856

[startup+0.102819 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 14851
/proc/meminfo: memFree=1692280/2055920 swapFree=4097700/4192956
[pid=14851] ppid=14849 vsize=865884 CPUtime=0.09
/proc/14851/stat : 14851 (java) S 14849 14851 12693 0 -1 0 3695 0 1 0 6 3 0 0 18 0 9 0 1534812761 886665216 3166 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14851/statm: 216471 3166 1680 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301845 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 14851
/proc/meminfo: memFree=1692280/2055920 swapFree=4097700/4192956
[pid=14851] ppid=14849 vsize=866196 CPUtime=0.28
/proc/14851/stat : 14851 (java) S 14849 14851 12693 0 -1 0 5619 0 1 0 23 5 0 0 18 0 9 0 1534812761 886984704 5033 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14851/statm: 216549 5033 1902 9 0 211097 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866196

[startup+0.70189 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 14851
/proc/meminfo: memFree=1692280/2055920 swapFree=4097700/4192956
[pid=14851] ppid=14849 vsize=868300 CPUtime=0.69
/proc/14851/stat : 14851 (java) S 14849 14851 12693 0 -1 0 12971 284 1 0 61 8 0 0 18 0 9 0 1534812761 889139200 8146 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14851/statm: 217075 8146 2626 9 0 211581 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 868300

[startup+1.50298 s]
/proc/loadavg: 1.92 1.98 1.99 3/91 14864
/proc/meminfo: memFree=1660528/2055920 swapFree=4097700/4192956
[pid=14851] ppid=14849 vsize=868300 CPUtime=1.48
/proc/14851/stat : 14851 (java) S 14849 14851 12693 0 -1 0 15663 284 1 0 139 9 0 0 18 0 9 0 1534812761 889139200 10694 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14851/statm: 217075 10694 2630 9 0 211581 0
[pid=14851/tid=14853] ppid=14849 vsize=868300 CPUtime=1.23
/proc/14851/task/14853/stat : 14853 (java) R 14849 14851 12693 0 -1 64 11743 284 1 0 116 7 0 0 24 0 9 0 1534812762 889139200 10694 996147200 134512640 134550740 4294955984 18446744073709551615 4126727268 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14854] ppid=14849 vsize=868300 CPUtime=0.04
/proc/14851/task/14854/stat : 14854 (java) S 14849 14851 12693 0 -1 64 2550 284 0 0 4 0 0 0 16 0 9 0 1534812764 889139200 10694 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14851/tid=14855] ppid=14849 vsize=868300 CPUtime=0
/proc/14851/task/14855/stat : 14855 (java) S 14849 14851 12693 0 -1 64 15 284 0 0 0 0 0 0 15 0 9 0 1534812764 889139200 10694 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14851/tid=14856] ppid=14849 vsize=868300 CPUtime=0
/proc/14851/task/14856/stat : 14856 (java) S 14849 14851 12693 0 -1 64 8 284 0 0 0 0 0 0 15 0 9 0 1534812764 889139200 10694 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14851/tid=14857] ppid=14849 vsize=868300 CPUtime=0
/proc/14851/task/14857/stat : 14857 (java) S 14849 14851 12693 0 -1 64 0 284 0 0 0 0 0 0 18 0 9 0 1534812766 889139200 10694 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14851/tid=14858] ppid=14849 vsize=868300 CPUtime=0.18
/proc/14851/task/14858/stat : 14858 (java) S 14849 14851 12693 0 -1 64 534 284 0 0 18 0 0 0 16 0 9 0 1534812766 889139200 10694 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14859] ppid=14849 vsize=868300 CPUtime=0
/proc/14851/task/14859/stat : 14859 (java) S 14849 14851 12693 0 -1 64 2 284 0 0 0 0 0 0 19 0 9 0 1534812766 889139200 10694 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14851/tid=14860] ppid=14849 vsize=868300 CPUtime=0
/proc/14851/task/14860/stat : 14860 (java) S 14849 14851 12693 0 -1 64 5 284 0 0 0 0 0 0 15 0 9 0 1534812766 889139200 10694 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 868300

[startup+3.10116 s]
/proc/loadavg: 1.92 1.98 1.99 3/91 14864
/proc/meminfo: memFree=1658416/2055920 swapFree=4097700/4192956
[pid=14851] ppid=14849 vsize=868300 CPUtime=3.07
/proc/14851/stat : 14851 (java) S 14849 14851 12693 0 -1 0 16410 284 1 0 297 10 0 0 18 0 9 0 1534812761 889139200 11439 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14851/statm: 217075 11439 2631 9 0 211581 0
[pid=14851/tid=14853] ppid=14849 vsize=868300 CPUtime=2.82
/proc/14851/task/14853/stat : 14853 (java) R 14849 14851 12693 0 -1 64 12486 284 1 0 274 8 0 0 25 0 9 0 1534812762 889139200 11439 996147200 134512640 134550740 4294955984 18446744073709551615 4126743244 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14854] ppid=14849 vsize=868300 CPUtime=0.04
/proc/14851/task/14854/stat : 14854 (java) S 14849 14851 12693 0 -1 64 2550 284 0 0 4 0 0 0 16 0 9 0 1534812764 889139200 11439 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14851/tid=14855] ppid=14849 vsize=868300 CPUtime=0
/proc/14851/task/14855/stat : 14855 (java) S 14849 14851 12693 0 -1 64 15 284 0 0 0 0 0 0 15 0 9 0 1534812764 889139200 11439 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14851/tid=14856] ppid=14849 vsize=868300 CPUtime=0
/proc/14851/task/14856/stat : 14856 (java) S 14849 14851 12693 0 -1 64 8 284 0 0 0 0 0 0 15 0 9 0 1534812764 889139200 11439 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14851/tid=14857] ppid=14849 vsize=868300 CPUtime=0
/proc/14851/task/14857/stat : 14857 (java) S 14849 14851 12693 0 -1 64 0 284 0 0 0 0 0 0 18 0 9 0 1534812766 889139200 11439 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14851/tid=14858] ppid=14849 vsize=868300 CPUtime=0.18
/proc/14851/task/14858/stat : 14858 (java) S 14849 14851 12693 0 -1 64 538 284 0 0 18 0 0 0 16 0 9 0 1534812766 889139200 11439 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14859] ppid=14849 vsize=868300 CPUtime=0
/proc/14851/task/14859/stat : 14859 (java) S 14849 14851 12693 0 -1 64 2 284 0 0 0 0 0 0 19 0 9 0 1534812766 889139200 11439 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14851/tid=14860] ppid=14849 vsize=868300 CPUtime=0
/proc/14851/task/14860/stat : 14860 (java) S 14849 14851 12693 0 -1 64 5 284 0 0 0 0 0 0 15 0 9 0 1534812766 889139200 11439 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 868300

[startup+6.30152 s]
/proc/loadavg: 1.93 1.98 1.99 3/91 14864
/proc/meminfo: memFree=1651952/2055920 swapFree=4097700/4192956
[pid=14851] ppid=14849 vsize=868300 CPUtime=6.27
/proc/14851/stat : 14851 (java) S 14849 14851 12693 0 -1 0 17914 284 1 0 617 10 0 0 18 0 9 0 1534812761 889139200 12939 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14851/statm: 217075 12939 2631 9 0 211581 0
[pid=14851/tid=14853] ppid=14849 vsize=868300 CPUtime=6.01
/proc/14851/task/14853/stat : 14853 (java) R 14849 14851 12693 0 -1 64 13990 284 1 0 593 8 0 0 25 0 9 0 1534812762 889139200 12939 996147200 134512640 134550740 4294955984 18446744073709551615 4126761781 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14854] ppid=14849 vsize=868300 CPUtime=0.04
/proc/14851/task/14854/stat : 14854 (java) S 14849 14851 12693 0 -1 64 2550 284 0 0 4 0 0 0 16 0 9 0 1534812764 889139200 12939 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14855] ppid=14849 vsize=868300 CPUtime=0
/proc/14851/task/14855/stat : 14855 (java) S 14849 14851 12693 0 -1 64 15 284 0 0 0 0 0 0 15 0 9 0 1534812764 889139200 12939 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14851/tid=14856] ppid=14849 vsize=868300 CPUtime=0
/proc/14851/task/14856/stat : 14856 (java) S 14849 14851 12693 0 -1 64 8 284 0 0 0 0 0 0 15 0 9 0 1534812764 889139200 12939 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14851/tid=14857] ppid=14849 vsize=868300 CPUtime=0
/proc/14851/task/14857/stat : 14857 (java) S 14849 14851 12693 0 -1 64 0 284 0 0 0 0 0 0 18 0 9 0 1534812766 889139200 12939 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14851/tid=14858] ppid=14849 vsize=868300 CPUtime=0.18
/proc/14851/task/14858/stat : 14858 (java) S 14849 14851 12693 0 -1 64 538 284 0 0 18 0 0 0 16 0 9 0 1534812766 889139200 12939 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14859] ppid=14849 vsize=868300 CPUtime=0
/proc/14851/task/14859/stat : 14859 (java) S 14849 14851 12693 0 -1 64 2 284 0 0 0 0 0 0 19 0 9 0 1534812766 889139200 12939 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14851/tid=14860] ppid=14849 vsize=868300 CPUtime=0
/proc/14851/task/14860/stat : 14860 (java) S 14849 14851 12693 0 -1 64 5 284 0 0 0 0 0 0 15 0 9 0 1534812766 889139200 12939 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 868300

[startup+12.7012 s]
/proc/loadavg: 1.93 1.98 1.99 3/91 14864
/proc/meminfo: memFree=1635632/2055920 swapFree=4097700/4192956
[pid=14851] ppid=14849 vsize=868300 CPUtime=12.66
/proc/14851/stat : 14851 (java) S 14849 14851 12693 0 -1 0 21994 284 1 0 1254 12 0 0 18 0 9 0 1534812761 889139200 17010 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14851/statm: 217075 17010 2631 9 0 211581 0
[pid=14851/tid=14853] ppid=14849 vsize=868300 CPUtime=12.4
/proc/14851/task/14853/stat : 14853 (java) R 14849 14851 12693 0 -1 64 18069 284 1 0 1230 10 0 0 25 0 9 0 1534812762 889139200 17010 996147200 134512640 134550740 4294955984 18446744073709551615 4126741727 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14854] ppid=14849 vsize=868300 CPUtime=0.04
/proc/14851/task/14854/stat : 14854 (java) S 14849 14851 12693 0 -1 64 2550 284 0 0 4 0 0 0 16 0 9 0 1534812764 889139200 17010 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14855] ppid=14849 vsize=868300 CPUtime=0
/proc/14851/task/14855/stat : 14855 (java) S 14849 14851 12693 0 -1 64 15 284 0 0 0 0 0 0 15 0 9 0 1534812764 889139200 17010 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14851/tid=14856] ppid=14849 vsize=868300 CPUtime=0
/proc/14851/task/14856/stat : 14856 (java) S 14849 14851 12693 0 -1 64 8 284 0 0 0 0 0 0 15 0 9 0 1534812764 889139200 17010 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14851/tid=14857] ppid=14849 vsize=868300 CPUtime=0
/proc/14851/task/14857/stat : 14857 (java) S 14849 14851 12693 0 -1 64 0 284 0 0 0 0 0 0 18 0 9 0 1534812766 889139200 17011 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14851/tid=14858] ppid=14849 vsize=868300 CPUtime=0.19
/proc/14851/task/14858/stat : 14858 (java) S 14849 14851 12693 0 -1 64 539 284 0 0 19 0 0 0 17 0 9 0 1534812766 889139200 17011 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14859] ppid=14849 vsize=868300 CPUtime=0
/proc/14851/task/14859/stat : 14859 (java) S 14849 14851 12693 0 -1 64 2 284 0 0 0 0 0 0 19 0 9 0 1534812766 889139200 17011 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14851/tid=14860] ppid=14849 vsize=868300 CPUtime=0
/proc/14851/task/14860/stat : 14860 (java) S 14849 14851 12693 0 -1 64 5 284 0 0 0 0 0 0 15 0 9 0 1534812766 889139200 17011 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 868300

[startup+25.5027 s]
/proc/loadavg: 1.95 1.98 1.99 3/91 14864
/proc/meminfo: memFree=1620144/2055920 swapFree=4097700/4192956
[pid=14851] ppid=14849 vsize=868212 CPUtime=25.46
/proc/14851/stat : 14851 (java) S 14849 14851 12693 0 -1 0 25432 284 1 0 2532 14 0 0 18 0 9 0 1534812761 889049088 20415 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14851/statm: 217053 20415 2613 9 0 211581 0
[pid=14851/tid=14853] ppid=14849 vsize=868212 CPUtime=25.11
/proc/14851/task/14853/stat : 14853 (java) R 14849 14851 12693 0 -1 64 18508 284 1 0 2500 11 0 0 25 0 9 0 1534812762 889049088 20415 996147200 134512640 134550740 4294955984 18446744073709551615 4126711104 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14854] ppid=14849 vsize=868212 CPUtime=0.13
/proc/14851/task/14854/stat : 14854 (java) S 14849 14851 12693 0 -1 64 5549 284 0 0 12 1 0 0 16 0 9 0 1534812764 889049088 20415 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14855] ppid=14849 vsize=868212 CPUtime=0
/proc/14851/task/14855/stat : 14855 (java) S 14849 14851 12693 0 -1 64 15 284 0 0 0 0 0 0 16 0 9 0 1534812764 889049088 20415 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14856] ppid=14849 vsize=868212 CPUtime=0
/proc/14851/task/14856/stat : 14856 (java) S 14849 14851 12693 0 -1 64 8 284 0 0 0 0 0 0 16 0 9 0 1534812764 889049088 20415 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14857] ppid=14849 vsize=868212 CPUtime=0
/proc/14851/task/14857/stat : 14857 (java) S 14849 14851 12693 0 -1 64 0 284 0 0 0 0 0 0 18 0 9 0 1534812766 889049088 20415 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14851/tid=14858] ppid=14849 vsize=868212 CPUtime=0.19
/proc/14851/task/14858/stat : 14858 (java) S 14849 14851 12693 0 -1 64 539 284 0 0 19 0 0 0 17 0 9 0 1534812766 889049088 20415 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14859] ppid=14849 vsize=868212 CPUtime=0
/proc/14851/task/14859/stat : 14859 (java) S 14849 14851 12693 0 -1 64 2 284 0 0 0 0 0 0 19 0 9 0 1534812766 889049088 20415 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14851/tid=14860] ppid=14849 vsize=868212 CPUtime=0
/proc/14851/task/14860/stat : 14860 (java) S 14849 14851 12693 0 -1 64 5 284 0 0 0 0 0 0 15 0 9 0 1534812766 889049088 20415 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 868212

[startup+51.1026 s]
/proc/loadavg: 1.96 1.98 1.99 3/91 14864
/proc/meminfo: memFree=1588144/2055920 swapFree=4097700/4192956
[pid=14851] ppid=14849 vsize=868212 CPUtime=51.04
/proc/14851/stat : 14851 (java) S 14849 14851 12693 0 -1 0 33413 284 1 0 5087 17 0 0 18 0 9 0 1534812761 889049088 28386 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14851/statm: 217053 28386 2613 9 0 211581 0
[pid=14851/tid=14853] ppid=14849 vsize=868212 CPUtime=50.33
/proc/14851/task/14853/stat : 14853 (java) R 14849 14851 12693 0 -1 64 18517 284 1 0 5022 11 0 0 25 0 9 0 1534812762 889049088 28386 996147200 134512640 134550740 4294955984 18446744073709551615 4126807291 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14854] ppid=14849 vsize=868212 CPUtime=0.48
/proc/14851/task/14854/stat : 14854 (java) S 14849 14851 12693 0 -1 64 13521 284 0 0 44 4 0 0 16 0 9 0 1534812764 889049088 28386 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14855] ppid=14849 vsize=868212 CPUtime=0
/proc/14851/task/14855/stat : 14855 (java) S 14849 14851 12693 0 -1 64 15 284 0 0 0 0 0 0 16 0 9 0 1534812764 889049088 28386 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14856] ppid=14849 vsize=868212 CPUtime=0
/proc/14851/task/14856/stat : 14856 (java) S 14849 14851 12693 0 -1 64 8 284 0 0 0 0 0 0 16 0 9 0 1534812764 889049088 28386 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14857] ppid=14849 vsize=868212 CPUtime=0
/proc/14851/task/14857/stat : 14857 (java) S 14849 14851 12693 0 -1 64 0 284 0 0 0 0 0 0 18 0 9 0 1534812766 889049088 28386 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14851/tid=14858] ppid=14849 vsize=868212 CPUtime=0.19
/proc/14851/task/14858/stat : 14858 (java) S 14849 14851 12693 0 -1 64 539 284 0 0 19 0 0 0 17 0 9 0 1534812766 889049088 28386 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14859] ppid=14849 vsize=868212 CPUtime=0

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

Current children cumulated CPU time (s) 1478.49
Current children cumulated vsize (KiB) 868212

[startup+1542.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/82 14896
/proc/meminfo: memFree=1102848/2055920 swapFree=4097700/4192956
[pid=14851] ppid=14849 vsize=868212 CPUtime=1538.43
/proc/14851/stat : 14851 (java) S 14849 14851 12693 0 -1 0 161906 284 1 0 153769 74 0 0 18 0 9 0 1534812761 889049088 156639 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14851/statm: 217053 156639 2613 9 0 211581 0
[pid=14851/tid=14853] ppid=14849 vsize=868212 CPUtime=1529.9
/proc/14851/task/14853/stat : 14853 (java) R 14849 14851 12693 0 -1 64 18718 284 1 0 152976 14 0 0 25 0 9 0 1534812762 889049088 156639 996147200 134512640 134550740 4294955984 18446744073709551615 4126095741 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14854] ppid=14849 vsize=868212 CPUtime=8.3
/proc/14851/task/14854/stat : 14854 (java) S 14849 14851 12693 0 -1 64 141804 284 0 0 772 58 0 0 16 0 9 0 1534812764 889049088 156639 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14855] ppid=14849 vsize=868212 CPUtime=0
/proc/14851/task/14855/stat : 14855 (java) S 14849 14851 12693 0 -1 64 15 284 0 0 0 0 0 0 16 0 9 0 1534812764 889049088 156639 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14856] ppid=14849 vsize=868212 CPUtime=0
/proc/14851/task/14856/stat : 14856 (java) S 14849 14851 12693 0 -1 64 8 284 0 0 0 0 0 0 16 0 9 0 1534812764 889049088 156639 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14857] ppid=14849 vsize=868212 CPUtime=0
/proc/14851/task/14857/stat : 14857 (java) S 14849 14851 12693 0 -1 64 0 284 0 0 0 0 0 0 18 0 9 0 1534812766 889049088 156639 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14851/tid=14858] ppid=14849 vsize=868212 CPUtime=0.2
/proc/14851/task/14858/stat : 14858 (java) S 14849 14851 12693 0 -1 64 548 284 0 0 20 0 0 0 16 0 9 0 1534812766 889049088 156639 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14859] ppid=14849 vsize=868212 CPUtime=0
/proc/14851/task/14859/stat : 14859 (java) S 14849 14851 12693 0 -1 64 2 284 0 0 0 0 0 0 19 0 9 0 1534812766 889049088 156639 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14851/tid=14860] ppid=14849 vsize=868212 CPUtime=0
/proc/14851/task/14860/stat : 14860 (java) S 14849 14851 12693 0 -1 64 5 284 0 0 0 0 0 0 15 0 9 0 1534812766 889049088 156639 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1538.43
Current children cumulated vsize (KiB) 868212

[startup+1602.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/82 14896
/proc/meminfo: memFree=1102784/2055920 swapFree=4097700/4192956
[pid=14851] ppid=14849 vsize=868212 CPUtime=1598.37
/proc/14851/stat : 14851 (java) S 14849 14851 12693 0 -1 0 161907 284 1 0 159763 74 0 0 18 0 9 0 1534812761 889049088 156639 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14851/statm: 217053 156639 2613 9 0 211581 0
[pid=14851/tid=14853] ppid=14849 vsize=868212 CPUtime=1589.83
/proc/14851/task/14853/stat : 14853 (java) R 14849 14851 12693 0 -1 64 18719 284 1 0 158969 14 0 0 25 0 9 0 1534812762 889049088 156639 996147200 134512640 134550740 4294955984 18446744073709551615 4126766554 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14854] ppid=14849 vsize=868212 CPUtime=8.3
/proc/14851/task/14854/stat : 14854 (java) S 14849 14851 12693 0 -1 64 141804 284 0 0 772 58 0 0 16 0 9 0 1534812764 889049088 156639 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14855] ppid=14849 vsize=868212 CPUtime=0
/proc/14851/task/14855/stat : 14855 (java) S 14849 14851 12693 0 -1 64 15 284 0 0 0 0 0 0 16 0 9 0 1534812764 889049088 156639 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14856] ppid=14849 vsize=868212 CPUtime=0
/proc/14851/task/14856/stat : 14856 (java) S 14849 14851 12693 0 -1 64 8 284 0 0 0 0 0 0 16 0 9 0 1534812764 889049088 156639 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14857] ppid=14849 vsize=868212 CPUtime=0
/proc/14851/task/14857/stat : 14857 (java) S 14849 14851 12693 0 -1 64 0 284 0 0 0 0 0 0 18 0 9 0 1534812766 889049088 156639 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14851/tid=14858] ppid=14849 vsize=868212 CPUtime=0.2
/proc/14851/task/14858/stat : 14858 (java) S 14849 14851 12693 0 -1 64 548 284 0 0 20 0 0 0 16 0 9 0 1534812766 889049088 156639 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14859] ppid=14849 vsize=868212 CPUtime=0
/proc/14851/task/14859/stat : 14859 (java) S 14849 14851 12693 0 -1 64 2 284 0 0 0 0 0 0 19 0 9 0 1534812766 889049088 156639 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14851/tid=14860] ppid=14849 vsize=868212 CPUtime=0
/proc/14851/task/14860/stat : 14860 (java) S 14849 14851 12693 0 -1 64 5 284 0 0 0 0 0 0 15 0 9 0 1534812766 889049088 156639 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1598.37
Current children cumulated vsize (KiB) 868212

[startup+1662.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/82 14896
/proc/meminfo: memFree=1102720/2055920 swapFree=4097700/4192956
[pid=14851] ppid=14849 vsize=868212 CPUtime=1658.32
/proc/14851/stat : 14851 (java) S 14849 14851 12693 0 -1 0 161908 284 1 0 165758 74 0 0 18 0 9 0 1534812761 889049088 156639 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14851/statm: 217053 156639 2613 9 0 211581 0
[pid=14851/tid=14853] ppid=14849 vsize=868212 CPUtime=1649.78
/proc/14851/task/14853/stat : 14853 (java) R 14849 14851 12693 0 -1 64 18720 284 1 0 164964 14 0 0 25 0 9 0 1534812762 889049088 156639 996147200 134512640 134550740 4294955984 18446744073709551615 4126823210 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14854] ppid=14849 vsize=868212 CPUtime=8.3
/proc/14851/task/14854/stat : 14854 (java) S 14849 14851 12693 0 -1 64 141804 284 0 0 772 58 0 0 16 0 9 0 1534812764 889049088 156639 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14855] ppid=14849 vsize=868212 CPUtime=0
/proc/14851/task/14855/stat : 14855 (java) S 14849 14851 12693 0 -1 64 15 284 0 0 0 0 0 0 16 0 9 0 1534812764 889049088 156639 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14856] ppid=14849 vsize=868212 CPUtime=0
/proc/14851/task/14856/stat : 14856 (java) S 14849 14851 12693 0 -1 64 8 284 0 0 0 0 0 0 16 0 9 0 1534812764 889049088 156639 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14857] ppid=14849 vsize=868212 CPUtime=0
/proc/14851/task/14857/stat : 14857 (java) S 14849 14851 12693 0 -1 64 0 284 0 0 0 0 0 0 18 0 9 0 1534812766 889049088 156639 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14851/tid=14858] ppid=14849 vsize=868212 CPUtime=0.2
/proc/14851/task/14858/stat : 14858 (java) S 14849 14851 12693 0 -1 64 548 284 0 0 20 0 0 0 16 0 9 0 1534812766 889049088 156639 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14859] ppid=14849 vsize=868212 CPUtime=0
/proc/14851/task/14859/stat : 14859 (java) S 14849 14851 12693 0 -1 64 2 284 0 0 0 0 0 0 19 0 9 0 1534812766 889049088 156639 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14851/tid=14860] ppid=14849 vsize=868212 CPUtime=0
/proc/14851/task/14860/stat : 14860 (java) S 14849 14851 12693 0 -1 64 5 284 0 0 0 0 0 0 15 0 9 0 1534812766 889049088 156639 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1658.32
Current children cumulated vsize (KiB) 868212

[startup+1722.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/82 14896
/proc/meminfo: memFree=1102656/2055920 swapFree=4097700/4192956
[pid=14851] ppid=14849 vsize=868212 CPUtime=1718.27
/proc/14851/stat : 14851 (java) S 14849 14851 12693 0 -1 0 161909 284 1 0 171752 75 0 0 18 0 9 0 1534812761 889049088 156639 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14851/statm: 217053 156639 2613 9 0 211581 0
[pid=14851/tid=14853] ppid=14849 vsize=868212 CPUtime=1709.72
/proc/14851/task/14853/stat : 14853 (java) R 14849 14851 12693 0 -1 64 18721 284 1 0 170958 14 0 0 25 0 9 0 1534812762 889049088 156639 996147200 134512640 134550740 4294955984 18446744073709551615 4126823333 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14854] ppid=14849 vsize=868212 CPUtime=8.3
/proc/14851/task/14854/stat : 14854 (java) S 14849 14851 12693 0 -1 64 141804 284 0 0 772 58 0 0 16 0 9 0 1534812764 889049088 156639 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14855] ppid=14849 vsize=868212 CPUtime=0
/proc/14851/task/14855/stat : 14855 (java) S 14849 14851 12693 0 -1 64 15 284 0 0 0 0 0 0 16 0 9 0 1534812764 889049088 156639 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14856] ppid=14849 vsize=868212 CPUtime=0
/proc/14851/task/14856/stat : 14856 (java) S 14849 14851 12693 0 -1 64 8 284 0 0 0 0 0 0 16 0 9 0 1534812764 889049088 156639 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14857] ppid=14849 vsize=868212 CPUtime=0
/proc/14851/task/14857/stat : 14857 (java) S 14849 14851 12693 0 -1 64 0 284 0 0 0 0 0 0 18 0 9 0 1534812766 889049088 156639 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14851/tid=14858] ppid=14849 vsize=868212 CPUtime=0.2
/proc/14851/task/14858/stat : 14858 (java) S 14849 14851 12693 0 -1 64 548 284 0 0 20 0 0 0 16 0 9 0 1534812766 889049088 156639 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14859] ppid=14849 vsize=868212 CPUtime=0
/proc/14851/task/14859/stat : 14859 (java) S 14849 14851 12693 0 -1 64 2 284 0 0 0 0 0 0 19 0 9 0 1534812766 889049088 156639 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14851/tid=14860] ppid=14849 vsize=868212 CPUtime=0
/proc/14851/task/14860/stat : 14860 (java) S 14849 14851 12693 0 -1 64 5 284 0 0 0 0 0 0 15 0 9 0 1534812766 889049088 156639 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1718.27
Current children cumulated vsize (KiB) 868212

[startup+1782.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/82 14896
/proc/meminfo: memFree=1102528/2055920 swapFree=4097700/4192956
[pid=14851] ppid=14849 vsize=868212 CPUtime=1778.21
/proc/14851/stat : 14851 (java) S 14849 14851 12693 0 -1 0 161918 284 1 0 177746 75 0 0 18 0 9 0 1534812761 889049088 156646 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14851/statm: 217053 156646 2613 9 0 211581 0
[pid=14851/tid=14853] ppid=14849 vsize=868212 CPUtime=1769.66
/proc/14851/task/14853/stat : 14853 (java) R 14849 14851 12693 0 -1 64 18722 284 1 0 176952 14 0 0 25 0 9 0 1534812762 889049088 156646 996147200 134512640 134550740 4294955984 18446744073709551615 4126779405 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14854] ppid=14849 vsize=868212 CPUtime=8.31
/proc/14851/task/14854/stat : 14854 (java) S 14849 14851 12693 0 -1 64 141812 284 0 0 773 58 0 0 16 0 9 0 1534812764 889049088 156646 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14855] ppid=14849 vsize=868212 CPUtime=0
/proc/14851/task/14855/stat : 14855 (java) S 14849 14851 12693 0 -1 64 15 284 0 0 0 0 0 0 16 0 9 0 1534812764 889049088 156646 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14856] ppid=14849 vsize=868212 CPUtime=0
/proc/14851/task/14856/stat : 14856 (java) S 14849 14851 12693 0 -1 64 8 284 0 0 0 0 0 0 16 0 9 0 1534812764 889049088 156646 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14857] ppid=14849 vsize=868212 CPUtime=0
/proc/14851/task/14857/stat : 14857 (java) S 14849 14851 12693 0 -1 64 0 284 0 0 0 0 0 0 18 0 9 0 1534812766 889049088 156646 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14851/tid=14858] ppid=14849 vsize=868212 CPUtime=0.2
/proc/14851/task/14858/stat : 14858 (java) S 14849 14851 12693 0 -1 64 548 284 0 0 20 0 0 0 16 0 9 0 1534812766 889049088 156646 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14859] ppid=14849 vsize=868212 CPUtime=0
/proc/14851/task/14859/stat : 14859 (java) S 14849 14851 12693 0 -1 64 2 284 0 0 0 0 0 0 19 0 9 0 1534812766 889049088 156646 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14851/tid=14860] ppid=14849 vsize=868212 CPUtime=0
/proc/14851/task/14860/stat : 14860 (java) S 14849 14851 12693 0 -1 64 5 284 0 0 0 0 0 0 15 0 9 0 1534812766 889049088 156646 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1778.21
Current children cumulated vsize (KiB) 868212



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.2 s]
/proc/loadavg: 1.99 2.00 2.00 3/82 14896
/proc/meminfo: memFree=1102528/2055920 swapFree=4097700/4192956
[pid=14851] ppid=14849 vsize=868212 CPUtime=1800.09
/proc/14851/stat : 14851 (java) S 14849 14851 12693 0 -1 0 161918 284 1 0 179934 75 0 0 18 0 9 0 1534812761 889049088 156646 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14851/statm: 217053 156646 2613 9 0 211581 0
[pid=14851/tid=14853] ppid=14849 vsize=868212 CPUtime=1791.54
/proc/14851/task/14853/stat : 14853 (java) R 14849 14851 12693 0 -1 64 18722 284 1 0 179140 14 0 0 25 0 9 0 1534812762 889049088 156646 996147200 134512640 134550740 4294955984 18446744073709551615 4126734934 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14854] ppid=14849 vsize=868212 CPUtime=8.31
/proc/14851/task/14854/stat : 14854 (java) S 14849 14851 12693 0 -1 64 141812 284 0 0 773 58 0 0 16 0 9 0 1534812764 889049088 156646 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14855] ppid=14849 vsize=868212 CPUtime=0
/proc/14851/task/14855/stat : 14855 (java) S 14849 14851 12693 0 -1 64 15 284 0 0 0 0 0 0 16 0 9 0 1534812764 889049088 156646 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14856] ppid=14849 vsize=868212 CPUtime=0
/proc/14851/task/14856/stat : 14856 (java) S 14849 14851 12693 0 -1 64 8 284 0 0 0 0 0 0 16 0 9 0 1534812764 889049088 156646 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14857] ppid=14849 vsize=868212 CPUtime=0
/proc/14851/task/14857/stat : 14857 (java) S 14849 14851 12693 0 -1 64 0 284 0 0 0 0 0 0 18 0 9 0 1534812766 889049088 156646 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14851/tid=14858] ppid=14849 vsize=868212 CPUtime=0.2
/proc/14851/task/14858/stat : 14858 (java) S 14849 14851 12693 0 -1 64 548 284 0 0 20 0 0 0 16 0 9 0 1534812766 889049088 156646 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14851/tid=14859] ppid=14849 vsize=868212 CPUtime=0
/proc/14851/task/14859/stat : 14859 (java) S 14849 14851 12693 0 -1 64 2 284 0 0 0 0 0 0 19 0 9 0 1534812766 889049088 156646 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14851/tid=14860] ppid=14849 vsize=868212 CPUtime=0
/proc/14851/task/14860/stat : 14860 (java) S 14849 14851 12693 0 -1 64 5 284 0 0 0 0 0 0 15 0 9 0 1534812766 889049088 156646 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 868212

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

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

[startup+1804.31 s]
/proc/loadavg: 1.99 2.00 2.00 3/82 14896
/proc/meminfo: memFree=1102528/2055920 swapFree=4097700/4192956
[pid=14851] ppid=14849 vsize=0 CPUtime=1800.19
/proc/14851/stat : 14851 (java) Z 14849 14851 12693 0 -1 1036 161947 284 1 0 179936 83 0 0 16 0 2 0 1534812761 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14851/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1804.33
CPU time (s): 1800.22
CPU user time (s): 1799.37
CPU system time (s): 0.85187
CPU usage (%): 99.7726
Max. virtual memory (cumulated for all children) (KiB): 868300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.37
system time used= 0.85187
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 162231
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= 37640
involuntary context switches= 47781

runsolver used 2.68559 second user time and 5.53216 second system time

The end

Launcher Data (download as text)

Begin job on node32 at 2008-07-03 04:16:46
IDJOB=1051005
IDBENCH=55419
IDSOLVER=363
FILE ID=node32/1051005-1215051406
PBS_JOBID= 7875109
Free space on /tmp= 66544 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/dubois/normalized-dubois-50_ext.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-1051005-1215051406/watcher-1051005-1215051406 -o /tmp/evaluation-result-1051005-1215051406/solver-1051005-1215051406 -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-1051005-1215051406.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3736ef6a23834e902902e9d5e10d3b0e
RANDOM SEED=322006315

node32.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.218
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.218
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:       1692696 kB
Buffers:         16896 kB
Cached:         130744 kB
SwapCached:      88252 kB
Active:         244212 kB
Inactive:        57912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1692696 kB
SwapTotal:     4192956 kB
SwapFree:      4097700 kB
Dirty:            2032 kB
Writeback:           0 kB
Mapped:         170552 kB
Slab:            45772 kB
Committed_AS:  3230716 kB
PageTables:       2252 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66544 MiB
End job on node32 at 2008-07-03 04:46:52