Trace number 206671

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 AC? (TO) 1800.16 1800.74

General information on the benchmark

Namerandom/rand-3-28-28/
rand-3-28-28-93-632-21_ext.xml
MD5SUM57dc392e113fbb3a049fc08028115965
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints93
Maximum constraint arity3
Maximum domain size28
Number of constraints which are defined in extension93
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.30	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.30	   configuration
0.30	     name=mac.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/206671-1168073971/unknown.xml
0.36	   
0.36	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.39	     nbVariables=28  nbDomainTypes=1  minDomainSize=28  maxDomainSize=28
0.39	       =>  wckTime=0.095  cpuTime=0.08  mem=6M951
0.39	   
0.39	   relations being loaded...
1.51	   
1.51	   constraints being loaded...
2.23	     nbConstraints=92  nbRelationTypes=93  nbMergedConstraints=1  nbExtensionStructures=92
2.23	     nbSharedExtensionStructures=0  nbConflictsStructures=92  nbSharedConflictsStructures=0
2.23	     nbSharedBinaryRepresentations=0  maxDegree=16  maxArity=3
2.23	       =>  wckTime=1.928  cpuTime=1.56  mem=58M154
2.38	   
2.38	   solver IterativeSystematicSolver being built... 
2.54	       =>  wckTime=2.243  cpuTime=1.7  mem=65M859
2.55	   
2.55	   preprocessing
2.55	     nbConstraintChecks=0  nbPropagations=28  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
2.55	     detectedInconsistency=no
2.55	       =>  wckTime=0.0040  cpuTime=0.0  mem=65M859
2.67	   
2.67	   search
2.67	     run=0  nbConstraintChecks=40664  nbValidityChecks=68270  nbPropagations=386  nbRevisions=3748
2.67	     nbUselessRevisions=2976  nbAssignments=34  nbFailedAssignments=13  nbBacktracks=11  nbVisitedNodes=54
2.67	     nbRestartNogoods=0  mapSize=8  nbInferences=0  nbTooLargeKeys=0
2.67	       =>  wckTime=0.128  cpuTime=0.1  mem=65M859
2.77	   
2.78	   search
2.78	     run=1  nbConstraintChecks=94573  nbValidityChecks=171633  nbPropagations=1282  nbRevisions=13894
2.78	     nbUselessRevisions=11172  nbAssignments=75  nbFailedAssignments=32  nbBacktracks=26  nbVisitedNodes=123
2.78	     nbRestartNogoods=5  mapSize=21  nbInferences=0  nbTooLargeKeys=0
2.78	       =>  wckTime=0.232  cpuTime=0.2  mem=65M859
2.92	   
2.92	   search
2.92	     run=2  nbConstraintChecks=176497  nbValidityChecks=335441  nbPropagations=3157  nbRevisions=34657
2.92	     nbUselessRevisions=27534  nbAssignments=151  nbFailedAssignments=76  nbBacktracks=48  nbVisitedNodes=259
2.92	     nbRestartNogoods=11  mapSize=42  nbInferences=0  nbTooLargeKeys=0
2.92	       =>  wckTime=0.377  cpuTime=0.33  mem=65M859
3.10	   
3.10	   search
3.10	     run=3  nbConstraintChecks=292356  nbValidityChecks=559640  nbPropagations=6087  nbRevisions=69247
3.10	     nbUselessRevisions=55131  nbAssignments=234  nbFailedAssignments=118  nbBacktracks=81  nbVisitedNodes=406
3.10	     nbRestartNogoods=14  mapSize=71  nbInferences=0  nbTooLargeKeys=0
3.10	       =>  wckTime=0.561  cpuTime=0.52  mem=65M859
3.43	   
3.43	   search
3.43	     run=4  nbConstraintChecks=495519  nbValidityChecks=939475  nbPropagations=10848  nbRevisions=126908
3.43	     nbUselessRevisions=101104  nbAssignments=380  nbFailedAssignments=208  nbBacktracks=131  nbVisitedNodes=673
3.43	     nbRestartNogoods=19  mapSize=116  nbInferences=0  nbTooLargeKeys=0
3.43	       =>  wckTime=0.884  cpuTime=0.84  mem=65M859
3.88	   
3.88	   search
3.89	     run=5  nbConstraintChecks=787532  nbValidityChecks=1517359  nbPropagations=18691  nbRevisions=221466
3.89	     nbUselessRevisions=175676  nbAssignments=658  nbFailedAssignments=404  nbBacktracks=208  nbVisitedNodes=1203
3.89	     nbRestartNogoods=29  mapSize=191  nbInferences=0  nbTooLargeKeys=0
3.89	       =>  wckTime=1.342  cpuTime=1.29  mem=65M859
4.39	   
4.39	   search
4.39	     run=6  nbConstraintChecks=1099276  nbValidityChecks=2132546  nbPropagations=29641  nbRevisions=357161
4.39	     nbUselessRevisions=283639  nbAssignments=901  nbFailedAssignments=524  nbBacktracks=323  nbVisitedNodes=1639
4.39	     nbRestartNogoods=30  mapSize=294  nbInferences=0  nbTooLargeKeys=0
4.39	       =>  wckTime=1.845  cpuTime=1.79  mem=65M859
5.24	   
5.24	   search
5.24	     run=7  nbConstraintChecks=1648579  nbValidityChecks=3178237  nbPropagations=45806  nbRevisions=557425
5.24	     nbUselessRevisions=442950  nbAssignments=1288  nbFailedAssignments=733  nbBacktracks=494  nbVisitedNodes=2349
5.24	     nbRestartNogoods=39  mapSize=451  nbInferences=0  nbTooLargeKeys=0
5.24	       =>  wckTime=2.702  cpuTime=2.65  mem=65M859
6.84	   
6.84	   search
6.84	     run=8  nbConstraintChecks=2634609  nbValidityChecks=5069551  nbPropagations=71038  nbRevisions=874626
6.84	     nbUselessRevisions=695505  nbAssignments=1906  nbFailedAssignments=1088  nbBacktracks=750  nbVisitedNodes=3511
6.84	     nbRestartNogoods=51  mapSize=686  nbInferences=0  nbTooLargeKeys=0
6.84	       =>  wckTime=4.292  cpuTime=4.22  mem=65M859
9.29	   
9.30	   INFO : Stopping hyperNogood (mapSize=1007, nbTooLargekeys=0, mem=66M850)
9.54	   
9.54	   search
9.54	     run=9  nbConstraintChecks=4377151  nbValidityChecks=8398574  nbPropagations=109638  nbRevisions=1365829
9.54	     nbUselessRevisions=1086268  nbAssignments=2786  nbFailedAssignments=1577  nbBacktracks=1134  nbVisitedNodes=5163
9.54	     nbRestartNogoods=66
9.54	       =>  wckTime=6.992  cpuTime=6.91  mem=66M850
12.74	   
12.74	   search
12.74	     run=10  nbConstraintChecks=6410446  nbValidityChecks=12498485  nbPropagations=166616  nbRevisions=2099595
12.74	     nbUselessRevisions=1671751  nbAssignments=4246  nbFailedAssignments=2452  nbBacktracks=1713  nbVisitedNodes=7893
12.74	     nbRestartNogoods=74
12.74	       =>  wckTime=10.198  cpuTime=10.11  mem=66M850
17.24	   
17.24	   search
17.24	     run=11  nbConstraintChecks=9414351  nbValidityChecks=18411741  nbPropagations=255297  nbRevisions=3226389
17.24	     nbUselessRevisions=2567398  nbAssignments=6989  nbFailedAssignments=4322  nbBacktracks=2577  nbVisitedNodes=13104
17.24	     nbRestartNogoods=80
17.24	       =>  wckTime=14.7  cpuTime=14.61  mem=66M850
26.04	   
26.04	   search
26.04	     run=12  nbConstraintChecks=15059897  nbValidityChecks=29522971  nbPropagations=390514  nbRevisions=4982838
26.04	     nbUselessRevisions=3970177  nbAssignments=10477  nbFailedAssignments=6507  nbBacktracks=3874  nbVisitedNodes=19747
26.04	     nbRestartNogoods=88
26.04	       =>  wckTime=23.498  cpuTime=23.41  mem=66M850
38.02	   
38.02	   search
38.02	     run=13  nbConstraintChecks=22783301  nbValidityChecks=44683412  nbPropagations=592280  nbRevisions=7611312
38.02	     nbUselessRevisions=6066317  nbAssignments=15426  nbFailedAssignments=9503  nbBacktracks=5820  nbVisitedNodes=29077
38.02	     nbRestartNogoods=104
38.02	       =>  wckTime=35.478  cpuTime=35.37  mem=66M850
52.45	   
52.45	   search
52.45	     run=14  nbConstraintChecks=32204268  nbValidityChecks=63049712  nbPropagations=883411  nbRevisions=11353908
52.45	     nbUselessRevisions=9054170  nbAssignments=22364  nbFailedAssignments=13514  nbBacktracks=8740  nbVisitedNodes=41902
52.45	     nbRestartNogoods=111
52.45	       =>  wckTime=49.904  cpuTime=49.79  mem=66M850
72.40	   
72.40	   search
72.40	     run=15  nbConstraintChecks=45577103  nbValidityChecks=89912761  nbPropagations=1319175  nbRevisions=16867547
72.40	     nbUselessRevisions=13429301  nbAssignments=35851  nbFailedAssignments=22616  nbBacktracks=13118
72.40	     nbVisitedNodes=67090  nbRestartNogoods=120
72.40	       =>  wckTime=69.858  cpuTime=69.75  mem=66M850
109.52	   
109.52	   search
109.52	     run=16  nbConstraintChecks=70033362  nbValidityChecks=137436023  nbPropagations=1972341  nbRevisions=25154752
109.52	     nbUselessRevisions=20004958  nbAssignments=53065  nbFailedAssignments=33256  nbBacktracks=19686
109.52	     nbVisitedNodes=99488  nbRestartNogoods=132
109.52	       =>  wckTime=106.973  cpuTime=106.82  mem=66M850
164.62	   
164.62	   search
164.62	     run=17  nbConstraintChecks=106173136  nbValidityChecks=206916910  nbPropagations=2954524  nbRevisions=37613006
164.62	     nbUselessRevisions=29905614  nbAssignments=77098  nbFailedAssignments=47428  nbBacktracks=29539
164.62	     nbVisitedNodes=144371  nbRestartNogoods=142
164.62	       =>  wckTime=162.076  cpuTime=161.86  mem=66M850
261.39	   
261.39	   search
261.39	     run=18  nbConstraintChecks=169115254  nbValidityChecks=330308362  nbPropagations=4475883  nbRevisions=57374266
261.39	     nbUselessRevisions=45669147  nbAssignments=118081  nbFailedAssignments=73626  nbBacktracks=44318
261.39	     nbVisitedNodes=222776  nbRestartNogoods=157
261.39	       =>  wckTime=258.844  cpuTime=258.58  mem=66M850
372.41	   
372.41	   search
372.41	     run=19  nbConstraintChecks=242954773  nbValidityChecks=477163580  nbPropagations=6769515  nbRevisions=86829419
372.41	     nbUselessRevisions=69060993  nbAssignments=187120  nbFailedAssignments=120489  nbBacktracks=66486
372.41	     nbVisitedNodes=352671  nbRestartNogoods=171
372.41	       =>  wckTime=369.868  cpuTime=369.58  mem=66M850
577.96	   
577.96	   search
577.96	     run=20  nbConstraintChecks=377429617  nbValidityChecks=742073833  nbPropagations=10178080  nbRevisions=131428213
577.96	     nbUselessRevisions=104693700  nbAssignments=274889  nbFailedAssignments=174998  nbBacktracks=99740
577.96	     nbVisitedNodes=519053  nbRestartNogoods=190
577.96	       =>  wckTime=575.419  cpuTime=575.08  mem=66M850
850.13	   
850.13	   search
850.13	     run=21  nbConstraintChecks=554466338  nbValidityChecks=1090234602  nbPropagations=15235515  nbRevisions=196651709
850.13	     nbUselessRevisions=156714544  nbAssignments=399866  nbFailedAssignments=250091  nbBacktracks=149618
850.13	     nbVisitedNodes=753059  nbRestartNogoods=208
850.13	       =>  wckTime=847.586  cpuTime=847.18  mem=66M850
1254.40	   
1254.40	   search
1254.40	     run=22  nbConstraintChecks=826721971  nbValidityChecks=1624031910  nbPropagations=23042743  nbRevisions=296680405
1254.40	     nbUselessRevisions=236128602  nbAssignments=644495  nbFailedAssignments=419896  nbBacktracks=224436
1254.40	     nbVisitedNodes=1216946  nbRestartNogoods=243
1254.40	       =>  wckTime=1251.852  cpuTime=1251.35  mem=66M850

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node52/watcher-206671-1168073971 -o ROOT/results/node52/solver-206671-1168073971 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/206671-1168073971/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.00 1.00 1.09 4/65 27924
/proc/meminfo: memFree=1485608/2055920 swapFree=4192812/4192956
[pid=27923] ppid=27921 vsize=168 CPUtime=0
/proc/27923/stat : 27923 (java) R 27921 27923 27148 0 -1 0 39 0 0 0 0 0 0 0 20 0 1 0 155795605 172032 23 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4309291 0 0 4096 0 0 0 0 17 1 0 0
/proc/27923/statm: 42 23 18 14 0 2 0

