Trace number 277286

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.1 2420.26

General information on the benchmark

Nametaillard/
os-taillard-4/os-taillard-4-95-9.xml
MD5SUM4d05ea6d1cd92b8c83c24cf008f4219b
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.1
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables16
Number of constraints48
Maximum constraint arity2
Maximum domain size206
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=epfc.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/277286-1169264839/unknown.xml
0.38	   
0.38	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.42	     nbVariables=16  nbDomainTypes=16  minDomainSize=110  maxDomainSize=206
0.42	       =>  wckTime=0.103  cpuTime=0.09  mem=6M887
0.42	   
0.42	   predicates being loaded...
0.43	   
0.43	   constraints being loaded...
0.90	     nbConstraints=48  nbConvertedConstraints=48  nbConvertConstraintsChecks=1246978  nbExtensionStructures=48
0.90	     nbSharedExtensionStructures=0  nbConflictsStructures=48  nbSharedConflictsStructures=0
0.90	     nbSharedBinaryRepresentations=7168  maxDegree=6  maxArity=2
0.90	       =>  wckTime=0.578  cpuTime=0.51  mem=9M813
0.94	   
0.94	   solver LocalSearchSolver being built... 
0.98	       =>  wckTime=0.662  cpuTime=0.56  mem=5M977
0.99	
0.99	s SATISFIABLE
0.99	o 27
0.99	c 21
0.99	o 31
0.99	c 17
1.00	o 35
1.00	c 13
1.00	o 38
1.00	c 10
1.00	o 39
1.00	c 9
1.00	o 40
1.00	c 8
1.00	o 41
1.00	c 7
1.00	o 42
1.00	c 6
1.00	o 43
1.00	c 5
1.01	o 44
1.01	c 4
1.10	o 45
1.10	c 3
7.90	   
7.90	   search
7.90	     run=0  nbConstraintChecks=59096068  nbAssignments=10000
7.90	       =>  wckTime=6.919  cpuTime=6.83  mem=5M977
14.52	   
14.52	   search
14.52	     run=1  nbConstraintChecks=116837022  nbAssignments=20000
14.52	       =>  wckTime=13.535  cpuTime=13.38  mem=5M977
20.98	   
20.98	   search
20.98	     run=2  nbConstraintChecks=172916923  nbAssignments=30000
20.98	       =>  wckTime=19.999  cpuTime=19.79  mem=5M977
27.88	   
27.88	   search
27.88	     run=3  nbConstraintChecks=233646790  nbAssignments=40000
27.88	       =>  wckTime=26.898  cpuTime=26.63  mem=5M977
31.40	   
31.40	   search
31.40	     run=4  nbConstraintChecks=264493693  nbAssignments=45399
31.40	       =>  wckTime=30.419  cpuTime=30.12  mem=5M977
31.40	   
31.40	   global
31.40	     nbConstraintChecks=264493693  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
31.40	     solvingWckTime=30.416  solvingCpuTime=30.12  expiredTime=no  totalExploration=no  nbFoundSolutions=0
31.40	     globalCpuTime=30.74
31.40	       =>  wckTime=31.082  cpuTime=30.68  mem=5M977
31.40	   
31.40	   solver IterativeSystematicSolver being built... 
31.54	       =>  wckTime=31.217  cpuTime=30.78  mem=15M885
31.60	   
31.60	   preprocessing
31.60	     nbConstraintChecks=157951  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
31.60	     detectedInconsistency=no
31.60	       =>  wckTime=0.058  cpuTime=0.04  mem=15M885
31.80	   
31.80	   search
31.80	     run=0  nbConstraintChecks=1939751  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=222
31.80	     nbFailedAssignments=203  nbBacktracks=10  nbVisitedNodes=436  nbRestartNogoods=0
31.80	       =>  wckTime=0.258  cpuTime=0.23  mem=16M893
32.46	   
32.46	   search
32.46	     run=1  nbConstraintChecks=7656189  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=663
32.46	     nbFailedAssignments=623  nbBacktracks=25  nbVisitedNodes=1312  nbRestartNogoods=3
32.46	       =>  wckTime=0.922  cpuTime=0.88  mem=16M893
33.44	   
33.44	   search
33.44	     run=2  nbConstraintChecks=17456505  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1451
33.44	     nbFailedAssignments=1380  nbBacktracks=47  nbVisitedNodes=2879  nbRestartNogoods=43
33.44	       =>  wckTime=1.899  cpuTime=1.84  mem=16M893
34.52	   
34.52	   search
34.52	     run=3  nbConstraintChecks=26835217  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1960
34.52	     nbFailedAssignments=1851  nbBacktracks=81  nbVisitedNodes=3892  nbRestartNogoods=193
34.52	       =>  wckTime=2.978  cpuTime=2.89  mem=16M893
36.70	   
36.70	   search
36.70	     run=4  nbConstraintChecks=46158989  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=3296
36.70	     nbFailedAssignments=3130  nbBacktracks=131  nbVisitedNodes=6557  nbRestartNogoods=394
36.70	       =>  wckTime=5.161  cpuTime=5.04  mem=16M893
40.14	   
40.14	   search
40.14	     run=5  nbConstraintChecks=84315810  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=5776
40.14	     nbFailedAssignments=5529  nbBacktracks=206  nbVisitedNodes=11511  nbRestartNogoods=455
40.14	       =>  wckTime=8.597  cpuTime=8.45  mem=16M893
44.13	   
44.13	   search
44.13	     run=6  nbConstraintChecks=126722667  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=9530
44.13	     nbFailedAssignments=9163  nbBacktracks=319  nbVisitedNodes=19012  nbRestartNogoods=706
44.13	       =>  wckTime=12.589  cpuTime=12.4  mem=16M893
48.38	   
48.38	   search
48.38	     run=7  nbConstraintChecks=165119033  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=12109
48.38	     nbFailedAssignments=11568  nbBacktracks=489  nbVisitedNodes=24165  nbRestartNogoods=788
48.38	       =>  wckTime=16.84  cpuTime=16.62  mem=16M893
52.02	   
52.02	   search
52.02	     run=8  nbConstraintChecks=192890298  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=13995
52.02	     nbFailedAssignments=13191  nbBacktracks=745  nbVisitedNodes=27927  nbRestartNogoods=856
52.02	       =>  wckTime=20.478  cpuTime=20.22  mem=16M893
59.16	   
59.16	   search
59.16	     run=9  nbConstraintChecks=252938571  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=17832
59.16	     nbFailedAssignments=16638  nbBacktracks=1129  nbVisitedNodes=35541  nbRestartNogoods=876
59.16	       =>  wckTime=27.619  cpuTime=27.3  mem=16M893
91.35	   
91.35	   search
91.35	     run=10  nbConstraintChecks=494222568  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=33577
91.35	     nbFailedAssignments=31804  nbBacktracks=1705  nbVisitedNodes=67011  nbRestartNogoods=968
91.35	       =>  wckTime=59.808  cpuTime=59.18  mem=16M893
103.04	   
103.04	   search
103.04	     run=11  nbConstraintChecks=593689753  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=40775
103.04	     nbFailedAssignments=38132  nbBacktracks=2569  nbVisitedNodes=81391  nbRestartNogoods=977
103.04	       =>  wckTime=71.5  cpuTime=70.76  mem=16M893
162.29	   
162.29	   search
162.29	     run=12  nbConstraintChecks=1018117245  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=67204
162.29	     nbFailedAssignments=63262  nbBacktracks=3866  nbVisitedNodes=134199  nbRestartNogoods=1039
162.29	       =>  wckTime=130.747  cpuTime=129.48  mem=16M893
217.00	   
217.00	   search
217.00	     run=13  nbConstraintChecks=1476461527  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=97606
217.00	     nbFailedAssignments=91713  nbBacktracks=5812  nbVisitedNodes=194920  nbRestartNogoods=1174
217.00	       =>  wckTime=185.465  cpuTime=183.69  mem=16M893
250.48	   
250.48	   search
250.48	     run=14  nbConstraintChecks=1753806149  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=116810
250.48	     nbFailedAssignments=107993  nbBacktracks=8731  nbVisitedNodes=233300  nbRestartNogoods=1293
250.48	       =>  wckTime=218.937  cpuTime=216.86  mem=16M893
337.54	   
337.54	   search
337.54	     run=15  nbConstraintChecks=2490944849  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=169021
337.54	     nbFailedAssignments=155821  nbBacktracks=13109  nbVisitedNodes=337669  nbRestartNogoods=1309
337.54	       =>  wckTime=306.0  cpuTime=303.12  mem=16M893
505.56	   
505.56	   search
505.56	     run=16  nbConstraintChecks=3890735926  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=266308
505.56	     nbFailedAssignments=246535  nbBacktracks=19677  nbVisitedNodes=532134  nbRestartNogoods=1342
505.56	       =>  wckTime=474.022  cpuTime=469.62  mem=16M893
735.99	   
735.99	   search
735.99	     run=17  nbConstraintChecks=5765236762  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=384921
735.99	     nbFailedAssignments=355293  nbBacktracks=29529  nbVisitedNodes=769191  nbRestartNogoods=1422
735.99	       =>  wckTime=704.45  cpuTime=697.95  mem=16M893
1082.46	   
1082.46	   search
1082.46	     run=18  nbConstraintChecks=8690691349  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=562524
1082.46	     nbFailedAssignments=518115  nbBacktracks=44307  nbVisitedNodes=1124085  nbRestartNogoods=1483
1082.46	       =>  wckTime=1050.918  cpuTime=1041.06  mem=16M893
1520.85	   
1520.85	   search
1520.85	     run=19  nbConstraintChecks=12137583295  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=783415
1520.85	     nbFailedAssignments=716833  nbBacktracks=66475  nbVisitedNodes=1565292  nbRestartNogoods=1649
1520.85	       =>  wckTime=1489.316  cpuTime=1475.45  mem=16M893
2342.81	   
2342.81	   search
2342.81	     run=20  nbConstraintChecks=19523758350  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
2342.81	     nbAssignments=1258572  nbFailedAssignments=1158733  nbBacktracks=99727  nbVisitedNodes=2513267
2342.81	     nbRestartNogoods=1834
2342.81	       =>  wckTime=2311.27  cpuTime=2291.69  mem=16M893
2420.24	v 19 152 204 54 65 154 129 1 59 1 13 129 1 23 57 190 

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/node9/watcher-277286-1169264839 -o ROOT/results/node9/solver-277286-1169264839 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/277286-1169264839/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: 1.95 2.00 1.99 4/94 32492
/proc/meminfo: memFree=1266064/2055920 swapFree=4191880/4192956
[pid=32491] ppid=32489 vsize=18540 CPUtime=0
/proc/32491/stat : 32491 (runsolver) R 32489 32491 30932 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 274879075 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 215418989863 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/32491/statm: 4635 279 244 17 0 2626 0

