Trace number 276698

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 PFCMSAT (TO) 2400.09 2420.55

General information on the benchmark

Nametightness/tightness0.65/
rand-2-40-40-135-650-23_ext.xml
MD5SUM052daab93e3479cd3789561612b07034
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints134
Best CPU time to get the best result obtained on this benchmark142.922
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints135
Maximum constraint arity2
Maximum domain size40
Number of constraints which are defined in extension135
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.30	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.30	   configuration
0.31	     name=pfc.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/276698-1169244607/unknown.xml
0.37	   
0.37	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.42	     nbVariables=40  nbDomainTypes=1  minDomainSize=40  maxDomainSize=40
0.42	       =>  wckTime=0.108  cpuTime=0.08  mem=6M910
0.42	   
0.42	   relations being loaded...
0.54	   
0.54	   constraints being loaded...
0.62	     nbConstraints=135  nbRelationTypes=135  nbExtensionStructures=135  nbSharedExtensionStructures=0
0.62	     nbConflictsStructures=135  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=11  maxArity=2
0.62	       =>  wckTime=0.313  cpuTime=0.23  mem=15M719
0.66	   
0.66	   solver LocalSearchSolver being built... 
0.71	       =>  wckTime=0.402  cpuTime=0.28  mem=5M927
0.72	
0.72	s SATISFIABLE
0.72	o 68
0.72	c 67
0.72	o 71
0.72	c 64
0.72	o 73
0.72	c 62
0.72	o 76
0.72	c 59
0.73	o 80
0.73	c 55
0.73	o 82
0.73	c 53
0.73	o 85
0.73	c 50
0.73	o 88
0.73	c 47
0.73	o 90
0.73	c 45
0.73	o 93
0.73	c 42
0.73	o 95
0.73	c 40
0.73	o 97
0.73	c 38
0.73	o 98
0.73	c 37
0.73	o 100
0.73	c 35
0.73	o 101
0.73	c 34
0.73	o 104
0.73	c 31
0.74	o 106
0.74	c 29
0.74	o 107
0.74	c 28
0.74	o 108
0.74	c 27
0.74	o 110
0.74	c 25
0.74	o 111
0.74	c 24
0.74	o 112
0.74	c 23
0.74	o 114
0.74	c 21
0.75	o 115
0.75	c 20
0.76	o 116
0.76	c 19
0.76	o 117
0.76	c 18
0.76	o 118
0.76	c 17
0.76	o 120
0.76	c 15
0.76	o 122
0.76	c 13
0.76	o 123
0.76	c 12
0.76	o 124
0.76	c 11
0.77	o 126
0.77	c 9
0.78	o 128
0.78	c 7
0.79	o 129
0.79	c 6
0.92	o 130
0.92	c 5
0.92	o 131
0.92	c 4
4.40	   
4.40	   search
4.40	     run=0  nbConstraintChecks=25764594  nbAssignments=10000
4.40	       =>  wckTime=3.694  cpuTime=3.65  mem=5M927
8.06	   
8.06	   search
8.06	     run=1  nbConstraintChecks=52086745  nbAssignments=20000
8.06	       =>  wckTime=7.351  cpuTime=7.27  mem=5M927
10.90	o 132
10.90	c 3
11.13	o 133
11.13	c 2
11.43	   
11.43	   search
11.43	     run=2  nbConstraintChecks=75907404  nbAssignments=30000
11.43	       =>  wckTime=10.725  cpuTime=10.62  mem=5M927
14.98	   
14.98	   search
14.98	     run=3  nbConstraintChecks=101317790  nbAssignments=40000
14.98	       =>  wckTime=14.277  cpuTime=14.14  mem=5M927
18.43	   
18.43	   search
18.43	     run=4  nbConstraintChecks=125778853  nbAssignments=50000
18.43	       =>  wckTime=17.72  cpuTime=17.55  mem=5M927
22.03	   
22.03	   search
22.03	     run=5  nbConstraintChecks=151844571  nbAssignments=60000
22.03	       =>  wckTime=21.325  cpuTime=21.13  mem=5M927
25.46	   
25.46	   search
25.46	     run=6  nbConstraintChecks=176485196  nbAssignments=70000
25.46	       =>  wckTime=24.748  cpuTime=24.51  mem=5M927
29.34	   
29.34	   search
29.34	     run=7  nbConstraintChecks=204845797  nbAssignments=80000
29.34	       =>  wckTime=28.632  cpuTime=28.37  mem=5M927
32.91	   
32.91	   search
32.91	     run=8  nbConstraintChecks=230373912  nbAssignments=90000
32.91	       =>  wckTime=32.198  cpuTime=31.91  mem=5M927
36.64	   
36.64	   search
36.64	     run=9  nbConstraintChecks=257308086  nbAssignments=100000
36.64	       =>  wckTime=35.934  cpuTime=35.61  mem=5M927
40.13	   
40.13	   search
40.13	     run=10  nbConstraintChecks=282357832  nbAssignments=110000
40.13	       =>  wckTime=39.423  cpuTime=39.06  mem=5M927
41.40	   
41.40	   search
41.40	     run=11  nbConstraintChecks=291627583  nbAssignments=113445
41.40	       =>  wckTime=40.691  cpuTime=40.33  mem=5M927
41.40	   
41.40	   global
41.40	     nbConstraintChecks=291627583  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
41.40	     solvingWckTime=40.686  solvingCpuTime=40.32  expiredTime=no  totalExploration=no  nbFoundSolutions=0
41.40	     globalCpuTime=40.66
41.40	       =>  wckTime=41.093  cpuTime=40.6  mem=5M927
41.40	   
41.40	   solver IterativeSystematicSolver being built... 
41.53	       =>  wckTime=41.22  cpuTime=40.69  mem=16M883
41.54	   
41.54	   preprocessing
41.54	     nbConstraintChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
41.54	     detectedInconsistency=no
41.54	       =>  wckTime=0.0060  cpuTime=0.01  mem=16M883
41.74	   
41.74	   search
41.74	     run=0  nbConstraintChecks=641671  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=106
41.74	     nbFailedAssignments=86  nbBacktracks=10  nbVisitedNodes=203  nbRestartNogoods=0
41.74	       =>  wckTime=0.211  cpuTime=0.18  mem=16M883
42.09	   
42.09	   search
42.09	     run=1  nbConstraintChecks=2194696  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=363
42.09	     nbFailedAssignments=317  nbBacktracks=26  nbVisitedNodes=707  nbRestartNogoods=42
42.09	       =>  wckTime=0.562  cpuTime=0.52  mem=16M883
42.20	   
42.20	   search
42.20	     run=2  nbConstraintChecks=2596426  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=433
42.20	     nbFailedAssignments=361  nbBacktracks=48  nbVisitedNodes=839  nbRestartNogoods=52
42.20	       =>  wckTime=0.674  cpuTime=0.63  mem=16M883
42.41	   
42.41	   search
42.41	     run=3  nbConstraintChecks=3262759  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=544
42.41	     nbFailedAssignments=434  nbBacktracks=81  nbVisitedNodes=1051  nbRestartNogoods=64
42.41	       =>  wckTime=0.876  cpuTime=0.83  mem=16M883
42.94	   
42.94	   search
42.94	     run=4  nbConstraintChecks=5474057  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=933
42.94	     nbFailedAssignments=761  nbBacktracks=131  nbVisitedNodes=1807  nbRestartNogoods=86
42.94	       =>  wckTime=1.409  cpuTime=1.36  mem=16M883
43.61	   
43.61	   search
43.61	     run=5  nbConstraintChecks=8263574  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1431
43.61	     nbFailedAssignments=1172  nbBacktracks=206  nbVisitedNodes=2791  nbRestartNogoods=161
43.61	       =>  wckTime=2.083  cpuTime=2.02  mem=16M883
44.92	   
44.92	   search
44.92	     run=6  nbConstraintChecks=13263431  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2389
44.92	     nbFailedAssignments=2006  nbBacktracks=319  nbVisitedNodes=4696  nbRestartNogoods=194
44.92	       =>  wckTime=3.387  cpuTime=3.29  mem=16M883
46.85	   
46.85	   search
46.85	     run=7  nbConstraintChecks=22217561  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=4044
46.85	     nbFailedAssignments=3480  nbBacktracks=489  nbVisitedNodes=7995  nbRestartNogoods=234
46.85	       =>  wckTime=5.319  cpuTime=5.2  mem=16M883
49.99	   
49.99	   search
49.99	     run=8  nbConstraintChecks=39797287  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=7397
49.99	     nbFailedAssignments=6564  nbBacktracks=745  nbVisitedNodes=14688  nbRestartNogoods=316
49.99	       =>  wckTime=8.46  cpuTime=8.32  mem=16M883
53.40	   
53.40	   search
53.40	     run=9  nbConstraintChecks=58461832  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=10632
53.40	     nbFailedAssignments=9404  nbBacktracks=1129  nbVisitedNodes=21147  nbRestartNogoods=367
53.40	       =>  wckTime=11.87  cpuTime=11.69  mem=16M883
58.34	   
58.34	   search
58.34	     run=10  nbConstraintChecks=86174930  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=16227
58.34	     nbFailedAssignments=14409  nbBacktracks=1706  nbVisitedNodes=32324  nbRestartNogoods=422
58.34	       =>  wckTime=16.808  cpuTime=16.58  mem=16M883
66.56	   
66.56	   search
66.56	     run=11  nbConstraintChecks=124135867  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=23622
66.56	     nbFailedAssignments=20930  nbBacktracks=2570  nbVisitedNodes=47101  nbRestartNogoods=456
66.56	       =>  wckTime=25.029  cpuTime=24.75  mem=16M883
78.46	   
78.46	   search
78.46	     run=12  nbConstraintChecks=174108557  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=32491
78.46	     nbFailedAssignments=28492  nbBacktracks=3867  nbVisitedNodes=64806  nbRestartNogoods=490
78.46	       =>  wckTime=36.926  cpuTime=36.53  mem=16M883
90.19	   
90.19	   search
90.19	     run=13  nbConstraintChecks=224272447  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=43457
90.19	     nbFailedAssignments=37498  nbBacktracks=5813  nbVisitedNodes=86714  nbRestartNogoods=526
90.19	       =>  wckTime=48.661  cpuTime=48.17  mem=16M883
115.01	   
115.01	   search
115.01	     run=14  nbConstraintChecks=329353144  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=62747
115.01	     nbFailedAssignments=53864  nbBacktracks=8732  nbVisitedNodes=125251  nbRestartNogoods=616
115.01	       =>  wckTime=73.476  cpuTime=72.76  mem=16M883
141.48	   
141.49	   search
141.49	     run=15  nbConstraintChecks=425200720  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=77444
141.49	     nbFailedAssignments=64175  nbBacktracks=13110  nbVisitedNodes=153709  nbRestartNogoods=624
141.49	       =>  wckTime=99.956  cpuTime=99.02  mem=16M883
177.30	   
177.30	   search
177.30	     run=16  nbConstraintChecks=556852202  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=98653
177.30	     nbFailedAssignments=78812  nbBacktracks=19678  nbVisitedNodes=195541  nbRestartNogoods=639
177.30	       =>  wckTime=135.768  cpuTime=134.52  mem=16M883
218.96	   
218.96	   search
218.96	     run=17  nbConstraintChecks=696737457  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=120432
218.96	     nbFailedAssignments=90730  nbBacktracks=29531  nbVisitedNodes=236987  nbRestartNogoods=665
218.96	       =>  wckTime=177.436  cpuTime=175.83  mem=16M883
282.80	   
282.80	   search
282.80	     run=18  nbConstraintChecks=902690125  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=154724
282.80	     nbFailedAssignments=110236  nbBacktracks=44309  nbVisitedNodes=300825  nbRestartNogoods=676
282.80	       =>  wckTime=241.266  cpuTime=239.12  mem=16M883
376.21	   
376.21	   search
376.21	     run=19  nbConstraintChecks=1219647455  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=203562
376.21	     nbFailedAssignments=136899  nbBacktracks=66479  nbVisitedNodes=394233  nbRestartNogoods=741
376.21	       =>  wckTime=334.683  cpuTime=331.74  mem=16M883
514.50	   
514.50	   search
514.50	     run=20  nbConstraintChecks=1681833521  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=277396
514.50	     nbFailedAssignments=177465  nbBacktracks=99733  nbVisitedNodes=534313  nbRestartNogoods=767
514.50	       =>  wckTime=472.972  cpuTime=468.85  mem=16M883
705.90	   
705.90	   search
705.90	     run=21  nbConstraintChecks=2332056712  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=388628
705.90	     nbFailedAssignments=238807  nbBacktracks=149611  nbVisitedNodes=740072  nbRestartNogoods=799
705.90	       =>  wckTime=664.376  cpuTime=658.56  mem=16M883
1000.65	   
1000.65	   search
1000.65	     run=22  nbConstraintChecks=3332269862  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=552031
1000.65	     nbFailedAssignments=327381  nbBacktracks=224429  nbVisitedNodes=1049471  nbRestartNogoods=812
1000.65	       =>  wckTime=959.12  cpuTime=950.76  mem=16M883
1440.27	   
1440.27	   search
1440.27	     run=23  nbConstraintChecks=4781130483  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=789475
1440.27	     nbFailedAssignments=452592  nbBacktracks=336656  nbVisitedNodes=1490903  nbRestartNogoods=830
1440.27	       =>  wckTime=1398.739  cpuTime=1386.54  mem=16M883
2092.05	   
2092.05	   search
2092.05	     run=24  nbConstraintChecks=7010807246  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1150245
2092.05	     nbFailedAssignments=645007  nbBacktracks=504997  nbVisitedNodes=2175745  nbRestartNogoods=862
2092.05	       =>  wckTime=2050.525  cpuTime=2032.66  mem=16M883
2420.53	v 33 11 37 29 2 8 25 19 8 1 35 5 22 4 33 20 30 35 11 23 33 33 32 21 37 9 3 4 0 37 1 1 39 29 28 10 24 14 8 29 

