Trace number 210444

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.13 1815.21

General information on the benchmark

NamepseudoSeries/fpga/
fpga-15-14.xml
MD5SUMee665a7e462b3a6760938d38b440caac
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.14
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables315
Number of constraints253
Maximum constraint arity15
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension253
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/210444-1168075072/unknown.xml
0.36	   
0.36	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.42	     nbVariables=315  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2
0.42	       =>  wckTime=0.116  cpuTime=0.1  mem=6M951
0.42	   
0.42	   predicates being loaded...
0.43	   
0.43	   constraints being loaded...
0.69	     nbConstraints=253  nbConflictsStructures=5  nbSharedConflictsStructures=248  nbSharedBinaryRepresentations=0
0.69	     nbEvaluationManagers=5  nbSharedEvaluationManagers=248  maxDegree=15  maxArity=15
0.69	       =>  wckTime=0.39  cpuTime=0.29  mem=13M778
0.73	   
0.73	   solver IterativeSystematicSolver being built... 
0.93	       =>  wckTime=0.631  cpuTime=0.45  mem=19M963
0.94	   
0.94	   preprocessing
0.94	     nbConstraintChecks=0  nbPropagations=315  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.94	     detectedInconsistency=no
0.95	       =>  wckTime=0.011  cpuTime=0.01  mem=19M963
1.10	   
1.10	   search
1.10	     run=0  nbConstraintChecks=18020  nbValidityChecks=339  nbPropagations=634  nbRevisions=593  nbUselessRevisions=265
1.10	     nbAssignments=275  nbFailedAssignments=1  nbBacktracks=177  nbVisitedNodes=278  nbRestartNogoods=0  mapSize=1
1.10	     nbInferences=0  nbTooLargeKeys=0
1.10	       =>  wckTime=0.168  cpuTime=0.15  mem=19M963
1.27	   
1.27	   search
1.27	     run=1  nbConstraintChecks=64606  nbValidityChecks=934  nbPropagations=1644  nbRevisions=1894
1.27	     nbUselessRevisions=837  nbAssignments=566  nbFailedAssignments=3  nbBacktracks=205  nbVisitedNodes=573
1.27	     nbRestartNogoods=1  mapSize=4  nbInferences=0  nbTooLargeKeys=0
1.27	       =>  wckTime=0.339  cpuTime=0.31  mem=20M938
1.37	   
1.37	   search
1.37	     run=2  nbConstraintChecks=94813  nbValidityChecks=1686  nbPropagations=3002  nbRevisions=4064
1.37	     nbUselessRevisions=1914  nbAssignments=704  nbFailedAssignments=4  nbBacktracks=244  nbVisitedNodes=714
1.37	     nbRestartNogoods=2  mapSize=6  nbInferences=0  nbTooLargeKeys=0
1.37	       =>  wckTime=0.436  cpuTime=0.4  mem=20M938
1.51	   
1.51	   search
1.51	     run=3  nbConstraintChecks=153739  nbValidityChecks=2843  nbPropagations=4768  nbRevisions=7424
1.51	     nbUselessRevisions=3739  nbAssignments=853  nbFailedAssignments=6  nbBacktracks=291  nbVisitedNodes=869
1.51	     nbRestartNogoods=3  mapSize=11  nbInferences=1  nbTooLargeKeys=0
1.51	       =>  wckTime=0.573  cpuTime=0.53  mem=20M938
1.64	   
1.64	   search
1.64	     run=4  nbConstraintChecks=212649  nbValidityChecks=3972  nbPropagations=6942  nbRevisions=11929
1.64	     nbUselessRevisions=6268  nbAssignments=1015  nbFailedAssignments=8  nbBacktracks=350  nbVisitedNodes=1037
1.64	     nbRestartNogoods=4  mapSize=16  nbInferences=2  nbTooLargeKeys=0
1.64	       =>  wckTime=0.711  cpuTime=0.67  mem=20M938
1.87	   
1.87	   search
1.87	     run=5  nbConstraintChecks=308522  nbValidityChecks=5440  nbPropagations=9629  nbRevisions=17869
1.87	     nbUselessRevisions=9670  nbAssignments=1262  nbFailedAssignments=11  nbBacktracks=435  nbVisitedNodes=1293
1.87	     nbRestartNogoods=5  mapSize=23  nbInferences=4  nbTooLargeKeys=0
1.87	       =>  wckTime=0.935  cpuTime=0.88  mem=20M938
2.10	   
2.10	   search
2.10	     run=6  nbConstraintChecks=396208  nbValidityChecks=6769  nbPropagations=12815  nbRevisions=25086
2.10	     nbUselessRevisions=13789  nbAssignments=1533  nbFailedAssignments=14  nbBacktracks=599  nbVisitedNodes=1573
2.10	     nbRestartNogoods=7  mapSize=30  nbInferences=5  nbTooLargeKeys=0
2.10	       =>  wckTime=1.164  cpuTime=1.1  mem=20M938
2.39	   
2.39	   search
2.39	     run=7  nbConstraintChecks=505458  nbValidityChecks=9963  nbPropagations=17143  nbRevisions=35104
2.39	     nbUselessRevisions=19549  nbAssignments=1892  nbFailedAssignments=18  nbBacktracks=812  nbVisitedNodes=1954
2.39	     nbRestartNogoods=9  mapSize=48  nbInferences=18  nbTooLargeKeys=0
2.39	       =>  wckTime=1.454  cpuTime=1.39  mem=20M938
2.85	   
2.85	   search
2.85	     run=8  nbConstraintChecks=739380  nbValidityChecks=13039  nbPropagations=22262  nbRevisions=47620
2.85	     nbUselessRevisions=26862  nbAssignments=2282  nbFailedAssignments=32  nbBacktracks=1071  nbVisitedNodes=2372
2.85	     nbRestartNogoods=13  mapSize=75  nbInferences=18  nbTooLargeKeys=0
2.85	       =>  wckTime=1.915  cpuTime=1.84  mem=20M938
3.80	   
3.80	   search
3.80	     run=9  nbConstraintChecks=1273352  nbValidityChecks=22589  nbPropagations=29921  nbRevisions=68554
3.80	     nbUselessRevisions=39272  nbAssignments=2887  nbFailedAssignments=72  nbBacktracks=1517  nbVisitedNodes=3076
3.80	     nbRestartNogoods=14  mapSize=173  nbInferences=20  nbTooLargeKeys=0
3.80	       =>  wckTime=2.87  cpuTime=2.78  mem=21M914
4.38	   
4.38	   search
4.39	     run=10  nbConstraintChecks=1524670  nbValidityChecks=29916  nbPropagations=40061  nbRevisions=96490
4.39	     nbUselessRevisions=55727  nbAssignments=3747  nbFailedAssignments=97  nbBacktracks=2139  nbVisitedNodes=4003
4.39	     nbRestartNogoods=15  mapSize=239  nbInferences=35  nbTooLargeKeys=0
4.39	       =>  wckTime=3.452  cpuTime=3.35  mem=21M914
5.20	   
5.20	   search
5.20	     run=11  nbConstraintChecks=1901708  nbValidityChecks=43825  nbPropagations=54474  nbRevisions=134258
5.20	     nbUselessRevisions=76717  nbAssignments=4960  nbFailedAssignments=162  nbBacktracks=3009  nbVisitedNodes=5411
5.20	     nbRestartNogoods=16  mapSize=430  nbInferences=65  nbTooLargeKeys=0
5.20	       =>  wckTime=4.27  cpuTime=4.16  mem=22M889
10.24	   
10.24	   search
10.24	     run=12  nbConstraintChecks=5204713  nbValidityChecks=175147  nbPropagations=85407  nbRevisions=298271
10.24	     nbUselessRevisions=169829  nbAssignments=6505  nbFailedAssignments=246  nbBacktracks=4321  nbVisitedNodes=7671
10.24	     nbRestartNogoods=20  mapSize=1141  nbInferences=65  nbTooLargeKeys=0
10.24	       =>  wckTime=9.305  cpuTime=9.16  mem=23M864
11.73	   
11.73	   search
11.73	     run=13  nbConstraintChecks=5902071  nbValidityChecks=244418  nbPropagations=123515  nbRevisions=535877
11.73	     nbUselessRevisions=328617  nbAssignments=9017  nbFailedAssignments=530  nbBacktracks=6274  nbVisitedNodes=10731
11.73	     nbRestartNogoods=24  mapSize=1683  nbInferences=120  nbTooLargeKeys=0
11.73	       =>  wckTime=10.799  cpuTime=10.64  mem=24M839
19.13	   
19.13	   search
19.13	     run=14  nbConstraintChecks=10923826  nbValidityChecks=281564  nbPropagations=173416  nbRevisions=793240
19.13	     nbUselessRevisions=495128  nbAssignments=12265  nbFailedAssignments=764  nbBacktracks=9208  nbVisitedNodes=14523
19.13	     nbRestartNogoods=30  mapSize=2224  nbInferences=120  nbTooLargeKeys=0
19.13	       =>  wckTime=18.193  cpuTime=17.98  mem=25M814
20.75	   
20.75	   search
20.75	     run=15  nbConstraintChecks=11119725  nbValidityChecks=419568  nbPropagations=236095  nbRevisions=1209435
20.75	     nbUselessRevisions=807589  nbAssignments=17677  nbFailedAssignments=1431  nbBacktracks=13589  nbVisitedNodes=21104
20.75	     nbRestartNogoods=31  mapSize=3385  nbInferences=322  nbTooLargeKeys=0
20.75	       =>  wckTime=19.819  cpuTime=19.58  mem=28M740
31.99	   
31.99	   search
31.99	     run=16  nbConstraintChecks=18411915  nbValidityChecks=504900  nbPropagations=327035  nbRevisions=1672530
31.99	     nbUselessRevisions=1137246  nbAssignments=24887  nbFailedAssignments=1898  nbBacktracks=20159  nbVisitedNodes=29569
31.99	     nbRestartNogoods=39  mapSize=4637  nbInferences=322  nbTooLargeKeys=0
31.99	       =>  wckTime=31.061  cpuTime=30.71  mem=32M641
49.92	   
49.93	   search
49.93	     run=17  nbConstraintChecks=30187629  nbValidityChecks=604154  nbPropagations=450165  nbRevisions=2189684
49.93	     nbUselessRevisions=1486607  nbAssignments=35552  nbFailedAssignments=2507  nbBacktracks=30050  nbVisitedNodes=41660
49.93	     nbRestartNogoods=42  mapSize=6059  nbInferences=322  nbTooLargeKeys=0
49.93	       =>  wckTime=48.992  cpuTime=48.51  mem=38M492
70.54	   
70.54	   search
70.54	     run=18  nbConstraintChecks=43236166  nbValidityChecks=735704  nbPropagations=617330  nbRevisions=2779867
70.54	     nbUselessRevisions=1861850  nbAssignments=51366  nbFailedAssignments=3380  nbBacktracks=44849  nbVisitedNodes=59558
70.54	     nbRestartNogoods=46  mapSize=8139  nbInferences=322  nbTooLargeKeys=0
70.54	       =>  wckTime=69.605  cpuTime=68.93  mem=47M268
107.57	   
107.57	   search
107.57	     run=19  nbConstraintChecks=67200288  nbValidityChecks=1001232  nbPropagations=872074  nbRevisions=3516957
107.57	     nbUselessRevisions=2289431  nbAssignments=75300  nbFailedAssignments=4979  nbBacktracks=67042  nbVisitedNodes=87568
107.57	     nbRestartNogoods=50  mapSize=12211  nbInferences=322  nbTooLargeKeys=0
107.57	       =>  wckTime=106.639  cpuTime=105.64  mem=17M366
168.03	   
168.03	   search
168.03	     run=20  nbConstraintChecks=106837501  nbValidityChecks=1385051  nbPropagations=1255532  nbRevisions=4470791
168.03	     nbUselessRevisions=2793231  nbAssignments=110787  nbFailedAssignments=7068  nbBacktracks=100303
168.03	     nbVisitedNodes=128209  nbRestartNogoods=54  mapSize=17361  nbInferences=322  nbTooLargeKeys=0
168.03	       =>  wckTime=167.098  cpuTime=165.57  mem=35M271
253.24	   
253.24	   search
253.24	     run=21  nbConstraintChecks=162328091  nbValidityChecks=1999646  nbPropagations=1839073  nbRevisions=5771971
253.24	     nbUselessRevisions=3421263  nbAssignments=164345  nbFailedAssignments=10584  nbBacktracks=150183
253.24	     nbVisitedNodes=190685  nbRestartNogoods=58  mapSize=26274  nbInferences=322  nbTooLargeKeys=0
253.24	       =>  wckTime=252.306  cpuTime=250.04  mem=21M774
388.28	   
388.28	   search
388.28	     run=22  nbConstraintChecks=250354309  nbValidityChecks=2945187  nbPropagations=2733919  nbRevisions=7613865
388.28	     nbUselessRevisions=4246738  nbAssignments=244408  nbFailedAssignments=15677  nbBacktracks=225008
388.28	     nbVisitedNodes=283932  nbRestartNogoods=63  mapSize=39454  nbInferences=322  nbTooLargeKeys=0
388.28	       =>  wckTime=387.348  cpuTime=383.94  mem=61M839
575.86	   
575.86	   search
575.86	     run=23  nbConstraintChecks=371890165  nbValidityChecks=4560735  nbPropagations=4138936  nbRevisions=10378803
575.86	     nbUselessRevisions=5385506  nbAssignments=365117  nbFailedAssignments=23992  nbBacktracks=337247
575.86	     nbVisitedNodes=428002  nbRestartNogoods=67  mapSize=62810  nbInferences=322  nbTooLargeKeys=0
575.86	       =>  wckTime=574.927  cpuTime=569.87  mem=45M98
591.35	   
591.36	   INFO : Stopping hyperNogood (mapSize=64401, nbTooLargekeys=0, mem=51M192)
784.90	   
784.90	   search
784.90	     run=24  nbConstraintChecks=513814521  nbValidityChecks=7151404  nbPropagations=6366667  nbRevisions=14599964
784.90	     nbUselessRevisions=7020170  nbAssignments=543645  nbFailedAssignments=34033  nbBacktracks=505594
784.90	     nbVisitedNodes=641122  nbRestartNogoods=72
784.90	       =>  wckTime=783.964  cpuTime=777.16  mem=51M192
1076.69	   
1076.69	   search
1076.69	     run=25  nbConstraintChecks=712552030  nbValidityChecks=10377166  nbPropagations=9723371  nbRevisions=20642793
1076.69	     nbUselessRevisions=9257384  nbAssignments=815440  nbFailedAssignments=53169  nbBacktracks=758114
1076.69	     nbVisitedNodes=962510  nbRestartNogoods=76
1076.69	       =>  wckTime=1075.76  cpuTime=1066.53  mem=51M192
1729.73	   
1729.73	   search
1729.73	     run=26  nbConstraintChecks=1166247324  nbValidityChecks=16158560  nbPropagations=14916002  nbRevisions=29913873
1729.73	     nbUselessRevisions=12629144  nbAssignments=1216552  nbFailedAssignments=75372  nbBacktracks=1136907
1729.73	     nbVisitedNodes=1440067  nbRestartNogoods=81
1729.73	       =>  wckTime=1728.795  cpuTime=1714.15  mem=51M192

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/node19/watcher-210444-1168075072 -o ROOT/results/node19/solver-210444-1168075072 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/210444-1168075072/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.13 1.65 1.84 5/93 23203
/proc/meminfo: memFree=1231400/2055920 swapFree=4171232/4192956
[pid=23202] ppid=23200 vsize=18540 CPUtime=0
/proc/23202/stat : 23202 (runsolver) R 23200 23202 23093 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 155902000 18984960 279 18446744073709551615 4194304 4267372 548682068944 18446744073709551615 255236566311 0 0 4096 24578 0 0 0 17 1 0 0
/proc/23202/statm: 4635 279 244 17 0 2626 0

