Trace number 210313

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.16 1803.39

General information on the benchmark

NamepseudoSeries/fpga/
fpga-40-39.xml
MD5SUM3c6eda633dfc3b4def9c6c240c8051dd
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables2340
Number of constraints1678
Maximum constraint arity40
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1678
Global constraints used (with number of constraints)

Solver Data (download as text)

0.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=esac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/210313-1168196651/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.56	     nbVariables=2340  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2
0.56	       =>  wckTime=0.244  cpuTime=0.16  mem=10M819
0.56	   
0.56	   predicates being loaded...
0.58	   
0.58	   constraints being loaded...
1.53	     nbConstraints=1678  nbUnbuiltConflictsStructures=5  nbSharedBinaryRepresentations=0  nbEvaluationManagers=5
1.53	     nbSharedEvaluationManagers=1673  maxDegree=40  maxArity=40
1.53	       =>  wckTime=1.21  cpuTime=0.95  mem=34M134
1.62	   
1.62	   solver IterativeSystematicSolver being built... 
2.13	       =>  wckTime=1.807  cpuTime=1.36  mem=70M106
13.48	   
13.48	   preprocessing
13.48	     nbConstraintChecks=1615316  nbValidityChecks=1316551  nbPropagations=8596  nbRevisions=676732
13.48	     nbUselessRevisions=673629  nbSingletonTests=3156  nbEffectiveSingletonTests=0  nbESACBranches=3  nbRemovedValues=0
13.48	     detectedInconsistency=no
13.48	       =>  wckTime=11.344  cpuTime=11.23  mem=74M169
14.45	   
14.45	   search
14.45	     run=0  nbConstraintChecks=1620  nbValidityChecks=639147  nbPropagations=10994  nbRevisions=996430
14.45	     nbUselessRevisions=991766  nbAssignments=837  nbFailedAssignments=1  nbBacktracks=57  nbVisitedNodes=839
14.45	     nbRestartNogoods=0  mapSize=1  nbInferences=0  nbTooLargeKeys=0
14.45	       =>  wckTime=12.314  cpuTime=12.11  mem=40M16
20.85	   
20.85	   search
20.85	     run=1  nbConstraintChecks=1051853  nbValidityChecks=1282342  nbPropagations=25033  nbRevisions=2316587
20.85	     nbUselessRevisions=2305718  nbAssignments=2340  nbFailedAssignments=2  nbBacktracks=781  nbVisitedNodes=2343
20.85	     nbRestartNogoods=1  mapSize=21  nbInferences=0  nbTooLargeKeys=0
20.85	       =>  wckTime=18.714  cpuTime=18.46  mem=47M76
26.79	   
26.79	   search
26.79	     run=2  nbConstraintChecks=2101991  nbValidityChecks=1921545  nbPropagations=41491  nbRevisions=3956575
26.79	     nbUselessRevisions=3937958  nbAssignments=3215  nbFailedAssignments=3  nbBacktracks=819  nbVisitedNodes=3219
26.79	     nbRestartNogoods=2  mapSize=22  nbInferences=0  nbTooLargeKeys=0
26.79	       =>  wckTime=24.66  cpuTime=24.37  mem=51M110
210.69	   
210.69	   search
210.69	     run=3  nbConstraintChecks=39852250  nbValidityChecks=2560784  nbPropagations=60451  nbRevisions=5916429
210.69	     nbUselessRevisions=5888505  nbAssignments=4157  nbFailedAssignments=39  nbBacktracks=853  nbVisitedNodes=4197
210.69	     nbRestartNogoods=3  mapSize=56  nbInferences=0  nbTooLargeKeys=0
210.69	       =>  wckTime=208.559  cpuTime=207.4  mem=54M135
211.63	   
211.63	   search
211.63	     run=4  nbConstraintChecks=39854949  nbValidityChecks=3200758  nbPropagations=81813  nbRevisions=8196301
211.63	     nbUselessRevisions=8157546  nbAssignments=5034  nbFailedAssignments=42  nbBacktracks=913  nbVisitedNodes=5077
211.63	     nbRestartNogoods=5  mapSize=61  nbInferences=0  nbTooLargeKeys=0
211.63	       =>  wckTime=209.495  cpuTime=208.33  mem=58M170
212.50	   
212.50	   search
212.50	     run=5  nbConstraintChecks=39857024  nbValidityChecks=3840991  nbPropagations=105598  nbRevisions=10796311
212.50	     nbUselessRevisions=10745200  nbAssignments=5931  nbFailedAssignments=46  nbBacktracks=993  nbVisitedNodes=5978
212.50	     nbRestartNogoods=6  mapSize=68  nbInferences=0  nbTooLargeKeys=0
212.50	       =>  wckTime=210.37  cpuTime=209.2  mem=61M195
213.42	   
213.42	   search
213.42	     run=6  nbConstraintChecks=39859298  nbValidityChecks=4481940  nbPropagations=131850  nbRevisions=13716818
213.42	     nbUselessRevisions=13651824  nbAssignments=6870  nbFailedAssignments=52  nbBacktracks=1111  nbVisitedNodes=6923
213.42	     nbRestartNogoods=7  mapSize=78  nbInferences=0  nbTooLargeKeys=0
213.42	       =>  wckTime=211.285  cpuTime=210.11  mem=65M230
214.38	   
214.38	   search
214.38	     run=7  nbConstraintChecks=39862709  nbValidityChecks=5127276  nbPropagations=160635  nbRevisions=16960134
214.38	     nbUselessRevisions=16879727  nbAssignments=7870  nbFailedAssignments=61  nbBacktracks=1293  nbVisitedNodes=7932
214.38	     nbRestartNogoods=9  mapSize=95  nbInferences=0  nbTooLargeKeys=0
214.38	       =>  wckTime=212.251  cpuTime=211.07  mem=69M264
220.94	   
220.94	   search
220.94	     run=8  nbConstraintChecks=40913338  nbValidityChecks=5771470  nbPropagations=192444  nbRevisions=20527547
220.94	     nbUselessRevisions=20430224  nbAssignments=9391  nbFailedAssignments=62  nbBacktracks=1959  nbVisitedNodes=9454
220.94	     nbRestartNogoods=10  mapSize=114  nbInferences=0  nbTooLargeKeys=0
220.94	       =>  wckTime=218.808  cpuTime=217.59  mem=76M324
227.44	   
227.44	   search
227.44	     run=9  nbConstraintChecks=41963534  nbValidityChecks=6415723  nbPropagations=227278  nbRevisions=24419097
227.44	     nbUselessRevisions=24303355  nbAssignments=10912  nbFailedAssignments=63  nbBacktracks=2626  nbVisitedNodes=10976
227.44	     nbRestartNogoods=11  mapSize=133  nbInferences=0  nbTooLargeKeys=0
227.44	       =>  wckTime=225.309  cpuTime=224.06  mem=84M392
233.95	   
233.95	   search
233.95	     run=10  nbConstraintChecks=43013730  nbValidityChecks=7059898  nbPropagations=265137  nbRevisions=28634745
233.95	     nbUselessRevisions=28499081  nbAssignments=12433  nbFailedAssignments=64  nbBacktracks=3292  nbVisitedNodes=12498
233.95	     nbRestartNogoods=12  mapSize=152  nbInferences=0  nbTooLargeKeys=0
233.95	       =>  wckTime=231.821  cpuTime=230.51  mem=48M595

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-210313-1168196651 -o ROOT/results/node42/solver-210313-1168196651 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/210313-1168196651/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: 2.04 2.00 1.95 4/81 26979
/proc/meminfo: memFree=1531536/2055920 swapFree=4191892/4192956
[pid=26978] ppid=26976 vsize=47976 CPUtime=0
/proc/26978/stat : 26978 (java) D 26976 26978 26028 0 -1 0 1223 0 1 0 0 0 0 0 17 0 1 0 168064312 49127424 972 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 0 7368 18446744072099781622 0 0 17 1 0 0
/proc/26978/statm: 11994 972 769 14 0 1707 0