Verifier Data (download as text)

2 unsatisfied constraints, 133 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/node38/watcher-276698-1169244607 -o ROOT/results/node38/solver-276698-1169244607 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/276698-1169244607/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: 1.92 1.98 1.99 2/80 17421
/proc/meminfo: memFree=1432024/2055920 swapFree=4192812/4192956
[pid=17420] ppid=17418 vsize=18540 CPUtime=0
/proc/17420/stat : 17420 (runsolver) R 17418 17420 16547 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 272860344 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 266890439975 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/17420/statm: 4635 279 244 17 0 2626 0

[startup+0.101851 s]
/proc/loadavg: 1.92 1.98 1.99 2/80 17421
/proc/meminfo: memFree=1432024/2055920 swapFree=4192812/4192956
[pid=17420] ppid=17418 vsize=914988 CPUtime=0.08
/proc/17420/stat : 17420 (java) R 17418 17420 16547 0 -1 0 2987 0 1 0 7 1 0 0 17 0 8 0 272860344 936947712 2733 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17420/statm: 228747 2733 1426 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.509917 s]
/proc/loadavg: 1.92 1.98 1.99 2/80 17421
/proc/meminfo: memFree=1432024/2055920 swapFree=4192812/4192956
[pid=17420] ppid=17418 vsize=915332 CPUtime=0.49
/proc/17420/stat : 17420 (java) R 17418 17420 16547 0 -1 0 7162 0 1 0 45 4 0 0 19 0 8 0 272860344 937299968 6901 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073591859 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17420/statm: 228833 6901 2139 14 0 215303 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915332

