Trace number 216409

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 ESAC? (TO) 1800.07 1806.74

General information on the benchmark

NamepseudoSeries/chnl/
chnl-20-21.xml
MD5SUM22581d00fad9829aa974b0d157227271
Bench CategoryN-ARY-INT (n-ary constraints in intension)
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 variables840
Number of constraints82
Maximum constraint arity21
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension82
Global constraints used (with number of constraints)

Solver Data (download as text)

0.38	   
0.38	Abscon 109 (November, 2006)
0.38	   
0.38	   configuration
0.38	     name=esac.xml
0.42	   
0.42	   instance
0.42	     name=/tmp/evaluation/216409-1168241351/unknown.xml
0.45	   
0.45	   domains being loaded...
0.45	   
0.45	   variables being loaded...
0.56	     nbVariables=840  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2
0.56	       =>  wckTime=0.176  cpuTime=0.13  mem=7M894
0.56	   
0.56	   predicates being loaded...
0.57	   
0.57	   constraints being loaded...
0.73	     nbConstraints=82  nbUnbuiltConflictsStructures=2  nbSharedBinaryRepresentations=0  nbEvaluationManagers=2
0.73	     nbSharedEvaluationManagers=80  maxDegree=2  maxArity=21
0.73	       =>  wckTime=0.348  cpuTime=0.25  mem=18M621
0.78	   
0.78	   solver IterativeSystematicSolver being built... 
1.02	       =>  wckTime=0.635  cpuTime=0.44  mem=21M932
14.55	   
14.56	   preprocessing
14.56	     nbConstraintChecks=6294145  nbValidityChecks=63080  nbPropagations=2778  nbRevisions=34681
14.56	     nbUselessRevisions=33991  nbSingletonTests=1254  nbEffectiveSingletonTests=0  nbESACBranches=3  nbRemovedValues=0
14.56	     detectedInconsistency=no
14.56	       =>  wckTime=13.53  cpuTime=13.37  mem=21M932
19.17	   
19.17	   search
19.17	     run=0  nbConstraintChecks=2097426  nbValidityChecks=21103  nbPropagations=3450  nbRevisions=46020
19.17	     nbUselessRevisions=45069  nbAssignments=419  nbFailedAssignments=2  nbBacktracks=12  nbVisitedNodes=424
19.17	     nbRestartNogoods=0  mapSize=3  nbInferences=0  nbTooLargeKeys=0
19.17	       =>  wckTime=18.144  cpuTime=17.93  mem=22M908
23.77	   
23.77	   search
23.77	     run=1  nbConstraintChecks=4195739  nbValidityChecks=41147  nbPropagations=7566  nbRevisions=102825
23.77	     nbUselessRevisions=100653  nbAssignments=835  nbFailedAssignments=4  nbBacktracks=30  nbVisitedNodes=844
23.77	     nbRestartNogoods=1  mapSize=6  nbInferences=0  nbTooLargeKeys=0
23.77	       =>  wckTime=22.744  cpuTime=22.47  mem=22M908
28.36	   
28.36	   search
28.36	     run=2  nbConstraintChecks=6300384  nbValidityChecks=60213  nbPropagations=12333  nbRevisions=169870
28.36	     nbUselessRevisions=166207  nbAssignments=1248  nbFailedAssignments=6  nbBacktracks=54  nbVisitedNodes=1261
28.36	     nbRestartNogoods=2  mapSize=9  nbInferences=0  nbTooLargeKeys=0
28.36	       =>  wckTime=27.333  cpuTime=27.01  mem=22M908
33.20	   
33.20	   search
33.20	     run=3  nbConstraintChecks=8529047  nbValidityChecks=79070  nbPropagations=17806  nbRevisions=247006
33.20	     nbUselessRevisions=241494  nbAssignments=1674  nbFailedAssignments=9  nbBacktracks=115  nbVisitedNodes=1694
33.20	     nbRestartNogoods=3  mapSize=15  nbInferences=0  nbTooLargeKeys=0
33.20	       =>  wckTime=32.177  cpuTime=31.8  mem=23M883
40.00	   
40.00	   search
40.00	     run=4  nbConstraintChecks=11675200  nbValidityChecks=97496  nbPropagations=23951  nbRevisions=333889
40.00	     nbUselessRevisions=326183  nbAssignments=2100  nbFailedAssignments=12  nbBacktracks=188  nbVisitedNodes=2127
40.00	     nbRestartNogoods=4  mapSize=21  nbInferences=0  nbTooLargeKeys=0
40.00	       =>  wckTime=38.972  cpuTime=38.53  mem=23M883
70.08	   
70.08	   search
70.08	     run=5  nbConstraintChecks=25831960  nbValidityChecks=117460  nbPropagations=31011  nbRevisions=431291
70.08	     nbUselessRevisions=420842  nbAssignments=2569  nbFailedAssignments=24  nbBacktracks=268  nbVisitedNodes=2609
70.08	     nbRestartNogoods=5  mapSize=40  nbInferences=0  nbTooLargeKeys=0
70.08	       =>  wckTime=69.056  cpuTime=68.36  mem=23M883
73.31	   
73.31	   search
73.31	     run=6  nbConstraintChecks=27303898  nbValidityChecks=139073  nbPropagations=39226  nbRevisions=540442
73.31	     nbUselessRevisions=526377  nbAssignments=3073  nbFailedAssignments=37  nbBacktracks=386  nbVisitedNodes=3148
73.31	     nbRestartNogoods=8  mapSize=73  nbInferences=0  nbTooLargeKeys=0
73.31	       =>  wckTime=72.288  cpuTime=71.56  mem=24M858
78.16	   
78.16	   search
78.16	     run=7  nbConstraintChecks=29530009  nbValidityChecks=164394  nbPropagations=49184  nbRevisions=663298
78.16	     nbUselessRevisions=643827  nbAssignments=3616  nbFailedAssignments=57  nbBacktracks=565  nbVisitedNodes=3748
78.16	     nbRestartNogoods=10  mapSize=122  nbInferences=0  nbTooLargeKeys=0
78.16	       =>  wckTime=77.132  cpuTime=76.36  mem=24M858
182.50	   
182.50	   search
182.50	     run=8  nbConstraintChecks=78492588  nbValidityChecks=208549  nbPropagations=62642  nbRevisions=809626
182.50	     nbUselessRevisions=780690  nbAssignments=4302  nbFailedAssignments=138  nbBacktracks=847  nbVisitedNodes=4564
182.50	     nbRestartNogoods=11  mapSize=242  nbInferences=0  nbTooLargeKeys=0
182.50	       =>  wckTime=181.477  cpuTime=179.78  mem=25M833
191.31	   
191.31	   search
191.31	     run=9  nbConstraintChecks=82559093  nbValidityChecks=242464  nbPropagations=79060  nbRevisions=974417
191.31	     nbUselessRevisions=932726  nbAssignments=5100  nbFailedAssignments=186  nbBacktracks=1241  nbVisitedNodes=5461
191.31	     nbRestartNogoods=12  mapSize=334  nbInferences=0  nbTooLargeKeys=0
191.31	       =>  wckTime=190.282  cpuTime=188.49  mem=25M833
369.37	   
369.37	   search
369.37	     run=10  nbConstraintChecks=166622031  nbValidityChecks=292912  nbPropagations=101125  nbRevisions=1166554
369.37	     nbUselessRevisions=1105608  nbAssignments=6155  nbFailedAssignments=287  nbBacktracks=1829  nbVisitedNodes=6707
369.37	     nbRestartNogoods=14  mapSize=576  nbInferences=0  nbTooLargeKeys=0
369.37	       =>  wckTime=368.342  cpuTime=364.95  mem=26M808
453.23	   
453.23	   search
453.23	     run=11  nbConstraintChecks=205965030  nbValidityChecks=337813  nbPropagations=128100  nbRevisions=1384578
453.23	     nbUselessRevisions=1299482  nbAssignments=7459  nbFailedAssignments=366  nbBacktracks=2702  nbVisitedNodes=8156
453.23	     nbRestartNogoods=17  mapSize=759  nbInferences=0  nbTooLargeKeys=0
453.23	       =>  wckTime=452.207  cpuTime=448.05  mem=27M784
613.69	   
613.69	   search
613.69	     run=12  nbConstraintChecks=287758733  nbValidityChecks=384485  nbPropagations=159640  nbRevisions=1632135
613.69	     nbUselessRevisions=1519510  nbAssignments=9195  nbFailedAssignments=441  nbBacktracks=4028  nbVisitedNodes=9971
613.69	     nbRestartNogoods=20  mapSize=911  nbInferences=0  nbTooLargeKeys=0
613.69	       =>  wckTime=612.667  cpuTime=608.07  mem=29M734
707.02	   
707.02	   INFO : Stopping hyperNogood (mapSize=1001, nbTooLargekeys=0, mem=30M709)
851.41	   
851.41	   search
851.41	     run=13  nbConstraintChecks=411905865  nbValidityChecks=444016  nbPropagations=197795  nbRevisions=1918238
851.41	     nbUselessRevisions=1773216  nbAssignments=11628  nbFailedAssignments=564  nbBacktracks=5986  nbVisitedNodes=12527
851.41	     nbRestartNogoods=21
851.41	       =>  wckTime=850.39  cpuTime=845.54  mem=30M709
1156.17	   
1156.17	   search
1156.17	     run=14  nbConstraintChecks=570614122  nbValidityChecks=529576  nbPropagations=246738  nbRevisions=2259804
1156.17	     nbUselessRevisions=2073516  nbAssignments=15109  nbFailedAssignments=763  nbBacktracks=8908  nbVisitedNodes=16245
1156.17	     nbRestartNogoods=23
1156.17	       =>  wckTime=1155.144  cpuTime=1149.14  mem=30M709
1772.90	   
1772.90	   search
1772.90	     run=15  nbConstraintChecks=892492240  nbValidityChecks=672204  nbPropagations=313695  nbRevisions=2692784
1772.90	     nbUselessRevisions=2448373  nbAssignments=20136  nbFailedAssignments=1060  nbBacktracks=13292  nbVisitedNodes=21687
1772.90	     nbRestartNogoods=26
1772.90	       =>  wckTime=1771.873  cpuTime=1765.22  mem=30M709

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/node3/watcher-216409-1168241351 -o ROOT/results/node3/solver-216409-1168241351 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/216409-1168241351/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: 2.00 2.00 2.00 4/89 20582
/proc/meminfo: memFree=1765784/2055920 swapFree=4192812/4192956
[pid=20581] ppid=20579 vsize=9948 CPUtime=0
/proc/20581/stat : 20581 (java) S 20579 20581 19134 0 -1 0 723 0 0 0 0 0 0 0 16 0 1 0 172530692 10186752 472 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 7368 0 0 0 17 1 0 0
/proc/20581/statm: 2487 472 386 14 0 1142 0

