Trace number 210613

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 AC? (TO) 1800.09 1816.71

General information on the benchmark

NamepseudoSeries/fpga/
fpga-35-33.xml
MD5SUM7286b8744b6866a8d8b49439ed4a9ffd
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 variables1733
Number of constraints1256
Maximum constraint arity35
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1256
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=mac.xml
0.36	   
0.36	   instance
0.36	     name=/tmp/evaluation/210613-1168075099/unknown.xml
0.39	   
0.39	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.57	     nbVariables=1733  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2
0.57	       =>  wckTime=0.246  cpuTime=0.15  mem=9M844
0.57	   
0.57	   predicates being loaded...
0.59	   
0.59	   constraints being loaded...
1.31	     nbConstraints=1256  nbUnbuiltConflictsStructures=6  nbSharedBinaryRepresentations=0  nbEvaluationManagers=6
1.31	     nbSharedEvaluationManagers=1250  maxDegree=34  maxArity=35
1.31	       =>  wckTime=0.985  cpuTime=0.72  mem=16M906
1.38	   
1.38	   solver IterativeSystematicSolver being built... 
1.81	       =>  wckTime=1.488  cpuTime=1.05  mem=34M621
1.98	   
1.98	   preprocessing
1.98	     nbConstraintChecks=23150  nbValidityChecks=19619  nbPropagations=1733  nbRevisions=20807  nbUselessRevisions=20807
1.98	     nbRemovedValues=0  detectedInconsistency=no
1.98	       =>  wckTime=0.155  cpuTime=0.13  mem=36M624
2.48	   
2.48	   search
2.48	     run=0  nbConstraintChecks=2377  nbValidityChecks=343976  nbPropagations=3482  nbRevisions=192796
2.48	     nbUselessRevisions=191640  nbAssignments=593  nbFailedAssignments=1  nbBacktracks=15  nbVisitedNodes=595
2.48	     nbRestartNogoods=0  mapSize=1  nbInferences=0  nbTooLargeKeys=0
2.48	       =>  wckTime=0.656  cpuTime=0.6  mem=38M627
3.41	   
3.41	   search
3.41	     run=1  nbConstraintChecks=3730  nbValidityChecks=701792  nbPropagations=9799  nbRevisions=571487
3.41	     nbUselessRevisions=568020  nbAssignments=2272  nbFailedAssignments=2  nbBacktracks=1117  nbVisitedNodes=2275
3.41	     nbRestartNogoods=1  mapSize=34  nbInferences=0  nbTooLargeKeys=0
3.41	       =>  wckTime=1.589  cpuTime=1.49  mem=45M638
8.43	   
8.43	   search
8.43	     run=2  nbConstraintChecks=1053540  nbValidityChecks=1048607  nbPropagations=18255  nbRevisions=1125039
8.43	     nbUselessRevisions=1118125  nbAssignments=3274  nbFailedAssignments=3  nbBacktracks=1541  nbVisitedNodes=3278
8.43	     nbRestartNogoods=2  mapSize=48  nbInferences=0  nbTooLargeKeys=0
8.43	       =>  wckTime=6.612  cpuTime=6.45  mem=49M644
13.45	   
13.45	   search
13.45	     run=3  nbConstraintChecks=2103383  nbValidityChecks=1395620  nbPropagations=28851  nbRevisions=1853584
13.45	     nbUselessRevisions=1842087  nbAssignments=4276  nbFailedAssignments=4  nbBacktracks=1967  nbVisitedNodes=4281
13.45	     nbRestartNogoods=3  mapSize=62  nbInferences=0  nbTooLargeKeys=0
13.45	       =>  wckTime=11.626  cpuTime=11.41  mem=53M651
22.77	   
22.77	   search
22.77	     run=4  nbConstraintChecks=4201694  nbValidityChecks=1739920  nbPropagations=41283  nbRevisions=2754508
22.77	     nbUselessRevisions=2737281  nbAssignments=4964  nbFailedAssignments=8  nbBacktracks=2031  nbVisitedNodes=4973
22.77	     nbRestartNogoods=4  mapSize=68  nbInferences=0  nbTooLargeKeys=0
22.77	       =>  wckTime=20.944  cpuTime=20.63  mem=55M654
305.39	   
305.39	   search
305.39	     run=5  nbConstraintChecks=71311682  nbValidityChecks=2084282  nbPropagations=55696  nbRevisions=3827872
305.39	     nbUselessRevisions=3803727  nbAssignments=5756  nbFailedAssignments=73  nbBacktracks=2108  nbVisitedNodes=5830
305.39	     nbRestartNogoods=5  mapSize=132  nbInferences=0  nbTooLargeKeys=0
305.39	       =>  wckTime=303.571  cpuTime=300.69  mem=57M657
305.92	   
305.92	   search
305.92	     run=6  nbConstraintChecks=71313764  nbValidityChecks=2431115  nbPropagations=71974  nbRevisions=5074683
305.92	     nbUselessRevisions=5042490  nbAssignments=6490  nbFailedAssignments=81  nbBacktracks=2227  nbVisitedNodes=6572
305.92	     nbRestartNogoods=7  mapSize=146  nbInferences=0  nbTooLargeKeys=0
305.92	       =>  wckTime=304.096  cpuTime=301.2  mem=59M660
306.44	   
306.44	   search
306.44	     run=7  nbConstraintChecks=71317847  nbValidityChecks=2784745  nbPropagations=90178  nbRevisions=6498348
306.44	     nbUselessRevisions=6456973  nbAssignments=7280  nbFailedAssignments=93  nbBacktracks=2408  nbVisitedNodes=7374
306.44	     nbRestartNogoods=9  mapSize=169  nbInferences=0  nbTooLargeKeys=0
306.44	       =>  wckTime=304.619  cpuTime=301.72  mem=62M665
311.50	   
311.50	   search
311.50	     run=8  nbConstraintChecks=72368156  nbValidityChecks=3132698  nbPropagations=110508  nbRevisions=8097352
311.50	     nbUselessRevisions=8045691  nbAssignments=8302  nbFailedAssignments=94  nbBacktracks=2788  nbVisitedNodes=8397
311.50	     nbRestartNogoods=10  mapSize=182  nbInferences=0  nbTooLargeKeys=0
311.50	       =>  wckTime=309.682  cpuTime=306.73  mem=65M669
321.30	   
321.30	   search
321.30	     run=9  nbConstraintChecks=74466623  nbValidityChecks=3483541  nbPropagations=133356  nbRevisions=9874419
321.30	     nbUselessRevisions=9811355  nbAssignments=9702  nbFailedAssignments=96  nbBacktracks=3545  nbVisitedNodes=9799
321.30	     nbRestartNogoods=11  mapSize=208  nbInferences=0  nbTooLargeKeys=0
321.30	       =>  wckTime=319.476  cpuTime=316.38  mem=32M747

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/node7/watcher-210613-1168075099 -o ROOT/results/node7/solver-210613-1168075099 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/210613-1168075099/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: 1.34 1.72 1.85 4/93 18228
/proc/meminfo: memFree=1263968/2055920 swapFree=4192812/4192956
[pid=18227] ppid=18225 vsize=907676 CPUtime=0.02
/proc/18227/stat : 18227 (java) S 18225 18227 18102 0 -1 0 2171 0 1 0 2 0 0 0 19 0 4 0 155905309 929460224 1920 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/18227/statm: 226919 1920 1089 14 0 214502 0
[pid=18227/tid=18229] ppid=18225 vsize=907676 CPUtime=0
/proc/18227/task/18229/stat : 18229 (java) S 18225 18227 18102 0 -1 64 6 0 0 0 0 0 0 0 19 0 4 0 155905312 929460224 1920 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 7368 0 0 0 -1 1 0 0
[pid=18227/tid=18230] ppid=18225 vsize=907676 CPUtime=0
/proc/18227/task/18230/stat : 18230 (java) S 18225 18227 18102 0 -1 64 10 0 0 0 0 0 0 0 19 0 4 0 155905313 929460224 1920 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 7368 0 0 0 -1 1 0 0
[pid=18227/tid=18231] ppid=18225 vsize=907676 CPUtime=0
/proc/18227/task/18231/stat : 18231 (java) R 18225 18227 18102 0 -1 64 0 0 0 0 0 0 0 0 20 0 4 0 155905313 929460224 1920 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 11263960 0 4 0 7368 0 0 0 -1 1 0 0

