Trace number 277281

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 PFCMSAT (TO) 2400.11 2410.34

General information on the benchmark

Nametaillard/
os-taillard-4/os-taillard-4-95-4.xml
MD5SUM47e575d2887d6b0f285692c2f4055baa
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of satisfied constraints46
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 size255
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.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=pfc.xml
0.36	   
0.36	   instance
0.36	     name=/tmp/evaluation/277281-1169264666/unknown.xml
0.39	   
0.39	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.43	     nbVariables=16  nbDomainTypes=16  minDomainSize=187  maxDomainSize=255
0.43	       =>  wckTime=0.105  cpuTime=0.09  mem=6M910
0.43	   
0.43	   predicates being loaded...
0.43	   
0.43	   constraints being loaded...
1.20	     nbConstraints=48  nbConvertedConstraints=48  nbConvertConstraintsChecks=2234052  nbExtensionStructures=48
1.20	     nbSharedExtensionStructures=0  nbConflictsStructures=48  nbSharedConflictsStructures=0
1.20	     nbSharedBinaryRepresentations=10885  maxDegree=6  maxArity=2
1.20	       =>  wckTime=0.871  cpuTime=0.82  mem=9M835
1.24	   
1.24	   solver LocalSearchSolver being built... 
1.28	       =>  wckTime=0.956  cpuTime=0.86  mem=6M152
1.29	
1.29	s SATISFIABLE
1.29	o 26
1.29	c 22
1.29	o 29
1.29	c 19
1.29	o 31
1.29	c 17
1.30	o 34
1.30	c 14
1.30	o 36
1.30	c 12
1.30	o 38
1.30	c 10
1.30	o 39
1.30	c 9
1.30	o 41
1.30	c 7
1.30	o 42
1.30	c 6
1.30	o 43
1.30	c 5
1.30	o 44
1.30	c 4
1.37	o 45
1.37	c 3
1.38	o 46
1.38	c 2
8.97	   
8.97	   search
8.97	     run=0  nbConstraintChecks=66332266  nbAssignments=10000
8.97	       =>  wckTime=7.694  cpuTime=7.62  mem=6M152
17.35	   
17.35	   search
17.35	     run=1  nbConstraintChecks=141238463  nbAssignments=20000
17.35	       =>  wckTime=16.07  cpuTime=15.91  mem=6M152
25.33	   
25.33	   search
25.33	     run=2  nbConstraintChecks=211934973  nbAssignments=30000
25.33	       =>  wckTime=24.054  cpuTime=23.82  mem=6M152
31.66	   
31.67	   search
31.67	     run=3  nbConstraintChecks=267867466  nbAssignments=38765
31.67	       =>  wckTime=30.384  cpuTime=30.1  mem=6M152
31.67	   
31.67	   global
31.67	     nbConstraintChecks=267867466  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
31.67	     solvingWckTime=30.387  solvingCpuTime=30.1  expiredTime=no  totalExploration=no  nbFoundSolutions=0
31.67	     globalCpuTime=31.0
31.67	       =>  wckTime=31.346  cpuTime=30.96  mem=6M152
31.67	   
31.67	   solver IterativeSystematicSolver being built... 
31.81	       =>  wckTime=31.484  cpuTime=31.07  mem=16M60
31.82	   
31.82	   preprocessing
31.82	     nbConstraintChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
31.82	     detectedInconsistency=no
31.82	       =>  wckTime=0.0060  cpuTime=0.0  mem=16M60
32.52	   
32.52	   search
32.52	     run=0  nbConstraintChecks=9044080  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=625
32.52	     nbFailedAssignments=608  nbBacktracks=10  nbVisitedNodes=1244  nbRestartNogoods=0
32.52	       =>  wckTime=0.704  cpuTime=0.67  mem=17M68
33.17	   
33.17	   search
33.17	     run=1  nbConstraintChecks=18003633  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1231
33.17	     nbFailedAssignments=1192  nbBacktracks=25  nbVisitedNodes=2449  nbRestartNogoods=69
33.17	       =>  wckTime=1.36  cpuTime=1.3  mem=17M68
33.23	   
33.23	   search
33.23	     run=2  nbConstraintChecks=18683388  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1294
33.23	     nbFailedAssignments=1225  nbBacktracks=47  nbVisitedNodes=2567  nbRestartNogoods=84
33.23	       =>  wckTime=1.417  cpuTime=1.36  mem=17M68
33.34	   
33.34	   search
33.34	     run=3  nbConstraintChecks=20159025  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1422
33.34	     nbFailedAssignments=1312  nbBacktracks=80  nbVisitedNodes=2815  nbRestartNogoods=117
33.34	       =>  wckTime=1.525  cpuTime=1.46  mem=17M68
35.11	   
35.11	   search
35.11	     run=4  nbConstraintChecks=46693147  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=3299
35.11	     nbFailedAssignments=3132  nbBacktracks=130  nbVisitedNodes=6562  nbRestartNogoods=125
35.11	       =>  wckTime=3.302  cpuTime=3.2  mem=17M68
37.16	   
37.16	   search
37.16	     run=5  nbConstraintChecks=75283311  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=5088
37.16	     nbFailedAssignments=4839  nbBacktracks=205  nbVisitedNodes=10133  nbRestartNogoods=133
37.16	       =>  wckTime=5.35  cpuTime=5.23  mem=17M68
40.01	   
40.01	   search
40.01	     run=6  nbConstraintChecks=118189982  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=8000
40.01	     nbFailedAssignments=7631  nbBacktracks=318  nbVisitedNodes=15950  nbRestartNogoods=177
40.01	       =>  wckTime=8.2  cpuTime=8.05  mem=17M68
40.59	   
40.59	   search
40.59	     run=7  nbConstraintChecks=125482285  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=8922
40.59	     nbFailedAssignments=8375  nbBacktracks=488  nbVisitedNodes=17786  nbRestartNogoods=192
40.59	       =>  wckTime=8.778  cpuTime=8.63  mem=17M68
48.98	   
48.98	   search
48.98	     run=8  nbConstraintChecks=241823102  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=15383
48.98	     nbFailedAssignments=14573  nbBacktracks=744  nbVisitedNodes=30701  nbRestartNogoods=211
48.98	       =>  wckTime=17.168  cpuTime=16.93  mem=17M68
52.02	   
52.02	   search
52.02	     run=9  nbConstraintChecks=283165318  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=18860
52.02	     nbFailedAssignments=17658  nbBacktracks=1128  nbVisitedNodes=37647  nbRestartNogoods=335
52.02	       =>  wckTime=20.214  cpuTime=19.96  mem=17M68
58.31	   
58.31	   search
58.31	     run=10  nbConstraintChecks=372313188  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=24223
58.31	     nbFailedAssignments=22438  nbBacktracks=1704  nbVisitedNodes=48366  nbRestartNogoods=427
58.31	       =>  wckTime=26.497  cpuTime=26.18  mem=17M68
99.86	   
99.86	   search
99.86	     run=11  nbConstraintChecks=872387617  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=48946
99.86	     nbFailedAssignments=46292  nbBacktracks=2568  nbVisitedNodes=97807  nbRestartNogoods=597
99.86	       =>  wckTime=68.052  cpuTime=67.35  mem=17M68
133.17	   
133.17	   search
133.17	     run=12  nbConstraintChecks=1195917216  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=66468
133.17	     nbFailedAssignments=62514  nbBacktracks=3865  nbVisitedNodes=132823  nbRestartNogoods=631
133.17	       =>  wckTime=101.363  cpuTime=100.36  mem=17M68
247.57	   
247.57	   search
247.57	     run=13  nbConstraintChecks=2526248177  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=118610
247.57	     nbFailedAssignments=112705  nbBacktracks=5811  nbVisitedNodes=236921  nbRestartNogoods=675
247.57	       =>  wckTime=215.764  cpuTime=213.72  mem=17M68
336.14	   
336.14	   search
336.14	     run=14  nbConstraintChecks=3327096234  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=155941
336.14	     nbFailedAssignments=147112  nbBacktracks=8730  nbVisitedNodes=311498  nbRestartNogoods=694
336.14	       =>  wckTime=304.327  cpuTime=301.47  mem=17M68
527.75	   
527.75	   search
527.75	     run=15  nbConstraintChecks=5278228342  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=245768
527.75	     nbFailedAssignments=232557  nbBacktracks=13108  nbVisitedNodes=490400  nbRestartNogoods=724
527.75	       =>  wckTime=495.941  cpuTime=491.33  mem=17M68
692.56	   
692.56	   search
692.56	     run=16  nbConstraintChecks=7000636181  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=319724
692.56	     nbFailedAssignments=299941  nbBacktracks=19676  nbVisitedNodes=638117  nbRestartNogoods=807
692.56	       =>  wckTime=660.751  cpuTime=654.64  mem=17M68
955.77	   
955.77	   search
955.77	     run=17  nbConstraintChecks=9266443797  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=447996
955.77	     nbFailedAssignments=418357  nbBacktracks=29529  nbVisitedNodes=894325  nbRestartNogoods=866
955.77	       =>  wckTime=923.959  cpuTime=916.22  mem=17M68
1326.28	   
1326.28	   search
1326.28	     run=18  nbConstraintChecks=13608346135  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=647623
1326.28	     nbFailedAssignments=603201  nbBacktracks=44307  nbVisitedNodes=1292786  nbRestartNogoods=1005
1326.28	       =>  wckTime=1294.472  cpuTime=1286.59  mem=17M68
1805.54	   
1805.54	   search
1805.54	     run=19  nbConstraintChecks=18852272332  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=888842
1805.54	     nbFailedAssignments=822246  nbBacktracks=66475  nbVisitedNodes=1775005  nbRestartNogoods=1196
1805.54	       =>  wckTime=1773.732  cpuTime=1765.37  mem=17M68
2410.31	v 2 230 94 164 97 0 184 158 239 0 190 94 187 104 191 16 

