Trace number 210340

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.14 1800.69

General information on the benchmark

NamepseudoSeries/fpga/
fpga-25-25.xml
MD5SUM2e22d5d11e604e15f15a806793e2982a
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark107.914
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables938
Number of constraints700
Maximum constraint arity25
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension700
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.30	   configuration
0.30	     name=mac.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/210340-1168075055/unknown.xml
0.36	   
0.36	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.47	     nbVariables=938  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2
0.47	       =>  wckTime=0.169  cpuTime=0.13  mem=7M894
0.47	   
0.47	   predicates being loaded...
0.48	   
0.48	   constraints being loaded...
0.90	     nbConstraints=700  nbConflictsStructures=4  nbSharedConflictsStructures=646  nbUnbuiltConflictsStructures=2
0.90	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=6  nbSharedEvaluationManagers=694  maxDegree=26  maxArity=25
0.90	       =>  wckTime=0.605  cpuTime=0.49  mem=42M26
0.97	   
0.97	   solver IterativeSystematicSolver being built... 
1.23	       =>  wckTime=0.936  cpuTime=0.7  mem=40M95
1.26	   
1.26	   preprocessing
1.26	     nbConstraintChecks=0  nbPropagations=938  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.26	     detectedInconsistency=no
1.26	       =>  wckTime=0.023  cpuTime=0.02  mem=41M69
21.45	   
21.45	   search
21.45	     run=0  nbConstraintChecks=8467219  nbValidityChecks=12618  nbPropagations=2743  nbRevisions=12948
21.45	     nbUselessRevisions=12028  nbAssignments=888  nbFailedAssignments=8  nbBacktracks=10  nbVisitedNodes=897
21.45	     nbRestartNogoods=0  mapSize=8  nbInferences=0  nbTooLargeKeys=0
21.45	       =>  wckTime=20.212  cpuTime=20.13  mem=43M18
24.23	   
24.23	   search
24.23	     run=1  nbConstraintChecks=9594200  nbValidityChecks=15841  nbPropagations=6790  nbRevisions=30073
24.23	     nbUselessRevisions=27363  nbAssignments=1322  nbFailedAssignments=9  nbBacktracks=107  nbVisitedNodes=1332
24.23	     nbRestartNogoods=2  mapSize=14  nbInferences=0  nbTooLargeKeys=0
24.23	       =>  wckTime=22.997  cpuTime=22.91  mem=43M992
27.03	   
27.03	   search
27.03	     run=2  nbConstraintChecks=10721160  nbValidityChecks=19085  nbPropagations=12144  nbRevisions=51376
27.03	     nbUselessRevisions=46004  nbAssignments=1756  nbFailedAssignments=10  nbBacktracks=205  nbVisitedNodes=1767
27.03	     nbRestartNogoods=3  mapSize=20  nbInferences=0  nbTooLargeKeys=0
27.03	       =>  wckTime=25.796  cpuTime=25.69  mem=43M992
32.32	   
32.32	   search
32.32	     run=3  nbConstraintChecks=12896701  nbValidityChecks=22211  nbPropagations=18820  nbRevisions=76744
32.32	     nbUselessRevisions=67836  nbAssignments=2203  nbFailedAssignments=16  nbBacktracks=312  nbVisitedNodes=2220
32.32	     nbRestartNogoods=4  mapSize=29  nbInferences=0  nbTooLargeKeys=0
32.32	       =>  wckTime=31.079  cpuTime=30.97  mem=44M966
37.58	   
37.58	   search
37.58	     run=4  nbConstraintChecks=15072260  nbValidityChecks=25342  nbPropagations=26856  nbRevisions=106184
37.58	     nbUselessRevisions=92858  nbAssignments=2680  nbFailedAssignments=28  nbBacktracks=444  nbVisitedNodes=2709
37.58	     nbRestartNogoods=5  mapSize=50  nbInferences=0  nbTooLargeKeys=0
37.58	       =>  wckTime=36.338  cpuTime=36.22  mem=45M940
37.92	   
37.92	   search
37.92	     run=5  nbConstraintChecks=15183398  nbValidityChecks=28585  nbPropagations=36348  nbRevisions=139722
37.92	     nbUselessRevisions=121003  nbAssignments=3160  nbFailedAssignments=40  nbBacktracks=519  nbVisitedNodes=3201
37.92	     nbRestartNogoods=6  mapSize=71  nbInferences=0  nbTooLargeKeys=0
37.92	       =>  wckTime=36.684  cpuTime=36.57  mem=45M940
135.91	   
135.92	   search
135.92	     run=6  nbConstraintChecks=56156240  nbValidityChecks=32400  nbPropagations=47436  nbRevisions=177693
135.92	     nbUselessRevisions=152493  nbAssignments=3666  nbFailedAssignments=78  nbBacktracks=649  nbVisitedNodes=3745
135.92	     nbRestartNogoods=9  mapSize=99  nbInferences=0  nbTooLargeKeys=0
135.92	       =>  wckTime=134.678  cpuTime=134.52  mem=46M914
248.21	   
248.21	   search
248.21	     run=7  nbConstraintChecks=102896289  nbValidityChecks=37464  nbPropagations=60191  nbRevisions=221143
248.21	     nbUselessRevisions=188383  nbAssignments=4254  nbFailedAssignments=122  nbBacktracks=833  nbVisitedNodes=4377
248.21	     nbRestartNogoods=10  mapSize=150  nbInferences=0  nbTooLargeKeys=0
248.21	       =>  wckTime=246.971  cpuTime=246.79  mem=47M888
406.31	   
406.31	   search
406.31	     run=8  nbConstraintChecks=169559278  nbValidityChecks=43991  nbPropagations=74810  nbRevisions=271291
406.31	     nbUselessRevisions=229856  nbAssignments=5003  nbFailedAssignments=186  nbBacktracks=1133  nbVisitedNodes=5190
406.31	     nbRestartNogoods=11  mapSize=223  nbInferences=0  nbTooLargeKeys=0
406.31	       =>  wckTime=405.069  cpuTime=404.84  mem=48M862
536.54	   
536.54	   search
536.54	     run=9  nbConstraintChecks=223639381  nbValidityChecks=52413  nbPropagations=91392  nbRevisions=329707
536.54	     nbUselessRevisions=278494  nbAssignments=5863  nbFailedAssignments=259  nbBacktracks=1518  nbVisitedNodes=6123
536.54	     nbRestartNogoods=13  mapSize=307  nbInferences=0  nbTooLargeKeys=0
536.54	       =>  wckTime=535.298  cpuTime=535.03  mem=50M810
960.60	   
960.60	   search
960.60	     run=10  nbConstraintChecks=399879264  nbValidityChecks=71857  nbPropagations=110545  nbRevisions=405493
960.60	     nbUselessRevisions=343174  nbAssignments=7188  nbFailedAssignments=426  nbBacktracks=2133  nbVisitedNodes=7615
960.60	     nbRestartNogoods=14  mapSize=475  nbInferences=0  nbTooLargeKeys=0
960.60	       =>  wckTime=959.364  cpuTime=958.97  mem=52M758
1468.33	   
1468.34	   search
1468.34	     run=11  nbConstraintChecks=611771846  nbValidityChecks=104630  nbPropagations=133343  nbRevisions=509747
1468.34	     nbUselessRevisions=434172  nbAssignments=8772  nbFailedAssignments=663  nbBacktracks=2997  nbVisitedNodes=9436
1468.34	     nbRestartNogoods=16  mapSize=753  nbInferences=0  nbTooLargeKeys=0
1468.34	       =>  wckTime=1467.098  cpuTime=1466.54  mem=14M836

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/node18/watcher-210340-1168075055 -o ROOT/results/node18/solver-210340-1168075055 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/210340-1168075055/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: 0.73 1.48 1.76 4/82 21682
/proc/meminfo: memFree=1152880/2055920 swapFree=4192812/4192956
[pid=21681] ppid=21679 vsize=18540 CPUtime=0
/proc/21681/stat : 21681 (runsolver) R 21679 21681 21604 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 155900691 18984960 279 18446744073709551615 4194304 4267372 548682068944 18446744073709551615 227848809767 0 0 4096 24578 0 0 0 17 1 0 0
/proc/21681/statm: 4635 279 244 17 0 2626 0