[startup+0.108628 s]
/proc/loadavg: 1.95 2.00 1.99 4/94 32492
/proc/meminfo: memFree=1266064/2055920 swapFree=4191880/4192956
[pid=32491] ppid=32489 vsize=914988 CPUtime=0.08
/proc/32491/stat : 32491 (java) D 32489 32491 30932 0 -1 0 2989 0 1 0 7 1 0 0 17 0 8 0 274879075 936947712 2735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32491/statm: 228747 2735 1426 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.517674 s]
/proc/loadavg: 1.95 2.00 1.99 4/94 32492
/proc/meminfo: memFree=1266064/2055920 swapFree=4191880/4192956
[pid=32491] ppid=32489 vsize=915464 CPUtime=0.48
/proc/32491/stat : 32491 (java) R 32489 32491 30932 0 -1 0 6435 0 1 0 44 4 0 0 18 0 8 0 274879075 937435136 6174 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072927576 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32491/statm: 228866 6174 2170 14 0 215336 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915464

[startup+1.33876 s]
/proc/loadavg: 1.95 2.00 1.99 3/101 32499
/proc/meminfo: memFree=1247000/2055920 swapFree=4191880/4192956
[pid=32491] ppid=32489 vsize=915464 CPUtime=1.3
/proc/32491/stat : 32491 (java) R 32489 32491 30932 0 -1 0 7452 0 1 0 122 8 0 0 24 0 8 0 274879075 937435136 7190 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073642385 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32491/statm: 228866 7190 2499 14 0 215336 0
[pid=32491/tid=32493] ppid=32489 vsize=915464 CPUtime=0.02
/proc/32491/task/32493/stat : 32493 (java) S 32489 32491 30932 0 -1 64 270 0 0 0 2 0 0 0 17 0 8 0 274879080 937435136 7190 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32494] ppid=32489 vsize=915464 CPUtime=0
/proc/32491/task/32494/stat : 32494 (java) S 32489 32491 30932 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 274879080 937435136 7190 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32495] ppid=32489 vsize=915464 CPUtime=0
/proc/32491/task/32495/stat : 32495 (java) S 32489 32491 30932 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 274879080 937435136 7190 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32496] ppid=32489 vsize=915464 CPUtime=0
/proc/32491/task/32496/stat : 32496 (java) S 32489 32491 30932 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 274879084 937435136 7190 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32497] ppid=32489 vsize=915464 CPUtime=0.1
/proc/32491/task/32497/stat : 32497 (java) S 32489 32491 30932 0 -1 64 319 0 0 0 10 0 0 0 16 0 8 0 274879084 937435136 7190 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32498] ppid=32489 vsize=915464 CPUtime=0
/proc/32491/task/32498/stat : 32498 (java) S 32489 32491 30932 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 274879084 937435136 7190 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32499] ppid=32489 vsize=915464 CPUtime=0
/proc/32491/task/32499/stat : 32499 (java) S 32489 32491 30932 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 274879084 937435136 7190 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.97595 s]
/proc/loadavg: 1.95 2.00 1.99 3/101 32499
/proc/meminfo: memFree=1246936/2055920 swapFree=4191880/4192956
[pid=32491] ppid=32489 vsize=915464 CPUtime=2.92
/proc/32491/stat : 32491 (java) R 32489 32491 30932 0 -1 0 7456 0 1 0 274 18 0 0 25 0 8 0 274879075 937435136 7193 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073637571 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32491/statm: 228866 7193 2499 14 0 215336 0
[pid=32491/tid=32493] ppid=32489 vsize=915464 CPUtime=0.02
/proc/32491/task/32493/stat : 32493 (java) S 32489 32491 30932 0 -1 64 270 0 0 0 2 0 0 0 16 0 8 0 274879080 937435136 7193 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32494] ppid=32489 vsize=915464 CPUtime=0
/proc/32491/task/32494/stat : 32494 (java) S 32489 32491 30932 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 274879080 937435136 7193 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32495] ppid=32489 vsize=915464 CPUtime=0
/proc/32491/task/32495/stat : 32495 (java) S 32489 32491 30932 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 274879080 937435136 7193 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32496] ppid=32489 vsize=915464 CPUtime=0
/proc/32491/task/32496/stat : 32496 (java) S 32489 32491 30932 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 274879084 937435136 7193 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32497] ppid=32489 vsize=915464 CPUtime=0.11
/proc/32491/task/32497/stat : 32497 (java) S 32489 32491 30932 0 -1 64 322 0 0 0 11 0 0 0 16 0 8 0 274879084 937435136 7193 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32498] ppid=32489 vsize=915464 CPUtime=0
/proc/32491/task/32498/stat : 32498 (java) S 32489 32491 30932 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 274879084 937435136 7193 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32499] ppid=32489 vsize=915464 CPUtime=0
/proc/32491/task/32499/stat : 32499 (java) S 32489 32491 30932 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 274879084 937435136 7193 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 915464

