Trace number 278534

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 422.991 425.38

General information on the benchmark

Namedimacs/jnhUnsat/
jnh20_ext.xml
MD5SUM50ecb9a00270bf368513667c59f80d9d
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints844
Best CPU time to get the best result obtained on this benchmark1.83272
SatisfiableNO
(Un)Satisfiability was proved
Number of variables100
Number of constraints846
Maximum constraint arity11
Maximum domain size2
Number of constraints which are defined in extension846
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.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=pfc.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/278534-1169288741/unknown.xml
0.35	   
0.35	   domains being loaded...
0.35	   
0.35	   variables being loaded...
0.39	     nbVariables=100  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2
0.39	       =>  wckTime=0.099  cpuTime=0.08  mem=6M910
0.39	   
0.39	   relations being loaded...
0.44	   
0.44	   constraints being loaded...
0.59	     nbConstraints=846  nbRelationTypes=231  nbExtensionStructures=231  nbSharedExtensionStructures=615
0.59	     nbConflictsStructures=231  nbSharedConflictsStructures=615  nbSharedBinaryRepresentations=24  maxDegree=60
0.59	     maxArity=11
0.59	       =>  wckTime=0.299  cpuTime=0.2  mem=11M786
0.64	   
0.64	   solver LocalSearchSolver being built... 
0.68	       =>  wckTime=0.385  cpuTime=0.24  mem=6M301
0.68	
0.68	s SATISFIABLE
0.68	o 794
0.68	c 52
0.68	o 798
0.68	c 48
0.68	o 799
0.68	c 47
0.69	o 803
0.69	c 43
0.69	o 806
0.69	c 40
0.69	o 809
0.69	c 37
0.69	o 810
0.69	c 36
0.69	o 811
0.69	c 35
0.69	o 813
0.69	c 33
0.69	o 816
0.69	c 30
0.69	o 818
0.69	c 28
0.70	o 819
0.70	c 27
0.70	o 821
0.70	c 25
0.70	o 823
0.70	c 23
0.70	o 825
0.70	c 21
0.70	o 826
0.70	c 20
0.71	o 828
0.71	c 18
0.71	o 829
0.71	c 17
0.71	o 830
0.71	c 16
0.71	o 831
0.71	c 15
0.71	o 832
0.71	c 14
0.72	o 833
0.72	c 13
0.72	o 834
0.72	c 12
0.73	o 836
0.73	c 10
0.73	o 837
0.73	c 9
0.73	o 838
0.73	c 8
0.73	o 839
0.73	c 7
0.73	o 840
0.73	c 6
0.74	o 841
0.74	c 5
0.74	o 842
0.74	c 4
0.74	o 843
0.74	c 3
0.86	o 844
0.86	c 2
4.26	   
4.26	   search
4.26	     run=0  nbConstraintChecks=10401076  nbAssignments=10000
4.26	       =>  wckTime=3.585  cpuTime=3.55  mem=6M301
8.25	   
8.25	   search
8.25	     run=1  nbConstraintChecks=22563660  nbAssignments=20000
8.25	       =>  wckTime=7.577  cpuTime=7.51  mem=6M301
11.73	   
11.73	   search
11.73	     run=2  nbConstraintChecks=33004478  nbAssignments=30000
11.73	       =>  wckTime=11.052  cpuTime=10.97  mem=6M301
15.55	   
15.55	   search
15.55	     run=3  nbConstraintChecks=44654090  nbAssignments=40000
15.55	       =>  wckTime=14.873  cpuTime=14.75  mem=6M301
18.97	   
18.97	   search
18.97	     run=4  nbConstraintChecks=54938955  nbAssignments=50000
18.97	       =>  wckTime=18.299  cpuTime=18.17  mem=6M301
22.99	   
22.99	   search
22.99	     run=5  nbConstraintChecks=67194640  nbAssignments=60000
22.99	       =>  wckTime=22.311  cpuTime=22.16  mem=6M301
26.46	   
26.46	   search
26.46	     run=6  nbConstraintChecks=77532935  nbAssignments=70000
26.46	       =>  wckTime=25.787  cpuTime=25.61  mem=6M301
30.34	   
30.34	   search
30.34	     run=7  nbConstraintChecks=89397605  nbAssignments=80000
30.34	       =>  wckTime=29.667  cpuTime=29.48  mem=6M301
31.04	   
31.04	   search
31.04	     run=8  nbConstraintChecks=91384547  nbAssignments=82504
31.04	       =>  wckTime=30.366  cpuTime=30.18  mem=6M301
31.04	   
31.04	   global
31.04	     nbConstraintChecks=91384547  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
31.04	     solvingWckTime=30.365  solvingCpuTime=30.18  expiredTime=no  totalExploration=no  nbFoundSolutions=0
31.04	     globalCpuTime=30.47
31.04	       =>  wckTime=30.752  cpuTime=30.42  mem=6M301
31.04	   
31.04	   solver IterativeSystematicSolver being built... 
31.23	       =>  wckTime=30.941  cpuTime=30.57  mem=25M166
31.25	   
31.25	   preprocessing
31.25	     nbConstraintChecks=6  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
31.25	     detectedInconsistency=no
31.25	       =>  wckTime=0.015  cpuTime=0.01  mem=25M166
31.37	   
31.37	   search
31.37	     run=0  nbConstraintChecks=5196  nbValidityChecks=7173  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
31.37	     nbAssignments=42  nbFailedAssignments=9  nbBacktracks=13  nbVisitedNodes=57  nbRestartNogoods=0
31.37	       =>  wckTime=0.141  cpuTime=0.11  mem=25M166
31.48	   
31.48	   search
31.48	     run=1  nbConstraintChecks=10695  nbValidityChecks=15419  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
31.48	     nbAssignments=87  nbFailedAssignments=18  nbBacktracks=29  nbVisitedNodes=120  nbRestartNogoods=1
31.48	       =>  wckTime=0.247  cpuTime=0.2  mem=25M166
31.61	   
31.61	   search
31.61	     run=2  nbConstraintChecks=19888  nbValidityChecks=33754  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
31.61	     nbAssignments=146  nbFailedAssignments=26  nbBacktracks=52  nbVisitedNodes=205  nbRestartNogoods=3
31.61	       =>  wckTime=0.375  cpuTime=0.32  mem=25M166
31.78	   
31.78	   search
31.78	     run=3  nbConstraintChecks=33956  nbValidityChecks=62563  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
31.78	     nbAssignments=229  nbFailedAssignments=42  nbBacktracks=90  nbVisitedNodes=330  nbRestartNogoods=6
31.78	       =>  wckTime=0.545  cpuTime=0.49  mem=25M166
31.99	   
31.99	   search
31.99	     run=4  nbConstraintChecks=51224  nbValidityChecks=96041  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
31.99	     nbAssignments=332  nbFailedAssignments=68  nbBacktracks=140  nbVisitedNodes=489  nbRestartNogoods=10
31.99	       =>  wckTime=0.76  cpuTime=0.71  mem=25M166
32.28	   
32.28	   search
32.28	     run=5  nbConstraintChecks=81853  nbValidityChecks=158481  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
32.28	     nbAssignments=478  nbFailedAssignments=100  nbBacktracks=217  nbVisitedNodes=720  nbRestartNogoods=16
32.28	       =>  wckTime=1.047  cpuTime=0.99  mem=25M166
32.72	   
32.72	   search
32.72	     run=6  nbConstraintChecks=124662  nbValidityChecks=266317  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
32.72	     nbAssignments=687  nbFailedAssignments=157  nbBacktracks=331  nbVisitedNodes=1041  nbRestartNogoods=27
32.73	       =>  wckTime=1.488  cpuTime=1.43  mem=25M166
33.39	   
33.39	   search
33.39	     run=7  nbConstraintChecks=185032  nbValidityChecks=373399  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
33.39	     nbAssignments=996  nbFailedAssignments=266  nbBacktracks=504  nbVisitedNodes=1529  nbRestartNogoods=38
33.39	       =>  wckTime=2.161  cpuTime=2.1  mem=25M166
34.37	   
34.37	   search
34.37	     run=8  nbConstraintChecks=270730  nbValidityChecks=572099  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
34.37	     nbAssignments=1380  nbFailedAssignments=361  nbBacktracks=761  nbVisitedNodes=2176  nbRestartNogoods=46
34.37	       =>  wckTime=3.139  cpuTime=3.07  mem=25M166
35.88	   
35.88	   search
35.88	     run=9  nbConstraintChecks=399092  nbValidityChecks=863872  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
35.88	     nbAssignments=1991  nbFailedAssignments=551  nbBacktracks=1146  nbVisitedNodes=3176  nbRestartNogoods=53
35.88	       =>  wckTime=4.652  cpuTime=4.56  mem=25M166
38.05	   
38.05	   search
38.05	     run=10  nbConstraintChecks=611644  nbValidityChecks=1343585  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
38.05	     nbAssignments=2861  nbFailedAssignments=817  nbBacktracks=1724  nbVisitedNodes=4627  nbRestartNogoods=60
38.05	       =>  wckTime=6.819  cpuTime=6.71  mem=25M166
41.13	   
41.13	   search
41.13	     run=11  nbConstraintChecks=919941  nbValidityChecks=2080399  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
41.13	     nbAssignments=4179  nbFailedAssignments=1250  nbBacktracks=2594  nbVisitedNodes=6803  nbRestartNogoods=65
41.13	       =>  wckTime=9.894  cpuTime=9.76  mem=25M166
45.44	   
45.44	   search
45.44	     run=12  nbConstraintChecks=1343485  nbValidityChecks=2952468  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
45.44	     nbAssignments=5991  nbFailedAssignments=1742  nbBacktracks=3891  nbVisitedNodes=9833  nbRestartNogoods=68
45.44	       =>  wckTime=14.206  cpuTime=14.05  mem=25M166
52.07	   
52.07	   search
52.07	     run=13  nbConstraintChecks=1916053  nbValidityChecks=3949527  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
52.07	     nbAssignments=8628  nbFailedAssignments=2396  nbBacktracks=5837  nbVisitedNodes=14307  nbRestartNogoods=74
52.07	       =>  wckTime=20.837  cpuTime=20.64  mem=25M166
62.80	   
62.80	   search
62.80	     run=14  nbConstraintChecks=2961736  nbValidityChecks=6127166  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
62.80	     nbAssignments=12844  nbFailedAssignments=3652  nbBacktracks=8761  nbVisitedNodes=21366  nbRestartNogoods=81
62.80	       =>  wckTime=31.568  cpuTime=31.3  mem=25M166
77.03	   
77.03	   search
77.03	     run=15  nbConstraintChecks=4343863  nbValidityChecks=8640468  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
77.03	     nbAssignments=19059  nbFailedAssignments=5456  nbBacktracks=13146  nbVisitedNodes=31705  nbRestartNogoods=88
77.03	       =>  wckTime=45.795  cpuTime=45.46  mem=25M166
97.27	   
97.28	   search
97.28	     run=16  nbConstraintChecks=6172821  nbValidityChecks=11565324  nbPropagations=0  nbRevisions=0
97.28	     nbUselessRevisions=0  nbAssignments=28000  nbFailedAssignments=7805  nbBacktracks=19716  nbVisitedNodes=46904
97.28	     nbRestartNogoods=97
97.28	       =>  wckTime=66.043  cpuTime=65.6  mem=25M166
126.76	   
126.76	   search
126.76	     run=17  nbConstraintChecks=8717789  nbValidityChecks=15292949  nbPropagations=0  nbRevisions=0
126.76	     nbUselessRevisions=0  nbAssignments=41067  nbFailedAssignments=10985  nbBacktracks=29575  nbVisitedNodes=68912
126.76	     nbRestartNogoods=102
126.76	       =>  wckTime=95.531  cpuTime=94.9  mem=25M166
168.83	   
168.83	   search
168.83	     run=18  nbConstraintChecks=13177307  nbValidityChecks=23646478  nbPropagations=0  nbRevisions=0
168.83	     nbUselessRevisions=0  nbAssignments=60600  nbFailedAssignments=15715  nbBacktracks=44356  nbVisitedNodes=101652
168.83	     nbRestartNogoods=106
168.83	       =>  wckTime=137.593  cpuTime=136.73  mem=25M166
232.29	   
232.29	   search
232.29	     run=19  nbConstraintChecks=20060415  nbValidityChecks=36282701  nbPropagations=0  nbRevisions=0
232.29	     nbUselessRevisions=0  nbAssignments=90200  nbFailedAssignments=23120  nbBacktracks=66524  nbVisitedNodes=150687
232.29	     nbRestartNogoods=115
232.29	       =>  wckTime=201.059  cpuTime=199.86  mem=25M166
323.67	   
323.67	   search
323.67	     run=20  nbConstraintChecks=30272009  nbValidityChecks=57231590  nbPropagations=0  nbRevisions=0
323.67	     nbUselessRevisions=0  nbAssignments=134087  nbFailedAssignments=33724  nbBacktracks=99776  nbVisitedNodes=223298
323.67	     nbRestartNogoods=125
323.67	       =>  wckTime=292.436  cpuTime=290.74  mem=25M166
425.32	   
425.32	   search
425.32	     run=21  nbConstraintChecks=41570337  nbValidityChecks=79627362  nbPropagations=0  nbRevisions=0
425.32	     nbUselessRevisions=0  nbAssignments=183572  nbFailedAssignments=44839  nbBacktracks=138147  nbVisitedNodes=305347
425.32	     nbRestartNogoods=134
425.32	       =>  wckTime=394.092  cpuTime=391.82  mem=25M166
425.33	   
425.33	   global
425.33	     nbConstraintChecks=41570343  nbValidityChecks=79627362  nbRestartNogoods=134  solvingWckTime=394.093
425.33	     solvingCpuTime=391.82  expiredTime=no  totalExploration=yes  nbFoundSolutions=0  globalCpuTime=422.44
425.33	       =>  wckTime=425.035  cpuTime=422.39  mem=25M166
425.33	
425.33	s OPTIMUM FOUND
425.33	v 1 0 1 0 1 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 1 0 1 0 1 1 1 1 0 1 1 1 0 1 0 1 0 1 1 1 0 1 0 0 1 1 1 1 1 0 1 0 0 0 1 1 0 1 1 1 0 1 0 1 0 0 1 1 0 0 1 1 1 0 0 0 0 1 0 0 1 1 0 0 0 0 1 1 1 1 1 0 1 0 0 1 0 1 
425.33	   
425.33	   totalWckTime=425.112  totalCpuTime=422.45

