Trace number 210508

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

General information on the benchmark

NamepseudoSeries/fpga/
fpga-30-30.xml
MD5SUM70eb6de06770650d690fce560db7ff3e
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables1350
Number of constraints990
Maximum constraint arity30
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension990
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=esac.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/210508-1168198632/unknown.xml
0.37	   
0.37	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.50	     nbVariables=1350  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2
0.50	       =>  wckTime=0.203  cpuTime=0.15  mem=8M869
0.50	   
0.50	   predicates being loaded...
0.52	   
0.52	   constraints being loaded...
1.18	     nbConstraints=990  nbConflictsStructures=2  nbSharedConflictsStructures=928  nbUnbuiltConflictsStructures=2
1.18	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=4  nbSharedEvaluationManagers=986  maxDegree=31  maxArity=30
1.18	       =>  wckTime=0.885  cpuTime=0.71  mem=23M550
1.25	   
1.25	   solver IterativeSystematicSolver being built... 
1.60	       =>  wckTime=1.309  cpuTime=0.99  mem=14M787
6.28	   
6.28	   preprocessing
6.28	     nbConstraintChecks=1053290  nbValidityChecks=37416  nbPropagations=4943  nbRevisions=23748
6.28	     nbUselessRevisions=21965  nbSingletonTests=1813  nbEffectiveSingletonTests=0  nbESACBranches=3  nbRemovedValues=0
6.28	     detectedInconsistency=no
6.28	       =>  wckTime=4.676  cpuTime=4.61  mem=15M775
32.41	   
32.41	   search
32.41	     run=0  nbConstraintChecks=8881166  nbValidityChecks=16776  nbPropagations=7557  nbRevisions=40680
32.41	     nbUselessRevisions=37575  nbAssignments=1295  nbFailedAssignments=8  nbBacktracks=10  nbVisitedNodes=1304
32.41	     nbRestartNogoods=0  mapSize=8  nbInferences=0  nbTooLargeKeys=0
32.41	       =>  wckTime=30.801  cpuTime=30.59  mem=20M730
37.25	   
37.25	   search
37.25	     run=1  nbConstraintChecks=10422086  nbValidityChecks=23139  nbPropagations=17146  nbRevisions=88761
37.25	     nbUselessRevisions=81279  nbAssignments=2055  nbFailedAssignments=9  nbBacktracks=290  nbVisitedNodes=2065
37.25	     nbRestartNogoods=2  mapSize=19  nbInferences=0  nbTooLargeKeys=0
37.25	       =>  wckTime=35.644  cpuTime=35.4  mem=22M706
42.11	   
42.11	   search
42.11	     run=2  nbConstraintChecks=11963007  nbValidityChecks=29502  nbPropagations=28770  nbRevisions=144244
42.11	     nbUselessRevisions=131111  nbAssignments=2815  nbFailedAssignments=10  nbBacktracks=571  nbVisitedNodes=2826
42.11	     nbRestartNogoods=3  mapSize=30  nbInferences=0  nbTooLargeKeys=0
42.11	       =>  wckTime=40.506  cpuTime=40.23  mem=24M681
43.20	   
43.20	   search
43.20	     run=3  nbConstraintChecks=12455346  nbValidityChecks=34814  nbPropagations=42346  nbRevisions=206092
43.20	     nbUselessRevisions=186040  nbAssignments=3498  nbFailedAssignments=15  nbBacktracks=606  nbVisitedNodes=3514
43.20	     nbRestartNogoods=4  mapSize=35  nbInferences=0  nbTooLargeKeys=0
43.20	       =>  wckTime=41.591  cpuTime=41.31  mem=25M669
51.73	   
51.73	   search
51.73	     run=4  nbConstraintChecks=15044843  nbValidityChecks=40974  nbPropagations=57976  nbRevisions=275148
51.73	     nbUselessRevisions=246906  nbAssignments=4275  nbFailedAssignments=20  nbBacktracks=896  nbVisitedNodes=4296
51.73	     nbRestartNogoods=9  mapSize=43  nbInferences=0  nbTooLargeKeys=0
51.73	       =>  wckTime=50.125  cpuTime=49.8  mem=27M644
52.82	   
52.82	   search
52.82	     run=5  nbConstraintChecks=15537191  nbValidityChecks=45448  nbPropagations=75514  nbRevisions=349735
52.82	     nbUselessRevisions=312029  nbAssignments=4908  nbFailedAssignments=31  nbBacktracks=977  nbVisitedNodes=4940
52.82	     nbRestartNogoods=10  mapSize=63  nbInferences=0  nbTooLargeKeys=0
52.82	       =>  wckTime=51.208  cpuTime=50.88  mem=29M620
53.94	   
53.94	   search
53.94	     run=6  nbConstraintChecks=16029546  nbValidityChecks=50597  nbPropagations=95089  nbRevisions=430488
53.94	     nbUselessRevisions=382037  nbAssignments=5663  nbFailedAssignments=47  nbBacktracks=1097  nbVisitedNodes=5711
53.94	     nbRestartNogoods=12  mapSize=92  nbInferences=0  nbTooLargeKeys=0
53.94	       =>  wckTime=52.331  cpuTime=52.0  mem=30M607
62.54	   
62.54	   search
62.54	     run=7  nbConstraintChecks=18619066  nbValidityChecks=56881  nbPropagations=116791  nbRevisions=518457
62.54	     nbUselessRevisions=457977  nbAssignments=6505  nbFailedAssignments=59  nbBacktracks=1305  nbVisitedNodes=6565
62.54	     nbRestartNogoods=15  mapSize=113  nbInferences=0  nbTooLargeKeys=0
62.54	       =>  wckTime=60.935  cpuTime=60.56  mem=33M571
196.07	   
196.07	   search
196.07	     run=8  nbConstraintChecks=56860126  nbValidityChecks=64437  nbPropagations=141202  nbRevisions=614332
196.07	     nbUselessRevisions=540135  nbAssignments=7524  nbFailedAssignments=115  nbBacktracks=1637  nbVisitedNodes=7640
196.07	     nbRestartNogoods=16  mapSize=177  nbInferences=0  nbTooLargeKeys=0
196.07	       =>  wckTime=194.459  cpuTime=193.45  mem=35M546
359.29	   
359.29	   search
359.29	     run=9  nbConstraintChecks=103555405  nbValidityChecks=75500  nbPropagations=168215  nbRevisions=721652
359.29	     nbUselessRevisions=632259  nbAssignments=8647  nbFailedAssignments=159  nbBacktracks=2118  nbVisitedNodes=8807
359.29	     nbRestartNogoods=19  mapSize=233  nbInferences=0  nbTooLargeKeys=0
359.29	       =>  wckTime=357.677  cpuTime=355.9  mem=38M509
921.60	   
921.60	   search
921.60	     run=10  nbConstraintChecks=261399706  nbValidityChecks=87143  nbPropagations=198139  nbRevisions=840621
921.60	     nbUselessRevisions=734476  nbAssignments=10002  nbFailedAssignments=309  nbBacktracks=2694  nbVisitedNodes=10312
921.60	     nbRestartNogoods=20  mapSize=392  nbInferences=0  nbTooLargeKeys=0
921.60	       =>  wckTime=919.989  cpuTime=915.58  mem=42M460

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/node42/watcher-210508-1168198632 -o ROOT/results/node42/solver-210508-1168198632 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/210508-1168198632/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 0.89 1.51 1.78 4/70 27301
/proc/meminfo: memFree=1566352/2055920 swapFree=4191892/4192956
[pid=27300] ppid=27296 vsize=168 CPUtime=0
/proc/27300/stat : 27300 (java) R 27296 27300 27191 0 -1 0 39 0 0 0 0 0 0 0 19 0 1 0 168262524 172032 23 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 12407083 0 0 4096 0 0 0 0 17 1 0 0
/proc/27300/statm: 42 23 18 14 0 2 0

