Trace number 1064642

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 ESAC? (TO) 1800.07 1818.36

General information on the benchmark

Namecsp/tdsp/
normalized-C5-1-91.xml
MD5SUM166b656c48baaba962d92b1da6129743
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark257.173
Satisfiable
(Un)Satisfiability was proved
Number of variables221
Number of constraints2774
Maximum constraint arity6
Maximum domain size92
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2774
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.09	
0.03/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.28/0.32	   
0.28/0.32	   instance
0.28/0.32	     name=HOME/instance-1064642-1215143026.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.42	     nbVariables=221  nbDomainTypes=5  minDomainSize=1  maxDomainSize=92  nbTotalValues=11317
0.38/0.42	       =>  wckTime=0.184  cpuTime=0.14  mem=8M894
0.38/0.42	   
0.38/0.42	   predicates being loaded...
0.38/0.49	   
0.38/0.49	   constraints being loaded...
4.91/5.18	     nbConstraints=2774  nbSingletonDomainVariables=2  nbConflictsStructures=116  nbSharedConflictsStructures=30
4.91/5.18	     nbUnbuiltConflictsStructures=1840  nbSharedBinaryRepresentations=0  nbEvaluationManagers=1956
4.91/5.18	     nbSharedEvaluationManagers=818  minDegree=73  maxDegree=74  minArity=3  avgArity=5.84  maxArity=6  nbGenerators=0
4.91/5.18	     nbFusions=0  symmetryWckTime=0.255  symmetryCpuTime=0.11
4.91/5.18	       =>  wckTime=4.938  cpuTime=4.26  mem=36M187
5.15/5.32	   
5.15/5.33	   solver IterativeSystematicSolver being built... 
5.56/5.75	   
5.56/5.75	   INFO : Forward propagation technique limited 
5.65/5.82	       =>  wckTime=5.576  cpuTime=4.6  mem=76M665
11.53/11.80	   
11.53/11.80	   preprocessing
11.53/11.80	     nbConstraintChecks=3722049  nbValidityChecks=1367721  nbPropagations=874  nbRevisions=37361
11.53/11.80	     nbUselessRevisions=36672  nbSingletonTests=269  nbEffectiveSingletonTests=0  nbACRemovals=778  nbFoundSingletons=0
11.53/11.80	     nbRemovedValues=778  detectedInconsistency=no
11.53/11.80	       =>  wckTime=5.982  cpuTime=5.84  mem=77M674
121.08/123.55	   
121.08/123.55	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=80M733)

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-1064642-1215143026/watcher-1064642-1215143026 -o /tmp/evaluation-result-1064642-1215143026/solver-1064642-1215143026 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1064642-1215143026.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: 2.07 2.23 2.17 4/93 3873
/proc/meminfo: memFree=1686608/2055920 swapFree=4180080/4192956
[pid=3873] ppid=3871 vsize=18572 CPUtime=0
/proc/3873/stat : 3873 (runsolver) R 3871 3873 1966 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 1993276612 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 225612197159 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/3873/statm: 4643 292 257 25 0 2626 0

[startup+0.051968 s]
/proc/loadavg: 2.07 2.23 2.17 4/93 3873
/proc/meminfo: memFree=1686608/2055920 swapFree=4180080/4192956
[pid=3873] ppid=3871 vsize=861876 CPUtime=0.03
/proc/3873/stat : 3873 (java) S 3871 3873 1966 0 -1 0 2361 0 1 0 2 1 0 0 18 0 5 0 1993276612 882561024 1948 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/3873/statm: 215469 1949 898 9 0 210448 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861876

[startup+0.103914 s]
/proc/loadavg: 2.07 2.23 2.17 4/93 3873
/proc/meminfo: memFree=1686608/2055920 swapFree=4180080/4192956
[pid=3873] ppid=3871 vsize=865884 CPUtime=0.08
/proc/3873/stat : 3873 (java) S 3871 3873 1966 0 -1 0 3718 0 1 0 6 2 0 0 18 0 9 0 1993276612 886665216 3181 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3873/statm: 216471 3181 1686 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301932 s]
/proc/loadavg: 2.07 2.23 2.17 4/93 3873
/proc/meminfo: memFree=1686608/2055920 swapFree=4180080/4192956
[pid=3873] ppid=3871 vsize=866196 CPUtime=0.28
/proc/3873/stat : 3873 (java) S 3871 3873 1966 0 -1 0 5620 0 1 0 25 3 0 0 18 0 9 0 1993276612 886984704 5034 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3873/statm: 216549 5034 1902 9 0 211097 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866196

[startup+0.701966 s]
/proc/loadavg: 2.07 2.23 2.17 4/93 3873
/proc/meminfo: memFree=1686608/2055920 swapFree=4180080/4192956
[pid=3873] ppid=3871 vsize=867064 CPUtime=0.68
/proc/3873/stat : 3873 (java) S 3871 3873 1966 0 -1 0 8472 0 1 0 63 5 0 0 18 0 9 0 1993276612 887873536 7832 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3873/statm: 216766 7832 2009 9 0 211272 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867064

