Trace number 275718

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
AbsconMax 109 PFCMSAT (TO) 2400.07 2410.84

General information on the benchmark

NameschurrLemma/
lemma-20-9-mod.xml
MD5SUM7add833502390878635fd0edd68b9d5e
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of satisfied constraints83
Best CPU time to get the best result obtained on this benchmark2400.07
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables20
Number of constraints90
Maximum constraint arity3
Maximum domain size9
Number of constraints which are defined in extension0
Number of constraints which are defined in intension90
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.30	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.31	   configuration
0.31	     name=pfc.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/275718-1169225845/unknown.xml
0.37	   
0.37	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.41	     nbVariables=20  nbDomainTypes=1  minDomainSize=9  maxDomainSize=9
0.41	       =>  wckTime=0.099  cpuTime=0.08  mem=6M910
0.41	   
0.41	   predicates being loaded...
0.41	   
0.41	   constraints being loaded...
0.51	     nbConstraints=90  nbConflictsStructures=1  nbSharedConflictsStructures=89  nbSharedBinaryRepresentations=0
0.51	     nbEvaluationManagers=1  nbSharedEvaluationManagers=89  maxDegree=18  maxArity=3
0.51	       =>  wckTime=0.205  cpuTime=0.15  mem=7M885
0.55	   
0.55	   solver LocalSearchSolver being built... 
0.60	       =>  wckTime=0.288  cpuTime=0.19  mem=5M403
0.60	
0.60	s SATISFIABLE
0.60	o 67
0.60	c 23
0.60	o 70
0.60	c 20
0.60	o 73
0.60	c 17
0.60	o 75
0.60	c 15
0.61	o 76
0.61	c 14
0.61	o 78
0.61	c 12
0.61	o 81
0.61	c 9
0.63	o 82
0.63	c 8
0.63	o 83
0.63	c 7
5.96	   
5.96	   search
5.96	     run=0  nbConstraintChecks=10726327  nbAssignments=10000
5.96	       =>  wckTime=5.364  cpuTime=5.32  mem=5M403
11.36	   
11.36	   search
11.36	     run=1  nbConstraintChecks=21505904  nbAssignments=20000
11.36	       =>  wckTime=10.762  cpuTime=10.68  mem=5M403
16.73	   
16.73	   search
16.73	     run=2  nbConstraintChecks=32255550  nbAssignments=30000
16.73	       =>  wckTime=16.136  cpuTime=16.04  mem=5M403
22.11	   
22.11	   search
22.11	     run=3  nbConstraintChecks=43082158  nbAssignments=40000
22.11	       =>  wckTime=21.514  cpuTime=21.39  mem=5M403
27.46	   
27.47	   search
27.47	     run=4  nbConstraintChecks=53812165  nbAssignments=50000
27.47	       =>  wckTime=26.872  cpuTime=26.73  mem=5M403
30.81	   
30.81	   search
30.81	     run=5  nbConstraintChecks=60480810  nbAssignments=56159
30.81	       =>  wckTime=30.214  cpuTime=30.05  mem=5M403
30.81	   
30.81	   global
30.81	     nbConstraintChecks=60480810  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
30.81	     solvingWckTime=30.212  solvingCpuTime=30.05  expiredTime=no  totalExploration=no  nbFoundSolutions=0
30.81	     globalCpuTime=30.3
30.81	       =>  wckTime=30.502  cpuTime=30.24  mem=5M403
30.81	   
30.81	   solver IterativeSystematicSolver being built... 
30.95	       =>  wckTime=30.647  cpuTime=30.36  mem=16M551
30.96	   
30.96	   preprocessing
30.96	     nbConstraintChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
30.96	     detectedInconsistency=no
30.96	       =>  wckTime=0.0040  cpuTime=0.0  mem=16M551
31.01	   
31.01	   search
31.01	     run=0  nbConstraintChecks=12580  nbValidityChecks=20814  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
31.01	     nbAssignments=34  nbFailedAssignments=13  nbBacktracks=10  nbVisitedNodes=58  nbRestartNogoods=0
31.01	       =>  wckTime=0.055  cpuTime=0.03  mem=16M551
31.06	   
31.06	   search
31.06	     run=1  nbConstraintChecks=33309  nbValidityChecks=72052  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
31.06	     nbAssignments=102  nbFailedAssignments=55  nbBacktracks=25  nbVisitedNodes=183  nbRestartNogoods=4
31.06	       =>  wckTime=0.103  cpuTime=0.07  mem=16M551
31.10	   
31.10	   search
31.10	     run=2  nbConstraintChecks=54034  nbValidityChecks=127658  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
31.10	     nbAssignments=171  nbFailedAssignments=90  nbBacktracks=48  nbVisitedNodes=310  nbRestartNogoods=10
31.10	       =>  wckTime=0.142  cpuTime=0.09  mem=16M551
31.14	   
31.14	   search
31.14	     run=3  nbConstraintChecks=82202  nbValidityChecks=210023  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
31.14	     nbAssignments=276  nbFailedAssignments=152  nbBacktracks=81  nbVisitedNodes=510  nbRestartNogoods=13
31.14	       =>  wckTime=0.185  cpuTime=0.14  mem=16M551
31.20	   
31.20	   search
31.20	     run=4  nbConstraintChecks=122658  nbValidityChecks=333894  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
31.20	     nbAssignments=441  nbFailedAssignments=255  nbBacktracks=131  nbVisitedNodes=828  nbRestartNogoods=22
31.20	       =>  wckTime=0.248  cpuTime=0.2  mem=16M551
31.29	   
31.29	   search
31.29	     run=5  nbConstraintChecks=189002  nbValidityChecks=508320  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
31.29	     nbAssignments=659  nbFailedAssignments=386  nbBacktracks=206  nbVisitedNodes=1252  nbRestartNogoods=29
31.29	       =>  wckTime=0.334  cpuTime=0.28  mem=16M551
31.41	   
31.41	   search
31.41	     run=6  nbConstraintChecks=286648  nbValidityChecks=753214  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
31.41	     nbAssignments=957  nbFailedAssignments=560  nbBacktracks=319  nbVisitedNodes=1837  nbRestartNogoods=38
31.41	       =>  wckTime=0.458  cpuTime=0.4  mem=16M551
31.58	   
31.58	   search
31.58	     run=7  nbConstraintChecks=395545  nbValidityChecks=1110932  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
31.58	     nbAssignments=1372  nbFailedAssignments=795  nbBacktracks=489  nbVisitedNodes=2657  nbRestartNogoods=46
31.58	       =>  wckTime=0.621  cpuTime=0.56  mem=16M551
31.87	   
31.87	   search
31.87	     run=8  nbConstraintChecks=617752  nbValidityChecks=1730302  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
31.87	     nbAssignments=2034  nbFailedAssignments=1191  nbBacktracks=745  nbVisitedNodes=3971  nbRestartNogoods=55
31.87	       =>  wckTime=0.914  cpuTime=0.83  mem=16M551
32.29	   
32.29	   search
32.29	     run=9  nbConstraintChecks=948263  nbValidityChecks=2660747  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
32.29	     nbAssignments=3102  nbFailedAssignments=1864  nbBacktracks=1129  nbVisitedNodes=6096  nbRestartNogoods=66
32.29	       =>  wckTime=1.33  cpuTime=1.24  mem=16M551
32.79	   
32.79	   search
32.79	     run=10  nbConstraintChecks=1293504  nbValidityChecks=3817674  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
32.79	     nbAssignments=4571  nbFailedAssignments=2745  nbBacktracks=1705  nbVisitedNodes=9021  nbRestartNogoods=68
32.79	       =>  wckTime=1.831  cpuTime=1.74  mem=16M551
33.65	   
33.65	   search
33.65	     run=11  nbConstraintChecks=1981794  nbValidityChecks=5759615  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
33.65	     nbAssignments=6999  nbFailedAssignments=4299  nbBacktracks=2569  nbVisitedNodes=13866  nbRestartNogoods=81
33.65	       =>  wckTime=2.693  cpuTime=2.59  mem=16M551
34.95	   
34.95	   search
34.95	     run=12  nbConstraintChecks=3008441  nbValidityChecks=8735814  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
34.95	     nbAssignments=10442  nbFailedAssignments=6433  nbBacktracks=3866  nbVisitedNodes=20740  nbRestartNogoods=94
34.95	       =>  wckTime=3.996  cpuTime=3.89  mem=16M551
36.60	   
36.60	   search
36.60	     run=13  nbConstraintChecks=4170006  nbValidityChecks=12578888  nbPropagations=0  nbRevisions=0
36.60	     nbUselessRevisions=0  nbAssignments=15450  nbFailedAssignments=9484  nbBacktracks=5812  nbVisitedNodes=30736
36.60	     nbRestartNogoods=107
36.60	       =>  wckTime=5.642  cpuTime=5.52  mem=16M551
39.36	   
39.36	   search
39.36	     run=14  nbConstraintChecks=6467099  nbValidityChecks=18806990  nbPropagations=0  nbRevisions=0
39.36	     nbUselessRevisions=0  nbAssignments=23309  nbFailedAssignments=14413  nbBacktracks=8731  nbVisitedNodes=46443
39.36	     nbRestartNogoods=121
39.36	       =>  wckTime=8.408  cpuTime=8.28  mem=16M551
44.71	   
44.71	   search
44.71	     run=15  nbConstraintChecks=11542696  nbValidityChecks=30673226  nbPropagations=0  nbRevisions=0
44.71	     nbUselessRevisions=0  nbAssignments=34887  nbFailedAssignments=21602  nbBacktracks=13109  nbVisitedNodes=69585
44.71	     nbRestartNogoods=133
44.71	       =>  wckTime=13.752  cpuTime=13.59  mem=16M551
52.16	   
52.16	   search
52.16	     run=16  nbConstraintChecks=18401899  nbValidityChecks=47176557  nbPropagations=0  nbRevisions=0
52.16	     nbUselessRevisions=0  nbAssignments=51923  nbFailedAssignments=32060  nbBacktracks=19677  nbVisitedNodes=103647
52.16	     nbRestartNogoods=149
52.16	       =>  wckTime=21.208  cpuTime=21.01  mem=16M551
63.78	   
63.78	   search
63.78	     run=17  nbConstraintChecks=29699253  nbValidityChecks=72835459  nbPropagations=0  nbRevisions=0
63.78	     nbUselessRevisions=0  nbAssignments=78001  nbFailedAssignments=48276  nbBacktracks=29529  nbVisitedNodes=155775
63.78	     nbRestartNogoods=161
63.78	       =>  wckTime=32.824  cpuTime=32.58  mem=16M551
82.75	   
82.75	   search
82.75	     run=18  nbConstraintChecks=50231894  nbValidityChecks=114709591  nbPropagations=0  nbRevisions=0
82.75	     nbUselessRevisions=0  nbAssignments=117744  nbFailedAssignments=73230  nbBacktracks=44307  nbVisitedNodes=235181
82.75	     nbRestartNogoods=181
82.75	       =>  wckTime=51.796  cpuTime=51.47  mem=16M551
110.37	   
110.37	   search
110.37	     run=19  nbConstraintChecks=81546290  nbValidityChecks=175582958  nbPropagations=0  nbRevisions=0
110.37	     nbUselessRevisions=0  nbAssignments=171255  nbFailedAssignments=104564  nbBacktracks=66475  nbVisitedNodes=340279
110.37	     nbRestartNogoods=196
110.37	       =>  wckTime=79.41  cpuTime=78.96  mem=16M551
145.93	   
145.93	   search
145.93	     run=20  nbConstraintChecks=122216088  nbValidityChecks=254962001  nbPropagations=0  nbRevisions=0
145.93	     nbUselessRevisions=0  nbAssignments=242496  nbFailedAssignments=142543  nbBacktracks=99727  nbVisitedNodes=476348
145.93	     nbRestartNogoods=209
145.93	       =>  wckTime=114.971  cpuTime=114.36  mem=16M551
216.30	   
216.30	   search
216.30	     run=21  nbConstraintChecks=215609949  nbValidityChecks=406138153  nbPropagations=0  nbRevisions=0
216.30	     nbUselessRevisions=0  nbAssignments=350568  nbFailedAssignments=200728  nbBacktracks=149605  nbVisitedNodes=682329
216.30	     nbRestartNogoods=226
216.30	       =>  wckTime=185.34  cpuTime=184.4  mem=16M551
316.85	   
316.85	   search
316.85	     run=22  nbConstraintChecks=345184992  nbValidityChecks=624358501  nbPropagations=0  nbRevisions=0
316.85	     nbUselessRevisions=0  nbAssignments=512859  nbFailedAssignments=288191  nbBacktracks=224423  nbVisitedNodes=989279
316.85	     nbRestartNogoods=244
316.85	       =>  wckTime=285.891  cpuTime=284.31  mem=16M551
460.57	   
460.57	   search
460.57	     run=23  nbConstraintChecks=526166065  nbValidityChecks=936640197  nbPropagations=0  nbRevisions=0
460.57	     nbUselessRevisions=0  nbAssignments=752986  nbFailedAssignments=416083  nbBacktracks=336650  nbVisitedNodes=1445614
460.57	     nbRestartNogoods=254
460.57	       =>  wckTime=429.611  cpuTime=427.4  mem=16M551
685.59	   
685.59	   search
685.59	     run=24  nbConstraintChecks=813892878  nbValidityChecks=1426015043  nbPropagations=0  nbRevisions=0
685.59	     nbUselessRevisions=0  nbAssignments=1116868  nbFailedAssignments=611615  nbBacktracks=504991
685.59	     nbVisitedNodes=2137617  nbRestartNogoods=270
685.59	       =>  wckTime=654.636  cpuTime=651.44  mem=16M551
1025.41	   
1025.41	   search
1025.41	     run=25  nbConstraintChecks=1241112122  nbValidityChecks=2163528258  nbPropagations=0  nbRevisions=0
1025.41	     nbUselessRevisions=0  nbAssignments=1673406  nbFailedAssignments=915633  nbBacktracks=757502
1025.41	     nbVisitedNodes=3198074  nbRestartNogoods=288
1025.41	       =>  wckTime=994.45  cpuTime=989.77  mem=16M551
1546.33	   
1546.34	   search
1546.34	     run=26  nbConstraintChecks=1909392216  nbValidityChecks=3293181942  nbPropagations=0  nbRevisions=0
1546.34	     nbUselessRevisions=0  nbAssignments=2500250  nbFailedAssignments=1363701  nbBacktracks=1136269
1546.34	     nbVisitedNodes=4777752  nbRestartNogoods=306
1546.34	       =>  wckTime=1515.379  cpuTime=1508.42  mem=16M551
2326.95	   
2326.95	   search
2326.95	     run=27  nbConstraintChecks=2930600184  nbValidityChecks=4977059173  nbPropagations=0  nbRevisions=0
2326.95	     nbUselessRevisions=0  nbAssignments=3721087  nbFailedAssignments=2016378  nbBacktracks=1704420
2326.95	     nbVisitedNodes=7092580  nbRestartNogoods=322
2326.95	       =>  wckTime=2295.99  cpuTime=2285.62  mem=16M551
2410.80	v 3 4 7 4 2 8 5 0 6 2 1 8 1 5 2 0 6 8 7 2 