[startup+6.26032 s]
/proc/loadavg: 1.95 2.00 1.99 3/101 32499
/proc/meminfo: memFree=1246936/2055920 swapFree=4191880/4192956
[pid=32491] ppid=32489 vsize=915464 CPUtime=6.17
/proc/32491/stat : 32491 (java) R 32489 32491 30932 0 -1 0 7456 0 1 0 579 38 0 0 25 0 8 0 274879075 937435136 7193 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073637536 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32491/statm: 228866 7193 2499 14 0 215336 0
[pid=32491/tid=32493] ppid=32489 vsize=915464 CPUtime=0.02
/proc/32491/task/32493/stat : 32493 (java) S 32489 32491 30932 0 -1 64 270 0 0 0 2 0 0 0 16 0 8 0 274879080 937435136 7193 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32494] ppid=32489 vsize=915464 CPUtime=0
/proc/32491/task/32494/stat : 32494 (java) S 32489 32491 30932 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 274879080 937435136 7193 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32495] ppid=32489 vsize=915464 CPUtime=0
/proc/32491/task/32495/stat : 32495 (java) S 32489 32491 30932 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 274879080 937435136 7193 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32496] ppid=32489 vsize=915464 CPUtime=0
/proc/32491/task/32496/stat : 32496 (java) S 32489 32491 30932 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 274879084 937435136 7193 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32497] ppid=32489 vsize=915464 CPUtime=0.11
/proc/32491/task/32497/stat : 32497 (java) S 32489 32491 30932 0 -1 64 322 0 0 0 11 0 0 0 16 0 8 0 274879084 937435136 7193 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32498] ppid=32489 vsize=915464 CPUtime=0
/proc/32491/task/32498/stat : 32498 (java) S 32489 32491 30932 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 274879084 937435136 7193 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32499] ppid=32489 vsize=915464 CPUtime=0
/proc/32491/task/32499/stat : 32499 (java) S 32489 32491 30932 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 274879084 937435136 7193 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 915464