[startup+1.50204 s]
/proc/loadavg: 2.07 2.23 2.17 4/102 3882
/proc/meminfo: memFree=1645832/2055920 swapFree=4180080/4192956
[pid=3873] ppid=3871 vsize=867560 CPUtime=1.46
/proc/3873/stat : 3873 (java) S 3871 3873 1966 0 -1 0 18313 0 1 0 134 12 0 0 18 0 9 0 1993276612 888381440 17648 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3873/statm: 216890 17648 2004 9 0 211418 0
[pid=3873/tid=3875] ppid=3871 vsize=867560 CPUtime=1.18
/proc/3873/task/3875/stat : 3875 (java) R 3871 3873 1966 0 -1 64 15764 0 1 0 108 10 0 0 25 0 9 0 1993276613 888381440 17648 996147200 134512640 134550740 4294955968 18446744073709551615 103813008 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3876] ppid=3871 vsize=867560 CPUtime=0.03
/proc/3873/task/3876/stat : 3876 (java) S 3871 3873 1966 0 -1 64 1137 0 0 0 3 0 0 0 16 0 9 0 1993276615 888381440 17648 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3877] ppid=3871 vsize=867560 CPUtime=0
/proc/3873/task/3877/stat : 3877 (java) S 3871 3873 1966 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1993276615 888381440 17648 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3878] ppid=3871 vsize=867560 CPUtime=0
/proc/3873/task/3878/stat : 3878 (java) S 3871 3873 1966 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993276615 888381440 17648 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3879] ppid=3871 vsize=867560 CPUtime=0
/proc/3873/task/3879/stat : 3879 (java) S 3871 3873 1966 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993276617 888381440 17648 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3880] ppid=3871 vsize=867560 CPUtime=0.22
/proc/3873/task/3880/stat : 3880 (java) S 3871 3873 1966 0 -1 64 715 0 0 0 22 0 0 0 16 0 9 0 1993276617 888381440 17648 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3881] ppid=3871 vsize=867560 CPUtime=0
/proc/3873/task/3881/stat : 3881 (java) S 3871 3873 1966 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993276617 888381440 17648 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3882] ppid=3871 vsize=867560 CPUtime=0
/proc/3873/task/3882/stat : 3882 (java) S 3871 3873 1966 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993276617 888381440 17648 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867560

[startup+3.10217 s]
/proc/loadavg: 2.14 2.25 2.17 3/102 3882
/proc/meminfo: memFree=1617480/2055920 swapFree=4180080/4192956
[pid=3873] ppid=3871 vsize=867560 CPUtime=3.02
/proc/3873/stat : 3873 (java) S 3871 3873 1966 0 -1 0 19814 0 1 0 285 17 0 0 18 0 9 0 1993276612 888381440 19147 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3873/statm: 216890 19147 2005 9 0 211418 0
[pid=3873/tid=3875] ppid=3871 vsize=867560 CPUtime=2.67
/proc/3873/task/3875/stat : 3875 (java) R 3871 3873 1966 0 -1 64 15769 0 1 0 252 15 0 0 25 0 9 0 1993276613 888381440 19147 996147200 134512640 134550740 4294955968 18446744073709551615 102605650 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3876] ppid=3871 vsize=867560 CPUtime=0.1
/proc/3873/task/3876/stat : 3876 (java) S 3871 3873 1966 0 -1 64 2625 0 0 0 9 1 0 0 16 0 9 0 1993276615 888381440 19147 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3877] ppid=3871 vsize=867560 CPUtime=0
/proc/3873/task/3877/stat : 3877 (java) S 3871 3873 1966 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1993276615 888381440 19147 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3878] ppid=3871 vsize=867560 CPUtime=0
/proc/3873/task/3878/stat : 3878 (java) S 3871 3873 1966 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993276615 888381440 19147 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3879] ppid=3871 vsize=867560 CPUtime=0
/proc/3873/task/3879/stat : 3879 (java) S 3871 3873 1966 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993276617 888381440 19147 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3880] ppid=3871 vsize=867560 CPUtime=0.23
/proc/3873/task/3880/stat : 3880 (java) S 3871 3873 1966 0 -1 64 723 0 0 0 23 0 0 0 15 0 9 0 1993276617 888381440 19147 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3881] ppid=3871 vsize=867560 CPUtime=0
/proc/3873/task/3881/stat : 3881 (java) S 3871 3873 1966 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993276617 888381440 19147 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3882] ppid=3871 vsize=867560 CPUtime=0
/proc/3873/task/3882/stat : 3882 (java) S 3871 3873 1966 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993276617 888381440 19147 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 867560

