Trace number 210587

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 109 AC? (TO) 1800.09 1806.65

General information on the benchmark

NamepseudoSeries/fpga/
fpga-40-38.xml
MD5SUM2503b7c83ccc01e38c04691572538788
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2280
Number of constraints1636
Maximum constraint arity40
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1636
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=mac.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/210587-1168075090/unknown.xml
0.34	   
0.34	   domains being loaded...
0.35	   
0.35	   variables being loaded...
0.52	     nbVariables=2280  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2
0.52	       =>  wckTime=0.23  cpuTime=0.16  mem=10M829
0.52	   
0.52	   predicates being loaded...
0.53	   
0.53	   constraints being loaded...
1.38	     nbConstraints=1636  nbUnbuiltConflictsStructures=4  nbSharedBinaryRepresentations=0  nbEvaluationManagers=4
1.38	     nbSharedEvaluationManagers=1632  maxDegree=39  maxArity=40
1.38	       =>  wckTime=1.094  cpuTime=0.86  mem=29M453
1.46	   
1.46	   solver IterativeSystematicSolver being built... 
1.91	       =>  wckTime=1.621  cpuTime=1.2  mem=65M795
2.13	   
2.13	   preprocessing
2.13	     nbConstraintChecks=34238  nbValidityChecks=29602  nbPropagations=2280  nbRevisions=31160  nbUselessRevisions=31160
2.13	     nbRemovedValues=0  detectedInconsistency=no
2.13	       =>  wckTime=0.209  cpuTime=0.19  mem=68M821
2.91	   
2.91	   search
2.91	     run=0  nbConstraintChecks=3117  nbValidityChecks=592116  nbPropagations=4581  nbRevisions=327219
2.91	     nbUselessRevisions=325698  nbAssignments=780  nbFailedAssignments=1  nbBacktracks=20  nbVisitedNodes=782
2.91	     nbRestartNogoods=0  mapSize=1  nbInferences=0  nbTooLargeKeys=0
2.91	       =>  wckTime=0.994  cpuTime=0.94  mem=71M880
4.43	   
4.43	   search
4.43	     run=1  nbConstraintChecks=4865  nbValidityChecks=1200172  nbPropagations=12904  nbRevisions=966513
4.43	     nbUselessRevisions=961951  nbAssignments=3001  nbFailedAssignments=2  nbBacktracks=1482  nbVisitedNodes=3004
4.43	     nbRestartNogoods=1  mapSize=39  nbInferences=0  nbTooLargeKeys=0
4.43	       =>  wckTime=2.515  cpuTime=2.37  mem=47M554
10.17	   
10.17	   search
10.17	     run=2  nbConstraintChecks=1055055  nbValidityChecks=1796277  nbPropagations=24173  nbRevisions=1905893
10.17	     nbUselessRevisions=1896789  nbAssignments=4445  nbFailedAssignments=3  nbBacktracks=2166  nbVisitedNodes=4449
10.17	     nbRestartNogoods=2  mapSize=58  nbInferences=0  nbTooLargeKeys=0
10.17	       =>  wckTime=8.259  cpuTime=8.08  mem=54M614
15.89	   
15.89	   search
15.89	     run=3  nbConstraintChecks=2105283  nbValidityChecks=2392610  nbPropagations=38389  nbRevisions=3145511
15.89	     nbUselessRevisions=3130364  nbAssignments=5889  nbFailedAssignments=4  nbBacktracks=2852  nbVisitedNodes=5894
15.89	     nbRestartNogoods=3  mapSize=77  nbInferences=0  nbTooLargeKeys=0
15.89	       =>  wckTime=13.974  cpuTime=13.78  mem=61M673
26.05	   
26.05	   search
26.05	     run=4  nbConstraintChecks=4203958  nbValidityChecks=2985034  nbPropagations=54987  nbRevisions=4681572
26.05	     nbUselessRevisions=4658876  nbAssignments=6764  nbFailedAssignments=7  nbBacktracks=2911  nbVisitedNodes=6772
26.05	     nbRestartNogoods=4  mapSize=81  nbInferences=0  nbTooLargeKeys=0
26.05	       =>  wckTime=24.133  cpuTime=23.87  mem=65M708
307.45	   
307.45	   search
307.45	     run=5  nbConstraintChecks=67120002  nbValidityChecks=3577517  nbPropagations=74117  nbRevisions=6514134
307.45	     nbUselessRevisions=6482345  nbAssignments=7751  nbFailedAssignments=68  nbBacktracks=2986  nbVisitedNodes=7820
307.45	     nbRestartNogoods=5  mapSize=138  nbInferences=0  nbTooLargeKeys=0
307.45	       =>  wckTime=305.539  cpuTime=303.98  mem=68M733
308.34	   
308.34	   search
308.34	     run=6  nbConstraintChecks=67122352  nbValidityChecks=4171775  nbPropagations=95654  nbRevisions=8643857
308.34	     nbUselessRevisions=8601487  nbAssignments=8669  nbFailedAssignments=74  nbBacktracks=3106  nbVisitedNodes=8744
308.34	     nbRestartNogoods=10  mapSize=149  nbInferences=0  nbTooLargeKeys=0
308.34	       =>  wckTime=306.423  cpuTime=304.86  mem=72M767
309.16	   
309.16	   search
309.16	     run=7  nbConstraintChecks=67125030  nbValidityChecks=4767902  nbPropagations=119666  nbRevisions=11071667
309.16	     nbUselessRevisions=11017225  nbAssignments=9652  nbFailedAssignments=83  nbBacktracks=3285  nbVisitedNodes=9736
309.16	     nbRestartNogoods=11  mapSize=165  nbInferences=0  nbTooLargeKeys=0
309.16	       =>  wckTime=307.242  cpuTime=305.67  mem=76M802
314.71	   
314.71	   search
314.71	     run=8  nbConstraintChecks=68175490  nbValidityChecks=5364534  nbPropagations=146604  nbRevisions=13799789
314.71	     nbUselessRevisions=13731811  nbAssignments=11114  nbFailedAssignments=84  nbBacktracks=3913  nbVisitedNodes=11199
314.71	     nbRestartNogoods=13  mapSize=183  nbInferences=0  nbTooLargeKeys=0
314.71	       =>  wckTime=312.797  cpuTime=311.21  mem=83M862
320.33	   
320.33	   search
320.33	     run=9  nbConstraintChecks=69225644  nbValidityChecks=5961223  nbPropagations=176469  nbRevisions=16828262
320.33	     nbUselessRevisions=16745284  nbAssignments=12576  nbFailedAssignments=85  nbBacktracks=4542  nbVisitedNodes=12662
320.33	     nbRestartNogoods=14  mapSize=201  nbInferences=0  nbTooLargeKeys=0
320.33	       =>  wckTime=318.414  cpuTime=316.77  mem=51M891
325.94	   
325.94	   search
325.94	     run=10  nbConstraintChecks=70275798  nbValidityChecks=6557836  nbPropagations=209261  nbRevisions=20157048
325.94	     nbUselessRevisions=20057606  nbAssignments=14038  nbFailedAssignments=86  nbBacktracks=5170  nbVisitedNodes=14125
325.94	     nbRestartNogoods=15  mapSize=219  nbInferences=0  nbTooLargeKeys=0
325.94	       =>  wckTime=324.024  cpuTime=322.36  mem=59M0

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/node62/watcher-210587-1168075090 -o ROOT/results/node62/solver-210587-1168075090 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/210587-1168075090/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.14 1.73 1.75 4/80 1809
/proc/meminfo: memFree=1110992/2055920 swapFree=4192812/4192956
[pid=1808] ppid=1806 vsize=1784 CPUtime=0
/proc/1808/stat : 1808 (java) R 1806 1808 1194 0 -1 0 369 0 0 0 0 0 0 0 18 0 1 0 155906767 1826816 158 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/1808/statm: 446 163 128 14 0 91 0

