Trace number 276038

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 PFCOPTIMUM 672.799 679.005

General information on the benchmark

Namerandom/rand-3-20-20/
rand-3-20-20-60-632-30_ext.xml
MD5SUM2bc7518c6d0868896b9c5483e22b9ac3
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints59
Best CPU time to get the best result obtained on this benchmark202.418
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables20
Number of constraints60
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension60
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=pfc.xml
0.36	   
0.36	   instance
0.36	     name=/tmp/evaluation/276038-1169230769/unknown.xml
0.39	   
0.39	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.42	     nbVariables=20  nbDomainTypes=1  minDomainSize=20  maxDomainSize=20
0.42	       =>  wckTime=0.106  cpuTime=0.09  mem=6M910
0.43	   
0.43	   relations being loaded...
0.71	   
0.71	   constraints being loaded...
0.88	     nbConstraints=60  nbRelationTypes=60  nbExtensionStructures=60  nbSharedExtensionStructures=0
0.88	     nbConflictsStructures=60  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=13  maxArity=3
0.88	       =>  wckTime=0.56  cpuTime=0.5  mem=44M466
0.97	   
0.97	   solver LocalSearchSolver being built... 
1.01	       =>  wckTime=0.687  cpuTime=0.54  mem=12M638
1.01	
1.01	s SATISFIABLE
1.01	o 32
1.01	c 28
1.02	o 37
1.02	c 23
1.02	o 42
1.02	c 18
1.02	o 45
1.02	c 15
1.02	o 46
1.02	c 14
1.02	o 47
1.02	c 13
1.03	o 49
1.03	c 11
1.03	o 50
1.03	c 10
1.03	o 51
1.03	c 9
1.03	o 52
1.03	c 8
1.06	o 53
1.06	c 7
1.06	o 54
1.06	c 6
1.30	o 55
1.30	c 5
1.35	o 56
1.35	c 4
3.85	o 57
3.85	c 3
7.31	o 58
7.31	c 2
10.05	   
10.05	   search
10.05	     run=0  nbConstraintChecks=10163427  nbAssignments=10000
10.05	       =>  wckTime=9.046  cpuTime=8.94  mem=12M638
19.57	   
19.57	   search
19.57	     run=1  nbConstraintChecks=20887723  nbAssignments=20000
19.57	       =>  wckTime=18.57  cpuTime=18.37  mem=12M638
29.02	   
29.02	   search
29.02	     run=2  nbConstraintChecks=31604491  nbAssignments=30000
29.02	       =>  wckTime=28.017  cpuTime=27.73  mem=12M638
37.60	   
37.60	   search
37.60	     run=3  nbConstraintChecks=41231672  nbAssignments=39076
37.60	       =>  wckTime=36.596  cpuTime=36.24  mem=12M638
37.60	   
37.60	   global
37.60	     nbConstraintChecks=41231672  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
37.60	     solvingWckTime=36.594  solvingCpuTime=36.24  expiredTime=no  totalExploration=no  nbFoundSolutions=0
37.60	     globalCpuTime=36.82
37.60	       =>  wckTime=37.283  cpuTime=36.78  mem=12M638
37.60	   
37.60	   solver IterativeSystematicSolver being built... 
37.75	       =>  wckTime=37.427  cpuTime=36.88  mem=23M410
37.75	   
37.75	   preprocessing
37.75	     nbConstraintChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
37.75	     detectedInconsistency=no
37.75	       =>  wckTime=0.0050  cpuTime=0.0  mem=23M410
37.86	   
37.86	   search
37.86	     run=0  nbConstraintChecks=25872  nbValidityChecks=126214  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
37.86	     nbAssignments=56  nbFailedAssignments=39  nbBacktracks=10  nbVisitedNodes=106  nbRestartNogoods=0
37.86	       =>  wckTime=0.11  cpuTime=0.08  mem=24M411
38.10	   
38.10	   search
38.10	     run=1  nbConstraintChecks=137328  nbValidityChecks=801622  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
38.10	     nbAssignments=247  nbFailedAssignments=209  nbBacktracks=25  nbVisitedNodes=482  nbRestartNogoods=12
38.10	       =>  wckTime=0.352  cpuTime=0.3  mem=24M411
38.26	   
38.26	   search
38.26	     run=2  nbConstraintChecks=235981  nbValidityChecks=1270202  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
38.27	     nbAssignments=428  nbFailedAssignments=362  nbBacktracks=47  nbVisitedNodes=837  nbRestartNogoods=31
38.27	       =>  wckTime=0.518  cpuTime=0.47  mem=24M411
38.37	   
38.37	   search
38.37	     run=3  nbConstraintChecks=291302  nbValidityChecks=1528349  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
38.37	     nbAssignments=581  nbFailedAssignments=474  nbBacktracks=80  nbVisitedNodes=1135  nbRestartNogoods=37
38.37	       =>  wckTime=0.622  cpuTime=0.57  mem=24M411
38.66	   
38.66	   search
38.66	     run=4  nbConstraintChecks=433233  nbValidityChecks=2377057  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
38.66	     nbAssignments=916  nbFailedAssignments=750  nbBacktracks=131  nbVisitedNodes=1794  nbRestartNogoods=55
38.66	       =>  wckTime=0.911  cpuTime=0.86  mem=24M411
39.11	   
39.11	   search
39.11	     run=5  nbConstraintChecks=658395  nbValidityChecks=3798903  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
39.11	     nbAssignments=1483  nbFailedAssignments=1234  nbBacktracks=206  nbVisitedNodes=2920  nbRestartNogoods=80
39.12	       =>  wckTime=1.368  cpuTime=1.31  mem=24M411
39.94	   
39.94	   search
39.94	     run=6  nbConstraintChecks=1139148  nbValidityChecks=6307121  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
39.94	     nbAssignments=2339  nbFailedAssignments=1970  nbBacktracks=319  nbVisitedNodes=4622  nbRestartNogoods=111
39.94	       =>  wckTime=2.197  cpuTime=2.11  mem=24M411
40.69	   
40.69	   search
40.69	     run=7  nbConstraintChecks=1551933  nbValidityChecks=8527018  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
40.69	     nbAssignments=3202  nbFailedAssignments=2653  nbBacktracks=489  nbVisitedNodes=6338  nbRestartNogoods=132
40.69	       =>  wckTime=2.947  cpuTime=2.85  mem=24M411
42.10	   
42.10	   search
42.10	     run=8  nbConstraintChecks=2459252  nbValidityChecks=12991853  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
42.10	     nbAssignments=4763  nbFailedAssignments=3949  nbBacktracks=745  nbVisitedNodes=9449  nbRestartNogoods=150
42.10	       =>  wckTime=4.356  cpuTime=4.25  mem=24M411
44.04	   
44.04	   search
44.04	     run=9  nbConstraintChecks=3488033  nbValidityChecks=19192716  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
44.04	     nbAssignments=7489  nbFailedAssignments=6283  nbBacktracks=1130  nbVisitedNodes=14886  nbRestartNogoods=182
44.04	       =>  wckTime=6.292  cpuTime=6.17  mem=24M411
48.85	   
48.85	   search
48.85	     run=10  nbConstraintChecks=6294707  nbValidityChecks=35077218  nbPropagations=0  nbRevisions=0
48.85	     nbUselessRevisions=0  nbAssignments=12592  nbFailedAssignments=10804  nbBacktracks=1706  nbVisitedNodes=25065
48.85	     nbRestartNogoods=196
48.85	       =>  wckTime=11.099  cpuTime=10.92  mem=24M411
53.51	   
53.51	   search
53.51	     run=11  nbConstraintChecks=8952777  nbValidityChecks=49606327  nbPropagations=0  nbRevisions=0
53.51	     nbUselessRevisions=0  nbAssignments=18058  nbFailedAssignments=15398  nbBacktracks=2570  nbVisitedNodes=35966
53.51	     nbRestartNogoods=227
53.51	       =>  wckTime=15.763  cpuTime=15.54  mem=24M411
59.62	   
59.62	   search
59.62	     run=12  nbConstraintChecks=12083277  nbValidityChecks=68854755  nbPropagations=0  nbRevisions=0
59.62	     nbUselessRevisions=0  nbAssignments=26012  nbFailedAssignments=22049  nbBacktracks=3867  nbVisitedNodes=51831
59.62	     nbRestartNogoods=281
59.62	       =>  wckTime=21.871  cpuTime=21.59  mem=24M411
67.53	   
67.54	   search
67.54	     run=13  nbConstraintChecks=16535417  nbValidityChecks=93748502  nbPropagations=0  nbRevisions=0
67.54	     nbUselessRevisions=0  nbAssignments=35368  nbFailedAssignments=29454  nbBacktracks=5813  nbVisitedNodes=70495
67.54	     nbRestartNogoods=318
67.54	       =>  wckTime=29.788  cpuTime=29.44  mem=24M411
84.83	   
84.83	   search
84.83	     run=14  nbConstraintChecks=27281967  nbValidityChecks=145130707  nbPropagations=0  nbRevisions=0
84.83	     nbUselessRevisions=0  nbAssignments=53065  nbFailedAssignments=44225  nbBacktracks=8732  nbVisitedNodes=105736
84.83	     nbRestartNogoods=342
84.83	       =>  wckTime=47.087  cpuTime=46.58  mem=24M411
108.34	   
108.34	   search
108.34	     run=15  nbConstraintChecks=42054427  nbValidityChecks=213093390  nbPropagations=0  nbRevisions=0
108.34	     nbUselessRevisions=0  nbAssignments=77131  nbFailedAssignments=63906  nbBacktracks=13111  nbVisitedNodes=153452
108.34	     nbRestartNogoods=362
108.34	       =>  wckTime=70.591  cpuTime=69.87  mem=24M411
133.23	   
133.23	   search
133.23	     run=16  nbConstraintChecks=57669216  nbValidityChecks=279794038  nbPropagations=0  nbRevisions=0
133.23	     nbUselessRevisions=0  nbAssignments=98377  nbFailedAssignments=78578  nbBacktracks=19680  nbVisitedNodes=194035
133.23	     nbRestartNogoods=380
133.23	       =>  wckTime=95.478  cpuTime=94.52  mem=24M411
169.00	   
169.00	   search
169.00	     run=17  nbConstraintChecks=80467778  nbValidityChecks=372709652  nbPropagations=0  nbRevisions=0
169.00	     nbUselessRevisions=0  nbAssignments=125577  nbFailedAssignments=95920  nbBacktracks=29532  nbVisitedNodes=244850
169.00	     nbRestartNogoods=408
169.00	       =>  wckTime=131.252  cpuTime=129.98  mem=24M411
218.76	   
218.76	   search
218.76	     run=18  nbConstraintChecks=112521987  nbValidityChecks=499831548  nbPropagations=0  nbRevisions=0
218.76	     nbUselessRevisions=0  nbAssignments=163847  nbFailedAssignments=119407  nbBacktracks=44310  nbVisitedNodes=315689
218.76	     nbRestartNogoods=430
218.76	       =>  wckTime=181.017  cpuTime=179.29  mem=24M411
288.00	   
288.00	   search
288.00	     run=19  nbConstraintChecks=156923045  nbValidityChecks=677322145  nbPropagations=0  nbRevisions=0
288.00	     nbUselessRevisions=0  nbAssignments=216319  nbFailedAssignments=149704  nbBacktracks=66478  nbVisitedNodes=410761
288.00	     nbRestartNogoods=460
288.00	       =>  wckTime=250.255  cpuTime=247.89  mem=24M411
362.14	o 59
362.14	c 1
395.43	   
395.43	   search
395.43	     run=20  nbConstraintChecks=228203064  nbValidityChecks=938972409  nbPropagations=0  nbRevisions=0
395.43	     nbUselessRevisions=0  nbAssignments=294342  nbFailedAssignments=194469  nbBacktracks=99731  nbVisitedNodes=550811
395.43	     nbRestartNogoods=491
395.43	       =>  wckTime=357.679  cpuTime=354.34  mem=24M411
542.07	   
542.07	   search
542.07	     run=21  nbConstraintChecks=321594024  nbValidityChecks=1287904228  nbPropagations=0  nbRevisions=0
542.07	     nbUselessRevisions=0  nbAssignments=402872  nbFailedAssignments=253117  nbBacktracks=149609  nbVisitedNodes=740099
542.07	     nbRestartNogoods=518
542.07	       =>  wckTime=504.327  cpuTime=499.66  mem=24M411
678.97	   
678.97	   search
678.97	     run=22  nbConstraintChecks=409425314  nbValidityChecks=1615690594  nbPropagations=0  nbRevisions=0
678.97	     nbUselessRevisions=0  nbAssignments=506845  nbFailedAssignments=308803  nbBacktracks=197897  nbVisitedNodes=920833
678.97	     nbRestartNogoods=555
678.97	       =>  wckTime=641.223  cpuTime=635.31  mem=24M411
678.97	   
678.97	   global
678.97	     nbConstraintChecks=409425314  nbValidityChecks=1615690594  nbRestartNogoods=555  solvingWckTime=641.224
678.97	     solvingCpuTime=635.31  expiredTime=no  totalExploration=yes  nbFoundSolutions=1  globalCpuTime=672.23
678.97	       =>  wckTime=678.652  cpuTime=672.19  mem=24M411
678.97	
678.97	s OPTIMUM FOUND
678.97	v 0 7 1 18 12 11 16 12 15 15 1 7 2 4 14 11 15 13 5 7 
678.97	   
678.98	   totalWckTime=678.733  totalCpuTime=672.23

