Trace number 210314

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.06 1816.67

General information on the benchmark

NamepseudoSeries/fpga/
fpga-40-39.xml
MD5SUM3c6eda633dfc3b4def9c6c240c8051dd
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
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables2340
Number of constraints1678
Maximum constraint arity40
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1678
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/210314-1168075047/unknown.xml
0.39	   
0.39	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.57	     nbVariables=2340  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2
0.57	       =>  wckTime=0.248  cpuTime=0.17  mem=10M819
0.57	   
0.57	   predicates being loaded...
0.59	   
0.59	   constraints being loaded...
1.54	     nbConstraints=1678  nbUnbuiltConflictsStructures=5  nbSharedBinaryRepresentations=0  nbEvaluationManagers=5
1.54	     nbSharedEvaluationManagers=1673  maxDegree=40  maxArity=40
1.54	       =>  wckTime=1.217  cpuTime=0.95  mem=34M134
1.63	   
1.63	   solver IterativeSystematicSolver being built... 
2.13	       =>  wckTime=1.81  cpuTime=1.35  mem=70M384
2.30	   
2.30	   preprocessing
2.30	     nbConstraintChecks=17979  nbValidityChecks=15561  nbPropagations=2340  nbRevisions=16380  nbUselessRevisions=16380
2.30	     nbRemovedValues=0  detectedInconsistency=no
2.30	       =>  wckTime=0.159  cpuTime=0.13  mem=73M388
3.31	   
3.31	   search
3.31	     run=0  nbConstraintChecks=19579  nbValidityChecks=623298  nbPropagations=4701  nbRevisions=335830
3.31	     nbUselessRevisions=334269  nbAssignments=800  nbFailedAssignments=1  nbBacktracks=20  nbVisitedNodes=802
3.31	     nbRestartNogoods=0  mapSize=1  nbInferences=0  nbTooLargeKeys=0
3.31	       =>  wckTime=1.167  cpuTime=1.11  mem=76M960
5.10	   
5.10	   search
5.10	     run=1  nbConstraintChecks=21372  nbValidityChecks=1278347  nbPropagations=13244  nbRevisions=1007338
5.10	     nbUselessRevisions=1002656  nbAssignments=3081  nbFailedAssignments=2  nbBacktracks=1522  nbVisitedNodes=3084
5.10	     nbRestartNogoods=1  mapSize=40  nbInferences=0  nbTooLargeKeys=0
5.10	       =>  wckTime=2.96  cpuTime=2.78  mem=51M925
11.67	   
11.67	   search
11.67	     run=2  nbConstraintChecks=1071605  nbValidityChecks=1921444  nbPropagations=24832  nbRevisions=2002534
11.67	     nbUselessRevisions=1993190  nbAssignments=4584  nbFailedAssignments=3  nbBacktracks=2245  nbVisitedNodes=4588
11.67	     nbRestartNogoods=2  mapSize=60  nbInferences=0  nbTooLargeKeys=0
11.67	       =>  wckTime=9.524  cpuTime=9.27  mem=59M937
18.25	   
18.25	   search
18.25	     run=3  nbConstraintChecks=2121877  nbValidityChecks=2564775  nbPropagations=39466  nbRevisions=3321574
18.25	     nbUselessRevisions=3306027  nbAssignments=6087  nbFailedAssignments=4  nbBacktracks=2970  nbVisitedNodes=6092
18.25	     nbRestartNogoods=3  mapSize=80  nbInferences=0  nbTooLargeKeys=0
18.25	       =>  wckTime=16.105  cpuTime=15.79  mem=67M948
29.69	   
29.69	   search
29.69	     run=4  nbConstraintChecks=4220592  nbValidityChecks=3203978  nbPropagations=56542  nbRevisions=4960447
29.69	     nbUselessRevisions=4937152  nbAssignments=6983  nbFailedAssignments=7  nbBacktracks=3029  nbVisitedNodes=6991
29.69	     nbRestartNogoods=4  mapSize=84  nbInferences=0  nbTooLargeKeys=0
29.69	       =>  wckTime=27.545  cpuTime=27.13  mem=70M953
348.04	   
348.04	   search
348.04	     run=5  nbConstraintChecks=67136675  nbValidityChecks=3843240  nbPropagations=76210  nbRevisions=6919211
348.04	     nbUselessRevisions=6886585  nbAssignments=7991  nbFailedAssignments=68  nbBacktracks=3104  nbVisitedNodes=8060
348.04	     nbRestartNogoods=5  mapSize=141  nbInferences=0  nbTooLargeKeys=0
348.04	       =>  wckTime=345.896  cpuTime=342.59  mem=74M959
349.11	   
349.11	   search
349.11	     run=6  nbConstraintChecks=67139124  nbValidityChecks=4484287  nbPropagations=98345  nbRevisions=9198550
349.11	     nbUselessRevisions=9155066  nbAssignments=8930  nbFailedAssignments=74  nbBacktracks=3224  nbVisitedNodes=9005
349.11	     nbRestartNogoods=10  mapSize=152  nbInferences=0  nbTooLargeKeys=0
349.11	       =>  wckTime=346.964  cpuTime=343.64  mem=78M964
350.09	   
350.09	   search
350.09	     run=7  nbConstraintChecks=67141872  nbValidityChecks=5127289  nbPropagations=123015  nbRevisions=11799414
350.09	     nbUselessRevisions=11743542  nbAssignments=9934  nbFailedAssignments=83  nbBacktracks=3403  nbVisitedNodes=10018
350.09	     nbRestartNogoods=11  mapSize=168  nbInferences=0  nbTooLargeKeys=0
350.09	       =>  wckTime=347.944  cpuTime=344.61  mem=82M970
351.14	   
351.14	   search
351.14	     run=8  nbConstraintChecks=67148372  nbValidityChecks=5783126  nbPropagations=150297  nbRevisions=14728242
351.14	     nbUselessRevisions=14658448  nbAssignments=11010  nbFailedAssignments=96  nbBacktracks=3664  nbVisitedNodes=11107
351.14	     nbRestartNogoods=13  mapSize=193  nbInferences=0  nbTooLargeKeys=0
351.14	       =>  wckTime=348.995  cpuTime=345.65  mem=87M662
357.82	   
357.82	   search
357.82	     run=9  nbConstraintChecks=68199296  nbValidityChecks=6427301  nbPropagations=180603  nbRevisions=17981167
357.82	     nbUselessRevisions=17895948  nbAssignments=12531  nbFailedAssignments=97  nbBacktracks=4330  nbVisitedNodes=12629
357.82	     nbRestartNogoods=14  mapSize=212  nbInferences=0  nbTooLargeKeys=0
357.82	       =>  wckTime=355.679  cpuTime=352.23  mem=58M172
364.40	   
364.40	   search
364.40	     run=10  nbConstraintChecks=69249492  nbValidityChecks=7071553  nbPropagations=213934  nbRevisions=21558229
364.40	     nbUselessRevisions=21456082  nbAssignments=14052  nbFailedAssignments=98  nbBacktracks=4997  nbVisitedNodes=14151
364.40	     nbRestartNogoods=15  mapSize=231  nbInferences=0  nbTooLargeKeys=0
364.40	       =>  wckTime=362.256  cpuTime=358.75  mem=65M231
1454.69	   
1454.69	   search
1454.69	     run=11  nbConstraintChecks=282112041  nbValidityChecks=7716220  nbPropagations=250947  nbRevisions=25459841
1454.69	     nbUselessRevisions=25339060  nbAssignments=16027  nbFailedAssignments=301  nbBacktracks=5861  nbVisitedNodes=16329
1454.69	     nbRestartNogoods=16  mapSize=448  nbInferences=0  nbTooLargeKeys=0
1454.69	       =>  wckTime=1452.548  cpuTime=1439.07  mem=74M307
1456.44	   
1456.44	   search
1456.44	     run=12  nbConstraintChecks=282113988  nbValidityChecks=8373752  nbPropagations=291723  nbRevisions=29697997
1456.44	     nbUselessRevisions=29557098  nbAssignments=18306  nbFailedAssignments=302  nbBacktracks=7249  nbVisitedNodes=18609
1456.44	     nbRestartNogoods=21  mapSize=486  nbInferences=0  nbTooLargeKeys=0
1456.44	       =>  wckTime=1454.301  cpuTime=1440.81  mem=87M417

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/node1/watcher-210314-1168075047 -o ROOT/results/node1/solver-210314-1168075047 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/210314-1168075047/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.67 1.80 3/93 17024
/proc/meminfo: memFree=1098792/2055920 swapFree=4165584/4192956
[pid=17023] ppid=17021 vsize=18540 CPUtime=0
/proc/17023/stat : 17023 (runsolver) R 17021 17023 16844 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 155900998 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 259353275687 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/17023/statm: 4635 279 244 17 0 2626 0

