Trace number 276832

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
AbsconMax 109 EPFCOPTIMUM 1071.59 1081.19

General information on the benchmark

Nametightness/tightness0.1/
rand-2-40-8-753-100-36_ext.xml
MD5SUMdcbd6b9485b369434f0a650143d33872
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints752
Best CPU time to get the best result obtained on this benchmark0
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints753
Maximum constraint arity2
Maximum domain size8
Number of constraints which are defined in extension753
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=epfc.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/276832-1169247490/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.42	     nbVariables=40  nbDomainTypes=1  minDomainSize=8  maxDomainSize=8
0.42	       =>  wckTime=0.101  cpuTime=0.09  mem=6M887
0.42	   
0.42	   relations being loaded...
0.53	   
0.53	   constraints being loaded...
0.70	     nbConstraints=751  nbRelationTypes=752  nbExtensionStructures=751  nbSharedExtensionStructures=0
0.70	     nbConflictsStructures=751  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=11879  maxDegree=39
0.70	     maxArity=2
0.70	       =>  wckTime=0.379  cpuTime=0.24  mem=11M779
0.75	   
0.75	   solver LocalSearchSolver being built... 
0.79	       =>  wckTime=0.471  cpuTime=0.28  mem=6M107
0.79	
0.79	s SATISFIABLE
0.79	o 696
0.79	c 55
0.79	o 701
0.79	c 50
0.80	o 706
0.80	c 45
0.80	o 708
0.80	c 43
0.80	o 710
0.80	c 41
0.80	o 713
0.80	c 38
0.80	o 714
0.80	c 37
0.80	o 716
0.80	c 35
0.80	o 719
0.80	c 32
0.80	o 721
0.80	c 30
0.80	o 722
0.80	c 29
0.80	o 724
0.80	c 27
0.80	o 726
0.80	c 25
0.81	o 728
0.81	c 23
0.81	o 729
0.81	c 22
0.81	o 730
0.81	c 21
0.81	o 731
0.81	c 20
0.81	o 733
0.81	c 18
0.81	o 735
0.81	c 16
0.81	o 736
0.81	c 15
0.81	o 738
0.81	c 13
0.81	o 740
0.81	c 11
0.81	o 741
0.81	c 10
0.81	o 742
0.81	c 9
0.81	o 743
0.81	c 8
0.85	o 744
0.85	c 7
0.85	o 745
0.85	c 6
0.85	o 746
0.85	c 5
0.90	o 747
0.90	c 4
0.91	o 748
0.91	c 3
1.01	o 749
1.01	c 2
1.19	o 750
1.19	c 1
1.19	   
1.19	   search
1.19	     run=0  nbConstraintChecks=2077222  nbAssignments=1431
1.19	       =>  wckTime=0.401  cpuTime=0.38  mem=6M107
1.19	   
1.19	   global
1.19	     nbConstraintChecks=2077222  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
1.19	     solvingWckTime=0.399  solvingCpuTime=0.38  expiredTime=no  totalExploration=no  nbFoundSolutions=0
1.19	     globalCpuTime=0.71
1.19	       =>  wckTime=0.871  cpuTime=0.66  mem=6M107
1.19	   
1.19	   solver IterativeSystematicSolver being built... 
1.32	       =>  wckTime=1.004  cpuTime=0.76  mem=17M48
1.42	   
1.42	   preprocessing
1.42	     nbConstraintChecks=59999  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.42	     detectedInconsistency=no
1.42	       =>  wckTime=0.097  cpuTime=0.07  mem=17M48
1.48	   
1.48	   search
1.48	     run=0  nbConstraintChecks=107554  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=31
1.48	     nbFailedAssignments=14  nbBacktracks=10  nbVisitedNodes=56  nbRestartNogoods=0
1.48	       =>  wckTime=0.151  cpuTime=0.12  mem=17M48
1.54	   
1.54	   search
1.54	     run=1  nbConstraintChecks=235003  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=68
1.54	     nbFailedAssignments=31  nbBacktracks=25  nbVisitedNodes=123  nbRestartNogoods=6
1.54	       =>  wckTime=0.221  cpuTime=0.18  mem=17M48
1.64	   
1.64	   search
1.64	     run=2  nbConstraintChecks=474826  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=133
1.64	     nbFailedAssignments=66  nbBacktracks=47  nbVisitedNodes=244  nbRestartNogoods=12
1.64	       =>  wckTime=0.32  cpuTime=0.27  mem=17M48
1.77	   
1.77	   search
1.77	     run=3  nbConstraintChecks=819395  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=225
1.77	     nbFailedAssignments=115  nbBacktracks=80  nbVisitedNodes=417  nbRestartNogoods=23
1.77	       =>  wckTime=0.446  cpuTime=0.39  mem=17M48
1.97	   
1.97	   search
1.97	     run=4  nbConstraintChecks=1377077  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=361
1.97	     nbFailedAssignments=195  nbBacktracks=130  nbVisitedNodes=683  nbRestartNogoods=34
1.97	       =>  wckTime=0.645  cpuTime=0.59  mem=17M48
2.26	   
2.26	   search
2.26	     run=5  nbConstraintChecks=2190192  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=569
2.27	     nbFailedAssignments=320  nbBacktracks=205  nbVisitedNodes=1089  nbRestartNogoods=45
2.27	       =>  wckTime=0.942  cpuTime=0.89  mem=17M48
2.72	   
2.72	   search
2.72	     run=6  nbConstraintChecks=3373210  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=863
2.72	     nbFailedAssignments=493  nbBacktracks=318  nbVisitedNodes=1659  nbRestartNogoods=50
2.72	       =>  wckTime=1.394  cpuTime=1.34  mem=17M48
3.34	   
3.34	   search
3.34	     run=7  nbConstraintChecks=5052414  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1296
3.34	     nbFailedAssignments=747  nbBacktracks=488  nbVisitedNodes=2488  nbRestartNogoods=60
3.34	       =>  wckTime=2.019  cpuTime=1.95  mem=17M48
4.25	   
4.25	   search
4.25	     run=8  nbConstraintChecks=7343738  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1897
4.25	     nbFailedAssignments=1087  nbBacktracks=744  nbVisitedNodes=3620  nbRestartNogoods=76
4.25	       =>  wckTime=2.925  cpuTime=2.83  mem=17M48
5.51	   
5.51	   search
5.51	     run=9  nbConstraintChecks=10712303  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2775
5.51	     nbFailedAssignments=1573  nbBacktracks=1128  nbVisitedNodes=5270  nbRestartNogoods=79
5.51	       =>  wckTime=4.191  cpuTime=4.08  mem=17M48
7.09	   
7.10	   search
7.10	     run=10  nbConstraintChecks=14736959  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=3905
7.10	     nbFailedAssignments=2121  nbBacktracks=1704  nbVisitedNodes=7271  nbRestartNogoods=87
7.10	       =>  wckTime=5.772  cpuTime=5.64  mem=17M48
9.15	   
9.15	   search
9.15	     run=11  nbConstraintChecks=19880788  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=5485
9.15	     nbFailedAssignments=2827  nbBacktracks=2568  nbVisitedNodes=9866  nbRestartNogoods=95
9.15	       =>  wckTime=7.822  cpuTime=7.67  mem=17M48
11.95	   
11.95	   search
11.95	     run=12  nbConstraintChecks=26792291  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=7732
11.95	     nbFailedAssignments=3770  nbBacktracks=3865  nbVisitedNodes=13368  nbRestartNogoods=110
11.95	       =>  wckTime=10.626  cpuTime=10.45  mem=17M48
16.17	   
16.17	   search
16.17	     run=13  nbConstraintChecks=36718814  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=11026
16.17	     nbFailedAssignments=5113  nbBacktracks=5812  nbVisitedNodes=18464  nbRestartNogoods=118
16.17	       =>  wckTime=14.852  cpuTime=14.64  mem=17M48
21.86	   
21.86	   search
21.86	     run=14  nbConstraintChecks=50748214  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=15784
21.86	     nbFailedAssignments=6949  nbBacktracks=8731  nbVisitedNodes=25602  nbRestartNogoods=133
21.86	       =>  wckTime=20.538  cpuTime=20.28  mem=17M48
30.66	   
30.66	   search
30.66	     run=15  nbConstraintChecks=71964504  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=23011
30.66	     nbFailedAssignments=9791  nbBacktracks=13110  nbVisitedNodes=36437  nbRestartNogoods=137
30.66	       =>  wckTime=29.341  cpuTime=29.01  mem=17M48
43.85	   
43.85	   search
43.85	     run=16  nbConstraintChecks=103943840  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=33774
43.85	     nbFailedAssignments=13982  nbBacktracks=19678  nbVisitedNodes=52752  nbRestartNogoods=147
43.85	       =>  wckTime=42.526  cpuTime=42.08  mem=17M48
63.25	   
63.25	   search
63.25	     run=17  nbConstraintChecks=150880854  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=49718
63.25	     nbFailedAssignments=20069  nbBacktracks=29530  nbVisitedNodes=76624  nbRestartNogoods=169
63.25	       =>  wckTime=61.927  cpuTime=61.3  mem=17M48
93.01	   
93.01	   search
93.01	     run=18  nbConstraintChecks=223875272  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=74075
93.01	     nbFailedAssignments=29643  nbBacktracks=44308  nbVisitedNodes=113392  nbRestartNogoods=179
93.01	       =>  wckTime=91.686  cpuTime=90.8  mem=17M48
134.95	   
134.95	   search
134.95	     run=19  nbConstraintChecks=327739415  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=109484
134.95	     nbFailedAssignments=42877  nbBacktracks=66476  nbVisitedNodes=165637  nbRestartNogoods=199
134.95	       =>  wckTime=133.623  cpuTime=132.39  mem=17M48
198.29	   
198.29	   search
198.29	     run=20  nbConstraintChecks=482369638  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=162583
198.29	     nbFailedAssignments=62715  nbBacktracks=99728  nbVisitedNodes=244428  nbRestartNogoods=213
198.29	       =>  wckTime=196.965  cpuTime=195.09  mem=17M48
297.99	   
297.99	   search
297.99	     run=21  nbConstraintChecks=723058534  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=244123
297.99	     nbFailedAssignments=94367  nbBacktracks=149610  nbVisitedNodes=367069  nbRestartNogoods=231
297.99	       =>  wckTime=296.667  cpuTime=293.84  mem=17M48
442.15	   
442.15	   search
442.15	     run=22  nbConstraintChecks=1072085658  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=363682
442.15	     nbFailedAssignments=139098  nbBacktracks=224428  nbVisitedNodes=544451  nbRestartNogoods=252
442.15	       =>  wckTime=440.828  cpuTime=436.8  mem=17M48
663.10	   
663.10	   search
663.10	     run=23  nbConstraintChecks=1599648927  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=544519
663.10	     nbFailedAssignments=207702  nbBacktracks=336656  nbVisitedNodes=814450  nbRestartNogoods=265
663.10	       =>  wckTime=661.774  cpuTime=655.78  mem=17M48
991.38	   
991.38	   search
991.38	     run=24  nbConstraintChecks=2384303301  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=814477
991.38	     nbFailedAssignments=309314  nbBacktracks=504997  nbVisitedNodes=1216333  nbRestartNogoods=279
991.38	       =>  wckTime=990.061  cpuTime=981.17  mem=17M48
1081.16	   
1081.16	   search
1081.16	     run=25  nbConstraintChecks=2592566782  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=887287
1081.16	     nbFailedAssignments=336504  nbBacktracks=550618  nbVisitedNodes=1324099  nbRestartNogoods=300
1081.16	       =>  wckTime=1079.832  cpuTime=1070.19  mem=17M48
1081.16	   
1081.16	   global
1081.16	     nbConstraintChecks=2592626781  nbRestartNogoods=300  solvingWckTime=1079.835  solvingCpuTime=1070.19
1081.16	     expiredTime=no  totalExploration=yes  nbFoundSolutions=0  globalCpuTime=1071.0
1081.16	       =>  wckTime=1080.839  cpuTime=1070.95  mem=17M48
1081.16	
1081.16	s OPTIMUM FOUND
1081.16	v 7 6 3 5 4 4 5 3 3 7 2 2 7 1 6 5 6 1 0 4 2 6 6 5 3 2 5 7 0 7 7 0 6 7 0 7 3 1 5 2 
1081.16	   
1081.16	   totalWckTime=1080.922  totalCpuTime=1071.0