[startup+0.104916 s]
/proc/loadavg: 0.73 1.48 1.76 4/82 21682
/proc/meminfo: memFree=1152880/2055920 swapFree=4192812/4192956
[pid=21681] ppid=21679 vsize=914988 CPUtime=0.08
/proc/21681/stat : 21681 (java) R 21679 21681 21604 0 -1 0 3050 0 1 0 7 1 0 0 22 0 8 0 155900691 936947712 2796 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155338224 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21681/statm: 228747 2796 1447 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.512952 s]
/proc/loadavg: 0.73 1.48 1.76 4/82 21682
/proc/meminfo: memFree=1152880/2055920 swapFree=4192812/4192956
[pid=21681] ppid=21679 vsize=916352 CPUtime=0.49
/proc/21681/stat : 21681 (java) S 21679 21681 21604 0 -1 0 6889 0 1 0 45 4 0 0 16 0 8 0 155900691 938344448 6628 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21681/statm: 229088 6628 2144 14 0 215558 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 916352

[startup+1.33403 s]
/proc/loadavg: 0.73 1.48 1.76 2/88 21689
/proc/meminfo: memFree=1098112/2055920 swapFree=4192812/4192956
[pid=21681] ppid=21679 vsize=916488 CPUtime=1.31
/proc/21681/stat : 21681 (java) R 21679 21681 21604 0 -1 0 16500 0 1 0 120 11 0 0 16 0 8 0 155900691 938483712 16238 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073479184 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21681/statm: 229122 16238 2529 14 0 215592 0
[pid=21681/tid=21683] ppid=21679 vsize=916488 CPUtime=0.05
/proc/21681/task/21683/stat : 21683 (java) S 21679 21681 21604 0 -1 64 1145 0 0 0 5 0 0 0 17 0 8 0 155900695 938483712 16238 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21681/tid=21684] ppid=21679 vsize=916488 CPUtime=0
/proc/21681/task/21684/stat : 21684 (java) S 21679 21681 21604 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155900696 938483712 16238 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21681/tid=21685] ppid=21679 vsize=916488 CPUtime=0
/proc/21681/task/21685/stat : 21685 (java) S 21679 21681 21604 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155900696 938483712 16238 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21681/tid=21686] ppid=21679 vsize=916488 CPUtime=0
/proc/21681/task/21686/stat : 21686 (java) S 21679 21681 21604 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155900699 938483712 16238 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21681/tid=21687] ppid=21679 vsize=916488 CPUtime=0.23
/proc/21681/task/21687/stat : 21687 (java) S 21679 21681 21604 0 -1 64 428 0 0 0 22 1 0 0 16 0 8 0 155900699 938483712 16238 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21681/tid=21688] ppid=21679 vsize=916488 CPUtime=0
/proc/21681/task/21688/stat : 21688 (java) S 21679 21681 21604 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155900699 938483712 16238 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21681/tid=21689] ppid=21679 vsize=916488 CPUtime=0
/proc/21681/task/21689/stat : 21689 (java) S 21679 21681 21604 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155900699 938483712 16238 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 916488