[startup+6.30145 s]
/proc/loadavg: 2.14 2.25 2.17 4/104 3886
/proc/meminfo: memFree=1603768/2055920 swapFree=4180080/4192956
[pid=3873] ppid=3871 vsize=869108 CPUtime=6.14
/proc/3873/stat : 3873 (java) S 3871 3873 1966 0 -1 0 46133 581 1 0 574 32 7 1 18 0 9 0 1993276612 889966592 27634 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3873/statm: 217277 27634 2637 9 0 211783 0
[pid=3873/tid=3875] ppid=3871 vsize=869108 CPUtime=5.34
/proc/3873/task/3875/stat : 3875 (java) R 3871 3873 1966 0 -1 64 27754 581 1 0 501 25 7 1 21 0 9 0 1993276613 889966592 27634 996147200 134512640 134550740 4294955968 18446744073709551615 4126900087 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3876] ppid=3871 vsize=869108 CPUtime=0.49
/proc/3873/task/3876/stat : 3876 (java) S 3871 3873 1966 0 -1 64 16507 581 0 0 37 4 7 1 17 0 9 0 1993276615 889966592 27634 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3877] ppid=3871 vsize=869108 CPUtime=0.08
/proc/3873/task/3877/stat : 3877 (java) S 3871 3873 1966 0 -1 64 14 581 0 0 0 0 7 1 15 0 9 0 1993276615 889966592 27634 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3878] ppid=3871 vsize=869108 CPUtime=0.08
/proc/3873/task/3878/stat : 3878 (java) S 3871 3873 1966 0 -1 64 18 581 0 0 0 0 7 1 16 0 9 0 1993276615 889966592 27634 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3879] ppid=3871 vsize=869108 CPUtime=0.08
/proc/3873/task/3879/stat : 3879 (java) S 3871 3873 1966 0 -1 64 1 581 0 0 0 0 7 1 18 0 9 0 1993276617 889966592 27634 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3880] ppid=3871 vsize=869108 CPUtime=0.42
/proc/3873/task/3880/stat : 3880 (java) S 3871 3873 1966 0 -1 64 990 581 0 0 34 0 7 1 16 0 9 0 1993276617 889966592 27634 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3881] ppid=3871 vsize=869108 CPUtime=0.08
/proc/3873/task/3881/stat : 3881 (java) S 3871 3873 1966 0 -1 64 2 581 0 0 0 0 7 1 19 0 9 0 1993276617 889966592 27634 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3882] ppid=3871 vsize=869108 CPUtime=0.08
/proc/3873/task/3882/stat : 3882 (java) S 3871 3873 1966 0 -1 64 44 581 0 0 0 0 7 1 15 0 9 0 1993276617 889966592 27634 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 869108

[startup+12.702 s]
/proc/loadavg: 2.12 2.24 2.17 3/102 3886
/proc/meminfo: memFree=1585536/2055920 swapFree=4180080/4192956
[pid=3873] ppid=3871 vsize=869108 CPUtime=12.42
/proc/3873/stat : 3873 (java) S 3871 3873 1966 0 -1 0 46161 581 1 0 1202 32 7 1 18 0 9 0 1993276612 889966592 27653 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3873/statm: 217277 27653 2637 9 0 211783 0
[pid=3873/tid=3875] ppid=3871 vsize=869108 CPUtime=11.59
/proc/3873/task/3875/stat : 3875 (java) R 3871 3873 1966 0 -1 64 27766 581 1 0 1126 25 7 1 25 0 9 0 1993276613 889966592 27653 996147200 134512640 134550740 4294955968 18446744073709551615 4126877024 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3876] ppid=3871 vsize=869108 CPUtime=0.49
/proc/3873/task/3876/stat : 3876 (java) S 3871 3873 1966 0 -1 64 16507 581 0 0 37 4 7 1 16 0 9 0 1993276615 889966592 27653 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3877] ppid=3871 vsize=869108 CPUtime=0.08
/proc/3873/task/3877/stat : 3877 (java) S 3871 3873 1966 0 -1 64 14 581 0 0 0 0 7 1 15 0 9 0 1993276615 889966592 27653 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3878] ppid=3871 vsize=869108 CPUtime=0.08
/proc/3873/task/3878/stat : 3878 (java) S 3871 3873 1966 0 -1 64 18 581 0 0 0 0 7 1 16 0 9 0 1993276615 889966592 27653 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3879] ppid=3871 vsize=869108 CPUtime=0.08
/proc/3873/task/3879/stat : 3879 (java) S 3871 3873 1966 0 -1 64 1 581 0 0 0 0 7 1 18 0 9 0 1993276617 889966592 27653 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3880] ppid=3871 vsize=869108 CPUtime=0.45
/proc/3873/task/3880/stat : 3880 (java) S 3871 3873 1966 0 -1 64 1006 581 0 0 37 0 7 1 16 0 9 0 1993276617 889966592 27653 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3881] ppid=3871 vsize=869108 CPUtime=0.08
/proc/3873/task/3881/stat : 3881 (java) S 3871 3873 1966 0 -1 64 2 581 0 0 0 0 7 1 19 0 9 0 1993276617 889966592 27653 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3882] ppid=3871 vsize=869108 CPUtime=0.08
/proc/3873/task/3882/stat : 3882 (java) S 3871 3873 1966 0 -1 64 44 581 0 0 0 0 7 1 15 0 9 0 1993276617 889966592 27653 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 869108