[startup+0.103268 s]
/proc/loadavg: 2.00 2.00 2.00 4/89 20582
/proc/meminfo: memFree=1765784/2055920 swapFree=4192812/4192956
[pid=20581] ppid=20579 vsize=907808 CPUtime=0.05
/proc/20581/stat : 20581 (java) D 20579 20581 19134 0 -1 0 2460 0 1 0 4 1 0 0 17 0 4 0 172530692 929595392 2207 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 2147483391 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/20581/statm: 226952 2207 1215 14 0 214535 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 907808

[startup+0.511334 s]
/proc/loadavg: 2.00 2.00 2.00 4/89 20582
/proc/meminfo: memFree=1765784/2055920 swapFree=4192812/4192956
[pid=20581] ppid=20579 vsize=915328 CPUtime=0.42
/proc/20581/stat : 20581 (java) R 20579 20581 19134 0 -1 0 6125 0 1 0 38 4 0 0 18 0 8 0 172530692 937295872 5864 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20581/statm: 228832 5864 2135 14 0 215302 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 915328

[startup+1.3335 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 20589
/proc/meminfo: memFree=1735264/2055920 swapFree=4192812/4192956
[pid=20581] ppid=20579 vsize=915552 CPUtime=1.24
/proc/20581/stat : 20581 (java) R 20579 20581 19134 0 -1 0 10356 0 1 0 116 8 0 0 24 0 8 0 172530692 937525248 10094 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073873555 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20581/statm: 228888 10094 2539 14 0 215358 0
[pid=20581/tid=20583] ppid=20579 vsize=915552 CPUtime=0.03
/proc/20581/task/20583/stat : 20583 (java) S 20579 20581 19134 0 -1 64 330 0 0 0 3 0 0 0 16 0 8 0 172530696 937525248 10094 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20581/tid=20584] ppid=20579 vsize=915552 CPUtime=0
/proc/20581/task/20584/stat : 20584 (java) S 20579 20581 19134 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 172530697 937525248 10094 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20581/tid=20585] ppid=20579 vsize=915552 CPUtime=0
/proc/20581/task/20585/stat : 20585 (java) S 20579 20581 19134 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 172530697 937525248 10094 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20581/tid=20586] ppid=20579 vsize=915552 CPUtime=0
/proc/20581/task/20586/stat : 20586 (java) S 20579 20581 19134 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 172530706 937525248 10094 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20581/tid=20587] ppid=20579 vsize=915552 CPUtime=0.22
/proc/20581/task/20587/stat : 20587 (java) S 20579 20581 19134 0 -1 64 383 0 0 0 21 1 0 0 16 0 8 0 172530706 937525248 10094 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20581/tid=20588] ppid=20579 vsize=915552 CPUtime=0
/proc/20581/task/20588/stat : 20588 (java) S 20579 20581 19134 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 172530706 937525248 10094 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20581/tid=20589] ppid=20579 vsize=915552 CPUtime=0
/proc/20581/task/20589/stat : 20589 (java) S 20579 20581 19134 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 172530706 937525248 10094 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 915552