[startup+0.102908 s]
/proc/loadavg: 1.13 1.65 1.84 5/93 23203
/proc/meminfo: memFree=1231400/2055920 swapFree=4171232/4192956
[pid=23202] ppid=23200 vsize=914988 CPUtime=0.08
/proc/23202/stat : 23202 (java) R 23200 23202 23093 0 -1 0 3021 0 1 0 7 1 0 0 22 0 8 0 155902000 936947712 2767 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153801409 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23202/statm: 228747 2767 1435 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.511983 s]
/proc/loadavg: 1.13 1.65 1.84 5/93 23203
/proc/meminfo: memFree=1231400/2055920 swapFree=4171232/4192956
[pid=23202] ppid=23200 vsize=915328 CPUtime=0.48
/proc/23202/stat : 23202 (java) R 23200 23202 23093 0 -1 0 6960 0 1 0 43 5 0 0 25 0 8 0 155902000 937295872 6699 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23202/statm: 228832 6699 2144 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33914 s]
/proc/loadavg: 1.13 1.65 1.84 3/100 23210
/proc/meminfo: memFree=1201776/2055920 swapFree=4171232/4192956
[pid=23202] ppid=23200 vsize=915552 CPUtime=1.29
/proc/23202/stat : 23202 (java) R 23200 23202 23093 0 -1 0 10046 0 1 0 121 8 0 0 25 0 8 0 155902000 937525248 9783 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073886699 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23202/statm: 228888 9783 2533 14 0 215358 0
[pid=23202/tid=23204] ppid=23200 vsize=915552 CPUtime=0.03
/proc/23202/task/23204/stat : 23204 (java) S 23200 23202 23093 0 -1 64 293 0 0 0 3 0 0 0 16 0 8 0 155902004 937525248 9783 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23205] ppid=23200 vsize=915552 CPUtime=0
/proc/23202/task/23205/stat : 23205 (java) S 23200 23202 23093 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155902004 937525248 9783 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23206] ppid=23200 vsize=915552 CPUtime=0
/proc/23202/task/23206/stat : 23206 (java) S 23200 23202 23093 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155902004 937525248 9783 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23207] ppid=23200 vsize=915552 CPUtime=0
/proc/23202/task/23207/stat : 23207 (java) S 23200 23202 23093 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155902007 937525248 9783 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23208] ppid=23200 vsize=915552 CPUtime=0.2
/proc/23202/task/23208/stat : 23208 (java) S 23200 23202 23093 0 -1 64 398 0 0 0 19 1 0 0 15 0 8 0 155902007 937525248 9783 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23209] ppid=23200 vsize=915552 CPUtime=0
/proc/23202/task/23209/stat : 23209 (java) S 23200 23202 23093 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155902007 937525248 9783 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23210] ppid=23200 vsize=915552 CPUtime=0
/proc/23202/task/23210/stat : 23210 (java) S 23200 23202 23093 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155902007 937525248 9783 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 915552