[startup+0.107796 s]
/proc/loadavg: 0.89 1.51 1.78 4/70 27301
/proc/meminfo: memFree=1566352/2055920 swapFree=4191892/4192956
[pid=27300] ppid=27296 vsize=914988 CPUtime=0.08
/proc/27300/stat : 27300 (java) R 27296 27300 27191 0 -1 0 3065 0 1 0 7 1 0 0 25 0 8 0 168262524 936947712 2811 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155068369 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27300/statm: 228747 2811 1451 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.515838 s]
/proc/loadavg: 0.89 1.51 1.78 4/70 27301
/proc/meminfo: memFree=1566352/2055920 swapFree=4191892/4192956
[pid=27300] ppid=27296 vsize=915328 CPUtime=0.47
/proc/27300/stat : 27300 (java) R 27296 27300 27191 0 -1 0 6620 0 1 0 43 4 0 0 25 0 8 0 168262524 937295872 6359 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152819938 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27300/statm: 228832 6360 2139 14 0 215302 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 915328

[startup+1.33992 s]
/proc/loadavg: 0.89 1.51 1.78 3/88 27332
/proc/meminfo: memFree=1465280/2055920 swapFree=4191892/4192956
[pid=27300] ppid=27296 vsize=915576 CPUtime=1.29
/proc/27300/stat : 27300 (java) R 27296 27300 27191 0 -1 0 19377 0 1 0 114 15 0 0 25 0 8 0 168262524 937549824 19114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27300/statm: 228894 19114 2502 14 0 215364 0
[pid=27300/tid=27317] ppid=27296 vsize=915576 CPUtime=0.06
/proc/27300/task/27317/stat : 27317 (java) S 27296 27300 27191 0 -1 64 2428 0 0 0 6 0 0 0 16 0 8 0 168262528 937549824 19114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27300/tid=27318] ppid=27296 vsize=915576 CPUtime=0
/proc/27300/task/27318/stat : 27318 (java) S 27296 27300 27191 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 168262529 937549824 19114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27300/tid=27319] ppid=27296 vsize=915576 CPUtime=0
/proc/27300/task/27319/stat : 27319 (java) S 27296 27300 27191 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 168262529 937549824 19114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27300/tid=27322] ppid=27296 vsize=915576 CPUtime=0
/proc/27300/task/27322/stat : 27322 (java) S 27296 27300 27191 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 168262532 937549824 19114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27300/tid=27323] ppid=27296 vsize=915576 CPUtime=0.19
/proc/27300/task/27323/stat : 27323 (java) S 27296 27300 27191 0 -1 64 383 0 0 0 18 1 0 0 16 0 8 0 168262532 937549824 19114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27300/tid=27324] ppid=27296 vsize=915576 CPUtime=0
/proc/27300/task/27324/stat : 27324 (java) S 27296 27300 27191 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 168262532 937549824 19114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27300/tid=27325] ppid=27296 vsize=915576 CPUtime=0
/proc/27300/task/27325/stat : 27325 (java) S 27296 27300 27191 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168262532 937549824 19114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 915576