[startup+0.106036 s]
/proc/loadavg: 1.34 1.72 1.85 4/93 18228
/proc/meminfo: memFree=1263968/2055920 swapFree=4192812/4192956
[pid=18227] ppid=18225 vsize=914988 CPUtime=0.09
/proc/18227/stat : 18227 (java) R 18225 18227 18102 0 -1 0 2996 0 1 0 8 1 0 0 20 0 8 0 155905309 936947712 2742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072929090 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18227/statm: 228747 2742 1427 14 0 215242 0
[pid=18227/tid=18229] ppid=18225 vsize=914988 CPUtime=0
/proc/18227/task/18229/stat : 18229 (java) S 18225 18227 18102 0 -1 64 6 0 0 0 0 0 0 0 19 0 8 0 155905312 936947712 2742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18230] ppid=18225 vsize=914988 CPUtime=0
/proc/18227/task/18230/stat : 18230 (java) S 18225 18227 18102 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 155905313 936947712 2742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18231] ppid=18225 vsize=914988 CPUtime=0
/proc/18227/task/18231/stat : 18231 (java) S 18225 18227 18102 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 155905313 936947712 2742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.514077 s]
/proc/loadavg: 1.34 1.72 1.85 4/93 18228
/proc/meminfo: memFree=1263968/2055920 swapFree=4192812/4192956
[pid=18227] ppid=18225 vsize=915328 CPUtime=0.49
/proc/18227/stat : 18227 (java) R 18225 18227 18102 0 -1 0 6367 0 1 0 46 3 0 0 22 0 8 0 155905309 937295872 6106 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072926731 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18227/statm: 228832 6106 2135 14 0 215302 0
[pid=18227/tid=18229] ppid=18225 vsize=915328 CPUtime=0
/proc/18227/task/18229/stat : 18229 (java) S 18225 18227 18102 0 -1 64 6 0 0 0 0 0 0 0 19 0 8 0 155905312 937295872 6106 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18230] ppid=18225 vsize=915328 CPUtime=0
/proc/18227/task/18230/stat : 18230 (java) S 18225 18227 18102 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 155905313 937295872 6106 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18231] ppid=18225 vsize=915328 CPUtime=0
/proc/18227/task/18231/stat : 18231 (java) S 18225 18227 18102 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 155905313 937295872 6106 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33917 s]
/proc/loadavg: 1.34 1.72 1.85 3/100 18235
/proc/meminfo: memFree=1205288/2055920 swapFree=4192812/4192956
[pid=18227] ppid=18225 vsize=915624 CPUtime=1.28
/proc/18227/stat : 18227 (java) R 18225 18227 18102 0 -1 0 20204 0 1 0 113 15 0 0 25 0 8 0 155905309 937598976 19940 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18227/statm: 228906 19940 2188 14 0 215376 0
[pid=18227/tid=18229] ppid=18225 vsize=915624 CPUtime=0.07
/proc/18227/task/18229/stat : 18229 (java) R 18225 18227 18102 0 -1 64 3618 0 0 0 6 1 0 0 16 0 8 0 155905312 937598976 19940 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153985334 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18230] ppid=18225 vsize=915624 CPUtime=0
/proc/18227/task/18230/stat : 18230 (java) S 18225 18227 18102 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155905313 937598976 19940 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18231] ppid=18225 vsize=915624 CPUtime=0
/proc/18227/task/18231/stat : 18231 (java) S 18225 18227 18102 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155905313 937598976 19940 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18232] ppid=18225 vsize=915624 CPUtime=0
/proc/18227/task/18232/stat : 18232 (java) S 18225 18227 18102 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155905316 937598976 19940 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18233] ppid=18225 vsize=915624 CPUtime=0.2
/proc/18227/task/18233/stat : 18233 (java) S 18225 18227 18102 0 -1 64 372 0 0 0 20 0 0 0 15 0 8 0 155905317 937598976 19940 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18234] ppid=18225 vsize=915624 CPUtime=0
/proc/18227/task/18234/stat : 18234 (java) S 18225 18227 18102 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155905317 937598976 19940 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18235] ppid=18225 vsize=915624 CPUtime=0
/proc/18227/task/18235/stat : 18235 (java) S 18225 18227 18102 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155905317 937598976 19940 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 915624