Verifier Data (download as text)

2 unsatisfied constraints, 46 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/node7/watcher-277281-1169264666 -o ROOT/results/node7/solver-277281-1169264666 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/277281-1169264666/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: 2.05 2.05 2.00 4/94 18892
/proc/meminfo: memFree=1329560/2055920 swapFree=4192812/4192956
[pid=18891] ppid=18889 vsize=18540 CPUtime=0
/proc/18891/stat : 18891 (runsolver) R 18889 18891 17605 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 274862057 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 244671114535 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/18891/statm: 4635 279 244 17 0 2626 0

[startup+0.107897 s]
/proc/loadavg: 2.05 2.05 2.00 4/94 18892
/proc/meminfo: memFree=1329560/2055920 swapFree=4192812/4192956
[pid=18891] ppid=18889 vsize=913236 CPUtime=0.08
/proc/18891/stat : 18891 (java) R 18889 18891 17605 0 -1 0 2921 0 1 0 7 1 0 0 19 0 8 0 274862057 935153664 2667 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072934143 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18891/statm: 228309 2667 1397 14 0 215208 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 913236

[startup+0.515937 s]
/proc/loadavg: 2.05 2.05 2.00 4/94 18892
/proc/meminfo: memFree=1329560/2055920 swapFree=4192812/4192956
[pid=18891] ppid=18889 vsize=915464 CPUtime=0.49
/proc/18891/stat : 18891 (java) R 18889 18891 17605 0 -1 0 6432 0 1 0 44 5 0 0 18 0 8 0 274862057 937435136 6171 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072942728 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18891/statm: 228866 6171 2167 14 0 215336 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915464