[startup+0.102056 s]
/proc/loadavg: 1.34 1.67 1.80 3/93 17024
/proc/meminfo: memFree=1098792/2055920 swapFree=4165584/4192956
[pid=17023] ppid=17021 vsize=913068 CPUtime=0.07
/proc/17023/stat : 17023 (java) S 17021 17023 16844 0 -1 0 2875 0 1 0 6 1 0 0 18 0 8 0 155900998 934981632 2621 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17023/statm: 228267 2621 1396 14 0 215168 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 913068

[startup+0.510106 s]
/proc/loadavg: 1.34 1.67 1.80 3/93 17024
/proc/meminfo: memFree=1098792/2055920 swapFree=4165584/4192956
[pid=17023] ppid=17021 vsize=915328 CPUtime=0.48
/proc/17023/stat : 17023 (java) R 17021 17023 16844 0 -1 0 6399 0 1 0 44 4 0 0 18 0 8 0 155900998 937295872 6138 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072923338 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17023/statm: 228832 6138 2135 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33121 s]
/proc/loadavg: 1.34 1.67 1.80 3/100 17031
/proc/meminfo: memFree=1037232/2055920 swapFree=4165584/4192956
[pid=17023] ppid=17021 vsize=915644 CPUtime=1.29
/proc/17023/stat : 17023 (java) R 17021 17023 16844 0 -1 0 20917 0 1 0 110 19 0 0 24 0 8 0 155900998 937619456 20653 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153473391 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17023/statm: 228911 20653 2177 14 0 215381 0
[pid=17023/tid=17025] ppid=17021 vsize=915644 CPUtime=0.06
/proc/17023/task/17025/stat : 17025 (java) S 17021 17023 16844 0 -1 64 4305 0 0 0 5 1 0 0 16 0 8 0 155901003 937619456 20653 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17026] ppid=17021 vsize=915644 CPUtime=0
/proc/17023/task/17026/stat : 17026 (java) S 17021 17023 16844 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155901003 937619456 20653 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17027] ppid=17021 vsize=915644 CPUtime=0
/proc/17023/task/17027/stat : 17027 (java) S 17021 17023 16844 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155901003 937619456 20653 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17028] ppid=17021 vsize=915644 CPUtime=0
/proc/17023/task/17028/stat : 17028 (java) S 17021 17023 16844 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155901007 937619456 20653 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17029] ppid=17021 vsize=915644 CPUtime=0.2
/proc/17023/task/17029/stat : 17029 (java) S 17021 17023 16844 0 -1 64 424 0 0 0 20 0 0 0 16 0 8 0 155901007 937619456 20653 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17030] ppid=17021 vsize=915644 CPUtime=0
/proc/17023/task/17030/stat : 17030 (java) S 17021 17023 16844 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155901007 937619456 20653 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17031] ppid=17021 vsize=915644 CPUtime=0
/proc/17023/task/17031/stat : 17031 (java) S 17021 17023 16844 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155901007 937619456 20653 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 915644

