Trace number 277283

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, and are wall clock time (not CPU 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
AbsconMax 109 EPFCMSAT (TO) 2400.12 2413.54

General information on the benchmark

Nametaillard/
os-taillard-4/os-taillard-4-95-1.xml
MD5SUMfdfc9626f1c400939e169404bade143c
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of satisfied constraints45
Best CPU time to get the best result obtained on this benchmark2400.05
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables16
Number of constraints48
Maximum constraint arity2
Maximum domain size220
Number of constraints which are defined in extension0
Number of constraints which are defined in intension48
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.30	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.30	   configuration
0.30	     name=epfc.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/277283-1169264708/unknown.xml
0.36	   
0.36	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.40	     nbVariables=16  nbDomainTypes=16  minDomainSize=142  maxDomainSize=220
0.40	       =>  wckTime=0.097  cpuTime=0.09  mem=6M887
0.40	   
0.40	   predicates being loaded...
0.40	   
0.40	   constraints being loaded...
0.89	     nbConstraints=48  nbConvertedConstraints=48  nbConvertConstraintsChecks=1455318  nbExtensionStructures=48
0.89	     nbSharedExtensionStructures=0  nbConflictsStructures=48  nbSharedConflictsStructures=0
0.89	     nbSharedBinaryRepresentations=9075  maxDegree=6  maxArity=2
0.89	       =>  wckTime=0.592  cpuTime=0.55  mem=9M813
0.93	   
0.93	   solver LocalSearchSolver being built... 
0.97	       =>  wckTime=0.671  cpuTime=0.59  mem=5M975
0.98	
0.98	s SATISFIABLE
0.98	o 31
0.98	c 17
0.98	o 33
0.98	c 15
0.98	o 35
0.98	c 13
0.99	o 37
0.99	c 11
0.99	o 38
0.99	c 10
0.99	o 39
0.99	c 9
0.99	o 40
0.99	c 8
0.99	o 42
0.99	c 6
0.99	o 43
0.99	c 5
1.00	o 44
1.00	c 4
1.09	o 45
1.09	c 3
6.85	   
6.85	   search
6.85	     run=0  nbConstraintChecks=54499262  nbAssignments=10000
6.85	       =>  wckTime=5.877  cpuTime=5.8  mem=5M975
12.90	   
12.90	   search
12.90	     run=1  nbConstraintChecks=111107249  nbAssignments=20000
12.90	       =>  wckTime=11.928  cpuTime=11.83  mem=5M975
19.01	   
19.01	   search
19.01	     run=2  nbConstraintChecks=168011312  nbAssignments=30000
19.01	       =>  wckTime=18.039  cpuTime=17.91  mem=5M975
25.08	   
25.08	   search
25.08	     run=3  nbConstraintChecks=224672148  nbAssignments=40000
25.08	       =>  wckTime=24.11  cpuTime=23.95  mem=5M975
31.04	   
31.04	   search
31.04	     run=4  nbConstraintChecks=280535695  nbAssignments=50000
31.04	       =>  wckTime=30.067  cpuTime=29.89  mem=5M975
31.27	   
31.27	   search
31.27	     run=5  nbConstraintChecks=282666891  nbAssignments=50486
31.27	       =>  wckTime=30.3  cpuTime=30.13  mem=5M975
31.27	   
31.27	   global
31.27	     nbConstraintChecks=282666891  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
31.27	     solvingWckTime=30.296  solvingCpuTime=30.13  expiredTime=no  totalExploration=no  nbFoundSolutions=0
31.27	     globalCpuTime=30.76
31.27	       =>  wckTime=30.97  cpuTime=30.72  mem=5M975
31.27	   
31.27	   solver IterativeSystematicSolver being built... 
31.40	       =>  wckTime=31.096  cpuTime=30.81  mem=15M925
31.45	   
31.45	   preprocessing
31.45	     nbConstraintChecks=149294  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
31.45	     detectedInconsistency=no
31.45	       =>  wckTime=0.052  cpuTime=0.03  mem=15M925
31.78	   
31.78	   search
31.78	     run=0  nbConstraintChecks=3587577  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=276
31.78	     nbFailedAssignments=257  nbBacktracks=10  nbVisitedNodes=544  nbRestartNogoods=0
31.78	       =>  wckTime=0.376  cpuTime=0.35  mem=16M933
32.61	   
32.61	   search
32.61	     run=1  nbConstraintChecks=13097227  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=904
32.61	     nbFailedAssignments=863  nbBacktracks=25  nbVisitedNodes=1793  nbRestartNogoods=47
32.61	       =>  wckTime=1.212  cpuTime=1.18  mem=16M933
34.18	   
34.18	   search
34.18	     run=2  nbConstraintChecks=30528301  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1931
34.18	     nbFailedAssignments=1863  nbBacktracks=47  nbVisitedNodes=3842  nbRestartNogoods=102
34.18	       =>  wckTime=2.783  cpuTime=2.72  mem=16M933
35.28	   
35.28	   search
35.28	     run=3  nbConstraintChecks=45095288  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=3079
35.28	     nbFailedAssignments=2971  nbBacktracks=80  nbVisitedNodes=6131  nbRestartNogoods=105
35.28	       =>  wckTime=3.879  cpuTime=3.81  mem=16M933
38.69	   
38.69	   search
38.69	     run=4  nbConstraintChecks=82552785  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=5367
38.69	     nbFailedAssignments=5202  nbBacktracks=130  nbVisitedNodes=10700  nbRestartNogoods=208
38.69	       =>  wckTime=7.291  cpuTime=7.21  mem=16M933
40.87	   
40.87	   search
40.87	     run=5  nbConstraintChecks=107284953  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=6891
40.87	     nbFailedAssignments=6645  nbBacktracks=205  nbVisitedNodes=13742  nbRestartNogoods=275
40.87	       =>  wckTime=9.473  cpuTime=9.37  mem=16M933
45.14	   
45.14	   search
45.14	     run=6  nbConstraintChecks=154609812  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=9875
45.14	     nbFailedAssignments=9510  nbBacktracks=318  nbVisitedNodes=19704  nbRestartNogoods=324
45.14	       =>  wckTime=13.745  cpuTime=13.63  mem=16M933
49.09	   
49.09	   search
49.09	     run=7  nbConstraintChecks=203226220  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=13175
49.09	     nbFailedAssignments=12634  nbBacktracks=488  nbVisitedNodes=26298  nbRestartNogoods=389
49.09	       =>  wckTime=17.691  cpuTime=17.55  mem=16M933
59.73	   
59.73	   search
59.73	     run=8  nbConstraintChecks=312050389  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=20432
59.73	     nbFailedAssignments=19628  nbBacktracks=744  nbVisitedNodes=40805  nbRestartNogoods=473
59.73	       =>  wckTime=28.329  cpuTime=28.12  mem=16M933
68.44	   
68.45	   search
68.45	     run=9  nbConstraintChecks=403906279  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=25797
68.45	     nbFailedAssignments=24604  nbBacktracks=1128  nbVisitedNodes=51530  nbRestartNogoods=552
68.45	       =>  wckTime=37.046  cpuTime=36.8  mem=16M933
99.01	   
99.01	   search
99.01	     run=10  nbConstraintChecks=744139679  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=45905
99.01	     nbFailedAssignments=44129  nbBacktracks=1704  nbVisitedNodes=91738  nbRestartNogoods=610
99.01	       =>  wckTime=67.607  cpuTime=67.2  mem=16M933
145.90	   
145.90	   search
145.90	     run=11  nbConstraintChecks=1176523031  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=71005
145.90	     nbFailedAssignments=68361  nbBacktracks=2568  nbVisitedNodes=141934  nbRestartNogoods=653
145.90	       =>  wckTime=114.497  cpuTime=113.88  mem=16M933
176.45	   
176.45	   search
176.45	     run=12  nbConstraintChecks=1448106234  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=86185
176.45	     nbFailedAssignments=82238  nbBacktracks=3865  nbVisitedNodes=172165  nbRestartNogoods=743
176.45	       =>  wckTime=145.053  cpuTime=144.29  mem=16M933
195.11	   
195.11	   search
195.11	     run=13  nbConstraintChecks=1628466679  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=97354
195.11	     nbFailedAssignments=91456  nbBacktracks=5811  nbVisitedNodes=194167  nbRestartNogoods=774
195.11	       =>  wckTime=163.711  cpuTime=162.85  mem=16M933
271.58	   
271.58	   search
271.58	     run=14  nbConstraintChecks=2391528180  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=148554
271.58	     nbFailedAssignments=139730  nbBacktracks=8730  nbVisitedNodes=296380  nbRestartNogoods=897
271.58	       =>  wckTime=240.186  cpuTime=238.99  mem=16M933
290.10	   
290.10	   search
290.10	     run=15  nbConstraintChecks=2586523255  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=164944
290.10	     nbFailedAssignments=151731  nbBacktracks=13108  nbVisitedNodes=328363  nbRestartNogoods=960
290.10	       =>  wckTime=258.705  cpuTime=257.4  mem=16M933
398.56	   
398.56	   search
398.56	     run=16  nbConstraintChecks=3979374586  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=246846
398.56	     nbFailedAssignments=227056  nbBacktracks=19677  nbVisitedNodes=491651  nbRestartNogoods=1063
398.56	       =>  wckTime=367.16  cpuTime=365.36  mem=16M933
575.57	   
575.57	   search
575.57	     run=17  nbConstraintChecks=5882330902  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=381100
575.57	     nbFailedAssignments=351453  nbBacktracks=29529  nbVisitedNodes=759844  nbRestartNogoods=1118
575.57	       =>  wckTime=544.174  cpuTime=541.55  mem=16M933
779.72	   
779.72	   search
779.72	     run=18  nbConstraintChecks=7874100499  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=499458
779.72	     nbFailedAssignments=455027  nbBacktracks=44307  nbVisitedNodes=995131  nbRestartNogoods=1312
779.72	       =>  wckTime=748.321  cpuTime=744.76  mem=16M933
1329.03	   
1329.03	   search
1329.03	     run=19  nbConstraintChecks=13633057063  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=857390
1329.03	     nbFailedAssignments=790787  nbBacktracks=66475  nbVisitedNodes=1709604  nbRestartNogoods=1408
1329.03	       =>  wckTime=1297.635  cpuTime=1291.39  mem=16M933
1819.37	   
1819.37	   search
1819.37	     run=20  nbConstraintChecks=18905889657  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
1819.37	     nbAssignments=1207361  nbFailedAssignments=1107498  nbBacktracks=99727  nbVisitedNodes=2404522
1819.37	     nbRestartNogoods=1453
1819.37	       =>  wckTime=1787.971  cpuTime=1779.44  mem=16M933
2413.51	v 1 154 8 70 65 96 0 177 177 0 58 115 181 89 173 14 

Verifier Data (download as text)

3 unsatisfied constraints, 45 satisfied constraints

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node18/watcher-277283-1169264708 -o ROOT/results/node18/solver-277283-1169264708 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/277283-1169264708/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 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
Current StackSize limit: 10240 KiB

/proc/loadavg: 0.92 0.98 1.04 4/83 8757
/proc/meminfo: memFree=1298408/2055920 swapFree=4192812/4192956
[pid=8756] ppid=8753 vsize=1784 CPUtime=0
/proc/8756/stat : 8756 (java) D 8753 8756 8621 0 -1 0 165 0 0 0 0 0 0 0 19 0 1 0 274865509 1826816 136 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/8756/statm: 446 136 102 14 0 91 0

[startup+0.104969 s]
/proc/loadavg: 0.92 0.98 1.04 4/83 8757
/proc/meminfo: memFree=1298408/2055920 swapFree=4192812/4192956
[pid=8756] ppid=8753 vsize=914988 CPUtime=0.08
/proc/8756/stat : 8756 (java) R 8753 8756 8621 0 -1 0 2994 0 1 0 7 1 0 0 23 0 8 0 274865509 936947712 2740 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8756/statm: 228747 2740 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.513006 s]
/proc/loadavg: 0.92 0.98 1.04 4/83 8757
/proc/meminfo: memFree=1298408/2055920 swapFree=4192812/4192956
[pid=8756] ppid=8753 vsize=915464 CPUtime=0.49
/proc/8756/stat : 8756 (java) R 8753 8756 8621 0 -1 0 6464 0 1 0 45 4 0 0 25 0 8 0 274865509 937435136 6203 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073587552 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8756/statm: 228866 6203 2170 14 0 215336 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915464