[startup+0.107435 s]
/proc/loadavg: 1.14 1.73 1.75 4/80 1809
/proc/meminfo: memFree=1110992/2055920 swapFree=4192812/4192956
[pid=1808] ppid=1806 vsize=914988 CPUtime=0.09
/proc/1808/stat : 1808 (java) R 1806 1808 1194 0 -1 0 3122 0 1 0 8 1 0 0 22 0 8 0 155906767 936947712 2868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1808/statm: 228747 2868 1470 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.515518 s]
/proc/loadavg: 1.14 1.73 1.75 4/80 1809
/proc/meminfo: memFree=1110992/2055920 swapFree=4192812/4192956
[pid=1808] ppid=1806 vsize=915328 CPUtime=0.49
/proc/1808/stat : 1808 (java) R 1806 1808 1194 0 -1 0 6741 0 1 0 45 4 0 0 25 0 8 0 155906767 937295872 6480 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073542797 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1808/statm: 228832 6482 2136 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33868 s]
/proc/loadavg: 1.14 1.73 1.75 3/87 1817
/proc/meminfo: memFree=1048792/2055920 swapFree=4192812/4192956
[pid=1808] ppid=1806 vsize=915644 CPUtime=1.32
/proc/1808/stat : 1808 (java) R 1806 1808 1194 0 -1 0 22039 0 1 0 115 17 0 0 25 0 8 0 155906767 937619456 21775 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073750090 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1808/statm: 228911 21775 2187 14 0 215381 0
[pid=1808/tid=1810] ppid=1806 vsize=915644 CPUtime=0.07
/proc/1808/task/1810/stat : 1810 (java) S 1806 1808 1194 0 -1 64 5399 0 0 0 5 2 0 0 16 0 8 0 155906770 937619456 21775 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1811] ppid=1806 vsize=915644 CPUtime=0
/proc/1808/task/1811/stat : 1811 (java) S 1806 1808 1194 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155906771 937619456 21775 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1812] ppid=1806 vsize=915644 CPUtime=0
/proc/1808/task/1812/stat : 1812 (java) S 1806 1808 1194 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155906771 937619456 21775 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1813] ppid=1806 vsize=915644 CPUtime=0
/proc/1808/task/1813/stat : 1813 (java) S 1806 1808 1194 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155906774 937619456 21775 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1815] ppid=1806 vsize=915644 CPUtime=0.18
/proc/1808/task/1815/stat : 1815 (java) S 1806 1808 1194 0 -1 64 431 0 0 0 18 0 0 0 16 0 8 0 155906774 937619456 21775 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1816] ppid=1806 vsize=915644 CPUtime=0
/proc/1808/task/1816/stat : 1816 (java) S 1806 1808 1194 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155906774 937619456 21775 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1817] ppid=1806 vsize=915644 CPUtime=0
/proc/1808/task/1817/stat : 1817 (java) S 1806 1808 1194 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155906774 937619456 21775 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 915644

