Trace number 211134

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 ESACUNSAT 649.545 650.404

DiagnosticValue
CHECKS164697500
NODES445

General information on the benchmark

NamepseudoSeries/uclid/
blast-floppy1-7.xml
MD5SUM86d70e4619f6a837c3aed58307bdcce9
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark399.46
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables2913
Number of constraints3104
Maximum constraint arity25
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3104
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.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/211134-1168205797/unknown.xml
0.35	   
0.35	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.55	     nbVariables=2913  nbDomainTypes=3  minDomainSize=1  maxDomainSize=2
0.55	       =>  wckTime=0.253  cpuTime=0.18  mem=11M778
0.55	   
0.55	   predicates being loaded...
0.56	   
0.56	   constraints being loaded...
1.77	     nbConstraints=2611  nbMergedConstraints=493  nbSingletonDomainVariables=439  nbConvertedConstraints=1482
1.77	     nbConvertConstraintsChecks=509  nbExtensionStructures=7  nbSharedExtensionStructures=1475  nbConflictsStructures=24
1.77	     nbSharedConflictsStructures=2176  nbUnbuiltConflictsStructures=58  nbSharedBinaryRepresentations=17
1.77	     nbEvaluationManagers=75  nbSharedEvaluationManagers=1054  maxDegree=97  maxArity=25
1.77	       =>  wckTime=1.472  cpuTime=1.18  mem=35M692
1.84	   
1.84	   solver IterativeSystematicSolver being built... 
2.20	       =>  wckTime=1.91  cpuTime=1.48  mem=60M71
121.97	   
121.97	   INFO : Stopping ESAC
121.97	   
121.97	   preprocessing
121.97	     nbConstraintChecks=32911955  nbValidityChecks=12291  nbPropagations=3510  nbRevisions=7651  nbUselessRevisions=7500
121.97	     nbSingletonTests=479  nbEffectiveSingletonTests=0  nbESACBranches=2  nbRemovedValues=0  detectedInconsistency=no
121.98	       =>  wckTime=119.763  cpuTime=119.31  mem=17M909
317.44	   
317.44	   search
317.44	     run=0  nbConstraintChecks=51124036  nbValidityChecks=56791  nbPropagations=4079  nbRevisions=42934
317.44	     nbUselessRevisions=41914  nbAssignments=40  nbFailedAssignments=8  nbBacktracks=27  nbVisitedNodes=49
317.44	     nbRestartNogoods=0  mapSize=6  nbInferences=0  nbTooLargeKeys=0
317.44	       =>  wckTime=315.227  cpuTime=314.41  mem=18M908
363.80	   
363.80	   search
363.80	     run=1  nbConstraintChecks=62537076  nbValidityChecks=99583  nbPropagations=8770  nbRevisions=114008
363.80	     nbUselessRevisions=111360  nbAssignments=79  nbFailedAssignments=11  nbBacktracks=43  nbVisitedNodes=82
363.80	     nbRestartNogoods=4  mapSize=10  nbInferences=0  nbTooLargeKeys=0
363.80	       =>  wckTime=361.592  cpuTime=360.76  mem=18M908
383.89	   
383.89	   search
383.89	     run=2  nbConstraintChecks=67525893  nbValidityChecks=148825  nbPropagations=14238  nbRevisions=218782
383.89	     nbUselessRevisions=213773  nbAssignments=117  nbFailedAssignments=15  nbBacktracks=66  nbVisitedNodes=124
383.89	     nbRestartNogoods=6  mapSize=15  nbInferences=0  nbTooLargeKeys=0
383.89	       =>  wckTime=381.676  cpuTime=380.83  mem=18M908
405.79	   
405.79	   search
405.79	     run=3  nbConstraintChecks=72828200  nbValidityChecks=215561  nbPropagations=20858  nbRevisions=369230
405.79	     nbUselessRevisions=360768  nbAssignments=170  nbFailedAssignments=21  nbBacktracks=102  nbVisitedNodes=183
405.79	     nbRestartNogoods=9  mapSize=24  nbInferences=0  nbTooLargeKeys=0
405.79	       =>  wckTime=403.575  cpuTime=402.73  mem=18M908
430.85	   
430.85	   search
430.85	     run=4  nbConstraintChecks=78665078  nbValidityChecks=300772  nbPropagations=28879  nbRevisions=578505
430.85	     nbUselessRevisions=565269  nbAssignments=243  nbFailedAssignments=30  nbBacktracks=156  nbVisitedNodes=265
430.85	     nbRestartNogoods=12  mapSize=39  nbInferences=0  nbTooLargeKeys=0
430.85	       =>  wckTime=428.635  cpuTime=427.78  mem=18M908
459.22	   
459.22	   search
459.22	     run=5  nbConstraintChecks=85089487  nbValidityChecks=416491  nbPropagations=38677  nbRevisions=869030
459.22	     nbUselessRevisions=849352  nbAssignments=345  nbFailedAssignments=43  nbBacktracks=234  nbVisitedNodes=380
459.22	     nbRestartNogoods=15  mapSize=62  nbInferences=0  nbTooLargeKeys=0
459.22	       =>  wckTime=457.005  cpuTime=456.14  mem=18M908
650.36	   
650.36	   search
650.36	     run=6  nbConstraintChecks=131785545  nbValidityChecks=552535  nbPropagations=50067  nbRevisions=1243054
650.36	     nbUselessRevisions=1215446  nbAssignments=445  nbFailedAssignments=61  nbBacktracks=317  nbVisitedNodes=497
650.36	     nbRestartNogoods=18  mapSize=99  nbInferences=0  nbTooLargeKeys=0
650.36	       =>  wckTime=648.152  cpuTime=647.23  mem=18M908
650.36	   
650.36	   global
650.36	     nbConstraintChecks=164697500  nbValidityChecks=564826  nbPropagations=53577  nbRevisions=1250705
650.36	     nbUselessRevisions=1222946  nbRestartNogoods=18  solvingWckTime=648.153  solvingCpuTime=647.23  expiredTime=no
650.36	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=648.76
650.36	       =>  wckTime=650.07  cpuTime=648.72  mem=18M908
650.37	   
650.37	s UNSATISFIABLE
650.37	d NODES 445
650.37	d CHECKS 164697500
650.37	   
650.37	   totalWckTime=650.146  totalCpuTime=648.76

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-211134-1168205797 -o ROOT/results/node42/solver-211134-1168205797 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/211134-1168205797/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.67 0.92 0.99 2/68 28860
/proc/meminfo: memFree=1545104/2055920 swapFree=4191892/4192956
[pid=28859] ppid=28857 vsize=172 CPUtime=0
/proc/28859/stat : 28859 (java) R 28857 28859 28309 0 -1 0 217 0 0 0 0 0 0 0 19 0 1 0 168979245 176128 24 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 12407588 0 0 4096 0 0 0 0 17 1 0 0
/proc/28859/statm: 43 24 18 14 0 3 0