[startup+2.98073 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 20589
/proc/meminfo: memFree=1735200/2055920 swapFree=4192812/4192956
[pid=20581] ppid=20579 vsize=915552 CPUtime=2.87
/proc/20581/stat : 20581 (java) R 20579 20581 19134 0 -1 0 10357 0 1 0 279 8 0 0 25 0 8 0 172530692 937525248 10094 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073867815 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20581/statm: 228888 10094 2539 14 0 215358 0
[pid=20581/tid=20583] ppid=20579 vsize=915552 CPUtime=0.03
/proc/20581/task/20583/stat : 20583 (java) S 20579 20581 19134 0 -1 64 330 0 0 0 3 0 0 0 16 0 8 0 172530696 937525248 10094 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20581/tid=20584] ppid=20579 vsize=915552 CPUtime=0
/proc/20581/task/20584/stat : 20584 (java) S 20579 20581 19134 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 172530697 937525248 10094 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20581/tid=20585] ppid=20579 vsize=915552 CPUtime=0
/proc/20581/task/20585/stat : 20585 (java) S 20579 20581 19134 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 172530697 937525248 10094 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20581/tid=20586] ppid=20579 vsize=915552 CPUtime=0
/proc/20581/task/20586/stat : 20586 (java) S 20579 20581 19134 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 172530706 937525248 10094 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20581/tid=20587] ppid=20579 vsize=915552 CPUtime=0.22
/proc/20581/task/20587/stat : 20587 (java) S 20579 20581 19134 0 -1 64 384 0 0 0 21 1 0 0 16 0 8 0 172530706 937525248 10094 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20581/tid=20588] ppid=20579 vsize=915552 CPUtime=0
/proc/20581/task/20588/stat : 20588 (java) S 20579 20581 19134 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 172530706 937525248 10094 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20581/tid=20589] ppid=20579 vsize=915552 CPUtime=0
/proc/20581/task/20589/stat : 20589 (java) S 20579 20581 19134 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 172530706 937525248 10094 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 915552

