Trace number 279811

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 371.247 374.439

General information on the benchmark

NameMaxCSP/maxcut/
maxcut-30/maxcut-30-330-1_ext.xml
MD5SUM3ddf92ea9b05be5c4614c9b870e2a8ac
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints198
Best CPU time to get the best result obtained on this benchmark5.9251
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints330
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension330
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.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=epfc.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/279811-1169298786/unknown.xml
0.37	   
0.37	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.40	     nbVariables=30  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2
0.40	       =>  wckTime=0.084  cpuTime=0.08  mem=6M887
0.40	   
0.40	   relations being loaded...
0.40	   
0.40	   constraints being loaded...
0.50	     nbConstraints=330  nbRelationTypes=1  nbExtensionStructures=1  nbSharedExtensionStructures=329
0.50	     nbConflictsStructures=1  nbSharedConflictsStructures=329  nbSharedBinaryRepresentations=2  maxDegree=26  maxArity=2
0.50	       =>  wckTime=0.187  cpuTime=0.14  mem=7M895
0.54	   
0.54	   solver LocalSearchSolver being built... 
0.58	       =>  wckTime=0.263  cpuTime=0.18  mem=5M519
0.58	
0.58	s SATISFIABLE
0.58	o 182
0.58	c 148
0.58	o 185
0.58	c 145
0.58	o 186
0.58	c 144
0.59	o 188
0.59	c 142
0.59	o 189
0.59	c 141
0.59	o 192
0.59	c 138
0.59	o 193
0.59	c 137
0.59	o 196
0.59	c 134
0.59	o 197
0.59	c 133
0.59	o 198
0.59	c 132
1.90	   
1.90	   search
1.90	     run=0  nbConstraintChecks=5523190  nbAssignments=10000
1.90	       =>  wckTime=1.324  cpuTime=1.3  mem=5M519
3.17	   
3.17	   search
3.17	     run=1  nbConstraintChecks=11081996  nbAssignments=20000
3.17	       =>  wckTime=2.597  cpuTime=2.56  mem=5M519
4.45	   
4.45	   search
4.45	     run=2  nbConstraintChecks=16607590  nbAssignments=30000
4.45	       =>  wckTime=3.871  cpuTime=3.82  mem=5M519
5.72	   
5.72	   search
5.72	     run=3  nbConstraintChecks=22167526  nbAssignments=40000
5.72	       =>  wckTime=5.147  cpuTime=5.09  mem=5M519
7.01	   
7.01	   search
7.01	     run=4  nbConstraintChecks=27694514  nbAssignments=50000
7.01	       =>  wckTime=6.43  cpuTime=6.35  mem=5M519
8.30	   
8.30	   search
8.30	     run=5  nbConstraintChecks=33258732  nbAssignments=60000
8.30	       =>  wckTime=7.728  cpuTime=7.62  mem=5M519
9.58	   
9.58	   search
9.58	     run=6  nbConstraintChecks=38783242  nbAssignments=70000
9.58	       =>  wckTime=9.0  cpuTime=8.87  mem=5M519
10.85	   
10.85	   search
10.85	     run=7  nbConstraintChecks=44342995  nbAssignments=80000
10.85	       =>  wckTime=10.276  cpuTime=10.15  mem=5M519
12.13	   
12.13	   search
12.13	     run=8  nbConstraintChecks=49869356  nbAssignments=90000
12.13	       =>  wckTime=11.549  cpuTime=11.41  mem=5M519
13.39	   
13.39	   search
13.39	     run=9  nbConstraintChecks=55435022  nbAssignments=100000
13.39	       =>  wckTime=12.816  cpuTime=12.67  mem=5M519
14.66	   
14.66	   search
14.66	     run=10  nbConstraintChecks=60960153  nbAssignments=110000
14.66	       =>  wckTime=14.086  cpuTime=13.92  mem=5M519
15.93	   
15.93	   search
15.93	     run=11  nbConstraintChecks=66524002  nbAssignments=120000
15.93	       =>  wckTime=15.358  cpuTime=15.19  mem=5M519
17.20	   
17.20	   search
17.20	     run=12  nbConstraintChecks=72049023  nbAssignments=130000
17.20	       =>  wckTime=16.622  cpuTime=16.44  mem=5M519
18.47	   
18.47	   search
18.47	     run=13  nbConstraintChecks=77612971  nbAssignments=140000
18.47	       =>  wckTime=17.89  cpuTime=17.7  mem=5M519
19.73	   
19.73	   search
19.73	     run=14  nbConstraintChecks=83140020  nbAssignments=150000
19.73	       =>  wckTime=19.151  cpuTime=18.96  mem=5M519
21.00	   
21.00	   search
21.00	     run=15  nbConstraintChecks=88705851  nbAssignments=160000
21.00	       =>  wckTime=20.42  cpuTime=20.22  mem=5M519
22.26	   
22.26	   search
22.26	     run=16  nbConstraintChecks=94232450  nbAssignments=170000
22.26	       =>  wckTime=21.685  cpuTime=21.47  mem=5M519
23.54	   
23.54	   search
23.54	     run=17  nbConstraintChecks=99795873  nbAssignments=180000
23.54	       =>  wckTime=22.963  cpuTime=22.74  mem=5M519
24.82	   
24.82	   search
24.82	     run=18  nbConstraintChecks=105323639  nbAssignments=190000
24.82	       =>  wckTime=24.241  cpuTime=24.01  mem=5M519
26.10	   
26.10	   search
26.10	     run=19  nbConstraintChecks=110888612  nbAssignments=200000
26.10	       =>  wckTime=25.526  cpuTime=25.28  mem=5M519
27.38	   
27.38	   search
27.38	     run=20  nbConstraintChecks=116413889  nbAssignments=210000
27.38	       =>  wckTime=26.799  cpuTime=26.54  mem=5M519
28.65	   
28.65	   search
28.65	     run=21  nbConstraintChecks=121978236  nbAssignments=220000
28.65	       =>  wckTime=28.077  cpuTime=27.81  mem=5M519
29.93	   
29.93	   search
29.93	     run=22  nbConstraintChecks=127507535  nbAssignments=230000
29.93	       =>  wckTime=29.352  cpuTime=29.07  mem=5M519
30.88	   
30.88	   search
30.88	     run=23  nbConstraintChecks=131646001  nbAssignments=237440
30.88	       =>  wckTime=30.305  cpuTime=30.02  mem=5M519
30.88	   
30.88	   global
30.88	     nbConstraintChecks=131646001  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
30.88	     solvingWckTime=30.303  solvingCpuTime=30.02  expiredTime=no  totalExploration=no  nbFoundSolutions=0
30.88	     globalCpuTime=30.25
30.88	       =>  wckTime=30.568  cpuTime=30.2  mem=5M519
30.88	   
30.88	   solver IterativeSystematicSolver being built... 
31.02	       =>  wckTime=30.704  cpuTime=30.31  mem=16M602
31.05	   
31.05	   preprocessing
31.05	     nbConstraintChecks=12620  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
31.05	     detectedInconsistency=no
31.05	       =>  wckTime=0.033  cpuTime=0.01  mem=16M602
31.08	   
31.08	   search
31.08	     run=0  nbConstraintChecks=19588  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=33
31.08	     nbFailedAssignments=6  nbBacktracks=10  nbVisitedNodes=49  nbRestartNogoods=0
31.08	       =>  wckTime=0.056  cpuTime=0.03  mem=16M602
31.10	   
31.10	   search
31.10	     run=1  nbConstraintChecks=49392  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=77
31.10	     nbFailedAssignments=19  nbBacktracks=25  nbVisitedNodes=117  nbRestartNogoods=2
31.10	       =>  wckTime=0.081  cpuTime=0.05  mem=16M602
31.12	   
31.13	   search
31.13	     run=2  nbConstraintChecks=92988  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=135
31.13	     nbFailedAssignments=40  nbBacktracks=47  nbVisitedNodes=214  nbRestartNogoods=5
31.13	       =>  wckTime=0.105  cpuTime=0.07  mem=16M602
31.15	   
31.15	   search
31.15	     run=3  nbConstraintChecks=149146  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=207
31.15	     nbFailedAssignments=64  nbBacktracks=80  nbVisitedNodes=339  nbRestartNogoods=9
31.15	       =>  wckTime=0.13  cpuTime=0.09  mem=16M602
31.18	   
31.18	   search
31.18	     run=4  nbConstraintChecks=236246  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=317
31.18	     nbFailedAssignments=108  nbBacktracks=130  nbVisitedNodes=529  nbRestartNogoods=12
31.18	       =>  wckTime=0.165  cpuTime=0.13  mem=16M602
31.24	   
31.24	   search
31.24	     run=5  nbConstraintChecks=370353  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=473
31.24	     nbFailedAssignments=175  nbBacktracks=205  nbVisitedNodes=819  nbRestartNogoods=15
31.24	       =>  wckTime=0.219  cpuTime=0.18  mem=16M602
31.31	   
31.31	   search
31.31	     run=6  nbConstraintChecks=566277  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=702
31.31	     nbFailedAssignments=275  nbBacktracks=319  nbVisitedNodes=1237  nbRestartNogoods=21
31.31	       =>  wckTime=0.295  cpuTime=0.25  mem=16M602
31.43	   
31.43	   search
31.43	     run=7  nbConstraintChecks=858645  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1033
31.43	     nbFailedAssignments=422  nbBacktracks=489  nbVisitedNodes=1852  nbRestartNogoods=24
31.43	       =>  wckTime=0.408  cpuTime=0.36  mem=16M602
31.63	   
31.63	   search
31.63	     run=8  nbConstraintChecks=1323065  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1535
31.63	     nbFailedAssignments=656  nbBacktracks=745  nbVisitedNodes=2794  nbRestartNogoods=26
31.63	       =>  wckTime=0.607  cpuTime=0.54  mem=16M602
31.89	   
31.89	   search
31.89	     run=9  nbConstraintChecks=2030640  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2280
31.89	     nbFailedAssignments=1006  nbBacktracks=1129  nbVisitedNodes=4213  nbRestartNogoods=30
31.89	       =>  wckTime=0.872  cpuTime=0.79  mem=16M602
32.25	   
32.25	   search
32.25	     run=10  nbConstraintChecks=3042365  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=3381
32.25	     nbFailedAssignments=1515  nbBacktracks=1705  nbVisitedNodes=6306  nbRestartNogoods=32
32.25	       =>  wckTime=1.23  cpuTime=1.15  mem=16M602
32.79	   
32.79	   search
32.79	     run=11  nbConstraintChecks=4544315  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=5016
32.79	     nbFailedAssignments=2276  nbBacktracks=2569  nbVisitedNodes=9393  nbRestartNogoods=36
32.79	       =>  wckTime=1.768  cpuTime=1.68  mem=16M602
33.58	   
33.58	   search
33.58	     run=12  nbConstraintChecks=6794632  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=7471
33.58	     nbFailedAssignments=3421  nbBacktracks=3867  nbVisitedNodes=14006  nbRestartNogoods=43
33.58	       =>  wckTime=2.558  cpuTime=2.47  mem=16M602
34.79	   
34.79	   search
34.79	     run=13  nbConstraintChecks=10138965  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=11113
34.79	     nbFailedAssignments=5105  nbBacktracks=5813  nbVisitedNodes=20954  nbRestartNogoods=48
34.79	       =>  wckTime=3.773  cpuTime=3.67  mem=16M602
36.78	   
36.78	   search
36.78	     run=14  nbConstraintChecks=15522189  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=16700
36.78	     nbFailedAssignments=7762  nbBacktracks=8733  nbVisitedNodes=31544  nbRestartNogoods=53
36.78	       =>  wckTime=5.764  cpuTime=5.64  mem=16M602
39.66	   
39.66	   search
39.66	     run=15  nbConstraintChecks=23309061  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=24992
39.66	     nbFailedAssignments=11662  nbBacktracks=13111  nbVisitedNodes=47128  nbRestartNogoods=59
39.66	       =>  wckTime=8.64  cpuTime=8.49  mem=16M602
44.01	   
44.01	   search
44.01	     run=16  nbConstraintChecks=34949331  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=37439
44.01	     nbFailedAssignments=17531  nbBacktracks=19679  nbVisitedNodes=70640  nbRestartNogoods=63
44.01	       =>  wckTime=12.991  cpuTime=12.82  mem=16M602
50.54	   
50.54	   search
50.54	     run=17  nbConstraintChecks=52510074  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=56166
50.54	     nbFailedAssignments=26395  nbBacktracks=29531  nbVisitedNodes=106151  nbRestartNogoods=70
50.54	       =>  wckTime=19.523  cpuTime=19.3  mem=16M602
60.36	   
60.36	   search
60.36	     run=18  nbConstraintChecks=78553288  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=84206
60.36	     nbFailedAssignments=39645  nbBacktracks=44309  nbVisitedNodes=159080  nbRestartNogoods=77
60.36	       =>  wckTime=29.338  cpuTime=29.01  mem=16M602
75.03	   
75.03	   search
75.03	     run=19  nbConstraintChecks=117584285  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=126119
75.03	     nbFailedAssignments=59380  nbBacktracks=66479  nbVisitedNodes=238078  nbRestartNogoods=84
75.03	       =>  wckTime=44.013  cpuTime=43.57  mem=16M602
97.39	   
97.39	   search
97.39	     run=20  nbConstraintChecks=176235471  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=188884
97.39	     nbFailedAssignments=88882  nbBacktracks=99731  nbVisitedNodes=356687  nbRestartNogoods=93
97.39	       =>  wckTime=66.371  cpuTime=65.76  mem=16M602
130.88	   
130.88	   search
130.88	     run=21  nbConstraintChecks=263502369  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=281837
130.88	     nbFailedAssignments=131949  nbBacktracks=149609  nbVisitedNodes=532614  nbRestartNogoods=101
130.89	       =>  wckTime=99.865  cpuTime=98.98  mem=16M602
179.83	   
179.83	   search
179.83	     run=22  nbConstraintChecks=392301267  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=421538
179.83	     nbFailedAssignments=196822  nbBacktracks=224427  nbVisitedNodes=797296  nbRestartNogoods=110
179.83	       =>  wckTime=148.806  cpuTime=147.51  mem=16M602
254.08	   
254.08	   search
254.08	     run=23  nbConstraintChecks=585748281  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=633199
254.08	     nbFailedAssignments=296247  nbBacktracks=336655  nbVisitedNodes=1195510  nbRestartNogoods=118
254.08	       =>  wckTime=223.061  cpuTime=221.16  mem=16M602
360.16	   
360.16	   search
360.16	     run=24  nbConstraintChecks=863374286  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=945587
360.16	     nbFailedAssignments=440287  nbBacktracks=504996  nbVisitedNodes=1774579  nbRestartNogoods=132
360.16	       =>  wckTime=329.137  cpuTime=326.33  mem=16M602
374.40	   
374.40	   search
374.40	     run=25  nbConstraintChecks=898976462  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=983516
374.40	     nbFailedAssignments=457288  nbBacktracks=525925  nbVisitedNodes=1845415  nbRestartNogoods=136
374.40	       =>  wckTime=343.38  cpuTime=340.43  mem=16M602
374.40	   
374.40	   global
374.40	     nbConstraintChecks=898989082  nbRestartNogoods=136  solvingWckTime=343.381  solvingCpuTime=340.44  expiredTime=no
374.40	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=370.81
374.40	       =>  wckTime=374.086  cpuTime=370.76  mem=16M602
374.41	
374.41	s OPTIMUM FOUND
374.41	v 1 0 1 1 0 0 1 1 0 0 1 0 1 1 0 1 0 1 1 0 0 0 0 1 1 0 1 0 1 0 
374.41	   
374.41	   totalWckTime=374.165  totalCpuTime=370.81