[startup+0.102575 s]
/proc/loadavg: 0.67 0.92 0.99 2/68 28860
/proc/meminfo: memFree=1545104/2055920 swapFree=4191892/4192956
[pid=28859] ppid=28857 vsize=914988 CPUtime=0.09
/proc/28859/stat : 28859 (java) R 28857 28859 28309 0 -1 0 3062 0 1 0 8 1 0 0 16 0 8 0 168979245 936947712 2808 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28859/statm: 228747 2809 1450 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.510619 s]
/proc/loadavg: 0.67 0.92 0.99 2/68 28860
/proc/meminfo: memFree=1545104/2055920 swapFree=4191892/4192956
[pid=28859] ppid=28857 vsize=915328 CPUtime=0.49
/proc/28859/stat : 28859 (java) S 28857 28859 28309 0 -1 0 6744 0 1 0 46 3 0 0 16 0 8 0 168979245 937295872 6483 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28859/statm: 228832 6483 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33172 s]
/proc/loadavg: 0.67 0.92 0.99 2/77 28893
/proc/meminfo: memFree=1478344/2055920 swapFree=4191892/4192956
[pid=28859] ppid=28857 vsize=915636 CPUtime=1.32
/proc/28859/stat : 28859 (java) R 28857 28859 28309 0 -1 0 18139 0 1 0 114 18 0 0 17 0 8 0 168979245 937611264 17875 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28859/statm: 228909 17875 2179 14 0 215379 0
[pid=28859/tid=28861] ppid=28857 vsize=915636 CPUtime=0.04
/proc/28859/task/28861/stat : 28861 (java) S 28857 28859 28309 0 -1 64 1509 0 0 0 4 0 0 0 16 0 8 0 168979248 937611264 17875 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28859/tid=28862] ppid=28857 vsize=915636 CPUtime=0
/proc/28859/task/28862/stat : 28862 (java) S 28857 28859 28309 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 168979248 937611264 17875 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28859/tid=28863] ppid=28857 vsize=915636 CPUtime=0
/proc/28859/task/28863/stat : 28863 (java) S 28857 28859 28309 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 168979248 937611264 17875 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28859/tid=28864] ppid=28857 vsize=915636 CPUtime=0
/proc/28859/task/28864/stat : 28864 (java) S 28857 28859 28309 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 168979251 937611264 17875 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28859/tid=28865] ppid=28857 vsize=915636 CPUtime=0.19
/proc/28859/task/28865/stat : 28865 (java) S 28857 28859 28309 0 -1 64 436 0 0 0 19 0 0 0 17 0 8 0 168979251 937611264 17875 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28859/tid=28866] ppid=28857 vsize=915636 CPUtime=0
/proc/28859/task/28866/stat : 28866 (java) S 28857 28859 28309 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 168979252 937611264 17875 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28859/tid=28867] ppid=28857 vsize=915636 CPUtime=0
/proc/28859/task/28867/stat : 28867 (java) S 28857 28859 28309 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168979252 937611264 17875 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 915636