[startup+2.97645 s]
/proc/loadavg: 1.20 1.65 1.84 3/100 23210
/proc/meminfo: memFree=1200752/2055920 swapFree=4171232/4192956
[pid=23202] ppid=23200 vsize=915552 CPUtime=2.92
/proc/23202/stat : 23202 (java) R 23200 23202 23093 0 -1 0 10262 0 1 0 283 9 0 0 25 0 8 0 155902000 937525248 9998 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073698208 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23202/statm: 228888 9998 2533 14 0 215358 0
[pid=23202/tid=23204] ppid=23200 vsize=915552 CPUtime=0.03
/proc/23202/task/23204/stat : 23204 (java) S 23200 23202 23093 0 -1 64 293 0 0 0 3 0 0 0 17 0 8 0 155902004 937525248 9998 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23205] ppid=23200 vsize=915552 CPUtime=0
/proc/23202/task/23205/stat : 23205 (java) S 23200 23202 23093 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155902004 937525248 9998 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23206] ppid=23200 vsize=915552 CPUtime=0
/proc/23202/task/23206/stat : 23206 (java) S 23200 23202 23093 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155902004 937525248 9998 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23207] ppid=23200 vsize=915552 CPUtime=0
/proc/23202/task/23207/stat : 23207 (java) S 23200 23202 23093 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155902007 937525248 9998 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23208] ppid=23200 vsize=915552 CPUtime=0.23
/proc/23202/task/23208/stat : 23208 (java) S 23200 23202 23093 0 -1 64 413 0 0 0 22 1 0 0 15 0 8 0 155902007 937525248 9998 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23209] ppid=23200 vsize=915552 CPUtime=0
/proc/23202/task/23209/stat : 23209 (java) S 23200 23202 23093 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155902007 937525248 9998 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23210] ppid=23200 vsize=915552 CPUtime=0
/proc/23202/task/23210/stat : 23210 (java) S 23200 23202 23093 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155902007 937525248 9998 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 915552