[startup+0.103887 s]
/proc/loadavg: 1.00 1.00 1.09 4/65 27924
/proc/meminfo: memFree=1485608/2055920 swapFree=4192812/4192956
[pid=27923] ppid=27921 vsize=914988 CPUtime=0.08
/proc/27923/stat : 27923 (java) R 27921 27923 27148 0 -1 0 3006 0 1 0 7 1 0 0 22 0 8 0 155795605 936947712 2752 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153575198 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27923/statm: 228747 2752 1430 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.511909 s]
/proc/loadavg: 1.00 1.00 1.09 4/65 27924
/proc/meminfo: memFree=1485608/2055920 swapFree=4192812/4192956
[pid=27923] ppid=27921 vsize=915328 CPUtime=0.48
/proc/27923/stat : 27923 (java) R 27921 27923 27148 0 -1 0 8030 0 1 0 45 3 0 0 17 0 8 0 155795605 937295872 7769 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073563246 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27923/statm: 228832 7770 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33496 s]
/proc/loadavg: 1.00 1.00 1.09 2/72 27931
/proc/meminfo: memFree=1418544/2055920 swapFree=4192812/4192956
[pid=27923] ppid=27921 vsize=915328 CPUtime=1.3
/proc/27923/stat : 27923 (java) R 27921 27923 27148 0 -1 0 19100 0 1 0 122 8 0 0 17 0 8 0 155795605 937295872 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073445387 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27923/statm: 228832 18838 2149 14 0 215302 0
[pid=27923/tid=27925] ppid=27921 vsize=915328 CPUtime=0.05
/proc/27923/task/27925/stat : 27925 (java) S 27921 27923 27148 0 -1 64 2682 0 0 0 5 0 0 0 17 0 8 0 155795609 937295872 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27926] ppid=27921 vsize=915328 CPUtime=0
/proc/27923/task/27926/stat : 27926 (java) S 27921 27923 27148 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155795610 937295872 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27927] ppid=27921 vsize=915328 CPUtime=0
/proc/27923/task/27927/stat : 27927 (java) S 27921 27923 27148 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155795610 937295872 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27928] ppid=27921 vsize=915328 CPUtime=0
/proc/27923/task/27928/stat : 27928 (java) S 27921 27923 27148 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155795613 937295872 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27929] ppid=27921 vsize=915328 CPUtime=0.07
/proc/27923/task/27929/stat : 27929 (java) S 27921 27923 27148 0 -1 64 309 0 0 0 7 0 0 0 16 0 8 0 155795613 937295872 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27930] ppid=27921 vsize=915328 CPUtime=0
/proc/27923/task/27930/stat : 27930 (java) S 27921 27923 27148 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155795613 937295872 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27931] ppid=27921 vsize=915328 CPUtime=0
/proc/27923/task/27931/stat : 27931 (java) S 27921 27923 27148 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155795613 937295872 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915328