[startup+2.97118 s]
/proc/loadavg: 0.75 1.47 1.75 2/88 21689
/proc/meminfo: memFree=1097792/2055920 swapFree=4192812/4192956
[pid=21681] ppid=21679 vsize=916488 CPUtime=2.94
/proc/21681/stat : 21681 (java) R 21679 21681 21604 0 -1 0 16512 0 1 0 283 11 0 0 18 0 8 0 155900691 938483712 16250 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073750368 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21681/statm: 229122 16250 2529 14 0 215592 0
[pid=21681/tid=21683] ppid=21679 vsize=916488 CPUtime=0.05
/proc/21681/task/21683/stat : 21683 (java) S 21679 21681 21604 0 -1 64 1145 0 0 0 5 0 0 0 16 0 8 0 155900695 938483712 16250 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21681/tid=21684] ppid=21679 vsize=916488 CPUtime=0
/proc/21681/task/21684/stat : 21684 (java) S 21679 21681 21604 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155900696 938483712 16250 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21681/tid=21685] ppid=21679 vsize=916488 CPUtime=0
/proc/21681/task/21685/stat : 21685 (java) S 21679 21681 21604 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155900696 938483712 16250 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21681/tid=21686] ppid=21679 vsize=916488 CPUtime=0
/proc/21681/task/21686/stat : 21686 (java) S 21679 21681 21604 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155900699 938483712 16250 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21681/tid=21687] ppid=21679 vsize=916488 CPUtime=0.25
/proc/21681/task/21687/stat : 21687 (java) S 21679 21681 21604 0 -1 64 440 0 0 0 23 2 0 0 16 0 8 0 155900699 938483712 16250 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21681/tid=21688] ppid=21679 vsize=916488 CPUtime=0
/proc/21681/task/21688/stat : 21688 (java) S 21679 21681 21604 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155900699 938483712 16250 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21681/tid=21689] ppid=21679 vsize=916488 CPUtime=0
/proc/21681/task/21689/stat : 21689 (java) S 21679 21681 21604 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155900699 938483712 16250 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 916488

[startup+6.17349 s]
/proc/loadavg: 0.75 1.47 1.75 2/85 21693
/proc/meminfo: memFree=1103520/2055920 swapFree=4192812/4192956
[pid=21681] ppid=21679 vsize=916488 CPUtime=6.14
/proc/21681/stat : 21681 (java) R 21679 21681 21604 0 -1 0 16515 0 1 0 603 11 0 0 25 0 8 0 155900691 938483712 16252 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073749476 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21681/statm: 229122 16252 2530 14 0 215592 0
[pid=21681/tid=21683] ppid=21679 vsize=916488 CPUtime=0.05
/proc/21681/task/21683/stat : 21683 (java) S 21679 21681 21604 0 -1 64 1145 0 0 0 5 0 0 0 16 0 8 0 155900695 938483712 16252 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21681/tid=21684] ppid=21679 vsize=916488 CPUtime=0
/proc/21681/task/21684/stat : 21684 (java) S 21679 21681 21604 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155900696 938483712 16252 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21681/tid=21685] ppid=21679 vsize=916488 CPUtime=0
/proc/21681/task/21685/stat : 21685 (java) S 21679 21681 21604 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155900696 938483712 16252 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21681/tid=21686] ppid=21679 vsize=916488 CPUtime=0
/proc/21681/task/21686/stat : 21686 (java) S 21679 21681 21604 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155900699 938483712 16252 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21681/tid=21687] ppid=21679 vsize=916488 CPUtime=0.25
/proc/21681/task/21687/stat : 21687 (java) S 21679 21681 21604 0 -1 64 440 0 0 0 23 2 0 0 16 0 8 0 155900699 938483712 16252 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21681/tid=21688] ppid=21679 vsize=916488 CPUtime=0
/proc/21681/task/21688/stat : 21688 (java) S 21679 21681 21604 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155900699 938483712 16252 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21681/tid=21689] ppid=21679 vsize=916488 CPUtime=0
/proc/21681/task/21689/stat : 21689 (java) S 21679 21681 21604 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155900699 938483712 16252 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 916488

