Trace number 210625

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
Abscon 109 ESAC? (TO) 1800.04 1810.95

General information on the benchmark

NamepseudoSeries/fpga/
fpga-30-28.xml
MD5SUMade77c7cca28b37312b930505046f764
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1260
Number of constraints926
Maximum constraint arity30
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension926
Global constraints used (with number of constraints)

Solver Data (download as text)

0.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=esac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/210625-1168200300/unknown.xml
0.39	   
0.39	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.52	     nbVariables=1260  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2
0.52	       =>  wckTime=0.198  cpuTime=0.14  mem=8M869
0.52	   
0.52	   predicates being loaded...
0.54	   
0.54	   constraints being loaded...
1.15	     nbConstraints=926  nbConflictsStructures=2  nbSharedConflictsStructures=866  nbUnbuiltConflictsStructures=2
1.15	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=4  nbSharedEvaluationManagers=922  maxDegree=29  maxArity=30
1.15	       =>  wckTime=0.825  cpuTime=0.65  mem=15M521
1.21	   
1.21	   solver IterativeSystematicSolver being built... 
1.54	       =>  wckTime=1.216  cpuTime=0.92  mem=53M295
5.89	   
5.89	   preprocessing
5.89	     nbConstraintChecks=1052320  nbValidityChecks=36315  nbPropagations=4610  nbRevisions=23279
5.89	     nbUselessRevisions=21616  nbSingletonTests=1690  nbEffectiveSingletonTests=0  nbESACBranches=3  nbRemovedValues=0
5.89	     detectedInconsistency=no
5.89	       =>  wckTime=4.348  cpuTime=4.27  mem=54M290
32.53	   
32.53	   search
32.53	     run=0  nbConstraintChecks=8848330  nbValidityChecks=16042  nbPropagations=7048  nbRevisions=39465
32.53	     nbUselessRevisions=36566  nbAssignments=1205  nbFailedAssignments=8  nbBacktracks=10  nbVisitedNodes=1214
32.53	     nbRestartNogoods=0  mapSize=8  nbInferences=0  nbTooLargeKeys=0
32.53	       =>  wckTime=30.991  cpuTime=30.75  mem=17M386
36.64	   
36.64	   search
36.64	     run=1  nbConstraintChecks=10356426  nbValidityChecks=21741  nbPropagations=15954  nbRevisions=85585
36.64	     nbUselessRevisions=78601  nbAssignments=1877  nbFailedAssignments=9  nbBacktracks=234  nbVisitedNodes=1887
36.64	     nbRestartNogoods=2  mapSize=17  nbInferences=0  nbTooLargeKeys=0
36.64	       =>  wckTime=35.094  cpuTime=34.82  mem=18M387
40.74	   
40.74	   search
40.74	     run=2  nbConstraintChecks=11864523  nbValidityChecks=27440  nbPropagations=26721  nbRevisions=138361
40.74	     nbUselessRevisions=126104  nbAssignments=2549  nbFailedAssignments=10  nbBacktracks=459  nbVisitedNodes=2560
40.74	     nbRestartNogoods=3  mapSize=26  nbInferences=0  nbTooLargeKeys=0
40.74	       =>  wckTime=39.2  cpuTime=38.91  mem=20M391
41.68	   
41.68	   search
41.68	     run=3  nbConstraintChecks=12324040  nbValidityChecks=32510  nbPropagations=39322  nbRevisions=197176
41.68	     nbUselessRevisions=178462  nbAssignments=3198  nbFailedAssignments=15  nbBacktracks=494  nbVisitedNodes=3214
41.68	     nbRestartNogoods=4  mapSize=31  nbInferences=0  nbTooLargeKeys=0
41.68	       =>  wckTime=40.138  cpuTime=39.85  mem=21M392
49.01	   
49.01	   search
49.01	     run=4  nbConstraintChecks=14880713  nbValidityChecks=38006  nbPropagations=53787  nbRevisions=262451
49.01	     nbUselessRevisions=236095  nbAssignments=3871  nbFailedAssignments=18  nbBacktracks=714  nbVisitedNodes=3890
49.01	     nbRestartNogoods=9  mapSize=35  nbInferences=0  nbTooLargeKeys=0
49.01	       =>  wckTime=47.463  cpuTime=47.12  mem=23M396
49.92	   
49.92	   search
49.92	     run=5  nbConstraintChecks=15340238  nbValidityChecks=42237  nbPropagations=70031  nbRevisions=332930
49.92	     nbUselessRevisions=297743  nbAssignments=4460  nbFailedAssignments=28  nbBacktracks=789  nbVisitedNodes=4489
49.92	     nbRestartNogoods=10  mapSize=53  nbInferences=0  nbTooLargeKeys=0
49.92	       =>  wckTime=48.38  cpuTime=48.03  mem=24M397
50.89	   
50.89	   search
50.89	     run=6  nbConstraintChecks=15799770  nbValidityChecks=47563  nbPropagations=88238  nbRevisions=409668
50.89	     nbUselessRevisions=364454  nbAssignments=5226  nbFailedAssignments=43  nbBacktracks=903  nbVisitedNodes=5270
50.89	     nbRestartNogoods=12  mapSize=78  nbInferences=0  nbTooLargeKeys=0
50.89	       =>  wckTime=49.347  cpuTime=48.99  mem=26M401
77.13	   
77.13	   search
77.13	     run=7  nbConstraintChecks=24648142  nbValidityChecks=53839  nbPropagations=108457  nbRevisions=493569
77.13	     nbUselessRevisions=437110  nbAssignments=6018  nbFailedAssignments=54  nbBacktracks=1074  nbVisitedNodes=6073
77.13	     nbRestartNogoods=17  mapSize=91  nbInferences=0  nbTooLargeKeys=0
77.13	       =>  wckTime=75.592  cpuTime=75.12  mem=28M404
81.31	   
81.31	   search
81.31	     run=8  nbConstraintChecks=26156282  nbValidityChecks=59604  nbPropagations=130969  nbRevisions=583793
81.31	     nbUselessRevisions=514682  nbAssignments=6902  nbFailedAssignments=87  nbBacktracks=1338  nbVisitedNodes=6990
81.31	     nbRestartNogoods=18  mapSize=153  nbInferences=0  nbTooLargeKeys=0
81.31	       =>  wckTime=79.767  cpuTime=79.28  mem=30M407
82.41	   
82.41	   search
82.41	     run=9  nbConstraintChecks=26616267  nbValidityChecks=76061  nbPropagations=155843  nbRevisions=691480
82.41	     nbUselessRevisions=608566  nbAssignments=8113  nbFailedAssignments=88  nbBacktracks=1886  nbVisitedNodes=8202
82.41	     nbRestartNogoods=22  mapSize=174  nbInferences=0  nbTooLargeKeys=0
82.41	       =>  wckTime=80.871  cpuTime=80.37  mem=33M412
86.68	   
86.68	   search
86.68	     run=10  nbConstraintChecks=28124458  nbValidityChecks=93514  nbPropagations=183138  nbRevisions=817212
86.68	     nbUselessRevisions=719340  nbAssignments=9379  nbFailedAssignments=90  nbBacktracks=2489  nbVisitedNodes=9470
86.68	     nbRestartNogoods=23  mapSize=198  nbInferences=0  nbTooLargeKeys=0
86.68	       =>  wckTime=85.136  cpuTime=84.62  mem=37M419
131.72	   
131.72	   search
131.72	     run=11  nbConstraintChecks=43265150  nbValidityChecks=113237  nbPropagations=213191  nbRevisions=963173
131.72	     nbUselessRevisions=849132  nbAssignments=10926  nbFailedAssignments=105  nbBacktracks=3367  nbVisitedNodes=11032
131.72	     nbRestartNogoods=24  mapSize=237  nbInferences=0  nbTooLargeKeys=0
131.72	       =>  wckTime=130.176  cpuTime=129.45  mem=41M425
772.57	   
772.57	   search
772.57	     run=12  nbConstraintChecks=255537131  nbValidityChecks=134169  nbPropagations=247072  nbRevisions=1130008
772.57	     nbUselessRevisions=998062  nbAssignments=13018  nbFailedAssignments=306  nbBacktracks=4664  nbVisitedNodes=13325
772.57	     nbRestartNogoods=25  mapSize=460  nbInferences=0  nbTooLargeKeys=0
772.57	       =>  wckTime=771.027  cpuTime=767.4  mem=47M435
1715.71	   
1715.71	   search
1715.71	     run=13  nbConstraintChecks=566375271  nbValidityChecks=161413  nbPropagations=285929  nbRevisions=1323206
1715.71	     nbUselessRevisions=1171314  nbAssignments=15953  nbFailedAssignments=620  nbBacktracks=6646  nbVisitedNodes=16574
1715.71	     nbRestartNogoods=29  mapSize=804  nbInferences=0  nbTooLargeKeys=0
1715.71	       =>  wckTime=1714.171  cpuTime=1703.95  mem=55M448

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node60/watcher-210625-1168200300 -o ROOT/results/node60/solver-210625-1168200300 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/210625-1168200300/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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.01 2.02 1.87 2/85 17221
/proc/meminfo: memFree=1266272/2055920 swapFree=4192812/4192956
[pid=17220] ppid=17218 vsize=18540 CPUtime=0
/proc/17220/stat : 17220 (runsolver) R 17218 17220 16386 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 168427859 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 271894244647 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/17220/statm: 4635 279 244 17 0 2626 0