[startup+6.27207 s]
/proc/loadavg: 1.20 1.65 1.84 3/100 23210
/proc/meminfo: memFree=1197552/2055920 swapFree=4171232/4192956
[pid=23202] ppid=23200 vsize=915552 CPUtime=6.19
/proc/23202/stat : 23202 (java) R 23200 23202 23093 0 -1 0 10687 0 1 0 610 9 0 0 25 0 8 0 155902000 937525248 10422 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073694112 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23202/statm: 228888 10422 2533 14 0 215358 0
[pid=23202/tid=23204] ppid=23200 vsize=915552 CPUtime=0.03
/proc/23202/task/23204/stat : 23204 (java) S 23200 23202 23093 0 -1 64 293 0 0 0 3 0 0 0 17 0 8 0 155902004 937525248 10422 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23205] ppid=23200 vsize=915552 CPUtime=0
/proc/23202/task/23205/stat : 23205 (java) S 23200 23202 23093 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155902004 937525248 10422 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23206] ppid=23200 vsize=915552 CPUtime=0
/proc/23202/task/23206/stat : 23206 (java) S 23200 23202 23093 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155902004 937525248 10422 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23207] ppid=23200 vsize=915552 CPUtime=0
/proc/23202/task/23207/stat : 23207 (java) S 23200 23202 23093 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155902007 937525248 10422 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23208] ppid=23200 vsize=915552 CPUtime=0.24
/proc/23202/task/23208/stat : 23208 (java) S 23200 23202 23093 0 -1 64 422 0 0 0 23 1 0 0 16 0 8 0 155902007 937525248 10422 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23209] ppid=23200 vsize=915552 CPUtime=0
/proc/23202/task/23209/stat : 23209 (java) S 23200 23202 23093 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155902007 937525248 10422 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23210] ppid=23200 vsize=915552 CPUtime=0
/proc/23202/task/23210/stat : 23210 (java) S 23200 23202 23093 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155902007 937525248 10422 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 915552