[startup+2.99186 s]
/proc/loadavg: 1.34 1.72 1.85 3/100 18235
/proc/meminfo: memFree=1181544/2055920 swapFree=4192812/4192956
[pid=18227] ppid=18225 vsize=915528 CPUtime=2.92
/proc/18227/stat : 18227 (java) R 18225 18227 18102 0 -1 0 23314 0 1 0 274 18 0 0 25 0 8 0 155905309 937500672 23048 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073802951 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18227/statm: 228882 23048 2537 14 0 215352 0
[pid=18227/tid=18229] ppid=18225 vsize=915528 CPUtime=0.15
/proc/18227/task/18229/stat : 18229 (java) S 18225 18227 18102 0 -1 64 6234 0 0 0 13 2 0 0 16 0 8 0 155905312 937500672 23048 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18230] ppid=18225 vsize=915528 CPUtime=0
/proc/18227/task/18230/stat : 18230 (java) S 18225 18227 18102 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155905313 937500672 23048 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18231] ppid=18225 vsize=915528 CPUtime=0
/proc/18227/task/18231/stat : 18231 (java) S 18225 18227 18102 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155905313 937500672 23048 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18232] ppid=18225 vsize=915528 CPUtime=0
/proc/18227/task/18232/stat : 18232 (java) S 18225 18227 18102 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155905316 937500672 23048 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18233] ppid=18225 vsize=915528 CPUtime=0.35
/proc/18227/task/18233/stat : 18233 (java) S 18225 18227 18102 0 -1 64 445 0 0 0 34 1 0 0 15 0 8 0 155905317 937500672 23048 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18234] ppid=18225 vsize=915528 CPUtime=0
/proc/18227/task/18234/stat : 18234 (java) S 18225 18227 18102 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155905317 937500672 23048 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18235] ppid=18225 vsize=915528 CPUtime=0
/proc/18227/task/18235/stat : 18235 (java) S 18225 18227 18102 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155905317 937500672 23048 18446744073709551615 134512640 134570532 4294956464 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) 915528