[startup+25.5021 s]
/proc/loadavg: 2.10 2.23 2.17 3/102 3886
/proc/meminfo: memFree=1585600/2055920 swapFree=4180080/4192956
[pid=3873] ppid=3871 vsize=869108 CPUtime=24.97
/proc/3873/stat : 3873 (java) S 3871 3873 1966 0 -1 0 46172 581 1 0 2456 33 7 1 18 0 9 0 1993276612 889966592 27659 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3873/statm: 217277 27659 2637 9 0 211783 0
[pid=3873/tid=3875] ppid=3871 vsize=869108 CPUtime=24.14
/proc/3873/task/3875/stat : 3875 (java) R 3871 3873 1966 0 -1 64 27770 581 1 0 2380 26 7 1 25 0 9 0 1993276613 889966592 27659 996147200 134512640 134550740 4294955968 18446744073709551615 4126891809 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3876] ppid=3871 vsize=869108 CPUtime=0.49
/proc/3873/task/3876/stat : 3876 (java) S 3871 3873 1966 0 -1 64 16507 581 0 0 37 4 7 1 16 0 9 0 1993276615 889966592 27659 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3877] ppid=3871 vsize=869108 CPUtime=0.08
/proc/3873/task/3877/stat : 3877 (java) S 3871 3873 1966 0 -1 64 14 581 0 0 0 0 7 1 15 0 9 0 1993276615 889966592 27659 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3878] ppid=3871 vsize=869108 CPUtime=0.08
/proc/3873/task/3878/stat : 3878 (java) S 3871 3873 1966 0 -1 64 18 581 0 0 0 0 7 1 16 0 9 0 1993276615 889966592 27659 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3879] ppid=3871 vsize=869108 CPUtime=0.08
/proc/3873/task/3879/stat : 3879 (java) S 3871 3873 1966 0 -1 64 1 581 0 0 0 0 7 1 18 0 9 0 1993276617 889966592 27659 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3880] ppid=3871 vsize=869108 CPUtime=0.46
/proc/3873/task/3880/stat : 3880 (java) S 3871 3873 1966 0 -1 64 1013 581 0 0 38 0 7 1 16 0 9 0 1993276617 889966592 27659 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3881] ppid=3871 vsize=869108 CPUtime=0.08
/proc/3873/task/3881/stat : 3881 (java) S 3871 3873 1966 0 -1 64 2 581 0 0 0 0 7 1 19 0 9 0 1993276617 889966592 27659 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3882] ppid=3871 vsize=869108 CPUtime=0.08
/proc/3873/task/3882/stat : 3882 (java) S 3871 3873 1966 0 -1 64 44 581 0 0 0 0 7 1 15 0 9 0 1993276617 889966592 27659 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.97
Current children cumulated vsize (KiB) 869108

[startup+51.1023 s]
/proc/loadavg: 2.06 2.21 2.16 3/102 3886
/proc/meminfo: memFree=1585408/2055920 swapFree=4180080/4192956
[pid=3873] ppid=3871 vsize=869108 CPUtime=50.08
/proc/3873/stat : 3873 (java) S 3871 3873 1966 0 -1 0 46179 581 1 0 4967 33 7 1 18 0 9 0 1993276612 889966592 27663 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3873/statm: 217277 27663 2637 9 0 211783 0
[pid=3873/tid=3875] ppid=3871 vsize=869108 CPUtime=49.23
/proc/3873/task/3875/stat : 3875 (java) R 3871 3873 1966 0 -1 64 27773 581 1 0 4889 26 7 1 25 0 9 0 1993276613 889966592 27663 996147200 134512640 134550740 4294955968 18446744073709551615 4126890495 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3876] ppid=3871 vsize=869108 CPUtime=0.49
/proc/3873/task/3876/stat : 3876 (java) S 3871 3873 1966 0 -1 64 16507 581 0 0 37 4 7 1 16 0 9 0 1993276615 889966592 27663 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3877] ppid=3871 vsize=869108 CPUtime=0.08
/proc/3873/task/3877/stat : 3877 (java) S 3871 3873 1966 0 -1 64 14 581 0 0 0 0 7 1 15 0 9 0 1993276615 889966592 27663 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3878] ppid=3871 vsize=869108 CPUtime=0.08
/proc/3873/task/3878/stat : 3878 (java) S 3871 3873 1966 0 -1 64 18 581 0 0 0 0 7 1 16 0 9 0 1993276615 889966592 27663 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3879] ppid=3871 vsize=869108 CPUtime=0.08
/proc/3873/task/3879/stat : 3879 (java) S 3871 3873 1966 0 -1 64 1 581 0 0 0 0 7 1 18 0 9 0 1993276617 889966592 27663 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3880] ppid=3871 vsize=869108 CPUtime=0.47
/proc/3873/task/3880/stat : 3880 (java) S 3871 3873 1966 0 -1 64 1017 581 0 0 39 0 7 1 16 0 9 0 1993276617 889966592 27663 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3881] ppid=3871 vsize=869108 CPUtime=0.08

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