[startup+12.7443 s]
/proc/loadavg: 1.32 1.66 1.84 3/100 23210
/proc/meminfo: memFree=1192624/2055920 swapFree=4171232/4192956
[pid=23202] ppid=23200 vsize=915552 CPUtime=12.61
/proc/23202/stat : 23202 (java) R 23200 23202 23093 0 -1 0 11176 0 1 0 1252 9 0 0 25 0 8 0 155902000 937525248 10909 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073698215 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23202/statm: 228888 10909 2533 14 0 215358 0
[pid=23202/tid=23204] ppid=23200 vsize=915552 CPUtime=0.03
/proc/23202/task/23204/stat : 23204 (java) S 23200 23202 23093 0 -1 64 293 0 0 0 3 0 0 0 17 0 8 0 155902004 937525248 10909 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23205] ppid=23200 vsize=915552 CPUtime=0
/proc/23202/task/23205/stat : 23205 (java) S 23200 23202 23093 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155902004 937525248 10909 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23206] ppid=23200 vsize=915552 CPUtime=0
/proc/23202/task/23206/stat : 23206 (java) S 23200 23202 23093 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155902004 937525248 10909 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23207] ppid=23200 vsize=915552 CPUtime=0
/proc/23202/task/23207/stat : 23207 (java) S 23200 23202 23093 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155902007 937525248 10909 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23208] ppid=23200 vsize=915552 CPUtime=0.25
/proc/23202/task/23208/stat : 23208 (java) S 23200 23202 23093 0 -1 64 422 0 0 0 24 1 0 0 16 0 8 0 155902007 937525248 10909 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23209] ppid=23200 vsize=915552 CPUtime=0
/proc/23202/task/23209/stat : 23209 (java) S 23200 23202 23093 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155902007 937525248 10909 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23210] ppid=23200 vsize=915552 CPUtime=0
/proc/23202/task/23210/stat : 23210 (java) S 23200 23202 23093 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155902007 937525248 10909 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 915552

[startup+25.5907 s]
/proc/loadavg: 1.43 1.67 1.85 3/100 23210
/proc/meminfo: memFree=1184240/2055920 swapFree=4171232/4192956
[pid=23202] ppid=23200 vsize=915552 CPUtime=25.33
/proc/23202/stat : 23202 (java) R 23200 23202 23093 0 -1 0 12505 0 1 0 2524 9 0 0 25 0 8 0 155902000 937525248 12238 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073903291 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23202/statm: 228888 12238 2533 14 0 215358 0
[pid=23202/tid=23204] ppid=23200 vsize=915552 CPUtime=0.03
/proc/23202/task/23204/stat : 23204 (java) S 23200 23202 23093 0 -1 64 293 0 0 0 3 0 0 0 16 0 8 0 155902004 937525248 12238 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23205] ppid=23200 vsize=915552 CPUtime=0
/proc/23202/task/23205/stat : 23205 (java) S 23200 23202 23093 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155902004 937525248 12238 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23206] ppid=23200 vsize=915552 CPUtime=0
/proc/23202/task/23206/stat : 23206 (java) S 23200 23202 23093 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155902004 937525248 12238 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23207] ppid=23200 vsize=915552 CPUtime=0
/proc/23202/task/23207/stat : 23207 (java) S 23200 23202 23093 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155902007 937525248 12238 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23208] ppid=23200 vsize=915552 CPUtime=0.25
/proc/23202/task/23208/stat : 23208 (java) S 23200 23202 23093 0 -1 64 424 0 0 0 24 1 0 0 15 0 8 0 155902007 937525248 12238 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23209] ppid=23200 vsize=915552 CPUtime=0
/proc/23202/task/23209/stat : 23209 (java) S 23200 23202 23093 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155902007 937525248 12238 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23210] ppid=23200 vsize=915552 CPUtime=0
/proc/23202/task/23210/stat : 23210 (java) S 23200 23202 23093 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155902007 937525248 12238 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 915552

[startup+51.1915 s]
/proc/loadavg: 1.62 1.70 1.85 3/100 23210
/proc/meminfo: memFree=1175472/2055920 swapFree=4171232/4192956
[pid=23202] ppid=23200 vsize=915552 CPUtime=50.73
/proc/23202/stat : 23202 (java) R 23200 23202 23093 0 -1 0 14638 0 1 0 5062 11 0 0 25 0 8 0 155902000 937525248 14371 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073479196 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23202/statm: 228888 14371 2533 14 0 215358 0
[pid=23202/tid=23204] ppid=23200 vsize=915552 CPUtime=0.03
/proc/23202/task/23204/stat : 23204 (java) S 23200 23202 23093 0 -1 64 293 0 0 0 3 0 0 0 16 0 8 0 155902004 937525248 14371 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23205] ppid=23200 vsize=915552 CPUtime=0
/proc/23202/task/23205/stat : 23205 (java) S 23200 23202 23093 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155902004 937525248 14371 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23206] ppid=23200 vsize=915552 CPUtime=0
/proc/23202/task/23206/stat : 23206 (java) S 23200 23202 23093 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155902004 937525248 14371 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23207] ppid=23200 vsize=915552 CPUtime=0
/proc/23202/task/23207/stat : 23207 (java) S 23200 23202 23093 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155902007 937525248 14371 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23208] ppid=23200 vsize=915552 CPUtime=0.25
/proc/23202/task/23208/stat : 23208 (java) S 23200 23202 23093 0 -1 64 424 0 0 0 24 1 0 0 15 0 8 0 155902007 937525248 14371 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23209] ppid=23200 vsize=915552 CPUtime=0
/proc/23202/task/23209/stat : 23209 (java) S 23200 23202 23093 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155902007 937525248 14371 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23210] ppid=23200 vsize=915552 CPUtime=0
/proc/23202/task/23210/stat : 23210 (java) S 23200 23202 23093 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155902007 937525248 14371 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 915552