[startup+12.7421 s]
/proc/loadavg: 1.95 2.00 1.99 3/101 32499
/proc/meminfo: memFree=1246944/2055920 swapFree=4191880/4192956
[pid=32491] ppid=32489 vsize=915464 CPUtime=12.6
/proc/32491/stat : 32491 (java) R 32489 32491 30932 0 -1 0 7460 0 1 0 1183 77 0 0 25 0 8 0 274879075 937435136 7197 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073637478 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32491/statm: 228866 7197 2499 14 0 215336 0
[pid=32491/tid=32493] ppid=32489 vsize=915464 CPUtime=0.02
/proc/32491/task/32493/stat : 32493 (java) S 32489 32491 30932 0 -1 64 270 0 0 0 2 0 0 0 16 0 8 0 274879080 937435136 7197 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32494] ppid=32489 vsize=915464 CPUtime=0
/proc/32491/task/32494/stat : 32494 (java) S 32489 32491 30932 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 274879080 937435136 7197 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32495] ppid=32489 vsize=915464 CPUtime=0
/proc/32491/task/32495/stat : 32495 (java) S 32489 32491 30932 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 274879080 937435136 7197 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32496] ppid=32489 vsize=915464 CPUtime=0
/proc/32491/task/32496/stat : 32496 (java) S 32489 32491 30932 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 274879084 937435136 7197 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32497] ppid=32489 vsize=915464 CPUtime=0.11
/proc/32491/task/32497/stat : 32497 (java) S 32489 32491 30932 0 -1 64 326 0 0 0 11 0 0 0 16 0 8 0 274879084 937435136 7197 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32498] ppid=32489 vsize=915464 CPUtime=0
/proc/32491/task/32498/stat : 32498 (java) S 32489 32491 30932 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 274879084 937435136 7197 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32499] ppid=32489 vsize=915464 CPUtime=0
/proc/32491/task/32499/stat : 32499 (java) R 32489 32491 30932 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 274879084 937435136 7197 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 915464