[startup+2.96839 s]
/proc/loadavg: 1.34 1.67 1.80 3/100 17031
/proc/meminfo: memFree=1007408/2055920 swapFree=4165584/4192956
[pid=17023] ppid=17021 vsize=915728 CPUtime=2.91
/proc/17023/stat : 17023 (java) R 17021 17023 16844 0 -1 0 25547 0 1 0 269 22 0 0 25 0 8 0 155900998 937705472 25281 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074072104 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17023/statm: 228932 25281 2533 14 0 215402 0
[pid=17023/tid=17025] ppid=17021 vsize=915728 CPUtime=0.18
/proc/17023/task/17025/stat : 17025 (java) S 17021 17023 16844 0 -1 64 8419 0 0 0 16 2 0 0 17 0 8 0 155901003 937705472 25281 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17026] ppid=17021 vsize=915728 CPUtime=0
/proc/17023/task/17026/stat : 17026 (java) S 17021 17023 16844 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155901003 937705472 25281 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17027] ppid=17021 vsize=915728 CPUtime=0
/proc/17023/task/17027/stat : 17027 (java) S 17021 17023 16844 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155901003 937705472 25281 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17028] ppid=17021 vsize=915728 CPUtime=0
/proc/17023/task/17028/stat : 17028 (java) S 17021 17023 16844 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155901007 937705472 25281 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17029] ppid=17021 vsize=915728 CPUtime=0.34
/proc/17023/task/17029/stat : 17029 (java) S 17021 17023 16844 0 -1 64 503 0 0 0 33 1 0 0 16 0 8 0 155901007 937705472 25281 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17030] ppid=17021 vsize=915728 CPUtime=0
/proc/17023/task/17030/stat : 17030 (java) S 17021 17023 16844 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155901007 937705472 25281 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17031] ppid=17021 vsize=915728 CPUtime=0
/proc/17023/task/17031/stat : 17031 (java) S 17021 17023 16844 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155901007 937705472 25281 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 915728

[startup+6.27077 s]
/proc/loadavg: 1.40 1.68 1.80 3/100 17031
/proc/meminfo: memFree=996720/2055920 swapFree=4165584/4192956
[pid=17023] ppid=17021 vsize=915728 CPUtime=6.19
/proc/17023/stat : 17023 (java) R 17021 17023 16844 0 -1 0 28198 0 1 0 595 24 0 0 25 0 8 0 155900998 937705472 27927 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074083300 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17023/statm: 228932 27927 2537 14 0 215402 0
[pid=17023/tid=17025] ppid=17021 vsize=915728 CPUtime=0.26
/proc/17023/task/17025/stat : 17025 (java) S 17021 17023 16844 0 -1 64 11038 0 0 0 22 4 0 0 17 0 8 0 155901003 937705472 27927 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17026] ppid=17021 vsize=915728 CPUtime=0
/proc/17023/task/17026/stat : 17026 (java) S 17021 17023 16844 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155901003 937705472 27927 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17027] ppid=17021 vsize=915728 CPUtime=0
/proc/17023/task/17027/stat : 17027 (java) S 17021 17023 16844 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155901003 937705472 27927 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17028] ppid=17021 vsize=915728 CPUtime=0
/proc/17023/task/17028/stat : 17028 (java) S 17021 17023 16844 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155901007 937705472 27927 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17029] ppid=17021 vsize=915728 CPUtime=0.39
/proc/17023/task/17029/stat : 17029 (java) S 17021 17023 16844 0 -1 64 526 0 0 0 38 1 0 0 15 0 8 0 155901007 937705472 27927 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17030] ppid=17021 vsize=915728 CPUtime=0
/proc/17023/task/17030/stat : 17030 (java) S 17021 17023 16844 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155901007 937705472 27927 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17031] ppid=17021 vsize=915728 CPUtime=0
/proc/17023/task/17031/stat : 17031 (java) S 17021 17023 16844 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155901007 937705472 27927 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 915728