[startup+1.33408 s]
/proc/loadavg: 0.92 0.98 1.04 3/100 8774
/proc/meminfo: memFree=1260000/2055920 swapFree=4192812/4192956
[pid=8756] ppid=8753 vsize=915464 CPUtime=1.3
/proc/8756/stat : 8756 (java) R 8753 8756 8621 0 -1 0 7467 0 1 0 124 6 0 0 25 0 8 0 274865509 937435136 7205 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8756/statm: 228866 7205 2499 14 0 215336 0
[pid=8756/tid=8761] ppid=8753 vsize=915464 CPUtime=0.02
/proc/8756/task/8761/stat : 8761 (java) S 8753 8756 8621 0 -1 64 271 0 0 0 2 0 0 0 17 0 8 0 274865513 937435136 7205 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8762] ppid=8753 vsize=915464 CPUtime=0
/proc/8756/task/8762/stat : 8762 (java) S 8753 8756 8621 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 274865514 937435136 7205 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8763] ppid=8753 vsize=915464 CPUtime=0
/proc/8756/task/8763/stat : 8763 (java) S 8753 8756 8621 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 274865514 937435136 7205 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8767] ppid=8753 vsize=915464 CPUtime=0
/proc/8756/task/8767/stat : 8767 (java) S 8753 8756 8621 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 274865517 937435136 7205 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8768] ppid=8753 vsize=915464 CPUtime=0.1
/proc/8756/task/8768/stat : 8768 (java) S 8753 8756 8621 0 -1 64 318 0 0 0 10 0 0 0 16 0 8 0 274865517 937435136 7205 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8769] ppid=8753 vsize=915464 CPUtime=0
/proc/8756/task/8769/stat : 8769 (java) S 8753 8756 8621 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 274865517 937435136 7205 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8770] ppid=8753 vsize=915464 CPUtime=0
/proc/8756/task/8770/stat : 8770 (java) S 8753 8756 8621 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 274865517 937435136 7205 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915464