[startup+0.103731 s]
/proc/loadavg: 2.04 2.00 1.95 4/81 26979
/proc/meminfo: memFree=1531536/2055920 swapFree=4191892/4192956
[pid=26978] ppid=26976 vsize=914988 CPUtime=0.09
/proc/26978/stat : 26978 (java) R 26976 26978 26028 0 -1 0 2963 0 1 0 7 2 0 0 19 0 8 0 168064312 936947712 2709 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072925576 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26978/statm: 228747 2709 1417 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.511776 s]
/proc/loadavg: 2.04 2.00 1.95 4/81 26979
/proc/meminfo: memFree=1531536/2055920 swapFree=4191892/4192956
[pid=26978] ppid=26976 vsize=915328 CPUtime=0.49
/proc/26978/stat : 26978 (java) R 26976 26978 26028 0 -1 0 6500 0 1 0 45 4 0 0 18 0 8 0 168064312 937295872 6239 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072916972 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26978/statm: 228832 6239 2135 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33287 s]
/proc/loadavg: 2.04 2.00 1.95 4/88 26986
/proc/meminfo: memFree=1469912/2055920 swapFree=4191892/4192956
[pid=26978] ppid=26976 vsize=915644 CPUtime=1.31
/proc/26978/stat : 26978 (java) R 26976 26978 26028 0 -1 0 20917 0 1 0 113 18 0 0 24 0 8 0 168064312 937619456 20653 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072942247 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26978/statm: 228911 20653 2177 14 0 215381 0
[pid=26978/tid=26980] ppid=26976 vsize=915644 CPUtime=0.07
/proc/26978/task/26980/stat : 26980 (java) S 26976 26978 26028 0 -1 64 4305 0 0 0 6 1 0 0 16 0 8 0 168064316 937619456 20653 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26981] ppid=26976 vsize=915644 CPUtime=0
/proc/26978/task/26981/stat : 26981 (java) S 26976 26978 26028 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168064316 937619456 20653 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26982] ppid=26976 vsize=915644 CPUtime=0
/proc/26978/task/26982/stat : 26982 (java) S 26976 26978 26028 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 168064316 937619456 20653 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26983] ppid=26976 vsize=915644 CPUtime=0
/proc/26978/task/26983/stat : 26983 (java) S 26976 26978 26028 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 168064320 937619456 20653 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26984] ppid=26976 vsize=915644 CPUtime=0.19
/proc/26978/task/26984/stat : 26984 (java) S 26976 26978 26028 0 -1 64 424 0 0 0 19 0 0 0 16 0 8 0 168064320 937619456 20653 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26985] ppid=26976 vsize=915644 CPUtime=0
/proc/26978/task/26985/stat : 26985 (java) S 26976 26978 26028 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 168064320 937619456 20653 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26986] ppid=26976 vsize=915644 CPUtime=0
/proc/26978/task/26986/stat : 26986 (java) S 26976 26978 26028 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168064320 937619456 20653 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915644