[startup+12.7435 s]
/proc/loadavg: 1.44 1.68 1.80 3/100 17031
/proc/meminfo: memFree=996720/2055920 swapFree=4165584/4192956
[pid=17023] ppid=17021 vsize=915728 CPUtime=12.6
/proc/17023/stat : 17023 (java) R 17021 17023 16844 0 -1 0 28200 0 1 0 1236 24 0 0 25 0 8 0 155900998 937705472 27928 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074081890 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17023/statm: 228932 27928 2537 14 0 215402 0
[pid=17023/tid=17025] ppid=17021 vsize=915728 CPUtime=0.26
/proc/17023/task/17025/stat : 17025 (java) S 17021 17023 16844 0 -1 64 11038 0 0 0 22 4 0 0 16 0 8 0 155901003 937705472 27928 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17026] ppid=17021 vsize=915728 CPUtime=0
/proc/17023/task/17026/stat : 17026 (java) S 17021 17023 16844 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155901003 937705472 27928 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17027] ppid=17021 vsize=915728 CPUtime=0
/proc/17023/task/17027/stat : 17027 (java) S 17021 17023 16844 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155901003 937705472 27928 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17028] ppid=17021 vsize=915728 CPUtime=0
/proc/17023/task/17028/stat : 17028 (java) S 17021 17023 16844 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155901007 937705472 27928 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17029] ppid=17021 vsize=915728 CPUtime=0.39
/proc/17023/task/17029/stat : 17029 (java) S 17021 17023 16844 0 -1 64 527 0 0 0 38 1 0 0 16 0 8 0 155901007 937705472 27928 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17030] ppid=17021 vsize=915728 CPUtime=0
/proc/17023/task/17030/stat : 17030 (java) S 17021 17023 16844 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155901007 937705472 27928 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17031] ppid=17021 vsize=915728 CPUtime=0
/proc/17023/task/17031/stat : 17031 (java) S 17021 17023 16844 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155901007 937705472 27928 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 915728

[startup+25.61 s]
/proc/loadavg: 1.57 1.70 1.81 3/100 17031
/proc/meminfo: memFree=996784/2055920 swapFree=4165584/4192956
[pid=17023] ppid=17021 vsize=915728 CPUtime=25.35
/proc/17023/stat : 17023 (java) R 17021 17023 16844 0 -1 0 28200 0 1 0 2511 24 0 0 25 0 8 0 155900998 937705472 27928 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074083300 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17023/statm: 228932 27928 2537 14 0 215402 0
[pid=17023/tid=17025] ppid=17021 vsize=915728 CPUtime=0.26
/proc/17023/task/17025/stat : 17025 (java) S 17021 17023 16844 0 -1 64 11038 0 0 0 22 4 0 0 16 0 8 0 155901003 937705472 27928 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17026] ppid=17021 vsize=915728 CPUtime=0
/proc/17023/task/17026/stat : 17026 (java) S 17021 17023 16844 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155901003 937705472 27928 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17027] ppid=17021 vsize=915728 CPUtime=0
/proc/17023/task/17027/stat : 17027 (java) S 17021 17023 16844 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155901003 937705472 27928 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17028] ppid=17021 vsize=915728 CPUtime=0
/proc/17023/task/17028/stat : 17028 (java) S 17021 17023 16844 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155901007 937705472 27928 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17029] ppid=17021 vsize=915728 CPUtime=0.39
/proc/17023/task/17029/stat : 17029 (java) S 17021 17023 16844 0 -1 64 527 0 0 0 38 1 0 0 16 0 8 0 155901007 937705472 27928 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17030] ppid=17021 vsize=915728 CPUtime=0
/proc/17023/task/17030/stat : 17030 (java) S 17021 17023 16844 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155901007 937705472 27928 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17031] ppid=17021 vsize=915728 CPUtime=0
/proc/17023/task/17031/stat : 17031 (java) S 17021 17023 16844 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155901007 937705472 27928 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 915728