[startup+2.9861 s]
/proc/loadavg: 0.89 1.51 1.78 5/88 27332
/proc/meminfo: memFree=1452096/2055920 swapFree=4191892/4192956
[pid=27300] ppid=27296 vsize=915576 CPUtime=2.93
/proc/27300/stat : 27300 (java) R 27296 27300 27191 0 -1 0 20617 0 1 0 277 16 0 0 25 0 8 0 168262524 937549824 20353 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073762850 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27300/statm: 228894 20353 2543 14 0 215364 0
[pid=27300/tid=27317] ppid=27296 vsize=915576 CPUtime=0.1
/proc/27300/task/27317/stat : 27317 (java) S 27296 27300 27191 0 -1 64 3559 0 0 0 9 1 0 0 17 0 8 0 168262528 937549824 20353 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27300/tid=27318] ppid=27296 vsize=915576 CPUtime=0
/proc/27300/task/27318/stat : 27318 (java) S 27296 27300 27191 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168262529 937549824 20353 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27300/tid=27319] ppid=27296 vsize=915576 CPUtime=0
/proc/27300/task/27319/stat : 27319 (java) S 27296 27300 27191 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 168262529 937549824 20353 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27300/tid=27322] ppid=27296 vsize=915576 CPUtime=0
/proc/27300/task/27322/stat : 27322 (java) S 27296 27300 27191 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 168262532 937549824 20353 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27300/tid=27323] ppid=27296 vsize=915576 CPUtime=0.25
/proc/27300/task/27323/stat : 27323 (java) S 27296 27300 27191 0 -1 64 417 0 0 0 24 1 0 0 15 0 8 0 168262532 937549824 20353 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27300/tid=27324] ppid=27296 vsize=915576 CPUtime=0
/proc/27300/task/27324/stat : 27324 (java) S 27296 27300 27191 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 168262532 937549824 20353 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27300/tid=27325] ppid=27296 vsize=915576 CPUtime=0
/proc/27300/task/27325/stat : 27325 (java) S 27296 27300 27191 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168262532 937549824 20353 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915576

[startup+6.26447 s]
/proc/loadavg: 0.98 1.52 1.78 4/88 27332
/proc/meminfo: memFree=1451968/2055920 swapFree=4191892/4192956
[pid=27300] ppid=27296 vsize=915576 CPUtime=6.19
/proc/27300/stat : 27300 (java) R 27296 27300 27191 0 -1 0 20632 0 1 0 602 17 0 0 25 0 8 0 168262524 937549824 20366 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27300/statm: 228894 20366 2545 14 0 215364 0
[pid=27300/tid=27317] ppid=27296 vsize=915576 CPUtime=0.1
/proc/27300/task/27317/stat : 27317 (java) S 27296 27300 27191 0 -1 64 3559 0 0 0 9 1 0 0 17 0 8 0 168262528 937549824 20366 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27300/tid=27318] ppid=27296 vsize=915576 CPUtime=0
/proc/27300/task/27318/stat : 27318 (java) S 27296 27300 27191 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168262529 937549824 20366 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27300/tid=27319] ppid=27296 vsize=915576 CPUtime=0
/proc/27300/task/27319/stat : 27319 (java) S 27296 27300 27191 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 168262529 937549824 20366 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27300/tid=27322] ppid=27296 vsize=915576 CPUtime=0
/proc/27300/task/27322/stat : 27322 (java) S 27296 27300 27191 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 168262532 937549824 20366 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27300/tid=27323] ppid=27296 vsize=915576 CPUtime=0.27
/proc/27300/task/27323/stat : 27323 (java) R 27296 27300 27191 0 -1 64 428 0 0 0 26 1 0 0 16 0 8 0 168262532 937549824 20366 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153506001 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27300/tid=27324] ppid=27296 vsize=915576 CPUtime=0
/proc/27300/task/27324/stat : 27324 (java) S 27296 27300 27191 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 168262532 937549824 20366 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27300/tid=27325] ppid=27296 vsize=915576 CPUtime=0
/proc/27300/task/27325/stat : 27325 (java) S 27296 27300 27191 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168262532 937549824 20366 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 915576

