Trace number 1093513

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.09 1805.26

General information on the benchmark

Namecsp/socialGolfers/
normalized-socialGolfer-6-3-7.xml
MD5SUMb92ceefc7d6e601818a900e08c09b855
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 benchmark2.96855
Satisfiable
(Un)Satisfiability was proved
Number of variables2142
Number of constraints9198
Maximum constraint arity21
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9198
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-1093513-1215250303.xml
0.28/0.32	   
0.28/0.32	   domains being loaded...
0.28/0.33	   
0.28/0.33	   variables being loaded...
0.48/0.53	     nbVariables=2142  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=4284
0.48/0.53	       =>  wckTime=0.288  cpuTime=0.18  mem=10M779
0.48/0.53	   
0.48/0.53	   predicates being loaded...
0.57/0.60	   
0.57/0.60	   constraints being loaded...
6.41/6.51	     nbConstraints=9258  nbGlobalConstraints=60  nbConflictsStructures=3  nbSharedConflictsStructures=9153
6.41/6.51	     nbUnbuiltConflictsStructures=1  nbSharedBinaryRepresentations=0  nbEvaluationManagers=4
6.41/6.51	     nbSharedEvaluationManagers=9194  minDegree=10  maxDegree=28  minArity=3  avgArity=4.4  maxArity=714
6.41/6.51	     nbGenerators=60  nbFusions=0  symmetryWckTime=4.082  symmetryCpuTime=1.79
6.41/6.51	       =>  wckTime=6.261  cpuTime=3.67  mem=46M994
6.51/6.69	   
6.61/6.70	   solver IterativeSystematicSolver being built... 
6.80/6.98	   
6.80/6.98	   INFO : Forward propagation technique limited 
7.01/7.14	       =>  wckTime=6.895  cpuTime=4.03  mem=63M36
9.88/10.08	   
9.88/10.08	   preprocessing
9.88/10.08	     nbConstraintChecks=308580  nbValidityChecks=38093  nbPropagations=4476  nbRevisions=27750  nbUselessRevisions=27524
9.88/10.08	     nbSingletonTests=2154  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0
9.88/10.08	     detectedInconsistency=no
9.88/10.08	       =>  wckTime=2.927  cpuTime=2.85  mem=64M38

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-1093513-1215250303/watcher-1093513-1215250303 -o /tmp/evaluation-result-1093513-1215250303/solver-1093513-1215250303 -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-1093513-1215250303.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 3/72 25921
/proc/meminfo: memFree=1615880/2055920 swapFree=4180436/4192956
[pid=25921] ppid=25919 vsize=1616 CPUtime=0
/proc/25921/stat : 25921 (java) D 25919 25921 25843 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 1554702057 1654784 145 996147200 134512640 134550740 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/25921/statm: 404 145 119 9 0 46 0

[startup+0.092152 s]
/proc/loadavg: 1.92 1.98 1.99 3/72 25921
/proc/meminfo: memFree=1615880/2055920 swapFree=4180436/4192956
[pid=25921] ppid=25919 vsize=865884 CPUtime=0.08
/proc/25921/stat : 25921 (java) S 25919 25921 25843 0 -1 0 3675 0 1 0 6 2 0 0 18 0 9 0 1554702057 886665216 3150 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25921/statm: 216471 3150 1681 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.102155 s]
/proc/loadavg: 1.92 1.98 1.99 3/72 25921
/proc/meminfo: memFree=1615880/2055920 swapFree=4180436/4192956
[pid=25921] ppid=25919 vsize=865884 CPUtime=0.09
/proc/25921/stat : 25921 (java) S 25919 25921 25843 0 -1 0 3705 0 1 0 7 2 0 0 18 0 9 0 1554702057 886665216 3178 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25921/statm: 216471 3178 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.302183 s]
/proc/loadavg: 1.92 1.98 1.99 3/72 25921
/proc/meminfo: memFree=1615880/2055920 swapFree=4180436/4192956
[pid=25921] ppid=25919 vsize=866284 CPUtime=0.28
/proc/25921/stat : 25921 (java) S 25919 25921 25843 0 -1 0 5865 0 1 0 25 3 0 0 18 0 9 0 1554702057 887074816 5239 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25921/statm: 216571 5239 1953 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.702235 s]
/proc/loadavg: 1.92 1.98 1.99 3/72 25921
/proc/meminfo: memFree=1615880/2055920 swapFree=4180436/4192956
[pid=25921] ppid=25919 vsize=867512 CPUtime=0.68
/proc/25921/stat : 25921 (java) S 25919 25921 25843 0 -1 0 8765 0 1 0 63 5 0 0 18 0 9 0 1554702057 888332288 8125 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25921/statm: 216878 8125 2008 9 0 211384 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867512