[startup+2.98107 s]
/proc/loadavg: 1.00 1.00 1.09 2/72 27931
/proc/meminfo: memFree=1377712/2055920 swapFree=4192812/4192956
[pid=27923] ppid=27921 vsize=915440 CPUtime=2.95
/proc/27923/stat : 27923 (java) R 27921 27923 27148 0 -1 0 32562 0 1 0 280 15 0 0 17 0 8 0 155795605 937410560 32296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27923/statm: 228860 32296 2521 14 0 215330 0
[pid=27923/tid=27925] ppid=27921 vsize=915440 CPUtime=0.42
/proc/27923/task/27925/stat : 27925 (java) S 27921 27923 27148 0 -1 64 15584 0 0 0 38 4 0 0 16 0 8 0 155795609 937410560 32296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27923/tid=27926] ppid=27921 vsize=915440 CPUtime=0
/proc/27923/task/27926/stat : 27926 (java) S 27921 27923 27148 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155795610 937410560 32296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27927] ppid=27921 vsize=915440 CPUtime=0
/proc/27923/task/27927/stat : 27927 (java) S 27921 27923 27148 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155795610 937410560 32296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27928] ppid=27921 vsize=915440 CPUtime=0
/proc/27923/task/27928/stat : 27928 (java) S 27921 27923 27148 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155795613 937410560 32296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27929] ppid=27921 vsize=915440 CPUtime=0.19
/proc/27923/task/27929/stat : 27929 (java) S 27921 27923 27148 0 -1 64 380 0 0 0 18 1 0 0 16 0 8 0 155795613 937410560 32296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27930] ppid=27921 vsize=915440 CPUtime=0
/proc/27923/task/27930/stat : 27930 (java) S 27921 27923 27148 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155795613 937410560 32296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27931] ppid=27921 vsize=915440 CPUtime=0
/proc/27923/task/27931/stat : 27931 (java) S 27921 27923 27148 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155795613 937410560 32296 18446744073709551615 134512640 134570532 4294956480 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) 915440