Verifier Data (download as text)

7 unsatisfied constraints, 83 satisfied constraints

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node56/watcher-275718-1169225845 -o ROOT/results/node56/solver-275718-1169225845 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/275718-1169225845/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 0.85 0.97 1.18 3/73 19709
/proc/meminfo: memFree=1541424/2055920 swapFree=4184804/4192956
[pid=19708] ppid=19703 vsize=1496 CPUtime=0
/proc/19708/stat : 19708 (java) R 19703 19708 19597 0 -1 0 63 0 0 0 0 0 0 0 18 0 1 0 270982656 1531904 46 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 10012346 0 0 4096 0 0 0 0 17 0 0 0
/proc/19708/statm: 374 46 36 14 0 7 0

[startup+0.108616 s]
/proc/loadavg: 0.85 0.97 1.18 3/73 19709
/proc/meminfo: memFree=1541424/2055920 swapFree=4184804/4192956
[pid=19708] ppid=19703 vsize=914988 CPUtime=0.09
/proc/19708/stat : 19708 (java) R 19703 19708 19597 0 -1 0 3047 0 1 0 8 1 0 0 18 0 8 0 270982656 936947712 2793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152819944 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19708/statm: 228747 2793 1446 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.51861 s]
/proc/loadavg: 0.85 0.97 1.18 3/73 19709
/proc/meminfo: memFree=1541424/2055920 swapFree=4184804/4192956
[pid=19708] ppid=19703 vsize=915472 CPUtime=0.49
/proc/19708/stat : 19708 (java) R 19703 19708 19597 0 -1 0 6537 0 1 0 45 4 0 0 20 0 8 0 270982656 937443328 6276 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152164479 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19708/statm: 228868 6276 2177 14 0 215338 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915472

