Trace number 237324

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 109 ESAC? (TO) 1800.12 1802.49

General information on the benchmark

Nameos-gp/
gp10-05-1071.xml
MD5SUMb71beabe5668ef9b2437b43d2acd7e82
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.40479
SatisfiableYES
(Un)Satisfiability was proved
Number of variables101
Number of constraints1000
Maximum constraint arity2
Maximum domain size1072
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1000
Global constraints used (with number of constraints)

Solver Data (download as text)

0.36	   
0.36	Abscon 109 (November, 2006)
0.36	   
0.36	   configuration
0.36	     name=esac.xml
0.44	   
0.44	   instance
0.44	     name=/tmp/evaluation/237324-1168347465/unknown.xml
0.47	   
0.47	   domains being loaded...
0.48	   
0.48	   variables being loaded...
0.53	     nbVariables=101  nbDomainTypes=2  minDomainSize=1  maxDomainSize=1072
0.53	       =>  wckTime=0.152  cpuTime=0.09  mem=9M890
0.53	   
0.53	   predicates being loaded...
0.53	   
0.53	   constraints being loaded...
153.85	     nbConstraints=1000  nbSingletonDomainVariables=1  nbConvertedConstraints=1000  nbConvertConstraintsChecks=603383776
153.85	     nbExtensionStructures=583  nbSharedExtensionStructures=417  nbConflictsStructures=583
153.85	     nbSharedConflictsStructures=417  nbSharedBinaryRepresentations=929720  maxDegree=100  maxArity=2
153.85	       =>  wckTime=153.472  cpuTime=152.5  mem=83M892
154.04	   
154.04	   solver IterativeSystematicSolver being built... 
154.20	       =>  wckTime=153.824  cpuTime=152.64  mem=84M243
155.04	   
155.04	   preprocessing
155.04	     nbConstraintChecks=21348187  nbPropagations=3041  nbRevisions=11569  nbUselessRevisions=6961  nbSingletonTests=113
155.04	     nbEffectiveSingletonTests=0  nbESACBranches=11  nbRemovedValues=17320  detectedInconsistency=no
155.04	       =>  wckTime=0.835  cpuTime=0.81  mem=84M243
160.38	   
160.38	   search
160.38	     run=0  nbConstraintChecks=105189204  nbPropagations=11065  nbRevisions=107516  nbUselessRevisions=55202
160.38	     nbAssignments=485  nbFailedAssignments=461  nbBacktracks=10  nbVisitedNodes=955  nbRestartNogoods=0  mapSize=9
160.38	     nbInferences=0  nbTooLargeKeys=0
160.38	       =>  wckTime=6.169  cpuTime=6.14  mem=85M223
161.82	   
161.82	   search
161.82	     run=1  nbConstraintChecks=133089075  nbPropagations=26813  nbRevisions=265698  nbUselessRevisions=144011
161.82	     nbAssignments=622  nbFailedAssignments=574  nbBacktracks=25  nbVisitedNodes=1220  nbRestartNogoods=5  mapSize=24
161.82	     nbInferences=0  nbTooLargeKeys=0
161.82	       =>  wckTime=7.612  cpuTime=7.58  mem=85M223
169.49	   
169.49	   search
169.49	     run=2  nbConstraintChecks=280253987  nbPropagations=70250  nbRevisions=589298  nbUselessRevisions=332793
169.49	     nbAssignments=1461  nbFailedAssignments=882  nbBacktracks=47  nbVisitedNodes=1884  nbRestartNogoods=91  mapSize=45
169.49	     nbInferences=0  nbTooLargeKeys=0
169.50	       =>  wckTime=15.288  cpuTime=15.23  mem=85M223
177.57	   
177.57	   search
177.57	     run=3  nbConstraintChecks=443605860  nbPropagations=142636  nbRevisions=1077809  nbUselessRevisions=622110
177.57	     nbAssignments=2159  nbFailedAssignments=948  nbBacktracks=80  nbVisitedNodes=2088  nbRestartNogoods=191  mapSize=78
177.57	     nbInferences=0  nbTooLargeKeys=0
177.57	       =>  wckTime=23.359  cpuTime=23.29  mem=86M192
185.65	   
185.65	   search
185.65	     run=4  nbConstraintChecks=608258630  nbPropagations=240341  nbRevisions=1822636  nbUselessRevisions=1075724
185.65	     nbAssignments=3950  nbFailedAssignments=2677  nbBacktracks=133  nbVisitedNodes=5640  nbRestartNogoods=224
185.65	     mapSize=124  nbInferences=0  nbTooLargeKeys=0
185.65	       =>  wckTime=31.438  cpuTime=31.35  mem=87M160
213.21	   
213.21	   search
213.21	     run=5  nbConstraintChecks=1208411726  nbPropagations=406564  nbRevisions=3148825  nbUselessRevisions=1848489
213.21	     nbAssignments=6639  nbFailedAssignments=4926  nbBacktracks=208  nbVisitedNodes=10285  nbRestartNogoods=312
213.21	     mapSize=197  nbInferences=0  nbTooLargeKeys=0
213.21	       =>  wckTime=59.004  cpuTime=58.85  mem=88M128
263.40	   
263.41	   search
263.41	     run=6  nbConstraintChecks=2132128464  nbPropagations=746012  nbRevisions=5968392  nbUselessRevisions=3550204
263.41	     nbAssignments=10029  nbFailedAssignments=7142  nbBacktracks=321  nbVisitedNodes=14945  nbRestartNogoods=516
263.41	     mapSize=308  nbInferences=0  nbTooLargeKeys=0
263.41	       =>  wckTime=109.198  cpuTime=108.97  mem=89M96
309.29	   
309.29	   search
309.29	     run=7  nbConstraintChecks=3048531147  nbPropagations=1234065  nbRevisions=10134107  nbUselessRevisions=6093080
309.29	     nbAssignments=14063  nbFailedAssignments=9703  nbBacktracks=491  nbVisitedNodes=20397  nbRestartNogoods=766
309.29	     mapSize=476  nbInferences=0  nbTooLargeKeys=0
309.29	       =>  wckTime=155.082  cpuTime=154.8  mem=92M1
349.57	   
349.57	   search
349.57	     run=8  nbConstraintChecks=3802436954  nbPropagations=1847570  nbRevisions=15576222  nbUselessRevisions=9445550
349.57	     nbAssignments=21137  nbFailedAssignments=16120  nbBacktracks=748  nbVisitedNodes=33743  nbRestartNogoods=930
349.57	     mapSize=731  nbInferences=0  nbTooLargeKeys=0
349.57	       =>  wckTime=195.361  cpuTime=195.03  mem=94M905
405.31	   
405.31	   INFO : Stopping hyperNogood (mapSize=1032, nbTooLargekeys=0, mem=98M778)
443.29	   
443.29	   search
443.29	     run=9  nbConstraintChecks=5512543313  nbPropagations=2790730  nbRevisions=23850012  nbUselessRevisions=14529871
443.29	     nbAssignments=30720  nbFailedAssignments=24761  nbBacktracks=1132  nbVisitedNodes=51785  nbRestartNogoods=1014
443.29	       =>  wckTime=289.08  cpuTime=288.65  mem=98M778
628.56	   
628.56	   search
628.56	     run=10  nbConstraintChecks=9229297115  nbPropagations=4131766  nbRevisions=36299958  nbUselessRevisions=22086975
628.56	     nbAssignments=60492  nbFailedAssignments=53943  nbBacktracks=1708  nbVisitedNodes=111247  nbRestartNogoods=1029
628.56	       =>  wckTime=474.356  cpuTime=473.74  mem=98M778
679.58	   
679.58	   search
679.58	     run=11  nbConstraintChecks=10340478812  nbPropagations=5621374  nbRevisions=50280278  nbUselessRevisions=30550068
679.58	     nbAssignments=68059  nbFailedAssignments=60636  nbBacktracks=2572  nbVisitedNodes=126314  nbRestartNogoods=1054
679.58	       =>  wckTime=525.372  cpuTime=524.71  mem=98M778
1220.12	   
1220.13	   search
1220.13	     run=12  nbConstraintChecks=20872220342  nbPropagations=9144980  nbRevisions=85887978  nbUselessRevisions=53370654
1220.13	     nbAssignments=180320  nbFailedAssignments=170082  nbBacktracks=3869  nbVisitedNodes=347617  nbRestartNogoods=1336
1220.13	       =>  wckTime=1065.918  cpuTime=1064.71  mem=98M778

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/node26/watcher-237324-1168347465 -o ROOT/results/node26/solver-237324-1168347465 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/237324-1168347465/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.96 2.01 2.08 2/94 7323
/proc/meminfo: memFree=1804816/2055920 swapFree=4192812/4192956
[pid=7322] ppid=7320 vsize=18540 CPUtime=0
/proc/7322/stat : 7322 (runsolver) R 7320 7322 6984 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 183140741 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 269028486439 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/7322/statm: 4635 279 244 17 0 2626 0