[startup+1.33108 s]
/proc/loadavg: 1.92 1.98 1.99 3/87 17428
/proc/meminfo: memFree=1406880/2055920 swapFree=4192812/4192956
[pid=17420] ppid=17418 vsize=915444 CPUtime=1.3
/proc/17420/stat : 17420 (java) R 17418 17420 16547 0 -1 0 8964 0 1 0 117 13 0 0 25 0 8 0 272860344 937414656 8702 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073684115 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17420/statm: 228861 8702 2476 14 0 215331 0
[pid=17420/tid=17422] ppid=17418 vsize=915444 CPUtime=0.03
/proc/17420/task/17422/stat : 17422 (java) S 17418 17420 16547 0 -1 64 257 0 0 0 3 0 0 0 16 0 8 0 272860348 937414656 8702 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17423] ppid=17418 vsize=915444 CPUtime=0
/proc/17420/task/17423/stat : 17423 (java) S 17418 17420 16547 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 272860349 937414656 8702 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17424] ppid=17418 vsize=915444 CPUtime=0
/proc/17420/task/17424/stat : 17424 (java) S 17418 17420 16547 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 272860349 937414656 8702 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17425] ppid=17418 vsize=915444 CPUtime=0
/proc/17420/task/17425/stat : 17425 (java) S 17418 17420 16547 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 272860352 937414656 8702 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17426] ppid=17418 vsize=915444 CPUtime=0.12
/proc/17420/task/17426/stat : 17426 (java) S 17418 17420 16547 0 -1 64 333 0 0 0 12 0 0 0 16 0 8 0 272860352 937414656 8702 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17427] ppid=17418 vsize=915444 CPUtime=0
/proc/17420/task/17427/stat : 17427 (java) S 17418 17420 16547 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 272860352 937414656 8702 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17428] ppid=17418 vsize=915444 CPUtime=0
/proc/17420/task/17428/stat : 17428 (java) S 17418 17420 16547 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 272860352 937414656 8702 18446744073709551615 134512640 134570532 4294956480 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) 915444