[startup+1.34002 s]
/proc/loadavg: 2.05 2.05 2.00 3/101 18899
/proc/meminfo: memFree=1311456/2055920 swapFree=4192812/4192956
[pid=18891] ppid=18889 vsize=915464 CPUtime=1.3
/proc/18891/stat : 18891 (java) R 18889 18891 17605 0 -1 0 7599 0 1 0 124 6 0 0 25 0 8 0 274862057 937435136 7336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073638067 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18891/statm: 228866 7336 2496 14 0 215336 0
[pid=18891/tid=18893] ppid=18889 vsize=915464 CPUtime=0.02
/proc/18891/task/18893/stat : 18893 (java) S 18889 18891 17605 0 -1 64 313 0 0 0 2 0 0 0 16 0 8 0 274862062 937435136 7336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18894] ppid=18889 vsize=915464 CPUtime=0
/proc/18891/task/18894/stat : 18894 (java) S 18889 18891 17605 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 274862062 937435136 7336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18895] ppid=18889 vsize=915464 CPUtime=0
/proc/18891/task/18895/stat : 18895 (java) S 18889 18891 17605 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 274862062 937435136 7336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18896] ppid=18889 vsize=915464 CPUtime=0
/proc/18891/task/18896/stat : 18896 (java) S 18889 18891 17605 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 274862066 937435136 7336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18897] ppid=18889 vsize=915464 CPUtime=0.1
/proc/18891/task/18897/stat : 18897 (java) S 18889 18891 17605 0 -1 64 317 0 0 0 10 0 0 0 16 0 8 0 274862066 937435136 7336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18898] ppid=18889 vsize=915464 CPUtime=0
/proc/18891/task/18898/stat : 18898 (java) S 18889 18891 17605 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 274862066 937435136 7336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18899] ppid=18889 vsize=915464 CPUtime=0
/proc/18891/task/18899/stat : 18899 (java) S 18889 18891 17605 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 274862066 937435136 7336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915464

[startup+2.98719 s]
/proc/loadavg: 2.04 2.05 2.00 3/101 18899
/proc/meminfo: memFree=1309792/2055920 swapFree=4192812/4192956
[pid=18891] ppid=18889 vsize=915464 CPUtime=2.94
/proc/18891/stat : 18891 (java) R 18889 18891 17605 0 -1 0 7608 0 1 0 278 16 0 0 25 0 8 0 274862057 937435136 7344 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073637990 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18891/statm: 228866 7344 2496 14 0 215336 0
[pid=18891/tid=18893] ppid=18889 vsize=915464 CPUtime=0.02
/proc/18891/task/18893/stat : 18893 (java) S 18889 18891 17605 0 -1 64 313 0 0 0 2 0 0 0 16 0 8 0 274862062 937435136 7344 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18894] ppid=18889 vsize=915464 CPUtime=0
/proc/18891/task/18894/stat : 18894 (java) S 18889 18891 17605 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 274862062 937435136 7344 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18895] ppid=18889 vsize=915464 CPUtime=0
/proc/18891/task/18895/stat : 18895 (java) S 18889 18891 17605 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 274862062 937435136 7344 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18896] ppid=18889 vsize=915464 CPUtime=0
/proc/18891/task/18896/stat : 18896 (java) S 18889 18891 17605 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 274862066 937435136 7344 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18897] ppid=18889 vsize=915464 CPUtime=0.11
/proc/18891/task/18897/stat : 18897 (java) S 18889 18891 17605 0 -1 64 325 0 0 0 11 0 0 0 15 0 8 0 274862066 937435136 7344 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18898] ppid=18889 vsize=915464 CPUtime=0
/proc/18891/task/18898/stat : 18898 (java) S 18889 18891 17605 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 274862066 937435136 7344 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18899] ppid=18889 vsize=915464 CPUtime=0
/proc/18891/task/18899/stat : 18899 (java) S 18889 18891 17605 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 274862066 937435136 7344 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915464