[startup+1.34369 s]
/proc/loadavg: 0.85 0.97 1.18 3/87 19723
/proc/meminfo: memFree=1507776/2055920 swapFree=4184804/4192956
[pid=19708] ppid=19703 vsize=915472 CPUtime=1.31
/proc/19708/stat : 19708 (java) R 19703 19708 19597 0 -1 0 7007 0 1 0 122 9 0 0 25 0 8 0 270982656 937443328 6745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073470044 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19708/statm: 228868 6745 2496 14 0 215338 0
[pid=19708/tid=19713] ppid=19703 vsize=915472 CPUtime=0.02
/proc/19708/task/19713/stat : 19713 (java) S 19703 19708 19597 0 -1 64 130 0 0 0 2 0 0 0 16 0 8 0 270982660 937443328 6745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19714] ppid=19703 vsize=915472 CPUtime=0
/proc/19708/task/19714/stat : 19714 (java) S 19703 19708 19597 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 270982661 937443328 6745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19715] ppid=19703 vsize=915472 CPUtime=0
/proc/19708/task/19715/stat : 19715 (java) S 19703 19708 19597 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 270982661 937443328 6745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19720] ppid=19703 vsize=915472 CPUtime=0
/proc/19708/task/19720/stat : 19720 (java) S 19703 19708 19597 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 270982664 937443328 6745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19721] ppid=19703 vsize=915472 CPUtime=0.11
/proc/19708/task/19721/stat : 19721 (java) S 19703 19708 19597 0 -1 64 319 0 0 0 11 0 0 0 16 0 8 0 270982664 937443328 6745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19722] ppid=19703 vsize=915472 CPUtime=0
/proc/19708/task/19722/stat : 19722 (java) S 19703 19708 19597 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 270982664 937443328 6745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19723] ppid=19703 vsize=915472 CPUtime=0
/proc/19708/task/19723/stat : 19723 (java) S 19703 19708 19597 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 270982664 937443328 6745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915472