[startup+2.97804 s]
/proc/loadavg: 2.04 2.00 1.95 3/88 26986
/proc/meminfo: memFree=1440024/2055920 swapFree=4191892/4192956
[pid=26978] ppid=26976 vsize=915728 CPUtime=2.94
/proc/26978/stat : 26978 (java) R 26976 26978 26028 0 -1 0 25556 0 1 0 273 21 0 0 25 0 8 0 168064312 937705472 25290 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074073802 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26978/statm: 228932 25290 2543 14 0 215402 0
[pid=26978/tid=26980] ppid=26976 vsize=915728 CPUtime=0.19
/proc/26978/task/26980/stat : 26980 (java) S 26976 26978 26028 0 -1 64 8419 0 0 0 16 3 0 0 17 0 8 0 168064316 937705472 25290 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26981] ppid=26976 vsize=915728 CPUtime=0
/proc/26978/task/26981/stat : 26981 (java) S 26976 26978 26028 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168064316 937705472 25290 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26982] ppid=26976 vsize=915728 CPUtime=0
/proc/26978/task/26982/stat : 26982 (java) S 26976 26978 26028 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 168064316 937705472 25290 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26983] ppid=26976 vsize=915728 CPUtime=0
/proc/26978/task/26983/stat : 26983 (java) S 26976 26978 26028 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 168064320 937705472 25290 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26984] ppid=26976 vsize=915728 CPUtime=0.32
/proc/26978/task/26984/stat : 26984 (java) S 26976 26978 26028 0 -1 64 497 0 0 0 31 1 0 0 15 0 8 0 168064320 937705472 25290 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26985] ppid=26976 vsize=915728 CPUtime=0
/proc/26978/task/26985/stat : 26985 (java) S 26976 26978 26028 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 168064320 937705472 25290 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26986] ppid=26976 vsize=915728 CPUtime=0
/proc/26978/task/26986/stat : 26986 (java) S 26976 26978 26028 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168064320 937705472 25290 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915728

[startup+6.18239 s]
/proc/loadavg: 2.04 2.00 1.95 3/88 26986
/proc/meminfo: memFree=1440024/2055920 swapFree=4191892/4192956
[pid=26978] ppid=26976 vsize=915728 CPUtime=6.13
/proc/26978/stat : 26978 (java) R 26976 26978 26028 0 -1 0 25556 0 1 0 592 21 0 0 25 0 8 0 168064312 937705472 25290 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074094824 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26978/statm: 228932 25290 2543 14 0 215402 0
[pid=26978/tid=26980] ppid=26976 vsize=915728 CPUtime=0.19
/proc/26978/task/26980/stat : 26980 (java) S 26976 26978 26028 0 -1 64 8419 0 0 0 16 3 0 0 16 0 8 0 168064316 937705472 25290 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26981] ppid=26976 vsize=915728 CPUtime=0
/proc/26978/task/26981/stat : 26981 (java) S 26976 26978 26028 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168064316 937705472 25290 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26982] ppid=26976 vsize=915728 CPUtime=0
/proc/26978/task/26982/stat : 26982 (java) S 26976 26978 26028 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 168064316 937705472 25290 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26983] ppid=26976 vsize=915728 CPUtime=0
/proc/26978/task/26983/stat : 26983 (java) S 26976 26978 26028 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 168064320 937705472 25290 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26984] ppid=26976 vsize=915728 CPUtime=0.32
/proc/26978/task/26984/stat : 26984 (java) S 26976 26978 26028 0 -1 64 497 0 0 0 31 1 0 0 15 0 8 0 168064320 937705472 25290 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26985] ppid=26976 vsize=915728 CPUtime=0
/proc/26978/task/26985/stat : 26985 (java) S 26976 26978 26028 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 168064320 937705472 25290 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26986] ppid=26976 vsize=915728 CPUtime=0
/proc/26978/task/26986/stat : 26986 (java) S 26976 26978 26028 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168064320 937705472 25290 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 915728