[startup+2.98424 s]
/proc/loadavg: 0.92 0.98 1.04 3/100 8774
/proc/meminfo: memFree=1259936/2055920 swapFree=4192812/4192956
[pid=8756] ppid=8753 vsize=915464 CPUtime=2.94
/proc/8756/stat : 8756 (java) R 8753 8756 8621 0 -1 0 7471 0 1 0 276 18 0 0 25 0 8 0 274865509 937435136 7208 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073644223 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8756/statm: 228866 7208 2499 14 0 215336 0
[pid=8756/tid=8761] ppid=8753 vsize=915464 CPUtime=0.02
/proc/8756/task/8761/stat : 8761 (java) S 8753 8756 8621 0 -1 64 271 0 0 0 2 0 0 0 16 0 8 0 274865513 937435136 7208 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8762] ppid=8753 vsize=915464 CPUtime=0
/proc/8756/task/8762/stat : 8762 (java) S 8753 8756 8621 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 274865514 937435136 7208 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8763] ppid=8753 vsize=915464 CPUtime=0
/proc/8756/task/8763/stat : 8763 (java) S 8753 8756 8621 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 274865514 937435136 7208 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8767] ppid=8753 vsize=915468 CPUtime=0
/proc/8756/task/8767/stat : 8767 (java) S 8753 8756 8621 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 274865517 937439232 7208 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8768] ppid=8753 vsize=915464 CPUtime=0.1
/proc/8756/task/8768/stat : 8768 (java) S 8753 8756 8621 0 -1 64 321 0 0 0 10 0 0 0 16 0 8 0 274865517 937435136 7208 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8769] ppid=8753 vsize=915464 CPUtime=0
/proc/8756/task/8769/stat : 8769 (java) S 8753 8756 8621 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 274865517 937435136 7208 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8770] ppid=8753 vsize=915464 CPUtime=0
/proc/8756/task/8770/stat : 8770 (java) S 8753 8756 8621 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 274865517 937435136 7208 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915464

