Trace number 242462

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
Abscon 109 ESACUNSAT 325.512 325.894

DiagnosticValue
CHECKS152270777
NODES5540213

General information on the benchmark

Namedimacs/
varDimacs/hole-09_ext.xml
MD5SUMd5da3df80be5404049f56cc2bde28776
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.3398
SatisfiableNO
(Un)Satisfiability was proved
Number of variables90
Number of constraints415
Maximum constraint arity9
Maximum domain size2
Number of constraints which are defined in extension415
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=esac.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/242462-1168381193/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.41	     nbVariables=90  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2
0.41	       =>  wckTime=0.098  cpuTime=0.08  mem=6M951
0.41	   
0.41	   relations being loaded...
0.41	   
0.41	   constraints being loaded...
0.55	     nbConstraints=415  nbRelationTypes=2  nbExtensionStructures=2  nbSharedExtensionStructures=413
0.55	     nbConflictsStructures=2  nbSharedConflictsStructures=413  nbSharedBinaryRepresentations=2  maxDegree=10  maxArity=9
0.55	       =>  wckTime=0.235  cpuTime=0.16  mem=8M918
0.59	   
0.59	   solver IterativeSystematicSolver being built... 
0.77	       =>  wckTime=0.458  cpuTime=0.32  mem=15M554
0.81	   
0.81	   preprocessing
0.81	     nbConstraintChecks=1476  nbPropagations=264  nbRevisions=964  nbUselessRevisions=899  nbSingletonTests=113
0.81	     nbEffectiveSingletonTests=0  nbESACBranches=2  nbRemovedValues=0  detectedInconsistency=no
0.81	       =>  wckTime=0.036  cpuTime=0.02  mem=15M554
0.84	   
0.84	   search
0.84	     run=0  nbConstraintChecks=869  nbPropagations=361  nbRevisions=1535  nbUselessRevisions=1407  nbAssignments=78
0.84	     nbFailedAssignments=1  nbBacktracks=10  nbVisitedNodes=81  nbRestartNogoods=0  mapSize=1  nbInferences=0
0.84	     nbTooLargeKeys=0
0.84	       =>  wckTime=0.07  cpuTime=0.03  mem=15M554
0.85	   
0.85	   search
0.85	     run=1  nbConstraintChecks=1853  nbValidityChecks=29  nbPropagations=849  nbRevisions=3719  nbUselessRevisions=3366
0.85	     nbAssignments=163  nbFailedAssignments=4  nbBacktracks=30  nbVisitedNodes=172  nbRestartNogoods=1  mapSize=6
0.85	     nbInferences=0  nbTooLargeKeys=0
0.85	       =>  wckTime=0.081  cpuTime=0.04  mem=15M554
0.87	   
0.87	   search
0.87	     run=2  nbConstraintChecks=2914  nbValidityChecks=94  nbPropagations=1483  nbRevisions=6609  nbUselessRevisions=5916
0.87	     nbAssignments=255  nbFailedAssignments=8  nbBacktracks=52  nbVisitedNodes=272  nbRestartNogoods=2  mapSize=12
0.87	     nbInferences=0  nbTooLargeKeys=0
0.87	       =>  wckTime=0.093  cpuTime=0.05  mem=15M554
0.89	   
0.89	   search
0.89	     run=3  nbConstraintChecks=4334  nbValidityChecks=178  nbPropagations=2355  nbRevisions=10455
0.89	     nbUselessRevisions=9200  nbAssignments=360  nbFailedAssignments=13  nbBacktracks=92  nbVisitedNodes=393
0.89	     nbRestartNogoods=4  mapSize=27  nbInferences=1  nbTooLargeKeys=0
0.89	       =>  wckTime=0.113  cpuTime=0.07  mem=15M554
0.91	   
0.91	   search
0.91	     run=4  nbConstraintChecks=5829  nbValidityChecks=281  nbPropagations=3480  nbRevisions=15352
0.91	     nbUselessRevisions=13295  nbAssignments=479  nbFailedAssignments=20  nbBacktracks=144  nbVisitedNodes=531
0.91	     nbRestartNogoods=5  mapSize=45  nbInferences=1  nbTooLargeKeys=0
0.91	       =>  wckTime=0.13  cpuTime=0.08  mem=15M554
0.93	   
0.93	   search
0.93	     run=5  nbConstraintChecks=7702  nbValidityChecks=472  nbPropagations=4949  nbRevisions=21602
0.93	     nbUselessRevisions=18413  nbAssignments=625  nbFailedAssignments=29  nbBacktracks=221  nbVisitedNodes=705
0.93	     nbRestartNogoods=6  mapSize=72  nbInferences=4  nbTooLargeKeys=0
0.93	       =>  wckTime=0.154  cpuTime=0.1  mem=15M554
0.95	   
0.95	   search
0.95	     run=6  nbConstraintChecks=10199  nbValidityChecks=764  nbPropagations=6906  nbRevisions=29681
0.95	     nbUselessRevisions=24861  nbAssignments=812  nbFailedAssignments=39  nbBacktracks=337  nbVisitedNodes=936
0.96	     nbRestartNogoods=7  mapSize=114  nbInferences=7  nbTooLargeKeys=0
0.96	       =>  wckTime=0.181  cpuTime=0.12  mem=15M554
0.98	   
0.98	   search
0.98	     run=7  nbConstraintChecks=13796  nbValidityChecks=1171  nbPropagations=9651  nbRevisions=40425
0.98	     nbUselessRevisions=33161  nbAssignments=1076  nbFailedAssignments=58  nbBacktracks=515  nbVisitedNodes=1261
0.98	     nbRestartNogoods=9  mapSize=171  nbInferences=8  nbTooLargeKeys=0
0.98	       =>  wckTime=0.209  cpuTime=0.15  mem=15M554
1.03	   
1.03	   search
1.03	     run=8  nbConstraintChecks=20218  nbValidityChecks=1983  nbPropagations=13796  nbRevisions=56205
1.03	     nbUselessRevisions=44971  nbAssignments=1436  nbFailedAssignments=94  nbBacktracks=785  nbVisitedNodes=1726
1.03	     nbRestartNogoods=12  mapSize=275  nbInferences=10  nbTooLargeKeys=0
1.03	       =>  wckTime=0.26  cpuTime=0.19  mem=15M554
1.09	   
1.09	   search
1.09	     run=9  nbConstraintChecks=27456  nbValidityChecks=2867  nbPropagations=19579  nbRevisions=77541
1.09	     nbUselessRevisions=60555  nbAssignments=1944  nbFailedAssignments=140  nbBacktracks=1178  nbVisitedNodes=2366
1.09	     nbRestartNogoods=13  mapSize=405  nbInferences=15  nbTooLargeKeys=0
1.09	       =>  wckTime=0.316  cpuTime=0.23  mem=15M554
1.16	   
1.16	   search
1.16	     run=10  nbConstraintChecks=40289  nbValidityChecks=4459  nbPropagations=28265  nbRevisions=109052
1.16	     nbUselessRevisions=83119  nbAssignments=2626  nbFailedAssignments=200  nbBacktracks=1757  nbVisitedNodes=3242
1.16	     nbRestartNogoods=15  mapSize=598  nbInferences=18  nbTooLargeKeys=0
1.16	       =>  wckTime=0.384  cpuTime=0.29  mem=15M554
1.24	   
1.24	   search
1.24	     run=11  nbConstraintChecks=61055  nbValidityChecks=6638  nbPropagations=41543  nbRevisions=157124
1.24	     nbUselessRevisions=117235  nbAssignments=3655  nbFailedAssignments=289  nbBacktracks=2634  nbVisitedNodes=4567
1.24	     nbRestartNogoods=16  mapSize=891  nbInferences=24  nbTooLargeKeys=0
1.24	       =>  wckTime=0.462  cpuTime=0.36  mem=16M529
1.34	   
1.34	   search
1.34	     run=12  nbConstraintChecks=87516  nbValidityChecks=9241  nbPropagations=59981  nbRevisions=226481
1.34	     nbUselessRevisions=166799  nbAssignments=5141  nbFailedAssignments=410  nbBacktracks=3932  nbVisitedNodes=6451
1.34	     nbRestartNogoods=19  mapSize=1286  nbInferences=43  nbTooLargeKeys=0
1.34	       =>  wckTime=0.571  cpuTime=0.47  mem=16M529
1.50	   
1.50	   search
1.50	     run=13  nbConstraintChecks=136883  nbValidityChecks=14418  nbPropagations=89164  nbRevisions=335064
1.50	     nbUselessRevisions=243331  nbAssignments=7372  nbFailedAssignments=609  nbBacktracks=5884  nbVisitedNodes=9395
1.50	     nbRestartNogoods=21  mapSize=1995  nbInferences=66  nbTooLargeKeys=0
1.50	       =>  wckTime=0.73  cpuTime=0.63  mem=16M529
1.74	   
1.74	   search
1.74	     run=14  nbConstraintChecks=198246  nbValidityChecks=20218  nbPropagations=130720  nbRevisions=492638
1.74	     nbUselessRevisions=354741  nbAssignments=10684  nbFailedAssignments=897  nbBacktracks=8805  nbVisitedNodes=13635
1.74	     nbRestartNogoods=25  mapSize=2919  nbInferences=102  nbTooLargeKeys=0
1.74	       =>  wckTime=0.964  cpuTime=0.86  mem=16M529
2.07	   
2.07	   search
2.07	     run=15  nbConstraintChecks=311447  nbValidityChecks=30603  nbPropagations=195563  nbRevisions=740646
2.07	     nbUselessRevisions=529880  nbAssignments=15629  nbFailedAssignments=1361  nbBacktracks=13187  nbVisitedNodes=20112
2.07	     nbRestartNogoods=28  mapSize=4448  nbInferences=151  nbTooLargeKeys=0
2.07	       =>  wckTime=1.301  cpuTime=1.2  mem=17M504
2.55	   
2.55	   search
2.55	     run=16  nbConstraintChecks=443725  nbValidityChecks=43374  nbPropagations=288058  nbRevisions=1093957
2.55	     nbUselessRevisions=778882  nbAssignments=22952  nbFailedAssignments=1926  nbBacktracks=19770  nbVisitedNodes=29360
2.55	     nbRestartNogoods=31  mapSize=6370  nbInferences=274  nbTooLargeKeys=0
2.55	       =>  wckTime=1.777  cpuTime=1.67  mem=18M479
3.24	   
3.24	   search
3.24	     run=17  nbConstraintChecks=694515  nbValidityChecks=66809  nbPropagations=432158  nbRevisions=1649703
3.24	     nbUselessRevisions=1172015  nbAssignments=34021  nbFailedAssignments=2891  nbBacktracks=29630  nbVisitedNodes=43632
3.24	     nbRestartNogoods=34  mapSize=9569  nbInferences=456  nbTooLargeKeys=0
3.24	       =>  wckTime=2.466  cpuTime=2.36  mem=19M455
4.32	   
4.32	   search
4.32	     run=18  nbConstraintChecks=1059538  nbValidityChecks=101787  nbPropagations=651567  nbRevisions=2497295
4.32	     nbUselessRevisions=1770308  nbAssignments=50522  nbFailedAssignments=4251  nbBacktracks=44410  nbVisitedNodes=65030
4.32	     nbRestartNogoods=38  mapSize=14464  nbInferences=764  nbTooLargeKeys=0
4.32	       =>  wckTime=3.545  cpuTime=3.43  mem=21M405
5.86	   
5.86	   search
5.86	     run=19  nbConstraintChecks=1571443  nbValidityChecks=148676  nbPropagations=974242  nbRevisions=3754635
5.86	     nbUselessRevisions=2660106  nbAssignments=75221  nbFailedAssignments=6129  nbBacktracks=66592  nbVisitedNodes=96549
5.86	     nbRestartNogoods=40  mapSize=21281  nbInferences=1359  nbTooLargeKeys=0
5.86	       =>  wckTime=5.088  cpuTime=4.97  mem=24M330
8.15	   
8.15	   search
8.15	     run=20  nbConstraintChecks=2387320  nbValidityChecks=227089  nbPropagations=1462762  nbRevisions=5670314
8.15	     nbUselessRevisions=4018801  nbAssignments=112219  nbFailedAssignments=8882  nbBacktracks=99869
8.15	     nbVisitedNodes=143914  nbRestartNogoods=43  mapSize=31646  nbInferences=2280  nbTooLargeKeys=0
8.15	       =>  wckTime=7.375  cpuTime=7.26  mem=29M468
11.49	   
11.49	   search
11.49	     run=21  nbConstraintChecks=3521512  nbValidityChecks=338590  nbPropagations=2185548  nbRevisions=8497456
11.49	     nbUselessRevisions=6021434  nbAssignments=167781  nbFailedAssignments=12940  nbBacktracks=149759
11.49	     nbVisitedNodes=214388  nbRestartNogoods=45  mapSize=46553  nbInferences=3832  nbTooLargeKeys=0
11.49	       =>  wckTime=10.719  cpuTime=10.6  mem=35M319
16.59	   
16.59	   search
16.59	     run=22  nbConstraintChecks=5394437  nbValidityChecks=520261  nbPropagations=3284844  nbRevisions=12830030
16.59	     nbUselessRevisions=9090813  nbAssignments=250317  nbFailedAssignments=19209  nbBacktracks=224583
16.59	     nbVisitedNodes=320912  nbRestartNogoods=50  mapSize=70537  nbInferences=5223  nbTooLargeKeys=0
16.59	       =>  wckTime=15.815  cpuTime=15.7  mem=46M571
24.18	   
24.18	   search
24.18	     run=23  nbConstraintChecks=8211033  nbValidityChecks=774044  nbPropagations=4929546  nbRevisions=19440902
24.18	     nbUselessRevisions=13807855  nbAssignments=374649  nbFailedAssignments=27687  nbBacktracks=336827
24.18	     nbVisitedNodes=478852  nbRestartNogoods=54  mapSize=104141  nbInferences=8785  nbTooLargeKeys=0
24.18	       =>  wckTime=23.41  cpuTime=23.19  mem=26M958
35.30	   
35.30	   search
35.30	     run=24  nbConstraintChecks=12681169  nbValidityChecks=1179114  nbPropagations=7425039  nbRevisions=29684403
35.30	     nbUselessRevisions=21166092  nbAssignments=560497  nbFailedAssignments=41814  nbBacktracks=505174
35.30	     nbVisitedNodes=717306  nbRestartNogoods=58  mapSize=156743  nbInferences=12107  nbTooLargeKeys=0
35.30	       =>  wckTime=34.529  cpuTime=34.31  mem=50M597
51.98	   
51.98	   search
51.98	     run=25  nbConstraintChecks=19201584  nbValidityChecks=1786850  nbPropagations=11183953  nbRevisions=45205538
51.98	     nbUselessRevisions=32325709  nbAssignments=839526  nbFailedAssignments=63112  nbBacktracks=757693
51.98	     nbVisitedNodes=1075004  nbRestartNogoods=62  mapSize=235407  nbInferences=17254  nbTooLargeKeys=0
51.98	       =>  wckTime=51.207  cpuTime=50.76  mem=56M18
76.91	   
76.91	   search
76.91	     run=26  nbConstraintChecks=29809981  nbValidityChecks=2752862  nbPropagations=16920121  nbRevisions=69352355
76.91	     nbUselessRevisions=49772076  nbAssignments=1256462  nbFailedAssignments=94156  nbBacktracks=1136474
76.91	     nbVisitedNodes=1614882  nbRestartNogoods=67  mapSize=358346  nbInferences=24324  nbTooLargeKeys=0
76.91	       =>  wckTime=76.133  cpuTime=75.49  mem=78M586
113.90	   
113.90	   search
113.90	     run=27  nbConstraintChecks=45973776  nbValidityChecks=4083452  nbPropagations=25480215  nbRevisions=106727202
113.90	     nbUselessRevisions=77095085  nbAssignments=1881319  nbFailedAssignments=139986  nbBacktracks=1704626
113.90	     nbVisitedNodes=2415517  nbRestartNogoods=70  mapSize=534120  nbInferences=35144  nbTooLargeKeys=0
113.90	       =>  wckTime=113.128  cpuTime=112.06  mem=104M569
169.21	   
169.21	   search
169.21	     run=28  nbConstraintChecks=72044772  nbValidityChecks=6162341  nbPropagations=38411137  nbRevisions=165513434
169.21	     nbUselessRevisions=120582513  nbAssignments=2817446  nbFailedAssignments=209215  nbBacktracks=2556852
169.21	     nbVisitedNodes=3624487  nbRestartNogoods=74  mapSize=806959  nbInferences=49755  nbTooLargeKeys=0
169.21	       =>  wckTime=168.439  cpuTime=166.75  mem=146M766
250.54	   
250.54	   search
250.54	     run=29  nbConstraintChecks=112159553  nbValidityChecks=9161345  nbPropagations=57803600  nbRevisions=257352969
250.54	     nbUselessRevisions=189345928  nbAssignments=4216430  nbFailedAssignments=311934  nbBacktracks=3835198
250.54	     nbVisitedNodes=5423307  nbRestartNogoods=78  mapSize=1206790  nbInferences=67620  nbTooLargeKeys=0
250.54	       =>  wckTime=249.77  cpuTime=247.4  mem=238M251
325.83	   
325.83	   search
325.83	     run=30  nbConstraintChecks=152269301  nbValidityChecks=11816682  nbPropagations=83157367  nbRevisions=382539206
325.83	     nbUselessRevisions=284257026  nbAssignments=5540213  nbFailedAssignments=402387  nbBacktracks=5056617
325.83	     nbVisitedNodes=7098863  nbRestartNogoods=83  mapSize=1558554  nbInferences=79532  nbTooLargeKeys=0
325.83	       =>  wckTime=325.051  cpuTime=321.89  mem=284M902
325.83	   
325.83	   global
325.83	     nbConstraintChecks=152270777  nbValidityChecks=11816682  nbPropagations=83157631  nbRevisions=382540170
325.83	     nbUselessRevisions=284257925  nbRestartNogoods=83  solvingWckTime=325.052  solvingCpuTime=321.9  expiredTime=no
325.83	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=322.28
325.83	       =>  wckTime=325.512  cpuTime=322.22  mem=284M902
325.83	   
325.83	s UNSATISFIABLE
325.83	d NODES 5540213
325.83	d CHECKS 152270777
325.83	   
325.83	   totalWckTime=325.596  totalCpuTime=322.28

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-242462-1168381193 -o ROOT/results/node7/solver-242462-1168381193 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/242462-1168381193/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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.90 1.99 1.86 3/94 24197
/proc/meminfo: memFree=1682392/2055920 swapFree=4192812/4192956
[pid=24196] ppid=24194 vsize=18540 CPUtime=0
/proc/24196/stat : 24196 (runsolver) R 24194 24196 23634 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 186514791 18984960 279 18446744073709551615 4194304 4267372 548682068944 18446744073709551615 244671114535 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/24196/statm: 4635 279 244 17 0 2626 0