[startup+2.984 s]
/proc/loadavg: 1.14 1.73 1.75 3/87 1817
/proc/meminfo: memFree=1019672/2055920 swapFree=4192812/4192956
[pid=1808] ppid=1806 vsize=915728 CPUtime=2.95
/proc/1808/stat : 1808 (java) R 1806 1808 1194 0 -1 0 25312 0 1 0 276 19 0 0 25 0 8 0 155906767 937705472 25044 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074139131 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1808/statm: 228932 25044 2537 14 0 215402 0
[pid=1808/tid=1810] ppid=1806 vsize=915728 CPUtime=0.16
/proc/1808/task/1810/stat : 1810 (java) S 1806 1808 1194 0 -1 64 8167 0 0 0 14 2 0 0 16 0 8 0 155906770 937705472 25044 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1811] ppid=1806 vsize=915728 CPUtime=0
/proc/1808/task/1811/stat : 1811 (java) S 1806 1808 1194 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155906771 937705472 25044 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1812] ppid=1806 vsize=915728 CPUtime=0
/proc/1808/task/1812/stat : 1812 (java) S 1806 1808 1194 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155906771 937705472 25044 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1813] ppid=1806 vsize=915728 CPUtime=0
/proc/1808/task/1813/stat : 1813 (java) S 1806 1808 1194 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155906774 937705472 25044 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1815] ppid=1806 vsize=915728 CPUtime=0.32
/proc/1808/task/1815/stat : 1815 (java) S 1806 1808 1194 0 -1 64 510 0 0 0 31 1 0 0 15 0 8 0 155906774 937705472 25044 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1816] ppid=1806 vsize=915728 CPUtime=0
/proc/1808/task/1816/stat : 1816 (java) S 1806 1808 1194 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155906774 937705472 25044 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1817] ppid=1806 vsize=915728 CPUtime=0
/proc/1808/task/1817/stat : 1817 (java) S 1806 1808 1194 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155906774 937705472 25044 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915728

[startup+6.27165 s]
/proc/loadavg: 1.21 1.74 1.75 3/87 1817
/proc/meminfo: memFree=1007384/2055920 swapFree=4192812/4192956
[pid=1808] ppid=1806 vsize=915728 CPUtime=6.23
/proc/1808/stat : 1808 (java) R 1806 1808 1194 0 -1 0 28086 0 1 0 603 20 0 0 25 0 8 0 155906767 937705472 27816 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074107959 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1808/statm: 228932 27816 2537 14 0 215402 0
[pid=1808/tid=1810] ppid=1806 vsize=915728 CPUtime=0.23
/proc/1808/task/1810/stat : 1810 (java) S 1806 1808 1194 0 -1 64 10929 0 0 0 20 3 0 0 16 0 8 0 155906770 937705472 27816 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1811] ppid=1806 vsize=915728 CPUtime=0
/proc/1808/task/1811/stat : 1811 (java) S 1806 1808 1194 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155906771 937705472 27816 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1812] ppid=1806 vsize=915728 CPUtime=0
/proc/1808/task/1812/stat : 1812 (java) S 1806 1808 1194 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155906771 937705472 27816 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1813] ppid=1806 vsize=915728 CPUtime=0
/proc/1808/task/1813/stat : 1813 (java) S 1806 1808 1194 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155906774 937705472 27816 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1815] ppid=1806 vsize=915728 CPUtime=0.34
/proc/1808/task/1815/stat : 1815 (java) S 1806 1808 1194 0 -1 64 521 0 0 0 33 1 0 0 15 0 8 0 155906774 937705472 27816 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1816] ppid=1806 vsize=915728 CPUtime=0
/proc/1808/task/1816/stat : 1816 (java) S 1806 1808 1194 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155906774 937705472 27816 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1817] ppid=1806 vsize=915728 CPUtime=0
/proc/1808/task/1817/stat : 1817 (java) S 1806 1808 1194 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155906774 937705472 27816 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 915728