[startup+0.102544 s]
/proc/loadavg: 2.01 2.02 1.87 2/85 17221
/proc/meminfo: memFree=1266272/2055920 swapFree=4192812/4192956
[pid=17220] ppid=17218 vsize=913228 CPUtime=0.08
/proc/17220/stat : 17220 (java) S 17218 17220 16386 0 -1 0 2901 0 1 0 7 1 0 0 17 0 8 0 168427859 935145472 2647 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17220/statm: 228307 2647 1396 14 0 215208 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 913228

[startup+0.510581 s]
/proc/loadavg: 2.01 2.02 1.87 2/85 17221
/proc/meminfo: memFree=1266272/2055920 swapFree=4192812/4192956
[pid=17220] ppid=17218 vsize=915328 CPUtime=0.47
/proc/17220/stat : 17220 (java) R 17218 17220 16386 0 -1 0 6375 0 1 0 43 4 0 0 18 0 8 0 168427859 937295872 6114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072942247 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17220/statm: 228832 6114 2135 14 0 215302 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 915328

[startup+1.33367 s]
/proc/loadavg: 2.01 2.02 1.87 3/92 17228
/proc/meminfo: memFree=1207848/2055920 swapFree=4192812/4192956
[pid=17220] ppid=17218 vsize=915580 CPUtime=1.3
/proc/17220/stat : 17220 (java) R 17218 17220 16386 0 -1 0 19140 0 1 0 116 14 0 0 24 0 8 0 168427859 937553920 18877 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073676036 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17220/statm: 228895 18877 2502 14 0 215365 0
[pid=17220/tid=17222] ppid=17218 vsize=915580 CPUtime=0.07
/proc/17220/task/17222/stat : 17222 (java) S 17218 17220 16386 0 -1 64 2189 0 0 0 7 0 0 0 16 0 8 0 168427863 937553920 18877 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17220/tid=17223] ppid=17218 vsize=915580 CPUtime=0
/proc/17220/task/17223/stat : 17223 (java) S 17218 17220 16386 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168427864 937553920 18877 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17220/tid=17224] ppid=17218 vsize=915580 CPUtime=0
/proc/17220/task/17224/stat : 17224 (java) S 17218 17220 16386 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 168427864 937553920 18877 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17220/tid=17225] ppid=17218 vsize=915580 CPUtime=0
/proc/17220/task/17225/stat : 17225 (java) S 17218 17220 16386 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 168427867 937553920 18877 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17220/tid=17226] ppid=17218 vsize=915580 CPUtime=0.21
/proc/17220/task/17226/stat : 17226 (java) S 17218 17220 16386 0 -1 64 385 0 0 0 20 1 0 0 16 0 8 0 168427867 937553920 18877 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17220/tid=17227] ppid=17218 vsize=915580 CPUtime=0
/proc/17220/task/17227/stat : 17227 (java) S 17218 17220 16386 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 168427867 937553920 18877 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17220/tid=17228] ppid=17218 vsize=915580 CPUtime=0
/proc/17220/task/17228/stat : 17228 (java) S 17218 17220 16386 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168427867 937553920 18877 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) 915580