[startup+6.28356 s]
/proc/loadavg: 1.01 1.00 1.04 3/100 8774
/proc/meminfo: memFree=1259808/2055920 swapFree=4192812/4192956
[pid=8756] ppid=8753 vsize=915464 CPUtime=6.2
/proc/8756/stat : 8756 (java) R 8753 8756 8621 0 -1 0 7471 0 1 0 584 36 0 0 25 0 8 0 274865509 937435136 7208 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073637446 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8756/statm: 228866 7208 2499 14 0 215336 0
[pid=8756/tid=8761] ppid=8753 vsize=915464 CPUtime=0.02
/proc/8756/task/8761/stat : 8761 (java) S 8753 8756 8621 0 -1 64 271 0 0 0 2 0 0 0 16 0 8 0 274865513 937435136 7208 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8762] ppid=8753 vsize=915464 CPUtime=0
/proc/8756/task/8762/stat : 8762 (java) S 8753 8756 8621 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 274865514 937435136 7208 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8763] ppid=8753 vsize=915464 CPUtime=0
/proc/8756/task/8763/stat : 8763 (java) S 8753 8756 8621 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 274865514 937435136 7208 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8767] ppid=8753 vsize=915464 CPUtime=0
/proc/8756/task/8767/stat : 8767 (java) S 8753 8756 8621 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 274865517 937435136 7208 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8768] ppid=8753 vsize=915464 CPUtime=0.1
/proc/8756/task/8768/stat : 8768 (java) S 8753 8756 8621 0 -1 64 321 0 0 0 10 0 0 0 16 0 8 0 274865517 937435136 7208 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8769] ppid=8753 vsize=915468 CPUtime=0
/proc/8756/task/8769/stat : 8769 (java) S 8753 8756 8621 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 274865517 937439232 7208 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8770] ppid=8753 vsize=915464 CPUtime=0
/proc/8756/task/8770/stat : 8770 (java) S 8753 8756 8621 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 274865517 937435136 7208 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 915464

[startup+12.7622 s]
/proc/loadavg: 1.09 1.02 1.05 3/100 8774
/proc/meminfo: memFree=1259744/2055920 swapFree=4192812/4192956
[pid=8756] ppid=8753 vsize=915464 CPUtime=12.65
/proc/8756/stat : 8756 (java) R 8753 8756 8621 0 -1 0 7475 0 1 0 1190 75 0 0 25 0 8 0 274865509 937435136 7212 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073642375 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8756/statm: 228866 7212 2499 14 0 215336 0
[pid=8756/tid=8761] ppid=8753 vsize=915468 CPUtime=0.02
/proc/8756/task/8761/stat : 8761 (java) S 8753 8756 8621 0 -1 64 271 0 0 0 2 0 0 0 16 0 8 0 274865513 937439232 7212 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8762] ppid=8753 vsize=915464 CPUtime=0
/proc/8756/task/8762/stat : 8762 (java) S 8753 8756 8621 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 274865514 937435136 7212 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8763] ppid=8753 vsize=915464 CPUtime=0
/proc/8756/task/8763/stat : 8763 (java) S 8753 8756 8621 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 274865514 937435136 7212 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8767] ppid=8753 vsize=915464 CPUtime=0
/proc/8756/task/8767/stat : 8767 (java) S 8753 8756 8621 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 274865517 937435136 7212 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8768] ppid=8753 vsize=915464 CPUtime=0.1
/proc/8756/task/8768/stat : 8768 (java) S 8753 8756 8621 0 -1 64 325 0 0 0 10 0 0 0 17 0 8 0 274865517 937435136 7212 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8769] ppid=8753 vsize=915464 CPUtime=0
/proc/8756/task/8769/stat : 8769 (java) S 8753 8756 8621 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 274865517 937435136 7212 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8770] ppid=8753 vsize=915464 CPUtime=0
/proc/8756/task/8770/stat : 8770 (java) S 8753 8756 8621 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 274865517 937435136 7212 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 915464