Verifier Data (download as text)

1 unsatisfied constraints, 752 satisfied constraints

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node5/watcher-276832-1169247490 -o ROOT/results/node5/solver-276832-1169247490 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/276832-1169247490/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 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.10 2.02 2.00 2/86 15569
/proc/meminfo: memFree=1183656/2055920 swapFree=4192812/4192956
[pid=15568] ppid=15566 vsize=18540 CPUtime=0
/proc/15568/stat : 15568 (runsolver) R 15566 15568 14509 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 253363427 18984960 279 18446744073709551615 4194304 4267372 548682068944 18446744073709551615 226913479975 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/15568/statm: 4635 279 244 17 0 2626 0

[startup+0.102776 s]
/proc/loadavg: 2.10 2.02 2.00 2/86 15569
/proc/meminfo: memFree=1183656/2055920 swapFree=4192812/4192956
[pid=15568] ppid=15566 vsize=913228 CPUtime=0.08
/proc/15568/stat : 15568 (java) R 15566 15568 14509 0 -1 0 2919 0 1 0 7 1 0 0 17 0 8 0 253363427 935145472 2665 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 2147483391 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15568/statm: 228307 2665 1396 14 0 215208 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 913228

[startup+0.510826 s]
/proc/loadavg: 2.10 2.02 2.00 2/86 15569
/proc/meminfo: memFree=1183656/2055920 swapFree=4192812/4192956
[pid=15568] ppid=15566 vsize=915332 CPUtime=0.48
/proc/15568/stat : 15568 (java) R 15566 15568 14509 0 -1 0 6268 0 1 0 44 4 0 0 18 0 8 0 253363427 937299968 6007 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15568/statm: 228833 6007 2142 14 0 215303 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915332