[startup+12.6491 s]
/proc/loadavg: 2.03 2.00 1.95 3/88 26986
/proc/meminfo: memFree=1439960/2055920 swapFree=4191892/4192956
[pid=26978] ppid=26976 vsize=915728 CPUtime=12.57
/proc/26978/stat : 26978 (java) R 26976 26978 26028 0 -1 0 25568 0 1 0 1236 21 0 0 25 0 8 0 168064312 937705472 25300 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074076090 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26978/statm: 228932 25300 2545 14 0 215402 0
[pid=26978/tid=26980] ppid=26976 vsize=915728 CPUtime=0.19
/proc/26978/task/26980/stat : 26980 (java) S 26976 26978 26028 0 -1 64 8419 0 0 0 16 3 0 0 16 0 8 0 168064316 937705472 25300 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26981] ppid=26976 vsize=915728 CPUtime=0
/proc/26978/task/26981/stat : 26981 (java) S 26976 26978 26028 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168064316 937705472 25300 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26982] ppid=26976 vsize=915728 CPUtime=0
/proc/26978/task/26982/stat : 26982 (java) S 26976 26978 26028 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 168064316 937705472 25300 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26983] ppid=26976 vsize=915728 CPUtime=0
/proc/26978/task/26983/stat : 26983 (java) S 26976 26978 26028 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 168064320 937705472 25300 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26984] ppid=26976 vsize=915728 CPUtime=0.33
/proc/26978/task/26984/stat : 26984 (java) S 26976 26978 26028 0 -1 64 504 0 0 0 32 1 0 0 16 0 8 0 168064320 937705472 25300 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26985] ppid=26976 vsize=915728 CPUtime=0
/proc/26978/task/26985/stat : 26985 (java) S 26976 26978 26028 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 168064320 937705472 25300 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26986] ppid=26976 vsize=915728 CPUtime=0
/proc/26978/task/26986/stat : 26986 (java) S 26976 26978 26028 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168064320 937705472 25300 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 915728

[startup+25.5085 s]
/proc/loadavg: 2.03 2.00 1.95 3/88 26986
/proc/meminfo: memFree=1429336/2055920 swapFree=4191892/4192956
[pid=26978] ppid=26976 vsize=915728 CPUtime=25.37
/proc/26978/stat : 26978 (java) R 26976 26978 26028 0 -1 0 28240 0 1 0 2514 23 0 0 25 0 8 0 168064312 937705472 27966 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074082003 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26978/statm: 228932 27966 2547 14 0 215402 0
[pid=26978/tid=26980] ppid=26976 vsize=915728 CPUtime=0.26
/proc/26978/task/26980/stat : 26980 (java) S 26976 26978 26028 0 -1 64 11060 0 0 0 22 4 0 0 16 0 8 0 168064316 937705472 27966 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26981] ppid=26976 vsize=915728 CPUtime=0
/proc/26978/task/26981/stat : 26981 (java) S 26976 26978 26028 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168064316 937705472 27966 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26982] ppid=26976 vsize=915728 CPUtime=0
/proc/26978/task/26982/stat : 26982 (java) S 26976 26978 26028 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 168064316 937705472 27966 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26983] ppid=26976 vsize=915728 CPUtime=0
/proc/26978/task/26983/stat : 26983 (java) S 26976 26978 26028 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 168064320 937705472 27966 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26984] ppid=26976 vsize=915728 CPUtime=0.37
/proc/26978/task/26984/stat : 26984 (java) S 26976 26978 26028 0 -1 64 524 0 0 0 36 1 0 0 15 0 8 0 168064320 937705472 27966 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26985] ppid=26976 vsize=915728 CPUtime=0
/proc/26978/task/26985/stat : 26985 (java) S 26976 26978 26028 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 168064320 937705472 27966 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26986] ppid=26976 vsize=915728 CPUtime=0
/proc/26978/task/26986/stat : 26986 (java) S 26976 26978 26028 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168064320 937705472 27966 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 915728