[startup+1.50135 s]
/proc/loadavg: 1.92 1.98 1.99 3/81 25930
/proc/meminfo: memFree=1574208/2055920 swapFree=4180436/4192956
[pid=25921] ppid=25919 vsize=867424 CPUtime=1.46
/proc/25921/stat : 25921 (java) S 25919 25921 25843 0 -1 0 18829 0 1 0 130 16 0 0 18 0 9 0 1554702057 888242176 18164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25921/statm: 216856 18164 2002 9 0 211384 0
[pid=25921/tid=25923] ppid=25919 vsize=867424 CPUtime=1.17
/proc/25921/task/25923/stat : 25923 (java) R 25919 25921 25843 0 -1 64 15756 0 1 0 103 14 0 0 19 0 9 0 1554702058 888242176 18164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25921/tid=25924] ppid=25919 vsize=867424 CPUtime=0.07
/proc/25921/task/25924/stat : 25924 (java) S 25919 25921 25843 0 -1 64 1726 0 0 0 7 0 0 0 17 0 9 0 1554702059 888242176 18164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25921/tid=25925] ppid=25919 vsize=867424 CPUtime=0
/proc/25921/task/25925/stat : 25925 (java) S 25919 25921 25843 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1554702059 888242176 18164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25921/tid=25926] ppid=25919 vsize=867424 CPUtime=0
/proc/25921/task/25926/stat : 25926 (java) S 25919 25921 25843 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1554702059 888242176 18164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25921/tid=25927] ppid=25919 vsize=867424 CPUtime=0
/proc/25921/task/25927/stat : 25927 (java) S 25919 25921 25843 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 1554702061 888242176 18164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25921/tid=25928] ppid=25919 vsize=867424 CPUtime=0.19
/proc/25921/task/25928/stat : 25928 (java) S 25919 25921 25843 0 -1 64 650 0 0 0 19 0 0 0 16 0 9 0 1554702061 888242176 18164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25921/tid=25929] ppid=25919 vsize=867424 CPUtime=0
/proc/25921/task/25929/stat : 25929 (java) S 25919 25921 25843 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 1554702061 888242176 18164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25921/tid=25930] ppid=25919 vsize=867424 CPUtime=0
/proc/25921/task/25930/stat : 25930 (java) S 25919 25921 25843 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1554702061 888242176 18164 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) 867424

[startup+3.10155 s]
/proc/loadavg: 1.92 1.98 1.99 3/81 25930
/proc/meminfo: memFree=1550656/2055920 swapFree=4180436/4192956
[pid=25921] ppid=25919 vsize=867748 CPUtime=2.74
/proc/25921/stat : 25921 (java) S 25919 25921 25843 0 -1 0 24232 0 1 0 220 54 0 0 18 0 10 0 1554702057 888573952 22641 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25921/statm: 216937 22641 2007 9 0 211465 0
[pid=25921/tid=25923] ppid=25919 vsize=867748 CPUtime=2.25
/proc/25921/task/25923/stat : 25923 (java) S 25919 25921 25843 0 -1 64 16601 0 1 0 176 49 0 0 16 0 10 0 1554702058 888573952 22641 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=25921/tid=25924] ppid=25919 vsize=867748 CPUtime=0.22
/proc/25921/task/25924/stat : 25924 (java) S 25919 25921 25843 0 -1 64 6139 0 0 0 19 3 0 0 17 0 10 0 1554702059 888573952 22641 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25921/tid=25925] ppid=25919 vsize=867748 CPUtime=0
/proc/25921/task/25925/stat : 25925 (java) S 25919 25921 25843 0 -1 64 12 0 0 0 0 0 0 0 16 0 10 0 1554702059 888573952 22641 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25921/tid=25926] ppid=25919 vsize=867748 CPUtime=0
/proc/25921/task/25926/stat : 25926 (java) S 25919 25921 25843 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 1554702059 888573952 22641 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25921/tid=25927] ppid=25919 vsize=867748 CPUtime=0
/proc/25921/task/25927/stat : 25927 (java) S 25919 25921 25843 0 -1 64 1 0 0 0 0 0 0 0 23 0 10 0 1554702061 888573952 22641 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25921/tid=25928] ppid=25919 vsize=867748 CPUtime=0.24
/proc/25921/task/25928/stat : 25928 (java) S 25919 25921 25843 0 -1 64 724 0 0 0 23 1 0 0 15 0 10 0 1554702061 888573952 22641 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25921/tid=25929] ppid=25919 vsize=867748 CPUtime=0
/proc/25921/task/25929/stat : 25929 (java) S 25919 25921 25843 0 -1 64 2 0 0 0 0 0 0 0 24 0 10 0 1554702061 888573952 22641 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25921/tid=25930] ppid=25919 vsize=867748 CPUtime=0
/proc/25921/task/25930/stat : 25930 (java) S 25919 25921 25843 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 1554702061 888573952 22641 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 867748