[startup+1.33291 s]
/proc/loadavg: 2.09 2.02 2.00 3/93 15576
/proc/meminfo: memFree=1161840/2055920 swapFree=4192812/4192956
[pid=15568] ppid=15566 vsize=915584 CPUtime=1.3
/proc/15568/stat : 15568 (java) R 15566 15568 14509 0 -1 0 9092 0 1 0 118 12 0 0 24 0 8 0 253363427 937558016 8830 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072926667 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15568/statm: 228896 8830 2527 14 0 215366 0
[pid=15568/tid=15570] ppid=15566 vsize=915584 CPUtime=0.03
/proc/15568/task/15570/stat : 15570 (java) S 15566 15568 14509 0 -1 64 305 0 0 0 3 0 0 0 16 0 8 0 253363431 937558016 8830 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15571] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15571/stat : 15571 (java) S 15566 15568 14509 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 253363431 937558016 8830 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15572] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15572/stat : 15572 (java) S 15566 15568 14509 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 253363431 937558016 8830 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15573] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15573/stat : 15573 (java) S 15566 15568 14509 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 253363435 937558016 8830 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15574] ppid=15566 vsize=915584 CPUtime=0.23
/proc/15568/task/15574/stat : 15574 (java) S 15566 15568 14509 0 -1 64 386 0 0 0 22 1 0 0 16 0 8 0 253363435 937558016 8830 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15575] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15575/stat : 15575 (java) S 15566 15568 14509 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 253363435 937558016 8830 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15576] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15576/stat : 15576 (java) S 15566 15568 14509 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 253363435 937558016 8830 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915584