[startup+12.7462 s]
/proc/loadavg: 1.06 1.52 1.79 3/88 27332
/proc/meminfo: memFree=1451976/2055920 swapFree=4191892/4192956
[pid=27300] ppid=27296 vsize=915576 CPUtime=12.64
/proc/27300/stat : 27300 (java) R 27296 27300 27191 0 -1 0 20644 0 1 0 1247 17 0 0 25 0 8 0 168262524 937549824 20377 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073760791 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27300/statm: 228894 20377 2547 14 0 215364 0
[pid=27300/tid=27317] ppid=27296 vsize=915576 CPUtime=0.1
/proc/27300/task/27317/stat : 27317 (java) S 27296 27300 27191 0 -1 64 3559 0 0 0 9 1 0 0 16 0 8 0 168262528 937549824 20377 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27300/tid=27318] ppid=27296 vsize=915576 CPUtime=0
/proc/27300/task/27318/stat : 27318 (java) S 27296 27300 27191 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168262529 937549824 20377 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27300/tid=27319] ppid=27296 vsize=915576 CPUtime=0
/proc/27300/task/27319/stat : 27319 (java) S 27296 27300 27191 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 168262529 937549824 20377 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27300/tid=27322] ppid=27296 vsize=915576 CPUtime=0
/proc/27300/task/27322/stat : 27322 (java) S 27296 27300 27191 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 168262532 937549824 20377 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27300/tid=27323] ppid=27296 vsize=915576 CPUtime=0.28
/proc/27300/task/27323/stat : 27323 (java) S 27296 27300 27191 0 -1 64 435 0 0 0 27 1 0 0 16 0 8 0 168262532 937549824 20377 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27300/tid=27324] ppid=27296 vsize=915576 CPUtime=0
/proc/27300/task/27324/stat : 27324 (java) S 27296 27300 27191 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 168262532 937549824 20377 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27300/tid=27325] ppid=27296 vsize=915576 CPUtime=0
/proc/27300/task/27325/stat : 27325 (java) S 27296 27300 27191 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168262532 937549824 20377 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 915576

[startup+25.5826 s]
/proc/loadavg: 1.35 1.56 1.79 3/88 27332
/proc/meminfo: memFree=1452040/2055920 swapFree=4191892/4192956
[pid=27300] ppid=27296 vsize=915576 CPUtime=25.42
/proc/27300/stat : 27300 (java) R 27296 27300 27191 0 -1 0 20644 0 1 0 2525 17 0 0 25 0 8 0 168262524 937549824 20377 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073763627 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27300/statm: 228894 20377 2547 14 0 215364 0
[pid=27300/tid=27317] ppid=27296 vsize=915576 CPUtime=0.1
/proc/27300/task/27317/stat : 27317 (java) S 27296 27300 27191 0 -1 64 3559 0 0 0 9 1 0 0 16 0 8 0 168262528 937549824 20377 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27300/tid=27318] ppid=27296 vsize=915576 CPUtime=0
/proc/27300/task/27318/stat : 27318 (java) S 27296 27300 27191 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168262529 937549824 20377 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27300/tid=27319] ppid=27296 vsize=915576 CPUtime=0
/proc/27300/task/27319/stat : 27319 (java) S 27296 27300 27191 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 168262529 937549824 20377 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27300/tid=27322] ppid=27296 vsize=915576 CPUtime=0
/proc/27300/task/27322/stat : 27322 (java) S 27296 27300 27191 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 168262532 937549824 20377 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27300/tid=27323] ppid=27296 vsize=915576 CPUtime=0.28
/proc/27300/task/27323/stat : 27323 (java) S 27296 27300 27191 0 -1 64 435 0 0 0 27 1 0 0 16 0 8 0 168262532 937549824 20377 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27300/tid=27324] ppid=27296 vsize=915576 CPUtime=0
/proc/27300/task/27324/stat : 27324 (java) S 27296 27300 27191 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 168262532 937549824 20377 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27300/tid=27325] ppid=27296 vsize=915576 CPUtime=0
/proc/27300/task/27325/stat : 27325 (java) S 27296 27300 27191 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168262532 937549824 20377 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 915576