Verifier Data (download as text)

2 unsatisfied constraints, 844 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/node7/watcher-278534-1169288741 -o ROOT/results/node7/solver-278534-1169288741 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/278534-1169288741/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: 0.92 1.14 1.48 4/89 24292
/proc/meminfo: memFree=1329152/2055920 swapFree=4192812/4192956
[pid=24291] ppid=24289 vsize=1784 CPUtime=0
/proc/24291/stat : 24291 (java) R 24289 24291 24177 0 -1 0 368 0 0 0 0 0 0 0 18 0 1 0 277269557 1826816 158 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/24291/statm: 447 158 123 14 0 92 0

[startup+0.108063 s]
/proc/loadavg: 0.92 1.14 1.48 4/89 24292
/proc/meminfo: memFree=1329152/2055920 swapFree=4192812/4192956
[pid=24291] ppid=24289 vsize=914988 CPUtime=0.1
/proc/24291/stat : 24291 (java) R 24289 24291 24177 0 -1 0 3112 0 1 0 8 2 0 0 22 0 8 0 277269557 936947712 2858 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155240010 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24291/statm: 228747 2859 1466 14 0 215242 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 914988

[startup+0.516107 s]
/proc/loadavg: 0.92 1.14 1.48 4/89 24292
/proc/meminfo: memFree=1329152/2055920 swapFree=4192812/4192956
[pid=24291] ppid=24289 vsize=915332 CPUtime=0.5
/proc/24291/stat : 24291 (java) R 24289 24291 24177 0 -1 0 6676 0 1 0 46 4 0 0 25 0 8 0 277269557 937299968 6415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073652676 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24291/statm: 228833 6415 2148 14 0 215303 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915332