[startup+6.26926 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 20589
/proc/meminfo: memFree=1735072/2055920 swapFree=4192812/4192956
[pid=20581] ppid=20579 vsize=915552 CPUtime=6.13
/proc/20581/stat : 20581 (java) R 20579 20581 19134 0 -1 0 10373 0 1 0 605 8 0 0 25 0 8 0 172530692 937525248 10108 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073874825 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20581/statm: 228888 10108 2541 14 0 215358 0
[pid=20581/tid=20583] ppid=20579 vsize=915552 CPUtime=0.03
/proc/20581/task/20583/stat : 20583 (java) S 20579 20581 19134 0 -1 64 330 0 0 0 3 0 0 0 17 0 8 0 172530696 937525248 10108 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20581/tid=20584] ppid=20579 vsize=915552 CPUtime=0
/proc/20581/task/20584/stat : 20584 (java) S 20579 20581 19134 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 172530697 937525248 10108 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20581/tid=20585] ppid=20579 vsize=915552 CPUtime=0
/proc/20581/task/20585/stat : 20585 (java) S 20579 20581 19134 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 172530697 937525248 10108 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20581/tid=20586] ppid=20579 vsize=915552 CPUtime=0
/proc/20581/task/20586/stat : 20586 (java) S 20579 20581 19134 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 172530706 937525248 10108 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20581/tid=20587] ppid=20579 vsize=915552 CPUtime=0.23
/proc/20581/task/20587/stat : 20587 (java) S 20579 20581 19134 0 -1 64 394 0 0 0 22 1 0 0 16 0 8 0 172530706 937525248 10108 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20581/tid=20588] ppid=20579 vsize=915552 CPUtime=0
/proc/20581/task/20588/stat : 20588 (java) S 20579 20581 19134 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 172530706 937525248 10108 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20581/tid=20589] ppid=20579 vsize=915552 CPUtime=0
/proc/20581/task/20589/stat : 20589 (java) S 20579 20581 19134 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 172530706 937525248 10108 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 915552

[startup+12.7513 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 20589
/proc/meminfo: memFree=1735072/2055920 swapFree=4192812/4192956
[pid=20581] ppid=20579 vsize=915552 CPUtime=12.55
/proc/20581/stat : 20581 (java) R 20579 20581 19134 0 -1 0 10376 0 1 0 1247 8 0 0 25 0 8 0 172530692 937525248 10109 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073869541 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20581/statm: 228888 10109 2541 14 0 215358 0
[pid=20581/tid=20583] ppid=20579 vsize=915552 CPUtime=0.03
/proc/20581/task/20583/stat : 20583 (java) S 20579 20581 19134 0 -1 64 330 0 0 0 3 0 0 0 16 0 8 0 172530696 937525248 10109 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20581/tid=20584] ppid=20579 vsize=915552 CPUtime=0
/proc/20581/task/20584/stat : 20584 (java) S 20579 20581 19134 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 172530697 937525248 10109 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20581/tid=20585] ppid=20579 vsize=915552 CPUtime=0
/proc/20581/task/20585/stat : 20585 (java) S 20579 20581 19134 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 172530697 937525248 10109 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20581/tid=20586] ppid=20579 vsize=915552 CPUtime=0
/proc/20581/task/20586/stat : 20586 (java) S 20579 20581 19134 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 172530706 937525248 10109 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20581/tid=20587] ppid=20579 vsize=915552 CPUtime=0.24
/proc/20581/task/20587/stat : 20587 (java) S 20579 20581 19134 0 -1 64 396 0 0 0 23 1 0 0 16 0 8 0 172530706 937525248 10109 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20581/tid=20588] ppid=20579 vsize=915552 CPUtime=0
/proc/20581/task/20588/stat : 20588 (java) S 20579 20581 19134 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 172530706 937525248 10109 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20581/tid=20589] ppid=20579 vsize=915552 CPUtime=0
/proc/20581/task/20589/stat : 20589 (java) S 20579 20581 19134 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 172530706 937525248 10109 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 915552

[startup+25.6064 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 20589
/proc/meminfo: memFree=1734048/2055920 swapFree=4192812/4192956
[pid=20581] ppid=20579 vsize=915552 CPUtime=25.3
/proc/20581/stat : 20581 (java) R 20579 20581 19134 0 -1 0 10650 0 1 0 2521 9 0 0 25 0 8 0 172530692 937525248 10380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073479196 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20581/statm: 228888 10380 2543 14 0 215358 0
[pid=20581/tid=20583] ppid=20579 vsize=915552 CPUtime=0.03
/proc/20581/task/20583/stat : 20583 (java) S 20579 20581 19134 0 -1 64 330 0 0 0 3 0 0 0 16 0 8 0 172530696 937525248 10380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20581/tid=20584] ppid=20579 vsize=915552 CPUtime=0
/proc/20581/task/20584/stat : 20584 (java) S 20579 20581 19134 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 172530697 937525248 10380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20581/tid=20585] ppid=20579 vsize=915552 CPUtime=0
/proc/20581/task/20585/stat : 20585 (java) S 20579 20581 19134 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 172530697 937525248 10380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20581/tid=20586] ppid=20579 vsize=915552 CPUtime=0
/proc/20581/task/20586/stat : 20586 (java) S 20579 20581 19134 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 172530706 937525248 10380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20581/tid=20587] ppid=20579 vsize=915552 CPUtime=0.27
/proc/20581/task/20587/stat : 20587 (java) S 20579 20581 19134 0 -1 64 413 0 0 0 26 1 0 0 16 0 8 0 172530706 937525248 10380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20581/tid=20588] ppid=20579 vsize=915552 CPUtime=0
/proc/20581/task/20588/stat : 20588 (java) S 20579 20581 19134 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 172530706 937525248 10380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20581/tid=20589] ppid=20579 vsize=915552 CPUtime=0
/proc/20581/task/20589/stat : 20589 (java) S 20579 20581 19134 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 172530706 937525248 10380 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 915552