[startup+0.102597 s]
/proc/loadavg: 1.96 2.01 2.08 2/94 7323
/proc/meminfo: memFree=1804816/2055920 swapFree=4192812/4192956
[pid=7322] ppid=7320 vsize=914988 CPUtime=0.08
/proc/7322/stat : 7322 (java) R 7320 7322 6984 0 -1 0 2980 0 1 0 6 2 0 0 18 0 8 0 183140741 936947712 2726 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072941832 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7322/statm: 228747 2726 1423 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.510628 s]
/proc/loadavg: 1.96 2.01 2.08 2/94 7323
/proc/meminfo: memFree=1804816/2055920 swapFree=4192812/4192956
[pid=7322] ppid=7320 vsize=915328 CPUtime=0.41
/proc/7322/stat : 7322 (java) R 7320 7322 6984 0 -1 0 6088 0 21 0 34 7 0 0 18 0 8 0 183140741 937295872 5847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7322/statm: 228832 5847 2136 14 0 215302 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 915328

[startup+1.3347 s]
/proc/loadavg: 1.96 2.01 2.08 3/101 7330
/proc/meminfo: memFree=1771096/2055920 swapFree=4192812/4192956
[pid=7322] ppid=7320 vsize=915448 CPUtime=1.23
/proc/7322/stat : 7322 (java) R 7320 7322 6984 0 -1 0 9125 0 21 0 114 9 0 0 24 0 8 0 183140741 937418752 8883 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479196 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7322/statm: 228862 8883 2167 14 0 215332 0
[pid=7322/tid=7324] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7324/stat : 7324 (java) S 7320 7322 6984 0 -1 64 7 0 0 0 0 0 0 0 17 0 8 0 183140745 937418752 8883 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7322/tid=7325] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7325/stat : 7325 (java) S 7320 7322 6984 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 183140746 937418752 8883 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7322/tid=7326] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7326/stat : 7326 (java) S 7320 7322 6984 0 -1 64 3 0 0 0 0 0 0 0 20 0 8 0 183140746 937418752 8883 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7322/tid=7327] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7327/stat : 7327 (java) S 7320 7322 6984 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 183140749 937418752 8883 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7322/tid=7328] ppid=7320 vsize=915448 CPUtime=0.14
/proc/7322/task/7328/stat : 7328 (java) S 7320 7322 6984 0 -1 64 358 0 0 0 14 0 0 0 15 0 8 0 183140749 937418752 8883 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7322/tid=7329] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7329/stat : 7329 (java) S 7320 7322 6984 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183140749 937418752 8883 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7322/tid=7330] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7330/stat : 7330 (java) S 7320 7322 6984 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183140749 937418752 8883 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 915448