[startup+2.97139 s]
/proc/loadavg: 1.92 1.98 1.99 3/87 17428
/proc/meminfo: memFree=1406816/2055920 swapFree=4192812/4192956
[pid=17420] ppid=17418 vsize=915444 CPUtime=2.93
/proc/17420/stat : 17420 (java) R 17418 17420 16547 0 -1 0 8965 0 1 0 263 30 0 0 25 0 8 0 272860344 937414656 8702 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073683552 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17420/statm: 228861 8702 2476 14 0 215331 0
[pid=17420/tid=17422] ppid=17418 vsize=915444 CPUtime=0.03
/proc/17420/task/17422/stat : 17422 (java) S 17418 17420 16547 0 -1 64 257 0 0 0 3 0 0 0 16 0 8 0 272860348 937414656 8702 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17423] ppid=17418 vsize=915444 CPUtime=0
/proc/17420/task/17423/stat : 17423 (java) S 17418 17420 16547 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 272860349 937414656 8702 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17424] ppid=17418 vsize=915444 CPUtime=0
/proc/17420/task/17424/stat : 17424 (java) S 17418 17420 16547 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 272860349 937414656 8702 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17425] ppid=17418 vsize=915444 CPUtime=0
/proc/17420/task/17425/stat : 17425 (java) S 17418 17420 16547 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 272860352 937414656 8702 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17426] ppid=17418 vsize=915444 CPUtime=0.12
/proc/17420/task/17426/stat : 17426 (java) S 17418 17420 16547 0 -1 64 333 0 0 0 12 0 0 0 16 0 8 0 272860352 937414656 8702 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17427] ppid=17418 vsize=915444 CPUtime=0
/proc/17420/task/17427/stat : 17427 (java) S 17418 17420 16547 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 272860352 937414656 8702 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17428] ppid=17418 vsize=915444 CPUtime=0
/proc/17420/task/17428/stat : 17428 (java) S 17418 17420 16547 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 272860352 937414656 8702 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915444

[startup+6.26604 s]
/proc/loadavg: 1.93 1.98 1.99 3/87 17428
/proc/meminfo: memFree=1406688/2055920 swapFree=4192812/4192956
[pid=17420] ppid=17418 vsize=915444 CPUtime=6.19
/proc/17420/stat : 17420 (java) R 17418 17420 16547 0 -1 0 8967 0 1 0 555 64 0 0 25 0 8 0 272860344 937414656 8704 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073679189 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17420/statm: 228861 8704 2476 14 0 215331 0
[pid=17420/tid=17422] ppid=17418 vsize=915444 CPUtime=0.03
/proc/17420/task/17422/stat : 17422 (java) S 17418 17420 16547 0 -1 64 257 0 0 0 3 0 0 0 16 0 8 0 272860348 937414656 8704 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17423] ppid=17418 vsize=915444 CPUtime=0
/proc/17420/task/17423/stat : 17423 (java) S 17418 17420 16547 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 272860349 937414656 8704 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17424] ppid=17418 vsize=915444 CPUtime=0
/proc/17420/task/17424/stat : 17424 (java) S 17418 17420 16547 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 272860349 937414656 8704 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17425] ppid=17418 vsize=915444 CPUtime=0
/proc/17420/task/17425/stat : 17425 (java) S 17418 17420 16547 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 272860352 937414656 8704 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17426] ppid=17418 vsize=915444 CPUtime=0.13
/proc/17420/task/17426/stat : 17426 (java) S 17418 17420 16547 0 -1 64 335 0 0 0 13 0 0 0 16 0 8 0 272860352 937414656 8704 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17427] ppid=17418 vsize=915444 CPUtime=0
/proc/17420/task/17427/stat : 17427 (java) S 17418 17420 16547 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 272860352 937414656 8704 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17428] ppid=17418 vsize=915444 CPUtime=0
/proc/17420/task/17428/stat : 17428 (java) S 17418 17420 16547 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 272860352 937414656 8704 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 915444

[startup+12.7403 s]
/proc/loadavg: 1.93 1.98 1.99 3/87 17428
/proc/meminfo: memFree=1406696/2055920 swapFree=4192812/4192956
[pid=17420] ppid=17418 vsize=915448 CPUtime=12.61
/proc/17420/stat : 17420 (java) R 17418 17420 16547 0 -1 0 8968 0 1 0 1117 144 0 0 25 0 8 0 272860344 937418752 8705 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17420/statm: 228862 8705 2476 14 0 215332 0
[pid=17420/tid=17422] ppid=17418 vsize=915448 CPUtime=0.03
/proc/17420/task/17422/stat : 17422 (java) S 17418 17420 16547 0 -1 64 257 0 0 0 3 0 0 0 16 0 8 0 272860348 937418752 8705 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17423] ppid=17418 vsize=915448 CPUtime=0
/proc/17420/task/17423/stat : 17423 (java) S 17418 17420 16547 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 272860349 937418752 8705 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17424] ppid=17418 vsize=915448 CPUtime=0
/proc/17420/task/17424/stat : 17424 (java) S 17418 17420 16547 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 272860349 937418752 8705 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17425] ppid=17418 vsize=915448 CPUtime=0
/proc/17420/task/17425/stat : 17425 (java) S 17418 17420 16547 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 272860352 937418752 8705 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17426] ppid=17418 vsize=915448 CPUtime=0.13
/proc/17420/task/17426/stat : 17426 (java) S 17418 17420 16547 0 -1 64 336 0 0 0 13 0 0 0 17 0 8 0 272860352 937418752 8705 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17427] ppid=17418 vsize=915448 CPUtime=0
/proc/17420/task/17427/stat : 17427 (java) S 17418 17420 16547 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 272860352 937418752 8705 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17428] ppid=17418 vsize=915448 CPUtime=0
/proc/17420/task/17428/stat : 17428 (java) S 17418 17420 16547 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 272860352 937418752 8705 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 915448