[startup+6.30299 s]
/proc/loadavg: 1.93 1.98 1.99 4/83 25934
/proc/meminfo: memFree=1531304/2055920 swapFree=4180436/4192956
[pid=25921] ppid=25919 vsize=868072 CPUtime=6.21
/proc/25921/stat : 25921 (java) S 25919 25921 25843 0 -1 0 43967 1740 1 0 363 59 197 2 18 0 10 0 1554702057 888905728 23519 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25921/statm: 217018 23519 2016 9 0 211546 0
[pid=25934] ppid=25921 vsize=144 CPUtime=0
/proc/25934/stat : 25934 (rm) R 25921 25921 25843 0 -1 4194304 39 0 0 0 0 0 0 0 19 0 1 0 1554702541 147456 17 996147200 4194304 4227748 548682068720 18446744073709551615 269754627657 0 4 0 0 0 0 0 17 1 0 0
/proc/25934/statm: 36 17 11 8 0 3 0
[pid=25921/tid=25923] ppid=25919 vsize=868072 CPUtime=5.64
/proc/25921/task/25923/stat : 25923 (java) R 25919 25921 25843 0 -1 64 31621 1740 1 0 313 52 197 2 17 0 10 0 1554702058 888905728 23519 996147200 134512640 134550740 4294955968 18446744073709551615 4127111397 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25921/tid=25924] ppid=25919 vsize=868072 CPUtime=2.26
/proc/25921/task/25924/stat : 25924 (java) S 25919 25921 25843 0 -1 64 10560 1740 0 0 23 4 197 2 16 0 10 0 1554702059 888905728 23519 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25921/tid=25925] ppid=25919 vsize=868072 CPUtime=1.99
/proc/25921/task/25925/stat : 25925 (java) S 25919 25921 25843 0 -1 64 19 1740 0 0 0 0 197 2 16 0 10 0 1554702059 888905728 23519 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25921/tid=25926] ppid=25919 vsize=868072 CPUtime=1.99
/proc/25921/task/25926/stat : 25926 (java) S 25919 25921 25843 0 -1 64 9 1740 0 0 0 0 197 2 16 0 10 0 1554702059 888905728 23519 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25921/tid=25927] ppid=25919 vsize=868072 CPUtime=1.99
/proc/25921/task/25927/stat : 25927 (java) S 25919 25921 25843 0 -1 64 1 1740 0 0 0 0 197 2 23 0 10 0 1554702061 888905728 23519 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25921/tid=25928] ppid=25919 vsize=868072 CPUtime=2.25
/proc/25921/task/25928/stat : 25928 (java) S 25919 25921 25843 0 -1 64 916 1740 0 0 25 1 197 2 15 0 10 0 1554702061 888905728 23519 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25921/tid=25929] ppid=25919 vsize=868072 CPUtime=1.99
/proc/25921/task/25929/stat : 25929 (java) S 25919 25921 25843 0 -1 64 2 1740 0 0 0 0 197 2 24 0 10 0 1554702061 888905728 23519 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25921/tid=25930] ppid=25919 vsize=868072 CPUtime=1.99
/proc/25921/task/25930/stat : 25930 (java) S 25919 25921 25843 0 -1 64 31 1740 0 0 0 0 197 2 15 0 10 0 1554702061 888905728 23519 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25921/tid=25933] ppid=25919 vsize=868072 CPUtime=1.99
/proc/25921/task/25933/stat : 25933 (java) S 25919 25921 25843 0 -1 64 46 1740 0 0 0 0 197 2 17 0 10 0 1554702541 888905728 23519 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 868216

[startup+12.7018 s]
/proc/loadavg: 1.93 1.98 1.99 3/81 25934
/proc/meminfo: memFree=1525424/2055920 swapFree=4180436/4192956
[pid=25921] ppid=25919 vsize=868160 CPUtime=12.56
/proc/25921/stat : 25921 (java) S 25919 25921 25843 0 -1 0 48032 1864 1 0 994 62 197 3 18 0 9 0 1554702057 888995840 24956 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25921/statm: 217040 24956 2637 9 0 211546 0
[pid=25921/tid=25923] ppid=25919 vsize=868160 CPUtime=11.65
/proc/25921/task/25923/stat : 25923 (java) R 25919 25921 25843 0 -1 64 31921 1864 1 0 912 53 197 3 17 0 9 0 1554702058 888995840 24956 996147200 134512640 134550740 4294955968 18446744073709551615 4127329599 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25921/tid=25924] ppid=25919 vsize=868160 CPUtime=2.48
/proc/25921/task/25924/stat : 25924 (java) S 25919 25921 25843 0 -1 64 14214 1864 0 0 43 5 197 3 16 0 9 0 1554702059 888995840 24956 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25921/tid=25925] ppid=25919 vsize=868160 CPUtime=2
/proc/25921/task/25925/stat : 25925 (java) S 25919 25921 25843 0 -1 64 19 1864 0 0 0 0 197 3 15 0 9 0 1554702059 888995840 24956 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25921/tid=25926] ppid=25919 vsize=868160 CPUtime=2
/proc/25921/task/25926/stat : 25926 (java) S 25919 25921 25843 0 -1 64 14 1864 0 0 0 0 197 3 16 0 9 0 1554702059 888995840 24956 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25921/tid=25927] ppid=25919 vsize=868160 CPUtime=2
/proc/25921/task/25927/stat : 25927 (java) S 25919 25921 25843 0 -1 64 1 1864 0 0 0 0 197 3 23 0 9 0 1554702061 888995840 24956 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25921/tid=25928] ppid=25919 vsize=868160 CPUtime=2.39
/proc/25921/task/25928/stat : 25928 (java) S 25919 25921 25843 0 -1 64 1022 1864 0 0 38 1 197 3 15 0 9 0 1554702061 888995840 24956 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25921/tid=25929] ppid=25919 vsize=868160 CPUtime=2
/proc/25921/task/25929/stat : 25929 (java) S 25919 25921 25843 0 -1 64 2 1864 0 0 0 0 197 3 24 0 9 0 1554702061 888995840 24956 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25921/tid=25930] ppid=25919 vsize=868160 CPUtime=2
/proc/25921/task/25930/stat : 25930 (java) S 25919 25921 25843 0 -1 64 31 1864 0 0 0 0 197 3 15 0 9 0 1554702061 888995840 24956 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 868160