[startup+2.9851 s]
/proc/loadavg: 2.09 2.02 2.00 3/93 15576
/proc/meminfo: memFree=1157552/2055920 swapFree=4192812/4192956
[pid=15568] ppid=15566 vsize=915584 CPUtime=2.94
/proc/15568/stat : 15568 (java) R 15566 15568 14509 0 -1 0 9232 0 1 0 281 13 0 0 25 0 8 0 253363427 937558016 8968 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073989923 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15568/statm: 228896 8968 2532 14 0 215366 0
[pid=15568/tid=15570] ppid=15566 vsize=915584 CPUtime=0.03
/proc/15568/task/15570/stat : 15570 (java) S 15566 15568 14509 0 -1 64 306 0 0 0 3 0 0 0 17 0 8 0 253363431 937558016 8968 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15571] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15571/stat : 15571 (java) S 15566 15568 14509 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 253363431 937558016 8968 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15572] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15572/stat : 15572 (java) S 15566 15568 14509 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 253363431 937558016 8968 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15573] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15573/stat : 15573 (java) S 15566 15568 14509 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 253363435 937558016 8968 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15574] ppid=15566 vsize=915584 CPUtime=0.29
/proc/15568/task/15574/stat : 15574 (java) S 15566 15568 14509 0 -1 64 414 0 0 0 28 1 0 0 15 0 8 0 253363435 937558016 8968 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15575] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15575/stat : 15575 (java) S 15566 15568 14509 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 253363435 937558016 8968 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15576] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15576/stat : 15576 (java) S 15566 15568 14509 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 253363435 937558016 8968 18446744073709551615 134512640 134570532 4294956464 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) 915584

[startup+6.28147 s]
/proc/loadavg: 2.09 2.02 2.00 3/93 15576
/proc/meminfo: memFree=1157496/2055920 swapFree=4192812/4192956
[pid=15568] ppid=15566 vsize=915584 CPUtime=6.21
/proc/15568/stat : 15568 (java) R 15566 15568 14509 0 -1 0 9252 0 1 0 608 13 0 0 25 0 8 0 253363427 937558016 8986 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073929890 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15568/statm: 228896 8986 2532 14 0 215366 0
[pid=15568/tid=15570] ppid=15566 vsize=915584 CPUtime=0.03
/proc/15568/task/15570/stat : 15570 (java) S 15566 15568 14509 0 -1 64 306 0 0 0 3 0 0 0 16 0 8 0 253363431 937558016 8986 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15571] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15571/stat : 15571 (java) S 15566 15568 14509 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 253363431 937558016 8986 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15572] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15572/stat : 15572 (java) S 15566 15568 14509 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 253363431 937558016 8986 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15573] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15573/stat : 15573 (java) S 15566 15568 14509 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 253363435 937558016 8986 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15574] ppid=15566 vsize=915584 CPUtime=0.31
/proc/15568/task/15574/stat : 15574 (java) S 15566 15568 14509 0 -1 64 427 0 0 0 30 1 0 0 17 0 8 0 253363435 937558016 8986 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15575] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15575/stat : 15575 (java) S 15566 15568 14509 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 253363435 937558016 8986 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15576] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15576/stat : 15576 (java) S 15566 15568 14509 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 253363435 937558016 8986 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 915584