Verifier Data (download as text)

132 unsatisfied constraints, 198 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-279811-1169298786 -o ROOT/results/node5/solver-279811-1169298786 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/279811-1169298786/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 4/93 23632
/proc/meminfo: memFree=1150504/2055920 swapFree=4192812/4192956
[pid=23631] ppid=23629 vsize=18540 CPUtime=0
/proc/23631/stat : 23631 (runsolver) R 23629 23631 23409 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 258493083 18984960 279 18446744073709551615 4194304 4267372 548682068944 18446744073709551615 226913479975 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/23631/statm: 4635 279 244 17 0 2626 0

[startup+0.102668 s]
/proc/loadavg: 1.92 1.98 1.99 4/93 23632
/proc/meminfo: memFree=1150504/2055920 swapFree=4192812/4192956
[pid=23631] ppid=23629 vsize=911488 CPUtime=0.07
/proc/23631/stat : 23631 (java) R 23629 23631 23409 0 -1 0 2635 0 1 0 6 1 0 0 24 0 8 0 258493083 933363712 2382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155582124 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23631/statm: 227872 2382 1284 14 0 215051 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 911488

[startup+0.510714 s]
/proc/loadavg: 1.92 1.98 1.99 4/93 23632
/proc/meminfo: memFree=1150504/2055920 swapFree=4192812/4192956
[pid=23631] ppid=23629 vsize=915332 CPUtime=0.46
/proc/23631/stat : 23631 (java) R 23629 23631 23409 0 -1 0 6491 0 1 0 43 3 0 0 25 0 8 0 258493083 937299968 6229 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23631/statm: 228833 6229 2163 14 0 215303 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 915332