[startup+51.221 s]
/proc/loadavg: 1.71 1.72 1.81 3/100 17031
/proc/meminfo: memFree=996848/2055920 swapFree=4165584/4192956
[pid=17023] ppid=17021 vsize=915728 CPUtime=50.72
/proc/17023/stat : 17023 (java) R 17021 17023 16844 0 -1 0 28201 0 1 0 5048 24 0 0 25 0 8 0 155900998 937705472 27929 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074081960 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17023/statm: 228932 27929 2537 14 0 215402 0
[pid=17023/tid=17025] ppid=17021 vsize=915728 CPUtime=0.26
/proc/17023/task/17025/stat : 17025 (java) S 17021 17023 16844 0 -1 64 11038 0 0 0 22 4 0 0 16 0 8 0 155901003 937705472 27929 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17026] ppid=17021 vsize=915728 CPUtime=0
/proc/17023/task/17026/stat : 17026 (java) S 17021 17023 16844 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155901003 937705472 27929 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17027] ppid=17021 vsize=915728 CPUtime=0
/proc/17023/task/17027/stat : 17027 (java) S 17021 17023 16844 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155901003 937705472 27929 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17028] ppid=17021 vsize=915728 CPUtime=0
/proc/17023/task/17028/stat : 17028 (java) S 17021 17023 16844 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155901007 937705472 27929 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17029] ppid=17021 vsize=915728 CPUtime=0.39
/proc/17023/task/17029/stat : 17029 (java) S 17021 17023 16844 0 -1 64 528 0 0 0 38 1 0 0 16 0 8 0 155901007 937705472 27929 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17030] ppid=17021 vsize=915728 CPUtime=0
/proc/17023/task/17030/stat : 17030 (java) S 17021 17023 16844 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155901007 937705472 27929 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17031] ppid=17021 vsize=915728 CPUtime=0
/proc/17023/task/17031/stat : 17031 (java) S 17021 17023 16844 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155901007 937705472 27929 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 915728

[startup+102.422 s]
/proc/loadavg: 1.87 1.76 1.82 3/100 17033
/proc/meminfo: memFree=996656/2055920 swapFree=4165584/4192956
[pid=17023] ppid=17021 vsize=915728 CPUtime=101.45
/proc/17023/stat : 17023 (java) R 17021 17023 16844 0 -1 0 28201 0 1 0 10121 24 0 0 25 0 8 0 155900998 937705472 27929 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074073802 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17023/statm: 228932 27929 2537 14 0 215402 0
[pid=17023/tid=17025] ppid=17021 vsize=915728 CPUtime=0.26
/proc/17023/task/17025/stat : 17025 (java) S 17021 17023 16844 0 -1 64 11038 0 0 0 22 4 0 0 16 0 8 0 155901003 937705472 27929 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17026] ppid=17021 vsize=915728 CPUtime=0
/proc/17023/task/17026/stat : 17026 (java) S 17021 17023 16844 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155901003 937705472 27929 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17027] ppid=17021 vsize=915728 CPUtime=0
/proc/17023/task/17027/stat : 17027 (java) S 17021 17023 16844 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155901003 937705472 27929 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17028] ppid=17021 vsize=915728 CPUtime=0
/proc/17023/task/17028/stat : 17028 (java) S 17021 17023 16844 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155901007 937705472 27929 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17029] ppid=17021 vsize=915728 CPUtime=0.39
/proc/17023/task/17029/stat : 17029 (java) S 17021 17023 16844 0 -1 64 528 0 0 0 38 1 0 0 16 0 8 0 155901007 937705472 27929 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17030] ppid=17021 vsize=915728 CPUtime=0
/proc/17023/task/17030/stat : 17030 (java) S 17021 17023 16844 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155901007 937705472 27929 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17031] ppid=17021 vsize=915728 CPUtime=0
/proc/17023/task/17031/stat : 17031 (java) S 17021 17023 16844 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155901007 937705472 27929 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.45
Current children cumulated vsize (KiB) 915728

[startup+162.464 s]
/proc/loadavg: 1.95 1.80 1.83 3/100 17033
/proc/meminfo: memFree=996728/2055920 swapFree=4165584/4192956
[pid=17023] ppid=17021 vsize=915728 CPUtime=160.95
/proc/17023/stat : 17023 (java) R 17021 17023 16844 0 -1 0 28201 0 1 0 16070 25 0 0 25 0 8 0 155900998 937705472 27929 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074083300 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1410.42
Current children cumulated vsize (KiB) 915728