[startup+12.6381 s]
/proc/loadavg: 0.79 1.46 1.75 2/88 21727
/proc/meminfo: memFree=1098312/2055920 swapFree=4192812/4192956
[pid=21681] ppid=21679 vsize=916488 CPUtime=12.59
/proc/21681/stat : 21681 (java) R 21679 21681 21604 0 -1 0 16515 0 1 0 1248 11 0 0 25 0 8 0 155900691 938483712 16252 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073752523 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21681/statm: 229122 16252 2530 14 0 215592 0
[pid=21681/tid=21683] ppid=21679 vsize=916488 CPUtime=0.05
/proc/21681/task/21683/stat : 21683 (java) S 21679 21681 21604 0 -1 64 1145 0 0 0 5 0 0 0 16 0 8 0 155900695 938483712 16252 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21681/tid=21684] ppid=21679 vsize=916488 CPUtime=0
/proc/21681/task/21684/stat : 21684 (java) S 21679 21681 21604 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155900696 938483712 16252 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21681/tid=21685] ppid=21679 vsize=916488 CPUtime=0
/proc/21681/task/21685/stat : 21685 (java) S 21679 21681 21604 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155900696 938483712 16252 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21681/tid=21686] ppid=21679 vsize=916488 CPUtime=0
/proc/21681/task/21686/stat : 21686 (java) S 21679 21681 21604 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155900699 938483712 16252 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21681/tid=21687] ppid=21679 vsize=916488 CPUtime=0.25
/proc/21681/task/21687/stat : 21687 (java) S 21679 21681 21604 0 -1 64 440 0 0 0 23 2 0 0 16 0 8 0 155900699 938483712 16252 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21681/tid=21688] ppid=21679 vsize=916488 CPUtime=0
/proc/21681/task/21688/stat : 21688 (java) S 21679 21681 21604 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155900699 938483712 16252 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21681/tid=21689] ppid=21679 vsize=916488 CPUtime=0
/proc/21681/task/21689/stat : 21689 (java) S 21679 21681 21604 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155900699 938483712 16252 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 916488

[startup+25.4994 s]
/proc/loadavg: 1.06 1.49 1.75 3/100 21769
/proc/meminfo: memFree=963624/2055920 swapFree=4192812/4192956
[pid=21681] ppid=21679 vsize=916488 CPUtime=25.42
/proc/21681/stat : 21681 (java) R 21679 21681 21604 0 -1 0 16536 0 1 0 2530 12 0 0 25 0 8 0 155900691 938483712 16269 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073752080 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21681/statm: 229122 16269 2533 14 0 215592 0
[pid=21681/tid=21683] ppid=21679 vsize=916488 CPUtime=0.05
/proc/21681/task/21683/stat : 21683 (java) S 21679 21681 21604 0 -1 64 1146 0 0 0 5 0 0 0 16 0 8 0 155900695 938483712 16269 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21681/tid=21684] ppid=21679 vsize=916488 CPUtime=0
/proc/21681/task/21684/stat : 21684 (java) S 21679 21681 21604 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155900696 938483712 16269 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21681/tid=21685] ppid=21679 vsize=916488 CPUtime=0
/proc/21681/task/21685/stat : 21685 (java) S 21679 21681 21604 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155900696 938483712 16269 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21681/tid=21686] ppid=21679 vsize=916488 CPUtime=0
/proc/21681/task/21686/stat : 21686 (java) S 21679 21681 21604 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155900699 938483712 16269 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21681/tid=21687] ppid=21679 vsize=916488 CPUtime=0.28
/proc/21681/task/21687/stat : 21687 (java) S 21679 21681 21604 0 -1 64 455 0 0 0 26 2 0 0 15 0 8 0 155900699 938483712 16269 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21681/tid=21688] ppid=21679 vsize=916488 CPUtime=0
/proc/21681/task/21688/stat : 21688 (java) S 21679 21681 21604 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155900699 938483712 16269 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21681/tid=21689] ppid=21679 vsize=916488 CPUtime=0
/proc/21681/task/21689/stat : 21689 (java) S 21679 21681 21604 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155900699 938483712 16269 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 916488