Verifier Data (download as text)

1 unsatisfied constraints, 59 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/node30/watcher-276038-1169230769 -o ROOT/results/node30/solver-276038-1169230769 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/276038-1169230769/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.99 1.96 1.90 4/93 26788
/proc/meminfo: memFree=1483416/2055920 swapFree=4167328/4192956
[pid=26787] ppid=26785 vsize=18540 CPUtime=0
/proc/26787/stat : 26787 (runsolver) R 26785 26787 25997 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 271470873 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 264907582759 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/26787/statm: 4635 279 244 17 0 2626 0

[startup+0.107733 s]
/proc/loadavg: 1.99 1.96 1.90 4/93 26788
/proc/meminfo: memFree=1483416/2055920 swapFree=4167328/4192956
[pid=26787] ppid=26785 vsize=914988 CPUtime=0.08
/proc/26787/stat : 26787 (java) R 26785 26787 25997 0 -1 0 2981 0 1 0 7 1 0 0 17 0 8 0 271470873 936947712 2727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072936456 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26787/statm: 228747 2727 1423 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.515757 s]
/proc/loadavg: 1.99 1.96 1.90 4/93 26788
/proc/meminfo: memFree=1483416/2055920 swapFree=4167328/4192956
[pid=26787] ppid=26785 vsize=915332 CPUtime=0.48
/proc/26787/stat : 26787 (java) R 26785 26787 25997 0 -1 0 7305 0 1 0 44 4 0 0 18 0 8 0 271470873 937299968 7044 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073445405 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26787/statm: 228833 7044 2139 14 0 215303 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915332