[startup+0.102728 s]
/proc/loadavg: 1.90 1.99 1.86 3/94 24197
/proc/meminfo: memFree=1682392/2055920 swapFree=4192812/4192956
[pid=24196] ppid=24194 vsize=914988 CPUtime=0.08
/proc/24196/stat : 24196 (java) D 24194 24196 23634 0 -1 0 2987 0 1 0 7 1 0 0 17 0 8 0 186514791 936947712 2733 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 2147483391 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24196/statm: 228747 2733 1426 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.510751 s]
/proc/loadavg: 1.90 1.99 1.86 3/94 24197
/proc/meminfo: memFree=1682392/2055920 swapFree=4192812/4192956
[pid=24196] ppid=24194 vsize=915328 CPUtime=0.49
/proc/24196/stat : 24196 (java) R 24194 24196 23634 0 -1 0 6381 0 1 0 46 3 0 0 17 0 8 0 186514791 937295872 6120 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072943257 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24196/statm: 228832 6120 2145 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33383 s]
/proc/loadavg: 1.90 1.99 1.86 2/101 24205
/proc/meminfo: memFree=1653656/2055920 swapFree=4192812/4192956
[pid=24196] ppid=24194 vsize=915444 CPUtime=1.3
/proc/24196/stat : 24196 (java) R 24194 24196 23634 0 -1 0 8961 0 1 0 124 6 0 0 17 0 8 0 186514791 937414656 8699 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073768748 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24196/statm: 228861 8699 2526 14 0 215331 0
[pid=24196/tid=24198] ppid=24194 vsize=915444 CPUtime=0.02
/proc/24196/task/24198/stat : 24198 (java) S 24194 24196 23634 0 -1 64 175 0 0 0 2 0 0 0 16 0 8 0 186514795 937414656 8699 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24196/tid=24199] ppid=24194 vsize=915444 CPUtime=0
/proc/24196/task/24199/stat : 24199 (java) S 24194 24196 23634 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 186514795 937414656 8699 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24196/tid=24200] ppid=24194 vsize=915444 CPUtime=0
/proc/24196/task/24200/stat : 24200 (java) S 24194 24196 23634 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 186514795 937414656 8699 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24196/tid=24201] ppid=24194 vsize=915444 CPUtime=0
/proc/24196/task/24201/stat : 24201 (java) S 24194 24196 23634 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 186514799 937414656 8699 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24196/tid=24202] ppid=24194 vsize=915444 CPUtime=0.22
/proc/24196/task/24202/stat : 24202 (java) S 24194 24196 23634 0 -1 64 393 0 0 0 21 1 0 0 16 0 8 0 186514799 937414656 8699 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24196/tid=24203] ppid=24194 vsize=915444 CPUtime=0
/proc/24196/task/24203/stat : 24203 (java) S 24194 24196 23634 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 186514799 937414656 8699 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24196/tid=24204] ppid=24194 vsize=915444 CPUtime=0
/proc/24196/task/24204/stat : 24204 (java) S 24194 24196 23634 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 186514799 937414656 8699 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915444