[startup+25.6008 s]
/proc/loadavg: 1.95 1.98 1.99 3/87 17428
/proc/meminfo: memFree=1406824/2055920 swapFree=4192812/4192956
[pid=17420] ppid=17418 vsize=915444 CPUtime=25.36
/proc/17420/stat : 17420 (java) R 17418 17420 16547 0 -1 0 8968 0 1 0 2244 292 0 0 25 0 8 0 272860344 937414656 8705 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073684898 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17420/statm: 228861 8705 2476 14 0 215331 0
[pid=17420/tid=17422] ppid=17418 vsize=915444 CPUtime=0.03
/proc/17420/task/17422/stat : 17422 (java) S 17418 17420 16547 0 -1 64 257 0 0 0 3 0 0 0 16 0 8 0 272860348 937414656 8705 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17423] ppid=17418 vsize=915444 CPUtime=0
/proc/17420/task/17423/stat : 17423 (java) S 17418 17420 16547 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 272860349 937414656 8705 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17424] ppid=17418 vsize=915444 CPUtime=0
/proc/17420/task/17424/stat : 17424 (java) S 17418 17420 16547 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 272860349 937414656 8705 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17425] ppid=17418 vsize=915444 CPUtime=0
/proc/17420/task/17425/stat : 17425 (java) S 17418 17420 16547 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 272860352 937414656 8705 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17426] ppid=17418 vsize=915444 CPUtime=0.13
/proc/17420/task/17426/stat : 17426 (java) S 17418 17420 16547 0 -1 64 336 0 0 0 13 0 0 0 17 0 8 0 272860352 937414656 8705 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17427] ppid=17418 vsize=915444 CPUtime=0
/proc/17420/task/17427/stat : 17427 (java) S 17418 17420 16547 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 272860352 937414656 8705 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17428] ppid=17418 vsize=915444 CPUtime=0
/proc/17420/task/17428/stat : 17428 (java) S 17418 17420 16547 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 272860352 937414656 8705 18446744073709551615 134512640 134570532 4294956480 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) 915444

[startup+51.2028 s]
/proc/loadavg: 1.96 1.98 1.99 4/87 17428
/proc/meminfo: memFree=1406376/2055920 swapFree=4192812/4192956
[pid=17420] ppid=17418 vsize=915444 CPUtime=50.74
/proc/17420/stat : 17420 (java) R 17418 17420 16547 0 -1 0 9141 0 1 0 4607 467 0 0 25 0 8 0 272860344 937414656 8872 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073802378 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17420/statm: 228861 8872 2527 14 0 215331 0
[pid=17420/tid=17422] ppid=17418 vsize=915444 CPUtime=0.03
/proc/17420/task/17422/stat : 17422 (java) S 17418 17420 16547 0 -1 64 258 0 0 0 3 0 0 0 17 0 8 0 272860348 937414656 8872 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17423] ppid=17418 vsize=915444 CPUtime=0
/proc/17420/task/17423/stat : 17423 (java) S 17418 17420 16547 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 272860349 937414656 8872 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17424] ppid=17418 vsize=915444 CPUtime=0
/proc/17420/task/17424/stat : 17424 (java) S 17418 17420 16547 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 272860349 937414656 8872 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17425] ppid=17418 vsize=915444 CPUtime=0
/proc/17420/task/17425/stat : 17425 (java) S 17418 17420 16547 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 272860352 937414656 8872 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17426] ppid=17418 vsize=915444 CPUtime=0.23
/proc/17420/task/17426/stat : 17426 (java) S 17418 17420 16547 0 -1 64 390 0 0 0 23 0 0 0 16 0 8 0 272860352 937414656 8872 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17427] ppid=17418 vsize=915444 CPUtime=0
/proc/17420/task/17427/stat : 17427 (java) S 17418 17420 16547 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 272860352 937414656 8872 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17428] ppid=17418 vsize=915444 CPUtime=0
/proc/17420/task/17428/stat : 17428 (java) S 17418 17420 16547 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 272860352 937414656 8872 18446744073709551615 134512640 134570532 4294956480 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) 915444

[startup+102.502 s]
/proc/loadavg: 1.98 1.98 1.99 3/87 17428
/proc/meminfo: memFree=1406376/2055920 swapFree=4192812/4192956
[pid=17420] ppid=17418 vsize=915444 CPUtime=101.6
/proc/17420/stat : 17420 (java) R 17418 17420 16547 0 -1 0 9162 0 1 0 9692 468 0 0 25 0 8 0 272860344 937414656 8890 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073829409 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17420/statm: 228861 8890 2527 14 0 215331 0
[pid=17420/tid=17422] ppid=17418 vsize=915444 CPUtime=0.03
/proc/17420/task/17422/stat : 17422 (java) S 17418 17420 16547 0 -1 64 258 0 0 0 3 0 0 0 16 0 8 0 272860348 937414656 8890 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17423] ppid=17418 vsize=915444 CPUtime=0
/proc/17420/task/17423/stat : 17423 (java) S 17418 17420 16547 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 272860349 937414656 8890 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17424] ppid=17418 vsize=915444 CPUtime=0
/proc/17420/task/17424/stat : 17424 (java) S 17418 17420 16547 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 272860349 937414656 8890 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17425] ppid=17418 vsize=915444 CPUtime=0
/proc/17420/task/17425/stat : 17425 (java) S 17418 17420 16547 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 272860352 937414656 8890 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17426] ppid=17418 vsize=915444 CPUtime=0.23
/proc/17420/task/17426/stat : 17426 (java) S 17418 17420 16547 0 -1 64 393 0 0 0 23 0 0 0 16 0 8 0 272860352 937414656 8890 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17427] ppid=17418 vsize=915444 CPUtime=0
/proc/17420/task/17427/stat : 17427 (java) S 17418 17420 16547 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 272860352 937414656 8890 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17428] ppid=17418 vsize=915444 CPUtime=0
/proc/17420/task/17428/stat : 17428 (java) S 17418 17420 16547 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 272860352 937414656 8890 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.6
Current children cumulated vsize (KiB) 915444