[startup+6.19467 s]
/proc/loadavg: 1.39 1.72 1.85 3/100 18235
/proc/meminfo: memFree=1181416/2055920 swapFree=4192812/4192956
[pid=18227] ppid=18225 vsize=915528 CPUtime=6.09
/proc/18227/stat : 18227 (java) R 18225 18227 18102 0 -1 0 23324 0 1 0 591 18 0 0 25 0 8 0 155905309 937500672 23057 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074051303 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18227/statm: 228882 23057 2537 14 0 215352 0
[pid=18227/tid=18229] ppid=18225 vsize=915528 CPUtime=0.15
/proc/18227/task/18229/stat : 18229 (java) S 18225 18227 18102 0 -1 64 6234 0 0 0 13 2 0 0 16 0 8 0 155905312 937500672 23057 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18230] ppid=18225 vsize=915528 CPUtime=0
/proc/18227/task/18230/stat : 18230 (java) S 18225 18227 18102 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155905313 937500672 23057 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18231] ppid=18225 vsize=915528 CPUtime=0
/proc/18227/task/18231/stat : 18231 (java) S 18225 18227 18102 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155905313 937500672 23057 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18232] ppid=18225 vsize=915528 CPUtime=0
/proc/18227/task/18232/stat : 18232 (java) S 18225 18227 18102 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155905316 937500672 23057 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18233] ppid=18225 vsize=915528 CPUtime=0.37
/proc/18227/task/18233/stat : 18233 (java) S 18225 18227 18102 0 -1 64 455 0 0 0 36 1 0 0 15 0 8 0 155905317 937500672 23057 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18234] ppid=18225 vsize=915528 CPUtime=0
/proc/18227/task/18234/stat : 18234 (java) S 18225 18227 18102 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155905317 937500672 23057 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18235] ppid=18225 vsize=915528 CPUtime=0
/proc/18227/task/18235/stat : 18235 (java) S 18225 18227 18102 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155905317 937500672 23057 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 915528

[startup+12.6663 s]
/proc/loadavg: 1.44 1.73 1.85 3/100 18235
/proc/meminfo: memFree=1181480/2055920 swapFree=4192812/4192956
[pid=18227] ppid=18225 vsize=915528 CPUtime=12.49
/proc/18227/stat : 18227 (java) R 18225 18227 18102 0 -1 0 23332 0 1 0 1231 18 0 0 25 0 8 0 155905309 937500672 23064 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074040999 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18227/statm: 228882 23064 2537 14 0 215352 0
[pid=18227/tid=18229] ppid=18225 vsize=915528 CPUtime=0.15
/proc/18227/task/18229/stat : 18229 (java) S 18225 18227 18102 0 -1 64 6234 0 0 0 13 2 0 0 16 0 8 0 155905312 937500672 23064 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18230] ppid=18225 vsize=915528 CPUtime=0
/proc/18227/task/18230/stat : 18230 (java) S 18225 18227 18102 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155905313 937500672 23064 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18231] ppid=18225 vsize=915528 CPUtime=0
/proc/18227/task/18231/stat : 18231 (java) S 18225 18227 18102 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155905313 937500672 23064 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18232] ppid=18225 vsize=915528 CPUtime=0
/proc/18227/task/18232/stat : 18232 (java) S 18225 18227 18102 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155905316 937500672 23064 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18233] ppid=18225 vsize=915528 CPUtime=0.39
/proc/18227/task/18233/stat : 18233 (java) S 18225 18227 18102 0 -1 64 463 0 0 0 38 1 0 0 15 0 8 0 155905317 937500672 23064 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18234] ppid=18225 vsize=915528 CPUtime=0
/proc/18227/task/18234/stat : 18234 (java) S 18225 18227 18102 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155905317 937500672 23064 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18235] ppid=18225 vsize=915528 CPUtime=0
/proc/18227/task/18235/stat : 18235 (java) S 18225 18227 18102 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155905317 937500672 23064 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 915528