[startup+2.987 s]
/proc/loadavg: 1.90 1.99 1.86 2/88 24213
/proc/meminfo: memFree=1679944/2055920 swapFree=4192812/4192956
[pid=24196] ppid=24194 vsize=915444 CPUtime=2.95
/proc/24196/stat : 24196 (java) R 24194 24196 23634 0 -1 0 9666 0 1 0 289 6 0 0 20 0 8 0 186514791 937414656 9402 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073763594 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24196/statm: 228861 9402 2526 14 0 215331 0
[pid=24196/tid=24198] ppid=24194 vsize=915444 CPUtime=0.02
/proc/24196/task/24198/stat : 24198 (java) S 24194 24196 23634 0 -1 64 175 0 0 0 2 0 0 0 16 0 8 0 186514795 937414656 9402 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24196/tid=24199] ppid=24194 vsize=915444 CPUtime=0
/proc/24196/task/24199/stat : 24199 (java) S 24194 24196 23634 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 186514795 937414656 9402 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24196/tid=24200] ppid=24194 vsize=915444 CPUtime=0
/proc/24196/task/24200/stat : 24200 (java) S 24194 24196 23634 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 186514795 937414656 9402 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24196/tid=24201] ppid=24194 vsize=915444 CPUtime=0
/proc/24196/task/24201/stat : 24201 (java) S 24194 24196 23634 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 186514799 937414656 9402 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24196/tid=24202] ppid=24194 vsize=915444 CPUtime=0.23
/proc/24196/task/24202/stat : 24202 (java) S 24194 24196 23634 0 -1 64 396 0 0 0 22 1 0 0 16 0 8 0 186514799 937414656 9402 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24196/tid=24203] ppid=24194 vsize=915444 CPUtime=0
/proc/24196/task/24203/stat : 24203 (java) S 24194 24196 23634 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 186514799 937414656 9402 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24196/tid=24204] ppid=24194 vsize=915444 CPUtime=0
/proc/24196/task/24204/stat : 24204 (java) S 24194 24196 23634 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 186514799 937414656 9403 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915444