[startup+102.485 s]
/proc/loadavg: 1.85 1.75 1.85 3/100 23212
/proc/meminfo: memFree=1158320/2055920 swapFree=4171232/4192956
[pid=23202] ppid=23200 vsize=915552 CPUtime=101.59
/proc/23202/stat : 23202 (java) R 23200 23202 23093 0 -1 0 18899 0 1 0 10147 12 0 0 25 0 8 0 155902000 937525248 18631 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073693991 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23202/statm: 228888 18631 2537 14 0 215358 0
[pid=23202/tid=23204] ppid=23200 vsize=915552 CPUtime=0.05
/proc/23202/task/23204/stat : 23204 (java) S 23200 23202 23093 0 -1 64 1836 0 0 0 5 0 0 0 16 0 8 0 155902004 937525248 18631 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23205] ppid=23200 vsize=915552 CPUtime=0
/proc/23202/task/23205/stat : 23205 (java) S 23200 23202 23093 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155902004 937525248 18631 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23206] ppid=23200 vsize=915552 CPUtime=0
/proc/23202/task/23206/stat : 23206 (java) S 23200 23202 23093 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155902004 937525248 18631 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23207] ppid=23200 vsize=915552 CPUtime=0
/proc/23202/task/23207/stat : 23207 (java) S 23200 23202 23093 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155902007 937525248 18631 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23208] ppid=23200 vsize=915552 CPUtime=0.25
/proc/23202/task/23208/stat : 23208 (java) S 23200 23202 23093 0 -1 64 424 0 0 0 24 1 0 0 16 0 8 0 155902007 937525248 18631 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23209] ppid=23200 vsize=915552 CPUtime=0
/proc/23202/task/23209/stat : 23209 (java) S 23200 23202 23093 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155902007 937525248 18631 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23210] ppid=23200 vsize=915552 CPUtime=0
/proc/23202/task/23210/stat : 23210 (java) S 23200 23202 23093 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155902007 937525248 18631 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.59
Current children cumulated vsize (KiB) 915552

[startup+162.507 s]
/proc/loadavg: 1.94 1.79 1.86 3/100 23212
/proc/meminfo: memFree=1158256/2055920 swapFree=4171232/4192956
[pid=23202] ppid=23200 vsize=915552 CPUtime=161.11
/proc/23202/stat : 23202 (java) R 23200 23202 23093 0 -1 0 18899 0 1 0 16098 13 0 0 25 0 8 0 155902000 937525248 18631 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073748048 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

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

[startup+1483.05 s]
/proc/loadavg: 2.00 1.99 1.91 3/100 23212
/proc/meminfo: memFree=1125112/2055920 swapFree=4171232/4192956
[pid=23202] ppid=23200 vsize=915552 CPUtime=1470.67
/proc/23202/stat : 23202 (java) R 23200 23202 23093 0 -1 0 27119 0 1 0 147048 19 0 0 25 0 8 0 155902000 937525248 26847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073693321 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23202/statm: 228888 26847 2537 14 0 215358 0
[pid=23202/tid=23204] ppid=23200 vsize=915552 CPUtime=0.2
/proc/23202/task/23204/stat : 23204 (java) S 23200 23202 23093 0 -1 64 10051 0 0 0 17 3 0 0 16 0 8 0 155902004 937525248 26847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23205] ppid=23200 vsize=915552 CPUtime=0
/proc/23202/task/23205/stat : 23205 (java) S 23200 23202 23093 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155902004 937525248 26847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23206] ppid=23200 vsize=915552 CPUtime=0
/proc/23202/task/23206/stat : 23206 (java) S 23200 23202 23093 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155902004 937525248 26847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23207] ppid=23200 vsize=915552 CPUtime=0
/proc/23202/task/23207/stat : 23207 (java) S 23200 23202 23093 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155902007 937525248 26847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23208] ppid=23200 vsize=915552 CPUtime=0.25
/proc/23202/task/23208/stat : 23208 (java) S 23200 23202 23093 0 -1 64 425 0 0 0 24 1 0 0 16 0 8 0 155902007 937525248 26847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23209] ppid=23200 vsize=915552 CPUtime=0
/proc/23202/task/23209/stat : 23209 (java) S 23200 23202 23093 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155902007 937525248 26847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23210] ppid=23200 vsize=915552 CPUtime=0
/proc/23202/task/23210/stat : 23210 (java) S 23200 23202 23093 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155902007 937525248 26847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1470.67
Current children cumulated vsize (KiB) 915552

[startup+1543.07 s]
/proc/loadavg: 2.00 1.99 1.91 3/100 23212
/proc/meminfo: memFree=1125048/2055920 swapFree=4171232/4192956
[pid=23202] ppid=23200 vsize=915552 CPUtime=1530.18
/proc/23202/stat : 23202 (java) R 23200 23202 23093 0 -1 0 27119 0 1 0 152999 19 0 0 25 0 8 0 155902000 937525248 26847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073689013 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23202/statm: 228888 26847 2537 14 0 215358 0
[pid=23202/tid=23204] ppid=23200 vsize=915552 CPUtime=0.2
/proc/23202/task/23204/stat : 23204 (java) S 23200 23202 23093 0 -1 64 10051 0 0 0 17 3 0 0 16 0 8 0 155902004 937525248 26847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23205] ppid=23200 vsize=915552 CPUtime=0
/proc/23202/task/23205/stat : 23205 (java) S 23200 23202 23093 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155902004 937525248 26847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23206] ppid=23200 vsize=915552 CPUtime=0
/proc/23202/task/23206/stat : 23206 (java) S 23200 23202 23093 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155902004 937525248 26847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23207] ppid=23200 vsize=915552 CPUtime=0
/proc/23202/task/23207/stat : 23207 (java) S 23200 23202 23093 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155902007 937525248 26847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23208] ppid=23200 vsize=915552 CPUtime=0.25
/proc/23202/task/23208/stat : 23208 (java) S 23200 23202 23093 0 -1 64 425 0 0 0 24 1 0 0 16 0 8 0 155902007 937525248 26847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23209] ppid=23200 vsize=915552 CPUtime=0
/proc/23202/task/23209/stat : 23209 (java) S 23200 23202 23093 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155902007 937525248 26847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23210] ppid=23200 vsize=915552 CPUtime=0
/proc/23202/task/23210/stat : 23210 (java) S 23200 23202 23093 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155902007 937525248 26847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1530.18
Current children cumulated vsize (KiB) 915552