[startup+2.98589 s]
/proc/loadavg: 0.86 0.96 1.00 7/91 28907
/proc/meminfo: memFree=1449176/2055920 swapFree=4191892/4192956
[pid=28859] ppid=28857 vsize=915740 CPUtime=2.96
/proc/28859/stat : 28859 (java) R 28857 28859 28309 0 -1 0 22171 0 1 0 275 21 0 0 16 0 8 0 168979245 937717760 21902 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073911399 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28859/statm: 228935 21902 2545 14 0 215405 0
[pid=28859/tid=28861] ppid=28857 vsize=915740 CPUtime=0.2
/proc/28859/task/28861/stat : 28861 (java) R 28857 28859 28309 0 -1 64 5025 0 0 0 19 1 0 0 17 0 8 0 168979248 937717760 21902 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28859/tid=28862] ppid=28857 vsize=915740 CPUtime=0
/proc/28859/task/28862/stat : 28862 (java) S 28857 28859 28309 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168979248 937717760 21902 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28859/tid=28863] ppid=28857 vsize=915740 CPUtime=0
/proc/28859/task/28863/stat : 28863 (java) S 28857 28859 28309 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 168979248 937717760 21902 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28859/tid=28864] ppid=28857 vsize=915740 CPUtime=0
/proc/28859/task/28864/stat : 28864 (java) S 28857 28859 28309 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 168979251 937717760 21902 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28859/tid=28865] ppid=28857 vsize=915740 CPUtime=0.3
/proc/28859/task/28865/stat : 28865 (java) S 28857 28859 28309 0 -1 64 500 0 0 0 29 1 0 0 15 0 8 0 168979251 937717760 21902 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28859/tid=28866] ppid=28857 vsize=915740 CPUtime=0
/proc/28859/task/28866/stat : 28866 (java) S 28857 28859 28309 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 168979252 937717760 21902 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28859/tid=28867] ppid=28857 vsize=915740 CPUtime=0
/proc/28859/task/28867/stat : 28867 (java) S 28857 28859 28309 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168979252 937717760 21902 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 915740

[startup+6.28726 s]
/proc/loadavg: 0.86 0.96 1.00 4/91 28907
/proc/meminfo: memFree=1427288/2055920 swapFree=4191892/4192956
[pid=28859] ppid=28857 vsize=915740 CPUtime=6.27
/proc/28859/stat : 28859 (java) R 28857 28859 28309 0 -1 0 22173 0 1 0 605 22 0 0 21 0 8 0 168979245 937717760 21903 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073910311 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28859/statm: 228935 21903 2545 14 0 215405 0
[pid=28859/tid=28861] ppid=28857 vsize=915740 CPUtime=0.2
/proc/28859/task/28861/stat : 28861 (java) S 28857 28859 28309 0 -1 64 5025 0 0 0 19 1 0 0 16 0 8 0 168979248 937717760 21903 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28859/tid=28862] ppid=28857 vsize=915740 CPUtime=0
/proc/28859/task/28862/stat : 28862 (java) S 28857 28859 28309 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168979248 937717760 21903 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28859/tid=28863] ppid=28857 vsize=915740 CPUtime=0
/proc/28859/task/28863/stat : 28863 (java) S 28857 28859 28309 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 168979248 937717760 21903 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28859/tid=28864] ppid=28857 vsize=915740 CPUtime=0
/proc/28859/task/28864/stat : 28864 (java) S 28857 28859 28309 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 168979251 937717760 21903 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28859/tid=28865] ppid=28857 vsize=915740 CPUtime=0.3
/proc/28859/task/28865/stat : 28865 (java) S 28857 28859 28309 0 -1 64 501 0 0 0 29 1 0 0 16 0 8 0 168979251 937717760 21903 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28859/tid=28866] ppid=28857 vsize=915740 CPUtime=0
/proc/28859/task/28866/stat : 28866 (java) S 28857 28859 28309 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 168979252 937717760 21903 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28859/tid=28867] ppid=28857 vsize=915740 CPUtime=0
/proc/28859/task/28867/stat : 28867 (java) S 28857 28859 28309 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168979252 937717760 21903 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 915740