[startup+1.33919 s]
/proc/loadavg: 1.01 1.15 1.48 4/100 24303
/proc/meminfo: memFree=1290664/2055920 swapFree=4192812/4192956
[pid=24291] ppid=24289 vsize=915428 CPUtime=1.31
/proc/24291/stat : 24291 (java) R 24289 24291 24177 0 -1 0 7969 0 1 0 115 16 0 0 25 0 8 0 277269557 937398272 7707 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24291/statm: 228858 7707 2476 14 0 215328 0
[pid=24291/tid=24297] ppid=24289 vsize=915428 CPUtime=0.03
/proc/24291/task/24297/stat : 24297 (java) S 24289 24291 24177 0 -1 64 353 0 0 0 3 0 0 0 16 0 8 0 277269560 937398272 7707 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24298] ppid=24289 vsize=915428 CPUtime=0
/proc/24291/task/24298/stat : 24298 (java) S 24289 24291 24177 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 277269561 937398272 7707 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24299] ppid=24289 vsize=915428 CPUtime=0
/proc/24291/task/24299/stat : 24299 (java) S 24289 24291 24177 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 277269561 937398272 7707 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24300] ppid=24289 vsize=915432 CPUtime=0
/proc/24291/task/24300/stat : 24300 (java) S 24289 24291 24177 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 277269564 937402368 7707 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24301] ppid=24289 vsize=915428 CPUtime=0.16
/proc/24291/task/24301/stat : 24301 (java) S 24289 24291 24177 0 -1 64 354 0 0 0 15 1 0 0 16 0 8 0 277269564 937398272 7707 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24302] ppid=24289 vsize=915428 CPUtime=0
/proc/24291/task/24302/stat : 24302 (java) S 24289 24291 24177 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 277269564 937398272 7707 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24303] ppid=24289 vsize=915432 CPUtime=0
/proc/24291/task/24303/stat : 24303 (java) S 24289 24291 24177 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 277269564 937402368 7707 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915428