[startup+12.7622 s]
/proc/loadavg: 2.07 2.02 2.00 3/93 15576
/proc/meminfo: memFree=1157432/2055920 swapFree=4192812/4192956
[pid=15568] ppid=15566 vsize=915584 CPUtime=12.63
/proc/15568/stat : 15568 (java) R 15566 15568 14509 0 -1 0 9263 0 1 0 1250 13 0 0 25 0 8 0 253363427 937558016 8995 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073929878 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15568/statm: 228896 8995 2532 14 0 215366 0
[pid=15568/tid=15570] ppid=15566 vsize=915584 CPUtime=0.03
/proc/15568/task/15570/stat : 15570 (java) S 15566 15568 14509 0 -1 64 306 0 0 0 3 0 0 0 16 0 8 0 253363431 937558016 8995 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15571] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15571/stat : 15571 (java) S 15566 15568 14509 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 253363431 937558016 8995 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15572] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15572/stat : 15572 (java) S 15566 15568 14509 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 253363431 937558016 8995 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15573] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15573/stat : 15573 (java) S 15566 15568 14509 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 253363435 937558016 8995 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15574] ppid=15566 vsize=915584 CPUtime=0.31
/proc/15568/task/15574/stat : 15574 (java) S 15566 15568 14509 0 -1 64 430 0 0 0 30 1 0 0 15 0 8 0 253363435 937558016 8995 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15575] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15575/stat : 15575 (java) S 15566 15568 14509 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 253363435 937558016 8995 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15576] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15576/stat : 15576 (java) S 15566 15568 14509 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 253363435 937558016 8995 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 915584

[startup+25.6037 s]
/proc/loadavg: 2.06 2.02 2.00 3/93 15576
/proc/meminfo: memFree=1157496/2055920 swapFree=4192812/4192956
[pid=15568] ppid=15566 vsize=915584 CPUtime=25.36
/proc/15568/stat : 15568 (java) R 15566 15568 14509 0 -1 0 9268 0 1 0 2523 13 0 0 25 0 8 0 253363427 937558016 8999 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073926588 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15568/statm: 228896 8999 2532 14 0 215366 0
[pid=15568/tid=15570] ppid=15566 vsize=915584 CPUtime=0.03
/proc/15568/task/15570/stat : 15570 (java) S 15566 15568 14509 0 -1 64 306 0 0 0 3 0 0 0 16 0 8 0 253363431 937558016 8999 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15571] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15571/stat : 15571 (java) S 15566 15568 14509 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 253363431 937558016 8999 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15572] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15572/stat : 15572 (java) S 15566 15568 14509 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 253363431 937558016 8999 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15573] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15573/stat : 15573 (java) S 15566 15568 14509 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 253363435 937558016 8999 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15574] ppid=15566 vsize=915584 CPUtime=0.31
/proc/15568/task/15574/stat : 15574 (java) S 15566 15568 14509 0 -1 64 430 0 0 0 30 1 0 0 16 0 8 0 253363435 937558016 8999 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15575] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15575/stat : 15575 (java) S 15566 15568 14509 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 253363435 937558016 8999 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15576] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15576/stat : 15576 (java) S 15566 15568 14509 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 253363435 937558016 8999 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 915584

[startup+51.2136 s]
/proc/loadavg: 2.04 2.02 2.00 3/93 15576
/proc/meminfo: memFree=1157496/2055920 swapFree=4192812/4192956
[pid=15568] ppid=15566 vsize=915584 CPUtime=50.74
/proc/15568/stat : 15568 (java) R 15566 15568 14509 0 -1 0 9274 0 1 0 5061 13 0 0 25 0 8 0 253363427 937558016 9005 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073950357 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15568/statm: 228896 9005 2532 14 0 215366 0
[pid=15568/tid=15570] ppid=15566 vsize=915584 CPUtime=0.03
/proc/15568/task/15570/stat : 15570 (java) S 15566 15568 14509 0 -1 64 306 0 0 0 3 0 0 0 16 0 8 0 253363431 937558016 9005 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15571] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15571/stat : 15571 (java) S 15566 15568 14509 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 253363431 937558016 9005 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15572] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15572/stat : 15572 (java) S 15566 15568 14509 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 253363431 937558016 9005 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15573] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15573/stat : 15573 (java) S 15566 15568 14509 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 253363435 937558016 9005 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15574] ppid=15566 vsize=915584 CPUtime=0.32
/proc/15568/task/15574/stat : 15574 (java) S 15566 15568 14509 0 -1 64 431 0 0 0 31 1 0 0 16 0 8 0 253363435 937558016 9005 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15575] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15575/stat : 15575 (java) S 15566 15568 14509 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 253363435 937558016 9005 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15576] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15576/stat : 15576 (java) S 15566 15568 14509 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 253363435 937558016 9005 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 915584