[startup+1.33681 s]
/proc/loadavg: 1.99 1.96 1.90 3/100 26795
/proc/meminfo: memFree=1423712/2055920 swapFree=4167328/4192956
[pid=26787] ppid=26785 vsize=915440 CPUtime=1.29
/proc/26787/stat : 26787 (java) R 26785 26787 25997 0 -1 0 17552 0 1 0 119 10 0 0 25 0 8 0 271470873 937410560 17290 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073650437 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26787/statm: 228860 17290 2475 14 0 215330 0
[pid=26787/tid=26789] ppid=26785 vsize=915440 CPUtime=0.06
/proc/26787/task/26789/stat : 26789 (java) S 26785 26787 25997 0 -1 64 1890 0 0 0 6 0 0 0 16 0 8 0 271470878 937410560 17290 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26790] ppid=26785 vsize=915440 CPUtime=0
/proc/26787/task/26790/stat : 26790 (java) S 26785 26787 25997 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 271470878 937410560 17290 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26791] ppid=26785 vsize=915440 CPUtime=0
/proc/26787/task/26791/stat : 26791 (java) S 26785 26787 25997 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 271470878 937410560 17290 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26792] ppid=26785 vsize=915440 CPUtime=0
/proc/26787/task/26792/stat : 26792 (java) S 26785 26787 25997 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 271470882 937410560 17290 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26793] ppid=26785 vsize=915440 CPUtime=0.11
/proc/26787/task/26793/stat : 26793 (java) S 26785 26787 25997 0 -1 64 320 0 0 0 11 0 0 0 16 0 8 0 271470882 937410560 17290 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26794] ppid=26785 vsize=915440 CPUtime=0
/proc/26787/task/26794/stat : 26794 (java) S 26785 26787 25997 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271470882 937410560 17290 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26795] ppid=26785 vsize=915440 CPUtime=0
/proc/26787/task/26795/stat : 26795 (java) S 26785 26787 25997 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 271470882 937410560 17290 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 915440