[startup+162.543 s]
/proc/loadavg: 1.99 1.98 1.99 3/87 17428
/proc/meminfo: memFree=1406312/2055920 swapFree=4192812/4192956
[pid=17420] ppid=17418 vsize=915444 CPUtime=161.13
/proc/17420/stat : 17420 (java) R 17418 17420 16547 0 -1 0 9169 0 1 0 15644 469 0 0 25 0 8 0 272860344 937414656 8895 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073678071 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 2006.26
Current children cumulated vsize (KiB) 915444

[startup+2083.83 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 17430
/proc/meminfo: memFree=1405992/2055920 swapFree=4192812/4192956
[pid=17420] ppid=17418 vsize=915444 CPUtime=2065.79
/proc/17420/stat : 17420 (java) R 17418 17420 16547 0 -1 0 9190 0 1 0 206097 482 0 0 25 0 8 0 272860344 937414656 8915 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073859187 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17420/statm: 228861 8915 2527 14 0 215331 0
[pid=17420/tid=17422] ppid=17418 vsize=915444 CPUtime=0.03
/proc/17420/task/17422/stat : 17422 (java) S 17418 17420 16547 0 -1 64 258 0 0 0 3 0 0 0 16 0 8 0 272860348 937414656 8915 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17423] ppid=17418 vsize=915444 CPUtime=0
/proc/17420/task/17423/stat : 17423 (java) S 17418 17420 16547 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 272860349 937414656 8915 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17424] ppid=17418 vsize=915444 CPUtime=0
/proc/17420/task/17424/stat : 17424 (java) S 17418 17420 16547 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 272860349 937414656 8915 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17425] ppid=17418 vsize=915444 CPUtime=0
/proc/17420/task/17425/stat : 17425 (java) S 17418 17420 16547 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 272860352 937414656 8915 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17426] ppid=17418 vsize=915444 CPUtime=0.23
/proc/17420/task/17426/stat : 17426 (java) S 17418 17420 16547 0 -1 64 393 0 0 0 23 0 0 0 16 0 8 0 272860352 937414656 8915 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17427] ppid=17418 vsize=915444 CPUtime=0
/proc/17420/task/17427/stat : 17427 (java) S 17418 17420 16547 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 272860352 937414656 8915 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17428] ppid=17418 vsize=915444 CPUtime=0.03
/proc/17420/task/17428/stat : 17428 (java) S 17418 17420 16547 0 -1 64 0 0 0 0 1 2 0 0 15 0 8 0 272860352 937414656 8915 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2065.79
Current children cumulated vsize (KiB) 915444

[startup+2143.88 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 17430
/proc/meminfo: memFree=1405928/2055920 swapFree=4192812/4192956
[pid=17420] ppid=17418 vsize=915444 CPUtime=2125.31
/proc/17420/stat : 17420 (java) R 17418 17420 16547 0 -1 0 9192 0 1 0 212049 482 0 0 25 0 8 0 272860344 937414656 8917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073795405 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17420/statm: 228861 8917 2527 14 0 215331 0
[pid=17420/tid=17422] ppid=17418 vsize=915444 CPUtime=0.03
/proc/17420/task/17422/stat : 17422 (java) S 17418 17420 16547 0 -1 64 258 0 0 0 3 0 0 0 16 0 8 0 272860348 937414656 8917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17423] ppid=17418 vsize=915444 CPUtime=0
/proc/17420/task/17423/stat : 17423 (java) S 17418 17420 16547 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 272860349 937414656 8917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17424] ppid=17418 vsize=915444 CPUtime=0
/proc/17420/task/17424/stat : 17424 (java) S 17418 17420 16547 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 272860349 937414656 8917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17425] ppid=17418 vsize=915444 CPUtime=0
/proc/17420/task/17425/stat : 17425 (java) S 17418 17420 16547 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 272860352 937414656 8917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17426] ppid=17418 vsize=915444 CPUtime=0.23
/proc/17420/task/17426/stat : 17426 (java) S 17418 17420 16547 0 -1 64 393 0 0 0 23 0 0 0 16 0 8 0 272860352 937414656 8917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17427] ppid=17418 vsize=915444 CPUtime=0
/proc/17420/task/17427/stat : 17427 (java) S 17418 17420 16547 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 272860352 937414656 8917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17428] ppid=17418 vsize=915444 CPUtime=0.03
/proc/17420/task/17428/stat : 17428 (java) R 17418 17420 16547 0 -1 64 0 0 0 0 1 2 0 0 15 0 8 0 272860352 937414656 8917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2125.31
Current children cumulated vsize (KiB) 915444