[startup+25.6085 s]
/proc/loadavg: 1.96 2.00 1.99 3/101 32499
/proc/meminfo: memFree=1247072/2055920 swapFree=4191880/4192956
[pid=32491] ppid=32489 vsize=915464 CPUtime=25.35
/proc/32491/stat : 32491 (java) R 32489 32491 30932 0 -1 0 7460 0 1 0 2378 157 0 0 25 0 8 0 274879075 937435136 7197 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073637591 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32491/statm: 228866 7197 2499 14 0 215336 0
[pid=32491/tid=32493] ppid=32489 vsize=915464 CPUtime=0.02
/proc/32491/task/32493/stat : 32493 (java) S 32489 32491 30932 0 -1 64 270 0 0 0 2 0 0 0 16 0 8 0 274879080 937435136 7197 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32494] ppid=32489 vsize=915464 CPUtime=0
/proc/32491/task/32494/stat : 32494 (java) S 32489 32491 30932 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 274879080 937435136 7197 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32495] ppid=32489 vsize=915464 CPUtime=0
/proc/32491/task/32495/stat : 32495 (java) S 32489 32491 30932 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 274879080 937435136 7197 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32496] ppid=32489 vsize=915464 CPUtime=0
/proc/32491/task/32496/stat : 32496 (java) S 32489 32491 30932 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 274879084 937435136 7197 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32497] ppid=32489 vsize=915464 CPUtime=0.11
/proc/32491/task/32497/stat : 32497 (java) S 32489 32491 30932 0 -1 64 326 0 0 0 11 0 0 0 16 0 8 0 274879084 937435136 7197 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32498] ppid=32489 vsize=915464 CPUtime=0
/proc/32491/task/32498/stat : 32498 (java) S 32489 32491 30932 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 274879084 937435136 7197 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32499] ppid=32489 vsize=915464 CPUtime=0
/proc/32491/task/32499/stat : 32499 (java) S 32489 32491 30932 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 274879084 937435136 7197 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 915464

[startup+51.2164 s]
/proc/loadavg: 2.12 2.03 2.01 3/101 32499
/proc/meminfo: memFree=1240864/2055920 swapFree=4191880/4192956
[pid=32491] ppid=32489 vsize=915464 CPUtime=50.72
/proc/32491/stat : 32491 (java) R 32489 32491 30932 0 -1 0 9076 0 1 0 4878 194 0 0 25 0 8 0 274879075 937435136 8806 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336169 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32491/statm: 228866 8806 2549 14 0 215336 0
[pid=32491/tid=32493] ppid=32489 vsize=915464 CPUtime=0.02
/proc/32491/task/32493/stat : 32493 (java) S 32489 32491 30932 0 -1 64 271 0 0 0 2 0 0 0 16 0 8 0 274879080 937435136 8806 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32494] ppid=32489 vsize=915464 CPUtime=0
/proc/32491/task/32494/stat : 32494 (java) S 32489 32491 30932 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 274879080 937435136 8806 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32495] ppid=32489 vsize=915464 CPUtime=0
/proc/32491/task/32495/stat : 32495 (java) S 32489 32491 30932 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 274879080 937435136 8806 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32496] ppid=32489 vsize=915464 CPUtime=0
/proc/32491/task/32496/stat : 32496 (java) S 32489 32491 30932 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 274879084 937435136 8806 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32497] ppid=32489 vsize=915464 CPUtime=0.22
/proc/32491/task/32497/stat : 32497 (java) S 32489 32491 30932 0 -1 64 382 0 0 0 21 1 0 0 16 0 8 0 274879084 937435136 8806 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32498] ppid=32489 vsize=915464 CPUtime=0
/proc/32491/task/32498/stat : 32498 (java) S 32489 32491 30932 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 274879084 937435136 8806 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32499] ppid=32489 vsize=915464 CPUtime=0
/proc/32491/task/32499/stat : 32499 (java) S 32489 32491 30932 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 274879084 937435136 8806 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.446 s]
/proc/loadavg: 2.05 2.02 2.00 3/101 32499
/proc/meminfo: memFree=1240800/2055920 swapFree=4191880/4192956
[pid=32491] ppid=32489 vsize=915464 CPUtime=101.48
/proc/32491/stat : 32491 (java) R 32489 32491 30932 0 -1 0 9086 0 1 0 9953 195 0 0 25 0 8 0 274879075 937435136 8816 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073754663 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32491/statm: 228866 8816 2549 14 0 215336 0
[pid=32491/tid=32493] ppid=32489 vsize=915464 CPUtime=0.02
/proc/32491/task/32493/stat : 32493 (java) S 32489 32491 30932 0 -1 64 271 0 0 0 2 0 0 0 16 0 8 0 274879080 937435136 8816 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32494] ppid=32489 vsize=915464 CPUtime=0
/proc/32491/task/32494/stat : 32494 (java) S 32489 32491 30932 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 274879080 937435136 8816 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32495] ppid=32489 vsize=915464 CPUtime=0
/proc/32491/task/32495/stat : 32495 (java) S 32489 32491 30932 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 274879080 937435136 8816 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32496] ppid=32489 vsize=915464 CPUtime=0
/proc/32491/task/32496/stat : 32496 (java) S 32489 32491 30932 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 274879084 937435136 8816 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32497] ppid=32489 vsize=915464 CPUtime=0.22
/proc/32491/task/32497/stat : 32497 (java) S 32489 32491 30932 0 -1 64 384 0 0 0 21 1 0 0 17 0 8 0 274879084 937435136 8816 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32498] ppid=32489 vsize=915464 CPUtime=0
/proc/32491/task/32498/stat : 32498 (java) S 32489 32491 30932 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 274879084 937435136 8816 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32499] ppid=32489 vsize=915464 CPUtime=0
/proc/32491/task/32499/stat : 32499 (java) S 32489 32491 30932 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 274879084 937435136 8816 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.48
Current children cumulated vsize (KiB) 915464