/proc/3873/task/3878/stat : 3878 (java) S 3871 3873 1966 0 -1 64 18 581 0 0 0 0 7 1 16 0 9 0 1993276615 889966592 27677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3879] ppid=3871 vsize=869108 CPUtime=0.08
/proc/3873/task/3879/stat : 3879 (java) S 3871 3873 1966 0 -1 64 1 581 0 0 0 0 7 1 18 0 9 0 1993276617 889966592 27677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3880] ppid=3871 vsize=869108 CPUtime=0.5
/proc/3873/task/3880/stat : 3880 (java) S 3871 3873 1966 0 -1 64 1031 581 0 0 42 0 7 1 16 0 9 0 1993276617 889966592 27677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3873/tid=3881] ppid=3871 vsize=869108 CPUtime=0.08
/proc/3873/task/3881/stat : 3881 (java) S 3871 3873 1966 0 -1 64 2 581 0 0 0 0 7 1 19 0 9 0 1993276617 889966592 27677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3882] ppid=3871 vsize=869108 CPUtime=0.08
/proc/3873/task/3882/stat : 3882 (java) S 3871 3873 1966 0 -1 64 44 581 0 0 0 0 7 1 15 0 9 0 1993276617 889966592 27677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1524.09
Current children cumulated vsize (KiB) 869108

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/90 3934
/proc/meminfo: memFree=1663520/2055920 swapFree=4180080/4192956
[pid=3873] ppid=3871 vsize=869108 CPUtime=1584.07
/proc/3873/stat : 3873 (java) S 3871 3873 1966 0 -1 0 46200 581 1 0 158363 36 7 1 18 0 9 0 1993276612 889966592 27678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3873/statm: 217277 27678 2637 9 0 211783 0
[pid=3873/tid=3875] ppid=3871 vsize=869108 CPUtime=1583.19
/proc/3873/task/3875/stat : 3875 (java) R 3871 3873 1966 0 -1 64 27779 581 1 0 158282 29 7 1 25 0 9 0 1993276613 889966592 27678 996147200 134512640 134550740 4294955968 18446744073709551615 4127286294 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3873/tid=3876] ppid=3871 vsize=869108 CPUtime=0.49
/proc/3873/task/3876/stat : 3876 (java) S 3871 3873 1966 0 -1 64 16507 581 0 0 37 4 7 1 16 0 9 0 1993276615 889966592 27678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3877] ppid=3871 vsize=869108 CPUtime=0.08
/proc/3873/task/3877/stat : 3877 (java) S 3871 3873 1966 0 -1 64 14 581 0 0 0 0 7 1 15 0 9 0 1993276615 889966592 27678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3878] ppid=3871 vsize=869108 CPUtime=0.08
/proc/3873/task/3878/stat : 3878 (java) S 3871 3873 1966 0 -1 64 18 581 0 0 0 0 7 1 16 0 9 0 1993276615 889966592 27678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3879] ppid=3871 vsize=869108 CPUtime=0.08
/proc/3873/task/3879/stat : 3879 (java) S 3871 3873 1966 0 -1 64 1 581 0 0 0 0 7 1 18 0 9 0 1993276617 889966592 27678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3880] ppid=3871 vsize=869108 CPUtime=0.5
/proc/3873/task/3880/stat : 3880 (java) S 3871 3873 1966 0 -1 64 1032 581 0 0 42 0 7 1 17 0 9 0 1993276617 889966592 27678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3873/tid=3881] ppid=3871 vsize=869108 CPUtime=0.08
/proc/3873/task/3881/stat : 3881 (java) S 3871 3873 1966 0 -1 64 2 581 0 0 0 0 7 1 19 0 9 0 1993276617 889966592 27678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3882] ppid=3871 vsize=869108 CPUtime=0.08
/proc/3873/task/3882/stat : 3882 (java) S 3871 3873 1966 0 -1 64 44 581 0 0 0 0 7 1 15 0 9 0 1993276617 889966592 27678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1584.07
Current children cumulated vsize (KiB) 869108

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/90 3934
/proc/meminfo: memFree=1658144/2055920 swapFree=4180080/4192956
[pid=3873] ppid=3871 vsize=869108 CPUtime=1644.04
/proc/3873/stat : 3873 (java) S 3871 3873 1966 0 -1 0 46201 581 1 0 164360 36 7 1 18 0 9 0 1993276612 889966592 27679 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3873/statm: 217277 27679 2637 9 0 211783 0
[pid=3873/tid=3875] ppid=3871 vsize=869108 CPUtime=1643.16
/proc/3873/task/3875/stat : 3875 (java) R 3871 3873 1966 0 -1 64 27779 581 1 0 164279 29 7 1 25 0 9 0 1993276613 889966592 27679 996147200 134512640 134550740 4294955968 18446744073709551615 4126888999 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3873/tid=3876] ppid=3871 vsize=869108 CPUtime=0.49
/proc/3873/task/3876/stat : 3876 (java) S 3871 3873 1966 0 -1 64 16507 581 0 0 37 4 7 1 16 0 9 0 1993276615 889966592 27679 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3877] ppid=3871 vsize=869108 CPUtime=0.08
/proc/3873/task/3877/stat : 3877 (java) S 3871 3873 1966 0 -1 64 14 581 0 0 0 0 7 1 15 0 9 0 1993276615 889966592 27679 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3878] ppid=3871 vsize=869108 CPUtime=0.08
/proc/3873/task/3878/stat : 3878 (java) S 3871 3873 1966 0 -1 64 18 581 0 0 0 0 7 1 16 0 9 0 1993276615 889966592 27679 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3879] ppid=3871 vsize=869108 CPUtime=0.08
/proc/3873/task/3879/stat : 3879 (java) S 3871 3873 1966 0 -1 64 1 581 0 0 0 0 7 1 18 0 9 0 1993276617 889966592 27679 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3880] ppid=3871 vsize=869108 CPUtime=0.5
/proc/3873/task/3880/stat : 3880 (java) S 3871 3873 1966 0 -1 64 1033 581 0 0 42 0 7 1 16 0 9 0 1993276617 889966592 27679 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3873/tid=3881] ppid=3871 vsize=869108 CPUtime=0.08
/proc/3873/task/3881/stat : 3881 (java) S 3871 3873 1966 0 -1 64 2 581 0 0 0 0 7 1 19 0 9 0 1993276617 889966592 27679 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3882] ppid=3871 vsize=869108 CPUtime=0.08
/proc/3873/task/3882/stat : 3882 (java) S 3871 3873 1966 0 -1 64 44 581 0 0 0 0 7 1 15 0 9 0 1993276617 889966592 27679 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1644.04
Current children cumulated vsize (KiB) 869108

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/90 3934
/proc/meminfo: memFree=1654304/2055920 swapFree=4180080/4192956
[pid=3873] ppid=3871 vsize=869108 CPUtime=1704.03
/proc/3873/stat : 3873 (java) S 3871 3873 1966 0 -1 0 46202 581 1 0 170358 37 7 1 18 0 9 0 1993276612 889966592 27679 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3873/statm: 217277 27679 2637 9 0 211783 0
[pid=3873/tid=3875] ppid=3871 vsize=869108 CPUtime=1703.14
/proc/3873/task/3875/stat : 3875 (java) R 3871 3873 1966 0 -1 64 27780 581 1 0 170277 29 7 1 25 0 9 0 1993276613 889966592 27679 996147200 134512640 134550740 4294955968 18446744073709551615 4126872956 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3873/tid=3876] ppid=3871 vsize=869108 CPUtime=0.49
/proc/3873/task/3876/stat : 3876 (java) S 3871 3873 1966 0 -1 64 16507 581 0 0 37 4 7 1 16 0 9 0 1993276615 889966592 27679 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3877] ppid=3871 vsize=869108 CPUtime=0.08
/proc/3873/task/3877/stat : 3877 (java) S 3871 3873 1966 0 -1 64 14 581 0 0 0 0 7 1 15 0 9 0 1993276615 889966592 27679 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3878] ppid=3871 vsize=869108 CPUtime=0.08
/proc/3873/task/3878/stat : 3878 (java) S 3871 3873 1966 0 -1 64 18 581 0 0 0 0 7 1 16 0 9 0 1993276615 889966592 27679 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3879] ppid=3871 vsize=869108 CPUtime=0.08
/proc/3873/task/3879/stat : 3879 (java) S 3871 3873 1966 0 -1 64 1 581 0 0 0 0 7 1 18 0 9 0 1993276617 889966592 27679 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3880] ppid=3871 vsize=869108 CPUtime=0.5
/proc/3873/task/3880/stat : 3880 (java) S 3871 3873 1966 0 -1 64 1033 581 0 0 42 0 7 1 16 0 9 0 1993276617 889966592 27679 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3873/tid=3881] ppid=3871 vsize=869108 CPUtime=0.08
/proc/3873/task/3881/stat : 3881 (java) S 3871 3873 1966 0 -1 64 2 581 0 0 0 0 7 1 19 0 9 0 1993276617 889966592 27679 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3882] ppid=3871 vsize=869108 CPUtime=0.08
/proc/3873/task/3882/stat : 3882 (java) S 3871 3873 1966 0 -1 64 44 581 0 0 0 0 7 1 15 0 9 0 1993276617 889966592 27679 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1704.03
Current children cumulated vsize (KiB) 869108

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 3934
/proc/meminfo: memFree=1643232/2055920 swapFree=4180080/4192956
[pid=3873] ppid=3871 vsize=869108 CPUtime=1764
/proc/3873/stat : 3873 (java) S 3871 3873 1966 0 -1 0 46202 581 1 0 176355 37 7 1 18 0 9 0 1993276612 889966592 27679 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3873/statm: 217277 27679 2637 9 0 211783 0
[pid=3873/tid=3875] ppid=3871 vsize=869108 CPUtime=1763.11
/proc/3873/task/3875/stat : 3875 (java) R 3871 3873 1966 0 -1 64 27780 581 1 0 176274 29 7 1 25 0 9 0 1993276613 889966592 27679 996147200 134512640 134550740 4294955968 18446744073709551615 4126877093 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3873/tid=3876] ppid=3871 vsize=869108 CPUtime=0.49
/proc/3873/task/3876/stat : 3876 (java) S 3871 3873 1966 0 -1 64 16507 581 0 0 37 4 7 1 16 0 9 0 1993276615 889966592 27679 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3877] ppid=3871 vsize=869108 CPUtime=0.08
/proc/3873/task/3877/stat : 3877 (java) S 3871 3873 1966 0 -1 64 14 581 0 0 0 0 7 1 15 0 9 0 1993276615 889966592 27679 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3878] ppid=3871 vsize=869108 CPUtime=0.08
/proc/3873/task/3878/stat : 3878 (java) S 3871 3873 1966 0 -1 64 18 581 0 0 0 0 7 1 16 0 9 0 1993276615 889966592 27679 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3879] ppid=3871 vsize=869108 CPUtime=0.08
/proc/3873/task/3879/stat : 3879 (java) S 3871 3873 1966 0 -1 64 1 581 0 0 0 0 7 1 18 0 9 0 1993276617 889966592 27679 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3880] ppid=3871 vsize=869108 CPUtime=0.5
/proc/3873/task/3880/stat : 3880 (java) S 3871 3873 1966 0 -1 64 1033 581 0 0 42 0 7 1 16 0 9 0 1993276617 889966592 27679 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3873/tid=3881] ppid=3871 vsize=869108 CPUtime=0.08
/proc/3873/task/3881/stat : 3881 (java) S 3871 3873 1966 0 -1 64 2 581 0 0 0 0 7 1 19 0 9 0 1993276617 889966592 27679 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3882] ppid=3871 vsize=869108 CPUtime=0.08
/proc/3873/task/3882/stat : 3882 (java) S 3871 3873 1966 0 -1 64 44 581 0 0 0 0 7 1 15 0 9 0 1993276617 889966592 27679 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1764
Current children cumulated vsize (KiB) 869108



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1818.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 3934
/proc/meminfo: memFree=1638560/2055920 swapFree=4180080/4192956
[pid=3873] ppid=3871 vsize=869108 CPUtime=1800
/proc/3873/stat : 3873 (java) S 3871 3873 1966 0 -1 0 46202 581 1 0 179955 37 7 1 18 0 9 0 1993276612 889966592 27679 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3873/statm: 217277 27679 2637 9 0 211783 0
[pid=3873/tid=3875] ppid=3871 vsize=869108 CPUtime=1799.11
/proc/3873/task/3875/stat : 3875 (java) R 3871 3873 1966 0 -1 64 27780 581 1 0 179874 29 7 1 25 0 9 0 1993276613 889966592 27679 996147200 134512640 134550740 4294955968 18446744073709551615 4126889924 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3873/tid=3876] ppid=3871 vsize=869108 CPUtime=0.49
/proc/3873/task/3876/stat : 3876 (java) S 3871 3873 1966 0 -1 64 16507 581 0 0 37 4 7 1 16 0 9 0 1993276615 889966592 27679 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3877] ppid=3871 vsize=869108 CPUtime=0.08
/proc/3873/task/3877/stat : 3877 (java) S 3871 3873 1966 0 -1 64 14 581 0 0 0 0 7 1 15 0 9 0 1993276615 889966592 27679 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3878] ppid=3871 vsize=869108 CPUtime=0.08
/proc/3873/task/3878/stat : 3878 (java) S 3871 3873 1966 0 -1 64 18 581 0 0 0 0 7 1 16 0 9 0 1993276615 889966592 27679 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3879] ppid=3871 vsize=869108 CPUtime=0.08
/proc/3873/task/3879/stat : 3879 (java) S 3871 3873 1966 0 -1 64 1 581 0 0 0 0 7 1 18 0 9 0 1993276617 889966592 27679 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3880] ppid=3871 vsize=869108 CPUtime=0.5
/proc/3873/task/3880/stat : 3880 (java) S 3871 3873 1966 0 -1 64 1033 581 0 0 42 0 7 1 16 0 9 0 1993276617 889966592 27679 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3873/tid=3881] ppid=3871 vsize=869108 CPUtime=0.08
/proc/3873/task/3881/stat : 3881 (java) S 3871 3873 1966 0 -1 64 2 581 0 0 0 0 7 1 19 0 9 0 1993276617 889966592 27679 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3882] ppid=3871 vsize=869108 CPUtime=0.08
/proc/3873/task/3882/stat : 3882 (java) S 3871 3873 1966 0 -1 64 44 581 0 0 0 0 7 1 15 0 9 0 1993276617 889966592 27679 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 869108

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

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