[startup+25.5025 s]
/proc/loadavg: 1.95 1.98 1.99 3/81 25934
/proc/meminfo: memFree=1525360/2055920 swapFree=4180436/4192956
[pid=25921] ppid=25919 vsize=868160 CPUtime=25.24
/proc/25921/stat : 25921 (java) S 25919 25921 25843 0 -1 0 48064 1864 1 0 2262 62 197 3 18 0 9 0 1554702057 888995840 24974 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25921/statm: 217040 24974 2637 9 0 211546 0
[pid=25921/tid=25923] ppid=25919 vsize=868160 CPUtime=24.29
/proc/25921/task/25923/stat : 25923 (java) R 25919 25921 25843 0 -1 64 31924 1864 1 0 2176 53 197 3 20 0 9 0 1554702058 888995840 24974 996147200 134512640 134550740 4294955968 18446744073709551615 4127395475 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25921/tid=25924] ppid=25919 vsize=868160 CPUtime=2.48
/proc/25921/task/25924/stat : 25924 (java) S 25919 25921 25843 0 -1 64 14214 1864 0 0 43 5 197 3 16 0 9 0 1554702059 888995840 24974 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25921/tid=25925] ppid=25919 vsize=868160 CPUtime=2
/proc/25921/task/25925/stat : 25925 (java) S 25919 25921 25843 0 -1 64 19 1864 0 0 0 0 197 3 15 0 9 0 1554702059 888995840 24974 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25921/tid=25926] ppid=25919 vsize=868160 CPUtime=2
/proc/25921/task/25926/stat : 25926 (java) S 25919 25921 25843 0 -1 64 14 1864 0 0 0 0 197 3 16 0 9 0 1554702059 888995840 24974 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25921/tid=25927] ppid=25919 vsize=868160 CPUtime=2
/proc/25921/task/25927/stat : 25927 (java) S 25919 25921 25843 0 -1 64 1 1864 0 0 0 0 197 3 23 0 9 0 1554702061 888995840 24974 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25921/tid=25928] ppid=25919 vsize=868160 CPUtime=2.42
/proc/25921/task/25928/stat : 25928 (java) S 25919 25921 25843 0 -1 64 1051 1864 0 0 41 1 197 3 15 0 9 0 1554702061 888995840 24974 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25921/tid=25929] ppid=25919 vsize=868160 CPUtime=2
/proc/25921/task/25929/stat : 25929 (java) S 25919 25921 25843 0 -1 64 2 1864 0 0 0 0 197 3 24 0 9 0 1554702061 888995840 24974 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25921/tid=25930] ppid=25919 vsize=868160 CPUtime=2
/proc/25921/task/25930/stat : 25930 (java) S 25919 25921 25843 0 -1 64 31 1864 0 0 0 0 197 3 15 0 9 0 1554702061 888995840 24974 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 868160