[startup+6.2573 s]
/proc/loadavg: 1.00 1.00 1.09 2/72 27931
/proc/meminfo: memFree=1365872/2055920 swapFree=4192812/4192956
[pid=27923] ppid=27921 vsize=915440 CPUtime=6.22
/proc/27923/stat : 27923 (java) R 27921 27923 27148 0 -1 0 32579 0 1 0 607 15 0 0 17 0 8 0 155795605 937410560 32310 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073800234 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27923/statm: 228860 32310 2521 14 0 215330 0
[pid=27923/tid=27925] ppid=27921 vsize=915440 CPUtime=0.42
/proc/27923/task/27925/stat : 27925 (java) S 27921 27923 27148 0 -1 64 15584 0 0 0 38 4 0 0 16 0 8 0 155795609 937410560 32310 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27923/tid=27926] ppid=27921 vsize=915440 CPUtime=0
/proc/27923/task/27926/stat : 27926 (java) S 27921 27923 27148 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155795610 937410560 32310 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27927] ppid=27921 vsize=915440 CPUtime=0
/proc/27923/task/27927/stat : 27927 (java) S 27921 27923 27148 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155795610 937410560 32310 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27928] ppid=27921 vsize=915440 CPUtime=0
/proc/27923/task/27928/stat : 27928 (java) S 27921 27923 27148 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155795613 937410560 32310 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27929] ppid=27921 vsize=915440 CPUtime=0.21
/proc/27923/task/27929/stat : 27929 (java) S 27921 27923 27148 0 -1 64 395 0 0 0 20 1 0 0 16 0 8 0 155795613 937410560 32310 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27930] ppid=27921 vsize=915440 CPUtime=0
/proc/27923/task/27930/stat : 27930 (java) S 27921 27923 27148 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155795613 937410560 32310 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27931] ppid=27921 vsize=915440 CPUtime=0
/proc/27923/task/27931/stat : 27931 (java) S 27921 27923 27148 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155795613 937410560 32310 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 915440