[startup+6.27135 s]
/proc/loadavg: 1.91 1.99 1.86 3/101 24275
/proc/meminfo: memFree=1668768/2055920 swapFree=4192812/4192956
[pid=24196] ppid=24194 vsize=915444 CPUtime=6.23
/proc/24196/stat : 24196 (java) R 24194 24196 23634 0 -1 0 11104 0 1 0 616 7 0 0 25 0 8 0 186514791 937414656 10840 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073768679 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24196/statm: 228861 10840 2526 14 0 215331 0
[pid=24196/tid=24198] ppid=24194 vsize=915444 CPUtime=0.02
/proc/24196/task/24198/stat : 24198 (java) S 24194 24196 23634 0 -1 64 175 0 0 0 2 0 0 0 16 0 8 0 186514795 937414656 10840 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24196/tid=24199] ppid=24194 vsize=915444 CPUtime=0
/proc/24196/task/24199/stat : 24199 (java) S 24194 24196 23634 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 186514795 937414656 10840 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24196/tid=24200] ppid=24194 vsize=915444 CPUtime=0
/proc/24196/task/24200/stat : 24200 (java) S 24194 24196 23634 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 186514795 937414656 10840 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24196/tid=24201] ppid=24194 vsize=915444 CPUtime=0
/proc/24196/task/24201/stat : 24201 (java) S 24194 24196 23634 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 186514799 937414656 10840 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24196/tid=24202] ppid=24194 vsize=915444 CPUtime=0.23
/proc/24196/task/24202/stat : 24202 (java) S 24194 24196 23634 0 -1 64 396 0 0 0 22 1 0 0 16 0 8 0 186514799 937414656 10840 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24196/tid=24203] ppid=24194 vsize=915444 CPUtime=0
/proc/24196/task/24203/stat : 24203 (java) S 24194 24196 23634 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 186514799 937414656 10840 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24196/tid=24204] ppid=24194 vsize=915444 CPUtime=0
/proc/24196/task/24204/stat : 24204 (java) S 24194 24196 23634 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 186514799 937414656 10840 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 915444