[startup+2.98385 s]
/proc/loadavg: 0.94 0.98 1.19 3/87 19723
/proc/meminfo: memFree=1507648/2055920 swapFree=4184804/4192956
[pid=19708] ppid=19703 vsize=915472 CPUtime=2.95
/proc/19708/stat : 19708 (java) R 19703 19708 19597 0 -1 0 7011 0 1 0 273 22 0 0 25 0 8 0 270982656 937443328 6748 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073598887 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19708/statm: 228868 6748 2496 14 0 215338 0
[pid=19708/tid=19713] ppid=19703 vsize=915472 CPUtime=0.02
/proc/19708/task/19713/stat : 19713 (java) S 19703 19708 19597 0 -1 64 130 0 0 0 2 0 0 0 16 0 8 0 270982660 937443328 6748 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19714] ppid=19703 vsize=915472 CPUtime=0
/proc/19708/task/19714/stat : 19714 (java) S 19703 19708 19597 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 270982661 937443328 6748 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19715] ppid=19703 vsize=915472 CPUtime=0
/proc/19708/task/19715/stat : 19715 (java) S 19703 19708 19597 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 270982661 937443328 6748 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19720] ppid=19703 vsize=915472 CPUtime=0
/proc/19708/task/19720/stat : 19720 (java) S 19703 19708 19597 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 270982664 937443328 6748 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19721] ppid=19703 vsize=915472 CPUtime=0.11
/proc/19708/task/19721/stat : 19721 (java) S 19703 19708 19597 0 -1 64 322 0 0 0 11 0 0 0 16 0 8 0 270982664 937443328 6748 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19722] ppid=19703 vsize=915472 CPUtime=0
/proc/19708/task/19722/stat : 19722 (java) S 19703 19708 19597 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 270982664 937443328 6748 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19723] ppid=19703 vsize=915472 CPUtime=0
/proc/19708/task/19723/stat : 19723 (java) S 19703 19708 19597 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 270982664 937443328 6748 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915472

[startup+6.26317 s]
/proc/loadavg: 0.94 0.98 1.19 3/87 19723
/proc/meminfo: memFree=1507520/2055920 swapFree=4184804/4192956
[pid=19708] ppid=19703 vsize=915472 CPUtime=6.22
/proc/19708/stat : 19708 (java) R 19703 19708 19597 0 -1 0 7014 0 1 0 571 51 0 0 25 0 8 0 270982656 937443328 6751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073602768 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19708/statm: 228868 6751 2496 14 0 215338 0
[pid=19708/tid=19713] ppid=19703 vsize=915472 CPUtime=0.02
/proc/19708/task/19713/stat : 19713 (java) S 19703 19708 19597 0 -1 64 130 0 0 0 2 0 0 0 16 0 8 0 270982660 937443328 6751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19714] ppid=19703 vsize=915472 CPUtime=0
/proc/19708/task/19714/stat : 19714 (java) S 19703 19708 19597 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 270982661 937443328 6751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19715] ppid=19703 vsize=915472 CPUtime=0
/proc/19708/task/19715/stat : 19715 (java) S 19703 19708 19597 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 270982661 937443328 6751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19720] ppid=19703 vsize=915472 CPUtime=0
/proc/19708/task/19720/stat : 19720 (java) S 19703 19708 19597 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 270982664 937443328 6751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19721] ppid=19703 vsize=915472 CPUtime=0.12
/proc/19708/task/19721/stat : 19721 (java) S 19703 19708 19597 0 -1 64 325 0 0 0 12 0 0 0 16 0 8 0 270982664 937443328 6751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19722] ppid=19703 vsize=915472 CPUtime=0
/proc/19708/task/19722/stat : 19722 (java) S 19703 19708 19597 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 270982664 937443328 6751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19723] ppid=19703 vsize=915472 CPUtime=0
/proc/19708/task/19723/stat : 19723 (java) S 19703 19708 19597 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 270982664 937443328 6751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 915472