[startup+25.5197 s]
/proc/loadavg: 1.56 1.74 1.85 3/100 18235
/proc/meminfo: memFree=1181544/2055920 swapFree=4192812/4192956
[pid=18227] ppid=18225 vsize=915528 CPUtime=25.22
/proc/18227/stat : 18227 (java) R 18225 18227 18102 0 -1 0 23334 0 1 0 2504 18 0 0 25 0 8 0 155905309 937500672 23065 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074043642 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18227/statm: 228882 23065 2537 14 0 215352 0
[pid=18227/tid=18229] ppid=18225 vsize=915528 CPUtime=0.15
/proc/18227/task/18229/stat : 18229 (java) S 18225 18227 18102 0 -1 64 6234 0 0 0 13 2 0 0 16 0 8 0 155905312 937500672 23065 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18230] ppid=18225 vsize=915528 CPUtime=0
/proc/18227/task/18230/stat : 18230 (java) S 18225 18227 18102 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155905313 937500672 23065 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18231] ppid=18225 vsize=915528 CPUtime=0
/proc/18227/task/18231/stat : 18231 (java) S 18225 18227 18102 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155905313 937500672 23065 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18232] ppid=18225 vsize=915528 CPUtime=0
/proc/18227/task/18232/stat : 18232 (java) S 18225 18227 18102 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155905316 937500672 23065 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18233] ppid=18225 vsize=915528 CPUtime=0.39
/proc/18227/task/18233/stat : 18233 (java) S 18225 18227 18102 0 -1 64 464 0 0 0 38 1 0 0 16 0 8 0 155905317 937500672 23065 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18234] ppid=18225 vsize=915528 CPUtime=0
/proc/18227/task/18234/stat : 18234 (java) S 18225 18227 18102 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155905317 937500672 23065 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18235] ppid=18225 vsize=915528 CPUtime=0
/proc/18227/task/18235/stat : 18235 (java) S 18225 18227 18102 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155905317 937500672 23065 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 915528

[startup+51.1234 s]
/proc/loadavg: 1.71 1.76 1.86 3/100 18235
/proc/meminfo: memFree=1181608/2055920 swapFree=4192812/4192956
[pid=18227] ppid=18225 vsize=915528 CPUtime=50.6
/proc/18227/stat : 18227 (java) R 18225 18227 18102 0 -1 0 23334 0 1 0 5041 19 0 0 25 0 8 0 155905309 937500672 23065 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074081095 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18227/statm: 228882 23065 2537 14 0 215352 0
[pid=18227/tid=18229] ppid=18225 vsize=915528 CPUtime=0.15
/proc/18227/task/18229/stat : 18229 (java) S 18225 18227 18102 0 -1 64 6234 0 0 0 13 2 0 0 16 0 8 0 155905312 937500672 23065 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18230] ppid=18225 vsize=915528 CPUtime=0
/proc/18227/task/18230/stat : 18230 (java) S 18225 18227 18102 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155905313 937500672 23065 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18231] ppid=18225 vsize=915528 CPUtime=0
/proc/18227/task/18231/stat : 18231 (java) S 18225 18227 18102 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155905313 937500672 23065 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18232] ppid=18225 vsize=915528 CPUtime=0
/proc/18227/task/18232/stat : 18232 (java) S 18225 18227 18102 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155905316 937500672 23065 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18233] ppid=18225 vsize=915528 CPUtime=0.39
/proc/18227/task/18233/stat : 18233 (java) S 18225 18227 18102 0 -1 64 464 0 0 0 38 1 0 0 16 0 8 0 155905317 937500672 23065 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18234] ppid=18225 vsize=915528 CPUtime=0
/proc/18227/task/18234/stat : 18234 (java) S 18225 18227 18102 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155905317 937500672 23065 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18235] ppid=18225 vsize=915528 CPUtime=0
/proc/18227/task/18235/stat : 18235 (java) S 18225 18227 18102 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155905317 937500672 23065 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 915528

[startup+102.331 s]
/proc/loadavg: 1.87 1.79 1.86 3/100 18235
/proc/meminfo: memFree=1181608/2055920 swapFree=4192812/4192956
[pid=18227] ppid=18225 vsize=915528 CPUtime=101.34
/proc/18227/stat : 18227 (java) R 18225 18227 18102 0 -1 0 23334 0 1 0 10115 19 0 0 25 0 8 0 155905309 937500672 23065 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073479193 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18227/statm: 228882 23065 2537 14 0 215352 0
[pid=18227/tid=18229] ppid=18225 vsize=915528 CPUtime=0.15
/proc/18227/task/18229/stat : 18229 (java) S 18225 18227 18102 0 -1 64 6234 0 0 0 13 2 0 0 16 0 8 0 155905312 937500672 23065 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18230] ppid=18225 vsize=915528 CPUtime=0
/proc/18227/task/18230/stat : 18230 (java) S 18225 18227 18102 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155905313 937500672 23065 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

Current children cumulated CPU time (s) 1410.31
Current children cumulated vsize (KiB) 915528