[startup+1483.49 s]
/proc/loadavg: 2.00 2.00 1.91 3/100 17091
/proc/meminfo: memFree=842800/2055920 swapFree=4165584/4192956
[pid=17023] ppid=17021 vsize=915728 CPUtime=1469.91
/proc/17023/stat : 17023 (java) R 17021 17023 16844 0 -1 0 33129 0 1 0 146950 41 0 0 25 0 8 0 155900998 937705472 32855 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074084200 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17023/statm: 228932 32855 2537 14 0 215402 0
[pid=17023/tid=17025] ppid=17021 vsize=915728 CPUtime=0.32
/proc/17023/task/17025/stat : 17025 (java) S 17021 17023 16844 0 -1 64 15963 0 0 0 27 5 0 0 16 0 8 0 155901003 937705472 32855 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17026] ppid=17021 vsize=915728 CPUtime=0
/proc/17023/task/17026/stat : 17026 (java) S 17021 17023 16844 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155901003 937705472 32855 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17027] ppid=17021 vsize=915728 CPUtime=0
/proc/17023/task/17027/stat : 17027 (java) S 17021 17023 16844 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155901003 937705472 32855 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17028] ppid=17021 vsize=915728 CPUtime=0
/proc/17023/task/17028/stat : 17028 (java) S 17021 17023 16844 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155901007 937705472 32855 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17029] ppid=17021 vsize=915728 CPUtime=0.39
/proc/17023/task/17029/stat : 17029 (java) S 17021 17023 16844 0 -1 64 529 0 0 0 38 1 0 0 16 0 8 0 155901007 937705472 32855 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17030] ppid=17021 vsize=915728 CPUtime=0
/proc/17023/task/17030/stat : 17030 (java) S 17021 17023 16844 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155901007 937705472 32855 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17031] ppid=17021 vsize=915728 CPUtime=0
/proc/17023/task/17031/stat : 17031 (java) S 17021 17023 16844 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155901007 937705472 32855 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1469.91
Current children cumulated vsize (KiB) 915728

[startup+1543.53 s]
/proc/loadavg: 2.00 2.00 1.91 3/100 17091
/proc/meminfo: memFree=842736/2055920 swapFree=4165584/4192956
[pid=17023] ppid=17021 vsize=915728 CPUtime=1529.42
/proc/17023/stat : 17023 (java) R 17021 17023 16844 0 -1 0 33129 0 1 0 152900 42 0 0 25 0 8 0 155900998 937705472 32855 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074087692 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17023/statm: 228932 32855 2537 14 0 215402 0
[pid=17023/tid=17025] ppid=17021 vsize=915728 CPUtime=0.32
/proc/17023/task/17025/stat : 17025 (java) S 17021 17023 16844 0 -1 64 15963 0 0 0 27 5 0 0 16 0 8 0 155901003 937705472 32855 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17026] ppid=17021 vsize=915728 CPUtime=0
/proc/17023/task/17026/stat : 17026 (java) S 17021 17023 16844 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155901003 937705472 32855 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17027] ppid=17021 vsize=915728 CPUtime=0
/proc/17023/task/17027/stat : 17027 (java) S 17021 17023 16844 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155901003 937705472 32855 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17028] ppid=17021 vsize=915728 CPUtime=0
/proc/17023/task/17028/stat : 17028 (java) S 17021 17023 16844 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155901007 937705472 32855 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17029] ppid=17021 vsize=915728 CPUtime=0.39
/proc/17023/task/17029/stat : 17029 (java) S 17021 17023 16844 0 -1 64 529 0 0 0 38 1 0 0 16 0 8 0 155901007 937705472 32855 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17030] ppid=17021 vsize=915728 CPUtime=0
/proc/17023/task/17030/stat : 17030 (java) S 17021 17023 16844 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155901007 937705472 32855 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17031] ppid=17021 vsize=915728 CPUtime=0
/proc/17023/task/17031/stat : 17031 (java) S 17021 17023 16844 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155901007 937705472 32855 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1529.42
Current children cumulated vsize (KiB) 915728

[startup+1603.58 s]
/proc/loadavg: 2.04 2.01 1.92 3/100 17091
/proc/meminfo: memFree=837808/2055920 swapFree=4165584/4192956
[pid=17023] ppid=17021 vsize=915728 CPUtime=1588.91
/proc/17023/stat : 17023 (java) R 17021 17023 16844 0 -1 0 33129 0 1 0 158849 42 0 0 25 0 8 0 155900998 937705472 32855 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074106391 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17023/statm: 228932 32855 2537 14 0 215402 0
[pid=17023/tid=17025] ppid=17021 vsize=915728 CPUtime=0.32
/proc/17023/task/17025/stat : 17025 (java) S 17021 17023 16844 0 -1 64 15963 0 0 0 27 5 0 0 16 0 8 0 155901003 937705472 32855 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17026] ppid=17021 vsize=915728 CPUtime=0
/proc/17023/task/17026/stat : 17026 (java) S 17021 17023 16844 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155901003 937705472 32855 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17027] ppid=17021 vsize=915728 CPUtime=0
/proc/17023/task/17027/stat : 17027 (java) S 17021 17023 16844 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155901003 937705472 32855 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17028] ppid=17021 vsize=915728 CPUtime=0
/proc/17023/task/17028/stat : 17028 (java) S 17021 17023 16844 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155901007 937705472 32855 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17029] ppid=17021 vsize=915728 CPUtime=0.39
/proc/17023/task/17029/stat : 17029 (java) S 17021 17023 16844 0 -1 64 529 0 0 0 38 1 0 0 16 0 8 0 155901007 937705472 32855 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17030] ppid=17021 vsize=915728 CPUtime=0
/proc/17023/task/17030/stat : 17030 (java) S 17021 17023 16844 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155901007 937705472 32855 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17031] ppid=17021 vsize=915728 CPUtime=0
/proc/17023/task/17031/stat : 17031 (java) S 17021 17023 16844 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155901007 937705472 32855 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1588.91
Current children cumulated vsize (KiB) 915728