[startup+51.0998 s]
/proc/loadavg: 1.38 1.53 1.76 3/100 21769
/proc/meminfo: memFree=963432/2055920 swapFree=4192812/4192956
[pid=21681] ppid=21679 vsize=916488 CPUtime=51.02
/proc/21681/stat : 21681 (java) R 21679 21681 21604 0 -1 0 16587 0 1 0 5089 13 0 0 25 0 8 0 155900691 938483712 16319 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073479196 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21681/statm: 229122 16319 2533 14 0 215592 0
[pid=21681/tid=21683] ppid=21679 vsize=916488 CPUtime=0.05
/proc/21681/task/21683/stat : 21683 (java) S 21679 21681 21604 0 -1 64 1146 0 0 0 5 0 0 0 16 0 8 0 155900695 938483712 16319 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21681/tid=21684] ppid=21679 vsize=916488 CPUtime=0
/proc/21681/task/21684/stat : 21684 (java) S 21679 21681 21604 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155900696 938483712 16319 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21681/tid=21685] ppid=21679 vsize=916488 CPUtime=0
/proc/21681/task/21685/stat : 21685 (java) S 21679 21681 21604 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155900696 938483712 16319 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21681/tid=21686] ppid=21679 vsize=916488 CPUtime=0
/proc/21681/task/21686/stat : 21686 (java) S 21679 21681 21604 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155900699 938483712 16319 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21681/tid=21687] ppid=21679 vsize=916488 CPUtime=0.28
/proc/21681/task/21687/stat : 21687 (java) S 21679 21681 21604 0 -1 64 458 0 0 0 26 2 0 0 16 0 8 0 155900699 938483712 16319 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21681/tid=21688] ppid=21679 vsize=916488 CPUtime=0
/proc/21681/task/21688/stat : 21688 (java) S 21679 21681 21604 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155900699 938483712 16319 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21681/tid=21689] ppid=21679 vsize=916488 CPUtime=0
/proc/21681/task/21689/stat : 21689 (java) S 21679 21681 21604 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155900699 938483712 16319 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 916488

[startup+102.382 s]
/proc/loadavg: 1.84 1.64 1.78 3/100 21771
/proc/meminfo: memFree=963368/2055920 swapFree=4192812/4192956
[pid=21681] ppid=21679 vsize=916488 CPUtime=102.28
/proc/21681/stat : 21681 (java) R 21679 21681 21604 0 -1 0 16604 0 1 0 10215 13 0 0 25 0 8 0 155900691 938483712 16336 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073753128 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21681/statm: 229122 16336 2533 14 0 215592 0
[pid=21681/tid=21683] ppid=21679 vsize=916488 CPUtime=0.05
/proc/21681/task/21683/stat : 21683 (java) S 21679 21681 21604 0 -1 64 1146 0 0 0 5 0 0 0 16 0 8 0 155900695 938483712 16336 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21681/tid=21684] ppid=21679 vsize=916488 CPUtime=0
/proc/21681/task/21684/stat : 21684 (java) S 21679 21681 21604 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155900696 938483712 16336 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21681/tid=21685] ppid=21679 vsize=916488 CPUtime=0
/proc/21681/task/21685/stat : 21685 (java) S 21679 21681 21604 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155900696 938483712 16336 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21681/tid=21686] ppid=21679 vsize=916488 CPUtime=0
/proc/21681/task/21686/stat : 21686 (java) S 21679 21681 21604 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155900699 938483712 16336 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21681/tid=21687] ppid=21679 vsize=916488 CPUtime=0.29
/proc/21681/task/21687/stat : 21687 (java) S 21679 21681 21604 0 -1 64 458 0 0 0 27 2 0 0 16 0 8 0 155900699 938483712 16336 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21681/tid=21688] ppid=21679 vsize=916488 CPUtime=0
/proc/21681/task/21688/stat : 21688 (java) S 21679 21681 21604 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155900699 938483712 16336 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21681/tid=21689] ppid=21679 vsize=916488 CPUtime=0
/proc/21681/task/21689/stat : 21689 (java) S 21679 21681 21604 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155900699 938483712 16336 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 916488

[startup+162.398 s]
/proc/loadavg: 2.01 1.71 1.80 3/100 21771
/proc/meminfo: memFree=962728/2055920 swapFree=4192812/4192956
[pid=21681] ppid=21679 vsize=916488 CPUtime=162.29
/proc/21681/stat : 21681 (java) R 21679 21681 21604 0 -1 0 16799 0 1 0 16215 14 0 0 25 0 8 0 155900691 938483712 16531 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073749470 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1422.29
Current children cumulated vsize (KiB) 916488