[startup+51.2744 s]
/proc/loadavg: 1.57 1.60 1.80 3/88 27332
/proc/meminfo: memFree=1452040/2055920 swapFree=4191892/4192956
[pid=27300] ppid=27296 vsize=915576 CPUtime=50.98
/proc/27300/stat : 27300 (java) R 27296 27300 27191 0 -1 0 20657 0 1 0 5081 17 0 0 25 0 8 0 168262524 937549824 20387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073760752 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27300/statm: 228894 20387 2547 14 0 215364 0
[pid=27300/tid=27317] ppid=27296 vsize=915576 CPUtime=0.1
/proc/27300/task/27317/stat : 27317 (java) S 27296 27300 27191 0 -1 64 3559 0 0 0 9 1 0 0 16 0 8 0 168262528 937549824 20387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27300/tid=27318] ppid=27296 vsize=915576 CPUtime=0
/proc/27300/task/27318/stat : 27318 (java) S 27296 27300 27191 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168262529 937549824 20387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27300/tid=27319] ppid=27296 vsize=915576 CPUtime=0
/proc/27300/task/27319/stat : 27319 (java) S 27296 27300 27191 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 168262529 937549824 20387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27300/tid=27322] ppid=27296 vsize=915576 CPUtime=0
/proc/27300/task/27322/stat : 27322 (java) S 27296 27300 27191 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 168262532 937549824 20387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27300/tid=27323] ppid=27296 vsize=915576 CPUtime=0.3
/proc/27300/task/27323/stat : 27323 (java) S 27296 27300 27191 0 -1 64 446 0 0 0 29 1 0 0 15 0 8 0 168262532 937549824 20387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27300/tid=27324] ppid=27296 vsize=915576 CPUtime=0
/proc/27300/task/27324/stat : 27324 (java) S 27296 27300 27191 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 168262532 937549824 20387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27300/tid=27325] ppid=27296 vsize=915576 CPUtime=0
/proc/27300/task/27325/stat : 27325 (java) S 27296 27300 27191 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168262532 937549824 20387 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 915576

[startup+102.55 s]
/proc/loadavg: 1.81 1.66 1.81 3/88 27332
/proc/meminfo: memFree=1452104/2055920 swapFree=4191892/4192956
[pid=27300] ppid=27296 vsize=915576 CPUtime=102.02
/proc/27300/stat : 27300 (java) R 27296 27300 27191 0 -1 0 20664 0 1 0 10185 17 0 0 25 0 8 0 168262524 937549824 20393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073762448 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27300/statm: 228894 20393 2547 14 0 215364 0
[pid=27300/tid=27317] ppid=27296 vsize=915576 CPUtime=0.1
/proc/27300/task/27317/stat : 27317 (java) S 27296 27300 27191 0 -1 64 3559 0 0 0 9 1 0 0 16 0 8 0 168262528 937549824 20393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27300/tid=27318] ppid=27296 vsize=915576 CPUtime=0
/proc/27300/task/27318/stat : 27318 (java) S 27296 27300 27191 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168262529 937549824 20393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27300/tid=27319] ppid=27296 vsize=915576 CPUtime=0
/proc/27300/task/27319/stat : 27319 (java) S 27296 27300 27191 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 168262529 937549824 20393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27300/tid=27322] ppid=27296 vsize=915576 CPUtime=0
/proc/27300/task/27322/stat : 27322 (java) S 27296 27300 27191 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 168262532 937549824 20393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27300/tid=27323] ppid=27296 vsize=915576 CPUtime=0.31
/proc/27300/task/27323/stat : 27323 (java) S 27296 27300 27191 0 -1 64 453 0 0 0 30 1 0 0 17 0 8 0 168262532 937549824 20393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27300/tid=27324] ppid=27296 vsize=915576 CPUtime=0
/proc/27300/task/27324/stat : 27324 (java) S 27296 27300 27191 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 168262532 937549824 20393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27300/tid=27325] ppid=27296 vsize=915576 CPUtime=0
/proc/27300/task/27325/stat : 27325 (java) S 27296 27300 27191 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168262532 937549824 20393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.02
Current children cumulated vsize (KiB) 915576

[startup+162.562 s]
/proc/loadavg: 1.93 1.72 1.82 3/88 27332
/proc/meminfo: memFree=1452104/2055920 swapFree=4191892/4192956
[pid=27300] ppid=27296 vsize=915576 CPUtime=161.75
/proc/27300/stat : 27300 (java) R 27296 27300 27191 0 -1 0 20665 0 1 0 16158 17 0 0 25 0 8 0 168262524 937549824 20393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073762442 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1416.08
Current children cumulated vsize (KiB) 915576