[startup+2.98686 s]
/proc/loadavg: 1.96 2.01 2.08 3/101 7330
/proc/meminfo: memFree=1769496/2055920 swapFree=4192812/4192956
[pid=7322] ppid=7320 vsize=915448 CPUtime=2.88
/proc/7322/stat : 7322 (java) R 7320 7322 6984 0 -1 0 9728 0 21 0 279 9 0 0 25 0 8 0 183140741 937418752 9486 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479196 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7322/statm: 228862 9486 2167 14 0 215332 0
[pid=7322/tid=7324] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7324/stat : 7324 (java) S 7320 7322 6984 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 183140745 937418752 9486 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7322/tid=7325] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7325/stat : 7325 (java) S 7320 7322 6984 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 183140746 937418752 9486 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7322/tid=7326] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7326/stat : 7326 (java) S 7320 7322 6984 0 -1 64 3 0 0 0 0 0 0 0 20 0 8 0 183140746 937418752 9486 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7322/tid=7327] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7327/stat : 7327 (java) S 7320 7322 6984 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 183140749 937418752 9486 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7322/tid=7328] ppid=7320 vsize=915448 CPUtime=0.14
/proc/7322/task/7328/stat : 7328 (java) S 7320 7322 6984 0 -1 64 358 0 0 0 14 0 0 0 16 0 8 0 183140749 937418752 9486 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7322/tid=7329] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7329/stat : 7329 (java) S 7320 7322 6984 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183140749 937418752 9486 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7322/tid=7330] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7330/stat : 7330 (java) S 7320 7322 6984 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183140749 937418752 9486 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 915448