[startup+12.7549 s]
/proc/loadavg: 1.27 1.74 1.75 3/87 1817
/proc/meminfo: memFree=1007384/2055920 swapFree=4192812/4192956
[pid=1808] ppid=1806 vsize=915728 CPUtime=12.69
/proc/1808/stat : 1808 (java) R 1806 1808 1194 0 -1 0 28091 0 1 0 1249 20 0 0 25 0 8 0 155906767 937705472 27820 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074087591 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1808/statm: 228932 27820 2537 14 0 215402 0
[pid=1808/tid=1810] ppid=1806 vsize=915728 CPUtime=0.23
/proc/1808/task/1810/stat : 1810 (java) S 1806 1808 1194 0 -1 64 10929 0 0 0 20 3 0 0 16 0 8 0 155906770 937705472 27820 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1811] ppid=1806 vsize=915728 CPUtime=0
/proc/1808/task/1811/stat : 1811 (java) S 1806 1808 1194 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155906771 937705472 27820 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1812] ppid=1806 vsize=915728 CPUtime=0
/proc/1808/task/1812/stat : 1812 (java) S 1806 1808 1194 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155906771 937705472 27820 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1813] ppid=1806 vsize=915728 CPUtime=0
/proc/1808/task/1813/stat : 1813 (java) S 1806 1808 1194 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155906774 937705472 27820 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1815] ppid=1806 vsize=915728 CPUtime=0.34
/proc/1808/task/1815/stat : 1815 (java) S 1806 1808 1194 0 -1 64 525 0 0 0 33 1 0 0 16 0 8 0 155906774 937705472 27820 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1816] ppid=1806 vsize=915728 CPUtime=0
/proc/1808/task/1816/stat : 1816 (java) S 1806 1808 1194 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155906774 937705472 27820 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1817] ppid=1806 vsize=915728 CPUtime=0
/proc/1808/task/1817/stat : 1817 (java) S 1806 1808 1194 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155906774 937705472 27820 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 915728

[startup+25.5955 s]
/proc/loadavg: 1.43 1.75 1.75 3/87 1817
/proc/meminfo: memFree=1007384/2055920 swapFree=4192812/4192956
[pid=1808] ppid=1806 vsize=915728 CPUtime=25.45
/proc/1808/stat : 1808 (java) R 1806 1808 1194 0 -1 0 28091 0 1 0 2525 20 0 0 25 0 8 0 155906767 937705472 27820 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074073802 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1808/statm: 228932 27820 2537 14 0 215402 0
[pid=1808/tid=1810] ppid=1806 vsize=915728 CPUtime=0.23
/proc/1808/task/1810/stat : 1810 (java) S 1806 1808 1194 0 -1 64 10929 0 0 0 20 3 0 0 16 0 8 0 155906770 937705472 27820 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1811] ppid=1806 vsize=915728 CPUtime=0
/proc/1808/task/1811/stat : 1811 (java) S 1806 1808 1194 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155906771 937705472 27820 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1812] ppid=1806 vsize=915728 CPUtime=0
/proc/1808/task/1812/stat : 1812 (java) S 1806 1808 1194 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155906771 937705472 27820 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1813] ppid=1806 vsize=915728 CPUtime=0
/proc/1808/task/1813/stat : 1813 (java) S 1806 1808 1194 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155906774 937705472 27820 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1815] ppid=1806 vsize=915728 CPUtime=0.34
/proc/1808/task/1815/stat : 1815 (java) S 1806 1808 1194 0 -1 64 525 0 0 0 33 1 0 0 16 0 8 0 155906774 937705472 27820 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1816] ppid=1806 vsize=915728 CPUtime=0
/proc/1808/task/1816/stat : 1816 (java) S 1806 1808 1194 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155906774 937705472 27820 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1817] ppid=1806 vsize=915728 CPUtime=0
/proc/1808/task/1817/stat : 1817 (java) S 1806 1808 1194 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155906774 937705472 27820 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 915728