[startup+2.97691 s]
/proc/loadavg: 1.99 1.96 1.90 3/100 26795
/proc/meminfo: memFree=1423712/2055920 swapFree=4167328/4192956
[pid=26787] ppid=26785 vsize=915440 CPUtime=2.92
/proc/26787/stat : 26787 (java) R 26785 26787 25997 0 -1 0 17559 0 1 0 275 17 0 0 25 0 8 0 271470873 937410560 17296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073611757 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26787/statm: 228860 17296 2477 14 0 215330 0
[pid=26787/tid=26789] ppid=26785 vsize=915440 CPUtime=0.06
/proc/26787/task/26789/stat : 26789 (java) S 26785 26787 25997 0 -1 64 1890 0 0 0 6 0 0 0 16 0 8 0 271470878 937410560 17296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26790] ppid=26785 vsize=915440 CPUtime=0
/proc/26787/task/26790/stat : 26790 (java) S 26785 26787 25997 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 271470878 937410560 17296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26791] ppid=26785 vsize=915440 CPUtime=0
/proc/26787/task/26791/stat : 26791 (java) S 26785 26787 25997 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 271470878 937410560 17296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26792] ppid=26785 vsize=915440 CPUtime=0
/proc/26787/task/26792/stat : 26792 (java) S 26785 26787 25997 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 271470882 937410560 17296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26793] ppid=26785 vsize=915440 CPUtime=0.12
/proc/26787/task/26793/stat : 26793 (java) S 26785 26787 25997 0 -1 64 326 0 0 0 12 0 0 0 16 0 8 0 271470882 937410560 17296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26794] ppid=26785 vsize=915440 CPUtime=0
/proc/26787/task/26794/stat : 26794 (java) S 26785 26787 25997 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271470882 937410560 17296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26795] ppid=26785 vsize=915440 CPUtime=0
/proc/26787/task/26795/stat : 26795 (java) S 26785 26787 25997 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 271470882 937410560 17296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 915440

[startup+6.18411 s]
/proc/loadavg: 1.99 1.96 1.90 3/100 26795
/proc/meminfo: memFree=1423520/2055920 swapFree=4167328/4192956
[pid=26787] ppid=26785 vsize=915440 CPUtime=6.09
/proc/26787/stat : 26787 (java) R 26785 26787 25997 0 -1 0 17560 0 1 0 578 31 0 0 25 0 8 0 271470873 937410560 17297 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073650329 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26787/statm: 228860 17297 2477 14 0 215330 0
[pid=26787/tid=26789] ppid=26785 vsize=915440 CPUtime=0.06
/proc/26787/task/26789/stat : 26789 (java) S 26785 26787 25997 0 -1 64 1890 0 0 0 6 0 0 0 16 0 8 0 271470878 937410560 17297 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26790] ppid=26785 vsize=915440 CPUtime=0
/proc/26787/task/26790/stat : 26790 (java) S 26785 26787 25997 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 271470878 937410560 17297 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26791] ppid=26785 vsize=915440 CPUtime=0
/proc/26787/task/26791/stat : 26791 (java) S 26785 26787 25997 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 271470878 937410560 17297 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26792] ppid=26785 vsize=915440 CPUtime=0
/proc/26787/task/26792/stat : 26792 (java) S 26785 26787 25997 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 271470882 937410560 17297 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26793] ppid=26785 vsize=915440 CPUtime=0.12
/proc/26787/task/26793/stat : 26793 (java) S 26785 26787 25997 0 -1 64 327 0 0 0 12 0 0 0 15 0 8 0 271470882 937410560 17297 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26794] ppid=26785 vsize=915440 CPUtime=0
/proc/26787/task/26794/stat : 26794 (java) S 26785 26787 25997 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271470882 937410560 17297 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26795] ppid=26785 vsize=915440 CPUtime=0
/proc/26787/task/26795/stat : 26795 (java) S 26785 26787 25997 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 271470882 937410560 17297 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 915440

[startup+12.6555 s]
/proc/loadavg: 1.99 1.96 1.90 3/100 26795
/proc/meminfo: memFree=1423528/2055920 swapFree=4167328/4192956
[pid=26787] ppid=26785 vsize=915444 CPUtime=12.51
/proc/26787/stat : 26787 (java) R 26785 26787 25997 0 -1 0 17562 0 1 0 1190 61 0 0 25 0 8 0 271470873 937414656 17299 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 7434977 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26787/statm: 228861 17299 2477 14 0 215331 0
[pid=26787/tid=26789] ppid=26785 vsize=915444 CPUtime=0.06
/proc/26787/task/26789/stat : 26789 (java) S 26785 26787 25997 0 -1 64 1890 0 0 0 6 0 0 0 16 0 8 0 271470878 937414656 17299 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26790] ppid=26785 vsize=915444 CPUtime=0
/proc/26787/task/26790/stat : 26790 (java) S 26785 26787 25997 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 271470878 937414656 17299 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26791] ppid=26785 vsize=915444 CPUtime=0
/proc/26787/task/26791/stat : 26791 (java) S 26785 26787 25997 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 271470878 937414656 17299 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26792] ppid=26785 vsize=915444 CPUtime=0
/proc/26787/task/26792/stat : 26792 (java) S 26785 26787 25997 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 271470882 937414656 17299 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26793] ppid=26785 vsize=915444 CPUtime=0.13
/proc/26787/task/26793/stat : 26793 (java) S 26785 26787 25997 0 -1 64 329 0 0 0 13 0 0 0 16 0 8 0 271470882 937414656 17299 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26794] ppid=26785 vsize=915444 CPUtime=0
/proc/26787/task/26794/stat : 26794 (java) S 26785 26787 25997 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271470882 937414656 17299 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26795] ppid=26785 vsize=915444 CPUtime=0
/proc/26787/task/26795/stat : 26795 (java) S 26785 26787 25997 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 271470882 937414656 17299 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 915444