[startup+162.54 s]
/proc/loadavg: 2.06 2.03 2.00 3/101 32499
/proc/meminfo: memFree=1240800/2055920 swapFree=4191880/4192956
[pid=32491] ppid=32489 vsize=915464 CPUtime=161.02
/proc/32491/stat : 32491 (java) R 32489 32491 30932 0 -1 0 9092 0 1 0 15907 195 0 0 25 0 8 0 274879075 937435136 8822 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073751759 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

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

[startup+2084.66 s]
/proc/loadavg: 2.02 2.02 2.00 3/100 324
/proc/meminfo: memFree=1223080/2055920 swapFree=4191880/4192956
[pid=32491] ppid=32489 vsize=915464 CPUtime=2066.05
/proc/32491/stat : 32491 (java) R 32489 32491 30932 0 -1 0 9117 0 1 0 206392 213 0 0 25 0 8 0 274879075 937435136 8845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073791135 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32491/statm: 228866 8845 2549 14 0 215336 0
[pid=32491/tid=32493] ppid=32489 vsize=915464 CPUtime=0.02
/proc/32491/task/32493/stat : 32493 (java) S 32489 32491 30932 0 -1 64 271 0 0 0 2 0 0 0 16 0 8 0 274879080 937435136 8845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32494] ppid=32489 vsize=915464 CPUtime=0
/proc/32491/task/32494/stat : 32494 (java) S 32489 32491 30932 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 274879080 937435136 8845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32495] ppid=32489 vsize=915464 CPUtime=0
/proc/32491/task/32495/stat : 32495 (java) S 32489 32491 30932 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 274879080 937435136 8845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32496] ppid=32489 vsize=915464 CPUtime=0
/proc/32491/task/32496/stat : 32496 (java) S 32489 32491 30932 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 274879084 937435136 8845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32497] ppid=32489 vsize=915464 CPUtime=0.23
/proc/32491/task/32497/stat : 32497 (java) S 32489 32491 30932 0 -1 64 385 0 0 0 22 1 0 0 16 0 8 0 274879084 937435136 8845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32498] ppid=32489 vsize=915464 CPUtime=0
/proc/32491/task/32498/stat : 32498 (java) S 32489 32491 30932 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 274879084 937435136 8845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32499] ppid=32489 vsize=915464 CPUtime=0
/proc/32491/task/32499/stat : 32499 (java) S 32489 32491 30932 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 274879084 937435136 8845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2066.05
Current children cumulated vsize (KiB) 915464

[startup+2144.72 s]
/proc/loadavg: 2.01 2.01 2.00 3/100 324
/proc/meminfo: memFree=1223016/2055920 swapFree=4191880/4192956
[pid=32491] ppid=32489 vsize=915464 CPUtime=2125.84
/proc/32491/stat : 32491 (java) R 32489 32491 30932 0 -1 0 9117 0 1 0 212371 213 0 0 25 0 8 0 274879075 937435136 8845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073773486 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32491/statm: 228866 8845 2549 14 0 215336 0
[pid=32491/tid=32493] ppid=32489 vsize=915464 CPUtime=0.02
/proc/32491/task/32493/stat : 32493 (java) S 32489 32491 30932 0 -1 64 271 0 0 0 2 0 0 0 16 0 8 0 274879080 937435136 8845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32494] ppid=32489 vsize=915464 CPUtime=0
/proc/32491/task/32494/stat : 32494 (java) S 32489 32491 30932 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 274879080 937435136 8845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32495] ppid=32489 vsize=915464 CPUtime=0
/proc/32491/task/32495/stat : 32495 (java) S 32489 32491 30932 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 274879080 937435136 8845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32496] ppid=32489 vsize=915464 CPUtime=0
/proc/32491/task/32496/stat : 32496 (java) S 32489 32491 30932 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 274879084 937435136 8845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32497] ppid=32489 vsize=915464 CPUtime=0.23
/proc/32491/task/32497/stat : 32497 (java) S 32489 32491 30932 0 -1 64 385 0 0 0 22 1 0 0 16 0 8 0 274879084 937435136 8845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32498] ppid=32489 vsize=915464 CPUtime=0
/proc/32491/task/32498/stat : 32498 (java) S 32489 32491 30932 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 274879084 937435136 8845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32499] ppid=32489 vsize=915464 CPUtime=0
/proc/32491/task/32499/stat : 32499 (java) S 32489 32491 30932 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 274879084 937435136 8845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2125.84
Current children cumulated vsize (KiB) 915464