[startup+1483.4 s]
/proc/loadavg: 2.00 2.00 1.92 3/100 18293
/proc/meminfo: memFree=1207720/2055920 swapFree=4192812/4192956
[pid=18227] ppid=18225 vsize=915528 CPUtime=1469.82
/proc/18227/stat : 18227 (java) R 18225 18227 18102 0 -1 0 25855 0 1 0 146954 28 0 0 25 0 8 0 155905309 937500672 25585 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074039253 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18227/statm: 228882 25585 2537 14 0 215352 0
[pid=18227/tid=18229] ppid=18225 vsize=915528 CPUtime=0.2
/proc/18227/task/18229/stat : 18229 (java) S 18225 18227 18102 0 -1 64 8753 0 0 0 17 3 0 0 16 0 8 0 155905312 937500672 25585 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18230] ppid=18225 vsize=915528 CPUtime=0
/proc/18227/task/18230/stat : 18230 (java) S 18225 18227 18102 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155905313 937500672 25585 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18231] ppid=18225 vsize=915528 CPUtime=0
/proc/18227/task/18231/stat : 18231 (java) S 18225 18227 18102 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155905313 937500672 25585 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18232] ppid=18225 vsize=915528 CPUtime=0
/proc/18227/task/18232/stat : 18232 (java) S 18225 18227 18102 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155905316 937500672 25585 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18233] ppid=18225 vsize=915528 CPUtime=0.39
/proc/18227/task/18233/stat : 18233 (java) S 18225 18227 18102 0 -1 64 465 0 0 0 38 1 0 0 16 0 8 0 155905317 937500672 25585 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18234] ppid=18225 vsize=915528 CPUtime=0
/proc/18227/task/18234/stat : 18234 (java) S 18225 18227 18102 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155905317 937500672 25585 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18235] ppid=18225 vsize=915528 CPUtime=0
/proc/18227/task/18235/stat : 18235 (java) S 18225 18227 18102 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155905317 937500672 25585 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1469.82
Current children cumulated vsize (KiB) 915528

[startup+1543.44 s]
/proc/loadavg: 2.00 2.00 1.92 3/100 18293
/proc/meminfo: memFree=1207720/2055920 swapFree=4192812/4192956
[pid=18227] ppid=18225 vsize=915528 CPUtime=1529.32
/proc/18227/stat : 18227 (java) R 18225 18227 18102 0 -1 0 25855 0 1 0 152904 28 0 0 25 0 8 0 155905309 937500672 25585 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073479184 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18227/statm: 228882 25585 2537 14 0 215352 0
[pid=18227/tid=18229] ppid=18225 vsize=915528 CPUtime=0.2
/proc/18227/task/18229/stat : 18229 (java) S 18225 18227 18102 0 -1 64 8753 0 0 0 17 3 0 0 16 0 8 0 155905312 937500672 25585 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18230] ppid=18225 vsize=915528 CPUtime=0
/proc/18227/task/18230/stat : 18230 (java) S 18225 18227 18102 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155905313 937500672 25585 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18231] ppid=18225 vsize=915528 CPUtime=0
/proc/18227/task/18231/stat : 18231 (java) S 18225 18227 18102 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155905313 937500672 25585 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18232] ppid=18225 vsize=915528 CPUtime=0
/proc/18227/task/18232/stat : 18232 (java) S 18225 18227 18102 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155905316 937500672 25585 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18233] ppid=18225 vsize=915528 CPUtime=0.39
/proc/18227/task/18233/stat : 18233 (java) S 18225 18227 18102 0 -1 64 465 0 0 0 38 1 0 0 16 0 8 0 155905317 937500672 25585 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18234] ppid=18225 vsize=915528 CPUtime=0
/proc/18227/task/18234/stat : 18234 (java) S 18225 18227 18102 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155905317 937500672 25585 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18235] ppid=18225 vsize=915528 CPUtime=0
/proc/18227/task/18235/stat : 18235 (java) S 18225 18227 18102 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155905317 937500672 25585 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1529.32
Current children cumulated vsize (KiB) 915528

[startup+1603.49 s]
/proc/loadavg: 2.00 2.00 1.92 4/100 18293
/proc/meminfo: memFree=1207784/2055920 swapFree=4192812/4192956
[pid=18227] ppid=18225 vsize=915528 CPUtime=1588.82
/proc/18227/stat : 18227 (java) R 18225 18227 18102 0 -1 0 25855 0 1 0 158854 28 0 0 25 0 8 0 155905309 937500672 25585 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074029770 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18227/statm: 228882 25585 2537 14 0 215352 0
[pid=18227/tid=18229] ppid=18225 vsize=915528 CPUtime=0.2
/proc/18227/task/18229/stat : 18229 (java) S 18225 18227 18102 0 -1 64 8753 0 0 0 17 3 0 0 16 0 8 0 155905312 937500672 25585 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18230] ppid=18225 vsize=915528 CPUtime=0
/proc/18227/task/18230/stat : 18230 (java) S 18225 18227 18102 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155905313 937500672 25585 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18231] ppid=18225 vsize=915528 CPUtime=0
/proc/18227/task/18231/stat : 18231 (java) S 18225 18227 18102 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155905313 937500672 25585 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18232] ppid=18225 vsize=915528 CPUtime=0
/proc/18227/task/18232/stat : 18232 (java) S 18225 18227 18102 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155905316 937500672 25585 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18233] ppid=18225 vsize=915528 CPUtime=0.39
/proc/18227/task/18233/stat : 18233 (java) S 18225 18227 18102 0 -1 64 465 0 0 0 38 1 0 0 16 0 8 0 155905317 937500672 25585 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18234] ppid=18225 vsize=915528 CPUtime=0
/proc/18227/task/18234/stat : 18234 (java) S 18225 18227 18102 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155905317 937500672 25585 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18235] ppid=18225 vsize=915528 CPUtime=0
/proc/18227/task/18235/stat : 18235 (java) S 18225 18227 18102 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155905317 937500672 25585 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1588.82
Current children cumulated vsize (KiB) 915528