[startup+12.7508 s]
/proc/loadavg: 1.10 1.02 1.20 3/87 19723
/proc/meminfo: memFree=1507520/2055920 swapFree=4184804/4192956
[pid=19708] ppid=19703 vsize=915472 CPUtime=12.67
/proc/19708/stat : 19708 (java) R 19703 19708 19597 0 -1 0 7014 0 1 0 1165 102 0 0 25 0 8 0 270982656 937443328 6751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073597797 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19708/statm: 228868 6751 2496 14 0 215338 0
[pid=19708/tid=19713] ppid=19703 vsize=915472 CPUtime=0.02
/proc/19708/task/19713/stat : 19713 (java) S 19703 19708 19597 0 -1 64 130 0 0 0 2 0 0 0 16 0 8 0 270982660 937443328 6751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19714] ppid=19703 vsize=915472 CPUtime=0
/proc/19708/task/19714/stat : 19714 (java) S 19703 19708 19597 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 270982661 937443328 6751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19715] ppid=19703 vsize=915472 CPUtime=0
/proc/19708/task/19715/stat : 19715 (java) S 19703 19708 19597 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 270982661 937443328 6751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19720] ppid=19703 vsize=915472 CPUtime=0
/proc/19708/task/19720/stat : 19720 (java) S 19703 19708 19597 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 270982664 937443328 6751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19721] ppid=19703 vsize=915472 CPUtime=0.12
/proc/19708/task/19721/stat : 19721 (java) S 19703 19708 19597 0 -1 64 325 0 0 0 12 0 0 0 16 0 8 0 270982664 937443328 6751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19722] ppid=19703 vsize=915472 CPUtime=0
/proc/19708/task/19722/stat : 19722 (java) S 19703 19708 19597 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 270982664 937443328 6751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19723] ppid=19703 vsize=915472 CPUtime=0
/proc/19708/task/19723/stat : 19723 (java) S 19703 19708 19597 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 270982664 937443328 6751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 915472

[startup+25.6011 s]
/proc/loadavg: 1.24 1.05 1.20 3/87 19723
/proc/meminfo: memFree=1507520/2055920 swapFree=4184804/4192956
[pid=19708] ppid=19703 vsize=915472 CPUtime=25.46
/proc/19708/stat : 19708 (java) R 19703 19708 19597 0 -1 0 7014 0 1 0 2346 200 0 0 25 0 8 0 270982656 937443328 6751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19708/statm: 228868 6751 2496 14 0 215338 0
[pid=19708/tid=19713] ppid=19703 vsize=915472 CPUtime=0.02
/proc/19708/task/19713/stat : 19713 (java) S 19703 19708 19597 0 -1 64 130 0 0 0 2 0 0 0 16 0 8 0 270982660 937443328 6751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19714] ppid=19703 vsize=915472 CPUtime=0
/proc/19708/task/19714/stat : 19714 (java) S 19703 19708 19597 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 270982661 937443328 6751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19715] ppid=19703 vsize=915472 CPUtime=0
/proc/19708/task/19715/stat : 19715 (java) S 19703 19708 19597 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 270982661 937443328 6751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19720] ppid=19703 vsize=915472 CPUtime=0
/proc/19708/task/19720/stat : 19720 (java) S 19703 19708 19597 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 270982664 937443328 6751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19721] ppid=19703 vsize=915472 CPUtime=0.12
/proc/19708/task/19721/stat : 19721 (java) S 19703 19708 19597 0 -1 64 325 0 0 0 12 0 0 0 16 0 8 0 270982664 937443328 6751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19722] ppid=19703 vsize=915472 CPUtime=0
/proc/19708/task/19722/stat : 19722 (java) S 19703 19708 19597 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 270982664 937443328 6751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19723] ppid=19703 vsize=915472 CPUtime=0
/proc/19708/task/19723/stat : 19723 (java) S 19703 19708 19597 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 270982664 937443328 6751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 915472

[startup+51.2076 s]
/proc/loadavg: 1.50 1.12 1.22 3/87 19723
/proc/meminfo: memFree=1491200/2055920 swapFree=4184804/4192956
[pid=19708] ppid=19703 vsize=915472 CPUtime=50.93
/proc/19708/stat : 19708 (java) R 19703 19708 19597 0 -1 0 9128 0 1 0 4851 242 0 0 25 0 8 0 270982656 937443328 8861 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073743632 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19708/statm: 228868 8861 2546 14 0 215338 0
[pid=19708/tid=19713] ppid=19703 vsize=915472 CPUtime=0.02
/proc/19708/task/19713/stat : 19713 (java) S 19703 19708 19597 0 -1 64 131 0 0 0 2 0 0 0 16 0 8 0 270982660 937443328 8861 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19714] ppid=19703 vsize=915472 CPUtime=0
/proc/19708/task/19714/stat : 19714 (java) S 19703 19708 19597 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 270982661 937443328 8861 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19715] ppid=19703 vsize=915472 CPUtime=0
/proc/19708/task/19715/stat : 19715 (java) S 19703 19708 19597 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 270982661 937443328 8861 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19720] ppid=19703 vsize=915472 CPUtime=0
/proc/19708/task/19720/stat : 19720 (java) S 19703 19708 19597 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 270982664 937443328 8861 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19721] ppid=19703 vsize=915472 CPUtime=0.23
/proc/19708/task/19721/stat : 19721 (java) S 19703 19708 19597 0 -1 64 383 0 0 0 22 1 0 0 16 0 8 0 270982664 937443328 8861 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19722] ppid=19703 vsize=915472 CPUtime=0
/proc/19708/task/19722/stat : 19722 (java) S 19703 19708 19597 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 270982664 937443328 8861 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19723] ppid=19703 vsize=915472 CPUtime=0
/proc/19708/task/19723/stat : 19723 (java) S 19703 19708 19597 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 270982664 937443328 8861 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 915472