[startup+2.99236 s]
/proc/loadavg: 1.01 1.15 1.48 3/100 24303
/proc/meminfo: memFree=1290664/2055920 swapFree=4192812/4192956
[pid=24291] ppid=24289 vsize=915428 CPUtime=2.96
/proc/24291/stat : 24291 (java) R 24289 24291 24177 0 -1 0 7970 0 1 0 261 35 0 0 25 0 8 0 277269557 937398272 7707 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24291/statm: 228857 7707 2476 14 0 215327 0
[pid=24291/tid=24297] ppid=24289 vsize=915428 CPUtime=0.03
/proc/24291/task/24297/stat : 24297 (java) S 24289 24291 24177 0 -1 64 353 0 0 0 3 0 0 0 16 0 8 0 277269560 937398272 7707 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24298] ppid=24289 vsize=915428 CPUtime=0
/proc/24291/task/24298/stat : 24298 (java) S 24289 24291 24177 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 277269561 937398272 7707 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24299] ppid=24289 vsize=915428 CPUtime=0
/proc/24291/task/24299/stat : 24299 (java) S 24289 24291 24177 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 277269561 937398272 7707 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24300] ppid=24289 vsize=915428 CPUtime=0
/proc/24291/task/24300/stat : 24300 (java) S 24289 24291 24177 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 277269564 937398272 7707 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24301] ppid=24289 vsize=915428 CPUtime=0.16
/proc/24291/task/24301/stat : 24301 (java) S 24289 24291 24177 0 -1 64 354 0 0 0 15 1 0 0 16 0 8 0 277269564 937398272 7707 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24302] ppid=24289 vsize=915428 CPUtime=0
/proc/24291/task/24302/stat : 24302 (java) S 24289 24291 24177 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 277269564 937398272 7707 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24303] ppid=24289 vsize=915428 CPUtime=0
/proc/24291/task/24303/stat : 24303 (java) S 24289 24291 24177 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 277269564 937398272 7707 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 915428