[startup+12.759 s]
/proc/loadavg: 1.92 1.99 1.86 3/101 24275
/proc/meminfo: memFree=1655136/2055920 swapFree=4192812/4192956
[pid=24196] ppid=24194 vsize=915444 CPUtime=12.71
/proc/24196/stat : 24196 (java) R 24194 24196 23634 0 -1 0 14433 0 1 0 1263 8 0 0 25 0 8 0 186514791 937414656 14169 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073802967 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24196/statm: 228861 14169 2526 14 0 215331 0
[pid=24196/tid=24198] ppid=24194 vsize=915444 CPUtime=0.02
/proc/24196/task/24198/stat : 24198 (java) S 24194 24196 23634 0 -1 64 175 0 0 0 2 0 0 0 16 0 8 0 186514795 937414656 14169 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24196/tid=24199] ppid=24194 vsize=915444 CPUtime=0
/proc/24196/task/24199/stat : 24199 (java) S 24194 24196 23634 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 186514795 937414656 14169 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24196/tid=24200] ppid=24194 vsize=915444 CPUtime=0
/proc/24196/task/24200/stat : 24200 (java) S 24194 24196 23634 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 186514795 937414656 14169 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24196/tid=24201] ppid=24194 vsize=915444 CPUtime=0
/proc/24196/task/24201/stat : 24201 (java) S 24194 24196 23634 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 186514799 937414656 14169 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24196/tid=24202] ppid=24194 vsize=915444 CPUtime=0.23
/proc/24196/task/24202/stat : 24202 (java) S 24194 24196 23634 0 -1 64 397 0 0 0 22 1 0 0 16 0 8 0 186514799 937414656 14169 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24196/tid=24203] ppid=24194 vsize=915444 CPUtime=0
/proc/24196/task/24203/stat : 24203 (java) S 24194 24196 23634 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 186514799 937414656 14169 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24196/tid=24204] ppid=24194 vsize=915444 CPUtime=0
/proc/24196/task/24204/stat : 24204 (java) S 24194 24196 23634 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 186514799 937414656 14169 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 915444