[startup+1818.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 3934
/proc/meminfo: memFree=1638560/2055920 swapFree=4180080/4192956
[pid=3873] ppid=3871 vsize=869108 CPUtime=1800
/proc/3873/stat : 3873 (java) S 3871 3873 1966 0 -1 0 46202 581 1 0 179955 37 7 1 18 0 9 0 1993276612 889966592 27679 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3873/statm: 217277 27679 2637 9 0 211783 0
[pid=3873/tid=3875] ppid=3871 vsize=869108 CPUtime=1799.11
/proc/3873/task/3875/stat : 3875 (java) R 3871 3873 1966 0 -1 64 27780 581 1 0 179874 29 7 1 25 0 9 0 1993276613 889966592 27679 996147200 134512640 134550740 4294955968 18446744073709551615 4126889924 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3873/tid=3876] ppid=3871 vsize=869108 CPUtime=0.49
/proc/3873/task/3876/stat : 3876 (java) S 3871 3873 1966 0 -1 64 16507 581 0 0 37 4 7 1 16 0 9 0 1993276615 889966592 27679 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3877] ppid=3871 vsize=869108 CPUtime=0.08
/proc/3873/task/3877/stat : 3877 (java) S 3871 3873 1966 0 -1 64 14 581 0 0 0 0 7 1 15 0 9 0 1993276615 889966592 27679 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3878] ppid=3871 vsize=869108 CPUtime=0.08
/proc/3873/task/3878/stat : 3878 (java) S 3871 3873 1966 0 -1 64 18 581 0 0 0 0 7 1 16 0 9 0 1993276615 889966592 27679 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3879] ppid=3871 vsize=869108 CPUtime=0.08
/proc/3873/task/3879/stat : 3879 (java) S 3871 3873 1966 0 -1 64 1 581 0 0 0 0 7 1 18 0 9 0 1993276617 889966592 27679 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3880] ppid=3871 vsize=869108 CPUtime=0.5
/proc/3873/task/3880/stat : 3880 (java) S 3871 3873 1966 0 -1 64 1033 581 0 0 42 0 7 1 16 0 9 0 1993276617 889966592 27679 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3873/tid=3881] ppid=3871 vsize=869108 CPUtime=0.08
/proc/3873/task/3881/stat : 3881 (java) S 3871 3873 1966 0 -1 64 2 581 0 0 0 0 7 1 19 0 9 0 1993276617 889966592 27679 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3873/tid=3882] ppid=3871 vsize=869108 CPUtime=0.08
/proc/3873/task/3882/stat : 3882 (java) S 3871 3873 1966 0 -1 64 44 581 0 0 0 0 7 1 15 0 9 0 1993276617 889966592 27679 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 869108