[startup+25.6074 s]
/proc/loadavg: 1.29 1.06 1.06 4/100 8774
/proc/meminfo: memFree=1259808/2055920 swapFree=4192812/4192956
[pid=8756] ppid=8753 vsize=915464 CPUtime=25.44
/proc/8756/stat : 8756 (java) R 8753 8756 8621 0 -1 0 7475 0 1 0 2383 161 0 0 25 0 8 0 274865509 937435136 7212 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073637536 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8756/statm: 228866 7212 2499 14 0 215336 0
[pid=8756/tid=8761] ppid=8753 vsize=915464 CPUtime=0.02
/proc/8756/task/8761/stat : 8761 (java) S 8753 8756 8621 0 -1 64 271 0 0 0 2 0 0 0 16 0 8 0 274865513 937435136 7212 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8762] ppid=8753 vsize=915464 CPUtime=0
/proc/8756/task/8762/stat : 8762 (java) S 8753 8756 8621 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 274865514 937435136 7212 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8763] ppid=8753 vsize=915464 CPUtime=0
/proc/8756/task/8763/stat : 8763 (java) S 8753 8756 8621 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 274865514 937435136 7212 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8767] ppid=8753 vsize=915464 CPUtime=0
/proc/8756/task/8767/stat : 8767 (java) S 8753 8756 8621 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 274865517 937435136 7212 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8768] ppid=8753 vsize=915464 CPUtime=0.1
/proc/8756/task/8768/stat : 8768 (java) S 8753 8756 8621 0 -1 64 325 0 0 0 10 0 0 0 17 0 8 0 274865517 937435136 7212 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8769] ppid=8753 vsize=915464 CPUtime=0
/proc/8756/task/8769/stat : 8769 (java) S 8753 8756 8621 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 274865517 937435136 7212 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8770] ppid=8753 vsize=915464 CPUtime=0
/proc/8756/task/8770/stat : 8770 (java) S 8753 8756 8621 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 274865517 937435136 7212 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 915464

[startup+51.2179 s]
/proc/loadavg: 1.53 1.14 1.09 3/100 8774
/proc/meminfo: memFree=1247712/2055920 swapFree=4192812/4192956
[pid=8756] ppid=8753 vsize=915464 CPUtime=50.91
/proc/8756/stat : 8756 (java) R 8753 8756 8621 0 -1 0 9069 0 1 0 4892 199 0 0 25 0 8 0 274865509 937435136 8801 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073757885 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8756/statm: 228866 8801 2549 14 0 215336 0
[pid=8756/tid=8761] ppid=8753 vsize=915464 CPUtime=0.02
/proc/8756/task/8761/stat : 8761 (java) S 8753 8756 8621 0 -1 64 272 0 0 0 2 0 0 0 16 0 8 0 274865513 937435136 8801 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8762] ppid=8753 vsize=915464 CPUtime=0
/proc/8756/task/8762/stat : 8762 (java) S 8753 8756 8621 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 274865514 937435136 8801 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8763] ppid=8753 vsize=915464 CPUtime=0
/proc/8756/task/8763/stat : 8763 (java) S 8753 8756 8621 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 274865514 937435136 8801 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8767] ppid=8753 vsize=915464 CPUtime=0
/proc/8756/task/8767/stat : 8767 (java) S 8753 8756 8621 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 274865517 937435136 8801 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8768] ppid=8753 vsize=915464 CPUtime=0.19
/proc/8756/task/8768/stat : 8768 (java) S 8753 8756 8621 0 -1 64 380 0 0 0 19 0 0 0 16 0 8 0 274865517 937435136 8801 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8769] ppid=8753 vsize=915464 CPUtime=0
/proc/8756/task/8769/stat : 8769 (java) S 8753 8756 8621 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 274865517 937435136 8801 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8770] ppid=8753 vsize=915464 CPUtime=0
/proc/8756/task/8770/stat : 8770 (java) S 8753 8756 8621 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 274865517 937435136 8801 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.91
Current children cumulated vsize (KiB) 915464

[startup+102.426 s]
/proc/loadavg: 1.79 1.27 1.13 3/100 8774
/proc/meminfo: memFree=1247584/2055920 swapFree=4192812/4192956
[pid=8756] ppid=8753 vsize=915464 CPUtime=101.89
/proc/8756/stat : 8756 (java) R 8753 8756 8621 0 -1 0 9081 0 1 0 9989 200 0 0 25 0 8 0 274865509 937435136 8810 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073751412 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8756/statm: 228866 8810 2549 14 0 215336 0
[pid=8756/tid=8761] ppid=8753 vsize=915464 CPUtime=0.02
/proc/8756/task/8761/stat : 8761 (java) S 8753 8756 8621 0 -1 64 272 0 0 0 2 0 0 0 16 0 8 0 274865513 937435136 8810 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8762] ppid=8753 vsize=915464 CPUtime=0
/proc/8756/task/8762/stat : 8762 (java) S 8753 8756 8621 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 274865514 937435136 8810 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8763] ppid=8753 vsize=915464 CPUtime=0
/proc/8756/task/8763/stat : 8763 (java) S 8753 8756 8621 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 274865514 937435136 8810 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8767] ppid=8753 vsize=915464 CPUtime=0
/proc/8756/task/8767/stat : 8767 (java) S 8753 8756 8621 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 274865517 937435136 8810 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8768] ppid=8753 vsize=915464 CPUtime=0.19
/proc/8756/task/8768/stat : 8768 (java) S 8753 8756 8621 0 -1 64 382 0 0 0 19 0 0 0 17 0 8 0 274865517 937435136 8810 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8769] ppid=8753 vsize=915464 CPUtime=0
/proc/8756/task/8769/stat : 8769 (java) S 8753 8756 8621 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 274865517 937435136 8810 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8770] ppid=8753 vsize=915464 CPUtime=0
/proc/8756/task/8770/stat : 8770 (java) S 8753 8756 8621 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 274865517 937435136 8810 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.89
Current children cumulated vsize (KiB) 915464

[startup+162.47 s]
/proc/loadavg: 1.92 1.40 1.18 3/100 8774
/proc/meminfo: memFree=1247520/2055920 swapFree=4192812/4192956
[pid=8756] ppid=8753 vsize=915464 CPUtime=161.65
/proc/8756/stat : 8756 (java) R 8753 8756 8621 0 -1 0 9086 0 1 0 15965 200 0 0 25 0 8 0 274865509 937435136 8815 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073773499 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 2013.77
Current children cumulated vsize (KiB) 915464