[startup+1.3328 s]
/proc/loadavg: 1.92 1.98 1.99 3/100 23639
/proc/meminfo: memFree=1133232/2055920 swapFree=4192812/4192956
[pid=23631] ppid=23629 vsize=915436 CPUtime=1.28
/proc/23631/stat : 23631 (java) R 23629 23631 23409 0 -1 0 6991 0 1 0 102 26 0 0 25 0 8 0 258493083 937406464 6729 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073633193 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23631/statm: 228859 6729 2479 14 0 215329 0
[pid=23631/tid=23633] ppid=23629 vsize=915436 CPUtime=0.02
/proc/23631/task/23633/stat : 23633 (java) S 23629 23631 23409 0 -1 64 157 0 0 0 2 0 0 0 16 0 8 0 258493088 937406464 6729 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23631/tid=23634] ppid=23629 vsize=915436 CPUtime=0
/proc/23631/task/23634/stat : 23634 (java) S 23629 23631 23409 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 258493089 937406464 6729 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23631/tid=23635] ppid=23629 vsize=915436 CPUtime=0
/proc/23631/task/23635/stat : 23635 (java) S 23629 23631 23409 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 258493089 937406464 6729 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23631/tid=23636] ppid=23629 vsize=915436 CPUtime=0
/proc/23631/task/23636/stat : 23636 (java) S 23629 23631 23409 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 258493092 937406464 6729 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23631/tid=23637] ppid=23629 vsize=915436 CPUtime=0.1
/proc/23631/task/23637/stat : 23637 (java) S 23629 23631 23409 0 -1 64 322 0 0 0 10 0 0 0 16 0 8 0 258493092 937406464 6729 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23631/tid=23638] ppid=23629 vsize=915436 CPUtime=0
/proc/23631/task/23638/stat : 23638 (java) S 23629 23631 23409 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 258493092 937406464 6729 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23631/tid=23639] ppid=23629 vsize=915436 CPUtime=0
/proc/23631/task/23639/stat : 23639 (java) S 23629 23631 23409 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 258493092 937406464 6729 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 915436