[startup+12.77 s]
/proc/loadavg: 1.03 0.99 1.01 2/75 28924
/proc/meminfo: memFree=1466904/2055920 swapFree=4191892/4192956
[pid=28859] ppid=28857 vsize=915740 CPUtime=12.74
/proc/28859/stat : 28859 (java) R 28857 28859 28309 0 -1 0 22173 0 1 0 1252 22 0 0 20 0 8 0 168979245 937717760 21903 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479196 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28859/statm: 228935 21903 2545 14 0 215405 0
[pid=28859/tid=28861] ppid=28857 vsize=915740 CPUtime=0.2
/proc/28859/task/28861/stat : 28861 (java) S 28857 28859 28309 0 -1 64 5025 0 0 0 19 1 0 0 16 0 8 0 168979248 937717760 21903 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28859/tid=28862] ppid=28857 vsize=915740 CPUtime=0
/proc/28859/task/28862/stat : 28862 (java) S 28857 28859 28309 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168979248 937717760 21903 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28859/tid=28863] ppid=28857 vsize=915740 CPUtime=0
/proc/28859/task/28863/stat : 28863 (java) S 28857 28859 28309 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 168979248 937717760 21903 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28859/tid=28864] ppid=28857 vsize=915740 CPUtime=0
/proc/28859/task/28864/stat : 28864 (java) S 28857 28859 28309 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 168979251 937717760 21903 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28859/tid=28865] ppid=28857 vsize=915740 CPUtime=0.3
/proc/28859/task/28865/stat : 28865 (java) S 28857 28859 28309 0 -1 64 501 0 0 0 29 1 0 0 16 0 8 0 168979251 937717760 21903 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28859/tid=28866] ppid=28857 vsize=915740 CPUtime=0
/proc/28859/task/28866/stat : 28866 (java) S 28857 28859 28309 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 168979252 937717760 21903 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28859/tid=28867] ppid=28857 vsize=915740 CPUtime=0
/proc/28859/task/28867/stat : 28867 (java) S 28857 28859 28309 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168979252 937717760 21903 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.74
Current children cumulated vsize (KiB) 915740

[startup+25.6134 s]
/proc/loadavg: 1.17 1.02 1.02 4/88 28983
/proc/meminfo: memFree=1243000/2055920 swapFree=4191892/4192956
[pid=28859] ppid=28857 vsize=915740 CPUtime=25.56
/proc/28859/stat : 28859 (java) R 28857 28859 28309 0 -1 0 22176 0 1 0 2534 22 0 0 25 0 8 0 168979245 937717760 21904 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073909607 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28859/statm: 228935 21904 2545 14 0 215405 0
[pid=28859/tid=28861] ppid=28857 vsize=915740 CPUtime=0.2
/proc/28859/task/28861/stat : 28861 (java) S 28857 28859 28309 0 -1 64 5025 0 0 0 19 1 0 0 16 0 8 0 168979248 937717760 21904 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28859/tid=28862] ppid=28857 vsize=915740 CPUtime=0
/proc/28859/task/28862/stat : 28862 (java) S 28857 28859 28309 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168979248 937717760 21904 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28859/tid=28863] ppid=28857 vsize=915740 CPUtime=0
/proc/28859/task/28863/stat : 28863 (java) S 28857 28859 28309 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 168979248 937717760 21904 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28859/tid=28864] ppid=28857 vsize=915740 CPUtime=0
/proc/28859/task/28864/stat : 28864 (java) S 28857 28859 28309 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 168979251 937717760 21904 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28859/tid=28865] ppid=28857 vsize=915740 CPUtime=0.31
/proc/28859/task/28865/stat : 28865 (java) S 28857 28859 28309 0 -1 64 503 0 0 0 30 1 0 0 16 0 8 0 168979251 937717760 21904 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28859/tid=28866] ppid=28857 vsize=915740 CPUtime=0
/proc/28859/task/28866/stat : 28866 (java) S 28857 28859 28309 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 168979252 937717760 21904 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28859/tid=28867] ppid=28857 vsize=915740 CPUtime=0
/proc/28859/task/28867/stat : 28867 (java) S 28857 28859 28309 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168979252 937717760 21904 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.56
Current children cumulated vsize (KiB) 915740

[startup+51.2312 s]
/proc/loadavg: 1.51 1.12 1.05 2/75 29003
/proc/meminfo: memFree=1467240/2055920 swapFree=4191892/4192956
[pid=28859] ppid=28857 vsize=915740 CPUtime=51.17
/proc/28859/stat : 28859 (java) R 28857 28859 28309 0 -1 0 22179 0 1 0 5094 23 0 0 25 0 8 0 168979245 937717760 21905 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073911399 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28859/statm: 228935 21905 2545 14 0 215405 0
[pid=28859/tid=28861] ppid=28857 vsize=915740 CPUtime=0.2
/proc/28859/task/28861/stat : 28861 (java) S 28857 28859 28309 0 -1 64 5025 0 0 0 19 1 0 0 16 0 8 0 168979248 937717760 21905 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28859/tid=28862] ppid=28857 vsize=915740 CPUtime=0
/proc/28859/task/28862/stat : 28862 (java) S 28857 28859 28309 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168979248 937717760 21905 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28859/tid=28863] ppid=28857 vsize=915740 CPUtime=0
/proc/28859/task/28863/stat : 28863 (java) S 28857 28859 28309 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 168979248 937717760 21905 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28859/tid=28864] ppid=28857 vsize=915740 CPUtime=0
/proc/28859/task/28864/stat : 28864 (java) S 28857 28859 28309 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 168979251 937717760 21905 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28859/tid=28865] ppid=28857 vsize=915740 CPUtime=0.31
/proc/28859/task/28865/stat : 28865 (java) S 28857 28859 28309 0 -1 64 505 0 0 0 30 1 0 0 16 0 8 0 168979251 937717760 21905 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28859/tid=28866] ppid=28857 vsize=915740 CPUtime=0
/proc/28859/task/28866/stat : 28866 (java) S 28857 28859 28309 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 168979252 937717760 21905 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28859/tid=28867] ppid=28857 vsize=915740 CPUtime=0
/proc/28859/task/28867/stat : 28867 (java) S 28857 28859 28309 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168979252 937717760 21905 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.17
Current children cumulated vsize (KiB) 915740