[startup+2203.92 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 17430
/proc/meminfo: memFree=1405928/2055920 swapFree=4192812/4192956
[pid=17420] ppid=17418 vsize=915444 CPUtime=2184.84
/proc/17420/stat : 17420 (java) R 17418 17420 16547 0 -1 0 9192 0 1 0 218001 483 0 0 25 0 8 0 272860344 937414656 8917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073802508 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17420/statm: 228861 8917 2527 14 0 215331 0
[pid=17420/tid=17422] ppid=17418 vsize=915444 CPUtime=0.03
/proc/17420/task/17422/stat : 17422 (java) S 17418 17420 16547 0 -1 64 258 0 0 0 3 0 0 0 16 0 8 0 272860348 937414656 8917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17423] ppid=17418 vsize=915444 CPUtime=0
/proc/17420/task/17423/stat : 17423 (java) S 17418 17420 16547 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 272860349 937414656 8917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17424] ppid=17418 vsize=915444 CPUtime=0
/proc/17420/task/17424/stat : 17424 (java) S 17418 17420 16547 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 272860349 937414656 8917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17425] ppid=17418 vsize=915444 CPUtime=0
/proc/17420/task/17425/stat : 17425 (java) S 17418 17420 16547 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 272860352 937414656 8917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17426] ppid=17418 vsize=915444 CPUtime=0.23
/proc/17420/task/17426/stat : 17426 (java) S 17418 17420 16547 0 -1 64 393 0 0 0 23 0 0 0 16 0 8 0 272860352 937414656 8917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17427] ppid=17418 vsize=915444 CPUtime=0
/proc/17420/task/17427/stat : 17427 (java) S 17418 17420 16547 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 272860352 937414656 8917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17428] ppid=17418 vsize=915444 CPUtime=0.03
/proc/17420/task/17428/stat : 17428 (java) S 17418 17420 16547 0 -1 64 0 0 0 0 1 2 0 0 15 0 8 0 272860352 937414656 8917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2184.84
Current children cumulated vsize (KiB) 915444

[startup+2263.95 s]
/proc/loadavg: 2.04 2.01 2.00 3/87 17430
/proc/meminfo: memFree=1405928/2055920 swapFree=4192812/4192956
[pid=17420] ppid=17418 vsize=915444 CPUtime=2244.34
/proc/17420/stat : 17420 (java) R 17418 17420 16547 0 -1 0 9192 0 1 0 223951 483 0 0 25 0 8 0 272860344 937414656 8917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073794571 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17420/statm: 228861 8917 2527 14 0 215331 0
[pid=17420/tid=17422] ppid=17418 vsize=915444 CPUtime=0.03
/proc/17420/task/17422/stat : 17422 (java) S 17418 17420 16547 0 -1 64 258 0 0 0 3 0 0 0 16 0 8 0 272860348 937414656 8917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17423] ppid=17418 vsize=915444 CPUtime=0
/proc/17420/task/17423/stat : 17423 (java) S 17418 17420 16547 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 272860349 937414656 8917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17424] ppid=17418 vsize=915444 CPUtime=0
/proc/17420/task/17424/stat : 17424 (java) S 17418 17420 16547 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 272860349 937414656 8917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17425] ppid=17418 vsize=915444 CPUtime=0
/proc/17420/task/17425/stat : 17425 (java) S 17418 17420 16547 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 272860352 937414656 8917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17426] ppid=17418 vsize=915444 CPUtime=0.23
/proc/17420/task/17426/stat : 17426 (java) S 17418 17420 16547 0 -1 64 393 0 0 0 23 0 0 0 16 0 8 0 272860352 937414656 8917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17427] ppid=17418 vsize=915444 CPUtime=0
/proc/17420/task/17427/stat : 17427 (java) S 17418 17420 16547 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 272860352 937414656 8917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17428] ppid=17418 vsize=915444 CPUtime=0.03
/proc/17420/task/17428/stat : 17428 (java) S 17418 17420 16547 0 -1 64 0 0 0 0 1 2 0 0 15 0 8 0 272860352 937414656 8917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2244.34
Current children cumulated vsize (KiB) 915444

[startup+2323.99 s]
/proc/loadavg: 2.05 2.02 2.00 3/87 17430
/proc/meminfo: memFree=1405864/2055920 swapFree=4192812/4192956
[pid=17420] ppid=17418 vsize=915444 CPUtime=2303.85
/proc/17420/stat : 17420 (java) R 17418 17420 16547 0 -1 0 9192 0 1 0 229902 483 0 0 25 0 8 0 272860344 937414656 8917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073794544 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17420/statm: 228861 8917 2527 14 0 215331 0
[pid=17420/tid=17422] ppid=17418 vsize=915444 CPUtime=0.03
/proc/17420/task/17422/stat : 17422 (java) S 17418 17420 16547 0 -1 64 258 0 0 0 3 0 0 0 16 0 8 0 272860348 937414656 8917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17423] ppid=17418 vsize=915444 CPUtime=0
/proc/17420/task/17423/stat : 17423 (java) S 17418 17420 16547 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 272860349 937414656 8917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17424] ppid=17418 vsize=915444 CPUtime=0
/proc/17420/task/17424/stat : 17424 (java) S 17418 17420 16547 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 272860349 937414656 8917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17425] ppid=17418 vsize=915444 CPUtime=0
/proc/17420/task/17425/stat : 17425 (java) S 17418 17420 16547 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 272860352 937414656 8917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17426] ppid=17418 vsize=915444 CPUtime=0.23
/proc/17420/task/17426/stat : 17426 (java) S 17418 17420 16547 0 -1 64 393 0 0 0 23 0 0 0 16 0 8 0 272860352 937414656 8917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17427] ppid=17418 vsize=915444 CPUtime=0
/proc/17420/task/17427/stat : 17427 (java) S 17418 17420 16547 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 272860352 937414656 8917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17428] ppid=17418 vsize=915444 CPUtime=0.04
/proc/17420/task/17428/stat : 17428 (java) S 17418 17420 16547 0 -1 64 0 0 0 0 2 2 0 0 15 0 8 0 272860352 937414656 8917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2303.85
Current children cumulated vsize (KiB) 915444