[startup+6.28371 s]
/proc/loadavg: 1.01 1.15 1.48 3/100 24303
/proc/meminfo: memFree=1290536/2055920 swapFree=4192812/4192956
[pid=24291] ppid=24289 vsize=915432 CPUtime=6.24
/proc/24291/stat : 24291 (java) R 24289 24291 24177 0 -1 0 7972 0 1 0 557 67 0 0 25 0 8 0 277269557 937402368 7709 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24291/statm: 228857 7709 2476 14 0 215327 0
[pid=24291/tid=24297] ppid=24289 vsize=915428 CPUtime=0.03
/proc/24291/task/24297/stat : 24297 (java) S 24289 24291 24177 0 -1 64 353 0 0 0 3 0 0 0 16 0 8 0 277269560 937398272 7709 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24298] ppid=24289 vsize=915428 CPUtime=0
/proc/24291/task/24298/stat : 24298 (java) S 24289 24291 24177 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 277269561 937398272 7709 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24299] ppid=24289 vsize=915428 CPUtime=0
/proc/24291/task/24299/stat : 24299 (java) S 24289 24291 24177 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 277269561 937398272 7709 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24300] ppid=24289 vsize=915428 CPUtime=0
/proc/24291/task/24300/stat : 24300 (java) S 24289 24291 24177 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 277269564 937398272 7709 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24301] ppid=24289 vsize=915428 CPUtime=0.17
/proc/24291/task/24301/stat : 24301 (java) S 24289 24291 24177 0 -1 64 356 0 0 0 16 1 0 0 17 0 8 0 277269564 937398272 7709 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24302] ppid=24289 vsize=915428 CPUtime=0
/proc/24291/task/24302/stat : 24302 (java) S 24289 24291 24177 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 277269564 937398272 7709 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24303] ppid=24289 vsize=915428 CPUtime=0
/proc/24291/task/24303/stat : 24303 (java) S 24289 24291 24177 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 277269564 937398272 7709 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 915432

[startup+12.7734 s]
/proc/loadavg: 1.16 1.18 1.48 3/100 24303
/proc/meminfo: memFree=1290536/2055920 swapFree=4192812/4192956
[pid=24291] ppid=24289 vsize=915428 CPUtime=12.68
/proc/24291/stat : 24291 (java) R 24289 24291 24177 0 -1 0 7973 0 1 0 1132 136 0 0 25 0 8 0 277269557 937398272 7710 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073782852 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24291/statm: 228857 7710 2476 14 0 215327 0
[pid=24291/tid=24297] ppid=24289 vsize=915428 CPUtime=0.03
/proc/24291/task/24297/stat : 24297 (java) S 24289 24291 24177 0 -1 64 353 0 0 0 3 0 0 0 16 0 8 0 277269560 937398272 7710 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24298] ppid=24289 vsize=915428 CPUtime=0
/proc/24291/task/24298/stat : 24298 (java) S 24289 24291 24177 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 277269561 937398272 7710 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24299] ppid=24289 vsize=915428 CPUtime=0
/proc/24291/task/24299/stat : 24299 (java) S 24289 24291 24177 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 277269561 937398272 7710 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24300] ppid=24289 vsize=915428 CPUtime=0
/proc/24291/task/24300/stat : 24300 (java) S 24289 24291 24177 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 277269564 937398272 7710 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24301] ppid=24289 vsize=915428 CPUtime=0.17
/proc/24291/task/24301/stat : 24301 (java) S 24289 24291 24177 0 -1 64 357 0 0 0 16 1 0 0 16 0 8 0 277269564 937398272 7710 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24302] ppid=24289 vsize=915428 CPUtime=0
/proc/24291/task/24302/stat : 24302 (java) S 24289 24291 24177 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 277269564 937398272 7710 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24303] ppid=24289 vsize=915432 CPUtime=0
/proc/24291/task/24303/stat : 24303 (java) S 24289 24291 24177 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 277269564 937402368 7710 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 915428

[startup+25.6097 s]
/proc/loadavg: 1.29 1.20 1.49 3/100 24303
/proc/meminfo: memFree=1290600/2055920 swapFree=4192812/4192956
[pid=24291] ppid=24289 vsize=915428 CPUtime=25.46
/proc/24291/stat : 24291 (java) R 24289 24291 24177 0 -1 0 7973 0 1 0 2276 270 0 0 25 0 8 0 277269557 937398272 7710 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073749601 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24291/statm: 228857 7710 2476 14 0 215327 0
[pid=24291/tid=24297] ppid=24289 vsize=915428 CPUtime=0.03
/proc/24291/task/24297/stat : 24297 (java) S 24289 24291 24177 0 -1 64 353 0 0 0 3 0 0 0 16 0 8 0 277269560 937398272 7710 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24298] ppid=24289 vsize=915432 CPUtime=0
/proc/24291/task/24298/stat : 24298 (java) S 24289 24291 24177 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 277269561 937402368 7710 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24299] ppid=24289 vsize=915428 CPUtime=0
/proc/24291/task/24299/stat : 24299 (java) S 24289 24291 24177 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 277269561 937398272 7710 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24300] ppid=24289 vsize=915428 CPUtime=0
/proc/24291/task/24300/stat : 24300 (java) S 24289 24291 24177 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 277269564 937398272 7710 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24301] ppid=24289 vsize=915428 CPUtime=0.17
/proc/24291/task/24301/stat : 24301 (java) S 24289 24291 24177 0 -1 64 357 0 0 0 16 1 0 0 16 0 8 0 277269564 937398272 7710 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24302] ppid=24289 vsize=915428 CPUtime=0
/proc/24291/task/24302/stat : 24302 (java) S 24289 24291 24177 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 277269564 937398272 7710 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24303] ppid=24289 vsize=915428 CPUtime=0
/proc/24291/task/24303/stat : 24303 (java) S 24289 24291 24177 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 277269564 937398272 7710 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 915428