[startup+51.1985 s]
/proc/loadavg: 1.63 1.77 1.76 3/87 1819
/proc/meminfo: memFree=1007448/2055920 swapFree=4192812/4192956
[pid=1808] ppid=1806 vsize=915728 CPUtime=50.94
/proc/1808/stat : 1808 (java) R 1806 1808 1194 0 -1 0 28092 0 1 0 5074 20 0 0 25 0 8 0 155906767 937705472 27821 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479187 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1808/statm: 228932 27821 2537 14 0 215402 0
[pid=1808/tid=1810] ppid=1806 vsize=915728 CPUtime=0.23
/proc/1808/task/1810/stat : 1810 (java) S 1806 1808 1194 0 -1 64 10929 0 0 0 20 3 0 0 16 0 8 0 155906770 937705472 27821 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1811] ppid=1806 vsize=915728 CPUtime=0
/proc/1808/task/1811/stat : 1811 (java) S 1806 1808 1194 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155906771 937705472 27821 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1812] ppid=1806 vsize=915728 CPUtime=0
/proc/1808/task/1812/stat : 1812 (java) S 1806 1808 1194 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155906771 937705472 27821 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1813] ppid=1806 vsize=915728 CPUtime=0
/proc/1808/task/1813/stat : 1813 (java) S 1806 1808 1194 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155906774 937705472 27821 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1815] ppid=1806 vsize=915728 CPUtime=0.35
/proc/1808/task/1815/stat : 1815 (java) S 1806 1808 1194 0 -1 64 526 0 0 0 34 1 0 0 16 0 8 0 155906774 937705472 27821 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1816] ppid=1806 vsize=915728 CPUtime=0
/proc/1808/task/1816/stat : 1816 (java) S 1806 1808 1194 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155906774 937705472 27821 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1817] ppid=1806 vsize=915728 CPUtime=0
/proc/1808/task/1817/stat : 1817 (java) S 1806 1808 1194 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155906774 937705472 27821 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.94
Current children cumulated vsize (KiB) 915728

[startup+102.4 s]
/proc/loadavg: 1.84 1.81 1.77 3/87 1819
/proc/meminfo: memFree=1007448/2055920 swapFree=4192812/4192956
[pid=1808] ppid=1806 vsize=915728 CPUtime=101.91
/proc/1808/stat : 1808 (java) R 1806 1808 1194 0 -1 0 28092 0 1 0 10171 20 0 0 25 0 8 0 155906767 937705472 27821 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074083300 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1808/statm: 228932 27821 2537 14 0 215402 0
[pid=1808/tid=1810] ppid=1806 vsize=915728 CPUtime=0.23
/proc/1808/task/1810/stat : 1810 (java) S 1806 1808 1194 0 -1 64 10929 0 0 0 20 3 0 0 16 0 8 0 155906770 937705472 27821 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1811] ppid=1806 vsize=915728 CPUtime=0
/proc/1808/task/1811/stat : 1811 (java) S 1806 1808 1194 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155906771 937705472 27821 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1812] ppid=1806 vsize=915728 CPUtime=0
/proc/1808/task/1812/stat : 1812 (java) S 1806 1808 1194 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155906771 937705472 27821 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1813] ppid=1806 vsize=915728 CPUtime=0
/proc/1808/task/1813/stat : 1813 (java) S 1806 1808 1194 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155906774 937705472 27821 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1815] ppid=1806 vsize=915728 CPUtime=0.35
/proc/1808/task/1815/stat : 1815 (java) S 1806 1808 1194 0 -1 64 526 0 0 0 34 1 0 0 16 0 8 0 155906774 937705472 27821 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1816] ppid=1806 vsize=915728 CPUtime=0
/proc/1808/task/1816/stat : 1816 (java) S 1806 1808 1194 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155906774 937705472 27821 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1817] ppid=1806 vsize=915728 CPUtime=0
/proc/1808/task/1817/stat : 1817 (java) S 1806 1808 1194 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155906774 937705472 27821 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.91
Current children cumulated vsize (KiB) 915728

[startup+162.435 s]
/proc/loadavg: 1.94 1.84 1.78 3/87 1819
/proc/meminfo: memFree=1007448/2055920 swapFree=4192812/4192956
[pid=1808] ppid=1806 vsize=915728 CPUtime=161.65
/proc/1808/stat : 1808 (java) R 1806 1808 1194 0 -1 0 28092 0 1 0 16145 20 0 0 25 0 8 0 155906767 937705472 27821 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074072090 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

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