[startup+2.98582 s]
/proc/loadavg: 2.01 2.02 1.87 3/92 17228
/proc/meminfo: memFree=1200168/2055920 swapFree=4192812/4192956
[pid=17220] ppid=17218 vsize=915580 CPUtime=2.93
/proc/17220/stat : 17220 (java) R 17218 17220 16386 0 -1 0 19244 0 1 0 279 14 0 0 25 0 8 0 168427859 937553920 18981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073760983 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17220/statm: 228895 18981 2543 14 0 215365 0
[pid=17220/tid=17222] ppid=17218 vsize=915580 CPUtime=0.07
/proc/17220/task/17222/stat : 17222 (java) S 17218 17220 16386 0 -1 64 2189 0 0 0 7 0 0 0 17 0 8 0 168427863 937553920 18981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17220/tid=17223] ppid=17218 vsize=915580 CPUtime=0
/proc/17220/task/17223/stat : 17223 (java) S 17218 17220 16386 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168427864 937553920 18981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17220/tid=17224] ppid=17218 vsize=915580 CPUtime=0
/proc/17220/task/17224/stat : 17224 (java) S 17218 17220 16386 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 168427864 937553920 18981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17220/tid=17225] ppid=17218 vsize=915580 CPUtime=0
/proc/17220/task/17225/stat : 17225 (java) S 17218 17220 16386 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 168427867 937553920 18981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17220/tid=17226] ppid=17218 vsize=915580 CPUtime=0.26
/proc/17220/task/17226/stat : 17226 (java) S 17218 17220 16386 0 -1 64 416 0 0 0 25 1 0 0 15 0 8 0 168427867 937553920 18981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17220/tid=17227] ppid=17218 vsize=915580 CPUtime=0
/proc/17220/task/17227/stat : 17227 (java) S 17218 17220 16386 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 168427867 937553920 18981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17220/tid=17228] ppid=17218 vsize=915580 CPUtime=0
/proc/17220/task/17228/stat : 17228 (java) S 17218 17220 16386 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168427867 937553920 18981 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915580