[startup+2084 s]
/proc/loadavg: 2.00 2.00 1.87 3/100 8972
/proc/meminfo: memFree=1247208/2055920 swapFree=4192812/4192956
[pid=8756] ppid=8753 vsize=915464 CPUtime=2073.27
/proc/8756/stat : 8756 (java) R 8753 8756 8621 0 -1 0 9117 0 1 0 207116 211 0 0 25 0 8 0 274865509 937435136 8844 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073830541 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8756/statm: 228866 8844 2549 14 0 215336 0
[pid=8756/tid=8761] ppid=8753 vsize=915464 CPUtime=0.02
/proc/8756/task/8761/stat : 8761 (java) S 8753 8756 8621 0 -1 64 272 0 0 0 2 0 0 0 16 0 8 0 274865513 937435136 8844 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8762] ppid=8753 vsize=915464 CPUtime=0
/proc/8756/task/8762/stat : 8762 (java) S 8753 8756 8621 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 274865514 937435136 8844 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8763] ppid=8753 vsize=915464 CPUtime=0
/proc/8756/task/8763/stat : 8763 (java) S 8753 8756 8621 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 274865514 937435136 8844 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8767] ppid=8753 vsize=915464 CPUtime=0
/proc/8756/task/8767/stat : 8767 (java) S 8753 8756 8621 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 274865517 937435136 8844 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8768] ppid=8753 vsize=915464 CPUtime=0.2
/proc/8756/task/8768/stat : 8768 (java) S 8753 8756 8621 0 -1 64 384 0 0 0 20 0 0 0 16 0 8 0 274865517 937435136 8844 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8769] ppid=8753 vsize=915464 CPUtime=0
/proc/8756/task/8769/stat : 8769 (java) S 8753 8756 8621 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 274865517 937435136 8844 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8770] ppid=8753 vsize=915464 CPUtime=0
/proc/8756/task/8770/stat : 8770 (java) S 8753 8756 8621 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 274865517 937435136 8844 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2073.27
Current children cumulated vsize (KiB) 915464

[startup+2144.02 s]
/proc/loadavg: 2.07 2.02 1.88 3/100 8972
/proc/meminfo: memFree=1247144/2055920 swapFree=4192812/4192956
[pid=8756] ppid=8753 vsize=915464 CPUtime=2132.81
/proc/8756/stat : 8756 (java) R 8753 8756 8621 0 -1 0 9117 0 1 0 213070 211 0 0 25 0 8 0 274865509 937435136 8844 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073751362 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8756/statm: 228866 8844 2549 14 0 215336 0
[pid=8756/tid=8761] ppid=8753 vsize=915464 CPUtime=0.02
/proc/8756/task/8761/stat : 8761 (java) S 8753 8756 8621 0 -1 64 272 0 0 0 2 0 0 0 16 0 8 0 274865513 937435136 8844 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8762] ppid=8753 vsize=915464 CPUtime=0
/proc/8756/task/8762/stat : 8762 (java) S 8753 8756 8621 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 274865514 937435136 8844 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8763] ppid=8753 vsize=915464 CPUtime=0
/proc/8756/task/8763/stat : 8763 (java) S 8753 8756 8621 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 274865514 937435136 8844 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8767] ppid=8753 vsize=915464 CPUtime=0
/proc/8756/task/8767/stat : 8767 (java) S 8753 8756 8621 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 274865517 937435136 8844 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8768] ppid=8753 vsize=915464 CPUtime=0.2
/proc/8756/task/8768/stat : 8768 (java) S 8753 8756 8621 0 -1 64 384 0 0 0 20 0 0 0 16 0 8 0 274865517 937435136 8844 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8769] ppid=8753 vsize=915464 CPUtime=0
/proc/8756/task/8769/stat : 8769 (java) S 8753 8756 8621 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 274865517 937435136 8844 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8770] ppid=8753 vsize=915464 CPUtime=0
/proc/8756/task/8770/stat : 8770 (java) S 8753 8756 8621 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 274865517 937435136 8844 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2132.81
Current children cumulated vsize (KiB) 915464

[startup+2204.04 s]
/proc/loadavg: 2.02 2.01 1.89 3/100 8974
/proc/meminfo: memFree=1247208/2055920 swapFree=4192812/4192956
[pid=8756] ppid=8753 vsize=915464 CPUtime=2192.35
/proc/8756/stat : 8756 (java) R 8753 8756 8621 0 -1 0 9117 0 1 0 219024 211 0 0 25 0 8 0 274865509 937435136 8844 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073635831 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8756/statm: 228866 8844 2549 14 0 215336 0
[pid=8756/tid=8761] ppid=8753 vsize=915464 CPUtime=0.02
/proc/8756/task/8761/stat : 8761 (java) S 8753 8756 8621 0 -1 64 272 0 0 0 2 0 0 0 16 0 8 0 274865513 937435136 8844 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8762] ppid=8753 vsize=915464 CPUtime=0
/proc/8756/task/8762/stat : 8762 (java) S 8753 8756 8621 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 274865514 937435136 8844 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8763] ppid=8753 vsize=915464 CPUtime=0
/proc/8756/task/8763/stat : 8763 (java) S 8753 8756 8621 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 274865514 937435136 8844 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8767] ppid=8753 vsize=915464 CPUtime=0
/proc/8756/task/8767/stat : 8767 (java) S 8753 8756 8621 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 274865517 937435136 8844 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8768] ppid=8753 vsize=915464 CPUtime=0.2
/proc/8756/task/8768/stat : 8768 (java) S 8753 8756 8621 0 -1 64 384 0 0 0 20 0 0 0 16 0 8 0 274865517 937435136 8844 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8769] ppid=8753 vsize=915464 CPUtime=0
/proc/8756/task/8769/stat : 8769 (java) S 8753 8756 8621 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 274865517 937435136 8844 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8770] ppid=8753 vsize=915464 CPUtime=0
/proc/8756/task/8770/stat : 8770 (java) S 8753 8756 8621 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 274865517 937435136 8844 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2192.35
Current children cumulated vsize (KiB) 915464