[startup+102.425 s]
/proc/loadavg: 2.01 2.01 2.00 3/93 15576
/proc/meminfo: memFree=1157560/2055920 swapFree=4192812/4192956
[pid=15568] ppid=15566 vsize=915584 CPUtime=101.53
/proc/15568/stat : 15568 (java) R 15566 15568 14509 0 -1 0 9280 0 1 0 10139 14 0 0 25 0 8 0 253363427 937558016 9010 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073844297 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15568/statm: 228896 9010 2532 14 0 215366 0
[pid=15568/tid=15570] ppid=15566 vsize=915584 CPUtime=0.03
/proc/15568/task/15570/stat : 15570 (java) S 15566 15568 14509 0 -1 64 306 0 0 0 3 0 0 0 16 0 8 0 253363431 937558016 9010 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15571] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15571/stat : 15571 (java) S 15566 15568 14509 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 253363431 937558016 9010 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15572] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15572/stat : 15572 (java) S 15566 15568 14509 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 253363431 937558016 9010 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15573] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15573/stat : 15573 (java) S 15566 15568 14509 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 253363435 937558016 9010 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15574] ppid=15566 vsize=915584 CPUtime=0.32
/proc/15568/task/15574/stat : 15574 (java) S 15566 15568 14509 0 -1 64 431 0 0 0 31 1 0 0 16 0 8 0 253363435 937558016 9010 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15575] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15575/stat : 15575 (java) S 15566 15568 14509 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 253363435 937558016 9010 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15576] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15576/stat : 15576 (java) S 15566 15568 14509 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 253363435 937558016 9010 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.53
Current children cumulated vsize (KiB) 915584

[startup+162.474 s]
/proc/loadavg: 2.00 2.01 2.00 3/93 15576
/proc/meminfo: memFree=1157496/2055920 swapFree=4192812/4192956
[pid=15568] ppid=15566 vsize=915584 CPUtime=161.07
/proc/15568/stat : 15568 (java) R 15566 15568 14509 0 -1 0 9283 0 1 0 16093 14 0 0 25 0 8 0 253363427 937558016 9012 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073953863 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

/proc/15568/task/15573/stat : 15573 (java) S 15566 15568 14509 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 253363435 937558016 9020 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15574] ppid=15566 vsize=915584 CPUtime=0.32
/proc/15568/task/15574/stat : 15574 (java) S 15566 15568 14509 0 -1 64 432 0 0 0 31 1 0 0 16 0 8 0 253363435 937558016 9020 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15575] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15575/stat : 15575 (java) S 15566 15568 14509 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 253363435 937558016 9020 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15576] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15576/stat : 15576 (java) S 15566 15568 14509 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 253363435 937558016 9020 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 637.16
Current children cumulated vsize (KiB) 915584

[startup+702.961 s]
/proc/loadavg: 2.07 2.05 2.00 3/93 15774
/proc/meminfo: memFree=1157240/2055920 swapFree=4192812/4192956
[pid=15568] ppid=15566 vsize=915584 CPUtime=696.66
/proc/15568/stat : 15568 (java) R 15566 15568 14509 0 -1 0 9294 0 1 0 69647 19 0 0 25 0 8 0 253363427 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073929845 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15568/statm: 228896 9023 2532 14 0 215366 0
[pid=15568/tid=15570] ppid=15566 vsize=915584 CPUtime=0.03
/proc/15568/task/15570/stat : 15570 (java) S 15566 15568 14509 0 -1 64 306 0 0 0 3 0 0 0 16 0 8 0 253363431 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15571] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15571/stat : 15571 (java) S 15566 15568 14509 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 253363431 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15572] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15572/stat : 15572 (java) S 15566 15568 14509 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 253363431 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15573] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15573/stat : 15573 (java) S 15566 15568 14509 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 253363435 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15574] ppid=15566 vsize=915584 CPUtime=0.32
/proc/15568/task/15574/stat : 15574 (java) S 15566 15568 14509 0 -1 64 432 0 0 0 31 1 0 0 16 0 8 0 253363435 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15575] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15575/stat : 15575 (java) S 15566 15568 14509 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 253363435 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15576] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15576/stat : 15576 (java) S 15566 15568 14509 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 253363435 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 696.66
Current children cumulated vsize (KiB) 915584

[startup+763.009 s]
/proc/loadavg: 2.02 2.04 2.00 3/93 15774
/proc/meminfo: memFree=1157240/2055920 swapFree=4192812/4192956
[pid=15568] ppid=15566 vsize=915584 CPUtime=756.16
/proc/15568/stat : 15568 (java) R 15566 15568 14509 0 -1 0 9294 0 1 0 75596 20 0 0 25 0 8 0 253363427 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074001414 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15568/statm: 228896 9023 2532 14 0 215366 0
[pid=15568/tid=15570] ppid=15566 vsize=915584 CPUtime=0.03
/proc/15568/task/15570/stat : 15570 (java) S 15566 15568 14509 0 -1 64 306 0 0 0 3 0 0 0 16 0 8 0 253363431 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15571] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15571/stat : 15571 (java) S 15566 15568 14509 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 253363431 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15572] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15572/stat : 15572 (java) S 15566 15568 14509 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 253363431 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15573] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15573/stat : 15573 (java) S 15566 15568 14509 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 253363435 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15574] ppid=15566 vsize=915584 CPUtime=0.32
/proc/15568/task/15574/stat : 15574 (java) S 15566 15568 14509 0 -1 64 432 0 0 0 31 1 0 0 16 0 8 0 253363435 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15575] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15575/stat : 15575 (java) S 15566 15568 14509 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 253363435 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15576] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15576/stat : 15576 (java) S 15566 15568 14509 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 253363435 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 756.16
Current children cumulated vsize (KiB) 915584