[startup+6.27814 s]
/proc/loadavg: 2.01 2.02 1.87 3/92 17228
/proc/meminfo: memFree=1200040/2055920 swapFree=4192812/4192956
[pid=17220] ppid=17218 vsize=915580 CPUtime=6.19
/proc/17220/stat : 17220 (java) R 17218 17220 16386 0 -1 0 19268 0 1 0 605 14 0 0 25 0 8 0 168427859 937553920 19003 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073762023 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17220/statm: 228895 19003 2546 14 0 215365 0
[pid=17220/tid=17222] ppid=17218 vsize=915580 CPUtime=0.07
/proc/17220/task/17222/stat : 17222 (java) S 17218 17220 16386 0 -1 64 2189 0 0 0 7 0 0 0 16 0 8 0 168427863 937553920 19003 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17220/tid=17223] ppid=17218 vsize=915580 CPUtime=0
/proc/17220/task/17223/stat : 17223 (java) S 17218 17220 16386 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168427864 937553920 19003 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17220/tid=17224] ppid=17218 vsize=915580 CPUtime=0
/proc/17220/task/17224/stat : 17224 (java) S 17218 17220 16386 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 168427864 937553920 19003 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17220/tid=17225] ppid=17218 vsize=915580 CPUtime=0
/proc/17220/task/17225/stat : 17225 (java) S 17218 17220 16386 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 168427867 937553920 19003 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17220/tid=17226] ppid=17218 vsize=915580 CPUtime=0.29
/proc/17220/task/17226/stat : 17226 (java) S 17218 17220 16386 0 -1 64 433 0 0 0 28 1 0 0 16 0 8 0 168427867 937553920 19003 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17220/tid=17227] ppid=17218 vsize=915580 CPUtime=0
/proc/17220/task/17227/stat : 17227 (java) S 17218 17220 16386 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 168427867 937553920 19003 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17220/tid=17228] ppid=17218 vsize=915580 CPUtime=0
/proc/17220/task/17228/stat : 17228 (java) S 17218 17220 16386 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168427867 937553920 19003 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 915580

[startup+12.7638 s]
/proc/loadavg: 1.93 2.00 1.87 3/88 17299
/proc/meminfo: memFree=1327112/2055920 swapFree=4192812/4192956
[pid=17220] ppid=17218 vsize=915580 CPUtime=12.67
/proc/17220/stat : 17220 (java) R 17218 17220 16386 0 -1 0 21021 0 1 0 1251 16 0 0 25 0 8 0 168427859 937553920 20754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073759339 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17220/statm: 228895 20754 2547 14 0 215365 0
[pid=17220/tid=17222] ppid=17218 vsize=915580 CPUtime=0.11
/proc/17220/task/17222/stat : 17222 (java) S 17218 17220 16386 0 -1 64 3938 0 0 0 10 1 0 0 16 0 8 0 168427863 937553920 20754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17220/tid=17223] ppid=17218 vsize=915580 CPUtime=0
/proc/17220/task/17223/stat : 17223 (java) S 17218 17220 16386 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168427864 937553920 20754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17220/tid=17224] ppid=17218 vsize=915580 CPUtime=0
/proc/17220/task/17224/stat : 17224 (java) S 17218 17220 16386 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 168427864 937553920 20754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17220/tid=17225] ppid=17218 vsize=915580 CPUtime=0
/proc/17220/task/17225/stat : 17225 (java) S 17218 17220 16386 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 168427867 937553920 20754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17220/tid=17226] ppid=17218 vsize=915580 CPUtime=0.29
/proc/17220/task/17226/stat : 17226 (java) S 17218 17220 16386 0 -1 64 434 0 0 0 28 1 0 0 16 0 8 0 168427867 937553920 20754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17220/tid=17227] ppid=17218 vsize=915580 CPUtime=0
/proc/17220/task/17227/stat : 17227 (java) S 17218 17220 16386 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 168427867 937553920 20754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17220/tid=17228] ppid=17218 vsize=915580 CPUtime=0
/proc/17220/task/17228/stat : 17228 (java) S 17218 17220 16386 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168427867 937553920 20754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 915580

[startup+25.6109 s]
/proc/loadavg: 1.94 2.00 1.87 3/88 17299
/proc/meminfo: memFree=773584/2055920 swapFree=4192812/4192956
[pid=17220] ppid=17218 vsize=915580 CPUtime=25.46
/proc/17220/stat : 17220 (java) R 17218 17220 16386 0 -1 0 21021 0 1 0 2530 16 0 0 25 0 8 0 168427859 937553920 20754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073760976 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17220/statm: 228895 20754 2547 14 0 215365 0
[pid=17220/tid=17222] ppid=17218 vsize=915580 CPUtime=0.11
/proc/17220/task/17222/stat : 17222 (java) S 17218 17220 16386 0 -1 64 3938 0 0 0 10 1 0 0 16 0 8 0 168427863 937553920 20754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17220/tid=17223] ppid=17218 vsize=915580 CPUtime=0
/proc/17220/task/17223/stat : 17223 (java) S 17218 17220 16386 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168427864 937553920 20754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17220/tid=17224] ppid=17218 vsize=915580 CPUtime=0
/proc/17220/task/17224/stat : 17224 (java) S 17218 17220 16386 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 168427864 937553920 20754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17220/tid=17225] ppid=17218 vsize=915580 CPUtime=0
/proc/17220/task/17225/stat : 17225 (java) S 17218 17220 16386 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 168427867 937553920 20754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17220/tid=17226] ppid=17218 vsize=915580 CPUtime=0.29
/proc/17220/task/17226/stat : 17226 (java) S 17218 17220 16386 0 -1 64 434 0 0 0 28 1 0 0 16 0 8 0 168427867 937553920 20754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17220/tid=17227] ppid=17218 vsize=915580 CPUtime=0
/proc/17220/task/17227/stat : 17227 (java) S 17218 17220 16386 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 168427867 937553920 20754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17220/tid=17228] ppid=17218 vsize=915580 CPUtime=0
/proc/17220/task/17228/stat : 17228 (java) S 17218 17220 16386 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168427867 937553920 20754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 915580