[startup+2204.78 s]
/proc/loadavg: 2.06 2.02 2.00 3/100 324
/proc/meminfo: memFree=1223016/2055920 swapFree=4191880/4192956
[pid=32491] ppid=32489 vsize=915464 CPUtime=2185.59
/proc/32491/stat : 32491 (java) R 32489 32491 30932 0 -1 0 9117 0 1 0 218346 213 0 0 25 0 8 0 274879075 937435136 8845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073773415 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32491/statm: 228866 8845 2549 14 0 215336 0
[pid=32491/tid=32493] ppid=32489 vsize=915464 CPUtime=0.02
/proc/32491/task/32493/stat : 32493 (java) S 32489 32491 30932 0 -1 64 271 0 0 0 2 0 0 0 16 0 8 0 274879080 937435136 8845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32494] ppid=32489 vsize=915464 CPUtime=0
/proc/32491/task/32494/stat : 32494 (java) S 32489 32491 30932 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 274879080 937435136 8845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32495] ppid=32489 vsize=915464 CPUtime=0
/proc/32491/task/32495/stat : 32495 (java) S 32489 32491 30932 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 274879080 937435136 8845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32496] ppid=32489 vsize=915464 CPUtime=0
/proc/32491/task/32496/stat : 32496 (java) S 32489 32491 30932 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 274879084 937435136 8845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32497] ppid=32489 vsize=915464 CPUtime=0.23
/proc/32491/task/32497/stat : 32497 (java) S 32489 32491 30932 0 -1 64 385 0 0 0 22 1 0 0 16 0 8 0 274879084 937435136 8845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32498] ppid=32489 vsize=915464 CPUtime=0
/proc/32491/task/32498/stat : 32498 (java) S 32489 32491 30932 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 274879084 937435136 8845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32499] ppid=32489 vsize=915464 CPUtime=0
/proc/32491/task/32499/stat : 32499 (java) S 32489 32491 30932 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 274879084 937435136 8845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2185.59
Current children cumulated vsize (KiB) 915464

[startup+2264.83 s]
/proc/loadavg: 2.02 2.02 2.00 3/100 324
/proc/meminfo: memFree=1222952/2055920 swapFree=4191880/4192956
[pid=32491] ppid=32489 vsize=915464 CPUtime=2245.38
/proc/32491/stat : 32491 (java) R 32489 32491 30932 0 -1 0 9117 0 1 0 224325 213 0 0 25 0 8 0 274879075 937435136 8845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073774998 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32491/statm: 228866 8845 2549 14 0 215336 0
[pid=32491/tid=32493] ppid=32489 vsize=915464 CPUtime=0.02
/proc/32491/task/32493/stat : 32493 (java) S 32489 32491 30932 0 -1 64 271 0 0 0 2 0 0 0 16 0 8 0 274879080 937435136 8845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32494] ppid=32489 vsize=915464 CPUtime=0
/proc/32491/task/32494/stat : 32494 (java) S 32489 32491 30932 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 274879080 937435136 8845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32495] ppid=32489 vsize=915464 CPUtime=0
/proc/32491/task/32495/stat : 32495 (java) S 32489 32491 30932 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 274879080 937435136 8845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32496] ppid=32489 vsize=915464 CPUtime=0
/proc/32491/task/32496/stat : 32496 (java) S 32489 32491 30932 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 274879084 937435136 8845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32497] ppid=32489 vsize=915464 CPUtime=0.23
/proc/32491/task/32497/stat : 32497 (java) S 32489 32491 30932 0 -1 64 385 0 0 0 22 1 0 0 16 0 8 0 274879084 937435136 8845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32498] ppid=32489 vsize=915464 CPUtime=0
/proc/32491/task/32498/stat : 32498 (java) S 32489 32491 30932 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 274879084 937435136 8845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32499] ppid=32489 vsize=915464 CPUtime=0
/proc/32491/task/32499/stat : 32499 (java) S 32489 32491 30932 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 274879084 937435136 8845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2245.38
Current children cumulated vsize (KiB) 915464

[startup+2324.89 s]
/proc/loadavg: 2.00 2.01 2.00 3/100 324
/proc/meminfo: memFree=1222952/2055920 swapFree=4191880/4192956
[pid=32491] ppid=32489 vsize=915464 CPUtime=2305.17
/proc/32491/stat : 32491 (java) R 32489 32491 30932 0 -1 0 9117 0 1 0 230304 213 0 0 25 0 8 0 274879075 937435136 8845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073751706 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32491/statm: 228866 8845 2549 14 0 215336 0
[pid=32491/tid=32493] ppid=32489 vsize=915464 CPUtime=0.02
/proc/32491/task/32493/stat : 32493 (java) S 32489 32491 30932 0 -1 64 271 0 0 0 2 0 0 0 16 0 8 0 274879080 937435136 8845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32494] ppid=32489 vsize=915464 CPUtime=0
/proc/32491/task/32494/stat : 32494 (java) S 32489 32491 30932 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 274879080 937435136 8845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32495] ppid=32489 vsize=915464 CPUtime=0
/proc/32491/task/32495/stat : 32495 (java) S 32489 32491 30932 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 274879080 937435136 8845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32496] ppid=32489 vsize=915464 CPUtime=0
/proc/32491/task/32496/stat : 32496 (java) S 32489 32491 30932 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 274879084 937435136 8845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32497] ppid=32489 vsize=915464 CPUtime=0.23
/proc/32491/task/32497/stat : 32497 (java) S 32489 32491 30932 0 -1 64 385 0 0 0 22 1 0 0 16 0 8 0 274879084 937435136 8845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32498] ppid=32489 vsize=915464 CPUtime=0
/proc/32491/task/32498/stat : 32498 (java) S 32489 32491 30932 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 274879084 937435136 8845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32499] ppid=32489 vsize=915464 CPUtime=0
/proc/32491/task/32499/stat : 32499 (java) S 32489 32491 30932 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 274879084 937435136 8845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2305.17
Current children cumulated vsize (KiB) 915464