[startup+25.5954 s]
/proc/loadavg: 1.93 1.99 1.86 3/101 24275
/proc/meminfo: memFree=1631392/2055920 swapFree=4192812/4192956
[pid=24196] ppid=24194 vsize=915444 CPUtime=25.54
/proc/24196/stat : 24196 (java) R 24194 24196 23634 0 -1 0 20230 0 1 0 2543 11 0 0 25 0 8 0 186514791 937414656 19965 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073799287 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24196/statm: 228861 19965 2530 14 0 215331 0
[pid=24196/tid=24198] ppid=24194 vsize=915444 CPUtime=0.11
/proc/24196/task/24198/stat : 24198 (java) S 24194 24196 23634 0 -1 64 3224 0 0 0 10 1 0 0 16 0 8 0 186514795 937414656 19965 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24196/tid=24199] ppid=24194 vsize=915444 CPUtime=0
/proc/24196/task/24199/stat : 24199 (java) S 24194 24196 23634 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 186514795 937414656 19965 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24196/tid=24200] ppid=24194 vsize=915444 CPUtime=0
/proc/24196/task/24200/stat : 24200 (java) S 24194 24196 23634 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 186514795 937414656 19965 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24196/tid=24201] ppid=24194 vsize=915444 CPUtime=0
/proc/24196/task/24201/stat : 24201 (java) S 24194 24196 23634 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 186514799 937414656 19965 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24196/tid=24202] ppid=24194 vsize=915444 CPUtime=0.23
/proc/24196/task/24202/stat : 24202 (java) S 24194 24196 23634 0 -1 64 397 0 0 0 22 1 0 0 16 0 8 0 186514799 937414656 19965 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24196/tid=24203] ppid=24194 vsize=915444 CPUtime=0
/proc/24196/task/24203/stat : 24203 (java) S 24194 24196 23634 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 186514799 937414656 19965 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24196/tid=24204] ppid=24194 vsize=915444 CPUtime=0
/proc/24196/task/24204/stat : 24204 (java) S 24194 24196 23634 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 186514799 937414656 19965 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.54
Current children cumulated vsize (KiB) 915444

[startup+51.2071 s]
/proc/loadavg: 2.04 2.01 1.87 3/101 24275
/proc/meminfo: memFree=1608736/2055920 swapFree=4192812/4192956
[pid=24196] ppid=24194 vsize=915444 CPUtime=51.11
/proc/24196/stat : 24196 (java) R 24194 24196 23634 0 -1 0 25920 0 1 0 5098 13 0 0 25 0 8 0 186514791 937414656 25654 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073820413 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24196/statm: 228861 25654 2530 14 0 215331 0
[pid=24196/tid=24198] ppid=24194 vsize=915444 CPUtime=0.3
/proc/24196/task/24198/stat : 24198 (java) S 24194 24196 23634 0 -1 64 8911 0 0 0 27 3 0 0 16 0 8 0 186514795 937414656 25654 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24196/tid=24199] ppid=24194 vsize=915444 CPUtime=0
/proc/24196/task/24199/stat : 24199 (java) S 24194 24196 23634 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 186514795 937414656 25654 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24196/tid=24200] ppid=24194 vsize=915444 CPUtime=0
/proc/24196/task/24200/stat : 24200 (java) S 24194 24196 23634 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 186514795 937414656 25654 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24196/tid=24201] ppid=24194 vsize=915444 CPUtime=0
/proc/24196/task/24201/stat : 24201 (java) S 24194 24196 23634 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 186514799 937414656 25654 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24196/tid=24202] ppid=24194 vsize=915444 CPUtime=0.23
/proc/24196/task/24202/stat : 24202 (java) S 24194 24196 23634 0 -1 64 397 0 0 0 22 1 0 0 16 0 8 0 186514799 937414656 25654 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24196/tid=24203] ppid=24194 vsize=915444 CPUtime=0
/proc/24196/task/24203/stat : 24203 (java) S 24194 24196 23634 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 186514799 937414656 25654 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24196/tid=24204] ppid=24194 vsize=915444 CPUtime=0
/proc/24196/task/24204/stat : 24204 (java) S 24194 24196 23634 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 186514799 937414656 25654 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 915444