[startup+102.511 s]
/proc/loadavg: 1.77 1.25 1.10 3/88 29064
/proc/meminfo: memFree=1378048/2055920 swapFree=4191892/4192956
[pid=28859] ppid=28857 vsize=915740 CPUtime=102.21
/proc/28859/stat : 28859 (java) R 28857 28859 28309 0 -1 0 22192 0 1 0 10195 26 0 0 25 0 8 0 168979245 937717760 21916 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073911392 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28859/statm: 228935 21916 2547 14 0 215405 0
[pid=28859/tid=28861] ppid=28857 vsize=915740 CPUtime=0.2
/proc/28859/task/28861/stat : 28861 (java) S 28857 28859 28309 0 -1 64 5025 0 0 0 19 1 0 0 16 0 8 0 168979248 937717760 21916 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28859/tid=28862] ppid=28857 vsize=915740 CPUtime=0
/proc/28859/task/28862/stat : 28862 (java) S 28857 28859 28309 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168979248 937717760 21916 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28859/tid=28863] ppid=28857 vsize=915740 CPUtime=0
/proc/28859/task/28863/stat : 28863 (java) S 28857 28859 28309 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 168979248 937717760 21916 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28859/tid=28864] ppid=28857 vsize=915740 CPUtime=0
/proc/28859/task/28864/stat : 28864 (java) S 28857 28859 28309 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 168979251 937717760 21916 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28859/tid=28865] ppid=28857 vsize=915740 CPUtime=0.32
/proc/28859/task/28865/stat : 28865 (java) S 28857 28859 28309 0 -1 64 513 0 0 0 31 1 0 0 17 0 8 0 168979251 937717760 21916 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28859/tid=28866] ppid=28857 vsize=915740 CPUtime=0
/proc/28859/task/28866/stat : 28866 (java) S 28857 28859 28309 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 168979252 937717760 21916 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28859/tid=28867] ppid=28857 vsize=915740 CPUtime=0
/proc/28859/task/28867/stat : 28867 (java) S 28857 28859 28309 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168979252 937717760 21916 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 915740

[startup+162.527 s]
/proc/loadavg: 1.96 1.40 1.15 3/81 29139
/proc/meminfo: memFree=1436992/2055920 swapFree=4191892/4192956
[pid=28859] ppid=28857 vsize=915740 CPUtime=161.93
/proc/28859/stat : 28859 (java) R 28857 28859 28309 0 -1 0 22202 0 1 0 16166 27 0 0 25 0 8 0 168979245 937717760 21923 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074161552 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

/proc/28859/task/28864/stat : 28864 (java) S 28857 28859 28309 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 168979251 937717760 21924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28859/tid=28865] ppid=28857 vsize=915740 CPUtime=0.33
/proc/28859/task/28865/stat : 28865 (java) S 28857 28859 28309 0 -1 64 520 0 0 0 32 1 0 0 15 0 8 0 168979251 937717760 21924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28859/tid=28866] ppid=28857 vsize=915740 CPUtime=0
/proc/28859/task/28866/stat : 28866 (java) S 28857 28859 28309 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 168979252 937717760 21924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28859/tid=28867] ppid=28857 vsize=915740 CPUtime=0
/proc/28859/task/28867/stat : 28867 (java) S 28857 28859 28309 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168979252 937717760 21924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.9
Current children cumulated vsize (KiB) 915740