[startup+51.2166 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 20589
/proc/meminfo: memFree=1732896/2055920 swapFree=4192812/4192956
[pid=20581] ppid=20579 vsize=915552 CPUtime=50.67
/proc/20581/stat : 20581 (java) R 20579 20581 19134 0 -1 0 10919 0 1 0 5058 9 0 0 25 0 8 0 172530692 937525248 10645 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073902025 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20581/statm: 228888 10645 2543 14 0 215358 0
[pid=20581/tid=20583] ppid=20579 vsize=915552 CPUtime=0.03
/proc/20581/task/20583/stat : 20583 (java) S 20579 20581 19134 0 -1 64 330 0 0 0 3 0 0 0 16 0 8 0 172530696 937525248 10645 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20581/tid=20584] ppid=20579 vsize=915552 CPUtime=0
/proc/20581/task/20584/stat : 20584 (java) S 20579 20581 19134 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 172530697 937525248 10645 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20581/tid=20585] ppid=20579 vsize=915552 CPUtime=0
/proc/20581/task/20585/stat : 20585 (java) S 20579 20581 19134 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 172530697 937525248 10645 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20581/tid=20586] ppid=20579 vsize=915552 CPUtime=0
/proc/20581/task/20586/stat : 20586 (java) S 20579 20581 19134 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 172530706 937525248 10645 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20581/tid=20587] ppid=20579 vsize=915552 CPUtime=0.28
/proc/20581/task/20587/stat : 20587 (java) S 20579 20581 19134 0 -1 64 420 0 0 0 27 1 0 0 16 0 8 0 172530706 937525248 10645 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20581/tid=20588] ppid=20579 vsize=915552 CPUtime=0
/proc/20581/task/20588/stat : 20588 (java) S 20579 20581 19134 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 172530706 937525248 10645 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20581/tid=20589] ppid=20579 vsize=915552 CPUtime=0
/proc/20581/task/20589/stat : 20589 (java) S 20579 20581 19134 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 172530706 937525248 10645 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 915552

[startup+102.427 s]
/proc/loadavg: 2.06 2.02 2.00 3/96 20589
/proc/meminfo: memFree=1731680/2055920 swapFree=4192812/4192956
[pid=20581] ppid=20579 vsize=915552 CPUtime=101.43
/proc/20581/stat : 20581 (java) R 20579 20581 19134 0 -1 0 11222 0 1 0 10133 10 0 0 25 0 8 0 172530692 937525248 10947 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073898862 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20581/statm: 228888 10947 2543 14 0 215358 0
[pid=20581/tid=20583] ppid=20579 vsize=915552 CPUtime=0.03
/proc/20581/task/20583/stat : 20583 (java) S 20579 20581 19134 0 -1 64 330 0 0 0 3 0 0 0 16 0 8 0 172530696 937525248 10947 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20581/tid=20584] ppid=20579 vsize=915552 CPUtime=0
/proc/20581/task/20584/stat : 20584 (java) S 20579 20581 19134 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 172530697 937525248 10947 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20581/tid=20585] ppid=20579 vsize=915552 CPUtime=0
/proc/20581/task/20585/stat : 20585 (java) S 20579 20581 19134 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 172530697 937525248 10947 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20581/tid=20586] ppid=20579 vsize=915552 CPUtime=0
/proc/20581/task/20586/stat : 20586 (java) S 20579 20581 19134 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 172530706 937525248 10947 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20581/tid=20587] ppid=20579 vsize=915552 CPUtime=0.28
/proc/20581/task/20587/stat : 20587 (java) S 20579 20581 19134 0 -1 64 421 0 0 0 27 1 0 0 16 0 8 0 172530706 937525248 10947 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20581/tid=20588] ppid=20579 vsize=915552 CPUtime=0
/proc/20581/task/20588/stat : 20588 (java) S 20579 20581 19134 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 172530706 937525248 10947 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20581/tid=20589] ppid=20579 vsize=915552 CPUtime=0
/proc/20581/task/20589/stat : 20589 (java) S 20579 20581 19134 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 172530706 937525248 10947 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.43
Current children cumulated vsize (KiB) 915552

[startup+162.488 s]
/proc/loadavg: 2.02 2.01 2.00 3/96 20589
/proc/meminfo: memFree=1731552/2055920 swapFree=4192812/4192956
[pid=20581] ppid=20579 vsize=915552 CPUtime=160.96
/proc/20581/stat : 20581 (java) R 20579 20581 19134 0 -1 0 11231 0 1 0 16086 10 0 0 25 0 8 0 172530692 937525248 10956 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073880300 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1417.53
Current children cumulated vsize (KiB) 915552