[startup+102.51 s]
/proc/loadavg: 1.80 1.27 1.27 3/87 19723
/proc/meminfo: memFree=1491136/2055920 swapFree=4184804/4192956
[pid=19708] ppid=19703 vsize=915472 CPUtime=102.01
/proc/19708/stat : 19708 (java) R 19703 19708 19597 0 -1 0 9135 0 1 0 9959 242 0 0 25 0 8 0 270982656 937443328 8868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073599652 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19708/statm: 228868 8868 2546 14 0 215338 0
[pid=19708/tid=19713] ppid=19703 vsize=915472 CPUtime=0.02
/proc/19708/task/19713/stat : 19713 (java) S 19703 19708 19597 0 -1 64 131 0 0 0 2 0 0 0 16 0 8 0 270982660 937443328 8868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19714] ppid=19703 vsize=915472 CPUtime=0
/proc/19708/task/19714/stat : 19714 (java) S 19703 19708 19597 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 270982661 937443328 8868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19715] ppid=19703 vsize=915472 CPUtime=0
/proc/19708/task/19715/stat : 19715 (java) S 19703 19708 19597 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 270982661 937443328 8868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19720] ppid=19703 vsize=915472 CPUtime=0
/proc/19708/task/19720/stat : 19720 (java) S 19703 19708 19597 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 270982664 937443328 8868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19721] ppid=19703 vsize=915472 CPUtime=0.23
/proc/19708/task/19721/stat : 19721 (java) S 19703 19708 19597 0 -1 64 383 0 0 0 22 1 0 0 16 0 8 0 270982664 937443328 8868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19722] ppid=19703 vsize=915472 CPUtime=0
/proc/19708/task/19722/stat : 19722 (java) S 19703 19708 19597 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 270982664 937443328 8868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19723] ppid=19703 vsize=915472 CPUtime=0
/proc/19708/task/19723/stat : 19723 (java) S 19703 19708 19597 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 270982664 937443328 8868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.01
Current children cumulated vsize (KiB) 915472

[startup+162.552 s]
/proc/loadavg: 1.92 1.40 1.31 3/87 19723
/proc/meminfo: memFree=1491072/2055920 swapFree=4184804/4192956
[pid=19708] ppid=19703 vsize=915472 CPUtime=161.8
/proc/19708/stat : 19708 (java) R 19703 19708 19597 0 -1 0 9141 0 1 0 15937 243 0 0 25 0 8 0 270982656 937443328 8874 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073771864 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 2014.72
Current children cumulated vsize (KiB) 915472

[startup+2083.87 s]
/proc/loadavg: 2.00 2.00 1.88 3/87 19923
/proc/meminfo: memFree=1490496/2055920 swapFree=4184804/4192956
[pid=19708] ppid=19703 vsize=915472 CPUtime=2074.51
/proc/19708/stat : 19708 (java) R 19703 19708 19597 0 -1 0 9158 0 1 0 207201 250 0 0 25 0 8 0 270982656 937443328 8890 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073603419 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19708/statm: 228868 8890 2546 14 0 215338 0
[pid=19708/tid=19713] ppid=19703 vsize=915472 CPUtime=0.02
/proc/19708/task/19713/stat : 19713 (java) S 19703 19708 19597 0 -1 64 131 0 0 0 2 0 0 0 16 0 8 0 270982660 937443328 8890 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19714] ppid=19703 vsize=915472 CPUtime=0
/proc/19708/task/19714/stat : 19714 (java) S 19703 19708 19597 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 270982661 937443328 8890 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19715] ppid=19703 vsize=915472 CPUtime=0
/proc/19708/task/19715/stat : 19715 (java) S 19703 19708 19597 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 270982661 937443328 8890 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19720] ppid=19703 vsize=915472 CPUtime=0
/proc/19708/task/19720/stat : 19720 (java) S 19703 19708 19597 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 270982664 937443328 8890 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19721] ppid=19703 vsize=915472 CPUtime=0.23
/proc/19708/task/19721/stat : 19721 (java) S 19703 19708 19597 0 -1 64 384 0 0 0 22 1 0 0 16 0 8 0 270982664 937443328 8890 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19722] ppid=19703 vsize=915472 CPUtime=0
/proc/19708/task/19722/stat : 19722 (java) S 19703 19708 19597 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 270982664 937443328 8890 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19723] ppid=19703 vsize=915472 CPUtime=0.02
/proc/19708/task/19723/stat : 19723 (java) S 19703 19708 19597 0 -1 64 0 0 0 0 1 1 0 0 15 0 8 0 270982664 937443328 8890 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2074.51
Current children cumulated vsize (KiB) 915472

[startup+2143.9 s]
/proc/loadavg: 2.00 2.00 1.89 3/87 19923
/proc/meminfo: memFree=1490496/2055920 swapFree=4184804/4192956
[pid=19708] ppid=19703 vsize=915472 CPUtime=2134.28
/proc/19708/stat : 19708 (java) R 19703 19708 19597 0 -1 0 9158 0 1 0 213178 250 0 0 25 0 8 0 270982656 937443328 8890 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073747653 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19708/statm: 228868 8890 2546 14 0 215338 0
[pid=19708/tid=19713] ppid=19703 vsize=915472 CPUtime=0.02
/proc/19708/task/19713/stat : 19713 (java) S 19703 19708 19597 0 -1 64 131 0 0 0 2 0 0 0 16 0 8 0 270982660 937443328 8890 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19714] ppid=19703 vsize=915472 CPUtime=0
/proc/19708/task/19714/stat : 19714 (java) S 19703 19708 19597 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 270982661 937443328 8890 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19715] ppid=19703 vsize=915472 CPUtime=0
/proc/19708/task/19715/stat : 19715 (java) S 19703 19708 19597 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 270982661 937443328 8890 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19720] ppid=19703 vsize=915472 CPUtime=0
/proc/19708/task/19720/stat : 19720 (java) S 19703 19708 19597 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 270982664 937443328 8890 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19721] ppid=19703 vsize=915472 CPUtime=0.23
/proc/19708/task/19721/stat : 19721 (java) S 19703 19708 19597 0 -1 64 384 0 0 0 22 1 0 0 16 0 8 0 270982664 937443328 8890 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19722] ppid=19703 vsize=915472 CPUtime=0
/proc/19708/task/19722/stat : 19722 (java) S 19703 19708 19597 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 270982664 937443328 8890 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19723] ppid=19703 vsize=915472 CPUtime=0.02
/proc/19708/task/19723/stat : 19723 (java) S 19703 19708 19597 0 -1 64 0 0 0 0 1 1 0 0 15 0 8 0 270982664 937443328 8890 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2134.28
Current children cumulated vsize (KiB) 915472