[startup+51.2304 s]
/proc/loadavg: 1.57 1.28 1.50 3/100 24303
/proc/meminfo: memFree=1265128/2055920 swapFree=4192812/4192956
[pid=24291] ppid=24289 vsize=915428 CPUtime=50.94
/proc/24291/stat : 24291 (java) R 24289 24291 24177 0 -1 0 11230 0 1 0 4772 322 0 0 25 0 8 0 277269557 937398272 10961 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073914537 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24291/statm: 228857 10961 2529 14 0 215327 0
[pid=24291/tid=24297] ppid=24289 vsize=915428 CPUtime=0.03
/proc/24291/task/24297/stat : 24297 (java) S 24289 24291 24177 0 -1 64 354 0 0 0 3 0 0 0 16 0 8 0 277269560 937398272 10961 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24298] ppid=24289 vsize=915428 CPUtime=0
/proc/24291/task/24298/stat : 24298 (java) S 24289 24291 24177 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 277269561 937398272 10961 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24299] ppid=24289 vsize=915428 CPUtime=0
/proc/24291/task/24299/stat : 24299 (java) S 24289 24291 24177 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 277269561 937398272 10961 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24300] ppid=24289 vsize=915428 CPUtime=0
/proc/24291/task/24300/stat : 24300 (java) S 24289 24291 24177 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 277269564 937398272 10961 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24301] ppid=24289 vsize=915428 CPUtime=0.29
/proc/24291/task/24301/stat : 24301 (java) S 24289 24291 24177 0 -1 64 426 0 0 0 28 1 0 0 16 0 8 0 277269564 937398272 10961 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24302] ppid=24289 vsize=915428 CPUtime=0
/proc/24291/task/24302/stat : 24302 (java) S 24289 24291 24177 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 277269564 937398272 10961 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24303] ppid=24289 vsize=915428 CPUtime=0
/proc/24291/task/24303/stat : 24303 (java) S 24289 24291 24177 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 277269564 937398272 10961 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.94
Current children cumulated vsize (KiB) 915428

[startup+102.465 s]
/proc/loadavg: 1.81 1.39 1.53 3/100 24303
/proc/meminfo: memFree=1265064/2055920 swapFree=4192812/4192956
[pid=24291] ppid=24289 vsize=915428 CPUtime=101.87
/proc/24291/stat : 24291 (java) R 24289 24291 24177 0 -1 0 11241 0 1 0 9865 322 0 0 25 0 8 0 277269557 937398272 10971 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073935094 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24291/statm: 228857 10971 2529 14 0 215327 0
[pid=24291/tid=24297] ppid=24289 vsize=915428 CPUtime=0.03
/proc/24291/task/24297/stat : 24297 (java) S 24289 24291 24177 0 -1 64 354 0 0 0 3 0 0 0 16 0 8 0 277269560 937398272 10971 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24298] ppid=24289 vsize=915428 CPUtime=0
/proc/24291/task/24298/stat : 24298 (java) S 24289 24291 24177 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 277269561 937398272 10971 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24299] ppid=24289 vsize=915428 CPUtime=0
/proc/24291/task/24299/stat : 24299 (java) S 24289 24291 24177 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 277269561 937398272 10971 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24300] ppid=24289 vsize=915428 CPUtime=0
/proc/24291/task/24300/stat : 24300 (java) S 24289 24291 24177 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 277269564 937398272 10971 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24301] ppid=24289 vsize=915428 CPUtime=0.29
/proc/24291/task/24301/stat : 24301 (java) S 24289 24291 24177 0 -1 64 426 0 0 0 28 1 0 0 16 0 8 0 277269564 937398272 10971 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24302] ppid=24289 vsize=915428 CPUtime=0
/proc/24291/task/24302/stat : 24302 (java) S 24289 24291 24177 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 277269564 937398272 10971 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24303] ppid=24289 vsize=915428 CPUtime=0
/proc/24291/task/24303/stat : 24303 (java) S 24289 24291 24177 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 277269564 937398272 10971 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.87
Current children cumulated vsize (KiB) 915428

[startup+162.547 s]
/proc/loadavg: 1.96 1.51 1.56 3/100 24303
/proc/meminfo: memFree=1264936/2055920 swapFree=4192812/4192956
[pid=24291] ppid=24289 vsize=915428 CPUtime=161.63
/proc/24291/stat : 24291 (java) R 24289 24291 24177 0 -1 0 11244 0 1 0 15840 323 0 0 25 0 8 0 277269557 937398272 10974 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073914553 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24291/statm: 228857 10974 2529 14 0 215327 0
[pid=24291/tid=24297] ppid=24289 vsize=915428 CPUtime=0.03
/proc/24291/task/24297/stat : 24297 (java) S 24289 24291 24177 0 -1 64 354 0 0 0 3 0 0 0 16 0 8 0 277269560 937398272 10974 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24298] ppid=24289 vsize=915428 CPUtime=0
/proc/24291/task/24298/stat : 24298 (java) S 24289 24291 24177 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 277269561 937398272 10974 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24299] ppid=24289 vsize=915428 CPUtime=0
/proc/24291/task/24299/stat : 24299 (java) S 24289 24291 24177 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 277269561 937398272 10974 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24300] ppid=24289 vsize=915428 CPUtime=0
/proc/24291/task/24300/stat : 24300 (java) S 24289 24291 24177 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 277269564 937398272 10974 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24301] ppid=24289 vsize=915428 CPUtime=0.29
/proc/24291/task/24301/stat : 24301 (java) S 24289 24291 24177 0 -1 64 427 0 0 0 28 1 0 0 16 0 8 0 277269564 937398272 10974 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24302] ppid=24289 vsize=915428 CPUtime=0
/proc/24291/task/24302/stat : 24302 (java) S 24289 24291 24177 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 277269564 937398272 10974 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24303] ppid=24289 vsize=915428 CPUtime=0
/proc/24291/task/24303/stat : 24303 (java) S 24289 24291 24177 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 277269564 937398272 10974 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 161.63
Current children cumulated vsize (KiB) 915428