[startup+51.1134 s]
/proc/loadavg: 2.02 2.00 1.95 3/88 26986
/proc/meminfo: memFree=1429400/2055920 swapFree=4191892/4192956
[pid=26978] ppid=26976 vsize=915728 CPUtime=50.85
/proc/26978/stat : 26978 (java) R 26976 26978 26028 0 -1 0 28240 0 1 0 5062 23 0 0 25 0 8 0 168064312 937705472 27966 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479193 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26978/statm: 228932 27966 2547 14 0 215402 0
[pid=26978/tid=26980] ppid=26976 vsize=915728 CPUtime=0.26
/proc/26978/task/26980/stat : 26980 (java) S 26976 26978 26028 0 -1 64 11060 0 0 0 22 4 0 0 16 0 8 0 168064316 937705472 27966 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26981] ppid=26976 vsize=915728 CPUtime=0
/proc/26978/task/26981/stat : 26981 (java) S 26976 26978 26028 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168064316 937705472 27966 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26982] ppid=26976 vsize=915728 CPUtime=0
/proc/26978/task/26982/stat : 26982 (java) S 26976 26978 26028 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 168064316 937705472 27966 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26983] ppid=26976 vsize=915728 CPUtime=0
/proc/26978/task/26983/stat : 26983 (java) S 26976 26978 26028 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 168064320 937705472 27966 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26984] ppid=26976 vsize=915728 CPUtime=0.37
/proc/26978/task/26984/stat : 26984 (java) S 26976 26978 26028 0 -1 64 524 0 0 0 36 1 0 0 15 0 8 0 168064320 937705472 27966 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26985] ppid=26976 vsize=915728 CPUtime=0
/proc/26978/task/26985/stat : 26985 (java) S 26976 26978 26028 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 168064320 937705472 27966 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26986] ppid=26976 vsize=915728 CPUtime=0
/proc/26978/task/26986/stat : 26986 (java) S 26976 26978 26028 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168064320 937705472 27966 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 915728

[startup+102.318 s]
/proc/loadavg: 2.00 2.00 1.95 3/88 26986
/proc/meminfo: memFree=1429464/2055920 swapFree=4191892/4192956
[pid=26978] ppid=26976 vsize=915728 CPUtime=101.82
/proc/26978/stat : 26978 (java) R 26976 26978 26028 0 -1 0 28240 0 1 0 10159 23 0 0 25 0 8 0 168064312 937705472 27966 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074083326 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26978/statm: 228932 27966 2547 14 0 215402 0
[pid=26978/tid=26980] ppid=26976 vsize=915728 CPUtime=0.26
/proc/26978/task/26980/stat : 26980 (java) S 26976 26978 26028 0 -1 64 11060 0 0 0 22 4 0 0 16 0 8 0 168064316 937705472 27966 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26981] ppid=26976 vsize=915728 CPUtime=0
/proc/26978/task/26981/stat : 26981 (java) S 26976 26978 26028 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168064316 937705472 27966 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26982] ppid=26976 vsize=915728 CPUtime=0
/proc/26978/task/26982/stat : 26982 (java) S 26976 26978 26028 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 168064316 937705472 27966 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26983] ppid=26976 vsize=915728 CPUtime=0
/proc/26978/task/26983/stat : 26983 (java) S 26976 26978 26028 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 168064320 937705472 27966 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26984] ppid=26976 vsize=915728 CPUtime=0.37
/proc/26978/task/26984/stat : 26984 (java) S 26976 26978 26028 0 -1 64 524 0 0 0 36 1 0 0 15 0 8 0 168064320 937705472 27966 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26985] ppid=26976 vsize=915728 CPUtime=0
/proc/26978/task/26985/stat : 26985 (java) S 26976 26978 26028 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 168064320 937705472 27966 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26986] ppid=26976 vsize=915728 CPUtime=0
/proc/26978/task/26986/stat : 26986 (java) S 26976 26978 26028 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168064320 937705472 27966 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 915728

[startup+162.361 s]
/proc/loadavg: 2.00 2.00 1.95 3/88 26986
/proc/meminfo: memFree=1429400/2055920 swapFree=4191892/4192956
[pid=26978] ppid=26976 vsize=915728 CPUtime=161.58
/proc/26978/stat : 26978 (java) R 26976 26978 26028 0 -1 0 28240 0 1 0 16135 23 0 0 25 0 8 0 168064312 937705472 27966 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479193 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

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