[startup+6.28217 s]
/proc/loadavg: 1.96 2.01 2.08 3/101 7330
/proc/meminfo: memFree=1765208/2055920 swapFree=4192812/4192956
[pid=7322] ppid=7320 vsize=915448 CPUtime=6.18
/proc/7322/stat : 7322 (java) R 7320 7322 6984 0 -1 0 10793 0 21 0 608 10 0 0 25 0 8 0 183140741 937418752 10551 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073761716 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7322/statm: 228862 10551 2167 14 0 215332 0
[pid=7322/tid=7324] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7324/stat : 7324 (java) S 7320 7322 6984 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 183140745 937418752 10551 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7322/tid=7325] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7325/stat : 7325 (java) S 7320 7322 6984 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 183140746 937418752 10551 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7322/tid=7326] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7326/stat : 7326 (java) S 7320 7322 6984 0 -1 64 3 0 0 0 0 0 0 0 20 0 8 0 183140746 937418752 10551 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7322/tid=7327] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7327/stat : 7327 (java) S 7320 7322 6984 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 183140749 937418752 10551 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7322/tid=7328] ppid=7320 vsize=915448 CPUtime=0.14
/proc/7322/task/7328/stat : 7328 (java) S 7320 7322 6984 0 -1 64 359 0 0 0 14 0 0 0 16 0 8 0 183140749 937418752 10551 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7322/tid=7329] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7329/stat : 7329 (java) S 7320 7322 6984 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183140749 937418752 10551 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7322/tid=7330] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7330/stat : 7330 (java) S 7320 7322 6984 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183140749 937418752 10551 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 915448

[startup+12.7618 s]
/proc/loadavg: 1.97 2.01 2.08 3/101 7330
/proc/meminfo: memFree=1756440/2055920 swapFree=4192812/4192956
[pid=7322] ppid=7320 vsize=915448 CPUtime=12.64
/proc/7322/stat : 7322 (java) R 7320 7322 6984 0 -1 0 12921 0 21 0 1253 11 0 0 25 0 8 0 183140741 937418752 12679 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073752872 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7322/statm: 228862 12679 2167 14 0 215332 0
[pid=7322/tid=7324] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7324/stat : 7324 (java) S 7320 7322 6984 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 183140745 937418752 12679 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7322/tid=7325] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7325/stat : 7325 (java) S 7320 7322 6984 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 183140746 937418752 12679 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7322/tid=7326] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7326/stat : 7326 (java) S 7320 7322 6984 0 -1 64 3 0 0 0 0 0 0 0 20 0 8 0 183140746 937418752 12679 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7322/tid=7327] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7327/stat : 7327 (java) S 7320 7322 6984 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 183140749 937418752 12679 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7322/tid=7328] ppid=7320 vsize=915448 CPUtime=0.14
/proc/7322/task/7328/stat : 7328 (java) S 7320 7322 6984 0 -1 64 361 0 0 0 14 0 0 0 16 0 8 0 183140749 937418752 12679 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7322/tid=7329] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7329/stat : 7329 (java) S 7320 7322 6984 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183140749 937418752 12679 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7322/tid=7330] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7330/stat : 7330 (java) S 7320 7322 6984 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183140749 937418752 12679 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 915448

[startup+25.602 s]
/proc/loadavg: 1.97 2.01 2.08 3/101 7330
/proc/meminfo: memFree=1724504/2055920 swapFree=4192812/4192956
[pid=7322] ppid=7320 vsize=915448 CPUtime=25.46
/proc/7322/stat : 7322 (java) R 7320 7322 6984 0 -1 0 20842 0 21 0 2532 14 0 0 25 0 8 0 183140741 937418752 20599 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479193 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7322/statm: 228862 20599 2178 14 0 215332 0
[pid=7322/tid=7324] ppid=7320 vsize=915448 CPUtime=0.1
/proc/7322/task/7324/stat : 7324 (java) S 7320 7322 6984 0 -1 64 4315 0 0 0 9 1 0 0 16 0 8 0 183140745 937418752 20599 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7322/tid=7325] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7325/stat : 7325 (java) S 7320 7322 6984 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183140746 937418752 20599 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7322/tid=7326] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7326/stat : 7326 (java) S 7320 7322 6984 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183140746 937418752 20599 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7322/tid=7327] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7327/stat : 7327 (java) S 7320 7322 6984 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 183140749 937418752 20599 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7322/tid=7328] ppid=7320 vsize=915448 CPUtime=0.15
/proc/7322/task/7328/stat : 7328 (java) S 7320 7322 6984 0 -1 64 363 0 0 0 15 0 0 0 16 0 8 0 183140749 937418752 20599 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7322/tid=7329] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7329/stat : 7329 (java) S 7320 7322 6984 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183140749 937418752 20599 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7322/tid=7330] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7330/stat : 7330 (java) S 7320 7322 6984 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183140749 937418752 20599 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 915448