[startup+1483.29 s]
/proc/loadavg: 2.09 2.02 1.92 3/87 1880
/proc/meminfo: memFree=938136/2055920 swapFree=4192812/4192956
[pid=1808] ppid=1806 vsize=915728 CPUtime=1477.06
/proc/1808/stat : 1808 (java) R 1806 1808 1194 0 -1 0 30381 0 1 0 147682 24 0 0 25 0 8 0 155906767 937705472 30109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074105855 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1808/statm: 228932 30109 2537 14 0 215402 0
[pid=1808/tid=1810] ppid=1806 vsize=915728 CPUtime=0.27
/proc/1808/task/1810/stat : 1810 (java) S 1806 1808 1194 0 -1 64 13216 0 0 0 23 4 0 0 16 0 8 0 155906770 937705472 30109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1811] ppid=1806 vsize=915728 CPUtime=0
/proc/1808/task/1811/stat : 1811 (java) S 1806 1808 1194 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155906771 937705472 30109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1812] ppid=1806 vsize=915728 CPUtime=0
/proc/1808/task/1812/stat : 1812 (java) S 1806 1808 1194 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155906771 937705472 30109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1813] ppid=1806 vsize=915728 CPUtime=0
/proc/1808/task/1813/stat : 1813 (java) S 1806 1808 1194 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155906774 937705472 30109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1815] ppid=1806 vsize=915728 CPUtime=0.35
/proc/1808/task/1815/stat : 1815 (java) S 1806 1808 1194 0 -1 64 527 0 0 0 34 1 0 0 16 0 8 0 155906774 937705472 30109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1816] ppid=1806 vsize=915728 CPUtime=0
/proc/1808/task/1816/stat : 1816 (java) S 1806 1808 1194 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155906774 937705472 30109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1817] ppid=1806 vsize=915728 CPUtime=0
/proc/1808/task/1817/stat : 1817 (java) S 1806 1808 1194 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155906774 937705472 30109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1477.06
Current children cumulated vsize (KiB) 915728

[startup+1543.32 s]
/proc/loadavg: 2.03 2.01 1.92 3/87 1880
/proc/meminfo: memFree=938136/2055920 swapFree=4192812/4192956
[pid=1808] ppid=1806 vsize=915728 CPUtime=1537.04
/proc/1808/stat : 1808 (java) R 1806 1808 1194 0 -1 0 30381 0 1 0 153680 24 0 0 25 0 8 0 155906767 937705472 30109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074087692 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1808/statm: 228932 30109 2537 14 0 215402 0
[pid=1808/tid=1810] ppid=1806 vsize=915728 CPUtime=0.27
/proc/1808/task/1810/stat : 1810 (java) S 1806 1808 1194 0 -1 64 13216 0 0 0 23 4 0 0 16 0 8 0 155906770 937705472 30109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1811] ppid=1806 vsize=915728 CPUtime=0
/proc/1808/task/1811/stat : 1811 (java) S 1806 1808 1194 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155906771 937705472 30109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1812] ppid=1806 vsize=915728 CPUtime=0
/proc/1808/task/1812/stat : 1812 (java) S 1806 1808 1194 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155906771 937705472 30109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1813] ppid=1806 vsize=915728 CPUtime=0
/proc/1808/task/1813/stat : 1813 (java) S 1806 1808 1194 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155906774 937705472 30109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1815] ppid=1806 vsize=915728 CPUtime=0.35
/proc/1808/task/1815/stat : 1815 (java) S 1806 1808 1194 0 -1 64 527 0 0 0 34 1 0 0 16 0 8 0 155906774 937705472 30109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1816] ppid=1806 vsize=915728 CPUtime=0
/proc/1808/task/1816/stat : 1816 (java) S 1806 1808 1194 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155906774 937705472 30109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1817] ppid=1806 vsize=915728 CPUtime=0
/proc/1808/task/1817/stat : 1817 (java) S 1806 1808 1194 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155906774 937705472 30109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1537.04
Current children cumulated vsize (KiB) 915728

[startup+1603.36 s]
/proc/loadavg: 2.01 2.00 1.92 3/87 1880
/proc/meminfo: memFree=938200/2055920 swapFree=4192812/4192956
[pid=1808] ppid=1806 vsize=915728 CPUtime=1596.99
/proc/1808/stat : 1808 (java) R 1806 1808 1194 0 -1 0 30381 0 1 0 159675 24 0 0 25 0 8 0 155906767 937705472 30109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074073816 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1808/statm: 228932 30109 2537 14 0 215402 0
[pid=1808/tid=1810] ppid=1806 vsize=915728 CPUtime=0.27
/proc/1808/task/1810/stat : 1810 (java) S 1806 1808 1194 0 -1 64 13216 0 0 0 23 4 0 0 16 0 8 0 155906770 937705472 30109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1811] ppid=1806 vsize=915728 CPUtime=0
/proc/1808/task/1811/stat : 1811 (java) S 1806 1808 1194 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155906771 937705472 30109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1812] ppid=1806 vsize=915728 CPUtime=0
/proc/1808/task/1812/stat : 1812 (java) S 1806 1808 1194 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155906771 937705472 30109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1813] ppid=1806 vsize=915728 CPUtime=0
/proc/1808/task/1813/stat : 1813 (java) S 1806 1808 1194 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155906774 937705472 30109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1815] ppid=1806 vsize=915728 CPUtime=0.35
/proc/1808/task/1815/stat : 1815 (java) S 1806 1808 1194 0 -1 64 527 0 0 0 34 1 0 0 16 0 8 0 155906774 937705472 30109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1816] ppid=1806 vsize=915728 CPUtime=0
/proc/1808/task/1816/stat : 1816 (java) S 1806 1808 1194 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155906774 937705472 30109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1817] ppid=1806 vsize=915728 CPUtime=0
/proc/1808/task/1817/stat : 1817 (java) S 1806 1808 1194 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155906774 937705472 30109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1596.99
Current children cumulated vsize (KiB) 915728