[startup+25.5203 s]
/proc/loadavg: 2.07 1.98 1.91 3/100 26797
/proc/meminfo: memFree=1423656/2055920 swapFree=4167328/4192956
[pid=26787] ppid=26785 vsize=915440 CPUtime=25.26
/proc/26787/stat : 26787 (java) R 26785 26787 25997 0 -1 0 17562 0 1 0 2407 119 0 0 25 0 8 0 271470873 937410560 17299 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073611661 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26787/statm: 228860 17299 2477 14 0 215330 0
[pid=26787/tid=26789] ppid=26785 vsize=915440 CPUtime=0.06
/proc/26787/task/26789/stat : 26789 (java) S 26785 26787 25997 0 -1 64 1890 0 0 0 6 0 0 0 16 0 8 0 271470878 937410560 17299 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26790] ppid=26785 vsize=915440 CPUtime=0
/proc/26787/task/26790/stat : 26790 (java) S 26785 26787 25997 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 271470878 937410560 17299 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26791] ppid=26785 vsize=915440 CPUtime=0
/proc/26787/task/26791/stat : 26791 (java) S 26785 26787 25997 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 271470878 937410560 17299 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26792] ppid=26785 vsize=915440 CPUtime=0
/proc/26787/task/26792/stat : 26792 (java) S 26785 26787 25997 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 271470882 937410560 17299 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26793] ppid=26785 vsize=915440 CPUtime=0.13
/proc/26787/task/26793/stat : 26793 (java) S 26785 26787 25997 0 -1 64 329 0 0 0 13 0 0 0 16 0 8 0 271470882 937410560 17299 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26794] ppid=26785 vsize=915440 CPUtime=0
/proc/26787/task/26794/stat : 26794 (java) S 26785 26787 25997 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271470882 937410560 17299 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26795] ppid=26785 vsize=915440 CPUtime=0
/proc/26787/task/26795/stat : 26795 (java) S 26785 26787 25997 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 271470882 937410560 17299 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 915440

[startup+51.143 s]
/proc/loadavg: 2.04 1.98 1.91 3/100 26797
/proc/meminfo: memFree=1423272/2055920 swapFree=4167328/4192956
[pid=26787] ppid=26785 vsize=915440 CPUtime=50.65
/proc/26787/stat : 26787 (java) R 26785 26787 25997 0 -1 0 17727 0 1 0 4890 175 0 0 25 0 8 0 271470873 937410560 17460 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073783262 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26787/statm: 228860 17460 2530 14 0 215330 0
[pid=26787/tid=26789] ppid=26785 vsize=915440 CPUtime=0.06
/proc/26787/task/26789/stat : 26789 (java) S 26785 26787 25997 0 -1 64 1891 0 0 0 6 0 0 0 16 0 8 0 271470878 937410560 17460 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26790] ppid=26785 vsize=915440 CPUtime=0
/proc/26787/task/26790/stat : 26790 (java) S 26785 26787 25997 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 271470878 937410560 17460 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26791] ppid=26785 vsize=915440 CPUtime=0
/proc/26787/task/26791/stat : 26791 (java) S 26785 26787 25997 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 271470878 937410560 17460 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26792] ppid=26785 vsize=915440 CPUtime=0
/proc/26787/task/26792/stat : 26792 (java) S 26785 26787 25997 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 271470882 937410560 17460 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26793] ppid=26785 vsize=915440 CPUtime=0.25
/proc/26787/task/26793/stat : 26793 (java) S 26785 26787 25997 0 -1 64 391 0 0 0 24 1 0 0 16 0 8 0 271470882 937410560 17460 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26794] ppid=26785 vsize=915440 CPUtime=0
/proc/26787/task/26794/stat : 26794 (java) S 26785 26787 25997 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271470882 937410560 17460 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26795] ppid=26785 vsize=915440 CPUtime=0
/proc/26787/task/26795/stat : 26795 (java) S 26785 26787 25997 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 271470882 937410560 17460 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 915440

[startup+102.391 s]
/proc/loadavg: 2.02 1.98 1.91 3/100 26797
/proc/meminfo: memFree=1423336/2055920 swapFree=4167328/4192956
[pid=26787] ppid=26785 vsize=915440 CPUtime=101.42
/proc/26787/stat : 26787 (java) R 26785 26787 25997 0 -1 0 17728 0 1 0 9967 175 0 0 25 0 8 0 271470873 937410560 17460 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073807612 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26787/statm: 228860 17460 2530 14 0 215330 0
[pid=26787/tid=26789] ppid=26785 vsize=915440 CPUtime=0.06
/proc/26787/task/26789/stat : 26789 (java) S 26785 26787 25997 0 -1 64 1891 0 0 0 6 0 0 0 16 0 8 0 271470878 937410560 17460 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26790] ppid=26785 vsize=915440 CPUtime=0
/proc/26787/task/26790/stat : 26790 (java) S 26785 26787 25997 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 271470878 937410560 17460 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26791] ppid=26785 vsize=915440 CPUtime=0
/proc/26787/task/26791/stat : 26791 (java) S 26785 26787 25997 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 271470878 937410560 17460 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26792] ppid=26785 vsize=915440 CPUtime=0
/proc/26787/task/26792/stat : 26792 (java) S 26785 26787 25997 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 271470882 937410560 17460 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26793] ppid=26785 vsize=915440 CPUtime=0.25
/proc/26787/task/26793/stat : 26793 (java) S 26785 26787 25997 0 -1 64 391 0 0 0 24 1 0 0 16 0 8 0 271470882 937410560 17460 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26794] ppid=26785 vsize=915440 CPUtime=0
/proc/26787/task/26794/stat : 26794 (java) S 26785 26787 25997 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271470882 937410560 17460 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26795] ppid=26785 vsize=915440 CPUtime=0
/proc/26787/task/26795/stat : 26795 (java) S 26785 26787 25997 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 271470882 937410560 17460 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.42
Current children cumulated vsize (KiB) 915440