[startup+12.7387 s]
/proc/loadavg: 1.00 1.00 1.09 2/72 27931
/proc/meminfo: memFree=1365952/2055920 swapFree=4192812/4192956
[pid=27923] ppid=27921 vsize=915440 CPUtime=12.7
/proc/27923/stat : 27923 (java) R 27921 27923 27148 0 -1 0 32589 0 1 0 1255 15 0 0 18 0 8 0 155795605 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27923/statm: 228860 32317 2521 14 0 215330 0
[pid=27923/tid=27925] ppid=27921 vsize=915440 CPUtime=0.42
/proc/27923/task/27925/stat : 27925 (java) S 27921 27923 27148 0 -1 64 15584 0 0 0 38 4 0 0 16 0 8 0 155795609 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27923/tid=27926] ppid=27921 vsize=915440 CPUtime=0
/proc/27923/task/27926/stat : 27926 (java) S 27921 27923 27148 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155795610 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27927] ppid=27921 vsize=915440 CPUtime=0
/proc/27923/task/27927/stat : 27927 (java) S 27921 27923 27148 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155795610 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27928] ppid=27921 vsize=915440 CPUtime=0
/proc/27923/task/27928/stat : 27928 (java) S 27921 27923 27148 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155795613 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27929] ppid=27921 vsize=915440 CPUtime=0.22
/proc/27923/task/27929/stat : 27929 (java) S 27921 27923 27148 0 -1 64 403 0 0 0 21 1 0 0 16 0 8 0 155795613 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27930] ppid=27921 vsize=915440 CPUtime=0
/proc/27923/task/27930/stat : 27930 (java) S 27921 27923 27148 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155795613 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27931] ppid=27921 vsize=915440 CPUtime=0
/proc/27923/task/27931/stat : 27931 (java) S 27921 27923 27148 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155795613 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 915440

[startup+25.5656 s]
/proc/loadavg: 1.00 1.00 1.09 2/72 27931
/proc/meminfo: memFree=1366144/2055920 swapFree=4192812/4192956
[pid=27923] ppid=27921 vsize=915440 CPUtime=25.53
/proc/27923/stat : 27923 (java) R 27921 27923 27148 0 -1 0 32589 0 1 0 2538 15 0 0 25 0 8 0 155795605 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27923/statm: 228860 32317 2521 14 0 215330 0
[pid=27923/tid=27925] ppid=27921 vsize=915440 CPUtime=0.42
/proc/27923/task/27925/stat : 27925 (java) S 27921 27923 27148 0 -1 64 15584 0 0 0 38 4 0 0 16 0 8 0 155795609 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27923/tid=27926] ppid=27921 vsize=915440 CPUtime=0
/proc/27923/task/27926/stat : 27926 (java) S 27921 27923 27148 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155795610 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27927] ppid=27921 vsize=915440 CPUtime=0
/proc/27923/task/27927/stat : 27927 (java) S 27921 27923 27148 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155795610 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27928] ppid=27921 vsize=915440 CPUtime=0
/proc/27923/task/27928/stat : 27928 (java) S 27921 27923 27148 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155795613 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27929] ppid=27921 vsize=915440 CPUtime=0.22
/proc/27923/task/27929/stat : 27929 (java) S 27921 27923 27148 0 -1 64 403 0 0 0 21 1 0 0 16 0 8 0 155795613 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27930] ppid=27921 vsize=915440 CPUtime=0
/proc/27923/task/27930/stat : 27930 (java) S 27921 27923 27148 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155795613 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27931] ppid=27921 vsize=915440 CPUtime=0
/proc/27923/task/27931/stat : 27931 (java) S 27921 27923 27148 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155795613 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.53
Current children cumulated vsize (KiB) 915440

[startup+51.2434 s]
/proc/loadavg: 1.00 1.00 1.09 2/72 27931
/proc/meminfo: memFree=1366336/2055920 swapFree=4192812/4192956
[pid=27923] ppid=27921 vsize=915440 CPUtime=51.19
/proc/27923/stat : 27923 (java) R 27921 27923 27148 0 -1 0 32590 0 1 0 5104 15 0 0 25 0 8 0 155795605 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073630003 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27923/statm: 228860 32317 2521 14 0 215330 0
[pid=27923/tid=27925] ppid=27921 vsize=915440 CPUtime=0.42
/proc/27923/task/27925/stat : 27925 (java) S 27921 27923 27148 0 -1 64 15584 0 0 0 38 4 0 0 16 0 8 0 155795609 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27923/tid=27926] ppid=27921 vsize=915440 CPUtime=0
/proc/27923/task/27926/stat : 27926 (java) S 27921 27923 27148 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155795610 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27927] ppid=27921 vsize=915440 CPUtime=0
/proc/27923/task/27927/stat : 27927 (java) S 27921 27923 27148 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155795610 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27928] ppid=27921 vsize=915440 CPUtime=0
/proc/27923/task/27928/stat : 27928 (java) S 27921 27923 27148 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155795613 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27929] ppid=27921 vsize=915440 CPUtime=0.22
/proc/27923/task/27929/stat : 27929 (java) S 27921 27923 27148 0 -1 64 403 0 0 0 21 1 0 0 16 0 8 0 155795613 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27930] ppid=27921 vsize=915440 CPUtime=0
/proc/27923/task/27930/stat : 27930 (java) S 27921 27923 27148 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155795613 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27931] ppid=27921 vsize=915440 CPUtime=0
/proc/27923/task/27931/stat : 27931 (java) S 27921 27923 27148 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155795613 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.19
Current children cumulated vsize (KiB) 915440