[startup+1663.4 s]
/proc/loadavg: 2.06 2.02 1.93 3/87 1880
/proc/meminfo: memFree=938136/2055920 swapFree=4192812/4192956
[pid=1808] ppid=1806 vsize=915728 CPUtime=1656.98
/proc/1808/stat : 1808 (java) R 1806 1808 1194 0 -1 0 30381 0 1 0 165674 24 0 0 25 0 8 0 155906767 937705472 30109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074073802 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1808/statm: 228932 30109 2537 14 0 215402 0
[pid=1808/tid=1810] ppid=1806 vsize=915728 CPUtime=0.27
/proc/1808/task/1810/stat : 1810 (java) S 1806 1808 1194 0 -1 64 13216 0 0 0 23 4 0 0 16 0 8 0 155906770 937705472 30109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1811] ppid=1806 vsize=915728 CPUtime=0
/proc/1808/task/1811/stat : 1811 (java) S 1806 1808 1194 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155906771 937705472 30109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1812] ppid=1806 vsize=915728 CPUtime=0
/proc/1808/task/1812/stat : 1812 (java) S 1806 1808 1194 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155906771 937705472 30109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1813] ppid=1806 vsize=915728 CPUtime=0
/proc/1808/task/1813/stat : 1813 (java) S 1806 1808 1194 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155906774 937705472 30109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1815] ppid=1806 vsize=915728 CPUtime=0.35
/proc/1808/task/1815/stat : 1815 (java) S 1806 1808 1194 0 -1 64 527 0 0 0 34 1 0 0 16 0 8 0 155906774 937705472 30109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1816] ppid=1806 vsize=915728 CPUtime=0
/proc/1808/task/1816/stat : 1816 (java) S 1806 1808 1194 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155906774 937705472 30109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1817] ppid=1806 vsize=915728 CPUtime=0
/proc/1808/task/1817/stat : 1817 (java) S 1806 1808 1194 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155906774 937705472 30109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1656.98
Current children cumulated vsize (KiB) 915728

[startup+1723.42 s]
/proc/loadavg: 2.02 2.01 1.93 3/87 1880
/proc/meminfo: memFree=938200/2055920 swapFree=4192812/4192956
[pid=1808] ppid=1806 vsize=915728 CPUtime=1716.95
/proc/1808/stat : 1808 (java) R 1806 1808 1194 0 -1 0 30381 0 1 0 171671 24 0 0 25 0 8 0 155906767 937705472 30109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074072090 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1808/statm: 228932 30109 2537 14 0 215402 0
[pid=1808/tid=1810] ppid=1806 vsize=915728 CPUtime=0.27
/proc/1808/task/1810/stat : 1810 (java) S 1806 1808 1194 0 -1 64 13216 0 0 0 23 4 0 0 16 0 8 0 155906770 937705472 30109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1811] ppid=1806 vsize=915728 CPUtime=0
/proc/1808/task/1811/stat : 1811 (java) S 1806 1808 1194 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155906771 937705472 30109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1812] ppid=1806 vsize=915728 CPUtime=0
/proc/1808/task/1812/stat : 1812 (java) S 1806 1808 1194 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155906771 937705472 30109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1813] ppid=1806 vsize=915728 CPUtime=0
/proc/1808/task/1813/stat : 1813 (java) S 1806 1808 1194 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155906774 937705472 30109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1815] ppid=1806 vsize=915728 CPUtime=0.35
/proc/1808/task/1815/stat : 1815 (java) S 1806 1808 1194 0 -1 64 527 0 0 0 34 1 0 0 16 0 8 0 155906774 937705472 30109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1816] ppid=1806 vsize=915728 CPUtime=0
/proc/1808/task/1816/stat : 1816 (java) S 1806 1808 1194 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155906774 937705472 30109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1817] ppid=1806 vsize=915728 CPUtime=0
/proc/1808/task/1817/stat : 1817 (java) S 1806 1808 1194 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155906774 937705472 30109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1716.95
Current children cumulated vsize (KiB) 915728