[startup+102.416 s]
/proc/loadavg: 2.01 2.00 1.87 3/101 24275
/proc/meminfo: memFree=1575264/2055920 swapFree=4192812/4192956
[pid=24196] ppid=24194 vsize=915444 CPUtime=102.27
/proc/24196/stat : 24196 (java) R 24194 24196 23634 0 -1 0 34279 0 1 0 10211 16 0 0 25 0 8 0 186514791 937414656 34010 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073761673 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24196/statm: 228861 34010 2530 14 0 215331 0
[pid=24196/tid=24198] ppid=24194 vsize=915444 CPUtime=0.65
/proc/24196/task/24198/stat : 24198 (java) S 24194 24196 23634 0 -1 64 17267 0 0 0 60 5 0 0 16 0 8 0 186514795 937414656 34010 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24196/tid=24199] ppid=24194 vsize=915444 CPUtime=0
/proc/24196/task/24199/stat : 24199 (java) S 24194 24196 23634 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 186514795 937414656 34010 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24196/tid=24200] ppid=24194 vsize=915444 CPUtime=0
/proc/24196/task/24200/stat : 24200 (java) S 24194 24196 23634 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 186514795 937414656 34010 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24196/tid=24201] ppid=24194 vsize=915444 CPUtime=0
/proc/24196/task/24201/stat : 24201 (java) S 24194 24196 23634 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 186514799 937414656 34010 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24196/tid=24202] ppid=24194 vsize=915444 CPUtime=0.23
/proc/24196/task/24202/stat : 24202 (java) S 24194 24196 23634 0 -1 64 397 0 0 0 22 1 0 0 17 0 8 0 186514799 937414656 34010 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24196/tid=24203] ppid=24194 vsize=915444 CPUtime=0
/proc/24196/task/24203/stat : 24203 (java) S 24194 24196 23634 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 186514799 937414656 34010 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24196/tid=24204] ppid=24194 vsize=915444 CPUtime=0
/proc/24196/task/24204/stat : 24204 (java) S 24194 24196 23634 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 186514799 937414656 34010 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 915444

[startup+162.468 s]
/proc/loadavg: 2.00 2.00 1.88 3/101 24275
/proc/meminfo: memFree=1521440/2055920 swapFree=4192812/4192956
[pid=24196] ppid=24194 vsize=915444 CPUtime=162.27
/proc/24196/stat : 24196 (java) R 24194 24196 23634 0 -1 0 47720 0 1 0 16206 21 0 0 25 0 8 0 186514791 937414656 47448 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073809723 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24196/statm: 228861 47448 2530 14 0 215331 0
[pid=24196/tid=24198] ppid=24194 vsize=915444 CPUtime=1.22
/proc/24196/task/24198/stat : 24198 (java) S 24194 24196 23634 0 -1 64 30705 0 0 0 111 11 0 0 16 0 8 0 186514795 937414656 47448 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24196/tid=24199] ppid=24194 vsize=915444 CPUtime=0
/proc/24196/task/24199/stat : 24199 (java) S 24194 24196 23634 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 186514795 937414656 47448 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24196/tid=24200] ppid=24194 vsize=915444 CPUtime=0
/proc/24196/task/24200/stat : 24200 (java) S 24194 24196 23634 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 186514795 937414656 47448 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24196/tid=24201] ppid=24194 vsize=915444 CPUtime=0
/proc/24196/task/24201/stat : 24201 (java) S 24194 24196 23634 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 186514799 937414656 47448 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24196/tid=24202] ppid=24194 vsize=915444 CPUtime=0.23
/proc/24196/task/24202/stat : 24202 (java) S 24194 24196 23634 0 -1 64 397 0 0 0 22 1 0 0 17 0 8 0 186514799 937414656 47448 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24196/tid=24203] ppid=24194 vsize=915444 CPUtime=0
/proc/24196/task/24203/stat : 24203 (java) S 24194 24196 23634 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 186514799 937414656 47448 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24196/tid=24204] ppid=24194 vsize=915444 CPUtime=0
/proc/24196/task/24204/stat : 24204 (java) S 24194 24196 23634 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 186514799 937414656 47448 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 915444