[startup+2384.05 s]
/proc/loadavg: 1.97 2.01 1.99 2/75 17530
/proc/meminfo: memFree=1430984/2055920 swapFree=4192812/4192956
[pid=17420] ppid=17418 vsize=915444 CPUtime=2363.59
/proc/17420/stat : 17420 (java) R 17418 17420 16547 0 -1 0 9192 0 1 0 235875 484 0 0 25 0 8 0 272860344 937414656 8917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073794586 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17420/statm: 228861 8917 2527 14 0 215331 0
[pid=17420/tid=17422] ppid=17418 vsize=915444 CPUtime=0.03
/proc/17420/task/17422/stat : 17422 (java) S 17418 17420 16547 0 -1 64 258 0 0 0 3 0 0 0 16 0 8 0 272860348 937414656 8917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17423] ppid=17418 vsize=915444 CPUtime=0
/proc/17420/task/17423/stat : 17423 (java) S 17418 17420 16547 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 272860349 937414656 8917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17424] ppid=17418 vsize=915444 CPUtime=0
/proc/17420/task/17424/stat : 17424 (java) S 17418 17420 16547 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 272860349 937414656 8917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17425] ppid=17418 vsize=915444 CPUtime=0
/proc/17420/task/17425/stat : 17425 (java) S 17418 17420 16547 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 272860352 937414656 8917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17426] ppid=17418 vsize=915444 CPUtime=0.23
/proc/17420/task/17426/stat : 17426 (java) S 17418 17420 16547 0 -1 64 393 0 0 0 23 0 0 0 16 0 8 0 272860352 937414656 8917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17427] ppid=17418 vsize=915444 CPUtime=0
/proc/17420/task/17427/stat : 17427 (java) S 17418 17420 16547 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 272860352 937414656 8917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17428] ppid=17418 vsize=915444 CPUtime=0.04
/proc/17420/task/17428/stat : 17428 (java) S 17418 17420 16547 0 -1 64 0 0 0 0 2 2 0 0 15 0 8 0 272860352 937414656 8917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2363.59
Current children cumulated vsize (KiB) 915444



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2420.52 s]
/proc/loadavg: 1.54 1.90 1.96 2/72 17537
/proc/meminfo: memFree=1440176/2055920 swapFree=4192812/4192956
[pid=17420] ppid=17418 vsize=915444 CPUtime=2400.06
/proc/17420/stat : 17420 (java) R 17418 17420 16547 0 -1 0 9192 0 1 0 239521 485 0 0 25 0 8 0 272860344 937414656 8917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073858965 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17420/statm: 228861 8917 2527 14 0 215331 0
[pid=17420/tid=17422] ppid=17418 vsize=915444 CPUtime=0.03
/proc/17420/task/17422/stat : 17422 (java) S 17418 17420 16547 0 -1 64 258 0 0 0 3 0 0 0 16 0 8 0 272860348 937414656 8917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17423] ppid=17418 vsize=915444 CPUtime=0
/proc/17420/task/17423/stat : 17423 (java) S 17418 17420 16547 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 272860349 937414656 8917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17424] ppid=17418 vsize=915444 CPUtime=0
/proc/17420/task/17424/stat : 17424 (java) S 17418 17420 16547 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 272860349 937414656 8917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17425] ppid=17418 vsize=915444 CPUtime=0
/proc/17420/task/17425/stat : 17425 (java) S 17418 17420 16547 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 272860352 937414656 8917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17426] ppid=17418 vsize=915444 CPUtime=0.23
/proc/17420/task/17426/stat : 17426 (java) S 17418 17420 16547 0 -1 64 393 0 0 0 23 0 0 0 16 0 8 0 272860352 937414656 8917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17427] ppid=17418 vsize=915444 CPUtime=0
/proc/17420/task/17427/stat : 17427 (java) S 17418 17420 16547 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 272860352 937414656 8917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17420/tid=17428] ppid=17418 vsize=915444 CPUtime=0.04
/proc/17420/task/17428/stat : 17428 (java) S 17418 17420 16547 0 -1 64 0 0 0 0 2 2 0 0 15 0 8 0 272860352 937414656 8917 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2400.06
Current children cumulated vsize (KiB) 915444

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

Child status: 143
Real time (s): 2420.55
CPU time (s): 2400.09
CPU user time (s): 2395.23
CPU system time (s): 4.86126
CPU usage (%): 99.1548
Max. virtual memory (cumulated for all children) (KiB): 915448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.23
system time used= 4.86126
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9213
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= 50044
involuntary context switches= 139961

runsolver used 3.2825 s user time and 6.81296 s system time

The end

Launcher Data (download as text)

Begin job on node38 on Fri Jan 19 22:10:07 UTC 2007


IDJOB= 276698
IDBENCH= 5961
IDSOLVER= 69
FILE ID= node38/276698-1169244607

PBS_JOBID= 3589317

Free space on /tmp= 66561 MiB

SOLVER NAME= AbsconMax 109 PFC
BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.65/rand-2-40-40-135-650-23_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/276698-1169244607/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node38/watcher-276698-1169244607 -o ROOT/results/node38/solver-276698-1169244607 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/276698-1169244607/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  052daab93e3479cd3789561612b07034

RANDOM SEED= 998025100

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.267
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.267
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:       1432504 kB
Buffers:         45604 kB
Cached:         455352 kB
SwapCached:          0 kB
Active:         185240 kB
Inactive:       363236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1432504 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2084 kB
Writeback:           0 kB
Mapped:          67820 kB
Slab:            60192 kB
Committed_AS:  5965072 kB
PageTables:       1964 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= 66563 MiB



End job on node38 on Fri Jan 19 22:50:28 UTC 2007