[startup+2.98499 s]
/proc/loadavg: 1.92 1.98 1.99 3/100 23639
/proc/meminfo: memFree=1133232/2055920 swapFree=4192812/4192956
[pid=23631] ppid=23629 vsize=915436 CPUtime=2.92
/proc/23631/stat : 23631 (java) R 23629 23631 23409 0 -1 0 6996 0 1 0 222 70 0 0 25 0 8 0 258493083 937406464 6733 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073635080 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23631/statm: 228859 6733 2479 14 0 215329 0
[pid=23631/tid=23633] ppid=23629 vsize=915436 CPUtime=0.02
/proc/23631/task/23633/stat : 23633 (java) S 23629 23631 23409 0 -1 64 157 0 0 0 2 0 0 0 16 0 8 0 258493088 937406464 6733 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23631/tid=23634] ppid=23629 vsize=915436 CPUtime=0
/proc/23631/task/23634/stat : 23634 (java) S 23629 23631 23409 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 258493089 937406464 6733 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23631/tid=23635] ppid=23629 vsize=915436 CPUtime=0
/proc/23631/task/23635/stat : 23635 (java) S 23629 23631 23409 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 258493089 937406464 6733 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23631/tid=23636] ppid=23629 vsize=915436 CPUtime=0
/proc/23631/task/23636/stat : 23636 (java) S 23629 23631 23409 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 258493092 937406464 6733 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23631/tid=23637] ppid=23629 vsize=915436 CPUtime=0.11
/proc/23631/task/23637/stat : 23637 (java) S 23629 23631 23409 0 -1 64 326 0 0 0 11 0 0 0 16 0 8 0 258493092 937406464 6733 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23631/tid=23638] ppid=23629 vsize=915436 CPUtime=0
/proc/23631/task/23638/stat : 23638 (java) S 23629 23631 23409 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 258493092 937406464 6733 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23631/tid=23639] ppid=23629 vsize=915436 CPUtime=0
/proc/23631/task/23639/stat : 23639 (java) S 23629 23631 23409 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 258493092 937406464 6733 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 915436