[startup+51.103 s]
/proc/loadavg: 1.96 1.98 1.99 3/81 25934
/proc/meminfo: memFree=1525424/2055920 swapFree=4180436/4192956
[pid=25921] ppid=25919 vsize=868160 CPUtime=50.61
/proc/25921/stat : 25921 (java) S 25919 25921 25843 0 -1 0 48067 1864 1 0 4799 62 197 3 18 0 9 0 1554702057 888995840 24974 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25921/statm: 217040 24974 2637 9 0 211546 0
[pid=25921/tid=25923] ppid=25919 vsize=868160 CPUtime=49.66
/proc/25921/task/25923/stat : 25923 (java) R 25919 25921 25843 0 -1 64 31927 1864 1 0 4713 53 197 3 25 0 9 0 1554702058 888995840 24974 996147200 134512640 134550740 4294955968 18446744073709551615 4127309372 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25921/tid=25924] ppid=25919 vsize=868160 CPUtime=2.48
/proc/25921/task/25924/stat : 25924 (java) S 25919 25921 25843 0 -1 64 14214 1864 0 0 43 5 197 3 16 0 9 0 1554702059 888995840 24974 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25921/tid=25925] ppid=25919 vsize=868160 CPUtime=2
/proc/25921/task/25925/stat : 25925 (java) S 25919 25921 25843 0 -1 64 19 1864 0 0 0 0 197 3 15 0 9 0 1554702059 888995840 24974 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25921/tid=25926] ppid=25919 vsize=868160 CPUtime=2
/proc/25921/task/25926/stat : 25926 (java) S 25919 25921 25843 0 -1 64 14 1864 0 0 0 0 197 3 16 0 9 0 1554702059 888995840 24974 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/25921/task/25926/stat : 25926 (java) S 25919 25921 25843 0 -1 64 14 1864 0 0 0 0 197 3 16 0 9 0 1554702059 888995840 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25921/tid=25927] ppid=25919 vsize=868160 CPUtime=2
/proc/25921/task/25927/stat : 25927 (java) S 25919 25921 25843 0 -1 64 1 1864 0 0 0 0 197 3 23 0 9 0 1554702061 888995840 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25921/tid=25928] ppid=25919 vsize=868160 CPUtime=2.43
/proc/25921/task/25928/stat : 25928 (java) S 25919 25921 25843 0 -1 64 1053 1864 0 0 42 1 197 3 16 0 9 0 1554702061 888995840 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25921/tid=25929] ppid=25919 vsize=868160 CPUtime=2
/proc/25921/task/25929/stat : 25929 (java) S 25919 25921 25843 0 -1 64 2 1864 0 0 0 0 197 3 24 0 9 0 1554702061 888995840 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25921/tid=25930] ppid=25919 vsize=868160 CPUtime=2
/proc/25921/task/25930/stat : 25930 (java) S 25919 25921 25843 0 -1 64 31 1864 0 0 0 0 197 3 15 0 9 0 1554702061 888995840 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1477.24
Current children cumulated vsize (KiB) 868160

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 26051
/proc/meminfo: memFree=1632040/2055920 swapFree=4180436/4192956
[pid=25921] ppid=25919 vsize=868160 CPUtime=1537.23
/proc/25921/stat : 25921 (java) S 25919 25921 25843 0 -1 0 48070 1864 1 0 153456 67 197 3 18 0 9 0 1554702057 888995840 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25921/statm: 217040 24976 2637 9 0 211546 0
[pid=25921/tid=25923] ppid=25919 vsize=868160 CPUtime=1536.28
/proc/25921/task/25923/stat : 25923 (java) R 25919 25921 25843 0 -1 64 31928 1864 1 0 153370 58 197 3 25 0 9 0 1554702058 888995840 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4127321738 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25921/tid=25924] ppid=25919 vsize=868160 CPUtime=2.48
/proc/25921/task/25924/stat : 25924 (java) S 25919 25921 25843 0 -1 64 14214 1864 0 0 43 5 197 3 16 0 9 0 1554702059 888995840 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25921/tid=25925] ppid=25919 vsize=868160 CPUtime=2
/proc/25921/task/25925/stat : 25925 (java) S 25919 25921 25843 0 -1 64 19 1864 0 0 0 0 197 3 15 0 9 0 1554702059 888995840 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25921/tid=25926] ppid=25919 vsize=868160 CPUtime=2
/proc/25921/task/25926/stat : 25926 (java) S 25919 25921 25843 0 -1 64 14 1864 0 0 0 0 197 3 16 0 9 0 1554702059 888995840 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25921/tid=25927] ppid=25919 vsize=868160 CPUtime=2
/proc/25921/task/25927/stat : 25927 (java) S 25919 25921 25843 0 -1 64 1 1864 0 0 0 0 197 3 23 0 9 0 1554702061 888995840 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25921/tid=25928] ppid=25919 vsize=868160 CPUtime=2.43
/proc/25921/task/25928/stat : 25928 (java) S 25919 25921 25843 0 -1 64 1053 1864 0 0 42 1 197 3 16 0 9 0 1554702061 888995840 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25921/tid=25929] ppid=25919 vsize=868160 CPUtime=2
/proc/25921/task/25929/stat : 25929 (java) S 25919 25921 25843 0 -1 64 2 1864 0 0 0 0 197 3 24 0 9 0 1554702061 888995840 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25921/tid=25930] ppid=25919 vsize=868160 CPUtime=2
/proc/25921/task/25930/stat : 25930 (java) S 25919 25921 25843 0 -1 64 31 1864 0 0 0 0 197 3 15 0 9 0 1554702061 888995840 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1537.23
Current children cumulated vsize (KiB) 868160