[startup+51.3114 s]
/proc/loadavg: 1.96 2.00 1.87 3/88 17299
/proc/meminfo: memFree=767696/2055920 swapFree=4192812/4192956
[pid=17220] ppid=17218 vsize=915580 CPUtime=51.03
/proc/17220/stat : 17220 (java) R 17218 17220 16386 0 -1 0 21035 0 1 0 5087 16 0 0 25 0 8 0 168427859 937553920 20765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073811126 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17220/statm: 228895 20765 2547 14 0 215365 0
[pid=17220/tid=17222] ppid=17218 vsize=915580 CPUtime=0.11
/proc/17220/task/17222/stat : 17222 (java) S 17218 17220 16386 0 -1 64 3938 0 0 0 10 1 0 0 16 0 8 0 168427863 937553920 20765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17220/tid=17223] ppid=17218 vsize=915580 CPUtime=0
/proc/17220/task/17223/stat : 17223 (java) S 17218 17220 16386 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168427864 937553920 20765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17220/tid=17224] ppid=17218 vsize=915580 CPUtime=0
/proc/17220/task/17224/stat : 17224 (java) S 17218 17220 16386 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 168427864 937553920 20765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17220/tid=17225] ppid=17218 vsize=915580 CPUtime=0
/proc/17220/task/17225/stat : 17225 (java) S 17218 17220 16386 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 168427867 937553920 20765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17220/tid=17226] ppid=17218 vsize=915580 CPUtime=0.31
/proc/17220/task/17226/stat : 17226 (java) S 17218 17220 16386 0 -1 64 446 0 0 0 30 1 0 0 15 0 8 0 168427867 937553920 20765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17220/tid=17227] ppid=17218 vsize=915580 CPUtime=0
/proc/17220/task/17227/stat : 17227 (java) S 17218 17220 16386 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 168427867 937553920 20765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17220/tid=17228] ppid=17218 vsize=915580 CPUtime=0
/proc/17220/task/17228/stat : 17228 (java) S 17218 17220 16386 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168427867 937553920 20765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 915580

[startup+102.588 s]
/proc/loadavg: 1.98 2.00 1.87 3/88 17299
/proc/meminfo: memFree=767696/2055920 swapFree=4192812/4192956
[pid=17220] ppid=17218 vsize=915580 CPUtime=102.07
/proc/17220/stat : 17220 (java) R 17218 17220 16386 0 -1 0 21042 0 1 0 10191 16 0 0 25 0 8 0 168427859 937553920 20770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073764096 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17220/statm: 228895 20770 2547 14 0 215365 0
[pid=17220/tid=17222] ppid=17218 vsize=915580 CPUtime=0.11
/proc/17220/task/17222/stat : 17222 (java) S 17218 17220 16386 0 -1 64 3938 0 0 0 10 1 0 0 16 0 8 0 168427863 937553920 20770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17220/tid=17223] ppid=17218 vsize=915580 CPUtime=0
/proc/17220/task/17223/stat : 17223 (java) S 17218 17220 16386 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168427864 937553920 20770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17220/tid=17224] ppid=17218 vsize=915580 CPUtime=0
/proc/17220/task/17224/stat : 17224 (java) S 17218 17220 16386 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 168427864 937553920 20770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17220/tid=17225] ppid=17218 vsize=915580 CPUtime=0
/proc/17220/task/17225/stat : 17225 (java) S 17218 17220 16386 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 168427867 937553920 20770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17220/tid=17226] ppid=17218 vsize=915580 CPUtime=0.33
/proc/17220/task/17226/stat : 17226 (java) S 17218 17220 16386 0 -1 64 451 0 0 0 31 2 0 0 16 0 8 0 168427867 937553920 20770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17220/tid=17227] ppid=17218 vsize=915580 CPUtime=0
/proc/17220/task/17227/stat : 17227 (java) S 17218 17220 16386 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 168427867 937553920 20770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17220/tid=17228] ppid=17218 vsize=915580 CPUtime=0
/proc/17220/task/17228/stat : 17228 (java) S 17218 17220 16386 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168427867 937553920 20770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.07
Current children cumulated vsize (KiB) 915580

[startup+162.597 s]
/proc/loadavg: 1.99 2.00 1.88 3/88 17299
/proc/meminfo: memFree=767760/2055920 swapFree=4192812/4192956
[pid=17220] ppid=17218 vsize=915580 CPUtime=161.83
/proc/17220/stat : 17220 (java) R 17218 17220 16386 0 -1 0 21042 0 1 0 16166 17 0 0 25 0 8 0 168427859 937553920 20770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073762181 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 1415.13
Current children cumulated vsize (KiB) 915580