[startup+282.713 s]
/proc/loadavg: 1.20 1.32 1.16 2/72 29154
/proc/meminfo: memFree=1468440/2055920 swapFree=4191892/4192956
[pid=28859] ppid=28857 vsize=915740 CPUtime=281.97
/proc/28859/stat : 28859 (java) R 28857 28859 28309 0 -1 0 22203 0 1 0 28170 27 0 0 25 0 8 0 168979245 937717760 21924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073910860 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28859/statm: 228935 21924 2548 14 0 215405 0
[pid=28859/tid=28861] ppid=28857 vsize=915740 CPUtime=0.2
/proc/28859/task/28861/stat : 28861 (java) S 28857 28859 28309 0 -1 64 5025 0 0 0 19 1 0 0 16 0 8 0 168979248 937717760 21924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28859/tid=28862] ppid=28857 vsize=915740 CPUtime=0
/proc/28859/task/28862/stat : 28862 (java) S 28857 28859 28309 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168979248 937717760 21924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28859/tid=28863] ppid=28857 vsize=915740 CPUtime=0
/proc/28859/task/28863/stat : 28863 (java) S 28857 28859 28309 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 168979248 937717760 21924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28859/tid=28864] ppid=28857 vsize=915740 CPUtime=0
/proc/28859/task/28864/stat : 28864 (java) S 28857 28859 28309 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 168979251 937717760 21924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28859/tid=28865] ppid=28857 vsize=915740 CPUtime=0.33
/proc/28859/task/28865/stat : 28865 (java) S 28857 28859 28309 0 -1 64 520 0 0 0 32 1 0 0 15 0 8 0 168979251 937717760 21924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28859/tid=28866] ppid=28857 vsize=915740 CPUtime=0
/proc/28859/task/28866/stat : 28866 (java) S 28857 28859 28309 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 168979252 937717760 21924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28859/tid=28867] ppid=28857 vsize=915740 CPUtime=0
/proc/28859/task/28867/stat : 28867 (java) S 28857 28859 28309 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168979252 937717760 21924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.97
Current children cumulated vsize (KiB) 915740

[startup+342.793 s]
/proc/loadavg: 1.07 1.26 1.14 2/72 29154
/proc/meminfo: memFree=1468504/2055920 swapFree=4191892/4192956
[pid=28859] ppid=28857 vsize=915740 CPUtime=342.03
/proc/28859/stat : 28859 (java) R 28857 28859 28309 0 -1 0 22209 0 1 0 34176 27 0 0 17 0 8 0 168979245 937717760 21928 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073908397 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28859/statm: 228935 21928 2548 14 0 215405 0
[pid=28859/tid=28861] ppid=28857 vsize=915740 CPUtime=0.2
/proc/28859/task/28861/stat : 28861 (java) S 28857 28859 28309 0 -1 64 5025 0 0 0 19 1 0 0 16 0 8 0 168979248 937717760 21928 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28859/tid=28862] ppid=28857 vsize=915740 CPUtime=0
/proc/28859/task/28862/stat : 28862 (java) S 28857 28859 28309 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168979248 937717760 21928 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28859/tid=28863] ppid=28857 vsize=915740 CPUtime=0
/proc/28859/task/28863/stat : 28863 (java) S 28857 28859 28309 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 168979248 937717760 21928 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28859/tid=28864] ppid=28857 vsize=915740 CPUtime=0
/proc/28859/task/28864/stat : 28864 (java) S 28857 28859 28309 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 168979251 937717760 21928 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28859/tid=28865] ppid=28857 vsize=915740 CPUtime=0.33
/proc/28859/task/28865/stat : 28865 (java) S 28857 28859 28309 0 -1 64 523 0 0 0 32 1 0 0 16 0 8 0 168979251 937717760 21928 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28859/tid=28866] ppid=28857 vsize=915740 CPUtime=0
/proc/28859/task/28866/stat : 28866 (java) S 28857 28859 28309 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 168979252 937717760 21928 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28859/tid=28867] ppid=28857 vsize=915740 CPUtime=0
/proc/28859/task/28867/stat : 28867 (java) S 28857 28859 28309 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168979252 937717760 21928 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 342.03
Current children cumulated vsize (KiB) 915740

[startup+402.875 s]
/proc/loadavg: 1.02 1.21 1.13 2/72 29154
/proc/meminfo: memFree=1468504/2055920 swapFree=4191892/4192956
[pid=28859] ppid=28857 vsize=915740 CPUtime=402.09
/proc/28859/stat : 28859 (java) R 28857 28859 28309 0 -1 0 22212 0 1 0 40182 27 0 0 25 0 8 0 168979245 937717760 21929 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479196 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28859/statm: 228935 21929 2548 14 0 215405 0
[pid=28859/tid=28861] ppid=28857 vsize=915740 CPUtime=0.2
/proc/28859/task/28861/stat : 28861 (java) S 28857 28859 28309 0 -1 64 5025 0 0 0 19 1 0 0 16 0 8 0 168979248 937717760 21929 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28859/tid=28862] ppid=28857 vsize=915740 CPUtime=0
/proc/28859/task/28862/stat : 28862 (java) S 28857 28859 28309 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168979248 937717760 21929 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28859/tid=28863] ppid=28857 vsize=915740 CPUtime=0
/proc/28859/task/28863/stat : 28863 (java) S 28857 28859 28309 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 168979248 937717760 21929 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28859/tid=28864] ppid=28857 vsize=915740 CPUtime=0
/proc/28859/task/28864/stat : 28864 (java) S 28857 28859 28309 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 168979251 937717760 21929 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28859/tid=28865] ppid=28857 vsize=915740 CPUtime=0.33
/proc/28859/task/28865/stat : 28865 (java) S 28857 28859 28309 0 -1 64 525 0 0 0 32 1 0 0 16 0 8 0 168979251 937717760 21929 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28859/tid=28866] ppid=28857 vsize=915740 CPUtime=0
/proc/28859/task/28866/stat : 28866 (java) S 28857 28859 28309 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 168979252 937717760 21929 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28859/tid=28867] ppid=28857 vsize=915740 CPUtime=0
/proc/28859/task/28867/stat : 28867 (java) S 28857 28859 28309 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168979252 937717760 21929 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 915740