[startup+51.2074 s]
/proc/loadavg: 1.98 2.01 2.07 3/101 7330
/proc/meminfo: memFree=1724440/2055920 swapFree=4192812/4192956
[pid=7322] ppid=7320 vsize=915448 CPUtime=51.05
/proc/7322/stat : 7322 (java) R 7320 7322 6984 0 -1 0 20852 0 21 0 5091 14 0 0 25 0 8 0 183140741 937418752 20608 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073774750 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7322/statm: 228862 20608 2179 14 0 215332 0
[pid=7322/tid=7324] ppid=7320 vsize=915448 CPUtime=0.1
/proc/7322/task/7324/stat : 7324 (java) S 7320 7322 6984 0 -1 64 4315 0 0 0 9 1 0 0 16 0 8 0 183140745 937418752 20608 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7322/tid=7325] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7325/stat : 7325 (java) S 7320 7322 6984 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183140746 937418752 20608 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7322/tid=7326] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7326/stat : 7326 (java) S 7320 7322 6984 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183140746 937418752 20608 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7322/tid=7327] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7327/stat : 7327 (java) S 7320 7322 6984 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 183140749 937418752 20608 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7322/tid=7328] ppid=7320 vsize=915448 CPUtime=0.16
/proc/7322/task/7328/stat : 7328 (java) S 7320 7322 6984 0 -1 64 371 0 0 0 16 0 0 0 16 0 8 0 183140749 937418752 20608 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7322/tid=7329] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7329/stat : 7329 (java) S 7320 7322 6984 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183140749 937418752 20608 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7322/tid=7330] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7330/stat : 7330 (java) S 7320 7322 6984 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183140749 937418752 20608 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 915448

[startup+102.509 s]
/proc/loadavg: 1.99 2.00 2.07 3/101 7330
/proc/meminfo: memFree=1688856/2055920 swapFree=4192812/4192956
[pid=7322] ppid=7320 vsize=915448 CPUtime=102.3
/proc/7322/stat : 7322 (java) R 7320 7322 6984 0 -1 0 29760 0 21 0 10209 21 0 0 25 0 8 0 183140741 937418752 29513 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073752924 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7322/statm: 228862 29513 2179 14 0 215332 0
[pid=7322/tid=7324] ppid=7320 vsize=915448 CPUtime=0.4
/proc/7322/task/7324/stat : 7324 (java) S 7320 7322 6984 0 -1 64 13215 0 0 0 35 5 0 0 16 0 8 0 183140745 937418752 29513 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7322/tid=7325] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7325/stat : 7325 (java) S 7320 7322 6984 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183140746 937418752 29513 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7322/tid=7326] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7326/stat : 7326 (java) S 7320 7322 6984 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183140746 937418752 29513 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7322/tid=7327] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7327/stat : 7327 (java) S 7320 7322 6984 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 183140749 937418752 29513 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7322/tid=7328] ppid=7320 vsize=915448 CPUtime=0.17
/proc/7322/task/7328/stat : 7328 (java) S 7320 7322 6984 0 -1 64 376 0 0 0 17 0 0 0 16 0 8 0 183140749 937418752 29513 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7322/tid=7329] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7329/stat : 7329 (java) S 7320 7322 6984 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183140749 937418752 29513 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7322/tid=7330] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7330/stat : 7330 (java) S 7320 7322 6984 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183140749 937418752 29513 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 915448

[startup+162.568 s]
/proc/loadavg: 1.96 1.98 2.06 3/94 7952
/proc/meminfo: memFree=1718152/2055920 swapFree=4192812/4192956
[pid=7322] ppid=7320 vsize=915448 CPUtime=162.24
/proc/7322/stat : 7322 (java) R 7320 7322 6984 0 -1 0 35755 0 21 0 16190 34 0 0 25 0 8 0 183140741 937418752 35500 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073957937 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 1422.44
Current children cumulated vsize (KiB) 915448