[startup+1603.09 s]
/proc/loadavg: 2.00 1.99 1.91 3/100 23212
/proc/meminfo: memFree=1125112/2055920 swapFree=4171232/4192956
[pid=23202] ppid=23200 vsize=915552 CPUtime=1589.69
/proc/23202/stat : 23202 (java) R 23200 23202 23093 0 -1 0 27119 0 1 0 158950 19 0 0 25 0 8 0 155902000 937525248 26847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073747977 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23202/statm: 228888 26847 2537 14 0 215358 0
[pid=23202/tid=23204] ppid=23200 vsize=915552 CPUtime=0.2
/proc/23202/task/23204/stat : 23204 (java) S 23200 23202 23093 0 -1 64 10051 0 0 0 17 3 0 0 16 0 8 0 155902004 937525248 26847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23205] ppid=23200 vsize=915552 CPUtime=0
/proc/23202/task/23205/stat : 23205 (java) S 23200 23202 23093 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155902004 937525248 26847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23206] ppid=23200 vsize=915552 CPUtime=0
/proc/23202/task/23206/stat : 23206 (java) S 23200 23202 23093 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155902004 937525248 26847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23207] ppid=23200 vsize=915552 CPUtime=0
/proc/23202/task/23207/stat : 23207 (java) S 23200 23202 23093 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155902007 937525248 26847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23208] ppid=23200 vsize=915552 CPUtime=0.25
/proc/23202/task/23208/stat : 23208 (java) S 23200 23202 23093 0 -1 64 425 0 0 0 24 1 0 0 16 0 8 0 155902007 937525248 26847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23209] ppid=23200 vsize=915552 CPUtime=0
/proc/23202/task/23209/stat : 23209 (java) S 23200 23202 23093 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155902007 937525248 26847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23210] ppid=23200 vsize=915552 CPUtime=0
/proc/23202/task/23210/stat : 23210 (java) S 23200 23202 23093 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155902007 937525248 26847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1589.69
Current children cumulated vsize (KiB) 915552

[startup+1663.12 s]
/proc/loadavg: 2.00 1.99 1.91 3/100 23212
/proc/meminfo: memFree=1125048/2055920 swapFree=4171232/4192956
[pid=23202] ppid=23200 vsize=915552 CPUtime=1649.23
/proc/23202/stat : 23202 (java) R 23200 23202 23093 0 -1 0 27119 0 1 0 164903 20 0 0 25 0 8 0 155902000 937525248 26847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073479196 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23202/statm: 228888 26847 2537 14 0 215358 0
[pid=23202/tid=23204] ppid=23200 vsize=915552 CPUtime=0.2
/proc/23202/task/23204/stat : 23204 (java) S 23200 23202 23093 0 -1 64 10051 0 0 0 17 3 0 0 16 0 8 0 155902004 937525248 26847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23205] ppid=23200 vsize=915552 CPUtime=0
/proc/23202/task/23205/stat : 23205 (java) S 23200 23202 23093 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155902004 937525248 26847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23206] ppid=23200 vsize=915552 CPUtime=0
/proc/23202/task/23206/stat : 23206 (java) S 23200 23202 23093 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155902004 937525248 26847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23207] ppid=23200 vsize=915552 CPUtime=0
/proc/23202/task/23207/stat : 23207 (java) S 23200 23202 23093 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155902007 937525248 26847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23208] ppid=23200 vsize=915552 CPUtime=0.25
/proc/23202/task/23208/stat : 23208 (java) S 23200 23202 23093 0 -1 64 425 0 0 0 24 1 0 0 16 0 8 0 155902007 937525248 26847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23209] ppid=23200 vsize=915552 CPUtime=0
/proc/23202/task/23209/stat : 23209 (java) S 23200 23202 23093 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155902007 937525248 26847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23210] ppid=23200 vsize=915552 CPUtime=0
/proc/23202/task/23210/stat : 23210 (java) S 23200 23202 23093 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155902007 937525248 26847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1649.23
Current children cumulated vsize (KiB) 915552

[startup+1723.15 s]
/proc/loadavg: 2.00 1.99 1.91 3/100 23212
/proc/meminfo: memFree=1125112/2055920 swapFree=4171232/4192956
[pid=23202] ppid=23200 vsize=915552 CPUtime=1708.77
/proc/23202/stat : 23202 (java) R 23200 23202 23093 0 -1 0 27119 0 1 0 170857 20 0 0 25 0 8 0 155902000 937525248 26847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073693280 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23202/statm: 228888 26847 2537 14 0 215358 0
[pid=23202/tid=23204] ppid=23200 vsize=915552 CPUtime=0.2
/proc/23202/task/23204/stat : 23204 (java) S 23200 23202 23093 0 -1 64 10051 0 0 0 17 3 0 0 16 0 8 0 155902004 937525248 26847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23205] ppid=23200 vsize=915552 CPUtime=0
/proc/23202/task/23205/stat : 23205 (java) S 23200 23202 23093 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155902004 937525248 26847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23206] ppid=23200 vsize=915552 CPUtime=0
/proc/23202/task/23206/stat : 23206 (java) S 23200 23202 23093 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155902004 937525248 26847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23207] ppid=23200 vsize=915552 CPUtime=0
/proc/23202/task/23207/stat : 23207 (java) S 23200 23202 23093 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155902007 937525248 26847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23208] ppid=23200 vsize=915552 CPUtime=0.25
/proc/23202/task/23208/stat : 23208 (java) S 23200 23202 23093 0 -1 64 425 0 0 0 24 1 0 0 16 0 8 0 155902007 937525248 26847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23209] ppid=23200 vsize=915552 CPUtime=0
/proc/23202/task/23209/stat : 23209 (java) S 23200 23202 23093 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155902007 937525248 26847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23210] ppid=23200 vsize=915552 CPUtime=0
/proc/23202/task/23210/stat : 23210 (java) S 23200 23202 23093 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155902007 937525248 26847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1708.77
Current children cumulated vsize (KiB) 915552