[startup+162.396 s]
/proc/loadavg: 2.04 1.99 1.91 3/100 26797
/proc/meminfo: memFree=1423336/2055920 swapFree=4167328/4192956
[pid=26787] ppid=26785 vsize=915440 CPUtime=160.89
/proc/26787/stat : 26787 (java) R 26785 26787 25997 0 -1 0 17730 0 1 0 15913 176 0 0 25 0 8 0 271470873 937410560 17461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073616572 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

/proc/26787/task/26792/stat : 26792 (java) S 26785 26787 25997 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 271470882 937410560 17461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26793] ppid=26785 vsize=915440 CPUtime=0.25
/proc/26787/task/26793/stat : 26793 (java) S 26785 26787 25997 0 -1 64 392 0 0 0 24 1 0 0 16 0 8 0 271470882 937410560 17461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26794] ppid=26785 vsize=915440 CPUtime=0
/proc/26787/task/26794/stat : 26794 (java) S 26785 26787 25997 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271470882 937410560 17461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26795] ppid=26785 vsize=915440 CPUtime=0
/proc/26787/task/26795/stat : 26795 (java) S 26785 26787 25997 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 271470882 937410560 17461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.34
Current children cumulated vsize (KiB) 915440

[startup+282.404 s]
/proc/loadavg: 2.02 2.00 1.92 3/100 26797
/proc/meminfo: memFree=1423336/2055920 swapFree=4167328/4192956
[pid=26787] ppid=26785 vsize=915440 CPUtime=279.8
/proc/26787/stat : 26787 (java) R 26785 26787 25997 0 -1 0 17731 0 1 0 27803 177 0 0 25 0 8 0 271470873 937410560 17461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073772127 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26787/statm: 228860 17461 2530 14 0 215330 0
[pid=26787/tid=26789] ppid=26785 vsize=915440 CPUtime=0.06
/proc/26787/task/26789/stat : 26789 (java) S 26785 26787 25997 0 -1 64 1891 0 0 0 6 0 0 0 16 0 8 0 271470878 937410560 17461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26790] ppid=26785 vsize=915440 CPUtime=0
/proc/26787/task/26790/stat : 26790 (java) S 26785 26787 25997 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 271470878 937410560 17461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26791] ppid=26785 vsize=915440 CPUtime=0
/proc/26787/task/26791/stat : 26791 (java) S 26785 26787 25997 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 271470878 937410560 17461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26792] ppid=26785 vsize=915440 CPUtime=0
/proc/26787/task/26792/stat : 26792 (java) S 26785 26787 25997 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 271470882 937410560 17461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26793] ppid=26785 vsize=915440 CPUtime=0.25
/proc/26787/task/26793/stat : 26793 (java) S 26785 26787 25997 0 -1 64 392 0 0 0 24 1 0 0 16 0 8 0 271470882 937410560 17461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26794] ppid=26785 vsize=915440 CPUtime=0
/proc/26787/task/26794/stat : 26794 (java) S 26785 26787 25997 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271470882 937410560 17461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26795] ppid=26785 vsize=915440 CPUtime=0
/proc/26787/task/26795/stat : 26795 (java) S 26785 26787 25997 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 271470882 937410560 17461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 279.8
Current children cumulated vsize (KiB) 915440

[startup+342.409 s]
/proc/loadavg: 2.00 2.00 1.92 3/100 26797
/proc/meminfo: memFree=1423336/2055920 swapFree=4167328/4192956
[pid=26787] ppid=26785 vsize=915440 CPUtime=339.26
/proc/26787/stat : 26787 (java) R 26785 26787 25997 0 -1 0 17731 0 1 0 33749 177 0 0 25 0 8 0 271470873 937410560 17461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918564 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26787/statm: 228860 17461 2530 14 0 215330 0
[pid=26787/tid=26789] ppid=26785 vsize=915440 CPUtime=0.06
/proc/26787/task/26789/stat : 26789 (java) S 26785 26787 25997 0 -1 64 1891 0 0 0 6 0 0 0 16 0 8 0 271470878 937410560 17461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26790] ppid=26785 vsize=915440 CPUtime=0
/proc/26787/task/26790/stat : 26790 (java) S 26785 26787 25997 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 271470878 937410560 17461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26791] ppid=26785 vsize=915440 CPUtime=0
/proc/26787/task/26791/stat : 26791 (java) S 26785 26787 25997 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 271470878 937410560 17461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26792] ppid=26785 vsize=915440 CPUtime=0
/proc/26787/task/26792/stat : 26792 (java) S 26785 26787 25997 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 271470882 937410560 17461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26793] ppid=26785 vsize=915440 CPUtime=0.25
/proc/26787/task/26793/stat : 26793 (java) S 26785 26787 25997 0 -1 64 392 0 0 0 24 1 0 0 16 0 8 0 271470882 937410560 17461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26794] ppid=26785 vsize=915440 CPUtime=0
/proc/26787/task/26794/stat : 26794 (java) S 26785 26787 25997 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271470882 937410560 17461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26795] ppid=26785 vsize=915440 CPUtime=0
/proc/26787/task/26795/stat : 26795 (java) S 26785 26787 25997 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 271470882 937410560 17461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.26
Current children cumulated vsize (KiB) 915440