[startup+6.26654 s]
/proc/loadavg: 2.04 2.05 2.00 3/101 18899
/proc/meminfo: memFree=1309792/2055920 swapFree=4192812/4192956
[pid=18891] ppid=18889 vsize=915464 CPUtime=6.18
/proc/18891/stat : 18891 (java) R 18889 18891 17605 0 -1 0 7608 0 1 0 584 34 0 0 25 0 8 0 274862057 937435136 7344 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073638077 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18891/statm: 228866 7344 2496 14 0 215336 0
[pid=18891/tid=18893] ppid=18889 vsize=915464 CPUtime=0.02
/proc/18891/task/18893/stat : 18893 (java) S 18889 18891 17605 0 -1 64 313 0 0 0 2 0 0 0 16 0 8 0 274862062 937435136 7344 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18894] ppid=18889 vsize=915464 CPUtime=0
/proc/18891/task/18894/stat : 18894 (java) S 18889 18891 17605 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 274862062 937435136 7344 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18895] ppid=18889 vsize=915464 CPUtime=0
/proc/18891/task/18895/stat : 18895 (java) S 18889 18891 17605 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 274862062 937435136 7344 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18896] ppid=18889 vsize=915464 CPUtime=0
/proc/18891/task/18896/stat : 18896 (java) S 18889 18891 17605 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 274862066 937435136 7344 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18897] ppid=18889 vsize=915464 CPUtime=0.11
/proc/18891/task/18897/stat : 18897 (java) S 18889 18891 17605 0 -1 64 325 0 0 0 11 0 0 0 15 0 8 0 274862066 937435136 7344 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18898] ppid=18889 vsize=915464 CPUtime=0
/proc/18891/task/18898/stat : 18898 (java) S 18889 18891 17605 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 274862066 937435136 7344 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18899] ppid=18889 vsize=915464 CPUtime=0
/proc/18891/task/18899/stat : 18899 (java) S 18889 18891 17605 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 274862066 937435136 7344 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 915464

[startup+12.7542 s]
/proc/loadavg: 2.04 2.04 2.00 3/101 18899
/proc/meminfo: memFree=1309792/2055920 swapFree=4192812/4192956
[pid=18891] ppid=18889 vsize=915464 CPUtime=12.61
/proc/18891/stat : 18891 (java) R 18889 18891 17605 0 -1 0 7610 0 1 0 1196 65 0 0 25 0 8 0 274862057 937435136 7346 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073642877 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18891/statm: 228866 7346 2496 14 0 215336 0
[pid=18891/tid=18893] ppid=18889 vsize=915464 CPUtime=0.02
/proc/18891/task/18893/stat : 18893 (java) S 18889 18891 17605 0 -1 64 313 0 0 0 2 0 0 0 16 0 8 0 274862062 937435136 7346 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18894] ppid=18889 vsize=915464 CPUtime=0
/proc/18891/task/18894/stat : 18894 (java) S 18889 18891 17605 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 274862062 937435136 7346 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18895] ppid=18889 vsize=915464 CPUtime=0
/proc/18891/task/18895/stat : 18895 (java) S 18889 18891 17605 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 274862062 937435136 7346 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18896] ppid=18889 vsize=915464 CPUtime=0
/proc/18891/task/18896/stat : 18896 (java) S 18889 18891 17605 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 274862066 937435136 7346 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18897] ppid=18889 vsize=915464 CPUtime=0.11
/proc/18891/task/18897/stat : 18897 (java) S 18889 18891 17605 0 -1 64 327 0 0 0 11 0 0 0 16 0 8 0 274862066 937435136 7346 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18898] ppid=18889 vsize=915464 CPUtime=0
/proc/18891/task/18898/stat : 18898 (java) S 18889 18891 17605 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 274862066 937435136 7346 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18899] ppid=18889 vsize=915464 CPUtime=0
/proc/18891/task/18899/stat : 18899 (java) S 18889 18891 17605 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 274862066 937435136 7346 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 915464

[startup+25.5996 s]
/proc/loadavg: 2.03 2.04 2.00 3/101 18899
/proc/meminfo: memFree=1309792/2055920 swapFree=4192812/4192956
[pid=18891] ppid=18889 vsize=915464 CPUtime=25.34
/proc/18891/stat : 18891 (java) R 18889 18891 17605 0 -1 0 7610 0 1 0 2410 124 0 0 25 0 8 0 274862057 937435136 7346 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073644138 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18891/statm: 228866 7346 2496 14 0 215336 0
[pid=18891/tid=18893] ppid=18889 vsize=915464 CPUtime=0.02
/proc/18891/task/18893/stat : 18893 (java) S 18889 18891 17605 0 -1 64 313 0 0 0 2 0 0 0 16 0 8 0 274862062 937435136 7346 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18894] ppid=18889 vsize=915464 CPUtime=0
/proc/18891/task/18894/stat : 18894 (java) S 18889 18891 17605 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 274862062 937435136 7346 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18895] ppid=18889 vsize=915464 CPUtime=0
/proc/18891/task/18895/stat : 18895 (java) S 18889 18891 17605 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 274862062 937435136 7346 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18896] ppid=18889 vsize=915464 CPUtime=0
/proc/18891/task/18896/stat : 18896 (java) S 18889 18891 17605 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 274862066 937435136 7346 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18897] ppid=18889 vsize=915464 CPUtime=0.11
/proc/18891/task/18897/stat : 18897 (java) S 18889 18891 17605 0 -1 64 327 0 0 0 11 0 0 0 16 0 8 0 274862066 937435136 7346 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18898] ppid=18889 vsize=915464 CPUtime=0
/proc/18891/task/18898/stat : 18898 (java) S 18889 18891 17605 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 274862066 937435136 7346 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18899] ppid=18889 vsize=915464 CPUtime=0
/proc/18891/task/18899/stat : 18899 (java) S 18889 18891 17605 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 274862066 937435136 7346 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 915464