[startup+2264.06 s]
/proc/loadavg: 2.01 2.00 1.89 3/100 8974
/proc/meminfo: memFree=1247144/2055920 swapFree=4192812/4192956
[pid=8756] ppid=8753 vsize=915464 CPUtime=2251.85
/proc/8756/stat : 8756 (java) R 8753 8756 8621 0 -1 0 9117 0 1 0 224974 211 0 0 25 0 8 0 274865509 937435136 8844 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073752429 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8756/statm: 228866 8844 2549 14 0 215336 0
[pid=8756/tid=8761] ppid=8753 vsize=915464 CPUtime=0.02
/proc/8756/task/8761/stat : 8761 (java) S 8753 8756 8621 0 -1 64 272 0 0 0 2 0 0 0 16 0 8 0 274865513 937435136 8844 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8762] ppid=8753 vsize=915464 CPUtime=0
/proc/8756/task/8762/stat : 8762 (java) S 8753 8756 8621 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 274865514 937435136 8844 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8763] ppid=8753 vsize=915464 CPUtime=0
/proc/8756/task/8763/stat : 8763 (java) S 8753 8756 8621 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 274865514 937435136 8844 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8767] ppid=8753 vsize=915464 CPUtime=0
/proc/8756/task/8767/stat : 8767 (java) S 8753 8756 8621 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 274865517 937435136 8844 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8768] ppid=8753 vsize=915464 CPUtime=0.2
/proc/8756/task/8768/stat : 8768 (java) S 8753 8756 8621 0 -1 64 384 0 0 0 20 0 0 0 16 0 8 0 274865517 937435136 8844 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8769] ppid=8753 vsize=915464 CPUtime=0
/proc/8756/task/8769/stat : 8769 (java) S 8753 8756 8621 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 274865517 937435136 8844 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8770] ppid=8753 vsize=915464 CPUtime=0
/proc/8756/task/8770/stat : 8770 (java) S 8753 8756 8621 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 274865517 937435136 8844 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2251.85
Current children cumulated vsize (KiB) 915464

[startup+2324.08 s]
/proc/loadavg: 2.00 2.00 1.90 3/100 8974
/proc/meminfo: memFree=1247144/2055920 swapFree=4192812/4192956
[pid=8756] ppid=8753 vsize=915464 CPUtime=2311.39
/proc/8756/stat : 8756 (java) R 8753 8756 8621 0 -1 0 9117 0 1 0 230928 211 0 0 25 0 8 0 274865509 937435136 8844 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073636006 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8756/statm: 228866 8844 2549 14 0 215336 0
[pid=8756/tid=8761] ppid=8753 vsize=915464 CPUtime=0.02
/proc/8756/task/8761/stat : 8761 (java) S 8753 8756 8621 0 -1 64 272 0 0 0 2 0 0 0 16 0 8 0 274865513 937435136 8844 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8762] ppid=8753 vsize=915464 CPUtime=0
/proc/8756/task/8762/stat : 8762 (java) S 8753 8756 8621 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 274865514 937435136 8844 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8763] ppid=8753 vsize=915464 CPUtime=0
/proc/8756/task/8763/stat : 8763 (java) S 8753 8756 8621 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 274865514 937435136 8844 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8767] ppid=8753 vsize=915464 CPUtime=0
/proc/8756/task/8767/stat : 8767 (java) S 8753 8756 8621 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 274865517 937435136 8844 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8768] ppid=8753 vsize=915464 CPUtime=0.2
/proc/8756/task/8768/stat : 8768 (java) S 8753 8756 8621 0 -1 64 384 0 0 0 20 0 0 0 16 0 8 0 274865517 937435136 8844 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8769] ppid=8753 vsize=915464 CPUtime=0
/proc/8756/task/8769/stat : 8769 (java) S 8753 8756 8621 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 274865517 937435136 8844 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8770] ppid=8753 vsize=915464 CPUtime=0
/proc/8756/task/8770/stat : 8770 (java) S 8753 8756 8621 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 274865517 937435136 8844 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2311.39
Current children cumulated vsize (KiB) 915464