[startup+1482.83 s]
/proc/loadavg: 2.10 2.03 1.93 3/94 27478
/proc/meminfo: memFree=1422608/2055920 swapFree=4191892/4192956
[pid=27300] ppid=27296 vsize=915576 CPUtime=1475.7
/proc/27300/stat : 27300 (java) R 27296 27300 27191 0 -1 0 20667 0 1 0 147552 18 0 0 25 0 8 0 168262524 937549824 20393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479187 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27300/statm: 228894 20393 2547 14 0 215364 0
[pid=27300/tid=27317] ppid=27296 vsize=915576 CPUtime=0.1
/proc/27300/task/27317/stat : 27317 (java) S 27296 27300 27191 0 -1 64 3559 0 0 0 9 1 0 0 16 0 8 0 168262528 937549824 20393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27300/tid=27318] ppid=27296 vsize=915576 CPUtime=0
/proc/27300/task/27318/stat : 27318 (java) S 27296 27300 27191 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168262529 937549824 20393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27300/tid=27319] ppid=27296 vsize=915576 CPUtime=0
/proc/27300/task/27319/stat : 27319 (java) S 27296 27300 27191 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 168262529 937549824 20393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27300/tid=27322] ppid=27296 vsize=915576 CPUtime=0
/proc/27300/task/27322/stat : 27322 (java) S 27296 27300 27191 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 168262532 937549824 20393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27300/tid=27323] ppid=27296 vsize=915576 CPUtime=0.32
/proc/27300/task/27323/stat : 27323 (java) S 27296 27300 27191 0 -1 64 453 0 0 0 31 1 0 0 16 0 8 0 168262532 937549824 20393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27300/tid=27324] ppid=27296 vsize=915576 CPUtime=0
/proc/27300/task/27324/stat : 27324 (java) S 27296 27300 27191 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 168262532 937549824 20393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27300/tid=27325] ppid=27296 vsize=915576 CPUtime=0
/proc/27300/task/27325/stat : 27325 (java) S 27296 27300 27191 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168262532 937549824 20393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1475.7
Current children cumulated vsize (KiB) 915576

[startup+1542.86 s]
/proc/loadavg: 2.03 2.03 1.93 3/88 27530
/proc/meminfo: memFree=1423688/2055920 swapFree=4191892/4192956
[pid=27300] ppid=27296 vsize=915576 CPUtime=1535.39
/proc/27300/stat : 27300 (java) R 27296 27300 27191 0 -1 0 20667 0 1 0 153521 18 0 0 25 0 8 0 168262524 937549824 20393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073759923 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27300/statm: 228894 20393 2547 14 0 215364 0
[pid=27300/tid=27317] ppid=27296 vsize=915576 CPUtime=0.1
/proc/27300/task/27317/stat : 27317 (java) S 27296 27300 27191 0 -1 64 3559 0 0 0 9 1 0 0 16 0 8 0 168262528 937549824 20393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27300/tid=27318] ppid=27296 vsize=915576 CPUtime=0
/proc/27300/task/27318/stat : 27318 (java) S 27296 27300 27191 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168262529 937549824 20393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27300/tid=27319] ppid=27296 vsize=915576 CPUtime=0
/proc/27300/task/27319/stat : 27319 (java) S 27296 27300 27191 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 168262529 937549824 20393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27300/tid=27322] ppid=27296 vsize=915576 CPUtime=0
/proc/27300/task/27322/stat : 27322 (java) S 27296 27300 27191 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 168262532 937549824 20393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27300/tid=27323] ppid=27296 vsize=915576 CPUtime=0.32
/proc/27300/task/27323/stat : 27323 (java) S 27296 27300 27191 0 -1 64 453 0 0 0 31 1 0 0 16 0 8 0 168262532 937549824 20393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27300/tid=27324] ppid=27296 vsize=915576 CPUtime=0
/proc/27300/task/27324/stat : 27324 (java) S 27296 27300 27191 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 168262532 937549824 20393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27300/tid=27325] ppid=27296 vsize=915576 CPUtime=0
/proc/27300/task/27325/stat : 27325 (java) S 27296 27300 27191 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168262532 937549824 20393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1535.39
Current children cumulated vsize (KiB) 915576

[startup+1602.87 s]
/proc/loadavg: 2.01 2.02 1.93 3/88 27530
/proc/meminfo: memFree=1423688/2055920 swapFree=4191892/4192956
[pid=27300] ppid=27296 vsize=915576 CPUtime=1595.13
/proc/27300/stat : 27300 (java) R 27296 27300 27191 0 -1 0 20667 0 1 0 159494 19 0 0 25 0 8 0 168262524 937549824 20393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073762442 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27300/statm: 228894 20393 2547 14 0 215364 0
[pid=27300/tid=27317] ppid=27296 vsize=915576 CPUtime=0.1
/proc/27300/task/27317/stat : 27317 (java) S 27296 27300 27191 0 -1 64 3559 0 0 0 9 1 0 0 16 0 8 0 168262528 937549824 20393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27300/tid=27318] ppid=27296 vsize=915576 CPUtime=0
/proc/27300/task/27318/stat : 27318 (java) S 27296 27300 27191 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168262529 937549824 20393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27300/tid=27319] ppid=27296 vsize=915576 CPUtime=0
/proc/27300/task/27319/stat : 27319 (java) S 27296 27300 27191 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 168262529 937549824 20393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27300/tid=27322] ppid=27296 vsize=915576 CPUtime=0
/proc/27300/task/27322/stat : 27322 (java) S 27296 27300 27191 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 168262532 937549824 20393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27300/tid=27323] ppid=27296 vsize=915576 CPUtime=0.32
/proc/27300/task/27323/stat : 27323 (java) S 27296 27300 27191 0 -1 64 453 0 0 0 31 1 0 0 16 0 8 0 168262532 937549824 20393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27300/tid=27324] ppid=27296 vsize=915576 CPUtime=0
/proc/27300/task/27324/stat : 27324 (java) S 27296 27300 27191 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 168262532 937549824 20393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27300/tid=27325] ppid=27296 vsize=915576 CPUtime=0
/proc/27300/task/27325/stat : 27325 (java) S 27296 27300 27191 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168262532 937549824 20393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1595.13
Current children cumulated vsize (KiB) 915576