[startup+1483.85 s]
/proc/loadavg: 2.00 2.00 2.00 3/101 20748
/proc/meminfo: memFree=1771496/2055920 swapFree=4192812/4192956
[pid=20581] ppid=20579 vsize=915552 CPUtime=1477.53
/proc/20581/stat : 20581 (java) R 20579 20581 19134 0 -1 0 12671 0 1 0 147735 18 0 0 25 0 8 0 172530692 937525248 12389 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073873525 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20581/statm: 228888 12389 2543 14 0 215358 0
[pid=20581/tid=20583] ppid=20579 vsize=915552 CPUtime=0.03
/proc/20581/task/20583/stat : 20583 (java) S 20579 20581 19134 0 -1 64 330 0 0 0 3 0 0 0 16 0 8 0 172530696 937525248 12389 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20581/tid=20584] ppid=20579 vsize=915552 CPUtime=0
/proc/20581/task/20584/stat : 20584 (java) S 20579 20581 19134 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 172530697 937525248 12389 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20581/tid=20585] ppid=20579 vsize=915552 CPUtime=0
/proc/20581/task/20585/stat : 20585 (java) S 20579 20581 19134 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 172530697 937525248 12389 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20581/tid=20586] ppid=20579 vsize=915552 CPUtime=0
/proc/20581/task/20586/stat : 20586 (java) S 20579 20581 19134 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 172530706 937525248 12389 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20581/tid=20587] ppid=20579 vsize=915552 CPUtime=0.3
/proc/20581/task/20587/stat : 20587 (java) S 20579 20581 19134 0 -1 64 428 0 0 0 29 1 0 0 16 0 8 0 172530706 937525248 12389 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20581/tid=20588] ppid=20579 vsize=915552 CPUtime=0
/proc/20581/task/20588/stat : 20588 (java) S 20579 20581 19134 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 172530706 937525248 12389 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20581/tid=20589] ppid=20579 vsize=915552 CPUtime=0
/proc/20581/task/20589/stat : 20589 (java) S 20579 20581 19134 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 172530706 937525248 12389 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1477.53
Current children cumulated vsize (KiB) 915552

[startup+1543.92 s]
/proc/loadavg: 2.00 2.00 2.00 3/101 20748
/proc/meminfo: memFree=1771432/2055920 swapFree=4192812/4192956
[pid=20581] ppid=20579 vsize=915552 CPUtime=1537.54
/proc/20581/stat : 20581 (java) R 20579 20581 19134 0 -1 0 12671 0 1 0 153736 18 0 0 25 0 8 0 172530692 937525248 12389 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073902080 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20581/statm: 228888 12389 2543 14 0 215358 0
[pid=20581/tid=20583] ppid=20579 vsize=915552 CPUtime=0.03
/proc/20581/task/20583/stat : 20583 (java) S 20579 20581 19134 0 -1 64 330 0 0 0 3 0 0 0 16 0 8 0 172530696 937525248 12389 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20581/tid=20584] ppid=20579 vsize=915552 CPUtime=0
/proc/20581/task/20584/stat : 20584 (java) S 20579 20581 19134 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 172530697 937525248 12389 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20581/tid=20585] ppid=20579 vsize=915552 CPUtime=0
/proc/20581/task/20585/stat : 20585 (java) S 20579 20581 19134 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 172530697 937525248 12389 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20581/tid=20586] ppid=20579 vsize=915552 CPUtime=0
/proc/20581/task/20586/stat : 20586 (java) S 20579 20581 19134 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 172530706 937525248 12389 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20581/tid=20587] ppid=20579 vsize=915552 CPUtime=0.3
/proc/20581/task/20587/stat : 20587 (java) S 20579 20581 19134 0 -1 64 428 0 0 0 29 1 0 0 16 0 8 0 172530706 937525248 12389 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20581/tid=20588] ppid=20579 vsize=915552 CPUtime=0
/proc/20581/task/20588/stat : 20588 (java) S 20579 20581 19134 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 172530706 937525248 12389 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20581/tid=20589] ppid=20579 vsize=915552 CPUtime=0
/proc/20581/task/20589/stat : 20589 (java) S 20579 20581 19134 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 172530706 937525248 12389 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1537.54
Current children cumulated vsize (KiB) 915552

[startup+1604 s]
/proc/loadavg: 2.00 2.00 2.00 3/101 20748
/proc/meminfo: memFree=1771368/2055920 swapFree=4192812/4192956
[pid=20581] ppid=20579 vsize=915552 CPUtime=1597.54
/proc/20581/stat : 20581 (java) R 20579 20581 19134 0 -1 0 12671 0 1 0 159736 18 0 0 25 0 8 0 172530692 937525248 12389 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073874951 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20581/statm: 228888 12389 2543 14 0 215358 0
[pid=20581/tid=20583] ppid=20579 vsize=915552 CPUtime=0.03
/proc/20581/task/20583/stat : 20583 (java) S 20579 20581 19134 0 -1 64 330 0 0 0 3 0 0 0 16 0 8 0 172530696 937525248 12389 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20581/tid=20584] ppid=20579 vsize=915552 CPUtime=0
/proc/20581/task/20584/stat : 20584 (java) S 20579 20581 19134 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 172530697 937525248 12389 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20581/tid=20585] ppid=20579 vsize=915552 CPUtime=0
/proc/20581/task/20585/stat : 20585 (java) S 20579 20581 19134 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 172530697 937525248 12389 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20581/tid=20586] ppid=20579 vsize=915552 CPUtime=0
/proc/20581/task/20586/stat : 20586 (java) S 20579 20581 19134 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 172530706 937525248 12389 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20581/tid=20587] ppid=20579 vsize=915552 CPUtime=0.3
/proc/20581/task/20587/stat : 20587 (java) S 20579 20581 19134 0 -1 64 428 0 0 0 29 1 0 0 16 0 8 0 172530706 937525248 12389 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20581/tid=20588] ppid=20579 vsize=915552 CPUtime=0
/proc/20581/task/20588/stat : 20588 (java) S 20579 20581 19134 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 172530706 937525248 12389 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20581/tid=20589] ppid=20579 vsize=915552 CPUtime=0
/proc/20581/task/20589/stat : 20589 (java) S 20579 20581 19134 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 172530706 937525248 12389 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1597.54
Current children cumulated vsize (KiB) 915552