[startup+1663.63 s]
/proc/loadavg: 2.09 2.02 1.93 3/100 17091
/proc/meminfo: memFree=837744/2055920 swapFree=4165584/4192956
[pid=17023] ppid=17021 vsize=915728 CPUtime=1648.41
/proc/17023/stat : 17023 (java) R 17021 17023 16844 0 -1 0 33129 0 1 0 164798 43 0 0 25 0 8 0 155900998 937705472 32855 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074073802 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17023/statm: 228932 32855 2537 14 0 215402 0
[pid=17023/tid=17025] ppid=17021 vsize=915728 CPUtime=0.32
/proc/17023/task/17025/stat : 17025 (java) S 17021 17023 16844 0 -1 64 15963 0 0 0 27 5 0 0 16 0 8 0 155901003 937705472 32855 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17026] ppid=17021 vsize=915728 CPUtime=0
/proc/17023/task/17026/stat : 17026 (java) S 17021 17023 16844 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155901003 937705472 32855 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17027] ppid=17021 vsize=915728 CPUtime=0
/proc/17023/task/17027/stat : 17027 (java) S 17021 17023 16844 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155901003 937705472 32855 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17028] ppid=17021 vsize=915728 CPUtime=0
/proc/17023/task/17028/stat : 17028 (java) S 17021 17023 16844 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155901007 937705472 32855 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17029] ppid=17021 vsize=915728 CPUtime=0.39
/proc/17023/task/17029/stat : 17029 (java) S 17021 17023 16844 0 -1 64 529 0 0 0 38 1 0 0 16 0 8 0 155901007 937705472 32855 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17030] ppid=17021 vsize=915728 CPUtime=0
/proc/17023/task/17030/stat : 17030 (java) S 17021 17023 16844 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155901007 937705472 32855 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17031] ppid=17021 vsize=915728 CPUtime=0
/proc/17023/task/17031/stat : 17031 (java) S 17021 17023 16844 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155901007 937705472 32855 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1648.41
Current children cumulated vsize (KiB) 915728

[startup+1723.67 s]
/proc/loadavg: 2.03 2.02 1.93 3/100 17091
/proc/meminfo: memFree=837744/2055920 swapFree=4165584/4192956
[pid=17023] ppid=17021 vsize=915728 CPUtime=1707.91
/proc/17023/stat : 17023 (java) R 17021 17023 16844 0 -1 0 33129 0 1 0 170748 43 0 0 25 0 8 0 155900998 937705472 32855 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074072090 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17023/statm: 228932 32855 2537 14 0 215402 0
[pid=17023/tid=17025] ppid=17021 vsize=915728 CPUtime=0.32
/proc/17023/task/17025/stat : 17025 (java) S 17021 17023 16844 0 -1 64 15963 0 0 0 27 5 0 0 16 0 8 0 155901003 937705472 32855 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17026] ppid=17021 vsize=915728 CPUtime=0
/proc/17023/task/17026/stat : 17026 (java) S 17021 17023 16844 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155901003 937705472 32855 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17027] ppid=17021 vsize=915728 CPUtime=0
/proc/17023/task/17027/stat : 17027 (java) S 17021 17023 16844 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155901003 937705472 32855 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17028] ppid=17021 vsize=915728 CPUtime=0
/proc/17023/task/17028/stat : 17028 (java) S 17021 17023 16844 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155901007 937705472 32855 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17029] ppid=17021 vsize=915728 CPUtime=0.39
/proc/17023/task/17029/stat : 17029 (java) S 17021 17023 16844 0 -1 64 529 0 0 0 38 1 0 0 16 0 8 0 155901007 937705472 32855 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17030] ppid=17021 vsize=915728 CPUtime=0
/proc/17023/task/17030/stat : 17030 (java) S 17021 17023 16844 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155901007 937705472 32855 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17031] ppid=17021 vsize=915728 CPUtime=0
/proc/17023/task/17031/stat : 17031 (java) S 17021 17023 16844 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155901007 937705472 32855 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1707.91
Current children cumulated vsize (KiB) 915728