[startup+1483.19 s]
/proc/loadavg: 2.01 2.01 1.97 3/82 27055
/proc/meminfo: memFree=1457096/2055920 swapFree=4191892/4192956
[pid=26978] ppid=26976 vsize=915728 CPUtime=1480.26
/proc/26978/stat : 26978 (java) R 26976 26978 26028 0 -1 0 29600 0 1 0 148000 26 0 0 25 0 8 0 168064312 937705472 29324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074072164 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26978/statm: 228932 29324 2547 14 0 215402 0
[pid=26978/tid=26980] ppid=26976 vsize=915728 CPUtime=0.3
/proc/26978/task/26980/stat : 26980 (java) S 26976 26978 26028 0 -1 64 12412 0 0 0 25 5 0 0 16 0 8 0 168064316 937705472 29324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26981] ppid=26976 vsize=915728 CPUtime=0
/proc/26978/task/26981/stat : 26981 (java) S 26976 26978 26028 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168064316 937705472 29324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26982] ppid=26976 vsize=915728 CPUtime=0
/proc/26978/task/26982/stat : 26982 (java) S 26976 26978 26028 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 168064316 937705472 29324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26983] ppid=26976 vsize=915728 CPUtime=0
/proc/26978/task/26983/stat : 26983 (java) S 26976 26978 26028 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 168064320 937705472 29324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26984] ppid=26976 vsize=915728 CPUtime=0.39
/proc/26978/task/26984/stat : 26984 (java) S 26976 26978 26028 0 -1 64 531 0 0 0 38 1 0 0 15 0 8 0 168064320 937705472 29324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26985] ppid=26976 vsize=915728 CPUtime=0
/proc/26978/task/26985/stat : 26985 (java) S 26976 26978 26028 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 168064320 937705472 29324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26986] ppid=26976 vsize=915728 CPUtime=0
/proc/26978/task/26986/stat : 26986 (java) S 26976 26978 26028 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168064320 937705472 29324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1480.26
Current children cumulated vsize (KiB) 915728

[startup+1543.23 s]
/proc/loadavg: 2.00 2.00 1.97 3/82 27055
/proc/meminfo: memFree=1457160/2055920 swapFree=4191892/4192956
[pid=26978] ppid=26976 vsize=915728 CPUtime=1540.26
/proc/26978/stat : 26978 (java) R 26976 26978 26028 0 -1 0 29600 0 1 0 154000 26 0 0 25 0 8 0 168064312 937705472 29324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074073802 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26978/statm: 228932 29324 2547 14 0 215402 0
[pid=26978/tid=26980] ppid=26976 vsize=915728 CPUtime=0.3
/proc/26978/task/26980/stat : 26980 (java) S 26976 26978 26028 0 -1 64 12412 0 0 0 25 5 0 0 16 0 8 0 168064316 937705472 29324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26981] ppid=26976 vsize=915728 CPUtime=0
/proc/26978/task/26981/stat : 26981 (java) S 26976 26978 26028 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168064316 937705472 29324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26982] ppid=26976 vsize=915728 CPUtime=0
/proc/26978/task/26982/stat : 26982 (java) S 26976 26978 26028 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 168064316 937705472 29324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26983] ppid=26976 vsize=915728 CPUtime=0
/proc/26978/task/26983/stat : 26983 (java) S 26976 26978 26028 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 168064320 937705472 29324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26984] ppid=26976 vsize=915728 CPUtime=0.39
/proc/26978/task/26984/stat : 26984 (java) S 26976 26978 26028 0 -1 64 531 0 0 0 38 1 0 0 15 0 8 0 168064320 937705472 29324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26985] ppid=26976 vsize=915728 CPUtime=0
/proc/26978/task/26985/stat : 26985 (java) S 26976 26978 26028 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 168064320 937705472 29324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26986] ppid=26976 vsize=915728 CPUtime=0
/proc/26978/task/26986/stat : 26986 (java) S 26976 26978 26028 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168064320 937705472 29324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1540.26
Current children cumulated vsize (KiB) 915728

[startup+1603.27 s]
/proc/loadavg: 2.04 2.01 1.97 3/82 27055
/proc/meminfo: memFree=1457096/2055920 swapFree=4191892/4192956
[pid=26978] ppid=26976 vsize=915728 CPUtime=1600.23
/proc/26978/stat : 26978 (java) R 26976 26978 26028 0 -1 0 29600 0 1 0 159997 26 0 0 25 0 8 0 168064312 937705472 29324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479193 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26978/statm: 228932 29324 2547 14 0 215402 0
[pid=26978/tid=26980] ppid=26976 vsize=915728 CPUtime=0.3
/proc/26978/task/26980/stat : 26980 (java) S 26976 26978 26028 0 -1 64 12412 0 0 0 25 5 0 0 16 0 8 0 168064316 937705472 29324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26981] ppid=26976 vsize=915728 CPUtime=0
/proc/26978/task/26981/stat : 26981 (java) S 26976 26978 26028 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168064316 937705472 29324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26982] ppid=26976 vsize=915728 CPUtime=0
/proc/26978/task/26982/stat : 26982 (java) S 26976 26978 26028 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 168064316 937705472 29324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26983] ppid=26976 vsize=915728 CPUtime=0
/proc/26978/task/26983/stat : 26983 (java) S 26976 26978 26028 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 168064320 937705472 29324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26984] ppid=26976 vsize=915728 CPUtime=0.39
/proc/26978/task/26984/stat : 26984 (java) S 26976 26978 26028 0 -1 64 531 0 0 0 38 1 0 0 15 0 8 0 168064320 937705472 29324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26985] ppid=26976 vsize=915728 CPUtime=0
/proc/26978/task/26985/stat : 26985 (java) S 26976 26978 26028 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 168064320 937705472 29324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26986] ppid=26976 vsize=915728 CPUtime=0
/proc/26978/task/26986/stat : 26986 (java) S 26976 26978 26028 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168064320 937705472 29324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1600.23
Current children cumulated vsize (KiB) 915728