[startup+1664.09 s]
/proc/loadavg: 2.00 2.00 2.00 3/101 20748
/proc/meminfo: memFree=1771304/2055920 swapFree=4192812/4192956
[pid=20581] ppid=20579 vsize=915552 CPUtime=1657.56
/proc/20581/stat : 20581 (java) R 20579 20581 19134 0 -1 0 12671 0 1 0 165738 18 0 0 25 0 8 0 172530692 937525248 12389 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073898811 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20581/statm: 228888 12389 2543 14 0 215358 0
[pid=20581/tid=20583] ppid=20579 vsize=915552 CPUtime=0.03
/proc/20581/task/20583/stat : 20583 (java) S 20579 20581 19134 0 -1 64 330 0 0 0 3 0 0 0 16 0 8 0 172530696 937525248 12389 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20581/tid=20584] ppid=20579 vsize=915552 CPUtime=0
/proc/20581/task/20584/stat : 20584 (java) S 20579 20581 19134 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 172530697 937525248 12389 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20581/tid=20585] ppid=20579 vsize=915552 CPUtime=0
/proc/20581/task/20585/stat : 20585 (java) S 20579 20581 19134 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 172530697 937525248 12389 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20581/tid=20586] ppid=20579 vsize=915552 CPUtime=0
/proc/20581/task/20586/stat : 20586 (java) S 20579 20581 19134 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 172530706 937525248 12389 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20581/tid=20587] ppid=20579 vsize=915552 CPUtime=0.3
/proc/20581/task/20587/stat : 20587 (java) S 20579 20581 19134 0 -1 64 428 0 0 0 29 1 0 0 16 0 8 0 172530706 937525248 12389 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20581/tid=20588] ppid=20579 vsize=915552 CPUtime=0
/proc/20581/task/20588/stat : 20588 (java) S 20579 20581 19134 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 172530706 937525248 12389 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20581/tid=20589] ppid=20579 vsize=915552 CPUtime=0
/proc/20581/task/20589/stat : 20589 (java) S 20579 20581 19134 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 172530706 937525248 12389 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1657.56
Current children cumulated vsize (KiB) 915552

[startup+1724.18 s]
/proc/loadavg: 2.00 2.00 2.00 3/101 20748
/proc/meminfo: memFree=1771176/2055920 swapFree=4192812/4192956
[pid=20581] ppid=20579 vsize=915552 CPUtime=1717.59
/proc/20581/stat : 20581 (java) R 20579 20581 19134 0 -1 0 12671 0 1 0 171741 18 0 0 25 0 8 0 172530692 937525248 12389 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073874852 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20581/statm: 228888 12389 2543 14 0 215358 0
[pid=20581/tid=20583] ppid=20579 vsize=915552 CPUtime=0.03
/proc/20581/task/20583/stat : 20583 (java) S 20579 20581 19134 0 -1 64 330 0 0 0 3 0 0 0 16 0 8 0 172530696 937525248 12389 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20581/tid=20584] ppid=20579 vsize=915552 CPUtime=0
/proc/20581/task/20584/stat : 20584 (java) S 20579 20581 19134 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 172530697 937525248 12389 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20581/tid=20585] ppid=20579 vsize=915552 CPUtime=0
/proc/20581/task/20585/stat : 20585 (java) S 20579 20581 19134 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 172530697 937525248 12389 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20581/tid=20586] ppid=20579 vsize=915552 CPUtime=0
/proc/20581/task/20586/stat : 20586 (java) S 20579 20581 19134 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 172530706 937525248 12389 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20581/tid=20587] ppid=20579 vsize=915552 CPUtime=0.3
/proc/20581/task/20587/stat : 20587 (java) S 20579 20581 19134 0 -1 64 428 0 0 0 29 1 0 0 16 0 8 0 172530706 937525248 12389 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20581/tid=20588] ppid=20579 vsize=915552 CPUtime=0
/proc/20581/task/20588/stat : 20588 (java) S 20579 20581 19134 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 172530706 937525248 12389 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20581/tid=20589] ppid=20579 vsize=915552 CPUtime=0
/proc/20581/task/20589/stat : 20589 (java) S 20579 20581 19134 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 172530706 937525248 12389 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1717.59
Current children cumulated vsize (KiB) 915552