[startup+1484.18 s]
/proc/loadavg: 2.00 2.00 2.00 4/95 8153
/proc/meminfo: memFree=1715464/2055920 swapFree=4192812/4192956
[pid=7322] ppid=7320 vsize=915448 CPUtime=1482.46
/proc/7322/stat : 7322 (java) R 7320 7322 6984 0 -1 0 35795 0 21 0 148192 54 0 0 25 0 8 0 183140741 937418752 35523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073955760 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7322/statm: 228862 35523 2546 14 0 215332 0
[pid=7322/tid=7324] ppid=7320 vsize=915448 CPUtime=0.73
/proc/7322/task/7324/stat : 7324 (java) S 7320 7322 6984 0 -1 64 18713 0 0 0 66 7 0 0 16 0 8 0 183140745 937418752 35523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7322/tid=7325] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7325/stat : 7325 (java) S 7320 7322 6984 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183140746 937418752 35523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7322/tid=7326] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7326/stat : 7326 (java) S 7320 7322 6984 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183140746 937418752 35523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7322/tid=7327] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7327/stat : 7327 (java) S 7320 7322 6984 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 183140749 937418752 35523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7322/tid=7328] ppid=7320 vsize=915448 CPUtime=0.32
/proc/7322/task/7328/stat : 7328 (java) S 7320 7322 6984 0 -1 64 455 0 0 0 31 1 0 0 16 0 8 0 183140749 937418752 35523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7322/tid=7329] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7329/stat : 7329 (java) S 7320 7322 6984 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183140749 937418752 35523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7322/tid=7330] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7330/stat : 7330 (java) S 7320 7322 6984 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183140749 937418752 35523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1482.46
Current children cumulated vsize (KiB) 915448

[startup+1544.28 s]
/proc/loadavg: 2.05 2.01 2.00 4/96 8154
/proc/meminfo: memFree=1715456/2055920 swapFree=4192812/4192956
[pid=7322] ppid=7320 vsize=915448 CPUtime=1542.51
/proc/7322/stat : 7322 (java) R 7320 7322 6984 0 -1 0 35795 0 21 0 154197 54 0 0 25 0 8 0 183140741 937418752 35523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073992451 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7322/statm: 228862 35523 2546 14 0 215332 0
[pid=7322/tid=7324] ppid=7320 vsize=915448 CPUtime=0.73
/proc/7322/task/7324/stat : 7324 (java) S 7320 7322 6984 0 -1 64 18713 0 0 0 66 7 0 0 16 0 8 0 183140745 937418752 35523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7322/tid=7325] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7325/stat : 7325 (java) S 7320 7322 6984 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183140746 937418752 35523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7322/tid=7326] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7326/stat : 7326 (java) S 7320 7322 6984 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183140746 937418752 35523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7322/tid=7327] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7327/stat : 7327 (java) S 7320 7322 6984 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 183140749 937418752 35523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7322/tid=7328] ppid=7320 vsize=915448 CPUtime=0.32
/proc/7322/task/7328/stat : 7328 (java) S 7320 7322 6984 0 -1 64 455 0 0 0 31 1 0 0 16 0 8 0 183140749 937418752 35523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7322/tid=7329] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7329/stat : 7329 (java) S 7320 7322 6984 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183140749 937418752 35523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7322/tid=7330] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7330/stat : 7330 (java) S 7320 7322 6984 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183140749 937418752 35523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1542.51
Current children cumulated vsize (KiB) 915448

[startup+1604.37 s]
/proc/loadavg: 2.02 2.01 2.00 3/96 8154
/proc/meminfo: memFree=1715328/2055920 swapFree=4192812/4192956
[pid=7322] ppid=7320 vsize=915448 CPUtime=1602.53
/proc/7322/stat : 7322 (java) R 7320 7322 6984 0 -1 0 35795 0 21 0 160199 54 0 0 25 0 8 0 183140741 937418752 35523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073957937 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7322/statm: 228862 35523 2546 14 0 215332 0
[pid=7322/tid=7324] ppid=7320 vsize=915448 CPUtime=0.73
/proc/7322/task/7324/stat : 7324 (java) S 7320 7322 6984 0 -1 64 18713 0 0 0 66 7 0 0 16 0 8 0 183140745 937418752 35523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7322/tid=7325] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7325/stat : 7325 (java) S 7320 7322 6984 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183140746 937418752 35523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7322/tid=7326] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7326/stat : 7326 (java) S 7320 7322 6984 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183140746 937418752 35523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7322/tid=7327] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7327/stat : 7327 (java) S 7320 7322 6984 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 183140749 937418752 35523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7322/tid=7328] ppid=7320 vsize=915448 CPUtime=0.32
/proc/7322/task/7328/stat : 7328 (java) S 7320 7322 6984 0 -1 64 455 0 0 0 31 1 0 0 16 0 8 0 183140749 937418752 35523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7322/tid=7329] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7329/stat : 7329 (java) S 7320 7322 6984 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183140749 937418752 35523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7322/tid=7330] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7330/stat : 7330 (java) S 7320 7322 6984 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183140749 937418752 35523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1602.53
Current children cumulated vsize (KiB) 915448