[startup+1783.72 s]
/proc/loadavg: 2.06 2.03 1.93 3/100 17091
/proc/meminfo: memFree=837680/2055920 swapFree=4165584/4192956
[pid=17023] ppid=17021 vsize=915728 CPUtime=1767.4
/proc/17023/stat : 17023 (java) R 17021 17023 16844 0 -1 0 33129 0 1 0 176696 44 0 0 25 0 8 0 155900998 937705472 32855 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074087584 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17023/statm: 228932 32855 2537 14 0 215402 0
[pid=17023/tid=17025] ppid=17021 vsize=915728 CPUtime=0.32
/proc/17023/task/17025/stat : 17025 (java) S 17021 17023 16844 0 -1 64 15963 0 0 0 27 5 0 0 16 0 8 0 155901003 937705472 32855 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17026] ppid=17021 vsize=915728 CPUtime=0
/proc/17023/task/17026/stat : 17026 (java) S 17021 17023 16844 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155901003 937705472 32855 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17027] ppid=17021 vsize=915728 CPUtime=0
/proc/17023/task/17027/stat : 17027 (java) S 17021 17023 16844 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155901003 937705472 32855 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17028] ppid=17021 vsize=915728 CPUtime=0
/proc/17023/task/17028/stat : 17028 (java) S 17021 17023 16844 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155901007 937705472 32855 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17029] ppid=17021 vsize=915728 CPUtime=0.39
/proc/17023/task/17029/stat : 17029 (java) S 17021 17023 16844 0 -1 64 529 0 0 0 38 1 0 0 16 0 8 0 155901007 937705472 32855 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17030] ppid=17021 vsize=915728 CPUtime=0
/proc/17023/task/17030/stat : 17030 (java) S 17021 17023 16844 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155901007 937705472 32855 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17031] ppid=17021 vsize=915728 CPUtime=0
/proc/17023/task/17031/stat : 17031 (java) S 17021 17023 16844 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155901007 937705472 32855 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1767.4
Current children cumulated vsize (KiB) 915728



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.62 s]
/proc/loadavg: 2.03 2.02 1.93 3/100 17091
/proc/meminfo: memFree=837680/2055920 swapFree=4165584/4192956
[pid=17023] ppid=17021 vsize=915728 CPUtime=1800.01
/proc/17023/stat : 17023 (java) R 17021 17023 16844 0 -1 0 33129 0 1 0 179957 44 0 0 25 0 8 0 155900998 937705472 32855 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074073802 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17023/statm: 228932 32855 2537 14 0 215402 0
[pid=17023/tid=17025] ppid=17021 vsize=915728 CPUtime=0.32
/proc/17023/task/17025/stat : 17025 (java) S 17021 17023 16844 0 -1 64 15963 0 0 0 27 5 0 0 16 0 8 0 155901003 937705472 32855 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17026] ppid=17021 vsize=915728 CPUtime=0
/proc/17023/task/17026/stat : 17026 (java) S 17021 17023 16844 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155901003 937705472 32855 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17027] ppid=17021 vsize=915728 CPUtime=0
/proc/17023/task/17027/stat : 17027 (java) S 17021 17023 16844 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155901003 937705472 32855 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17028] ppid=17021 vsize=915728 CPUtime=0
/proc/17023/task/17028/stat : 17028 (java) S 17021 17023 16844 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155901007 937705472 32855 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17029] ppid=17021 vsize=915728 CPUtime=0.39
/proc/17023/task/17029/stat : 17029 (java) S 17021 17023 16844 0 -1 64 529 0 0 0 38 1 0 0 16 0 8 0 155901007 937705472 32855 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17030] ppid=17021 vsize=915728 CPUtime=0
/proc/17023/task/17030/stat : 17030 (java) S 17021 17023 16844 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155901007 937705472 32855 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17023/tid=17031] ppid=17021 vsize=915728 CPUtime=0
/proc/17023/task/17031/stat : 17031 (java) S 17021 17023 16844 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155901007 937705472 32855 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) 915728

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

Child status: 143
Real time (s): 1816.67
CPU time (s): 1800.06
CPU user time (s): 1799.59
CPU system time (s): 0.466929
CPU usage (%): 99.0856
Max. virtual memory (cumulated for all children) (KiB): 915728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.59
system time used= 0.466929
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33145
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= 38407
involuntary context switches= 76884

runsolver used 2.43563 s user time and 5.61215 s system time

The end

Launcher Data (download as text)

Begin job on node1 on Sat Jan  6 09:17:29 UTC 2007


IDJOB= 210314
IDBENCH= 4610
FILE ID= node1/210314-1168075047

PBS_JOBID= 3475789

Free space on /tmp= 66296 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  3c6eda633dfc3b4def9c6c240c8051dd

RANDOM SEED= 899516884

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.234
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.234
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:       1099272 kB
Buffers:         69792 kB
Cached:         630384 kB
SwapCached:       3692 kB
Active:         496328 kB
Inactive:       362880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1099272 kB
SwapTotal:     4192956 kB
SwapFree:      4165584 kB
Dirty:            2392 kB
Writeback:           0 kB
Mapped:         178932 kB
Slab:            81840 kB
Committed_AS:  4952420 kB
PageTables:       2616 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= 66292 MiB



End job on node1 on Sat Jan  6 09:47:49 UTC 2007