[startup+1662.88 s]
/proc/loadavg: 2.00 2.01 1.93 3/88 27530
/proc/meminfo: memFree=1423688/2055920 swapFree=4191892/4192956
[pid=27300] ppid=27296 vsize=915576 CPUtime=1654.86
/proc/27300/stat : 27300 (java) R 27296 27300 27191 0 -1 0 20667 0 1 0 165467 19 0 0 25 0 8 0 168262524 937549824 20393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073759917 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27300/statm: 228894 20393 2547 14 0 215364 0
[pid=27300/tid=27317] ppid=27296 vsize=915576 CPUtime=0.1
/proc/27300/task/27317/stat : 27317 (java) S 27296 27300 27191 0 -1 64 3559 0 0 0 9 1 0 0 16 0 8 0 168262528 937549824 20393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27300/tid=27318] ppid=27296 vsize=915576 CPUtime=0
/proc/27300/task/27318/stat : 27318 (java) S 27296 27300 27191 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168262529 937549824 20393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27300/tid=27319] ppid=27296 vsize=915576 CPUtime=0
/proc/27300/task/27319/stat : 27319 (java) S 27296 27300 27191 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 168262529 937549824 20393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27300/tid=27322] ppid=27296 vsize=915576 CPUtime=0
/proc/27300/task/27322/stat : 27322 (java) S 27296 27300 27191 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 168262532 937549824 20393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27300/tid=27323] ppid=27296 vsize=915576 CPUtime=0.32
/proc/27300/task/27323/stat : 27323 (java) S 27296 27300 27191 0 -1 64 453 0 0 0 31 1 0 0 16 0 8 0 168262532 937549824 20393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27300/tid=27324] ppid=27296 vsize=915576 CPUtime=0
/proc/27300/task/27324/stat : 27324 (java) S 27296 27300 27191 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 168262532 937549824 20393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27300/tid=27325] ppid=27296 vsize=915576 CPUtime=0
/proc/27300/task/27325/stat : 27325 (java) S 27296 27300 27191 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168262532 937549824 20393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1654.86
Current children cumulated vsize (KiB) 915576

[startup+1722.89 s]
/proc/loadavg: 2.00 2.01 1.93 3/88 27530
/proc/meminfo: memFree=1423688/2055920 swapFree=4191892/4192956
[pid=27300] ppid=27296 vsize=915576 CPUtime=1714.59
/proc/27300/stat : 27300 (java) R 27296 27300 27191 0 -1 0 20667 0 1 0 171440 19 0 0 25 0 8 0 168262524 937549824 20393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073765544 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27300/statm: 228894 20393 2547 14 0 215364 0
[pid=27300/tid=27317] ppid=27296 vsize=915576 CPUtime=0.1
/proc/27300/task/27317/stat : 27317 (java) S 27296 27300 27191 0 -1 64 3559 0 0 0 9 1 0 0 16 0 8 0 168262528 937549824 20393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27300/tid=27318] ppid=27296 vsize=915576 CPUtime=0
/proc/27300/task/27318/stat : 27318 (java) S 27296 27300 27191 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168262529 937549824 20393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27300/tid=27319] ppid=27296 vsize=915576 CPUtime=0
/proc/27300/task/27319/stat : 27319 (java) S 27296 27300 27191 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 168262529 937549824 20393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27300/tid=27322] ppid=27296 vsize=915576 CPUtime=0
/proc/27300/task/27322/stat : 27322 (java) S 27296 27300 27191 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 168262532 937549824 20393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27300/tid=27323] ppid=27296 vsize=915576 CPUtime=0.32
/proc/27300/task/27323/stat : 27323 (java) S 27296 27300 27191 0 -1 64 453 0 0 0 31 1 0 0 16 0 8 0 168262532 937549824 20393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27300/tid=27324] ppid=27296 vsize=915576 CPUtime=0
/proc/27300/task/27324/stat : 27324 (java) S 27296 27300 27191 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 168262532 937549824 20393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27300/tid=27325] ppid=27296 vsize=915576 CPUtime=0
/proc/27300/task/27325/stat : 27325 (java) S 27296 27300 27191 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168262532 937549824 20393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1714.59
Current children cumulated vsize (KiB) 915576