[startup+1784.27 s]
/proc/loadavg: 2.00 2.00 2.00 4/101 20748
/proc/meminfo: memFree=1771048/2055920 swapFree=4192812/4192956
[pid=20581] ppid=20579 vsize=915552 CPUtime=1777.61
/proc/20581/stat : 20581 (java) R 20579 20581 19134 0 -1 0 12675 0 1 0 177742 19 0 0 25 0 8 0 172530692 937525248 12392 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073479196 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20581/statm: 228888 12392 2543 14 0 215358 0
[pid=20581/tid=20583] ppid=20579 vsize=915552 CPUtime=0.03
/proc/20581/task/20583/stat : 20583 (java) S 20579 20581 19134 0 -1 64 330 0 0 0 3 0 0 0 16 0 8 0 172530696 937525248 12392 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20581/tid=20584] ppid=20579 vsize=915552 CPUtime=0
/proc/20581/task/20584/stat : 20584 (java) S 20579 20581 19134 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 172530697 937525248 12392 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20581/tid=20585] ppid=20579 vsize=915552 CPUtime=0
/proc/20581/task/20585/stat : 20585 (java) S 20579 20581 19134 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 172530697 937525248 12392 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20581/tid=20586] ppid=20579 vsize=915552 CPUtime=0
/proc/20581/task/20586/stat : 20586 (java) S 20579 20581 19134 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 172530706 937525248 12392 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20581/tid=20587] ppid=20579 vsize=915552 CPUtime=0.3
/proc/20581/task/20587/stat : 20587 (java) S 20579 20581 19134 0 -1 64 428 0 0 0 29 1 0 0 16 0 8 0 172530706 937525248 12392 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20581/tid=20588] ppid=20579 vsize=915552 CPUtime=0
/proc/20581/task/20588/stat : 20588 (java) S 20579 20581 19134 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 172530706 937525248 12392 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20581/tid=20589] ppid=20579 vsize=915552 CPUtime=0
/proc/20581/task/20589/stat : 20589 (java) S 20579 20581 19134 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 172530706 937525248 12392 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1777.61
Current children cumulated vsize (KiB) 915552



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.71 s]
/proc/loadavg: 2.00 2.00 2.00 3/101 20748
/proc/meminfo: memFree=1771048/2055920 swapFree=4192812/4192956
[pid=20581] ppid=20579 vsize=915552 CPUtime=1800.03
/proc/20581/stat : 20581 (java) R 20579 20581 19134 0 -1 0 12675 0 1 0 179984 19 0 0 25 0 8 0 172530692 937525248 12392 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073904895 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20581/statm: 228888 12392 2543 14 0 215358 0
[pid=20581/tid=20583] ppid=20579 vsize=915552 CPUtime=0.03
/proc/20581/task/20583/stat : 20583 (java) S 20579 20581 19134 0 -1 64 330 0 0 0 3 0 0 0 16 0 8 0 172530696 937525248 12392 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20581/tid=20584] ppid=20579 vsize=915552 CPUtime=0
/proc/20581/task/20584/stat : 20584 (java) S 20579 20581 19134 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 172530697 937525248 12392 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20581/tid=20585] ppid=20579 vsize=915552 CPUtime=0
/proc/20581/task/20585/stat : 20585 (java) S 20579 20581 19134 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 172530697 937525248 12392 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20581/tid=20586] ppid=20579 vsize=915552 CPUtime=0
/proc/20581/task/20586/stat : 20586 (java) S 20579 20581 19134 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 172530706 937525248 12392 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20581/tid=20587] ppid=20579 vsize=915552 CPUtime=0.3
/proc/20581/task/20587/stat : 20587 (java) S 20579 20581 19134 0 -1 64 428 0 0 0 29 1 0 0 16 0 8 0 172530706 937525248 12392 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20581/tid=20588] ppid=20579 vsize=915552 CPUtime=0
/proc/20581/task/20588/stat : 20588 (java) S 20579 20581 19134 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 172530706 937525248 12392 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20581/tid=20589] ppid=20579 vsize=915552 CPUtime=0
/proc/20581/task/20589/stat : 20589 (java) S 20579 20581 19134 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 172530706 937525248 12392 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 915552

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

Child status: 143
Real time (s): 1806.74
CPU time (s): 1800.07
CPU user time (s): 1799.87
CPU system time (s): 0.197969
CPU usage (%): 99.6305
Max. virtual memory (cumulated for all children) (KiB): 915552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.87
system time used= 0.197969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12693
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= 37933
involuntary context switches= 74573

runsolver used 2.32864 s user time and 5.70713 s system time

The end

Launcher Data (download as text)

Begin job on node3 on Mon Jan  8 07:29:11 UTC 2007


IDJOB= 216409
IDBENCH= 5076
FILE ID= node3/216409-1168241351

PBS_JOBID= 3481271

Free space on /tmp= 66559 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/chnl/chnl-20-21.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/216409-1168241351/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node3/watcher-216409-1168241351 -o ROOT/results/node3/solver-216409-1168241351 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/216409-1168241351/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  22581d00fad9829aa974b0d157227271

RANDOM SEED= 626046017

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.279
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.279
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:       1766264 kB
Buffers:         19660 kB
Cached:          95668 kB
SwapCached:          0 kB
Active:         163056 kB
Inactive:        64856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1766264 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1728 kB
Writeback:           0 kB
Mapped:         132332 kB
Slab:            46516 kB
Committed_AS:  4715836 kB
PageTables:       2184 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= 66560 MiB



End job on node3 on Mon Jan  8 07:59:17 UTC 2007