[startup+102.506 s]
/proc/loadavg: 1.00 1.00 1.08 2/78 28003
/proc/meminfo: memFree=1365072/2055920 swapFree=4192812/4192956
[pid=27923] ppid=27921 vsize=915440 CPUtime=102.41
/proc/27923/stat : 27923 (java) R 27921 27923 27148 0 -1 0 32590 0 1 0 10225 16 0 0 25 0 8 0 155795605 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634819 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27923/statm: 228860 32317 2521 14 0 215330 0
[pid=27923/tid=27925] ppid=27921 vsize=915440 CPUtime=0.42
/proc/27923/task/27925/stat : 27925 (java) S 27921 27923 27148 0 -1 64 15584 0 0 0 38 4 0 0 16 0 8 0 155795609 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27923/tid=27926] ppid=27921 vsize=915440 CPUtime=0
/proc/27923/task/27926/stat : 27926 (java) S 27921 27923 27148 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155795610 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27927] ppid=27921 vsize=915440 CPUtime=0
/proc/27923/task/27927/stat : 27927 (java) S 27921 27923 27148 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155795610 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27928] ppid=27921 vsize=915440 CPUtime=0
/proc/27923/task/27928/stat : 27928 (java) S 27921 27923 27148 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155795613 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27929] ppid=27921 vsize=915440 CPUtime=0.22
/proc/27923/task/27929/stat : 27929 (java) S 27921 27923 27148 0 -1 64 403 0 0 0 21 1 0 0 16 0 8 0 155795613 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27930] ppid=27921 vsize=915440 CPUtime=0
/proc/27923/task/27930/stat : 27930 (java) S 27921 27923 27148 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155795613 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27931] ppid=27921 vsize=915440 CPUtime=0
/proc/27923/task/27931/stat : 27931 (java) S 27921 27923 27148 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155795613 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.41
Current children cumulated vsize (KiB) 915440

[startup+162.514 s]
/proc/loadavg: 1.00 1.00 1.08 2/78 28095
/proc/meminfo: memFree=1365008/2055920 swapFree=4192812/4192956
[pid=27923] ppid=27921 vsize=915440 CPUtime=162.35
/proc/27923/stat : 27923 (java) R 27921 27923 27148 0 -1 0 32590 0 1 0 16219 16 0 0 25 0 8 0 155795605 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1423.77
Current children cumulated vsize (KiB) 915440

[startup+1484.34 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 28131
/proc/meminfo: memFree=1366080/2055920 swapFree=4192812/4192956
[pid=27923] ppid=27921 vsize=915440 CPUtime=1483.83
/proc/27923/stat : 27923 (java) R 27921 27923 27148 0 -1 0 32591 0 1 0 148366 17 0 0 25 0 8 0 155795605 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073665363 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27923/statm: 228860 32318 2521 14 0 215330 0
[pid=27923/tid=27925] ppid=27921 vsize=915440 CPUtime=0.42
/proc/27923/task/27925/stat : 27925 (java) S 27921 27923 27148 0 -1 64 15584 0 0 0 38 4 0 0 16 0 8 0 155795609 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27923/tid=27926] ppid=27921 vsize=915440 CPUtime=0
/proc/27923/task/27926/stat : 27926 (java) S 27921 27923 27148 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155795610 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27927] ppid=27921 vsize=915440 CPUtime=0
/proc/27923/task/27927/stat : 27927 (java) S 27921 27923 27148 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155795610 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27928] ppid=27921 vsize=915440 CPUtime=0
/proc/27923/task/27928/stat : 27928 (java) S 27921 27923 27148 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155795613 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27929] ppid=27921 vsize=915440 CPUtime=0.23
/proc/27923/task/27929/stat : 27929 (java) S 27921 27923 27148 0 -1 64 404 0 0 0 22 1 0 0 16 0 8 0 155795613 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27930] ppid=27921 vsize=915440 CPUtime=0
/proc/27923/task/27930/stat : 27930 (java) S 27921 27923 27148 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155795613 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27931] ppid=27921 vsize=915440 CPUtime=0
/proc/27923/task/27931/stat : 27931 (java) S 27921 27923 27148 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155795613 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1483.83
Current children cumulated vsize (KiB) 915440

[startup+1544.42 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 28131
/proc/meminfo: memFree=1366080/2055920 swapFree=4192812/4192956
[pid=27923] ppid=27921 vsize=915440 CPUtime=1543.9
/proc/27923/stat : 27923 (java) R 27921 27923 27148 0 -1 0 32591 0 1 0 154373 17 0 0 25 0 8 0 155795605 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073809351 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27923/statm: 228860 32318 2521 14 0 215330 0
[pid=27923/tid=27925] ppid=27921 vsize=915440 CPUtime=0.42
/proc/27923/task/27925/stat : 27925 (java) S 27921 27923 27148 0 -1 64 15584 0 0 0 38 4 0 0 16 0 8 0 155795609 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27923/tid=27926] ppid=27921 vsize=915440 CPUtime=0
/proc/27923/task/27926/stat : 27926 (java) S 27921 27923 27148 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155795610 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27927] ppid=27921 vsize=915440 CPUtime=0
/proc/27923/task/27927/stat : 27927 (java) S 27921 27923 27148 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155795610 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27928] ppid=27921 vsize=915440 CPUtime=0
/proc/27923/task/27928/stat : 27928 (java) S 27921 27923 27148 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155795613 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27929] ppid=27921 vsize=915440 CPUtime=0.23
/proc/27923/task/27929/stat : 27929 (java) S 27921 27923 27148 0 -1 64 404 0 0 0 22 1 0 0 16 0 8 0 155795613 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27930] ppid=27921 vsize=915440 CPUtime=0
/proc/27923/task/27930/stat : 27930 (java) S 27921 27923 27148 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155795613 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27931] ppid=27921 vsize=915440 CPUtime=0
/proc/27923/task/27931/stat : 27931 (java) S 27921 27923 27148 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155795613 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1543.9
Current children cumulated vsize (KiB) 915440