[startup+6.27036 s]
/proc/loadavg: 1.93 1.98 1.99 3/100 23639
/proc/meminfo: memFree=1133232/2055920 swapFree=4192812/4192956
[pid=23631] ppid=23629 vsize=915436 CPUtime=6.17
/proc/23631/stat : 23631 (java) R 23629 23631 23409 0 -1 0 6996 0 1 0 465 152 0 0 25 0 8 0 258493083 937406464 6733 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073633140 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23631/statm: 228859 6733 2479 14 0 215329 0
[pid=23631/tid=23633] ppid=23629 vsize=915436 CPUtime=0.02
/proc/23631/task/23633/stat : 23633 (java) S 23629 23631 23409 0 -1 64 157 0 0 0 2 0 0 0 16 0 8 0 258493088 937406464 6733 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23631/tid=23634] ppid=23629 vsize=915436 CPUtime=0
/proc/23631/task/23634/stat : 23634 (java) S 23629 23631 23409 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 258493089 937406464 6733 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23631/tid=23635] ppid=23629 vsize=915436 CPUtime=0
/proc/23631/task/23635/stat : 23635 (java) S 23629 23631 23409 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 258493089 937406464 6733 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23631/tid=23636] ppid=23629 vsize=915436 CPUtime=0
/proc/23631/task/23636/stat : 23636 (java) S 23629 23631 23409 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 258493092 937406464 6733 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23631/tid=23637] ppid=23629 vsize=915436 CPUtime=0.11
/proc/23631/task/23637/stat : 23637 (java) S 23629 23631 23409 0 -1 64 326 0 0 0 11 0 0 0 17 0 8 0 258493092 937406464 6733 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23631/tid=23638] ppid=23629 vsize=915436 CPUtime=0
/proc/23631/task/23638/stat : 23638 (java) S 23629 23631 23409 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 258493092 937406464 6733 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23631/tid=23639] ppid=23629 vsize=915436 CPUtime=0
/proc/23631/task/23639/stat : 23639 (java) S 23629 23631 23409 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 258493092 937406464 6733 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 915436

[startup+12.7551 s]
/proc/loadavg: 1.94 1.98 1.99 3/100 23639
/proc/meminfo: memFree=1133232/2055920 swapFree=4192812/4192956
[pid=23631] ppid=23629 vsize=915436 CPUtime=12.58
/proc/23631/stat : 23631 (java) R 23629 23631 23409 0 -1 0 6996 0 1 0 921 337 0 0 25 0 8 0 258493083 937406464 6733 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23631/statm: 228859 6733 2479 14 0 215329 0
[pid=23631/tid=23633] ppid=23629 vsize=915436 CPUtime=0.02
/proc/23631/task/23633/stat : 23633 (java) S 23629 23631 23409 0 -1 64 157 0 0 0 2 0 0 0 16 0 8 0 258493088 937406464 6733 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23631/tid=23634] ppid=23629 vsize=915436 CPUtime=0
/proc/23631/task/23634/stat : 23634 (java) S 23629 23631 23409 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 258493089 937406464 6733 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23631/tid=23635] ppid=23629 vsize=915436 CPUtime=0
/proc/23631/task/23635/stat : 23635 (java) S 23629 23631 23409 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 258493089 937406464 6733 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23631/tid=23636] ppid=23629 vsize=915436 CPUtime=0
/proc/23631/task/23636/stat : 23636 (java) S 23629 23631 23409 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 258493092 937406464 6733 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23631/tid=23637] ppid=23629 vsize=915436 CPUtime=0.11
/proc/23631/task/23637/stat : 23637 (java) S 23629 23631 23409 0 -1 64 326 0 0 0 11 0 0 0 17 0 8 0 258493092 937406464 6733 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23631/tid=23638] ppid=23629 vsize=915436 CPUtime=0
/proc/23631/task/23638/stat : 23638 (java) S 23629 23631 23409 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 258493092 937406464 6733 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23631/tid=23639] ppid=23629 vsize=915436 CPUtime=0
/proc/23631/task/23639/stat : 23639 (java) S 23629 23631 23409 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 258493092 937406464 6733 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 915436