[startup+1663.54 s]
/proc/loadavg: 2.00 2.00 1.92 3/100 18293
/proc/meminfo: memFree=1207720/2055920 swapFree=4192812/4192956
[pid=18227] ppid=18225 vsize=915528 CPUtime=1648.32
/proc/18227/stat : 18227 (java) R 18225 18227 18102 0 -1 0 25855 0 1 0 164804 28 0 0 25 0 8 0 155905309 937500672 25585 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074037952 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18227/statm: 228882 25585 2537 14 0 215352 0
[pid=18227/tid=18229] ppid=18225 vsize=915528 CPUtime=0.2
/proc/18227/task/18229/stat : 18229 (java) S 18225 18227 18102 0 -1 64 8753 0 0 0 17 3 0 0 16 0 8 0 155905312 937500672 25585 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18230] ppid=18225 vsize=915528 CPUtime=0
/proc/18227/task/18230/stat : 18230 (java) S 18225 18227 18102 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155905313 937500672 25585 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18231] ppid=18225 vsize=915528 CPUtime=0
/proc/18227/task/18231/stat : 18231 (java) S 18225 18227 18102 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155905313 937500672 25585 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18232] ppid=18225 vsize=915528 CPUtime=0
/proc/18227/task/18232/stat : 18232 (java) S 18225 18227 18102 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155905316 937500672 25585 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18233] ppid=18225 vsize=915528 CPUtime=0.39
/proc/18227/task/18233/stat : 18233 (java) S 18225 18227 18102 0 -1 64 465 0 0 0 38 1 0 0 16 0 8 0 155905317 937500672 25585 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18234] ppid=18225 vsize=915528 CPUtime=0
/proc/18227/task/18234/stat : 18234 (java) S 18225 18227 18102 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155905317 937500672 25585 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18235] ppid=18225 vsize=915528 CPUtime=0
/proc/18227/task/18235/stat : 18235 (java) S 18225 18227 18102 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155905317 937500672 25585 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1648.32
Current children cumulated vsize (KiB) 915528

[startup+1723.59 s]
/proc/loadavg: 2.00 2.00 1.92 3/100 18293
/proc/meminfo: memFree=1207720/2055920 swapFree=4192812/4192956
[pid=18227] ppid=18225 vsize=915528 CPUtime=1707.82
/proc/18227/stat : 18227 (java) R 18225 18227 18102 0 -1 0 25855 0 1 0 170753 29 0 0 25 0 8 0 155905309 937500672 25585 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074028128 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18227/statm: 228882 25585 2537 14 0 215352 0
[pid=18227/tid=18229] ppid=18225 vsize=915528 CPUtime=0.2
/proc/18227/task/18229/stat : 18229 (java) S 18225 18227 18102 0 -1 64 8753 0 0 0 17 3 0 0 16 0 8 0 155905312 937500672 25585 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18230] ppid=18225 vsize=915528 CPUtime=0
/proc/18227/task/18230/stat : 18230 (java) S 18225 18227 18102 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155905313 937500672 25585 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18231] ppid=18225 vsize=915528 CPUtime=0
/proc/18227/task/18231/stat : 18231 (java) S 18225 18227 18102 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155905313 937500672 25585 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18232] ppid=18225 vsize=915528 CPUtime=0
/proc/18227/task/18232/stat : 18232 (java) S 18225 18227 18102 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155905316 937500672 25585 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18233] ppid=18225 vsize=915528 CPUtime=0.39
/proc/18227/task/18233/stat : 18233 (java) S 18225 18227 18102 0 -1 64 465 0 0 0 38 1 0 0 16 0 8 0 155905317 937500672 25585 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18234] ppid=18225 vsize=915528 CPUtime=0
/proc/18227/task/18234/stat : 18234 (java) S 18225 18227 18102 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155905317 937500672 25585 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18235] ppid=18225 vsize=915528 CPUtime=0
/proc/18227/task/18235/stat : 18235 (java) S 18225 18227 18102 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155905317 937500672 25585 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1707.82
Current children cumulated vsize (KiB) 915528