[startup+1664.47 s]
/proc/loadavg: 2.00 2.00 2.00 4/96 8154
/proc/meminfo: memFree=1715264/2055920 swapFree=4192812/4192956
[pid=7322] ppid=7320 vsize=915448 CPUtime=1662.58
/proc/7322/stat : 7322 (java) R 7320 7322 6984 0 -1 0 35795 0 21 0 166203 55 0 0 25 0 8 0 183140741 937418752 35523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073957937 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7322/statm: 228862 35523 2546 14 0 215332 0
[pid=7322/tid=7324] ppid=7320 vsize=915448 CPUtime=0.73
/proc/7322/task/7324/stat : 7324 (java) S 7320 7322 6984 0 -1 64 18713 0 0 0 66 7 0 0 16 0 8 0 183140745 937418752 35523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7322/tid=7325] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7325/stat : 7325 (java) S 7320 7322 6984 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183140746 937418752 35523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7322/tid=7326] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7326/stat : 7326 (java) S 7320 7322 6984 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183140746 937418752 35523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7322/tid=7327] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7327/stat : 7327 (java) S 7320 7322 6984 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 183140749 937418752 35523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7322/tid=7328] ppid=7320 vsize=915448 CPUtime=0.32
/proc/7322/task/7328/stat : 7328 (java) S 7320 7322 6984 0 -1 64 455 0 0 0 31 1 0 0 16 0 8 0 183140749 937418752 35523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7322/tid=7329] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7329/stat : 7329 (java) S 7320 7322 6984 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183140749 937418752 35523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7322/tid=7330] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7330/stat : 7330 (java) S 7320 7322 6984 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183140749 937418752 35523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1662.58
Current children cumulated vsize (KiB) 915448

[startup+1724.57 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 8154
/proc/meminfo: memFree=1715200/2055920 swapFree=4192812/4192956
[pid=7322] ppid=7320 vsize=915448 CPUtime=1722.62
/proc/7322/stat : 7322 (java) R 7320 7322 6984 0 -1 0 35795 0 21 0 172207 55 0 0 25 0 8 0 183140741 937418752 35523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073958132 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7322/statm: 228862 35523 2546 14 0 215332 0
[pid=7322/tid=7324] ppid=7320 vsize=915448 CPUtime=0.73
/proc/7322/task/7324/stat : 7324 (java) S 7320 7322 6984 0 -1 64 18713 0 0 0 66 7 0 0 16 0 8 0 183140745 937418752 35523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7322/tid=7325] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7325/stat : 7325 (java) S 7320 7322 6984 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183140746 937418752 35523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7322/tid=7326] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7326/stat : 7326 (java) S 7320 7322 6984 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183140746 937418752 35523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7322/tid=7327] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7327/stat : 7327 (java) S 7320 7322 6984 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 183140749 937418752 35523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7322/tid=7328] ppid=7320 vsize=915448 CPUtime=0.32
/proc/7322/task/7328/stat : 7328 (java) S 7320 7322 6984 0 -1 64 455 0 0 0 31 1 0 0 16 0 8 0 183140749 937418752 35523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7322/tid=7329] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7329/stat : 7329 (java) S 7320 7322 6984 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183140749 937418752 35523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7322/tid=7330] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7330/stat : 7330 (java) S 7320 7322 6984 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183140749 937418752 35523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1722.62
Current children cumulated vsize (KiB) 915448