[startup+1663.3 s]
/proc/loadavg: 2.01 2.01 1.97 3/82 27055
/proc/meminfo: memFree=1457096/2055920 swapFree=4191892/4192956
[pid=26978] ppid=26976 vsize=915728 CPUtime=1660.19
/proc/26978/stat : 26978 (java) R 26976 26978 26028 0 -1 0 29600 0 1 0 165993 26 0 0 25 0 8 0 168064312 937705472 29324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074072096 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26978/statm: 228932 29324 2547 14 0 215402 0
[pid=26978/tid=26980] ppid=26976 vsize=915728 CPUtime=0.3
/proc/26978/task/26980/stat : 26980 (java) S 26976 26978 26028 0 -1 64 12412 0 0 0 25 5 0 0 16 0 8 0 168064316 937705472 29324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26981] ppid=26976 vsize=915728 CPUtime=0
/proc/26978/task/26981/stat : 26981 (java) S 26976 26978 26028 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168064316 937705472 29324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26982] ppid=26976 vsize=915728 CPUtime=0
/proc/26978/task/26982/stat : 26982 (java) S 26976 26978 26028 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 168064316 937705472 29324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26983] ppid=26976 vsize=915728 CPUtime=0
/proc/26978/task/26983/stat : 26983 (java) S 26976 26978 26028 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 168064320 937705472 29324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26984] ppid=26976 vsize=915728 CPUtime=0.39
/proc/26978/task/26984/stat : 26984 (java) S 26976 26978 26028 0 -1 64 531 0 0 0 38 1 0 0 15 0 8 0 168064320 937705472 29324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26985] ppid=26976 vsize=915728 CPUtime=0
/proc/26978/task/26985/stat : 26985 (java) S 26976 26978 26028 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 168064320 937705472 29324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26986] ppid=26976 vsize=915728 CPUtime=0
/proc/26978/task/26986/stat : 26986 (java) S 26976 26978 26028 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168064320 937705472 29324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1660.19
Current children cumulated vsize (KiB) 915728

[startup+1723.34 s]
/proc/loadavg: 2.00 2.00 1.97 3/82 27055
/proc/meminfo: memFree=1457096/2055920 swapFree=4191892/4192956
[pid=26978] ppid=26976 vsize=915728 CPUtime=1720.19
/proc/26978/stat : 26978 (java) R 26976 26978 26028 0 -1 0 29600 0 1 0 171992 27 0 0 25 0 8 0 168064312 937705472 29324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074073802 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26978/statm: 228932 29324 2547 14 0 215402 0
[pid=26978/tid=26980] ppid=26976 vsize=915728 CPUtime=0.3
/proc/26978/task/26980/stat : 26980 (java) S 26976 26978 26028 0 -1 64 12412 0 0 0 25 5 0 0 16 0 8 0 168064316 937705472 29324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26981] ppid=26976 vsize=915728 CPUtime=0
/proc/26978/task/26981/stat : 26981 (java) S 26976 26978 26028 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168064316 937705472 29324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26982] ppid=26976 vsize=915728 CPUtime=0
/proc/26978/task/26982/stat : 26982 (java) S 26976 26978 26028 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 168064316 937705472 29324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26983] ppid=26976 vsize=915728 CPUtime=0
/proc/26978/task/26983/stat : 26983 (java) S 26976 26978 26028 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 168064320 937705472 29324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26984] ppid=26976 vsize=915728 CPUtime=0.39
/proc/26978/task/26984/stat : 26984 (java) S 26976 26978 26028 0 -1 64 531 0 0 0 38 1 0 0 15 0 8 0 168064320 937705472 29324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26985] ppid=26976 vsize=915728 CPUtime=0
/proc/26978/task/26985/stat : 26985 (java) S 26976 26978 26028 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 168064320 937705472 29324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26986] ppid=26976 vsize=915728 CPUtime=0
/proc/26978/task/26986/stat : 26986 (java) S 26976 26978 26028 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168064320 937705472 29324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1720.19
Current children cumulated vsize (KiB) 915728