[startup+402.418 s]
/proc/loadavg: 2.00 2.00 1.92 3/100 26797
/proc/meminfo: memFree=1423336/2055920 swapFree=4167328/4192956
[pid=26787] ppid=26785 vsize=915440 CPUtime=398.73
/proc/26787/stat : 26787 (java) R 26785 26787 25997 0 -1 0 17731 0 1 0 39695 178 0 0 25 0 8 0 271470873 937410560 17461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073802314 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26787/statm: 228860 17461 2530 14 0 215330 0
[pid=26787/tid=26789] ppid=26785 vsize=915440 CPUtime=0.06
/proc/26787/task/26789/stat : 26789 (java) S 26785 26787 25997 0 -1 64 1891 0 0 0 6 0 0 0 16 0 8 0 271470878 937410560 17461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26790] ppid=26785 vsize=915440 CPUtime=0
/proc/26787/task/26790/stat : 26790 (java) S 26785 26787 25997 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 271470878 937410560 17461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26791] ppid=26785 vsize=915440 CPUtime=0
/proc/26787/task/26791/stat : 26791 (java) S 26785 26787 25997 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 271470878 937410560 17461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26792] ppid=26785 vsize=915440 CPUtime=0
/proc/26787/task/26792/stat : 26792 (java) S 26785 26787 25997 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 271470882 937410560 17461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26793] ppid=26785 vsize=915440 CPUtime=0.25
/proc/26787/task/26793/stat : 26793 (java) S 26785 26787 25997 0 -1 64 392 0 0 0 24 1 0 0 16 0 8 0 271470882 937410560 17461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26794] ppid=26785 vsize=915440 CPUtime=0
/proc/26787/task/26794/stat : 26794 (java) S 26785 26787 25997 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271470882 937410560 17461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26795] ppid=26785 vsize=915440 CPUtime=0
/proc/26787/task/26795/stat : 26795 (java) S 26785 26787 25997 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 271470882 937410560 17461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 398.73
Current children cumulated vsize (KiB) 915440

[startup+462.427 s]
/proc/loadavg: 2.00 2.00 1.92 3/100 26797
/proc/meminfo: memFree=1423272/2055920 swapFree=4167328/4192956
[pid=26787] ppid=26785 vsize=915440 CPUtime=458.19
/proc/26787/stat : 26787 (java) R 26785 26787 25997 0 -1 0 17731 0 1 0 45641 178 0 0 25 0 8 0 271470873 937410560 17461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073616579 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26787/statm: 228860 17461 2530 14 0 215330 0
[pid=26787/tid=26789] ppid=26785 vsize=915440 CPUtime=0.06
/proc/26787/task/26789/stat : 26789 (java) S 26785 26787 25997 0 -1 64 1891 0 0 0 6 0 0 0 16 0 8 0 271470878 937410560 17461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26790] ppid=26785 vsize=915440 CPUtime=0
/proc/26787/task/26790/stat : 26790 (java) S 26785 26787 25997 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 271470878 937410560 17461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26791] ppid=26785 vsize=915440 CPUtime=0
/proc/26787/task/26791/stat : 26791 (java) S 26785 26787 25997 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 271470878 937410560 17461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26792] ppid=26785 vsize=915440 CPUtime=0
/proc/26787/task/26792/stat : 26792 (java) S 26785 26787 25997 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 271470882 937410560 17461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26793] ppid=26785 vsize=915440 CPUtime=0.25
/proc/26787/task/26793/stat : 26793 (java) S 26785 26787 25997 0 -1 64 392 0 0 0 24 1 0 0 16 0 8 0 271470882 937410560 17461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26794] ppid=26785 vsize=915440 CPUtime=0
/proc/26787/task/26794/stat : 26794 (java) S 26785 26787 25997 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271470882 937410560 17461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26795] ppid=26785 vsize=915440 CPUtime=0
/proc/26787/task/26795/stat : 26795 (java) S 26785 26787 25997 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 271470882 937410560 17461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.19
Current children cumulated vsize (KiB) 915440

[startup+522.434 s]
/proc/loadavg: 2.07 2.02 1.93 3/100 26797
/proc/meminfo: memFree=1423272/2055920 swapFree=4167328/4192956
[pid=26787] ppid=26785 vsize=915440 CPUtime=517.66
/proc/26787/stat : 26787 (java) R 26785 26787 25997 0 -1 0 17731 0 1 0 51587 179 0 0 25 0 8 0 271470873 937410560 17461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073656678 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26787/statm: 228860 17461 2530 14 0 215330 0
[pid=26787/tid=26789] ppid=26785 vsize=915440 CPUtime=0.06
/proc/26787/task/26789/stat : 26789 (java) S 26785 26787 25997 0 -1 64 1891 0 0 0 6 0 0 0 16 0 8 0 271470878 937410560 17461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26790] ppid=26785 vsize=915440 CPUtime=0
/proc/26787/task/26790/stat : 26790 (java) S 26785 26787 25997 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 271470878 937410560 17461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26791] ppid=26785 vsize=915440 CPUtime=0
/proc/26787/task/26791/stat : 26791 (java) S 26785 26787 25997 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 271470878 937410560 17461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26792] ppid=26785 vsize=915440 CPUtime=0
/proc/26787/task/26792/stat : 26792 (java) S 26785 26787 25997 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 271470882 937410560 17461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26793] ppid=26785 vsize=915440 CPUtime=0.25
/proc/26787/task/26793/stat : 26793 (java) S 26785 26787 25997 0 -1 64 392 0 0 0 24 1 0 0 16 0 8 0 271470882 937410560 17461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26794] ppid=26785 vsize=915440 CPUtime=0
/proc/26787/task/26794/stat : 26794 (java) S 26785 26787 25997 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271470882 937410560 17461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26795] ppid=26785 vsize=915440 CPUtime=0
/proc/26787/task/26795/stat : 26795 (java) S 26785 26787 25997 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 271470882 937410560 17461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 517.66
Current children cumulated vsize (KiB) 915440