[startup+51.2133 s]
/proc/loadavg: 2.02 2.04 2.00 3/101 18899
/proc/meminfo: memFree=1304032/2055920 swapFree=4192812/4192956
[pid=18891] ppid=18889 vsize=915464 CPUtime=50.72
/proc/18891/stat : 18891 (java) R 18889 18891 17605 0 -1 0 9113 0 1 0 4914 158 0 0 25 0 8 0 274862057 937435136 8843 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918603 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18891/statm: 228866 8843 2544 14 0 215336 0
[pid=18891/tid=18893] ppid=18889 vsize=915464 CPUtime=0.02
/proc/18891/task/18893/stat : 18893 (java) S 18889 18891 17605 0 -1 64 314 0 0 0 2 0 0 0 16 0 8 0 274862062 937435136 8843 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18894] ppid=18889 vsize=915464 CPUtime=0
/proc/18891/task/18894/stat : 18894 (java) S 18889 18891 17605 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 274862062 937435136 8843 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18895] ppid=18889 vsize=915464 CPUtime=0
/proc/18891/task/18895/stat : 18895 (java) S 18889 18891 17605 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 274862062 937435136 8843 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18896] ppid=18889 vsize=915464 CPUtime=0
/proc/18891/task/18896/stat : 18896 (java) S 18889 18891 17605 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 274862066 937435136 8843 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18897] ppid=18889 vsize=915464 CPUtime=0.21
/proc/18891/task/18897/stat : 18897 (java) S 18889 18891 17605 0 -1 64 382 0 0 0 20 1 0 0 16 0 8 0 274862066 937435136 8843 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18898] ppid=18889 vsize=915464 CPUtime=0
/proc/18891/task/18898/stat : 18898 (java) S 18889 18891 17605 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 274862066 937435136 8843 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18899] ppid=18889 vsize=915464 CPUtime=0
/proc/18891/task/18899/stat : 18899 (java) S 18889 18891 17605 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 274862066 937435136 8843 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 915464

[startup+102.425 s]
/proc/loadavg: 2.01 2.03 2.00 3/101 18899
/proc/meminfo: memFree=1303968/2055920 swapFree=4192812/4192956
[pid=18891] ppid=18889 vsize=915464 CPUtime=101.46
/proc/18891/stat : 18891 (java) R 18889 18891 17605 0 -1 0 9125 0 1 0 9988 158 0 0 25 0 8 0 274862057 937435136 8854 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073764726 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18891/statm: 228866 8854 2544 14 0 215336 0
[pid=18891/tid=18893] ppid=18889 vsize=915464 CPUtime=0.02
/proc/18891/task/18893/stat : 18893 (java) S 18889 18891 17605 0 -1 64 314 0 0 0 2 0 0 0 16 0 8 0 274862062 937435136 8854 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18894] ppid=18889 vsize=915464 CPUtime=0
/proc/18891/task/18894/stat : 18894 (java) S 18889 18891 17605 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 274862062 937435136 8854 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18895] ppid=18889 vsize=915464 CPUtime=0
/proc/18891/task/18895/stat : 18895 (java) S 18889 18891 17605 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 274862062 937435136 8854 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18896] ppid=18889 vsize=915464 CPUtime=0
/proc/18891/task/18896/stat : 18896 (java) S 18889 18891 17605 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 274862066 937435136 8854 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18897] ppid=18889 vsize=915464 CPUtime=0.22
/proc/18891/task/18897/stat : 18897 (java) S 18889 18891 17605 0 -1 64 384 0 0 0 21 1 0 0 16 0 8 0 274862066 937435136 8854 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18898] ppid=18889 vsize=915464 CPUtime=0
/proc/18891/task/18898/stat : 18898 (java) S 18889 18891 17605 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 274862066 937435136 8854 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18899] ppid=18889 vsize=915464 CPUtime=0
/proc/18891/task/18899/stat : 18899 (java) R 18889 18891 17605 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 274862066 937435136 8854 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.46
Current children cumulated vsize (KiB) 915464

[startup+162.504 s]
/proc/loadavg: 2.00 2.02 2.00 3/101 18899
/proc/meminfo: memFree=1303968/2055920 swapFree=4192812/4192956
[pid=18891] ppid=18889 vsize=915464 CPUtime=161
/proc/18891/stat : 18891 (java) R 18889 18891 17605 0 -1 0 9129 0 1 0 15941 159 0 0 25 0 8 0 274862057 937435136 8857 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073764535 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

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