[startup+1783.37 s]
/proc/loadavg: 2.00 2.00 1.97 3/83 27056
/proc/meminfo: memFree=1457024/2055920 swapFree=4191892/4192956
[pid=26978] ppid=26976 vsize=915728 CPUtime=1780.17
/proc/26978/stat : 26978 (java) R 26976 26978 26028 0 -1 0 29600 0 1 0 177990 27 0 0 25 0 8 0 168064312 937705472 29324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074072090 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26978/statm: 228932 29324 2547 14 0 215402 0
[pid=26978/tid=26980] ppid=26976 vsize=915728 CPUtime=0.3
/proc/26978/task/26980/stat : 26980 (java) S 26976 26978 26028 0 -1 64 12412 0 0 0 25 5 0 0 16 0 8 0 168064316 937705472 29324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26981] ppid=26976 vsize=915728 CPUtime=0
/proc/26978/task/26981/stat : 26981 (java) S 26976 26978 26028 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168064316 937705472 29324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26982] ppid=26976 vsize=915728 CPUtime=0
/proc/26978/task/26982/stat : 26982 (java) S 26976 26978 26028 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 168064316 937705472 29324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26983] ppid=26976 vsize=915728 CPUtime=0
/proc/26978/task/26983/stat : 26983 (java) S 26976 26978 26028 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 168064320 937705472 29324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26984] ppid=26976 vsize=915728 CPUtime=0.39
/proc/26978/task/26984/stat : 26984 (java) S 26976 26978 26028 0 -1 64 531 0 0 0 38 1 0 0 15 0 8 0 168064320 937705472 29324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26985] ppid=26976 vsize=915728 CPUtime=0
/proc/26978/task/26985/stat : 26985 (java) S 26976 26978 26028 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 168064320 937705472 29324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26986] ppid=26976 vsize=915728 CPUtime=0
/proc/26978/task/26986/stat : 26986 (java) S 26976 26978 26028 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168064320 937705472 29324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1780.17
Current children cumulated vsize (KiB) 915728



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.33 s]
/proc/loadavg: 2.00 2.00 1.97 3/83 27056
/proc/meminfo: memFree=1456960/2055920 swapFree=4191892/4192956
[pid=26978] ppid=26976 vsize=915728 CPUtime=1800.1
/proc/26978/stat : 26978 (java) R 26976 26978 26028 0 -1 0 29600 0 1 0 179983 27 0 0 25 0 8 0 168064312 937705472 29324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074106192 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26978/statm: 228932 29324 2547 14 0 215402 0
[pid=26978/tid=26980] ppid=26976 vsize=915728 CPUtime=0.3
/proc/26978/task/26980/stat : 26980 (java) S 26976 26978 26028 0 -1 64 12412 0 0 0 25 5 0 0 16 0 8 0 168064316 937705472 29324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26981] ppid=26976 vsize=915728 CPUtime=0
/proc/26978/task/26981/stat : 26981 (java) S 26976 26978 26028 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168064316 937705472 29324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26982] ppid=26976 vsize=915728 CPUtime=0
/proc/26978/task/26982/stat : 26982 (java) S 26976 26978 26028 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 168064316 937705472 29324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26983] ppid=26976 vsize=915728 CPUtime=0
/proc/26978/task/26983/stat : 26983 (java) S 26976 26978 26028 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 168064320 937705472 29324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26984] ppid=26976 vsize=915728 CPUtime=0.39
/proc/26978/task/26984/stat : 26984 (java) S 26976 26978 26028 0 -1 64 531 0 0 0 38 1 0 0 15 0 8 0 168064320 937705472 29324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26985] ppid=26976 vsize=915728 CPUtime=0
/proc/26978/task/26985/stat : 26985 (java) S 26976 26978 26028 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 168064320 937705472 29324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26978/tid=26986] ppid=26976 vsize=915728 CPUtime=0
/proc/26978/task/26986/stat : 26986 (java) S 26976 26978 26028 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168064320 937705472 29324 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 915728

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

Child status: 143
Real time (s): 1803.39
CPU time (s): 1800.16
CPU user time (s): 1799.87
CPU system time (s): 0.289955
CPU usage (%): 99.8209
Max. virtual memory (cumulated for all children) (KiB): 915728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.87
system time used= 0.289955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29617
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= 38181
involuntary context switches= 25228

runsolver used 2.14067 s user time and 4.65529 s system time

The end

Launcher Data (download as text)

Begin job on node42 on Sun Jan  7 19:04:11 UTC 2007


IDJOB= 210313
IDBENCH= 4610
FILE ID= node42/210313-1168196651

PBS_JOBID= 3479446

Free space on /tmp= 66556 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  3c6eda633dfc3b4def9c6c240c8051dd

RANDOM SEED= 120232017

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:       1532016 kB
Buffers:         48684 kB
Cached:         357352 kB
SwapCached:        400 kB
Active:         232436 kB
Inactive:       231496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1532016 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            2320 kB
Writeback:           0 kB
Mapped:          74644 kB
Slab:            45272 kB
Committed_AS:  3307004 kB
PageTables:       1932 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= 66555 MiB



End job on node42 on Sun Jan  7 19:34:15 UTC 2007