[startup+2203.94 s]
/proc/loadavg: 2.00 2.00 1.90 3/87 19923
/proc/meminfo: memFree=1490496/2055920 swapFree=4184804/4192956
[pid=19708] ppid=19703 vsize=915472 CPUtime=2194.06
/proc/19708/stat : 19708 (java) R 19703 19708 19597 0 -1 0 9158 0 1 0 219156 250 0 0 25 0 8 0 270982656 937443328 8890 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073628322 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19708/statm: 228868 8890 2546 14 0 215338 0
[pid=19708/tid=19713] ppid=19703 vsize=915472 CPUtime=0.02
/proc/19708/task/19713/stat : 19713 (java) S 19703 19708 19597 0 -1 64 131 0 0 0 2 0 0 0 16 0 8 0 270982660 937443328 8890 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19714] ppid=19703 vsize=915472 CPUtime=0
/proc/19708/task/19714/stat : 19714 (java) S 19703 19708 19597 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 270982661 937443328 8890 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19715] ppid=19703 vsize=915472 CPUtime=0
/proc/19708/task/19715/stat : 19715 (java) S 19703 19708 19597 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 270982661 937443328 8890 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19720] ppid=19703 vsize=915472 CPUtime=0
/proc/19708/task/19720/stat : 19720 (java) S 19703 19708 19597 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 270982664 937443328 8890 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19721] ppid=19703 vsize=915472 CPUtime=0.23
/proc/19708/task/19721/stat : 19721 (java) S 19703 19708 19597 0 -1 64 384 0 0 0 22 1 0 0 16 0 8 0 270982664 937443328 8890 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19722] ppid=19703 vsize=915472 CPUtime=0
/proc/19708/task/19722/stat : 19722 (java) S 19703 19708 19597 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 270982664 937443328 8890 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19723] ppid=19703 vsize=915472 CPUtime=0.02
/proc/19708/task/19723/stat : 19723 (java) S 19703 19708 19597 0 -1 64 0 0 0 0 1 1 0 0 15 0 8 0 270982664 937443328 8890 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2194.06
Current children cumulated vsize (KiB) 915472

[startup+2263.98 s]
/proc/loadavg: 2.08 2.03 1.91 3/87 19923
/proc/meminfo: memFree=1490432/2055920 swapFree=4184804/4192956
[pid=19708] ppid=19703 vsize=915472 CPUtime=2253.84
/proc/19708/stat : 19708 (java) R 19703 19708 19597 0 -1 0 9158 0 1 0 225134 250 0 0 25 0 8 0 270982656 937443328 8890 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073603607 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19708/statm: 228868 8890 2546 14 0 215338 0
[pid=19708/tid=19713] ppid=19703 vsize=915472 CPUtime=0.02
/proc/19708/task/19713/stat : 19713 (java) S 19703 19708 19597 0 -1 64 131 0 0 0 2 0 0 0 16 0 8 0 270982660 937443328 8890 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19714] ppid=19703 vsize=915472 CPUtime=0
/proc/19708/task/19714/stat : 19714 (java) S 19703 19708 19597 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 270982661 937443328 8890 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19715] ppid=19703 vsize=915472 CPUtime=0
/proc/19708/task/19715/stat : 19715 (java) S 19703 19708 19597 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 270982661 937443328 8890 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19720] ppid=19703 vsize=915472 CPUtime=0
/proc/19708/task/19720/stat : 19720 (java) S 19703 19708 19597 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 270982664 937443328 8890 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19721] ppid=19703 vsize=915472 CPUtime=0.23
/proc/19708/task/19721/stat : 19721 (java) S 19703 19708 19597 0 -1 64 384 0 0 0 22 1 0 0 16 0 8 0 270982664 937443328 8890 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19722] ppid=19703 vsize=915472 CPUtime=0
/proc/19708/task/19722/stat : 19722 (java) S 19703 19708 19597 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 270982664 937443328 8890 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19723] ppid=19703 vsize=915472 CPUtime=0.02
/proc/19708/task/19723/stat : 19723 (java) S 19703 19708 19597 0 -1 64 0 0 0 0 1 1 0 0 15 0 8 0 270982664 937443328 8890 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2253.84
Current children cumulated vsize (KiB) 915472

[startup+2324.02 s]
/proc/loadavg: 2.03 2.02 1.91 3/87 19923
/proc/meminfo: memFree=1490496/2055920 swapFree=4184804/4192956
[pid=19708] ppid=19703 vsize=915472 CPUtime=2313.62
/proc/19708/stat : 19708 (java) R 19703 19708 19597 0 -1 0 9158 0 1 0 231112 250 0 0 25 0 8 0 270982656 937443328 8890 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073746118 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19708/statm: 228868 8890 2546 14 0 215338 0
[pid=19708/tid=19713] ppid=19703 vsize=915472 CPUtime=0.02
/proc/19708/task/19713/stat : 19713 (java) S 19703 19708 19597 0 -1 64 131 0 0 0 2 0 0 0 16 0 8 0 270982660 937443328 8890 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19714] ppid=19703 vsize=915472 CPUtime=0
/proc/19708/task/19714/stat : 19714 (java) S 19703 19708 19597 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 270982661 937443328 8890 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19715] ppid=19703 vsize=915472 CPUtime=0
/proc/19708/task/19715/stat : 19715 (java) S 19703 19708 19597 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 270982661 937443328 8890 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19720] ppid=19703 vsize=915472 CPUtime=0
/proc/19708/task/19720/stat : 19720 (java) S 19703 19708 19597 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 270982664 937443328 8890 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19721] ppid=19703 vsize=915472 CPUtime=0.23
/proc/19708/task/19721/stat : 19721 (java) S 19703 19708 19597 0 -1 64 384 0 0 0 22 1 0 0 16 0 8 0 270982664 937443328 8890 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19722] ppid=19703 vsize=915472 CPUtime=0
/proc/19708/task/19722/stat : 19722 (java) S 19703 19708 19597 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 270982664 937443328 8890 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19723] ppid=19703 vsize=915472 CPUtime=0.02
/proc/19708/task/19723/stat : 19723 (java) S 19703 19708 19597 0 -1 64 0 0 0 0 1 1 0 0 15 0 8 0 270982664 937443328 8890 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2313.62
Current children cumulated vsize (KiB) 915472