[startup+1782.9 s]
/proc/loadavg: 2.04 2.02 1.94 3/88 27530
/proc/meminfo: memFree=1423688/2055920 swapFree=4191892/4192956
[pid=27300] ppid=27296 vsize=915576 CPUtime=1774.32
/proc/27300/stat : 27300 (java) R 27296 27300 27191 0 -1 0 20667 0 1 0 177413 19 0 0 25 0 8 0 168262524 937549824 20393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073759844 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27300/statm: 228894 20393 2547 14 0 215364 0
[pid=27300/tid=27317] ppid=27296 vsize=915576 CPUtime=0.1
/proc/27300/task/27317/stat : 27317 (java) S 27296 27300 27191 0 -1 64 3559 0 0 0 9 1 0 0 16 0 8 0 168262528 937549824 20393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27300/tid=27318] ppid=27296 vsize=915576 CPUtime=0
/proc/27300/task/27318/stat : 27318 (java) S 27296 27300 27191 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168262529 937549824 20393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27300/tid=27319] ppid=27296 vsize=915576 CPUtime=0
/proc/27300/task/27319/stat : 27319 (java) S 27296 27300 27191 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 168262529 937549824 20393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27300/tid=27322] ppid=27296 vsize=915576 CPUtime=0
/proc/27300/task/27322/stat : 27322 (java) S 27296 27300 27191 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 168262532 937549824 20393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27300/tid=27323] ppid=27296 vsize=915576 CPUtime=0.32
/proc/27300/task/27323/stat : 27323 (java) S 27296 27300 27191 0 -1 64 453 0 0 0 31 1 0 0 16 0 8 0 168262532 937549824 20393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27300/tid=27324] ppid=27296 vsize=915576 CPUtime=0
/proc/27300/task/27324/stat : 27324 (java) S 27296 27300 27191 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 168262532 937549824 20393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27300/tid=27325] ppid=27296 vsize=915576 CPUtime=0
/proc/27300/task/27325/stat : 27325 (java) S 27296 27300 27191 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168262532 937549824 20393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1774.32
Current children cumulated vsize (KiB) 915576



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.8 s]
/proc/loadavg: 2.03 2.02 1.94 2/75 27543
/proc/meminfo: memFree=1497648/2055920 swapFree=4191892/4192956
[pid=27300] ppid=27296 vsize=915576 CPUtime=1800.09
/proc/27300/stat : 27300 (java) R 27296 27300 27191 0 -1 0 20667 0 1 0 179990 19 0 0 25 0 8 0 168262524 937549824 20393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073762442 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27300/statm: 228894 20393 2547 14 0 215364 0
[pid=27300/tid=27317] ppid=27296 vsize=915576 CPUtime=0.1
/proc/27300/task/27317/stat : 27317 (java) S 27296 27300 27191 0 -1 64 3559 0 0 0 9 1 0 0 16 0 8 0 168262528 937549824 20393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27300/tid=27318] ppid=27296 vsize=915576 CPUtime=0
/proc/27300/task/27318/stat : 27318 (java) S 27296 27300 27191 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168262529 937549824 20393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27300/tid=27319] ppid=27296 vsize=915576 CPUtime=0
/proc/27300/task/27319/stat : 27319 (java) S 27296 27300 27191 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 168262529 937549824 20393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27300/tid=27322] ppid=27296 vsize=915576 CPUtime=0
/proc/27300/task/27322/stat : 27322 (java) S 27296 27300 27191 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 168262532 937549824 20393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27300/tid=27323] ppid=27296 vsize=915576 CPUtime=0.32
/proc/27300/task/27323/stat : 27323 (java) S 27296 27300 27191 0 -1 64 453 0 0 0 31 1 0 0 16 0 8 0 168262532 937549824 20393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27300/tid=27324] ppid=27296 vsize=915576 CPUtime=0
/proc/27300/task/27324/stat : 27324 (java) S 27296 27300 27191 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 168262532 937549824 20393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27300/tid=27325] ppid=27296 vsize=915576 CPUtime=0
/proc/27300/task/27325/stat : 27325 (java) S 27296 27300 27191 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168262532 937549824 20393 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 915576

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

Child status: 143
Real time (s): 1808.85
CPU time (s): 1800.14
CPU user time (s): 1799.93
CPU system time (s): 0.204968
CPU usage (%): 99.5186
Max. virtual memory (cumulated for all children) (KiB): 915576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.93
system time used= 0.204968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20683
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= 38068
involuntary context switches= 57515

runsolver used 1.56076 s user time and 4.94425 s system time

The end

Launcher Data (download as text)

Begin job on node42 on Sun Jan  7 19:37:13 UTC 2007


IDJOB= 210508
IDBENCH= 4625
FILE ID= node42/210508-1168198632

PBS_JOBID= 3480729

Free space on /tmp= 66553 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  70eb6de06770650d690fce560db7ff3e

RANDOM SEED= 273204098

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.229
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.229
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:       1566704 kB
Buffers:         49148 kB
Cached:         360628 kB
SwapCached:        400 kB
Active:         197936 kB
Inactive:       231592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1566704 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            5992 kB
Writeback:           0 kB
Mapped:          28716 kB
Slab:            45244 kB
Committed_AS:  3241140 kB
PageTables:       1692 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= 66557 MiB



End job on node42 on Sun Jan  7 20:07:23 UTC 2007