[startup+222.628 s]
/proc/loadavg: 1.98 1.60 1.58 3/100 24303
/proc/meminfo: memFree=1264872/2055920 swapFree=4192812/4192956
[pid=24291] ppid=24289 vsize=915428 CPUtime=221.39
/proc/24291/stat : 24291 (java) R 24289 24291 24177 0 -1 0 11248 0 1 0 21816 323 0 0 25 0 8 0 277269557 937398272 10977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073932320 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24291/statm: 228857 10977 2529 14 0 215327 0
[pid=24291/tid=24297] ppid=24289 vsize=915428 CPUtime=0.03
/proc/24291/task/24297/stat : 24297 (java) S 24289 24291 24177 0 -1 64 354 0 0 0 3 0 0 0 16 0 8 0 277269560 937398272 10977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24298] ppid=24289 vsize=915428 CPUtime=0
/proc/24291/task/24298/stat : 24298 (java) S 24289 24291 24177 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 277269561 937398272 10977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24299] ppid=24289 vsize=915428 CPUtime=0
/proc/24291/task/24299/stat : 24299 (java) S 24289 24291 24177 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 277269561 937398272 10977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24300] ppid=24289 vsize=915428 CPUtime=0
/proc/24291/task/24300/stat : 24300 (java) S 24289 24291 24177 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 277269564 937398272 10977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24301] ppid=24289 vsize=915428 CPUtime=0.29
/proc/24291/task/24301/stat : 24301 (java) S 24289 24291 24177 0 -1 64 427 0 0 0 28 1 0 0 16 0 8 0 277269564 937398272 10977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24302] ppid=24289 vsize=915428 CPUtime=0
/proc/24291/task/24302/stat : 24302 (java) S 24289 24291 24177 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 277269564 937398272 10977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24303] ppid=24289 vsize=915428 CPUtime=0
/proc/24291/task/24303/stat : 24303 (java) S 24289 24291 24177 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 277269564 937398272 10977 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 221.39
Current children cumulated vsize (KiB) 915428

[startup+282.711 s]
/proc/loadavg: 1.99 1.67 1.61 3/100 24303
/proc/meminfo: memFree=1264872/2055920 swapFree=4192812/4192956
[pid=24291] ppid=24289 vsize=915428 CPUtime=281.13
/proc/24291/stat : 24291 (java) R 24289 24291 24177 0 -1 0 11252 0 1 0 27789 324 0 0 25 0 8 0 277269557 937398272 10980 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073935088 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24291/statm: 228857 10980 2529 14 0 215327 0
[pid=24291/tid=24297] ppid=24289 vsize=915428 CPUtime=0.03
/proc/24291/task/24297/stat : 24297 (java) S 24289 24291 24177 0 -1 64 354 0 0 0 3 0 0 0 16 0 8 0 277269560 937398272 10980 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24298] ppid=24289 vsize=915428 CPUtime=0
/proc/24291/task/24298/stat : 24298 (java) S 24289 24291 24177 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 277269561 937398272 10980 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24299] ppid=24289 vsize=915428 CPUtime=0
/proc/24291/task/24299/stat : 24299 (java) S 24289 24291 24177 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 277269561 937398272 10980 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24300] ppid=24289 vsize=915428 CPUtime=0
/proc/24291/task/24300/stat : 24300 (java) S 24289 24291 24177 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 277269564 937398272 10980 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24301] ppid=24289 vsize=915428 CPUtime=0.29
/proc/24291/task/24301/stat : 24301 (java) S 24289 24291 24177 0 -1 64 427 0 0 0 28 1 0 0 16 0 8 0 277269564 937398272 10980 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24302] ppid=24289 vsize=915428 CPUtime=0
/proc/24291/task/24302/stat : 24302 (java) S 24289 24291 24177 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 277269564 937398272 10980 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24303] ppid=24289 vsize=915428 CPUtime=0
/proc/24291/task/24303/stat : 24303 (java) S 24289 24291 24177 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 277269564 937398272 10980 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 281.13
Current children cumulated vsize (KiB) 915428