[startup+1602.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/90 26051
/proc/meminfo: memFree=1632040/2055920 swapFree=4180436/4192956
[pid=25921] ppid=25919 vsize=868160 CPUtime=1597.2
/proc/25921/stat : 25921 (java) S 25919 25921 25843 0 -1 0 48070 1864 1 0 159453 67 197 3 18 0 9 0 1554702057 888995840 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25921/statm: 217040 24976 2637 9 0 211546 0
[pid=25921/tid=25923] ppid=25919 vsize=868160 CPUtime=1596.26
/proc/25921/task/25923/stat : 25923 (java) R 25919 25921 25843 0 -1 64 31928 1864 1 0 159368 58 197 3 25 0 9 0 1554702058 888995840 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4127287344 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25921/tid=25924] ppid=25919 vsize=868160 CPUtime=2.48
/proc/25921/task/25924/stat : 25924 (java) S 25919 25921 25843 0 -1 64 14214 1864 0 0 43 5 197 3 16 0 9 0 1554702059 888995840 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25921/tid=25925] ppid=25919 vsize=868160 CPUtime=2
/proc/25921/task/25925/stat : 25925 (java) S 25919 25921 25843 0 -1 64 19 1864 0 0 0 0 197 3 15 0 9 0 1554702059 888995840 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25921/tid=25926] ppid=25919 vsize=868160 CPUtime=2
/proc/25921/task/25926/stat : 25926 (java) S 25919 25921 25843 0 -1 64 14 1864 0 0 0 0 197 3 16 0 9 0 1554702059 888995840 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25921/tid=25927] ppid=25919 vsize=868160 CPUtime=2
/proc/25921/task/25927/stat : 25927 (java) S 25919 25921 25843 0 -1 64 1 1864 0 0 0 0 197 3 23 0 9 0 1554702061 888995840 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25921/tid=25928] ppid=25919 vsize=868160 CPUtime=2.43
/proc/25921/task/25928/stat : 25928 (java) S 25919 25921 25843 0 -1 64 1053 1864 0 0 42 1 197 3 16 0 9 0 1554702061 888995840 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25921/tid=25929] ppid=25919 vsize=868160 CPUtime=2
/proc/25921/task/25929/stat : 25929 (java) S 25919 25921 25843 0 -1 64 2 1864 0 0 0 0 197 3 24 0 9 0 1554702061 888995840 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25921/tid=25930] ppid=25919 vsize=868160 CPUtime=2
/proc/25921/task/25930/stat : 25930 (java) S 25919 25921 25843 0 -1 64 31 1864 0 0 0 0 197 3 15 0 9 0 1554702061 888995840 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1597.2
Current children cumulated vsize (KiB) 868160

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/90 26051
/proc/meminfo: memFree=1632040/2055920 swapFree=4180436/4192956
[pid=25921] ppid=25919 vsize=868160 CPUtime=1657.18
/proc/25921/stat : 25921 (java) S 25919 25921 25843 0 -1 0 48070 1864 1 0 165451 67 197 3 18 0 9 0 1554702057 888995840 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25921/statm: 217040 24976 2637 9 0 211546 0
[pid=25921/tid=25923] ppid=25919 vsize=868160 CPUtime=1656.23
/proc/25921/task/25923/stat : 25923 (java) R 25919 25921 25843 0 -1 64 31928 1864 1 0 165365 58 197 3 25 0 9 0 1554702058 888995840 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4127395525 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25921/tid=25924] ppid=25919 vsize=868160 CPUtime=2.48
/proc/25921/task/25924/stat : 25924 (java) S 25919 25921 25843 0 -1 64 14214 1864 0 0 43 5 197 3 16 0 9 0 1554702059 888995840 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25921/tid=25925] ppid=25919 vsize=868160 CPUtime=2
/proc/25921/task/25925/stat : 25925 (java) S 25919 25921 25843 0 -1 64 19 1864 0 0 0 0 197 3 15 0 9 0 1554702059 888995840 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25921/tid=25926] ppid=25919 vsize=868160 CPUtime=2
/proc/25921/task/25926/stat : 25926 (java) S 25919 25921 25843 0 -1 64 14 1864 0 0 0 0 197 3 16 0 9 0 1554702059 888995840 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25921/tid=25927] ppid=25919 vsize=868160 CPUtime=2
/proc/25921/task/25927/stat : 25927 (java) S 25919 25921 25843 0 -1 64 1 1864 0 0 0 0 197 3 23 0 9 0 1554702061 888995840 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25921/tid=25928] ppid=25919 vsize=868160 CPUtime=2.43
/proc/25921/task/25928/stat : 25928 (java) S 25919 25921 25843 0 -1 64 1053 1864 0 0 42 1 197 3 16 0 9 0 1554702061 888995840 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25921/tid=25929] ppid=25919 vsize=868160 CPUtime=2
/proc/25921/task/25929/stat : 25929 (java) S 25919 25921 25843 0 -1 64 2 1864 0 0 0 0 197 3 24 0 9 0 1554702061 888995840 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25921/tid=25930] ppid=25919 vsize=868160 CPUtime=2
/proc/25921/task/25930/stat : 25930 (java) S 25919 25921 25843 0 -1 64 31 1864 0 0 0 0 197 3 15 0 9 0 1554702061 888995840 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1657.18
Current children cumulated vsize (KiB) 868160

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/90 26051
/proc/meminfo: memFree=1632040/2055920 swapFree=4180436/4192956
[pid=25921] ppid=25919 vsize=868160 CPUtime=1717.15
/proc/25921/stat : 25921 (java) S 25919 25921 25843 0 -1 0 48070 1864 1 0 171448 67 197 3 18 0 9 0 1554702057 888995840 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25921/statm: 217040 24976 2637 9 0 211546 0
[pid=25921/tid=25923] ppid=25919 vsize=868160 CPUtime=1716.2
/proc/25921/task/25923/stat : 25923 (java) R 25919 25921 25843 0 -1 64 31928 1864 1 0 171362 58 197 3 25 0 9 0 1554702058 888995840 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4127395518 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25921/tid=25924] ppid=25919 vsize=868160 CPUtime=2.48
/proc/25921/task/25924/stat : 25924 (java) S 25919 25921 25843 0 -1 64 14214 1864 0 0 43 5 197 3 16 0 9 0 1554702059 888995840 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25921/tid=25925] ppid=25919 vsize=868160 CPUtime=2
/proc/25921/task/25925/stat : 25925 (java) S 25919 25921 25843 0 -1 64 19 1864 0 0 0 0 197 3 15 0 9 0 1554702059 888995840 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25921/tid=25926] ppid=25919 vsize=868160 CPUtime=2
/proc/25921/task/25926/stat : 25926 (java) S 25919 25921 25843 0 -1 64 14 1864 0 0 0 0 197 3 16 0 9 0 1554702059 888995840 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25921/tid=25927] ppid=25919 vsize=868160 CPUtime=2
/proc/25921/task/25927/stat : 25927 (java) S 25919 25921 25843 0 -1 64 1 1864 0 0 0 0 197 3 23 0 9 0 1554702061 888995840 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25921/tid=25928] ppid=25919 vsize=868160 CPUtime=2.43
/proc/25921/task/25928/stat : 25928 (java) S 25919 25921 25843 0 -1 64 1053 1864 0 0 42 1 197 3 16 0 9 0 1554702061 888995840 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25921/tid=25929] ppid=25919 vsize=868160 CPUtime=2
/proc/25921/task/25929/stat : 25929 (java) S 25919 25921 25843 0 -1 64 2 1864 0 0 0 0 197 3 24 0 9 0 1554702061 888995840 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25921/tid=25930] ppid=25919 vsize=868160 CPUtime=2
/proc/25921/task/25930/stat : 25930 (java) S 25919 25921 25843 0 -1 64 31 1864 0 0 0 0 197 3 15 0 9 0 1554702061 888995840 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1717.15
Current children cumulated vsize (KiB) 868160

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 26057
/proc/meminfo: memFree=1631720/2055920 swapFree=4180436/4192956
[pid=25921] ppid=25919 vsize=868160 CPUtime=1777.13
/proc/25921/stat : 25921 (java) S 25919 25921 25843 0 -1 0 48070 1864 1 0 177446 67 197 3 18 0 9 0 1554702057 888995840 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25921/statm: 217040 24976 2637 9 0 211546 0
[pid=25921/tid=25923] ppid=25919 vsize=868160 CPUtime=1776.18
/proc/25921/task/25923/stat : 25923 (java) R 25919 25921 25843 0 -1 64 31928 1864 1 0 177360 58 197 3 25 0 9 0 1554702058 888995840 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4127395483 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25921/tid=25924] ppid=25919 vsize=868160 CPUtime=2.48
/proc/25921/task/25924/stat : 25924 (java) S 25919 25921 25843 0 -1 64 14214 1864 0 0 43 5 197 3 16 0 9 0 1554702059 888995840 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25921/tid=25925] ppid=25919 vsize=868160 CPUtime=2
/proc/25921/task/25925/stat : 25925 (java) S 25919 25921 25843 0 -1 64 19 1864 0 0 0 0 197 3 15 0 9 0 1554702059 888995840 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25921/tid=25926] ppid=25919 vsize=868160 CPUtime=2
/proc/25921/task/25926/stat : 25926 (java) S 25919 25921 25843 0 -1 64 14 1864 0 0 0 0 197 3 16 0 9 0 1554702059 888995840 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25921/tid=25927] ppid=25919 vsize=868160 CPUtime=2
/proc/25921/task/25927/stat : 25927 (java) S 25919 25921 25843 0 -1 64 1 1864 0 0 0 0 197 3 23 0 9 0 1554702061 888995840 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25921/tid=25928] ppid=25919 vsize=868160 CPUtime=2.43
/proc/25921/task/25928/stat : 25928 (java) S 25919 25921 25843 0 -1 64 1053 1864 0 0 42 1 197 3 16 0 9 0 1554702061 888995840 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25921/tid=25929] ppid=25919 vsize=868160 CPUtime=2
/proc/25921/task/25929/stat : 25929 (java) S 25919 25921 25843 0 -1 64 2 1864 0 0 0 0 197 3 24 0 9 0 1554702061 888995840 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25921/tid=25930] ppid=25919 vsize=868160 CPUtime=2
/proc/25921/task/25930/stat : 25930 (java) S 25919 25921 25843 0 -1 64 31 1864 0 0 0 0 197 3 15 0 9 0 1554702061 888995840 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1777.13
Current children cumulated vsize (KiB) 868160



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 26057
/proc/meminfo: memFree=1631720/2055920 swapFree=4180436/4192956
[pid=25921] ppid=25919 vsize=868160 CPUtime=1800.02
/proc/25921/stat : 25921 (java) S 25919 25921 25843 0 -1 0 48070 1864 1 0 179735 67 197 3 18 0 9 0 1554702057 888995840 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25921/statm: 217040 24976 2637 9 0 211546 0
[pid=25921/tid=25923] ppid=25919 vsize=868160 CPUtime=1799.08
/proc/25921/task/25923/stat : 25923 (java) R 25919 25921 25843 0 -1 64 31928 1864 1 0 179650 58 197 3 25 0 9 0 1554702058 888995840 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4127393063 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25921/tid=25924] ppid=25919 vsize=868160 CPUtime=2.48
/proc/25921/task/25924/stat : 25924 (java) S 25919 25921 25843 0 -1 64 14214 1864 0 0 43 5 197 3 16 0 9 0 1554702059 888995840 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25921/tid=25925] ppid=25919 vsize=868160 CPUtime=2
/proc/25921/task/25925/stat : 25925 (java) S 25919 25921 25843 0 -1 64 19 1864 0 0 0 0 197 3 15 0 9 0 1554702059 888995840 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25921/tid=25926] ppid=25919 vsize=868160 CPUtime=2
/proc/25921/task/25926/stat : 25926 (java) S 25919 25921 25843 0 -1 64 14 1864 0 0 0 0 197 3 16 0 9 0 1554702059 888995840 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25921/tid=25927] ppid=25919 vsize=868160 CPUtime=2
/proc/25921/task/25927/stat : 25927 (java) S 25919 25921 25843 0 -1 64 1 1864 0 0 0 0 197 3 23 0 9 0 1554702061 888995840 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25921/tid=25928] ppid=25919 vsize=868160 CPUtime=2.43
/proc/25921/task/25928/stat : 25928 (java) S 25919 25921 25843 0 -1 64 1053 1864 0 0 42 1 197 3 16 0 9 0 1554702061 888995840 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25921/tid=25929] ppid=25919 vsize=868160 CPUtime=2
/proc/25921/task/25929/stat : 25929 (java) S 25919 25921 25843 0 -1 64 2 1864 0 0 0 0 197 3 24 0 9 0 1554702061 888995840 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25921/tid=25930] ppid=25919 vsize=868160 CPUtime=2
/proc/25921/task/25930/stat : 25930 (java) S 25919 25921 25843 0 -1 64 31 1864 0 0 0 0 197 3 15 0 9 0 1554702061 888995840 24976 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 868160

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

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