[startup+1482.77 s]
/proc/loadavg: 2.00 2.00 1.91 3/100 21771
/proc/meminfo: memFree=899688/2055920 swapFree=4192812/4192956
[pid=21681] ppid=21679 vsize=916488 CPUtime=1482.29
/proc/21681/stat : 21681 (java) R 21679 21681 21604 0 -1 0 19788 0 1 0 148209 20 0 0 25 0 8 0 155900691 938483712 19513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073752071 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21681/statm: 229122 19513 2537 14 0 215592 0
[pid=21681/tid=21683] ppid=21679 vsize=916488 CPUtime=0.08
/proc/21681/task/21683/stat : 21683 (java) S 21679 21681 21604 0 -1 64 2696 0 0 0 7 1 0 0 16 0 8 0 155900695 938483712 19513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21681/tid=21684] ppid=21679 vsize=916488 CPUtime=0
/proc/21681/task/21684/stat : 21684 (java) S 21679 21681 21604 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155900696 938483712 19513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21681/tid=21685] ppid=21679 vsize=916488 CPUtime=0
/proc/21681/task/21685/stat : 21685 (java) S 21679 21681 21604 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155900696 938483712 19513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21681/tid=21686] ppid=21679 vsize=916488 CPUtime=0
/proc/21681/task/21686/stat : 21686 (java) S 21679 21681 21604 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155900699 938483712 19513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21681/tid=21687] ppid=21679 vsize=916488 CPUtime=0.3
/proc/21681/task/21687/stat : 21687 (java) S 21679 21681 21604 0 -1 64 465 0 0 0 28 2 0 0 16 0 8 0 155900699 938483712 19513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21681/tid=21688] ppid=21679 vsize=916488 CPUtime=0
/proc/21681/task/21688/stat : 21688 (java) S 21679 21681 21604 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155900699 938483712 19513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21681/tid=21689] ppid=21679 vsize=916488 CPUtime=0
/proc/21681/task/21689/stat : 21689 (java) S 21679 21681 21604 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155900699 938483712 19513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1482.29
Current children cumulated vsize (KiB) 916488

[startup+1542.79 s]
/proc/loadavg: 2.00 2.00 1.91 3/100 21771
/proc/meminfo: memFree=899688/2055920 swapFree=4192812/4192956
[pid=21681] ppid=21679 vsize=916488 CPUtime=1542.29
/proc/21681/stat : 21681 (java) R 21679 21681 21604 0 -1 0 19788 0 1 0 154209 20 0 0 25 0 8 0 155900691 938483712 19513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073753210 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21681/statm: 229122 19513 2537 14 0 215592 0
[pid=21681/tid=21683] ppid=21679 vsize=916488 CPUtime=0.08
/proc/21681/task/21683/stat : 21683 (java) S 21679 21681 21604 0 -1 64 2696 0 0 0 7 1 0 0 16 0 8 0 155900695 938483712 19513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21681/tid=21684] ppid=21679 vsize=916488 CPUtime=0
/proc/21681/task/21684/stat : 21684 (java) S 21679 21681 21604 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155900696 938483712 19513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21681/tid=21685] ppid=21679 vsize=916488 CPUtime=0
/proc/21681/task/21685/stat : 21685 (java) S 21679 21681 21604 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155900696 938483712 19513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21681/tid=21686] ppid=21679 vsize=916488 CPUtime=0
/proc/21681/task/21686/stat : 21686 (java) S 21679 21681 21604 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155900699 938483712 19513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21681/tid=21687] ppid=21679 vsize=916488 CPUtime=0.3
/proc/21681/task/21687/stat : 21687 (java) S 21679 21681 21604 0 -1 64 465 0 0 0 28 2 0 0 16 0 8 0 155900699 938483712 19513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21681/tid=21688] ppid=21679 vsize=916488 CPUtime=0
/proc/21681/task/21688/stat : 21688 (java) S 21679 21681 21604 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155900699 938483712 19513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21681/tid=21689] ppid=21679 vsize=916488 CPUtime=0
/proc/21681/task/21689/stat : 21689 (java) S 21679 21681 21604 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155900699 938483712 19513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1542.29
Current children cumulated vsize (KiB) 916488

[startup+1602.8 s]
/proc/loadavg: 2.00 2.00 1.91 3/100 21771
/proc/meminfo: memFree=899688/2055920 swapFree=4192812/4192956
[pid=21681] ppid=21679 vsize=916488 CPUtime=1602.29
/proc/21681/stat : 21681 (java) R 21679 21681 21604 0 -1 0 19788 0 1 0 160209 20 0 0 25 0 8 0 155900691 938483712 19513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073748167 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21681/statm: 229122 19513 2537 14 0 215592 0
[pid=21681/tid=21683] ppid=21679 vsize=916488 CPUtime=0.08
/proc/21681/task/21683/stat : 21683 (java) S 21679 21681 21604 0 -1 64 2696 0 0 0 7 1 0 0 16 0 8 0 155900695 938483712 19513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21681/tid=21684] ppid=21679 vsize=916488 CPUtime=0
/proc/21681/task/21684/stat : 21684 (java) S 21679 21681 21604 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155900696 938483712 19513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21681/tid=21685] ppid=21679 vsize=916488 CPUtime=0
/proc/21681/task/21685/stat : 21685 (java) S 21679 21681 21604 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155900696 938483712 19513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21681/tid=21686] ppid=21679 vsize=916488 CPUtime=0
/proc/21681/task/21686/stat : 21686 (java) S 21679 21681 21604 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155900699 938483712 19513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21681/tid=21687] ppid=21679 vsize=916488 CPUtime=0.3
/proc/21681/task/21687/stat : 21687 (java) S 21679 21681 21604 0 -1 64 465 0 0 0 28 2 0 0 16 0 8 0 155900699 938483712 19513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21681/tid=21688] ppid=21679 vsize=916488 CPUtime=0
/proc/21681/task/21688/stat : 21688 (java) S 21679 21681 21604 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155900699 938483712 19513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21681/tid=21689] ppid=21679 vsize=916488 CPUtime=0
/proc/21681/task/21689/stat : 21689 (java) S 21679 21681 21604 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155900699 938483712 19513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1602.29
Current children cumulated vsize (KiB) 916488