[startup+1482.87 s]
/proc/loadavg: 2.00 2.00 1.94 3/88 17301
/proc/meminfo: memFree=726288/2055920 swapFree=4192812/4192956
[pid=17220] ppid=17218 vsize=915580 CPUtime=1474.66
/proc/17220/stat : 17220 (java) R 17218 17220 16386 0 -1 0 21042 0 1 0 147448 18 0 0 25 0 8 0 168427859 937553920 20770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073767235 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17220/statm: 228895 20770 2547 14 0 215365 0
[pid=17220/tid=17222] ppid=17218 vsize=915580 CPUtime=0.11
/proc/17220/task/17222/stat : 17222 (java) S 17218 17220 16386 0 -1 64 3938 0 0 0 10 1 0 0 16 0 8 0 168427863 937553920 20770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17220/tid=17223] ppid=17218 vsize=915580 CPUtime=0
/proc/17220/task/17223/stat : 17223 (java) S 17218 17220 16386 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168427864 937553920 20770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17220/tid=17224] ppid=17218 vsize=915580 CPUtime=0
/proc/17220/task/17224/stat : 17224 (java) S 17218 17220 16386 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 168427864 937553920 20770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17220/tid=17225] ppid=17218 vsize=915580 CPUtime=0
/proc/17220/task/17225/stat : 17225 (java) S 17218 17220 16386 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 168427867 937553920 20770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17220/tid=17226] ppid=17218 vsize=915580 CPUtime=0.33
/proc/17220/task/17226/stat : 17226 (java) S 17218 17220 16386 0 -1 64 451 0 0 0 31 2 0 0 16 0 8 0 168427867 937553920 20770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17220/tid=17227] ppid=17218 vsize=915580 CPUtime=0
/proc/17220/task/17227/stat : 17227 (java) S 17218 17220 16386 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 168427867 937553920 20770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17220/tid=17228] ppid=17218 vsize=915580 CPUtime=0
/proc/17220/task/17228/stat : 17228 (java) S 17218 17220 16386 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168427867 937553920 20770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1474.66
Current children cumulated vsize (KiB) 915580

[startup+1542.89 s]
/proc/loadavg: 2.00 2.00 1.94 3/88 17301
/proc/meminfo: memFree=726288/2055920 swapFree=4192812/4192956
[pid=17220] ppid=17218 vsize=915580 CPUtime=1534.17
/proc/17220/stat : 17220 (java) R 17218 17220 16386 0 -1 0 21042 0 1 0 153399 18 0 0 25 0 8 0 168427859 937553920 20770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073760983 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17220/statm: 228895 20770 2547 14 0 215365 0
[pid=17220/tid=17222] ppid=17218 vsize=915580 CPUtime=0.11
/proc/17220/task/17222/stat : 17222 (java) S 17218 17220 16386 0 -1 64 3938 0 0 0 10 1 0 0 16 0 8 0 168427863 937553920 20770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17220/tid=17223] ppid=17218 vsize=915580 CPUtime=0
/proc/17220/task/17223/stat : 17223 (java) S 17218 17220 16386 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168427864 937553920 20770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17220/tid=17224] ppid=17218 vsize=915580 CPUtime=0
/proc/17220/task/17224/stat : 17224 (java) S 17218 17220 16386 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 168427864 937553920 20770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17220/tid=17225] ppid=17218 vsize=915580 CPUtime=0
/proc/17220/task/17225/stat : 17225 (java) S 17218 17220 16386 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 168427867 937553920 20770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17220/tid=17226] ppid=17218 vsize=915580 CPUtime=0.33
/proc/17220/task/17226/stat : 17226 (java) S 17218 17220 16386 0 -1 64 451 0 0 0 31 2 0 0 16 0 8 0 168427867 937553920 20770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17220/tid=17227] ppid=17218 vsize=915580 CPUtime=0
/proc/17220/task/17227/stat : 17227 (java) S 17218 17220 16386 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 168427867 937553920 20770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17220/tid=17228] ppid=17218 vsize=915580 CPUtime=0
/proc/17220/task/17228/stat : 17228 (java) S 17218 17220 16386 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168427867 937553920 20770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1534.17
Current children cumulated vsize (KiB) 915580

[startup+1602.9 s]
/proc/loadavg: 2.05 2.01 1.94 3/88 17301
/proc/meminfo: memFree=726224/2055920 swapFree=4192812/4192956
[pid=17220] ppid=17218 vsize=915580 CPUtime=1593.69
/proc/17220/stat : 17220 (java) R 17218 17220 16386 0 -1 0 21042 0 1 0 159351 18 0 0 25 0 8 0 168427859 937553920 20770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073757072 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17220/statm: 228895 20770 2547 14 0 215365 0
[pid=17220/tid=17222] ppid=17218 vsize=915580 CPUtime=0.11
/proc/17220/task/17222/stat : 17222 (java) S 17218 17220 16386 0 -1 64 3938 0 0 0 10 1 0 0 16 0 8 0 168427863 937553920 20770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17220/tid=17223] ppid=17218 vsize=915580 CPUtime=0
/proc/17220/task/17223/stat : 17223 (java) S 17218 17220 16386 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168427864 937553920 20770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17220/tid=17224] ppid=17218 vsize=915580 CPUtime=0
/proc/17220/task/17224/stat : 17224 (java) S 17218 17220 16386 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 168427864 937553920 20770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17220/tid=17225] ppid=17218 vsize=915580 CPUtime=0
/proc/17220/task/17225/stat : 17225 (java) S 17218 17220 16386 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 168427867 937553920 20770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17220/tid=17226] ppid=17218 vsize=915580 CPUtime=0.33
/proc/17220/task/17226/stat : 17226 (java) S 17218 17220 16386 0 -1 64 451 0 0 0 31 2 0 0 16 0 8 0 168427867 937553920 20770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17220/tid=17227] ppid=17218 vsize=915580 CPUtime=0
/proc/17220/task/17227/stat : 17227 (java) S 17218 17220 16386 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 168427867 937553920 20770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17220/tid=17228] ppid=17218 vsize=915580 CPUtime=0
/proc/17220/task/17228/stat : 17228 (java) S 17218 17220 16386 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168427867 937553920 20770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1593.69
Current children cumulated vsize (KiB) 915580