[startup+1783.17 s]
/proc/loadavg: 2.00 1.99 1.91 3/100 23212
/proc/meminfo: memFree=1125112/2055920 swapFree=4171232/4192956
[pid=23202] ppid=23200 vsize=915552 CPUtime=1768.27
/proc/23202/stat : 23202 (java) R 23200 23202 23093 0 -1 0 27119 0 1 0 176807 20 0 0 25 0 8 0 155902000 937525248 26847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073693381 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23202/statm: 228888 26847 2537 14 0 215358 0
[pid=23202/tid=23204] ppid=23200 vsize=915552 CPUtime=0.2
/proc/23202/task/23204/stat : 23204 (java) S 23200 23202 23093 0 -1 64 10051 0 0 0 17 3 0 0 16 0 8 0 155902004 937525248 26847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23205] ppid=23200 vsize=915552 CPUtime=0
/proc/23202/task/23205/stat : 23205 (java) S 23200 23202 23093 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155902004 937525248 26847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23206] ppid=23200 vsize=915552 CPUtime=0
/proc/23202/task/23206/stat : 23206 (java) S 23200 23202 23093 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155902004 937525248 26847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23207] ppid=23200 vsize=915552 CPUtime=0
/proc/23202/task/23207/stat : 23207 (java) S 23200 23202 23093 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155902007 937525248 26847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23208] ppid=23200 vsize=915552 CPUtime=0.25
/proc/23202/task/23208/stat : 23208 (java) S 23200 23202 23093 0 -1 64 425 0 0 0 24 1 0 0 16 0 8 0 155902007 937525248 26847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23209] ppid=23200 vsize=915552 CPUtime=0
/proc/23202/task/23209/stat : 23209 (java) S 23200 23202 23093 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155902007 937525248 26847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23210] ppid=23200 vsize=915552 CPUtime=0
/proc/23202/task/23210/stat : 23210 (java) S 23200 23202 23093 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155902007 937525248 26847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1768.27
Current children cumulated vsize (KiB) 915552



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.16 s]
/proc/loadavg: 1.94 1.97 1.91 3/100 23270
/proc/meminfo: memFree=1016232/2055920 swapFree=4171232/4192956
[pid=23202] ppid=23200 vsize=915552 CPUtime=1800.07
/proc/23202/stat : 23202 (java) R 23200 23202 23093 0 -1 0 27119 0 1 0 179986 21 0 0 25 0 8 0 155902000 937525248 26847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073690439 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23202/statm: 228888 26847 2537 14 0 215358 0
[pid=23202/tid=23204] ppid=23200 vsize=915552 CPUtime=0.2
/proc/23202/task/23204/stat : 23204 (java) S 23200 23202 23093 0 -1 64 10051 0 0 0 17 3 0 0 16 0 8 0 155902004 937525248 26847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23205] ppid=23200 vsize=915552 CPUtime=0
/proc/23202/task/23205/stat : 23205 (java) S 23200 23202 23093 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155902004 937525248 26847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23206] ppid=23200 vsize=915552 CPUtime=0
/proc/23202/task/23206/stat : 23206 (java) S 23200 23202 23093 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155902004 937525248 26847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23207] ppid=23200 vsize=915552 CPUtime=0
/proc/23202/task/23207/stat : 23207 (java) S 23200 23202 23093 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155902007 937525248 26847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23208] ppid=23200 vsize=915552 CPUtime=0.25
/proc/23202/task/23208/stat : 23208 (java) S 23200 23202 23093 0 -1 64 425 0 0 0 24 1 0 0 16 0 8 0 155902007 937525248 26847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23209] ppid=23200 vsize=915552 CPUtime=0
/proc/23202/task/23209/stat : 23209 (java) S 23200 23202 23093 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155902007 937525248 26847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23202/tid=23210] ppid=23200 vsize=915552 CPUtime=0
/proc/23202/task/23210/stat : 23210 (java) S 23200 23202 23093 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155902007 937525248 26847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 915552

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

Child status: 143
Real time (s): 1815.21
CPU time (s): 1800.13
CPU user time (s): 1799.9
CPU system time (s): 0.230964
CPU usage (%): 99.1688
Max. virtual memory (cumulated for all children) (KiB): 915552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.9
system time used= 0.230964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27136
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= 38066
involuntary context switches= 93320

runsolver used 1.83372 s user time and 4.74328 s system time

The end

Launcher Data (download as text)

Begin job on node19 on Sat Jan  6 09:17:54 UTC 2007


IDJOB= 210444
IDBENCH= 4620
FILE ID= node19/210444-1168075072

PBS_JOBID= 3475796

Free space on /tmp= 66310 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/fpga/fpga-15-14.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/210444-1168075072/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node19/watcher-210444-1168075072 -o ROOT/results/node19/solver-210444-1168075072 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/210444-1168075072/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  ee665a7e462b3a6760938d38b440caac

RANDOM SEED= 489328413

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.260
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.260
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:       1231944 kB
Buffers:         70272 kB
Cached:         587044 kB
SwapCached:      10036 kB
Active:         317360 kB
Inactive:       405900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1231944 kB
SwapTotal:     4192956 kB
SwapFree:      4171232 kB
Dirty:            3552 kB
Writeback:           0 kB
Mapped:          85252 kB
Slab:            85308 kB
Committed_AS:  4392524 kB
PageTables:       2496 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= 66309 MiB



End job on node19 on Sat Jan  6 09:48:09 UTC 2007