[startup+25.5856 s]
/proc/loadavg: 1.95 1.98 1.99 3/100 23639
/proc/meminfo: memFree=1133232/2055920 swapFree=4192812/4192956
[pid=23631] ppid=23629 vsize=915436 CPUtime=25.32
/proc/23631/stat : 23631 (java) R 23629 23631 23409 0 -1 0 6996 0 1 0 1831 701 0 0 25 0 8 0 258493083 937406464 6733 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23631/statm: 228859 6733 2479 14 0 215329 0
[pid=23631/tid=23633] ppid=23629 vsize=915436 CPUtime=0.02
/proc/23631/task/23633/stat : 23633 (java) S 23629 23631 23409 0 -1 64 157 0 0 0 2 0 0 0 16 0 8 0 258493088 937406464 6733 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23631/tid=23634] ppid=23629 vsize=915436 CPUtime=0
/proc/23631/task/23634/stat : 23634 (java) S 23629 23631 23409 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 258493089 937406464 6733 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23631/tid=23635] ppid=23629 vsize=915436 CPUtime=0
/proc/23631/task/23635/stat : 23635 (java) S 23629 23631 23409 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 258493089 937406464 6733 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23631/tid=23636] ppid=23629 vsize=915436 CPUtime=0
/proc/23631/task/23636/stat : 23636 (java) S 23629 23631 23409 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 258493092 937406464 6733 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23631/tid=23637] ppid=23629 vsize=915436 CPUtime=0.11
/proc/23631/task/23637/stat : 23637 (java) S 23629 23631 23409 0 -1 64 326 0 0 0 11 0 0 0 16 0 8 0 258493092 937406464 6733 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23631/tid=23638] ppid=23629 vsize=915436 CPUtime=0
/proc/23631/task/23638/stat : 23638 (java) S 23629 23631 23409 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 258493092 937406464 6733 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23631/tid=23639] ppid=23629 vsize=915436 CPUtime=0
/proc/23631/task/23639/stat : 23639 (java) S 23629 23631 23409 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 258493092 937406464 6733 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 915436

[startup+51.2805 s]
/proc/loadavg: 1.97 1.98 1.99 3/100 23639
/proc/meminfo: memFree=1125232/2055920 swapFree=4192812/4192956
[pid=23631] ppid=23629 vsize=915436 CPUtime=50.82
/proc/23631/stat : 23631 (java) R 23629 23631 23409 0 -1 0 9115 0 1 0 4226 856 0 0 25 0 8 0 258493083 937406464 8850 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073779626 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23631/statm: 228859 8850 2532 14 0 215329 0
[pid=23631/tid=23633] ppid=23629 vsize=915436 CPUtime=0.02
/proc/23631/task/23633/stat : 23633 (java) S 23629 23631 23409 0 -1 64 158 0 0 0 2 0 0 0 16 0 8 0 258493088 937406464 8850 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23631/tid=23634] ppid=23629 vsize=915436 CPUtime=0
/proc/23631/task/23634/stat : 23634 (java) S 23629 23631 23409 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 258493089 937406464 8850 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23631/tid=23635] ppid=23629 vsize=915436 CPUtime=0
/proc/23631/task/23635/stat : 23635 (java) S 23629 23631 23409 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 258493089 937406464 8850 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23631/tid=23636] ppid=23629 vsize=915436 CPUtime=0
/proc/23631/task/23636/stat : 23636 (java) S 23629 23631 23409 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 258493092 937406464 8850 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23631/tid=23637] ppid=23629 vsize=915436 CPUtime=0.2
/proc/23631/task/23637/stat : 23637 (java) S 23629 23631 23409 0 -1 64 383 0 0 0 19 1 0 0 16 0 8 0 258493092 937406464 8850 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23631/tid=23638] ppid=23629 vsize=915436 CPUtime=0
/proc/23631/task/23638/stat : 23638 (java) S 23629 23631 23409 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 258493092 937406464 8850 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23631/tid=23639] ppid=23629 vsize=915436 CPUtime=0
/proc/23631/task/23639/stat : 23639 (java) S 23629 23631 23409 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 258493092 937406464 8850 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 915436

[startup+102.565 s]
/proc/loadavg: 2.10 2.01 2.00 3/100 23639
/proc/meminfo: memFree=1125168/2055920 swapFree=4192812/4192956
[pid=23631] ppid=23629 vsize=915436 CPUtime=101.66
/proc/23631/stat : 23631 (java) R 23629 23631 23409 0 -1 0 9124 0 1 0 9310 856 0 0 25 0 8 0 258493083 937406464 8858 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073778777 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23631/statm: 228859 8858 2532 14 0 215329 0
[pid=23631/tid=23633] ppid=23629 vsize=915436 CPUtime=0.02
/proc/23631/task/23633/stat : 23633 (java) S 23629 23631 23409 0 -1 64 158 0 0 0 2 0 0 0 16 0 8 0 258493088 937406464 8858 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23631/tid=23634] ppid=23629 vsize=915436 CPUtime=0
/proc/23631/task/23634/stat : 23634 (java) S 23629 23631 23409 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 258493089 937406464 8858 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23631/tid=23635] ppid=23629 vsize=915436 CPUtime=0
/proc/23631/task/23635/stat : 23635 (java) S 23629 23631 23409 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 258493089 937406464 8858 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23631/tid=23636] ppid=23629 vsize=915436 CPUtime=0
/proc/23631/task/23636/stat : 23636 (java) S 23629 23631 23409 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 258493092 937406464 8858 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23631/tid=23637] ppid=23629 vsize=915436 CPUtime=0.2
/proc/23631/task/23637/stat : 23637 (java) S 23629 23631 23409 0 -1 64 384 0 0 0 19 1 0 0 16 0 8 0 258493092 937406464 8858 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23631/tid=23638] ppid=23629 vsize=915436 CPUtime=0
/proc/23631/task/23638/stat : 23638 (java) S 23629 23631 23409 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 258493092 937406464 8858 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23631/tid=23639] ppid=23629 vsize=915436 CPUtime=0
/proc/23631/task/23639/stat : 23639 (java) S 23629 23631 23409 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 258493092 937406464 8858 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.66
Current children cumulated vsize (KiB) 915436