[startup+1604.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 28131
/proc/meminfo: memFree=1366016/2055920 swapFree=4192812/4192956
[pid=27923] ppid=27921 vsize=915440 CPUtime=1603.97
/proc/27923/stat : 27923 (java) R 27921 27923 27148 0 -1 0 32591 0 1 0 160380 17 0 0 25 0 8 0 155795605 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073629872 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27923/statm: 228860 32318 2521 14 0 215330 0
[pid=27923/tid=27925] ppid=27921 vsize=915440 CPUtime=0.42
/proc/27923/task/27925/stat : 27925 (java) S 27921 27923 27148 0 -1 64 15584 0 0 0 38 4 0 0 16 0 8 0 155795609 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27923/tid=27926] ppid=27921 vsize=915440 CPUtime=0
/proc/27923/task/27926/stat : 27926 (java) S 27921 27923 27148 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155795610 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27927] ppid=27921 vsize=915440 CPUtime=0
/proc/27923/task/27927/stat : 27927 (java) S 27921 27923 27148 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155795610 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27928] ppid=27921 vsize=915440 CPUtime=0
/proc/27923/task/27928/stat : 27928 (java) S 27921 27923 27148 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155795613 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27929] ppid=27921 vsize=915440 CPUtime=0.23
/proc/27923/task/27929/stat : 27929 (java) S 27921 27923 27148 0 -1 64 404 0 0 0 22 1 0 0 16 0 8 0 155795613 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27930] ppid=27921 vsize=915440 CPUtime=0
/proc/27923/task/27930/stat : 27930 (java) S 27921 27923 27148 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155795613 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27931] ppid=27921 vsize=915440 CPUtime=0
/proc/27923/task/27931/stat : 27931 (java) S 27921 27923 27148 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155795613 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1603.97
Current children cumulated vsize (KiB) 915440

[startup+1664.59 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 28131
/proc/meminfo: memFree=1366016/2055920 swapFree=4192812/4192956
[pid=27923] ppid=27921 vsize=915440 CPUtime=1664.04
/proc/27923/stat : 27923 (java) R 27921 27923 27148 0 -1 0 32591 0 1 0 166387 17 0 0 25 0 8 0 155795605 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073805465 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27923/statm: 228860 32318 2521 14 0 215330 0
[pid=27923/tid=27925] ppid=27921 vsize=915440 CPUtime=0.42
/proc/27923/task/27925/stat : 27925 (java) S 27921 27923 27148 0 -1 64 15584 0 0 0 38 4 0 0 16 0 8 0 155795609 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27923/tid=27926] ppid=27921 vsize=915440 CPUtime=0
/proc/27923/task/27926/stat : 27926 (java) S 27921 27923 27148 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155795610 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27927] ppid=27921 vsize=915440 CPUtime=0
/proc/27923/task/27927/stat : 27927 (java) S 27921 27923 27148 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155795610 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27928] ppid=27921 vsize=915440 CPUtime=0
/proc/27923/task/27928/stat : 27928 (java) S 27921 27923 27148 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155795613 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27929] ppid=27921 vsize=915440 CPUtime=0.23
/proc/27923/task/27929/stat : 27929 (java) S 27921 27923 27148 0 -1 64 404 0 0 0 22 1 0 0 16 0 8 0 155795613 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27930] ppid=27921 vsize=915440 CPUtime=0
/proc/27923/task/27930/stat : 27930 (java) S 27921 27923 27148 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155795613 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27931] ppid=27921 vsize=915440 CPUtime=0
/proc/27923/task/27931/stat : 27931 (java) S 27921 27923 27148 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155795613 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1664.04
Current children cumulated vsize (KiB) 915440

[startup+1724.67 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 28131
/proc/meminfo: memFree=1366080/2055920 swapFree=4192812/4192956
[pid=27923] ppid=27921 vsize=915440 CPUtime=1724.1
/proc/27923/stat : 27923 (java) R 27921 27923 27148 0 -1 0 32591 0 1 0 172393 17 0 0 25 0 8 0 155795605 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918492 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27923/statm: 228860 32318 2521 14 0 215330 0
[pid=27923/tid=27925] ppid=27921 vsize=915440 CPUtime=0.42
/proc/27923/task/27925/stat : 27925 (java) S 27921 27923 27148 0 -1 64 15584 0 0 0 38 4 0 0 16 0 8 0 155795609 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27923/tid=27926] ppid=27921 vsize=915440 CPUtime=0
/proc/27923/task/27926/stat : 27926 (java) S 27921 27923 27148 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155795610 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27927] ppid=27921 vsize=915440 CPUtime=0
/proc/27923/task/27927/stat : 27927 (java) S 27921 27923 27148 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155795610 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27928] ppid=27921 vsize=915440 CPUtime=0
/proc/27923/task/27928/stat : 27928 (java) S 27921 27923 27148 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155795613 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27929] ppid=27921 vsize=915440 CPUtime=0.23
/proc/27923/task/27929/stat : 27929 (java) S 27921 27923 27148 0 -1 64 404 0 0 0 22 1 0 0 16 0 8 0 155795613 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27930] ppid=27921 vsize=915440 CPUtime=0
/proc/27923/task/27930/stat : 27930 (java) S 27921 27923 27148 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155795613 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27931] ppid=27921 vsize=915440 CPUtime=0
/proc/27923/task/27931/stat : 27931 (java) S 27921 27923 27148 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155795613 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1724.1
Current children cumulated vsize (KiB) 915440