[startup+1662.91 s]
/proc/loadavg: 2.02 2.01 1.94 3/88 17301
/proc/meminfo: memFree=726288/2055920 swapFree=4192812/4192956
[pid=17220] ppid=17218 vsize=915580 CPUtime=1653.24
/proc/17220/stat : 17220 (java) R 17218 17220 16386 0 -1 0 21042 0 1 0 165305 19 0 0 25 0 8 0 168427859 937553920 20770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073767287 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17220/statm: 228895 20770 2547 14 0 215365 0
[pid=17220/tid=17222] ppid=17218 vsize=915580 CPUtime=0.11
/proc/17220/task/17222/stat : 17222 (java) S 17218 17220 16386 0 -1 64 3938 0 0 0 10 1 0 0 16 0 8 0 168427863 937553920 20770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17220/tid=17223] ppid=17218 vsize=915580 CPUtime=0
/proc/17220/task/17223/stat : 17223 (java) S 17218 17220 16386 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168427864 937553920 20770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17220/tid=17224] ppid=17218 vsize=915580 CPUtime=0
/proc/17220/task/17224/stat : 17224 (java) S 17218 17220 16386 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 168427864 937553920 20770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17220/tid=17225] ppid=17218 vsize=915580 CPUtime=0
/proc/17220/task/17225/stat : 17225 (java) S 17218 17220 16386 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 168427867 937553920 20770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17220/tid=17226] ppid=17218 vsize=915580 CPUtime=0.33
/proc/17220/task/17226/stat : 17226 (java) S 17218 17220 16386 0 -1 64 451 0 0 0 31 2 0 0 16 0 8 0 168427867 937553920 20770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17220/tid=17227] ppid=17218 vsize=915580 CPUtime=0
/proc/17220/task/17227/stat : 17227 (java) S 17218 17220 16386 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 168427867 937553920 20770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17220/tid=17228] ppid=17218 vsize=915580 CPUtime=0
/proc/17220/task/17228/stat : 17228 (java) S 17218 17220 16386 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168427867 937553920 20770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1653.24
Current children cumulated vsize (KiB) 915580

[startup+1722.95 s]
/proc/loadavg: 2.00 2.00 1.94 3/88 17301
/proc/meminfo: memFree=723984/2055920 swapFree=4192812/4192956
[pid=17220] ppid=17218 vsize=915580 CPUtime=1712.75
/proc/17220/stat : 17220 (java) R 17218 17220 16386 0 -1 0 21042 0 1 0 171256 19 0 0 25 0 8 0 168427859 937553920 20770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073767200 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17220/statm: 228895 20770 2547 14 0 215365 0
[pid=17220/tid=17222] ppid=17218 vsize=915580 CPUtime=0.11
/proc/17220/task/17222/stat : 17222 (java) S 17218 17220 16386 0 -1 64 3938 0 0 0 10 1 0 0 16 0 8 0 168427863 937553920 20770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17220/tid=17223] ppid=17218 vsize=915580 CPUtime=0
/proc/17220/task/17223/stat : 17223 (java) S 17218 17220 16386 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168427864 937553920 20770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17220/tid=17224] ppid=17218 vsize=915580 CPUtime=0
/proc/17220/task/17224/stat : 17224 (java) S 17218 17220 16386 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 168427864 937553920 20770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17220/tid=17225] ppid=17218 vsize=915580 CPUtime=0
/proc/17220/task/17225/stat : 17225 (java) S 17218 17220 16386 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 168427867 937553920 20770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17220/tid=17226] ppid=17218 vsize=915580 CPUtime=0.33
/proc/17220/task/17226/stat : 17226 (java) S 17218 17220 16386 0 -1 64 451 0 0 0 31 2 0 0 16 0 8 0 168427867 937553920 20770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17220/tid=17227] ppid=17218 vsize=915580 CPUtime=0
/proc/17220/task/17227/stat : 17227 (java) S 17218 17220 16386 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 168427867 937553920 20770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17220/tid=17228] ppid=17218 vsize=915580 CPUtime=0
/proc/17220/task/17228/stat : 17228 (java) S 17218 17220 16386 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168427867 937553920 20770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1712.75
Current children cumulated vsize (KiB) 915580