[startup+222.519 s]
/proc/loadavg: 2.00 2.00 1.89 3/101 24275
/proc/meminfo: memFree=1465120/2055920 swapFree=4192812/4192956
[pid=24196] ppid=24194 vsize=915444 CPUtime=222.24
/proc/24196/stat : 24196 (java) R 24194 24196 23634 0 -1 0 61764 0 1 0 22197 27 0 0 25 0 8 0 186514791 937414656 61489 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073814513 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24196/statm: 228861 61489 2530 14 0 215331 0
[pid=24196/tid=24198] ppid=24194 vsize=915444 CPUtime=1.83
/proc/24196/task/24198/stat : 24198 (java) S 24194 24196 23634 0 -1 64 44745 0 0 0 167 16 0 0 16 0 8 0 186514795 937414656 61489 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24196/tid=24199] ppid=24194 vsize=915444 CPUtime=0
/proc/24196/task/24199/stat : 24199 (java) S 24194 24196 23634 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 186514795 937414656 61489 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24196/tid=24200] ppid=24194 vsize=915444 CPUtime=0
/proc/24196/task/24200/stat : 24200 (java) S 24194 24196 23634 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 186514795 937414656 61489 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24196/tid=24201] ppid=24194 vsize=915444 CPUtime=0
/proc/24196/task/24201/stat : 24201 (java) S 24194 24196 23634 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 186514799 937414656 61489 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24196/tid=24202] ppid=24194 vsize=915444 CPUtime=0.23
/proc/24196/task/24202/stat : 24202 (java) S 24194 24196 23634 0 -1 64 398 0 0 0 22 1 0 0 17 0 8 0 186514799 937414656 61489 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24196/tid=24203] ppid=24194 vsize=915444 CPUtime=0
/proc/24196/task/24203/stat : 24203 (java) S 24194 24196 23634 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 186514799 937414656 61489 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24196/tid=24204] ppid=24194 vsize=915444 CPUtime=0
/proc/24196/task/24204/stat : 24204 (java) R 24194 24196 23634 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 186514799 937414656 61489 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 915444

[startup+282.616 s]
/proc/loadavg: 2.00 2.00 1.89 3/101 24275
/proc/meminfo: memFree=1416160/2055920 swapFree=4192812/4192956
[pid=24196] ppid=24194 vsize=915444 CPUtime=282.28
/proc/24196/stat : 24196 (java) R 24194 24196 23634 0 -1 0 73983 0 1 0 28196 32 0 0 25 0 8 0 186514791 937414656 73705 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073818160 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24196/statm: 228861 73705 2530 14 0 215331 0
[pid=24196/tid=24198] ppid=24194 vsize=915444 CPUtime=2.38
/proc/24196/task/24198/stat : 24198 (java) S 24194 24196 23634 0 -1 64 56961 0 0 0 217 21 0 0 16 0 8 0 186514795 937414656 73705 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24196/tid=24199] ppid=24194 vsize=915444 CPUtime=0
/proc/24196/task/24199/stat : 24199 (java) S 24194 24196 23634 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 186514795 937414656 73705 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24196/tid=24200] ppid=24194 vsize=915444 CPUtime=0
/proc/24196/task/24200/stat : 24200 (java) S 24194 24196 23634 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 186514795 937414656 73705 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24196/tid=24201] ppid=24194 vsize=915444 CPUtime=0
/proc/24196/task/24201/stat : 24201 (java) S 24194 24196 23634 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 186514799 937414656 73705 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24196/tid=24202] ppid=24194 vsize=915444 CPUtime=0.23
/proc/24196/task/24202/stat : 24202 (java) S 24194 24196 23634 0 -1 64 398 0 0 0 22 1 0 0 17 0 8 0 186514799 937414656 73705 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24196/tid=24203] ppid=24194 vsize=915444 CPUtime=0
/proc/24196/task/24203/stat : 24203 (java) S 24194 24196 23634 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 186514799 937414656 73705 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24196/tid=24204] ppid=24194 vsize=915444 CPUtime=0
/proc/24196/task/24204/stat : 24204 (java) S 24194 24196 23634 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 186514799 937414656 73705 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 915444

Child status: 0
Real time (s): 325.894
CPU time (s): 325.512
CPU user time (s): 325.115
CPU system time (s): 0.397939
CPU usage (%): 99.8828
Max. virtual memory (cumulated for all children) (KiB): 915444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 325.115
system time used= 0.397939
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81482
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= 7528
involuntary context switches= 4131

runsolver used 0.45393 s user time and 1.00385 s system time

The end

Launcher Data (download as text)

Begin job on node7 on Tue Jan  9 22:19:54 UTC 2007


IDJOB= 242462
IDBENCH= 7394
FILE ID= node7/242462-1168381193

PBS_JOBID= 3522359

Free space on /tmp= 66558 MiB

BENCH NAME= HOME/pub/bench/CPAI06/dimacs/varDimacs/hole-09_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/242462-1168381193/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node7/watcher-242462-1168381193 -o ROOT/results/node7/solver-242462-1168381193 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/242462-1168381193/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  d5da3df80be5404049f56cc2bde28776

RANDOM SEED= 968327363

TIME LIMIT= 1800 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:       1683832 kB
Buffers:         48084 kB
Cached:         188896 kB
SwapCached:          0 kB
Active:         235180 kB
Inactive:        86604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1683832 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5240 kB
Writeback:           0 kB
Mapped:         112104 kB
Slab:            34876 kB
Committed_AS:  6867012 kB
PageTables:       2504 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 Tue Jan  9 22:25:20 UTC 2007