[startup+462.957 s]
/proc/loadavg: 1.01 1.17 1.12 2/72 29154
/proc/meminfo: memFree=1468504/2055920 swapFree=4191892/4192956
[pid=28859] ppid=28857 vsize=915740 CPUtime=462.16
/proc/28859/stat : 28859 (java) R 28857 28859 28309 0 -1 0 22214 0 1 0 46189 27 0 0 25 0 8 0 168979245 937717760 21929 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479184 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28859/statm: 228935 21929 2548 14 0 215405 0
[pid=28859/tid=28861] ppid=28857 vsize=915740 CPUtime=0.2
/proc/28859/task/28861/stat : 28861 (java) S 28857 28859 28309 0 -1 64 5025 0 0 0 19 1 0 0 16 0 8 0 168979248 937717760 21929 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28859/tid=28862] ppid=28857 vsize=915740 CPUtime=0
/proc/28859/task/28862/stat : 28862 (java) S 28857 28859 28309 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168979248 937717760 21929 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28859/tid=28863] ppid=28857 vsize=915740 CPUtime=0
/proc/28859/task/28863/stat : 28863 (java) S 28857 28859 28309 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 168979248 937717760 21929 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28859/tid=28864] ppid=28857 vsize=915740 CPUtime=0
/proc/28859/task/28864/stat : 28864 (java) S 28857 28859 28309 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 168979251 937717760 21929 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28859/tid=28865] ppid=28857 vsize=915740 CPUtime=0.34
/proc/28859/task/28865/stat : 28865 (java) S 28857 28859 28309 0 -1 64 525 0 0 0 33 1 0 0 16 0 8 0 168979251 937717760 21929 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28859/tid=28866] ppid=28857 vsize=915740 CPUtime=0
/proc/28859/task/28866/stat : 28866 (java) S 28857 28859 28309 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 168979252 937717760 21929 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28859/tid=28867] ppid=28857 vsize=915740 CPUtime=0
/proc/28859/task/28867/stat : 28867 (java) S 28857 28859 28309 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168979252 937717760 21929 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 915740

[startup+523.038 s]
/proc/loadavg: 1.05 1.15 1.12 2/72 29154
/proc/meminfo: memFree=1468512/2055920 swapFree=4191892/4192956
[pid=28859] ppid=28857 vsize=915740 CPUtime=522.22
/proc/28859/stat : 28859 (java) R 28857 28859 28309 0 -1 0 22215 0 1 0 52195 27 0 0 25 0 8 0 168979245 937717760 21930 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479196 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28859/statm: 228935 21930 2548 14 0 215405 0
[pid=28859/tid=28861] ppid=28857 vsize=915740 CPUtime=0.2
/proc/28859/task/28861/stat : 28861 (java) S 28857 28859 28309 0 -1 64 5025 0 0 0 19 1 0 0 16 0 8 0 168979248 937717760 21930 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28859/tid=28862] ppid=28857 vsize=915740 CPUtime=0
/proc/28859/task/28862/stat : 28862 (java) S 28857 28859 28309 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168979248 937717760 21930 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28859/tid=28863] ppid=28857 vsize=915740 CPUtime=0
/proc/28859/task/28863/stat : 28863 (java) S 28857 28859 28309 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 168979248 937717760 21930 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28859/tid=28864] ppid=28857 vsize=915740 CPUtime=0
/proc/28859/task/28864/stat : 28864 (java) S 28857 28859 28309 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 168979251 937717760 21930 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28859/tid=28865] ppid=28857 vsize=915740 CPUtime=0.34
/proc/28859/task/28865/stat : 28865 (java) S 28857 28859 28309 0 -1 64 526 0 0 0 33 1 0 0 16 0 8 0 168979251 937717760 21930 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28859/tid=28866] ppid=28857 vsize=915740 CPUtime=0
/proc/28859/task/28866/stat : 28866 (java) S 28857 28859 28309 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 168979252 937717760 21930 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28859/tid=28867] ppid=28857 vsize=915740 CPUtime=0
/proc/28859/task/28867/stat : 28867 (java) S 28857 28859 28309 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168979252 937717760 21930 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 522.22
Current children cumulated vsize (KiB) 915740