[startup+2084.12 s]
/proc/loadavg: 2.01 1.95 1.82 3/100 19191
/proc/meminfo: memFree=1086248/2055920 swapFree=4192812/4192956
[pid=18891] ppid=18889 vsize=915464 CPUtime=2075.22
/proc/18891/stat : 18891 (java) R 18889 18891 17605 0 -1 0 9152 0 1 0 207348 174 0 0 25 0 8 0 274862057 937435136 8879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073752888 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18891/statm: 228866 8879 2544 14 0 215336 0
[pid=18891/tid=18893] ppid=18889 vsize=915464 CPUtime=0.02
/proc/18891/task/18893/stat : 18893 (java) S 18889 18891 17605 0 -1 64 314 0 0 0 2 0 0 0 16 0 8 0 274862062 937435136 8879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18894] ppid=18889 vsize=915464 CPUtime=0
/proc/18891/task/18894/stat : 18894 (java) S 18889 18891 17605 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 274862062 937435136 8879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18895] ppid=18889 vsize=915464 CPUtime=0
/proc/18891/task/18895/stat : 18895 (java) S 18889 18891 17605 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 274862062 937435136 8879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18896] ppid=18889 vsize=915464 CPUtime=0
/proc/18891/task/18896/stat : 18896 (java) S 18889 18891 17605 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 274862066 937435136 8879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18897] ppid=18889 vsize=915464 CPUtime=0.22
/proc/18891/task/18897/stat : 18897 (java) S 18889 18891 17605 0 -1 64 384 0 0 0 21 1 0 0 16 0 8 0 274862066 937435136 8879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18898] ppid=18889 vsize=915464 CPUtime=0
/proc/18891/task/18898/stat : 18898 (java) S 18889 18891 17605 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 274862066 937435136 8879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18899] ppid=18889 vsize=915464 CPUtime=0
/proc/18891/task/18899/stat : 18899 (java) S 18889 18891 17605 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 274862066 937435136 8879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2075.22
Current children cumulated vsize (KiB) 915464

[startup+2144.13 s]
/proc/loadavg: 2.11 1.99 1.84 3/100 19191
/proc/meminfo: memFree=1086184/2055920 swapFree=4192812/4192956
[pid=18891] ppid=18889 vsize=915464 CPUtime=2135.17
/proc/18891/stat : 18891 (java) R 18889 18891 17605 0 -1 0 9152 0 1 0 213343 174 0 0 25 0 8 0 274862057 937435136 8879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073635848 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18891/statm: 228866 8879 2544 14 0 215336 0
[pid=18891/tid=18893] ppid=18889 vsize=915464 CPUtime=0.02
/proc/18891/task/18893/stat : 18893 (java) S 18889 18891 17605 0 -1 64 314 0 0 0 2 0 0 0 16 0 8 0 274862062 937435136 8879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18894] ppid=18889 vsize=915464 CPUtime=0
/proc/18891/task/18894/stat : 18894 (java) S 18889 18891 17605 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 274862062 937435136 8879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18895] ppid=18889 vsize=915464 CPUtime=0
/proc/18891/task/18895/stat : 18895 (java) S 18889 18891 17605 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 274862062 937435136 8879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18896] ppid=18889 vsize=915464 CPUtime=0
/proc/18891/task/18896/stat : 18896 (java) S 18889 18891 17605 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 274862066 937435136 8879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18897] ppid=18889 vsize=915464 CPUtime=0.22
/proc/18891/task/18897/stat : 18897 (java) S 18889 18891 17605 0 -1 64 384 0 0 0 21 1 0 0 16 0 8 0 274862066 937435136 8879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18898] ppid=18889 vsize=915464 CPUtime=0
/proc/18891/task/18898/stat : 18898 (java) S 18889 18891 17605 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 274862066 937435136 8879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18899] ppid=18889 vsize=915464 CPUtime=0
/proc/18891/task/18899/stat : 18899 (java) S 18889 18891 17605 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 274862066 937435136 8879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2135.17
Current children cumulated vsize (KiB) 915464