[startup+2384.95 s]
/proc/loadavg: 2.00 2.00 2.00 3/100 324
/proc/meminfo: memFree=1222952/2055920 swapFree=4191880/4192956
[pid=32491] ppid=32489 vsize=915464 CPUtime=2364.93
/proc/32491/stat : 32491 (java) R 32489 32491 30932 0 -1 0 9120 0 1 0 236280 213 0 0 25 0 8 0 274879075 937435136 8848 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073755627 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32491/statm: 228866 8848 2549 14 0 215336 0
[pid=32491/tid=32493] ppid=32489 vsize=915464 CPUtime=0.02
/proc/32491/task/32493/stat : 32493 (java) S 32489 32491 30932 0 -1 64 271 0 0 0 2 0 0 0 16 0 8 0 274879080 937435136 8848 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32494] ppid=32489 vsize=915464 CPUtime=0
/proc/32491/task/32494/stat : 32494 (java) S 32489 32491 30932 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 274879080 937435136 8848 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32495] ppid=32489 vsize=915464 CPUtime=0
/proc/32491/task/32495/stat : 32495 (java) S 32489 32491 30932 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 274879080 937435136 8848 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32496] ppid=32489 vsize=915464 CPUtime=0
/proc/32491/task/32496/stat : 32496 (java) S 32489 32491 30932 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 274879084 937435136 8848 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32497] ppid=32489 vsize=915464 CPUtime=0.23
/proc/32491/task/32497/stat : 32497 (java) S 32489 32491 30932 0 -1 64 385 0 0 0 22 1 0 0 16 0 8 0 274879084 937435136 8848 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32491/tid=32498] ppid=32489 vsize=915464 CPUtime=0
/proc/32491/task/32498/stat : 32498 (java) S 32489 32491 30932 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 274879084 937435136 8848 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32499] ppid=32489 vsize=915464 CPUtime=0
/proc/32491/task/32499/stat : 32499 (java) S 32489 32491 30932 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 274879084 937435136 8848 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2364.93
Current children cumulated vsize (KiB) 915464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2420.24 s]
/proc/loadavg: 2.00 2.00 2.00 3/100 324
/proc/meminfo: memFree=1222888/2055920 swapFree=4191880/4192956
[pid=32491] ppid=32489 vsize=915464 CPUtime=2400.07
/proc/32491/stat : 32491 (java) R 32489 32491 30932 0 -1 0 9120 0 1 0 239794 213 0 0 25 0 8 0 274879075 937435136 8848 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073755666 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32491/statm: 228866 8848 2549 14 0 215336 0
[pid=32491/tid=32493] ppid=32489 vsize=915464 CPUtime=0.02
/proc/32491/task/32493/stat : 32493 (java) S 32489 32491 30932 0 -1 64 271 0 0 0 2 0 0 0 16 0 8 0 274879080 937435136 8848 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32494] ppid=32489 vsize=915464 CPUtime=0
/proc/32491/task/32494/stat : 32494 (java) S 32489 32491 30932 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 274879080 937435136 8848 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32495] ppid=32489 vsize=915464 CPUtime=0
/proc/32491/task/32495/stat : 32495 (java) S 32489 32491 30932 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 274879080 937435136 8848 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32496] ppid=32489 vsize=915464 CPUtime=0
/proc/32491/task/32496/stat : 32496 (java) S 32489 32491 30932 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 274879084 937435136 8848 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32497] ppid=32489 vsize=915464 CPUtime=0.23
/proc/32491/task/32497/stat : 32497 (java) S 32489 32491 30932 0 -1 64 385 0 0 0 22 1 0 0 16 0 8 0 274879084 937435136 8848 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32491/tid=32498] ppid=32489 vsize=915464 CPUtime=0
/proc/32491/task/32498/stat : 32498 (java) S 32489 32491 30932 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 274879084 937435136 8848 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32491/tid=32499] ppid=32489 vsize=915464 CPUtime=0
/proc/32491/task/32499/stat : 32499 (java) S 32489 32491 30932 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 274879084 937435136 8848 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2400.07
Current children cumulated vsize (KiB) 915464

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

Child status: 143
Real time (s): 2420.26
CPU time (s): 2400.1
CPU user time (s): 2397.96
CPU system time (s): 2.14267
CPU usage (%): 99.167
Max. virtual memory (cumulated for all children) (KiB): 915468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.96
system time used= 2.14267
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9146
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= 49964
involuntary context switches= 148282

runsolver used 3.16752 s user time and 7.54885 s system time

The end

Launcher Data (download as text)

Begin job on node9 on Sat Jan 20 03:47:19 UTC 2007


IDJOB= 277286
IDBENCH= 6551
IDSOLVER= 68
FILE ID= node9/277286-1169264839

PBS_JOBID= 3607272

Free space on /tmp= 66563 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  4d05ea6d1cd92b8c83c24cf008f4219b

RANDOM SEED= 64498272

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:       1266480 kB
Buffers:         59276 kB
Cached:         586184 kB
SwapCached:        268 kB
Active:         295664 kB
Inactive:       408916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1266480 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            1756 kB
Writeback:           0 kB
Mapped:          78720 kB
Slab:            69472 kB
Committed_AS:  8178524 kB
PageTables:       2396 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= 66561 MiB



End job on node9 on Sat Jan 20 04:27:40 UTC 2007