[startup+583.123 s]
/proc/loadavg: 1.02 1.12 1.10 2/72 29154
/proc/meminfo: memFree=1468448/2055920 swapFree=4191892/4192956
[pid=28859] ppid=28857 vsize=915740 CPUtime=582.29
/proc/28859/stat : 28859 (java) R 28857 28859 28309 0 -1 0 22215 0 1 0 58202 27 0 0 25 0 8 0 168979245 937717760 21930 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479193 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28859/statm: 228935 21930 2548 14 0 215405 0
[pid=28859/tid=28861] ppid=28857 vsize=915740 CPUtime=0.2
/proc/28859/task/28861/stat : 28861 (java) S 28857 28859 28309 0 -1 64 5025 0 0 0 19 1 0 0 16 0 8 0 168979248 937717760 21930 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28859/tid=28862] ppid=28857 vsize=915740 CPUtime=0
/proc/28859/task/28862/stat : 28862 (java) S 28857 28859 28309 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168979248 937717760 21930 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28859/tid=28863] ppid=28857 vsize=915740 CPUtime=0
/proc/28859/task/28863/stat : 28863 (java) S 28857 28859 28309 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 168979248 937717760 21930 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28859/tid=28864] ppid=28857 vsize=915740 CPUtime=0
/proc/28859/task/28864/stat : 28864 (java) S 28857 28859 28309 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 168979251 937717760 21930 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28859/tid=28865] ppid=28857 vsize=915740 CPUtime=0.34
/proc/28859/task/28865/stat : 28865 (java) S 28857 28859 28309 0 -1 64 526 0 0 0 33 1 0 0 16 0 8 0 168979251 937717760 21930 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28859/tid=28866] ppid=28857 vsize=915740 CPUtime=0
/proc/28859/task/28866/stat : 28866 (java) S 28857 28859 28309 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 168979252 937717760 21930 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28859/tid=28867] ppid=28857 vsize=915740 CPUtime=0
/proc/28859/task/28867/stat : 28867 (java) S 28857 28859 28309 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168979252 937717760 21930 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 915740

[startup+643.206 s]
/proc/loadavg: 1.00 1.10 1.09 2/72 29154
/proc/meminfo: memFree=1468512/2055920 swapFree=4191892/4192956
[pid=28859] ppid=28857 vsize=915740 CPUtime=642.36
/proc/28859/stat : 28859 (java) R 28857 28859 28309 0 -1 0 22215 0 1 0 64209 27 0 0 25 0 8 0 168979245 937717760 21930 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479187 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28859/statm: 228935 21930 2548 14 0 215405 0
[pid=28859/tid=28861] ppid=28857 vsize=915740 CPUtime=0.2
/proc/28859/task/28861/stat : 28861 (java) S 28857 28859 28309 0 -1 64 5025 0 0 0 19 1 0 0 16 0 8 0 168979248 937717760 21930 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28859/tid=28862] ppid=28857 vsize=915740 CPUtime=0
/proc/28859/task/28862/stat : 28862 (java) S 28857 28859 28309 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168979248 937717760 21930 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28859/tid=28863] ppid=28857 vsize=915740 CPUtime=0
/proc/28859/task/28863/stat : 28863 (java) S 28857 28859 28309 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 168979248 937717760 21930 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28859/tid=28864] ppid=28857 vsize=915740 CPUtime=0
/proc/28859/task/28864/stat : 28864 (java) S 28857 28859 28309 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 168979251 937717760 21930 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28859/tid=28865] ppid=28857 vsize=915740 CPUtime=0.34
/proc/28859/task/28865/stat : 28865 (java) S 28857 28859 28309 0 -1 64 526 0 0 0 33 1 0 0 16 0 8 0 168979251 937717760 21930 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28859/tid=28866] ppid=28857 vsize=915740 CPUtime=0
/proc/28859/task/28866/stat : 28866 (java) S 28857 28859 28309 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 168979252 937717760 21930 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28859/tid=28867] ppid=28857 vsize=915740 CPUtime=0
/proc/28859/task/28867/stat : 28867 (java) S 28857 28859 28309 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168979252 937717760 21930 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 642.36
Current children cumulated vsize (KiB) 915740

Child status: 0
Real time (s): 650.404
CPU time (s): 649.545
CPU user time (s): 649.252
CPU system time (s): 0.292955
CPU usage (%): 99.8679
Max. virtual memory (cumulated for all children) (KiB): 915740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 649.252
system time used= 0.292955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22222
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= 14496
involuntary context switches= 15221

runsolver used 0.644901 s user time and 1.69474 s system time

The end

Launcher Data (download as text)

Begin job on node42 on Sun Jan  7 21:36:38 UTC 2007


IDJOB= 211134
IDBENCH= 4671
FILE ID= node42/211134-1168205797

PBS_JOBID= 3480780

Free space on /tmp= 66556 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  86d70e4619f6a837c3aed58307bdcce9

RANDOM SEED= 623748792

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:       1545584 kB
Buffers:         51500 kB
Cached:         379424 kB
SwapCached:        400 kB
Active:         196492 kB
Inactive:       253916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1545584 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            3024 kB
Writeback:           0 kB
Mapped:          28400 kB
Slab:            45740 kB
Committed_AS:  3262896 kB
PageTables:       1616 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= 66556 MiB



End job on node42 on Sun Jan  7 21:47:31 UTC 2007