[startup+2204.21 s]
/proc/loadavg: 2.12 2.00 1.85 3/100 19193
/proc/meminfo: memFree=1086184/2055920 swapFree=4192812/4192956
[pid=18891] ppid=18889 vsize=915464 CPUtime=2194.99
/proc/18891/stat : 18891 (java) R 18889 18891 17605 0 -1 0 9152 0 1 0 219324 175 0 0 25 0 8 0 274862057 937435136 8879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073764809 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18891/statm: 228866 8879 2544 14 0 215336 0
[pid=18891/tid=18893] ppid=18889 vsize=915464 CPUtime=0.02
/proc/18891/task/18893/stat : 18893 (java) S 18889 18891 17605 0 -1 64 314 0 0 0 2 0 0 0 16 0 8 0 274862062 937435136 8879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18894] ppid=18889 vsize=915464 CPUtime=0
/proc/18891/task/18894/stat : 18894 (java) S 18889 18891 17605 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 274862062 937435136 8879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18895] ppid=18889 vsize=915464 CPUtime=0
/proc/18891/task/18895/stat : 18895 (java) S 18889 18891 17605 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 274862062 937435136 8879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18896] ppid=18889 vsize=915464 CPUtime=0
/proc/18891/task/18896/stat : 18896 (java) S 18889 18891 17605 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 274862066 937435136 8879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18897] ppid=18889 vsize=915464 CPUtime=0.22
/proc/18891/task/18897/stat : 18897 (java) S 18889 18891 17605 0 -1 64 384 0 0 0 21 1 0 0 16 0 8 0 274862066 937435136 8879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18898] ppid=18889 vsize=915464 CPUtime=0
/proc/18891/task/18898/stat : 18898 (java) S 18889 18891 17605 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 274862066 937435136 8879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18899] ppid=18889 vsize=915464 CPUtime=0
/proc/18891/task/18899/stat : 18899 (java) S 18889 18891 17605 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 274862066 937435136 8879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2194.99
Current children cumulated vsize (KiB) 915464

[startup+2264.24 s]
/proc/loadavg: 2.04 2.00 1.86 3/100 19193
/proc/meminfo: memFree=1086248/2055920 swapFree=4192812/4192956
[pid=18891] ppid=18889 vsize=915464 CPUtime=2254.71
/proc/18891/stat : 18891 (java) R 18889 18891 17605 0 -1 0 9152 0 1 0 225296 175 0 0 25 0 8 0 274862057 937435136 8879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073805175 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18891/statm: 228866 8879 2544 14 0 215336 0
[pid=18891/tid=18893] ppid=18889 vsize=915464 CPUtime=0.02
/proc/18891/task/18893/stat : 18893 (java) S 18889 18891 17605 0 -1 64 314 0 0 0 2 0 0 0 16 0 8 0 274862062 937435136 8879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18894] ppid=18889 vsize=915464 CPUtime=0
/proc/18891/task/18894/stat : 18894 (java) S 18889 18891 17605 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 274862062 937435136 8879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18895] ppid=18889 vsize=915464 CPUtime=0
/proc/18891/task/18895/stat : 18895 (java) S 18889 18891 17605 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 274862062 937435136 8879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18896] ppid=18889 vsize=915464 CPUtime=0
/proc/18891/task/18896/stat : 18896 (java) S 18889 18891 17605 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 274862066 937435136 8879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18897] ppid=18889 vsize=915464 CPUtime=0.22
/proc/18891/task/18897/stat : 18897 (java) S 18889 18891 17605 0 -1 64 384 0 0 0 21 1 0 0 16 0 8 0 274862066 937435136 8879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18898] ppid=18889 vsize=915464 CPUtime=0
/proc/18891/task/18898/stat : 18898 (java) S 18889 18891 17605 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 274862066 937435136 8879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18899] ppid=18889 vsize=915464 CPUtime=0
/proc/18891/task/18899/stat : 18899 (java) S 18889 18891 17605 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 274862066 937435136 8879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2254.71
Current children cumulated vsize (KiB) 915464

[startup+2324.26 s]
/proc/loadavg: 2.01 2.00 1.86 3/100 19193
/proc/meminfo: memFree=1086184/2055920 swapFree=4192812/4192956
[pid=18891] ppid=18889 vsize=915464 CPUtime=2314.45
/proc/18891/stat : 18891 (java) R 18889 18891 17605 0 -1 0 9152 0 1 0 231270 175 0 0 25 0 8 0 274862057 937435136 8879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073764559 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18891/statm: 228866 8879 2544 14 0 215336 0
[pid=18891/tid=18893] ppid=18889 vsize=915464 CPUtime=0.02
/proc/18891/task/18893/stat : 18893 (java) S 18889 18891 17605 0 -1 64 314 0 0 0 2 0 0 0 16 0 8 0 274862062 937435136 8879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18894] ppid=18889 vsize=915464 CPUtime=0
/proc/18891/task/18894/stat : 18894 (java) S 18889 18891 17605 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 274862062 937435136 8879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18895] ppid=18889 vsize=915464 CPUtime=0
/proc/18891/task/18895/stat : 18895 (java) S 18889 18891 17605 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 274862062 937435136 8879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18896] ppid=18889 vsize=915464 CPUtime=0
/proc/18891/task/18896/stat : 18896 (java) S 18889 18891 17605 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 274862066 937435136 8879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18897] ppid=18889 vsize=915464 CPUtime=0.22
/proc/18891/task/18897/stat : 18897 (java) S 18889 18891 17605 0 -1 64 384 0 0 0 21 1 0 0 16 0 8 0 274862066 937435136 8879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18898] ppid=18889 vsize=915464 CPUtime=0
/proc/18891/task/18898/stat : 18898 (java) S 18889 18891 17605 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 274862066 937435136 8879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18899] ppid=18889 vsize=915464 CPUtime=0
/proc/18891/task/18899/stat : 18899 (java) S 18889 18891 17605 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 274862066 937435136 8879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2314.45
Current children cumulated vsize (KiB) 915464