[startup+2384.11 s]
/proc/loadavg: 2.00 2.00 1.91 3/100 8974
/proc/meminfo: memFree=1247144/2055920 swapFree=4192812/4192956
[pid=8756] ppid=8753 vsize=915464 CPUtime=2370.95
/proc/8756/stat : 8756 (java) R 8753 8756 8621 0 -1 0 9117 0 1 0 236883 212 0 0 25 0 8 0 274865509 937435136 8844 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073752393 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8756/statm: 228866 8844 2549 14 0 215336 0
[pid=8756/tid=8761] ppid=8753 vsize=915464 CPUtime=0.02
/proc/8756/task/8761/stat : 8761 (java) S 8753 8756 8621 0 -1 64 272 0 0 0 2 0 0 0 16 0 8 0 274865513 937435136 8844 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8762] ppid=8753 vsize=915464 CPUtime=0
/proc/8756/task/8762/stat : 8762 (java) S 8753 8756 8621 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 274865514 937435136 8844 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8763] ppid=8753 vsize=915464 CPUtime=0
/proc/8756/task/8763/stat : 8763 (java) S 8753 8756 8621 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 274865514 937435136 8844 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8767] ppid=8753 vsize=915464 CPUtime=0
/proc/8756/task/8767/stat : 8767 (java) S 8753 8756 8621 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 274865517 937435136 8844 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8768] ppid=8753 vsize=915464 CPUtime=0.2
/proc/8756/task/8768/stat : 8768 (java) S 8753 8756 8621 0 -1 64 384 0 0 0 20 0 0 0 16 0 8 0 274865517 937435136 8844 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8769] ppid=8753 vsize=915464 CPUtime=0
/proc/8756/task/8769/stat : 8769 (java) S 8753 8756 8621 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 274865517 937435136 8844 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8770] ppid=8753 vsize=915464 CPUtime=0
/proc/8756/task/8770/stat : 8770 (java) S 8753 8756 8621 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 274865517 937435136 8844 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2370.95
Current children cumulated vsize (KiB) 915464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2413.5 s]
/proc/loadavg: 2.00 2.00 1.91 3/101 9048
/proc/meminfo: memFree=1260576/2055920 swapFree=4192812/4192956
[pid=8756] ppid=8753 vsize=915464 CPUtime=2400.08
/proc/8756/stat : 8756 (java) R 8753 8756 8621 0 -1 0 9117 0 1 0 239796 212 0 0 25 0 8 0 274865509 937435136 8844 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073757885 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8756/statm: 228866 8844 2549 14 0 215336 0
[pid=8756/tid=8761] ppid=8753 vsize=915464 CPUtime=0.02
/proc/8756/task/8761/stat : 8761 (java) S 8753 8756 8621 0 -1 64 272 0 0 0 2 0 0 0 16 0 8 0 274865513 937435136 8844 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8762] ppid=8753 vsize=915464 CPUtime=0
/proc/8756/task/8762/stat : 8762 (java) S 8753 8756 8621 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 274865514 937435136 8844 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8763] ppid=8753 vsize=915464 CPUtime=0
/proc/8756/task/8763/stat : 8763 (java) S 8753 8756 8621 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 274865514 937435136 8844 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8767] ppid=8753 vsize=915464 CPUtime=0
/proc/8756/task/8767/stat : 8767 (java) S 8753 8756 8621 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 274865517 937435136 8844 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8768] ppid=8753 vsize=915464 CPUtime=0.2
/proc/8756/task/8768/stat : 8768 (java) S 8753 8756 8621 0 -1 64 384 0 0 0 20 0 0 0 16 0 8 0 274865517 937435136 8844 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8769] ppid=8753 vsize=915464 CPUtime=0
/proc/8756/task/8769/stat : 8769 (java) S 8753 8756 8621 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 274865517 937435136 8844 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8756/tid=8770] ppid=8753 vsize=915464 CPUtime=0
/proc/8756/task/8770/stat : 8770 (java) S 8753 8756 8621 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 274865517 937435136 8844 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2400.08
Current children cumulated vsize (KiB) 915464

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

Child status: 143
Real time (s): 2413.54
CPU time (s): 2400.12
CPU user time (s): 2397.99
CPU system time (s): 2.13468
CPU usage (%): 99.4441
Max. virtual memory (cumulated for all children) (KiB): 915468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.99
system time used= 2.13468
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9142
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= 49954
involuntary context switches= 113622

runsolver used 2.6406 s user time and 7.59485 s system time

The end

Launcher Data (download as text)

Begin job on node18 on Sat Jan 20 03:45:08 UTC 2007


IDJOB= 277283
IDBENCH= 6549
IDSOLVER= 68
FILE ID= node18/277283-1169264708

PBS_JOBID= 3607294

Free space on /tmp= 66561 MiB

SOLVER NAME= AbsconMax 109 EPFC
BENCH NAME= HOME/pub/bench/CPAI06/taillard/os-taillard-4/os-taillard-4-95-1.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/277283-1169264708/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node18/watcher-277283-1169264708 -o ROOT/results/node18/solver-277283-1169264708 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/277283-1169264708/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  fdfc9626f1c400939e169404bade143c

RANDOM SEED= 976912427

TIME LIMIT= 2400 seconds

MEMORY LIMIT= 900 MiB


/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.231
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.231
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:       1299152 kB
Buffers:         52532 kB
Cached:         564704 kB
SwapCached:          0 kB
Active:         250268 kB
Inactive:       427168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1299152 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3596 kB
Writeback:           0 kB
Mapped:          79204 kB
Slab:            64556 kB
Committed_AS:  8273704 kB
PageTables:       1944 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= 66563 MiB



End job on node18 on Sat Jan 20 04:25:22 UTC 2007