[startup+1784.65 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 8154
/proc/meminfo: memFree=1715072/2055920 swapFree=4192812/4192956
[pid=7322] ppid=7320 vsize=915448 CPUtime=1782.37
/proc/7322/stat : 7322 (java) R 7320 7322 6984 0 -1 0 35795 0 21 0 178182 55 0 0 25 0 8 0 183140741 937418752 35523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073971075 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7322/statm: 228862 35523 2546 14 0 215332 0
[pid=7322/tid=7324] ppid=7320 vsize=915448 CPUtime=0.73
/proc/7322/task/7324/stat : 7324 (java) S 7320 7322 6984 0 -1 64 18713 0 0 0 66 7 0 0 16 0 8 0 183140745 937418752 35523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7322/tid=7325] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7325/stat : 7325 (java) S 7320 7322 6984 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183140746 937418752 35523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7322/tid=7326] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7326/stat : 7326 (java) S 7320 7322 6984 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183140746 937418752 35523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7322/tid=7327] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7327/stat : 7327 (java) S 7320 7322 6984 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 183140749 937418752 35523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7322/tid=7328] ppid=7320 vsize=915448 CPUtime=0.32
/proc/7322/task/7328/stat : 7328 (java) S 7320 7322 6984 0 -1 64 455 0 0 0 31 1 0 0 16 0 8 0 183140749 937418752 35523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7322/tid=7329] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7329/stat : 7329 (java) S 7320 7322 6984 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183140749 937418752 35523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7322/tid=7330] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7330/stat : 7330 (java) S 7320 7322 6984 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183140749 937418752 35523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1782.37
Current children cumulated vsize (KiB) 915448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.45 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 8154
/proc/meminfo: memFree=1715072/2055920 swapFree=4192812/4192956
[pid=7322] ppid=7320 vsize=915448 CPUtime=1800.08
/proc/7322/stat : 7322 (java) R 7320 7322 6984 0 -1 0 35795 0 21 0 179953 55 0 0 25 0 8 0 183140741 937418752 35523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073967990 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7322/statm: 228862 35523 2546 14 0 215332 0
[pid=7322/tid=7324] ppid=7320 vsize=915448 CPUtime=0.73
/proc/7322/task/7324/stat : 7324 (java) S 7320 7322 6984 0 -1 64 18713 0 0 0 66 7 0 0 16 0 8 0 183140745 937418752 35523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7322/tid=7325] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7325/stat : 7325 (java) S 7320 7322 6984 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183140746 937418752 35523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7322/tid=7326] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7326/stat : 7326 (java) S 7320 7322 6984 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183140746 937418752 35523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7322/tid=7327] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7327/stat : 7327 (java) S 7320 7322 6984 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 183140749 937418752 35523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7322/tid=7328] ppid=7320 vsize=915448 CPUtime=0.32
/proc/7322/task/7328/stat : 7328 (java) S 7320 7322 6984 0 -1 64 455 0 0 0 31 1 0 0 16 0 8 0 183140749 937418752 35523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7322/tid=7329] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7329/stat : 7329 (java) S 7320 7322 6984 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 183140749 937418752 35523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7322/tid=7330] ppid=7320 vsize=915448 CPUtime=0
/proc/7322/task/7330/stat : 7330 (java) S 7320 7322 6984 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183140749 937418752 35523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 915448

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

Child status: 143
Real time (s): 1802.49
CPU time (s): 1800.12
CPU user time (s): 1799.54
CPU system time (s): 0.578911
CPU usage (%): 99.8686
Max. virtual memory (cumulated for all children) (KiB): 915452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.54
system time used= 0.578911
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35812
page faults= 21
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37963
involuntary context switches= 34428

runsolver used 2.27065 s user time and 5.71113 s system time

The end

Launcher Data (download as text)

Begin job on node26 on Tue Jan  9 12:57:45 UTC 2007


IDJOB= 237324
IDBENCH= 6914
FILE ID= node26/237324-1168347465

PBS_JOBID= 3503548

Free space on /tmp= 66532 MiB

BENCH NAME= HOME/pub/bench/CPAI06/os-gp/gp10-05-1071.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/237324-1168347465/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node26/watcher-237324-1168347465 -o ROOT/results/node26/solver-237324-1168347465 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/237324-1168347465/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  b71beabe5668ef9b2437b43d2acd7e82

RANDOM SEED= 776047232

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1805296 kB
Buffers:          9556 kB
Cached:          65244 kB
SwapCached:          0 kB
Active:         169696 kB
Inactive:        29068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1805296 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2012 kB
Writeback:           0 kB
Mapped:         151900 kB
Slab:            36432 kB
Committed_AS:  4436392 kB
PageTables:       2488 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= 66540 MiB



End job on node26 on Tue Jan  9 13:27:47 UTC 2007