[startup+823.06 s]
/proc/loadavg: 2.01 2.03 2.00 3/93 15774
/proc/meminfo: memFree=1157368/2055920 swapFree=4192812/4192956
[pid=15568] ppid=15566 vsize=915584 CPUtime=815.67
/proc/15568/stat : 15568 (java) R 15566 15568 14509 0 -1 0 9294 0 1 0 81547 20 0 0 25 0 8 0 253363427 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073925511 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15568/statm: 228896 9023 2532 14 0 215366 0
[pid=15568/tid=15570] ppid=15566 vsize=915584 CPUtime=0.03
/proc/15568/task/15570/stat : 15570 (java) S 15566 15568 14509 0 -1 64 306 0 0 0 3 0 0 0 16 0 8 0 253363431 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15571] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15571/stat : 15571 (java) S 15566 15568 14509 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 253363431 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15572] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15572/stat : 15572 (java) S 15566 15568 14509 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 253363431 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15573] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15573/stat : 15573 (java) S 15566 15568 14509 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 253363435 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15574] ppid=15566 vsize=915584 CPUtime=0.32
/proc/15568/task/15574/stat : 15574 (java) S 15566 15568 14509 0 -1 64 432 0 0 0 31 1 0 0 16 0 8 0 253363435 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15575] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15575/stat : 15575 (java) S 15566 15568 14509 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 253363435 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15576] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15576/stat : 15576 (java) S 15566 15568 14509 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 253363435 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 815.67
Current children cumulated vsize (KiB) 915584

[startup+883.108 s]
/proc/loadavg: 2.00 2.02 2.00 3/93 15774
/proc/meminfo: memFree=1157304/2055920 swapFree=4192812/4192956
[pid=15568] ppid=15566 vsize=915584 CPUtime=875.17
/proc/15568/stat : 15568 (java) R 15566 15568 14509 0 -1 0 9294 0 1 0 87496 21 0 0 25 0 8 0 253363427 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073954092 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15568/statm: 228896 9023 2532 14 0 215366 0
[pid=15568/tid=15570] ppid=15566 vsize=915584 CPUtime=0.03
/proc/15568/task/15570/stat : 15570 (java) S 15566 15568 14509 0 -1 64 306 0 0 0 3 0 0 0 16 0 8 0 253363431 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15571] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15571/stat : 15571 (java) S 15566 15568 14509 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 253363431 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15572] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15572/stat : 15572 (java) S 15566 15568 14509 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 253363431 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15573] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15573/stat : 15573 (java) S 15566 15568 14509 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 253363435 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15574] ppid=15566 vsize=915584 CPUtime=0.32
/proc/15568/task/15574/stat : 15574 (java) S 15566 15568 14509 0 -1 64 432 0 0 0 31 1 0 0 16 0 8 0 253363435 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15575] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15575/stat : 15575 (java) S 15566 15568 14509 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 253363435 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15576] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15576/stat : 15576 (java) S 15566 15568 14509 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 253363435 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 875.17
Current children cumulated vsize (KiB) 915584

[startup+943.162 s]
/proc/loadavg: 2.04 2.03 2.00 3/93 15774
/proc/meminfo: memFree=1157304/2055920 swapFree=4192812/4192956
[pid=15568] ppid=15566 vsize=915584 CPUtime=934.72
/proc/15568/stat : 15568 (java) R 15566 15568 14509 0 -1 0 9294 0 1 0 93451 21 0 0 25 0 8 0 253363427 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073944160 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15568/statm: 228896 9023 2532 14 0 215366 0
[pid=15568/tid=15570] ppid=15566 vsize=915584 CPUtime=0.03
/proc/15568/task/15570/stat : 15570 (java) S 15566 15568 14509 0 -1 64 306 0 0 0 3 0 0 0 16 0 8 0 253363431 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15571] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15571/stat : 15571 (java) S 15566 15568 14509 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 253363431 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15572] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15572/stat : 15572 (java) S 15566 15568 14509 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 253363431 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15573] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15573/stat : 15573 (java) S 15566 15568 14509 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 253363435 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15574] ppid=15566 vsize=915584 CPUtime=0.32
/proc/15568/task/15574/stat : 15574 (java) S 15566 15568 14509 0 -1 64 432 0 0 0 31 1 0 0 16 0 8 0 253363435 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15575] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15575/stat : 15575 (java) S 15566 15568 14509 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 253363435 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15576] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15576/stat : 15576 (java) R 15566 15568 14509 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 253363435 937558016 9023 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 934.72
Current children cumulated vsize (KiB) 915584