[startup+342.794 s]
/proc/loadavg: 1.99 1.72 1.63 3/100 24303
/proc/meminfo: memFree=1264808/2055920 swapFree=4192812/4192956
[pid=24291] ppid=24289 vsize=915428 CPUtime=340.9
/proc/24291/stat : 24291 (java) R 24289 24291 24177 0 -1 0 11254 0 1 0 33766 324 0 0 25 0 8 0 277269557 937398272 10982 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073986126 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24291/statm: 228857 10982 2529 14 0 215327 0
[pid=24291/tid=24297] ppid=24289 vsize=915428 CPUtime=0.03
/proc/24291/task/24297/stat : 24297 (java) S 24289 24291 24177 0 -1 64 354 0 0 0 3 0 0 0 16 0 8 0 277269560 937398272 10982 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24298] ppid=24289 vsize=915428 CPUtime=0
/proc/24291/task/24298/stat : 24298 (java) S 24289 24291 24177 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 277269561 937398272 10982 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24299] ppid=24289 vsize=915428 CPUtime=0
/proc/24291/task/24299/stat : 24299 (java) S 24289 24291 24177 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 277269561 937398272 10982 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24300] ppid=24289 vsize=915428 CPUtime=0
/proc/24291/task/24300/stat : 24300 (java) S 24289 24291 24177 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 277269564 937398272 10982 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24301] ppid=24289 vsize=915428 CPUtime=0.29
/proc/24291/task/24301/stat : 24301 (java) S 24289 24291 24177 0 -1 64 427 0 0 0 28 1 0 0 16 0 8 0 277269564 937398272 10982 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24302] ppid=24289 vsize=915428 CPUtime=0
/proc/24291/task/24302/stat : 24302 (java) S 24289 24291 24177 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 277269564 937398272 10982 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24303] ppid=24289 vsize=915428 CPUtime=0
/proc/24291/task/24303/stat : 24303 (java) S 24289 24291 24177 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 277269564 937398272 10982 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 340.9
Current children cumulated vsize (KiB) 915428

[startup+402.876 s]
/proc/loadavg: 1.99 1.77 1.65 3/100 24303
/proc/meminfo: memFree=1264872/2055920 swapFree=4192812/4192956
[pid=24291] ppid=24289 vsize=915428 CPUtime=400.67
/proc/24291/stat : 24291 (java) R 24289 24291 24177 0 -1 0 11254 0 1 0 39743 324 0 0 25 0 8 0 277269557 937398272 10982 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073912320 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24291/statm: 228857 10982 2529 14 0 215327 0
[pid=24291/tid=24297] ppid=24289 vsize=915428 CPUtime=0.03
/proc/24291/task/24297/stat : 24297 (java) S 24289 24291 24177 0 -1 64 354 0 0 0 3 0 0 0 16 0 8 0 277269560 937398272 10982 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24298] ppid=24289 vsize=915428 CPUtime=0
/proc/24291/task/24298/stat : 24298 (java) S 24289 24291 24177 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 277269561 937398272 10982 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24299] ppid=24289 vsize=915428 CPUtime=0
/proc/24291/task/24299/stat : 24299 (java) S 24289 24291 24177 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 277269561 937398272 10982 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24300] ppid=24289 vsize=915428 CPUtime=0
/proc/24291/task/24300/stat : 24300 (java) S 24289 24291 24177 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 277269564 937398272 10982 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24301] ppid=24289 vsize=915428 CPUtime=0.29
/proc/24291/task/24301/stat : 24301 (java) S 24289 24291 24177 0 -1 64 427 0 0 0 28 1 0 0 16 0 8 0 277269564 937398272 10982 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24302] ppid=24289 vsize=915428 CPUtime=0
/proc/24291/task/24302/stat : 24302 (java) S 24289 24291 24177 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 277269564 937398272 10982 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24291/tid=24303] ppid=24289 vsize=915428 CPUtime=0
/proc/24291/task/24303/stat : 24303 (java) S 24289 24291 24177 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 277269564 937398272 10982 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 400.67
Current children cumulated vsize (KiB) 915428

Child status: 0
Real time (s): 425.38
CPU time (s): 422.991
CPU user time (s): 419.738
CPU system time (s): 3.2525
CPU usage (%): 99.4382
Max. virtual memory (cumulated for all children) (KiB): 915432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 419.738
system time used= 3.25251
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11351
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= 9977
involuntary context switches= 30474

runsolver used 0.610907 s user time and 1.2898 s system time

The end

Launcher Data (download as text)

Begin job on node7 on Sat Jan 20 10:25:41 UTC 2007


IDJOB= 278534
IDBENCH= 8483
IDSOLVER= 69
FILE ID= node7/278534-1169288741

PBS_JOBID= 3609554

Free space on /tmp= 66561 MiB

SOLVER NAME= AbsconMax 109 PFC
BENCH NAME= HOME/pub/bench/CPAI06/dimacs/jnhUnsat/jnh20_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/278534-1169288741/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node7/watcher-278534-1169288741 -o ROOT/results/node7/solver-278534-1169288741 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/278534-1169288741/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  50ecb9a00270bf368513667c59f80d9d

RANDOM SEED= 951341937

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.220
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.220
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:       1329824 kB
Buffers:         54988 kB
Cached:         524780 kB
SwapCached:          0 kB
Active:         217900 kB
Inactive:       426172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1329824 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3756 kB
Writeback:           0 kB
Mapped:          88484 kB
Slab:            66732 kB
Committed_AS:  9344932 kB
PageTables:       2364 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 node7 on Sat Jan 20 10:32:50 UTC 2007