Child status: 143
Real time (s): 1805.26
CPU time (s): 1800.09
CPU user time (s): 1799.37
CPU system time (s): 0.72289
CPU usage (%): 99.7137
Max. virtual memory (cumulated for all children) (KiB): 876316

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

runsolver used 2.53062 second user time and 5.69513 second system time

The end

Launcher Data (download as text)

Begin job on node13 at 2008-07-05 11:31:43
IDJOB=1093513
IDBENCH=58708
IDSOLVER=364
FILE ID=node13/1093513-1215250303
PBS_JOBID= 7882071
Free space on /tmp= 66492 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/socialGolfers/normalized-socialGolfer-6-3-7.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-1093513-1215250303/watcher-1093513-1215250303 -o /tmp/evaluation-result-1093513-1215250303/solver-1093513-1215250303 -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-1093513-1215250303.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b92ceefc7d6e601818a900e08c09b855
RANDOM SEED=1362923266

node13.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.238
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.238
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:       1616360 kB
Buffers:         20104 kB
Cached:         189940 kB
SwapCached:       6400 kB
Active:         339424 kB
Inactive:        46040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1616360 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:            3400 kB
Writeback:           0 kB
Mapped:         183548 kB
Slab:            37992 kB
Committed_AS:  3346948 kB
PageTables:       3284 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66516 MiB
End job on node13 at 2008-07-05 12:01:50