[startup+1003.21 s]
/proc/loadavg: 2.01 2.02 2.00 3/93 15774
/proc/meminfo: memFree=1157304/2055920 swapFree=4192812/4192956
[pid=15568] ppid=15566 vsize=915584 CPUtime=994.27
/proc/15568/stat : 15568 (java) R 15566 15568 14509 0 -1 0 9296 0 1 0 99405 22 0 0 25 0 8 0 253363427 937558016 9025 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072918529 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15568/statm: 228896 9025 2532 14 0 215366 0
[pid=15568/tid=15570] ppid=15566 vsize=915584 CPUtime=0.03
/proc/15568/task/15570/stat : 15570 (java) S 15566 15568 14509 0 -1 64 306 0 0 0 3 0 0 0 16 0 8 0 253363431 937558016 9025 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15571] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15571/stat : 15571 (java) S 15566 15568 14509 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 253363431 937558016 9025 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15572] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15572/stat : 15572 (java) S 15566 15568 14509 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 253363431 937558016 9025 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15573] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15573/stat : 15573 (java) S 15566 15568 14509 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 253363435 937558016 9025 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15574] ppid=15566 vsize=915584 CPUtime=0.32
/proc/15568/task/15574/stat : 15574 (java) S 15566 15568 14509 0 -1 64 432 0 0 0 31 1 0 0 16 0 8 0 253363435 937558016 9025 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15575] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15575/stat : 15575 (java) S 15566 15568 14509 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 253363435 937558016 9025 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15576] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15576/stat : 15576 (java) S 15566 15568 14509 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 253363435 937558016 9025 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 994.27
Current children cumulated vsize (KiB) 915584

[startup+1063.27 s]
/proc/loadavg: 2.00 2.02 2.00 3/93 15774
/proc/meminfo: memFree=1157304/2055920 swapFree=4192812/4192956
[pid=15568] ppid=15566 vsize=915584 CPUtime=1053.82
/proc/15568/stat : 15568 (java) R 15566 15568 14509 0 -1 0 9296 0 1 0 105360 22 0 0 25 0 8 0 253363427 937558016 9025 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073989899 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15568/statm: 228896 9025 2532 14 0 215366 0
[pid=15568/tid=15570] ppid=15566 vsize=915584 CPUtime=0.03
/proc/15568/task/15570/stat : 15570 (java) S 15566 15568 14509 0 -1 64 306 0 0 0 3 0 0 0 16 0 8 0 253363431 937558016 9025 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15571] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15571/stat : 15571 (java) S 15566 15568 14509 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 253363431 937558016 9025 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15572] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15572/stat : 15572 (java) S 15566 15568 14509 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 253363431 937558016 9025 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15573] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15573/stat : 15573 (java) S 15566 15568 14509 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 253363435 937558016 9025 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15574] ppid=15566 vsize=915584 CPUtime=0.32
/proc/15568/task/15574/stat : 15574 (java) S 15566 15568 14509 0 -1 64 432 0 0 0 31 1 0 0 16 0 8 0 253363435 937558016 9025 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15575] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15575/stat : 15575 (java) S 15566 15568 14509 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 253363435 937558016 9025 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15568/tid=15576] ppid=15566 vsize=915584 CPUtime=0
/proc/15568/task/15576/stat : 15576 (java) S 15566 15568 14509 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 253363435 937558016 9025 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1053.82
Current children cumulated vsize (KiB) 915584

Child status: 0
Real time (s): 1081.19
CPU time (s): 1071.59
CPU user time (s): 1071.35
CPU system time (s): 0.237963
CPU usage (%): 99.112
Max. virtual memory (cumulated for all children) (KiB): 915584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1071.35
system time used= 0.237963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9393
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= 23192
involuntary context switches= 41810

runsolver used 1.3238 s user time and 3.47847 s system time

The end

Launcher Data (download as text)

Begin job on node5 on Fri Jan 19 22:58:10 UTC 2007


IDJOB= 276832
IDBENCH= 6046
IDSOLVER= 68
FILE ID= node5/276832-1169247490

PBS_JOBID= 3589033

Free space on /tmp= 66561 MiB

SOLVER NAME= AbsconMax 109 EPFC
BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.1/rand-2-40-8-753-100-36_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/276832-1169247490/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node5/watcher-276832-1169247490 -o ROOT/results/node5/solver-276832-1169247490 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/276832-1169247490/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  dcbd6b9485b369434f0a650143d33872

RANDOM SEED= 301697782

TIME LIMIT= 2400 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.240
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.240
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:       1184136 kB
Buffers:         61436 kB
Cached:         682484 kB
SwapCached:          0 kB
Active:         240932 kB
Inactive:       553472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1184136 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1796 kB
Writeback:           0 kB
Mapped:          70824 kB
Slab:            62408 kB
Committed_AS:  6927384 kB
PageTables:       2120 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= 66561 MiB



End job on node5 on Fri Jan 19 23:16:11 UTC 2007