[startup+1662.82 s]
/proc/loadavg: 2.00 2.00 1.91 3/100 21771
/proc/meminfo: memFree=899688/2055920 swapFree=4192812/4192956
[pid=21681] ppid=21679 vsize=916488 CPUtime=1662.29
/proc/21681/stat : 21681 (java) R 21679 21681 21604 0 -1 0 19788 0 1 0 166209 20 0 0 25 0 8 0 155900691 938483712 19513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073752101 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21681/statm: 229122 19513 2537 14 0 215592 0
[pid=21681/tid=21683] ppid=21679 vsize=916488 CPUtime=0.08
/proc/21681/task/21683/stat : 21683 (java) S 21679 21681 21604 0 -1 64 2696 0 0 0 7 1 0 0 16 0 8 0 155900695 938483712 19513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21681/tid=21684] ppid=21679 vsize=916488 CPUtime=0
/proc/21681/task/21684/stat : 21684 (java) S 21679 21681 21604 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155900696 938483712 19513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21681/tid=21685] ppid=21679 vsize=916488 CPUtime=0
/proc/21681/task/21685/stat : 21685 (java) S 21679 21681 21604 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155900696 938483712 19513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21681/tid=21686] ppid=21679 vsize=916488 CPUtime=0
/proc/21681/task/21686/stat : 21686 (java) S 21679 21681 21604 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155900699 938483712 19513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21681/tid=21687] ppid=21679 vsize=916488 CPUtime=0.3
/proc/21681/task/21687/stat : 21687 (java) S 21679 21681 21604 0 -1 64 465 0 0 0 28 2 0 0 16 0 8 0 155900699 938483712 19513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21681/tid=21688] ppid=21679 vsize=916488 CPUtime=0
/proc/21681/task/21688/stat : 21688 (java) S 21679 21681 21604 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155900699 938483712 19513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21681/tid=21689] ppid=21679 vsize=916488 CPUtime=0
/proc/21681/task/21689/stat : 21689 (java) S 21679 21681 21604 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155900699 938483712 19513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1662.29
Current children cumulated vsize (KiB) 916488

[startup+1722.84 s]
/proc/loadavg: 2.05 2.01 1.91 3/100 21771
/proc/meminfo: memFree=899688/2055920 swapFree=4192812/4192956
[pid=21681] ppid=21679 vsize=916488 CPUtime=1722.29
/proc/21681/stat : 21681 (java) R 21679 21681 21604 0 -1 0 19788 0 1 0 172209 20 0 0 25 0 8 0 155900691 938483712 19513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073750362 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21681/statm: 229122 19513 2537 14 0 215592 0
[pid=21681/tid=21683] ppid=21679 vsize=916488 CPUtime=0.08
/proc/21681/task/21683/stat : 21683 (java) S 21679 21681 21604 0 -1 64 2696 0 0 0 7 1 0 0 16 0 8 0 155900695 938483712 19513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21681/tid=21684] ppid=21679 vsize=916488 CPUtime=0
/proc/21681/task/21684/stat : 21684 (java) S 21679 21681 21604 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155900696 938483712 19513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21681/tid=21685] ppid=21679 vsize=916488 CPUtime=0
/proc/21681/task/21685/stat : 21685 (java) S 21679 21681 21604 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155900696 938483712 19513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21681/tid=21686] ppid=21679 vsize=916488 CPUtime=0
/proc/21681/task/21686/stat : 21686 (java) S 21679 21681 21604 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155900699 938483712 19513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21681/tid=21687] ppid=21679 vsize=916488 CPUtime=0.3
/proc/21681/task/21687/stat : 21687 (java) S 21679 21681 21604 0 -1 64 465 0 0 0 28 2 0 0 16 0 8 0 155900699 938483712 19513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21681/tid=21688] ppid=21679 vsize=916488 CPUtime=0
/proc/21681/task/21688/stat : 21688 (java) S 21679 21681 21604 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155900699 938483712 19513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21681/tid=21689] ppid=21679 vsize=916488 CPUtime=0
/proc/21681/task/21689/stat : 21689 (java) S 21679 21681 21604 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155900699 938483712 19513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1722.29
Current children cumulated vsize (KiB) 916488