[startup+162.582 s]
/proc/loadavg: 2.03 2.01 2.00 3/100 23639
/proc/meminfo: memFree=1125168/2055920 swapFree=4192812/4192956
[pid=23631] ppid=23629 vsize=915436 CPUtime=161.2
/proc/23631/stat : 23631 (java) R 23629 23631 23409 0 -1 0 9126 0 1 0 15264 856 0 0 25 0 8 0 258493083 937406464 8860 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073644683 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23631/statm: 228859 8860 2532 14 0 215329 0
[pid=23631/tid=23633] ppid=23629 vsize=915436 CPUtime=0.02
/proc/23631/task/23633/stat : 23633 (java) S 23629 23631 23409 0 -1 64 158 0 0 0 2 0 0 0 16 0 8 0 258493088 937406464 8860 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23631/tid=23634] ppid=23629 vsize=915436 CPUtime=0
/proc/23631/task/23634/stat : 23634 (java) S 23629 23631 23409 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 258493089 937406464 8860 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23631/tid=23635] ppid=23629 vsize=915436 CPUtime=0
/proc/23631/task/23635/stat : 23635 (java) S 23629 23631 23409 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 258493089 937406464 8860 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23631/tid=23636] ppid=23629 vsize=915436 CPUtime=0
/proc/23631/task/23636/stat : 23636 (java) S 23629 23631 23409 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 258493092 937406464 8860 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23631/tid=23637] ppid=23629 vsize=915436 CPUtime=0.2
/proc/23631/task/23637/stat : 23637 (java) S 23629 23631 23409 0 -1 64 384 0 0 0 19 1 0 0 16 0 8 0 258493092 937406464 8860 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23631/tid=23638] ppid=23629 vsize=915436 CPUtime=0
/proc/23631/task/23638/stat : 23638 (java) S 23629 23631 23409 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 258493092 937406464 8860 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23631/tid=23639] ppid=23629 vsize=915436 CPUtime=0
/proc/23631/task/23639/stat : 23639 (java) S 23629 23631 23409 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 258493092 937406464 8860 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 161.2
Current children cumulated vsize (KiB) 915436

[startup+222.598 s]
/proc/loadavg: 2.01 2.00 2.00 3/100 23639
/proc/meminfo: memFree=1125168/2055920 swapFree=4192812/4192956
[pid=23631] ppid=23629 vsize=915436 CPUtime=220.73
/proc/23631/stat : 23631 (java) R 23629 23631 23409 0 -1 0 9130 0 1 0 21217 856 0 0 25 0 8 0 258493083 937406464 8863 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073756954 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23631/statm: 228859 8863 2532 14 0 215329 0
[pid=23631/tid=23633] ppid=23629 vsize=915436 CPUtime=0.02
/proc/23631/task/23633/stat : 23633 (java) S 23629 23631 23409 0 -1 64 158 0 0 0 2 0 0 0 16 0 8 0 258493088 937406464 8863 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23631/tid=23634] ppid=23629 vsize=915436 CPUtime=0
/proc/23631/task/23634/stat : 23634 (java) S 23629 23631 23409 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 258493089 937406464 8863 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23631/tid=23635] ppid=23629 vsize=915436 CPUtime=0
/proc/23631/task/23635/stat : 23635 (java) S 23629 23631 23409 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 258493089 937406464 8863 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23631/tid=23636] ppid=23629 vsize=915436 CPUtime=0
/proc/23631/task/23636/stat : 23636 (java) S 23629 23631 23409 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 258493092 937406464 8863 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23631/tid=23637] ppid=23629 vsize=915436 CPUtime=0.2
/proc/23631/task/23637/stat : 23637 (java) S 23629 23631 23409 0 -1 64 385 0 0 0 19 1 0 0 16 0 8 0 258493092 937406464 8863 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23631/tid=23638] ppid=23629 vsize=915436 CPUtime=0
/proc/23631/task/23638/stat : 23638 (java) S 23629 23631 23409 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 258493092 937406464 8863 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23631/tid=23639] ppid=23629 vsize=915436 CPUtime=0
/proc/23631/task/23639/stat : 23639 (java) S 23629 23631 23409 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 258493092 937406464 8863 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 220.73
Current children cumulated vsize (KiB) 915436