[startup+582.443 s]
/proc/loadavg: 2.02 2.01 1.93 3/100 26797
/proc/meminfo: memFree=1423336/2055920 swapFree=4167328/4192956
[pid=26787] ppid=26785 vsize=915440 CPUtime=577.12
/proc/26787/stat : 26787 (java) R 26785 26787 25997 0 -1 0 17731 0 1 0 57533 179 0 0 25 0 8 0 271470873 937410560 17461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073616569 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26787/statm: 228860 17461 2530 14 0 215330 0
[pid=26787/tid=26789] ppid=26785 vsize=915440 CPUtime=0.06
/proc/26787/task/26789/stat : 26789 (java) S 26785 26787 25997 0 -1 64 1891 0 0 0 6 0 0 0 16 0 8 0 271470878 937410560 17461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26790] ppid=26785 vsize=915440 CPUtime=0
/proc/26787/task/26790/stat : 26790 (java) S 26785 26787 25997 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 271470878 937410560 17461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26791] ppid=26785 vsize=915440 CPUtime=0
/proc/26787/task/26791/stat : 26791 (java) S 26785 26787 25997 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 271470878 937410560 17461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26792] ppid=26785 vsize=915440 CPUtime=0
/proc/26787/task/26792/stat : 26792 (java) S 26785 26787 25997 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 271470882 937410560 17461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26793] ppid=26785 vsize=915440 CPUtime=0.25
/proc/26787/task/26793/stat : 26793 (java) S 26785 26787 25997 0 -1 64 392 0 0 0 24 1 0 0 16 0 8 0 271470882 937410560 17461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26794] ppid=26785 vsize=915440 CPUtime=0
/proc/26787/task/26794/stat : 26794 (java) S 26785 26787 25997 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271470882 937410560 17461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26795] ppid=26785 vsize=915440 CPUtime=0
/proc/26787/task/26795/stat : 26795 (java) S 26785 26787 25997 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 271470882 937410560 17461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 577.12
Current children cumulated vsize (KiB) 915440

[startup+642.448 s]
/proc/loadavg: 2.04 2.02 1.93 3/100 26797
/proc/meminfo: memFree=1423272/2055920 swapFree=4167328/4192956
[pid=26787] ppid=26785 vsize=915440 CPUtime=636.57
/proc/26787/stat : 26787 (java) R 26785 26787 25997 0 -1 0 17731 0 1 0 63478 179 0 0 25 0 8 0 271470873 937410560 17461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918603 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26787/statm: 228860 17461 2530 14 0 215330 0
[pid=26787/tid=26789] ppid=26785 vsize=915440 CPUtime=0.06
/proc/26787/task/26789/stat : 26789 (java) S 26785 26787 25997 0 -1 64 1891 0 0 0 6 0 0 0 16 0 8 0 271470878 937410560 17461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26790] ppid=26785 vsize=915440 CPUtime=0
/proc/26787/task/26790/stat : 26790 (java) S 26785 26787 25997 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 271470878 937410560 17461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26791] ppid=26785 vsize=915440 CPUtime=0
/proc/26787/task/26791/stat : 26791 (java) S 26785 26787 25997 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 271470878 937410560 17461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26792] ppid=26785 vsize=915440 CPUtime=0
/proc/26787/task/26792/stat : 26792 (java) S 26785 26787 25997 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 271470882 937410560 17461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26793] ppid=26785 vsize=915440 CPUtime=0.25
/proc/26787/task/26793/stat : 26793 (java) S 26785 26787 25997 0 -1 64 392 0 0 0 24 1 0 0 16 0 8 0 271470882 937410560 17461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26794] ppid=26785 vsize=915440 CPUtime=0
/proc/26787/task/26794/stat : 26794 (java) S 26785 26787 25997 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 271470882 937410560 17461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26787/tid=26795] ppid=26785 vsize=915440 CPUtime=0
/proc/26787/task/26795/stat : 26795 (java) S 26785 26787 25997 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 271470882 937410560 17461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 636.57
Current children cumulated vsize (KiB) 915440

Child status: 0
Real time (s): 679.005
CPU time (s): 672.799
CPU user time (s): 670.985
CPU system time (s): 1.81372
CPU usage (%): 99.0859
Max. virtual memory (cumulated for all children) (KiB): 915956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 670.985
system time used= 1.81372
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17743
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= 14832
involuntary context switches= 33899

runsolver used 0.814876 s user time and 2.20066 s system time

The end

Launcher Data (download as text)

Begin job on node30 on Fri Jan 19 18:19:29 UTC 2007


IDJOB= 276038
IDBENCH= 5220
IDSOLVER= 69
FILE ID= node30/276038-1169230769

PBS_JOBID= 3589270

Free space on /tmp= 66559 MiB

SOLVER NAME= AbsconMax 109 PFC
BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-20-20/rand-3-20-20-60-632-30_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/276038-1169230769/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node30/watcher-276038-1169230769 -o ROOT/results/node30/solver-276038-1169230769 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/276038-1169230769/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  2bc7518c6d0868896b9c5483e22b9ac3

RANDOM SEED= 802597945

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.234
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.234
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:       1483832 kB
Buffers:         37464 kB
Cached:         365448 kB
SwapCached:       2164 kB
Active:         215584 kB
Inactive:       278604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1483832 kB
SwapTotal:     4192956 kB
SwapFree:      4167328 kB
Dirty:            3036 kB
Writeback:           0 kB
Mapped:         116840 kB
Slab:            62592 kB
Committed_AS:  5690576 kB
PageTables:       2396 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= 66559 MiB



End job on node30 on Fri Jan 19 18:30:48 UTC 2007