[startup+1784.76 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 28131
/proc/meminfo: memFree=1366016/2055920 swapFree=4192812/4192956
[pid=27923] ppid=27921 vsize=915440 CPUtime=1784.17
/proc/27923/stat : 27923 (java) R 27921 27923 27148 0 -1 0 32591 0 1 0 178400 17 0 0 25 0 8 0 155795605 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073665353 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27923/statm: 228860 32318 2521 14 0 215330 0
[pid=27923/tid=27925] ppid=27921 vsize=915440 CPUtime=0.42
/proc/27923/task/27925/stat : 27925 (java) S 27921 27923 27148 0 -1 64 15584 0 0 0 38 4 0 0 16 0 8 0 155795609 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27923/tid=27926] ppid=27921 vsize=915440 CPUtime=0
/proc/27923/task/27926/stat : 27926 (java) S 27921 27923 27148 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155795610 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27927] ppid=27921 vsize=915440 CPUtime=0
/proc/27923/task/27927/stat : 27927 (java) S 27921 27923 27148 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155795610 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27928] ppid=27921 vsize=915440 CPUtime=0
/proc/27923/task/27928/stat : 27928 (java) S 27921 27923 27148 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155795613 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27929] ppid=27921 vsize=915440 CPUtime=0.23
/proc/27923/task/27929/stat : 27929 (java) S 27921 27923 27148 0 -1 64 404 0 0 0 22 1 0 0 16 0 8 0 155795613 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27930] ppid=27921 vsize=915440 CPUtime=0
/proc/27923/task/27930/stat : 27930 (java) S 27921 27923 27148 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155795613 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27931] ppid=27921 vsize=915440 CPUtime=0
/proc/27923/task/27931/stat : 27931 (java) S 27921 27923 27148 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155795613 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1784.17
Current children cumulated vsize (KiB) 915440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.68 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 28131
/proc/meminfo: memFree=1366016/2055920 swapFree=4192812/4192956
[pid=27923] ppid=27921 vsize=915440 CPUtime=1800.1
/proc/27923/stat : 27923 (java) R 27921 27923 27148 0 -1 0 32591 0 1 0 179993 17 0 0 25 0 8 0 155795605 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634877 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27923/statm: 228860 32318 2521 14 0 215330 0
[pid=27923/tid=27925] ppid=27921 vsize=915440 CPUtime=0.42
/proc/27923/task/27925/stat : 27925 (java) S 27921 27923 27148 0 -1 64 15584 0 0 0 38 4 0 0 16 0 8 0 155795609 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27923/tid=27926] ppid=27921 vsize=915440 CPUtime=0
/proc/27923/task/27926/stat : 27926 (java) S 27921 27923 27148 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155795610 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27927] ppid=27921 vsize=915440 CPUtime=0
/proc/27923/task/27927/stat : 27927 (java) S 27921 27923 27148 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155795610 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27928] ppid=27921 vsize=915440 CPUtime=0
/proc/27923/task/27928/stat : 27928 (java) S 27921 27923 27148 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155795613 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27929] ppid=27921 vsize=915440 CPUtime=0.23
/proc/27923/task/27929/stat : 27929 (java) S 27921 27923 27148 0 -1 64 404 0 0 0 22 1 0 0 16 0 8 0 155795613 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27930] ppid=27921 vsize=915440 CPUtime=0
/proc/27923/task/27930/stat : 27930 (java) S 27921 27923 27148 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155795613 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27923/tid=27931] ppid=27921 vsize=915440 CPUtime=0
/proc/27923/task/27931/stat : 27931 (java) S 27921 27923 27148 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155795613 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 915440

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

Child status: 143
Real time (s): 1800.74
CPU time (s): 1800.16
CPU user time (s): 1799.96
CPU system time (s): 0.19297
CPU usage (%): 99.9678
Max. virtual memory (cumulated for all children) (KiB): 915440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.96
system time used= 0.19297
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32608
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= 37304
involuntary context switches= 39343

runsolver used 1.83972 s user time and 4.55231 s system time

The end

Launcher Data (download as text)

Begin job on node52 on Sat Jan  6 08:59:31 UTC 2007


IDJOB= 206671
IDBENCH= 4226
FILE ID= node52/206671-1168073971

PBS_JOBID= 3475910

Free space on /tmp= 66546 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-28-28/rand-3-28-28-93-632-21_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/206671-1168073971/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node52/watcher-206671-1168073971 -o ROOT/results/node52/solver-206671-1168073971 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/206671-1168073971/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  57dc392e113fbb3a049fc08028115965

RANDOM SEED= 226670432

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.232
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.232
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:       1486088 kB
Buffers:         36308 kB
Cached:         441460 kB
SwapCached:          0 kB
Active:          57352 kB
Inactive:       436236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1486088 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7484 kB
Writeback:           0 kB
Mapped:          26052 kB
Slab:            62232 kB
Committed_AS:  3116496 kB
PageTables:       1488 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= 66546 MiB



End job on node52 on Sat Jan  6 09:29:32 UTC 2007