[startup+2384.3 s]
/proc/loadavg: 2.00 2.00 1.87 3/100 19193
/proc/meminfo: memFree=1086184/2055920 swapFree=4192812/4192956
[pid=18891] ppid=18889 vsize=915464 CPUtime=2374.21
/proc/18891/stat : 18891 (java) R 18889 18891 17605 0 -1 0 9152 0 1 0 237246 175 0 0 25 0 8 0 274862057 937435136 8879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073764487 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18891/statm: 228866 8879 2544 14 0 215336 0
[pid=18891/tid=18893] ppid=18889 vsize=915464 CPUtime=0.02
/proc/18891/task/18893/stat : 18893 (java) S 18889 18891 17605 0 -1 64 314 0 0 0 2 0 0 0 16 0 8 0 274862062 937435136 8879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18894] ppid=18889 vsize=915464 CPUtime=0
/proc/18891/task/18894/stat : 18894 (java) S 18889 18891 17605 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 274862062 937435136 8879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18895] ppid=18889 vsize=915464 CPUtime=0
/proc/18891/task/18895/stat : 18895 (java) S 18889 18891 17605 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 274862062 937435136 8879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18896] ppid=18889 vsize=915464 CPUtime=0
/proc/18891/task/18896/stat : 18896 (java) S 18889 18891 17605 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 274862066 937435136 8879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18897] ppid=18889 vsize=915464 CPUtime=0.22
/proc/18891/task/18897/stat : 18897 (java) S 18889 18891 17605 0 -1 64 384 0 0 0 21 1 0 0 16 0 8 0 274862066 937435136 8879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18898] ppid=18889 vsize=915464 CPUtime=0
/proc/18891/task/18898/stat : 18898 (java) S 18889 18891 17605 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 274862066 937435136 8879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18899] ppid=18889 vsize=915464 CPUtime=0
/proc/18891/task/18899/stat : 18899 (java) S 18889 18891 17605 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 274862066 937435136 8879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2374.21
Current children cumulated vsize (KiB) 915464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2410.3 s]
/proc/loadavg: 2.00 2.00 1.87 3/100 19193
/proc/meminfo: memFree=1086184/2055920 swapFree=4192812/4192956
[pid=18891] ppid=18889 vsize=915464 CPUtime=2400.08
/proc/18891/stat : 18891 (java) R 18889 18891 17605 0 -1 0 9152 0 1 0 239832 176 0 0 25 0 8 0 274862057 937435136 8879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073752811 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18891/statm: 228866 8879 2544 14 0 215336 0
[pid=18891/tid=18893] ppid=18889 vsize=915464 CPUtime=0.02
/proc/18891/task/18893/stat : 18893 (java) S 18889 18891 17605 0 -1 64 314 0 0 0 2 0 0 0 16 0 8 0 274862062 937435136 8879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18894] ppid=18889 vsize=915464 CPUtime=0
/proc/18891/task/18894/stat : 18894 (java) S 18889 18891 17605 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 274862062 937435136 8879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18895] ppid=18889 vsize=915464 CPUtime=0
/proc/18891/task/18895/stat : 18895 (java) S 18889 18891 17605 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 274862062 937435136 8879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18896] ppid=18889 vsize=915464 CPUtime=0
/proc/18891/task/18896/stat : 18896 (java) S 18889 18891 17605 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 274862066 937435136 8879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18897] ppid=18889 vsize=915464 CPUtime=0.22
/proc/18891/task/18897/stat : 18897 (java) S 18889 18891 17605 0 -1 64 384 0 0 0 21 1 0 0 16 0 8 0 274862066 937435136 8879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18898] ppid=18889 vsize=915464 CPUtime=0
/proc/18891/task/18898/stat : 18898 (java) S 18889 18891 17605 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 274862066 937435136 8879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18891/tid=18899] ppid=18889 vsize=915464 CPUtime=0
/proc/18891/task/18899/stat : 18899 (java) S 18889 18891 17605 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 274862066 937435136 8879 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 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): 2410.34
CPU time (s): 2400.11
CPU user time (s): 2398.35
CPU system time (s): 1.76573
CPU usage (%): 99.5759
Max. virtual memory (cumulated for all children) (KiB): 915468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.35
system time used= 1.76573
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9178
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= 49849
involuntary context switches= 89733

runsolver used 2.87256 s user time and 7.30889 s system time

The end

Launcher Data (download as text)

Begin job on node7 on Sat Jan 20 03:44:26 UTC 2007


IDJOB= 277281
IDBENCH= 6548
IDSOLVER= 69
FILE ID= node7/277281-1169264666

PBS_JOBID= 3607285

Free space on /tmp= 66563 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  47e575d2887d6b0f285692c2f4055baa

RANDOM SEED= 395587562

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.220
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.220
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:       1329976 kB
Buffers:         53640 kB
Cached:         518172 kB
SwapCached:          0 kB
Active:         220104 kB
Inactive:       424000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1329976 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1672 kB
Writeback:           0 kB
Mapped:          99268 kB
Slab:            66400 kB
Committed_AS:  8179132 kB
PageTables:       2472 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= 66560 MiB



End job on node7 on Sat Jan 20 04:24:37 UTC 2007