[startup+1783.63 s]
/proc/loadavg: 2.00 2.00 1.92 3/100 18293
/proc/meminfo: memFree=1207720/2055920 swapFree=4192812/4192956
[pid=18227] ppid=18225 vsize=915528 CPUtime=1767.32
/proc/18227/stat : 18227 (java) R 18225 18227 18102 0 -1 0 25855 0 1 0 176703 29 0 0 25 0 8 0 155905309 937500672 25585 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073479196 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18227/statm: 228882 25585 2537 14 0 215352 0
[pid=18227/tid=18229] ppid=18225 vsize=915528 CPUtime=0.2
/proc/18227/task/18229/stat : 18229 (java) S 18225 18227 18102 0 -1 64 8753 0 0 0 17 3 0 0 16 0 8 0 155905312 937500672 25585 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18230] ppid=18225 vsize=915528 CPUtime=0
/proc/18227/task/18230/stat : 18230 (java) S 18225 18227 18102 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155905313 937500672 25585 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18231] ppid=18225 vsize=915528 CPUtime=0
/proc/18227/task/18231/stat : 18231 (java) S 18225 18227 18102 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155905313 937500672 25585 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18232] ppid=18225 vsize=915528 CPUtime=0
/proc/18227/task/18232/stat : 18232 (java) S 18225 18227 18102 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155905316 937500672 25585 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18233] ppid=18225 vsize=915528 CPUtime=0.39
/proc/18227/task/18233/stat : 18233 (java) S 18225 18227 18102 0 -1 64 465 0 0 0 38 1 0 0 16 0 8 0 155905317 937500672 25585 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18234] ppid=18225 vsize=915528 CPUtime=0
/proc/18227/task/18234/stat : 18234 (java) S 18225 18227 18102 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155905317 937500672 25585 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18235] ppid=18225 vsize=915528 CPUtime=0
/proc/18227/task/18235/stat : 18235 (java) S 18225 18227 18102 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155905317 937500672 25585 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1767.32
Current children cumulated vsize (KiB) 915528



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.64 s]
/proc/loadavg: 2.00 2.00 1.92 3/100 18293
/proc/meminfo: memFree=1207720/2055920 swapFree=4192812/4192956
[pid=18227] ppid=18225 vsize=915528 CPUtime=1800.01
/proc/18227/stat : 18227 (java) R 18225 18227 18102 0 -1 0 25855 0 1 0 179972 29 0 0 25 0 8 0 155905309 937500672 25585 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074041052 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18227/statm: 228882 25585 2537 14 0 215352 0
[pid=18227/tid=18229] ppid=18225 vsize=915528 CPUtime=0.2
/proc/18227/task/18229/stat : 18229 (java) S 18225 18227 18102 0 -1 64 8753 0 0 0 17 3 0 0 16 0 8 0 155905312 937500672 25585 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18230] ppid=18225 vsize=915528 CPUtime=0
/proc/18227/task/18230/stat : 18230 (java) S 18225 18227 18102 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155905313 937500672 25585 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18231] ppid=18225 vsize=915528 CPUtime=0
/proc/18227/task/18231/stat : 18231 (java) S 18225 18227 18102 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155905313 937500672 25585 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18232] ppid=18225 vsize=915528 CPUtime=0
/proc/18227/task/18232/stat : 18232 (java) S 18225 18227 18102 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155905316 937500672 25585 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18233] ppid=18225 vsize=915528 CPUtime=0.39
/proc/18227/task/18233/stat : 18233 (java) S 18225 18227 18102 0 -1 64 465 0 0 0 38 1 0 0 16 0 8 0 155905317 937500672 25585 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18234] ppid=18225 vsize=915528 CPUtime=0
/proc/18227/task/18234/stat : 18234 (java) S 18225 18227 18102 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155905317 937500672 25585 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18227/tid=18235] ppid=18225 vsize=915528 CPUtime=0
/proc/18227/task/18235/stat : 18235 (java) R 18225 18227 18102 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155905317 937500672 25585 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 915528

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

Child status: 143
Real time (s): 1816.71
CPU time (s): 1800.09
CPU user time (s): 1799.78
CPU system time (s): 0.311952
CPU usage (%): 99.085
Max. virtual memory (cumulated for all children) (KiB): 915624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.78
system time used= 0.311952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25871
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= 38326
involuntary context switches= 76420

runsolver used 1.9707 s user time and 6.08507 s system time

The end

Launcher Data (download as text)

Begin job on node7 on Sat Jan  6 09:18:19 UTC 2007


IDJOB= 210613
IDBENCH= 4633
FILE ID= node7/210613-1168075099

PBS_JOBID= 3475798

Free space on /tmp= 66541 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/fpga/fpga-35-33.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/210613-1168075099/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node7/watcher-210613-1168075099 -o ROOT/results/node7/solver-210613-1168075099 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/210613-1168075099/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  7286b8744b6866a8d8b49439ed4a9ffd

RANDOM SEED= 100835515

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.220
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.220
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1264384 kB
Buffers:         78716 kB
Cached:         429516 kB
SwapCached:          0 kB
Active:         439768 kB
Inactive:       248464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1264384 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2448 kB
Writeback:           0 kB
Mapped:         208128 kB
Slab:            87544 kB
Committed_AS:  5052880 kB
PageTables:       2636 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= 66546 MiB



End job on node7 on Sat Jan  6 09:48:36 UTC 2007