[startup+282.616 s]
/proc/loadavg: 2.07 2.03 2.01 3/100 23639
/proc/meminfo: memFree=1125168/2055920 swapFree=4192812/4192956
[pid=23631] ppid=23629 vsize=915436 CPUtime=280.22
/proc/23631/stat : 23631 (java) R 23629 23631 23409 0 -1 0 9133 0 1 0 27166 856 0 0 25 0 8 0 258493083 937406464 8866 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073777568 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23631/statm: 228859 8866 2532 14 0 215329 0
[pid=23631/tid=23633] ppid=23629 vsize=915436 CPUtime=0.02
/proc/23631/task/23633/stat : 23633 (java) S 23629 23631 23409 0 -1 64 158 0 0 0 2 0 0 0 16 0 8 0 258493088 937406464 8866 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23631/tid=23634] ppid=23629 vsize=915436 CPUtime=0
/proc/23631/task/23634/stat : 23634 (java) S 23629 23631 23409 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 258493089 937406464 8866 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23631/tid=23635] ppid=23629 vsize=915436 CPUtime=0
/proc/23631/task/23635/stat : 23635 (java) S 23629 23631 23409 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 258493089 937406464 8866 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23631/tid=23636] ppid=23629 vsize=915436 CPUtime=0
/proc/23631/task/23636/stat : 23636 (java) S 23629 23631 23409 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 258493092 937406464 8866 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23631/tid=23637] ppid=23629 vsize=915436 CPUtime=0.2
/proc/23631/task/23637/stat : 23637 (java) S 23629 23631 23409 0 -1 64 385 0 0 0 19 1 0 0 16 0 8 0 258493092 937406464 8866 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23631/tid=23638] ppid=23629 vsize=915436 CPUtime=0
/proc/23631/task/23638/stat : 23638 (java) S 23629 23631 23409 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 258493092 937406464 8866 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23631/tid=23639] ppid=23629 vsize=915436 CPUtime=0
/proc/23631/task/23639/stat : 23639 (java) S 23629 23631 23409 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 258493092 937406464 8866 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 280.22
Current children cumulated vsize (KiB) 915436

[startup+342.644 s]
/proc/loadavg: 2.11 2.05 2.01 3/100 23641
/proc/meminfo: memFree=1124976/2055920 swapFree=4192812/4192956
[pid=23631] ppid=23629 vsize=915436 CPUtime=339.73
/proc/23631/stat : 23631 (java) R 23629 23631 23409 0 -1 0 9133 0 1 0 33117 856 0 0 25 0 8 0 258493083 937406464 8866 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073773802 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23631/statm: 228859 8866 2532 14 0 215329 0
[pid=23631/tid=23633] ppid=23629 vsize=915436 CPUtime=0.02
/proc/23631/task/23633/stat : 23633 (java) S 23629 23631 23409 0 -1 64 158 0 0 0 2 0 0 0 16 0 8 0 258493088 937406464 8866 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23631/tid=23634] ppid=23629 vsize=915436 CPUtime=0
/proc/23631/task/23634/stat : 23634 (java) S 23629 23631 23409 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 258493089 937406464 8866 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23631/tid=23635] ppid=23629 vsize=915436 CPUtime=0
/proc/23631/task/23635/stat : 23635 (java) S 23629 23631 23409 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 258493089 937406464 8866 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23631/tid=23636] ppid=23629 vsize=915436 CPUtime=0
/proc/23631/task/23636/stat : 23636 (java) S 23629 23631 23409 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 258493092 937406464 8866 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23631/tid=23637] ppid=23629 vsize=915436 CPUtime=0.2
/proc/23631/task/23637/stat : 23637 (java) S 23629 23631 23409 0 -1 64 385 0 0 0 19 1 0 0 16 0 8 0 258493092 937406464 8866 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23631/tid=23638] ppid=23629 vsize=915436 CPUtime=0
/proc/23631/task/23638/stat : 23638 (java) S 23629 23631 23409 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 258493092 937406464 8866 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23631/tid=23639] ppid=23629 vsize=915436 CPUtime=0
/proc/23631/task/23639/stat : 23639 (java) S 23629 23631 23409 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 258493092 937406464 8866 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 339.73
Current children cumulated vsize (KiB) 915436

Child status: 0
Real time (s): 374.439
CPU time (s): 371.247
CPU user time (s): 362.671
CPU system time (s): 8.5757
CPU usage (%): 99.1475
Max. virtual memory (cumulated for all children) (KiB): 915440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 362.671
system time used= 8.5757
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9230
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= 8731
involuntary context switches= 18957

runsolver used 0.360945 s user time and 1.02484 s system time

The end

Launcher Data (download as text)

Begin job on node5 on Sat Jan 20 13:13:06 UTC 2007


IDJOB= 279811
IDBENCH= 10455
IDSOLVER= 68
FILE ID= node5/279811-1169298786

PBS_JOBID= 3609648

Free space on /tmp= 66561 MiB

SOLVER NAME= AbsconMax 109 EPFC
BENCH NAME= HOME/pub/bench/CPAI06/MaxCSP/maxcut/maxcut-30/maxcut-30-330-1_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/279811-1169298786/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node5/watcher-279811-1169298786 -o ROOT/results/node5/solver-279811-1169298786 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/279811-1169298786/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  3ddf92ea9b05be5c4614c9b870e2a8ac

RANDOM SEED= 224928046

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:       1151112 kB
Buffers:         62936 kB
Cached:         689552 kB
SwapCached:          0 kB
Active:         271504 kB
Inactive:       554956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1151112 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1916 kB
Writeback:           0 kB
Mapped:         103068 kB
Slab:            63128 kB
Committed_AS:  8085768 kB
PageTables:       2272 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 Sat Jan 20 13:19:21 UTC 2007