Child status: 143
Real time (s): 1818.36
CPU time (s): 1800.07
CPU user time (s): 1799.66
CPU system time (s): 0.403938
CPU usage (%): 98.9941
Max. virtual memory (cumulated for all children) (KiB): 869252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.66
system time used= 0.403938
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46814
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= 38629
involuntary context switches= 45089

runsolver used 2.33664 second user time and 5.99709 second system time

The end

Launcher Data (download as text)

Begin job on node31 at 2008-07-04 05:43:46
IDJOB=1064642
IDBENCH=54971
IDSOLVER=364
FILE ID=node31/1064642-1215143026
PBS_JOBID= 7877360
Free space on /tmp= 66532 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/tdsp/normalized-C5-1-91.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1064642-1215143026/watcher-1064642-1215143026 -o /tmp/evaluation-result-1064642-1215143026/solver-1064642-1215143026 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1064642-1215143026.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 166b656c48baaba962d92b1da6129743
RANDOM SEED=1087596164

node31.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.232
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.232
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:       1687088 kB
Buffers:         22644 kB
Cached:         154064 kB
SwapCached:       6280 kB
Active:         254548 kB
Inactive:        59712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1687088 kB
SwapTotal:     4192956 kB
SwapFree:      4180080 kB
Dirty:            2484 kB
Writeback:           0 kB
Mapped:         153620 kB
Slab:            38696 kB
Committed_AS:  3647144 kB
PageTables:       2460 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 node31 at 2008-07-04 06:14:06