[startup+1783.45 s]
/proc/loadavg: 2.01 2.00 1.93 3/87 1880
/proc/meminfo: memFree=938136/2055920 swapFree=4192812/4192956
[pid=1808] ppid=1806 vsize=915728 CPUtime=1776.89
/proc/1808/stat : 1808 (java) R 1806 1808 1194 0 -1 0 30381 0 1 0 177665 24 0 0 25 0 8 0 155906767 937705472 30109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074095015 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1808/statm: 228932 30109 2537 14 0 215402 0
[pid=1808/tid=1810] ppid=1806 vsize=915728 CPUtime=0.27
/proc/1808/task/1810/stat : 1810 (java) S 1806 1808 1194 0 -1 64 13216 0 0 0 23 4 0 0 16 0 8 0 155906770 937705472 30109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1811] ppid=1806 vsize=915728 CPUtime=0
/proc/1808/task/1811/stat : 1811 (java) S 1806 1808 1194 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155906771 937705472 30109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1812] ppid=1806 vsize=915728 CPUtime=0
/proc/1808/task/1812/stat : 1812 (java) S 1806 1808 1194 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155906771 937705472 30109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1813] ppid=1806 vsize=915728 CPUtime=0
/proc/1808/task/1813/stat : 1813 (java) S 1806 1808 1194 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155906774 937705472 30109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1815] ppid=1806 vsize=915728 CPUtime=0.35
/proc/1808/task/1815/stat : 1815 (java) S 1806 1808 1194 0 -1 64 527 0 0 0 34 1 0 0 16 0 8 0 155906774 937705472 30109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1816] ppid=1806 vsize=915728 CPUtime=0
/proc/1808/task/1816/stat : 1816 (java) S 1806 1808 1194 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155906774 937705472 30109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1817] ppid=1806 vsize=915728 CPUtime=0
/proc/1808/task/1817/stat : 1817 (java) S 1806 1808 1194 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155906774 937705472 30109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1776.89
Current children cumulated vsize (KiB) 915728



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.59 s]
/proc/loadavg: 2.00 2.00 1.93 3/87 1880
/proc/meminfo: memFree=938200/2055920 swapFree=4192812/4192956
[pid=1808] ppid=1806 vsize=915728 CPUtime=1800.02
/proc/1808/stat : 1808 (java) R 1806 1808 1194 0 -1 0 30381 0 1 0 179978 24 0 0 25 0 8 0 155906767 937705472 30109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074106384 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1808/statm: 228932 30109 2537 14 0 215402 0
[pid=1808/tid=1810] ppid=1806 vsize=915728 CPUtime=0.27
/proc/1808/task/1810/stat : 1810 (java) S 1806 1808 1194 0 -1 64 13216 0 0 0 23 4 0 0 16 0 8 0 155906770 937705472 30109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1811] ppid=1806 vsize=915728 CPUtime=0
/proc/1808/task/1811/stat : 1811 (java) S 1806 1808 1194 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155906771 937705472 30109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1812] ppid=1806 vsize=915728 CPUtime=0
/proc/1808/task/1812/stat : 1812 (java) S 1806 1808 1194 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155906771 937705472 30109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1813] ppid=1806 vsize=915728 CPUtime=0
/proc/1808/task/1813/stat : 1813 (java) S 1806 1808 1194 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155906774 937705472 30109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1815] ppid=1806 vsize=915728 CPUtime=0.35
/proc/1808/task/1815/stat : 1815 (java) S 1806 1808 1194 0 -1 64 527 0 0 0 34 1 0 0 16 0 8 0 155906774 937705472 30109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1816] ppid=1806 vsize=915728 CPUtime=0
/proc/1808/task/1816/stat : 1816 (java) S 1806 1808 1194 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155906774 937705472 30109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1808/tid=1817] ppid=1806 vsize=915728 CPUtime=0
/proc/1808/task/1817/stat : 1817 (java) S 1806 1808 1194 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155906774 937705472 30109 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 915728

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

Child status: 143
Real time (s): 1806.65
CPU time (s): 1800.09
CPU user time (s): 1799.83
CPU system time (s): 0.266959
CPU usage (%): 99.6373
Max. virtual memory (cumulated for all children) (KiB): 915824

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

runsolver used 2.11468 s user time and 5.01224 s system time

The end

Launcher Data (download as text)

Begin job on node62 on Sat Jan  6 09:18:10 UTC 2007


IDJOB= 210587
IDBENCH= 4631
FILE ID= node62/210587-1168075090

PBS_JOBID= 3475989

Free space on /tmp= 66548 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  2503b7c83ccc01e38c04691572538788

RANDOM SEED= 750895664

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.259
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.259
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:       1111472 kB
Buffers:         58936 kB
Cached:         756044 kB
SwapCached:          0 kB
Active:         150624 kB
Inactive:       715388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1111472 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4168 kB
Writeback:           0 kB
Mapped:          71228 kB
Slab:            63744 kB
Committed_AS:  3628724 kB
PageTables:       1968 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= 66548 MiB



End job on node62 on Sat Jan  6 09:48:18 UTC 2007