[startup+1782.86 s]
/proc/loadavg: 2.02 2.01 1.91 3/100 21771
/proc/meminfo: memFree=899688/2055920 swapFree=4192812/4192956
[pid=21681] ppid=21679 vsize=916488 CPUtime=1782.3
/proc/21681/stat : 21681 (java) R 21679 21681 21604 0 -1 0 19788 0 1 0 178209 21 0 0 25 0 8 0 155900691 938483712 19513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073749508 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21681/statm: 229122 19513 2537 14 0 215592 0
[pid=21681/tid=21683] ppid=21679 vsize=916488 CPUtime=0.08
/proc/21681/task/21683/stat : 21683 (java) S 21679 21681 21604 0 -1 64 2696 0 0 0 7 1 0 0 16 0 8 0 155900695 938483712 19513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21681/tid=21684] ppid=21679 vsize=916488 CPUtime=0
/proc/21681/task/21684/stat : 21684 (java) S 21679 21681 21604 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155900696 938483712 19513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21681/tid=21685] ppid=21679 vsize=916488 CPUtime=0
/proc/21681/task/21685/stat : 21685 (java) S 21679 21681 21604 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155900696 938483712 19513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21681/tid=21686] ppid=21679 vsize=916488 CPUtime=0
/proc/21681/task/21686/stat : 21686 (java) S 21679 21681 21604 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155900699 938483712 19513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21681/tid=21687] ppid=21679 vsize=916488 CPUtime=0.3
/proc/21681/task/21687/stat : 21687 (java) S 21679 21681 21604 0 -1 64 465 0 0 0 28 2 0 0 16 0 8 0 155900699 938483712 19513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21681/tid=21688] ppid=21679 vsize=916488 CPUtime=0
/proc/21681/task/21688/stat : 21688 (java) S 21679 21681 21604 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155900699 938483712 19513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21681/tid=21689] ppid=21679 vsize=916488 CPUtime=0
/proc/21681/task/21689/stat : 21689 (java) S 21679 21681 21604 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155900699 938483712 19513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1782.3
Current children cumulated vsize (KiB) 916488



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.64 s]
/proc/loadavg: 2.01 2.01 1.91 3/100 21771
/proc/meminfo: memFree=899688/2055920 swapFree=4192812/4192956
[pid=21681] ppid=21679 vsize=916488 CPUtime=1800.08
/proc/21681/stat : 21681 (java) R 21679 21681 21604 0 -1 0 19788 0 1 0 179987 21 0 0 25 0 8 0 155900691 938483712 19513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073753207 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21681/statm: 229122 19513 2537 14 0 215592 0
[pid=21681/tid=21683] ppid=21679 vsize=916488 CPUtime=0.08
/proc/21681/task/21683/stat : 21683 (java) S 21679 21681 21604 0 -1 64 2696 0 0 0 7 1 0 0 16 0 8 0 155900695 938483712 19513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21681/tid=21684] ppid=21679 vsize=916488 CPUtime=0
/proc/21681/task/21684/stat : 21684 (java) S 21679 21681 21604 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155900696 938483712 19513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21681/tid=21685] ppid=21679 vsize=916488 CPUtime=0
/proc/21681/task/21685/stat : 21685 (java) S 21679 21681 21604 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155900696 938483712 19513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21681/tid=21686] ppid=21679 vsize=916488 CPUtime=0
/proc/21681/task/21686/stat : 21686 (java) S 21679 21681 21604 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155900699 938483712 19513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21681/tid=21687] ppid=21679 vsize=916488 CPUtime=0.3
/proc/21681/task/21687/stat : 21687 (java) S 21679 21681 21604 0 -1 64 465 0 0 0 28 2 0 0 16 0 8 0 155900699 938483712 19513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21681/tid=21688] ppid=21679 vsize=916488 CPUtime=0
/proc/21681/task/21688/stat : 21688 (java) S 21679 21681 21604 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155900699 938483712 19513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21681/tid=21689] ppid=21679 vsize=916488 CPUtime=0
/proc/21681/task/21689/stat : 21689 (java) S 21679 21681 21604 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155900699 938483712 19513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 916488

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

Child status: 143
Real time (s): 1800.69
CPU time (s): 1800.14
CPU user time (s): 1799.91
CPU system time (s): 0.224965
CPU usage (%): 99.969
Max. virtual memory (cumulated for all children) (KiB): 916488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.91
system time used= 0.224965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19804
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= 37503
involuntary context switches= 39566

runsolver used 1.65475 s user time and 4.78227 s system time

The end

Launcher Data (download as text)

Begin job on node18 on Sat Jan  6 09:17:40 UTC 2007


IDJOB= 210340
IDBENCH= 4612
FILE ID= node18/210340-1168075055

PBS_JOBID= 3475794

Free space on /tmp= 66287 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  2e22d5d11e604e15f15a806793e2982a

RANDOM SEED= 676399589

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1153232 kB
Buffers:         69112 kB
Cached:         674672 kB
SwapCached:          0 kB
Active:         413836 kB
Inactive:       390848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1153232 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2128 kB
Writeback:           0 kB
Mapped:          79988 kB
Slab:            83236 kB
Committed_AS:  3953380 kB
PageTables:       1964 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= 66285 MiB



End job on node18 on Sat Jan  6 09:47:41 UTC 2007