[startup+2384.07 s]
/proc/loadavg: 2.04 2.03 1.92 3/87 19923
/proc/meminfo: memFree=1490432/2055920 swapFree=4184804/4192956
[pid=19708] ppid=19703 vsize=915472 CPUtime=2373.4
/proc/19708/stat : 19708 (java) R 19703 19708 19597 0 -1 0 9161 0 1 0 237090 250 0 0 25 0 8 0 270982656 937443328 8893 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073747704 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19708/statm: 228868 8893 2546 14 0 215338 0
[pid=19708/tid=19713] ppid=19703 vsize=915472 CPUtime=0.02
/proc/19708/task/19713/stat : 19713 (java) S 19703 19708 19597 0 -1 64 131 0 0 0 2 0 0 0 16 0 8 0 270982660 937443328 8893 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19714] ppid=19703 vsize=915472 CPUtime=0
/proc/19708/task/19714/stat : 19714 (java) S 19703 19708 19597 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 270982661 937443328 8893 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19715] ppid=19703 vsize=915472 CPUtime=0
/proc/19708/task/19715/stat : 19715 (java) S 19703 19708 19597 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 270982661 937443328 8893 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19720] ppid=19703 vsize=915472 CPUtime=0
/proc/19708/task/19720/stat : 19720 (java) S 19703 19708 19597 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 270982664 937443328 8893 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19721] ppid=19703 vsize=915472 CPUtime=0.23
/proc/19708/task/19721/stat : 19721 (java) S 19703 19708 19597 0 -1 64 384 0 0 0 22 1 0 0 16 0 8 0 270982664 937443328 8893 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19722] ppid=19703 vsize=915472 CPUtime=0
/proc/19708/task/19722/stat : 19722 (java) S 19703 19708 19597 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 270982664 937443328 8893 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19723] ppid=19703 vsize=915472 CPUtime=0.02
/proc/19708/task/19723/stat : 19723 (java) S 19703 19708 19597 0 -1 64 0 0 0 0 1 1 0 0 15 0 8 0 270982664 937443328 8893 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2373.4
Current children cumulated vsize (KiB) 915472



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2410.79 s]
/proc/loadavg: 2.03 2.03 1.92 3/87 19923
/proc/meminfo: memFree=1490432/2055920 swapFree=4184804/4192956
[pid=19708] ppid=19703 vsize=915472 CPUtime=2400.01
/proc/19708/stat : 19708 (java) R 19703 19708 19597 0 -1 0 9161 0 1 0 239751 250 0 0 25 0 8 0 270982656 937443328 8893 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073783529 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19708/statm: 228868 8893 2546 14 0 215338 0
[pid=19708/tid=19713] ppid=19703 vsize=915472 CPUtime=0.02
/proc/19708/task/19713/stat : 19713 (java) S 19703 19708 19597 0 -1 64 131 0 0 0 2 0 0 0 16 0 8 0 270982660 937443328 8893 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19714] ppid=19703 vsize=915472 CPUtime=0
/proc/19708/task/19714/stat : 19714 (java) S 19703 19708 19597 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 270982661 937443328 8893 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19715] ppid=19703 vsize=915472 CPUtime=0
/proc/19708/task/19715/stat : 19715 (java) S 19703 19708 19597 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 270982661 937443328 8893 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19720] ppid=19703 vsize=915472 CPUtime=0
/proc/19708/task/19720/stat : 19720 (java) S 19703 19708 19597 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 270982664 937443328 8893 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19721] ppid=19703 vsize=915472 CPUtime=0.23
/proc/19708/task/19721/stat : 19721 (java) S 19703 19708 19597 0 -1 64 384 0 0 0 22 1 0 0 16 0 8 0 270982664 937443328 8893 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19722] ppid=19703 vsize=915472 CPUtime=0
/proc/19708/task/19722/stat : 19722 (java) S 19703 19708 19597 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 270982664 937443328 8893 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19708/tid=19723] ppid=19703 vsize=915472 CPUtime=0.02
/proc/19708/task/19723/stat : 19723 (java) S 19703 19708 19597 0 -1 64 0 0 0 0 1 1 0 0 15 0 8 0 270982664 937443328 8893 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2400.01
Current children cumulated vsize (KiB) 915472

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

Child status: 143
Real time (s): 2410.84
CPU time (s): 2400.07
CPU user time (s): 2397.56
CPU system time (s): 2.51462
CPU usage (%): 99.5531
Max. virtual memory (cumulated for all children) (KiB): 915476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.56
system time used= 2.51462
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9187
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= 49805
involuntary context switches= 77936

runsolver used 2.6416 s user time and 7.31789 s system time

The end

Launcher Data (download as text)

Begin job on node56 on Fri Jan 19 16:57:25 UTC 2007


IDJOB= 275718
IDBENCH= 4586
IDSOLVER= 69
FILE ID= node56/275718-1169225845

PBS_JOBID= 3589245

Free space on /tmp= 66561 MiB

SOLVER NAME= AbsconMax 109 PFC
BENCH NAME= HOME/pub/bench/CPAI06/schurrLemma/lemma-20-9-mod.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/275718-1169225845/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node56/watcher-275718-1169225845 -o ROOT/results/node56/solver-275718-1169225845 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/275718-1169225845/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  7add833502390878635fd0edd68b9d5e

RANDOM SEED= 481311574

TIME LIMIT= 2400 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1543016 kB
Buffers:         34284 kB
Cached:         393736 kB
SwapCached:       2216 kB
Active:          91796 kB
Inactive:       350812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1543016 kB
SwapTotal:     4192956 kB
SwapFree:      4184804 kB
Dirty:            3608 kB
Writeback:           0 kB
Mapped:          22112 kB
Slab:            55860 kB
Committed_AS:  4831388 kB
PageTables:       1780 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66561 MiB



End job on node56 on Fri Jan 19 17:37:36 UTC 2007