[startup+1782.95 s]
/proc/loadavg: 2.00 2.00 1.94 3/88 17301
/proc/meminfo: memFree=723920/2055920 swapFree=4192812/4192956
[pid=17220] ppid=17218 vsize=915580 CPUtime=1772.27
/proc/17220/stat : 17220 (java) R 17218 17220 16386 0 -1 0 21042 0 1 0 177208 19 0 0 25 0 8 0 168427859 937553920 20770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073762034 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17220/statm: 228895 20770 2547 14 0 215365 0
[pid=17220/tid=17222] ppid=17218 vsize=915580 CPUtime=0.11
/proc/17220/task/17222/stat : 17222 (java) S 17218 17220 16386 0 -1 64 3938 0 0 0 10 1 0 0 16 0 8 0 168427863 937553920 20770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17220/tid=17223] ppid=17218 vsize=915580 CPUtime=0
/proc/17220/task/17223/stat : 17223 (java) S 17218 17220 16386 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168427864 937553920 20770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17220/tid=17224] ppid=17218 vsize=915580 CPUtime=0
/proc/17220/task/17224/stat : 17224 (java) S 17218 17220 16386 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 168427864 937553920 20770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17220/tid=17225] ppid=17218 vsize=915580 CPUtime=0
/proc/17220/task/17225/stat : 17225 (java) S 17218 17220 16386 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 168427867 937553920 20770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17220/tid=17226] ppid=17218 vsize=915580 CPUtime=0.33
/proc/17220/task/17226/stat : 17226 (java) S 17218 17220 16386 0 -1 64 451 0 0 0 31 2 0 0 16 0 8 0 168427867 937553920 20770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17220/tid=17227] ppid=17218 vsize=915580 CPUtime=0
/proc/17220/task/17227/stat : 17227 (java) S 17218 17220 16386 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 168427867 937553920 20770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17220/tid=17228] ppid=17218 vsize=915580 CPUtime=0
/proc/17220/task/17228/stat : 17228 (java) S 17218 17220 16386 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168427867 937553920 20770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1772.27
Current children cumulated vsize (KiB) 915580



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.91 s]
/proc/loadavg: 2.00 2.00 1.94 3/88 17301
/proc/meminfo: memFree=723920/2055920 swapFree=4192812/4192956
[pid=17220] ppid=17218 vsize=915580 CPUtime=1800
/proc/17220/stat : 17220 (java) R 17218 17220 16386 0 -1 0 21042 0 1 0 179981 19 0 0 25 0 8 0 168427859 937553920 20770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479196 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17220/statm: 228895 20770 2547 14 0 215365 0
[pid=17220/tid=17222] ppid=17218 vsize=915580 CPUtime=0.11
/proc/17220/task/17222/stat : 17222 (java) S 17218 17220 16386 0 -1 64 3938 0 0 0 10 1 0 0 16 0 8 0 168427863 937553920 20770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17220/tid=17223] ppid=17218 vsize=915580 CPUtime=0
/proc/17220/task/17223/stat : 17223 (java) S 17218 17220 16386 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168427864 937553920 20770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17220/tid=17224] ppid=17218 vsize=915580 CPUtime=0
/proc/17220/task/17224/stat : 17224 (java) S 17218 17220 16386 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 168427864 937553920 20770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17220/tid=17225] ppid=17218 vsize=915580 CPUtime=0
/proc/17220/task/17225/stat : 17225 (java) S 17218 17220 16386 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 168427867 937553920 20770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17220/tid=17226] ppid=17218 vsize=915580 CPUtime=0.33
/proc/17220/task/17226/stat : 17226 (java) S 17218 17220 16386 0 -1 64 451 0 0 0 31 2 0 0 16 0 8 0 168427867 937553920 20770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17220/tid=17227] ppid=17218 vsize=915580 CPUtime=0
/proc/17220/task/17227/stat : 17227 (java) S 17218 17220 16386 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 168427867 937553920 20770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17220/tid=17228] ppid=17218 vsize=915580 CPUtime=0
/proc/17220/task/17228/stat : 17228 (java) S 17218 17220 16386 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168427867 937553920 20770 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 915580

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

Child status: 143
Real time (s): 1810.95
CPU time (s): 1800.04
CPU user time (s): 1799.83
CPU system time (s): 0.204968
CPU usage (%): 99.3974
Max. virtual memory (cumulated for all children) (KiB): 915580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.83
system time used= 0.204968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21057
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= 38077
involuntary context switches= 35116

runsolver used 1.81272 s user time and 4.69329 s system time

The end

Launcher Data (download as text)

Begin job on node60 on Sun Jan  7 20:05:00 UTC 2007


IDJOB= 210625
IDBENCH= 4634
FILE ID= node60/210625-1168200300

PBS_JOBID= 3480716

Free space on /tmp= 66555 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/fpga/fpga-30-28.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/210625-1168200300/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node60/watcher-210625-1168200300 -o ROOT/results/node60/solver-210625-1168200300 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/210625-1168200300/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  ade77c7cca28b37312b930505046f764

RANDOM SEED= 312187664

TIME LIMIT= 1800 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.236
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.236
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:       1266752 kB
Buffers:         41776 kB
Cached:         510520 kB
SwapCached:          0 kB
Active:         339768 kB
Inactive:       390256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1266752 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1960 kB
Writeback:           0 kB
Mapped:         198392 kB
Slab:            44116 kB
Committed_AS:  4579820 kB
PageTables:       2216 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= 66557 MiB



End job on node60 on Sun Jan  7 20:35:12 UTC 2007