Trace number 280334

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 PFCOPTIMUM 670.579 671.035

General information on the benchmark

Namerandom/rand-10-20-10/
rand-10-20-10-5-10000-1_ext.xml
MD5SUM809bb56bbf6d233fcd64761c0c680ecd
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints3
Best CPU time to get the best result obtained on this benchmark670.579
SatisfiableNO
(Un)Satisfiability was proved
Number of variables20
Number of constraints5
Maximum constraint arity10
Maximum domain size10
Number of constraints which are defined in extension5
Number of constraints which are defined in intension0
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.30	   configuration
0.30	     name=pfc.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/280334-1169304964/unknown.xml
0.36	   
0.36	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.39	     nbVariables=20  nbDomainTypes=1  minDomainSize=10  maxDomainSize=10
0.39	       =>  wckTime=0.094  cpuTime=0.07  mem=6M910
0.39	   
0.39	   relations being loaded...
0.60	   
0.60	   constraints being loaded...
0.70	     nbConstraints=5  nbRelationTypes=5  nbDisconnectedVariables=1  nbExtensionStructures=5
0.71	     nbSharedExtensionStructures=0  nbUnbuiltConflictsStructures=5  nbSharedBinaryRepresentations=0  maxDegree=4
0.71	     maxArity=10
0.71	       =>  wckTime=0.406  cpuTime=0.36  mem=37M821
0.77	   
0.77	   solver LocalSearchSolver being built... 
0.81	       =>  wckTime=0.51  cpuTime=0.4  mem=10M983
0.81	
0.81	s SATISFIABLE
0.81	o 0
0.81	c 5
4.49	o 1
4.49	c 4
6.29	   
6.29	   search
6.29	     run=0  nbConstraintChecks=4315125  nbAssignments=10000
6.29	       =>  wckTime=5.486  cpuTime=5.47  mem=10M983
11.59	   
11.59	   search
11.59	     run=1  nbConstraintChecks=8588364  nbAssignments=20000
11.59	       =>  wckTime=10.781  cpuTime=10.77  mem=10M983
16.80	   
16.80	   search
16.80	     run=2  nbConstraintChecks=12803111  nbAssignments=30000
16.80	       =>  wckTime=15.995  cpuTime=15.98  mem=10M983
22.12	   
22.12	   search
22.12	     run=3  nbConstraintChecks=17130899  nbAssignments=40000
22.12	       =>  wckTime=21.314  cpuTime=21.3  mem=10M983
27.43	   
27.43	   search
27.43	     run=4  nbConstraintChecks=21486920  nbAssignments=50000
27.43	       =>  wckTime=26.626  cpuTime=26.61  mem=10M983
32.65	   
32.65	   search
32.65	     run=5  nbConstraintChecks=25759439  nbAssignments=60000
32.65	       =>  wckTime=31.843  cpuTime=31.83  mem=10M983
34.50	   
34.50	   search
34.50	     run=6  nbConstraintChecks=27271006  nbAssignments=63565
34.50	       =>  wckTime=33.696  cpuTime=33.68  mem=10M983
34.51	   
34.51	   global
34.51	     nbConstraintChecks=27271006  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
34.51	     solvingWckTime=33.695  solvingCpuTime=33.68  expiredTime=no  totalExploration=no  nbFoundSolutions=0
34.51	     globalCpuTime=34.14
34.51	       =>  wckTime=34.207  cpuTime=34.08  mem=10M983
34.51	   
34.51	   solver IterativeSystematicSolver being built... 
34.64	       =>  wckTime=34.337  cpuTime=34.18  mem=21M784
34.65	   
34.65	   preprocessing
34.65	     nbConstraintChecks=175  nbValidityChecks=500  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
34.65	     nbRemovedValues=0  detectedInconsistency=no
34.65	       =>  wckTime=0.0070  cpuTime=0.01  mem=21M784
34.84	   
34.84	   search
34.84	     run=0  nbConstraintChecks=147154  nbValidityChecks=155237  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
34.84	     nbAssignments=22  nbFailedAssignments=6  nbBacktracks=10  nbVisitedNodes=33  nbRestartNogoods=0
34.84	       =>  wckTime=0.2  cpuTime=0.19  mem=22M741
34.96	   
34.96	   search
34.96	     run=1  nbConstraintChecks=237096  nbValidityChecks=258613  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
34.96	     nbAssignments=58  nbFailedAssignments=20  nbBacktracks=25  nbVisitedNodes=86  nbRestartNogoods=6
34.96	       =>  wckTime=0.328  cpuTime=0.31  mem=22M741
34.99	o 2
34.99	c 3
35.04	   
35.04	   search
35.04	     run=2  nbConstraintChecks=278748  nbValidityChecks=319644  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
35.04	     nbAssignments=108  nbFailedAssignments=40  nbBacktracks=47  nbVisitedNodes=166  nbRestartNogoods=9
35.04	       =>  wckTime=0.399  cpuTime=0.37  mem=22M741
35.20	   
35.20	   search
35.20	     run=3  nbConstraintChecks=406028  nbValidityChecks=487003  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
35.20	     nbAssignments=188  nbFailedAssignments=81  nbBacktracks=80  nbVisitedNodes=309  nbRestartNogoods=11
35.20	       =>  wckTime=0.563  cpuTime=0.53  mem=22M741
36.01	   
36.01	   search
36.01	     run=4  nbConstraintChecks=1076764  nbValidityChecks=1224086  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
36.01	     nbAssignments=322  nbFailedAssignments=158  nbBacktracks=132  nbVisitedNodes=545  nbRestartNogoods=16
36.01	       =>  wckTime=1.369  cpuTime=1.33  mem=22M741
36.31	   
36.31	   search
36.31	     run=5  nbConstraintChecks=1317008  nbValidityChecks=1560919  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
36.31	     nbAssignments=514  nbFailedAssignments=268  nbBacktracks=209  nbVisitedNodes=894  nbRestartNogoods=20
36.31	       =>  wckTime=1.671  cpuTime=1.63  mem=22M741
37.17	   
37.17	   search
37.17	     run=6  nbConstraintChecks=2037936  nbValidityChecks=2396094  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
37.17	     nbAssignments=751  nbFailedAssignments=386  nbBacktracks=323  nbVisitedNodes=1302  nbRestartNogoods=29
37.17	       =>  wckTime=2.535  cpuTime=2.49  mem=22M741
37.78	   
37.78	   search
37.78	     run=7  nbConstraintChecks=2547145  nbValidityChecks=3106696  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
37.78	     nbAssignments=1146  nbFailedAssignments=606  nbBacktracks=493  nbVisitedNodes=1983  nbRestartNogoods=42
37.78	       =>  wckTime=3.139  cpuTime=3.09  mem=22M741
40.44	   
40.44	   search
40.44	     run=8  nbConstraintChecks=4912679  nbValidityChecks=5738291  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
40.44	     nbAssignments=1691  nbFailedAssignments=890  nbBacktracks=749  nbVisitedNodes=2903  nbRestartNogoods=52
40.44	       =>  wckTime=5.803  cpuTime=5.74  mem=22M741
42.45	   
42.45	   search
42.45	     run=9  nbConstraintChecks=6664793  nbValidityChecks=8052934  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
42.45	     nbAssignments=2808  nbFailedAssignments=1617  nbBacktracks=1133  nbVisitedNodes=4913  nbRestartNogoods=58
42.45	       =>  wckTime=7.816  cpuTime=7.74  mem=22M741
45.84	   
45.84	   search
45.84	     run=10  nbConstraintChecks=9502951  nbValidityChecks=11446613  nbPropagations=0  nbRevisions=0
45.84	     nbUselessRevisions=0  nbAssignments=3991  nbFailedAssignments=2219  nbBacktracks=1709  nbVisitedNodes=6860
45.84	     nbRestartNogoods=72
45.84	       =>  wckTime=11.201  cpuTime=11.12  mem=22M741
49.77	   
49.77	   search
49.77	     run=11  nbConstraintChecks=13048369  nbValidityChecks=16014078  nbPropagations=0  nbRevisions=0
49.77	     nbUselessRevisions=0  nbAssignments=6041  nbFailedAssignments=3398  nbBacktracks=2573  nbVisitedNodes=10432
49.77	     nbRestartNogoods=88
49.77	       =>  wckTime=15.133  cpuTime=15.05  mem=22M741
55.05	   
55.05	   search
55.05	     run=12  nbConstraintChecks=17373564  nbValidityChecks=21698049  nbPropagations=0  nbRevisions=0
55.05	     nbUselessRevisions=0  nbAssignments=8864  nbFailedAssignments=4919  nbBacktracks=3871  nbVisitedNodes=15315
55.05	     nbRestartNogoods=101
55.05	       =>  wckTime=20.413  cpuTime=20.33  mem=22M741
64.16	   
64.16	   search
64.16	     run=13  nbConstraintChecks=25265747  nbValidityChecks=31828841  nbPropagations=0  nbRevisions=0
64.16	     nbUselessRevisions=0  nbAssignments=13407  nbFailedAssignments=7508  nbBacktracks=5819  nbVisitedNodes=23098
64.16	     nbRestartNogoods=114
64.16	       =>  wckTime=29.519  cpuTime=29.41  mem=22M741
78.00	   
78.00	   search
78.00	     run=14  nbConstraintChecks=36981076  nbValidityChecks=46923694  nbPropagations=0  nbRevisions=0
78.00	     nbUselessRevisions=0  nbAssignments=20226  nbFailedAssignments=11402  nbBacktracks=8738  nbVisitedNodes=34684
78.00	     nbRestartNogoods=133
78.00	       =>  wckTime=43.361  cpuTime=43.25  mem=22M741
93.39	   
93.39	   search
93.39	     run=15  nbConstraintChecks=49713513  nbValidityChecks=64853771  nbPropagations=0  nbRevisions=0
93.39	     nbUselessRevisions=0  nbAssignments=30599  nbFailedAssignments=17392  nbBacktracks=13116  nbVisitedNodes=52812
93.39	     nbRestartNogoods=148
93.39	       =>  wckTime=58.752  cpuTime=58.63  mem=22M741
149.07	   
149.07	   search
149.07	     run=16  nbConstraintChecks=99828154  nbValidityChecks=123156742  nbPropagations=0  nbRevisions=0
149.07	     nbUselessRevisions=0  nbAssignments=46923  nbFailedAssignments=27140  nbBacktracks=19686  nbVisitedNodes=81330
149.07	     nbRestartNogoods=169
149.07	       =>  wckTime=114.435  cpuTime=114.28  mem=22M741
179.12	   
179.12	   search
179.12	     run=17  nbConstraintChecks=124585036  nbValidityChecks=159160766  nbPropagations=0  nbRevisions=0
179.12	     nbUselessRevisions=0  nbAssignments=69884  nbFailedAssignments=40243  nbBacktracks=29538  nbVisitedNodes=121310
179.12	     nbRestartNogoods=181
179.12	       =>  wckTime=144.481  cpuTime=144.31  mem=22M741
284.33	o 3
284.33	c 2
302.29	   
302.29	   search
302.29	     run=18  nbConstraintChecks=234705090  nbValidityChecks=288205048  nbPropagations=0  nbRevisions=0
302.29	     nbUselessRevisions=0  nbAssignments=106327  nbFailedAssignments=61902  nbBacktracks=44316  nbVisitedNodes=185156
302.29	     nbRestartNogoods=205
302.29	       =>  wckTime=267.651  cpuTime=267.41  mem=22M741
399.60	   
399.60	   search
399.60	     run=19  nbConstraintChecks=317283878  nbValidityChecks=399132080  nbPropagations=0  nbRevisions=0
399.60	     nbUselessRevisions=0  nbAssignments=156516  nbFailedAssignments=89920  nbBacktracks=66484  nbVisitedNodes=272662
399.60	     nbRestartNogoods=228
399.60	       =>  wckTime=364.968  cpuTime=364.66  mem=22M741
589.32	   
589.32	   search
589.32	     run=20  nbConstraintChecks=483483958  nbValidityChecks=609683240  nbPropagations=0  nbRevisions=0
589.32	     nbUselessRevisions=0  nbAssignments=234366  nbFailedAssignments=134514  nbBacktracks=99736  nbVisitedNodes=408322
589.32	     nbRestartNogoods=243
589.32	       =>  wckTime=554.682  cpuTime=554.26  mem=22M741
670.97	   
670.97	   search
670.97	     run=21  nbConstraintChecks=556215745  nbValidityChecks=698888150  nbPropagations=0  nbRevisions=0
670.97	     nbUselessRevisions=0  nbAssignments=262877  nbFailedAssignments=151141  nbBacktracks=111621  nbVisitedNodes=459060
670.97	     nbRestartNogoods=257
670.97	       =>  wckTime=636.338  cpuTime=635.86  mem=22M741
670.98	   
670.98	   global
670.98	     nbConstraintChecks=556215920  nbValidityChecks=698888650  nbRestartNogoods=257  solvingWckTime=636.339
670.98	     solvingCpuTime=635.86  expiredTime=no  totalExploration=yes  nbFoundSolutions=2  globalCpuTime=670.1
670.98	       =>  wckTime=670.677  cpuTime=670.05  mem=22M741
670.98	
670.98	s OPTIMUM FOUND
670.98	v 8 0 5 8 0 9 2 3 0 8 2 0 9 1 2 9 5 8 1 9 
670.98	   
670.98	   totalWckTime=670.753  totalCpuTime=670.11

Verifier Data (download as text)

2 unsatisfied constraints, 3 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/node68/watcher-280334-1169304964 -o ROOT/results/node68/solver-280334-1169304964 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/280334-1169304964/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.92 0.98 0.99 3/65 7373
/proc/meminfo: memFree=1391512/2055920 swapFree=4192812/4192956
[pid=7372] ppid=7370 vsize=1784 CPUtime=0
/proc/7372/stat : 7372 (java) D 7370 7372 6841 0 -1 0 165 0 0 0 0 0 0 0 19 0 1 0 77993476 1826816 136 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/7372/statm: 446 136 102 14 0 91 0

[startup+0.105349 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 7373
/proc/meminfo: memFree=1391512/2055920 swapFree=4192812/4192956
[pid=7372] ppid=7370 vsize=914988 CPUtime=0.09
/proc/7372/stat : 7372 (java) R 7370 7372 6841 0 -1 0 3047 0 1 0 7 2 0 0 16 0 8 0 77993476 936947712 2793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7372/statm: 228747 2794 1446 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.517383 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 7373
/proc/meminfo: memFree=1391512/2055920 swapFree=4192812/4192956
[pid=7372] ppid=7370 vsize=915332 CPUtime=0.49
/proc/7372/stat : 7372 (java) R 7370 7372 6841 0 -1 0 8677 0 1 0 45 4 0 0 17 0 8 0 77993476 937299968 8416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073565358 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7372/statm: 228833 8417 2139 14 0 215303 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915332

[startup+1.34145 s]
/proc/loadavg: 0.92 0.98 0.99 2/72 7380
/proc/meminfo: memFree=1339296/2055920 swapFree=4192812/4192956
[pid=7372] ppid=7370 vsize=915332 CPUtime=1.33
/proc/7372/stat : 7372 (java) R 7370 7372 6841 0 -1 0 15669 0 1 0 121 12 0 0 17 0 8 0 77993476 937299968 15407 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7372/statm: 228833 15407 2477 14 0 215303 0
[pid=7372/tid=7374] ppid=7370 vsize=915332 CPUtime=0.04
/proc/7372/task/7374/stat : 7374 (java) S 7370 7372 6841 0 -1 64 1537 0 0 0 4 0 0 0 16 0 8 0 77993480 937299968 15407 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7372/tid=7375] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7375/stat : 7375 (java) S 7370 7372 6841 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 77993481 937299968 15407 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7376] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7376/stat : 7376 (java) S 7370 7372 6841 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 77993481 937299968 15407 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7377] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7377/stat : 7377 (java) S 7370 7372 6841 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 77993484 937299968 15407 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7378] ppid=7370 vsize=915332 CPUtime=0.08
/proc/7372/task/7378/stat : 7378 (java) S 7370 7372 6841 0 -1 64 317 0 0 0 8 0 0 0 15 0 8 0 77993484 937299968 15407 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7379] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7379/stat : 7379 (java) S 7370 7372 6841 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 77993484 937299968 15407 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7380] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7380/stat : 7380 (java) S 7370 7372 6841 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 77993484 937299968 15407 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 915332

[startup+2.9776 s]
/proc/loadavg: 0.92 0.98 0.99 2/72 7380
/proc/meminfo: memFree=1339296/2055920 swapFree=4192812/4192956
[pid=7372] ppid=7370 vsize=915332 CPUtime=2.96
/proc/7372/stat : 7372 (java) R 7370 7372 6841 0 -1 0 15673 0 1 0 273 23 0 0 18 0 8 0 77993476 937299968 15410 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7372/statm: 228833 15410 2477 14 0 215303 0
[pid=7372/tid=7374] ppid=7370 vsize=915332 CPUtime=0.04
/proc/7372/task/7374/stat : 7374 (java) S 7370 7372 6841 0 -1 64 1537 0 0 0 4 0 0 0 16 0 8 0 77993480 937299968 15410 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7372/tid=7375] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7375/stat : 7375 (java) S 7370 7372 6841 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 77993481 937299968 15410 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7376] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7376/stat : 7376 (java) S 7370 7372 6841 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 77993481 937299968 15410 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7377] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7377/stat : 7377 (java) S 7370 7372 6841 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 77993484 937299968 15410 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7378] ppid=7370 vsize=915332 CPUtime=0.09
/proc/7372/task/7378/stat : 7378 (java) S 7370 7372 6841 0 -1 64 320 0 0 0 9 0 0 0 16 0 8 0 77993484 937299968 15410 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7379] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7379/stat : 7379 (java) S 7370 7372 6841 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 77993484 937299968 15410 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7380] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7380/stat : 7380 (java) S 7370 7372 6841 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 77993484 937299968 15410 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 915332

[startup+6.2539 s]
/proc/loadavg: 0.93 0.98 0.99 2/72 7380
/proc/meminfo: memFree=1339296/2055920 swapFree=4192812/4192956
[pid=7372] ppid=7370 vsize=915332 CPUtime=6.24
/proc/7372/stat : 7372 (java) R 7370 7372 6841 0 -1 0 15673 0 1 0 579 45 0 0 25 0 8 0 77993476 937299968 15410 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7372/statm: 228833 15410 2477 14 0 215303 0
[pid=7372/tid=7374] ppid=7370 vsize=915332 CPUtime=0.04
/proc/7372/task/7374/stat : 7374 (java) S 7370 7372 6841 0 -1 64 1537 0 0 0 4 0 0 0 16 0 8 0 77993480 937299968 15410 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7372/tid=7375] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7375/stat : 7375 (java) S 7370 7372 6841 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 77993481 937299968 15410 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7376] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7376/stat : 7376 (java) S 7370 7372 6841 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 77993481 937299968 15410 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7377] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7377/stat : 7377 (java) S 7370 7372 6841 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 77993484 937299968 15410 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7378] ppid=7370 vsize=915332 CPUtime=0.09
/proc/7372/task/7378/stat : 7378 (java) S 7370 7372 6841 0 -1 64 320 0 0 0 9 0 0 0 16 0 8 0 77993484 937299968 15410 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7379] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7379/stat : 7379 (java) S 7370 7372 6841 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 77993484 937299968 15410 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7380] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7380/stat : 7380 (java) S 7370 7372 6841 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 77993484 937299968 15410 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 915332

[startup+12.7355 s]
/proc/loadavg: 0.93 0.98 0.99 2/72 7380
/proc/meminfo: memFree=1339304/2055920 swapFree=4192812/4192956
[pid=7372] ppid=7370 vsize=915332 CPUtime=12.72
/proc/7372/stat : 7372 (java) R 7370 7372 6841 0 -1 0 15677 0 1 0 1179 93 0 0 20 0 8 0 77993476 937299968 15414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7372/statm: 228833 15414 2477 14 0 215303 0
[pid=7372/tid=7374] ppid=7370 vsize=915332 CPUtime=0.04
/proc/7372/task/7374/stat : 7374 (java) S 7370 7372 6841 0 -1 64 1537 0 0 0 4 0 0 0 16 0 8 0 77993480 937299968 15414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7375] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7375/stat : 7375 (java) S 7370 7372 6841 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 77993481 937299968 15414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7376] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7376/stat : 7376 (java) S 7370 7372 6841 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 77993481 937299968 15414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7377] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7377/stat : 7377 (java) S 7370 7372 6841 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 77993484 937299968 15414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7378] ppid=7370 vsize=915332 CPUtime=0.09
/proc/7372/task/7378/stat : 7378 (java) S 7370 7372 6841 0 -1 64 324 0 0 0 9 0 0 0 16 0 8 0 77993484 937299968 15414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7379] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7379/stat : 7379 (java) S 7370 7372 6841 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 77993484 937299968 15414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7380] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7380/stat : 7380 (java) S 7370 7372 6841 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 77993484 937299968 15414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 915332

[startup+25.5767 s]
/proc/loadavg: 0.95 0.98 0.99 2/72 7380
/proc/meminfo: memFree=1339368/2055920 swapFree=4192812/4192956
[pid=7372] ppid=7370 vsize=915332 CPUtime=25.56
/proc/7372/stat : 7372 (java) R 7370 7372 6841 0 -1 0 15677 0 1 0 2368 188 0 0 25 0 8 0 77993476 937299968 15414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7372/statm: 228833 15414 2477 14 0 215303 0
[pid=7372/tid=7374] ppid=7370 vsize=915332 CPUtime=0.04
/proc/7372/task/7374/stat : 7374 (java) S 7370 7372 6841 0 -1 64 1537 0 0 0 4 0 0 0 16 0 8 0 77993480 937299968 15414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7375] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7375/stat : 7375 (java) S 7370 7372 6841 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 77993481 937299968 15414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7376] ppid=7370 vsize=915336 CPUtime=0
/proc/7372/task/7376/stat : 7376 (java) S 7370 7372 6841 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 77993481 937304064 15414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7377] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7377/stat : 7377 (java) S 7370 7372 6841 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 77993484 937299968 15414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7378] ppid=7370 vsize=915332 CPUtime=0.09
/proc/7372/task/7378/stat : 7378 (java) S 7370 7372 6841 0 -1 64 324 0 0 0 9 0 0 0 16 0 8 0 77993484 937299968 15414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7379] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7379/stat : 7379 (java) S 7370 7372 6841 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 77993484 937299968 15414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7380] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7380/stat : 7380 (java) S 7370 7372 6841 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 77993484 937299968 15414 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.56
Current children cumulated vsize (KiB) 915332

[startup+51.2712 s]
/proc/loadavg: 0.96 0.98 0.99 2/72 7380
/proc/meminfo: memFree=1339112/2055920 swapFree=4192812/4192956
[pid=7372] ppid=7370 vsize=915332 CPUtime=51.23
/proc/7372/stat : 7372 (java) R 7370 7372 6841 0 -1 0 15844 0 1 0 4866 257 0 0 25 0 8 0 77993476 937299968 15572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073600892 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7372/statm: 228833 15572 2530 14 0 215303 0
[pid=7372/tid=7374] ppid=7370 vsize=915332 CPUtime=0.05
/proc/7372/task/7374/stat : 7374 (java) S 7370 7372 6841 0 -1 64 1538 0 0 0 5 0 0 0 16 0 8 0 77993480 937299968 15572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7375] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7375/stat : 7375 (java) S 7370 7372 6841 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 77993481 937299968 15572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7376] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7376/stat : 7376 (java) S 7370 7372 6841 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 77993481 937299968 15572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7377] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7377/stat : 7377 (java) S 7370 7372 6841 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 77993484 937299968 15572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7378] ppid=7370 vsize=915332 CPUtime=0.2
/proc/7372/task/7378/stat : 7378 (java) S 7370 7372 6841 0 -1 64 387 0 0 0 19 1 0 0 16 0 8 0 77993484 937299968 15572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7379] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7379/stat : 7379 (java) S 7370 7372 6841 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 77993484 937299968 15572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7380] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7380/stat : 7380 (java) S 7370 7372 6841 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 77993484 937299968 15572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.23
Current children cumulated vsize (KiB) 915332

[startup+102.542 s]
/proc/loadavg: 1.04 1.00 1.00 2/72 7380
/proc/meminfo: memFree=1339112/2055920 swapFree=4192812/4192956
[pid=7372] ppid=7370 vsize=915332 CPUtime=102.46
/proc/7372/stat : 7372 (java) R 7370 7372 6841 0 -1 0 15845 0 1 0 9989 257 0 0 25 0 8 0 77993476 937299968 15572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073750891 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7372/statm: 228833 15572 2530 14 0 215303 0
[pid=7372/tid=7374] ppid=7370 vsize=915332 CPUtime=0.05
/proc/7372/task/7374/stat : 7374 (java) S 7370 7372 6841 0 -1 64 1538 0 0 0 5 0 0 0 16 0 8 0 77993480 937299968 15572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7375] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7375/stat : 7375 (java) S 7370 7372 6841 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 77993481 937299968 15572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7376] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7376/stat : 7376 (java) S 7370 7372 6841 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 77993481 937299968 15572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7377] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7377/stat : 7377 (java) S 7370 7372 6841 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 77993484 937299968 15572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7378] ppid=7370 vsize=915332 CPUtime=0.2
/proc/7372/task/7378/stat : 7378 (java) S 7370 7372 6841 0 -1 64 387 0 0 0 19 1 0 0 16 0 8 0 77993484 937299968 15572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7379] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7379/stat : 7379 (java) S 7370 7372 6841 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 77993484 937299968 15572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7380] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7380/stat : 7380 (java) S 7370 7372 6841 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 77993484 937299968 15572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.46
Current children cumulated vsize (KiB) 915332

[startup+162.545 s]
/proc/loadavg: 1.01 1.00 1.00 2/72 7380
/proc/meminfo: memFree=1339112/2055920 swapFree=4192812/4192956
[pid=7372] ppid=7370 vsize=915332 CPUtime=162.42
/proc/7372/stat : 7372 (java) R 7370 7372 6841 0 -1 0 15846 0 1 0 15985 257 0 0 25 0 8 0 77993476 937299968 15572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073757188 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

/proc/7372/task/7377/stat : 7377 (java) S 7370 7372 6841 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 77993484 937299968 15572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7378] ppid=7370 vsize=915332 CPUtime=0.2
/proc/7372/task/7378/stat : 7378 (java) S 7370 7372 6841 0 -1 64 387 0 0 0 19 1 0 0 16 0 8 0 77993484 937299968 15572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7379] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7379/stat : 7379 (java) S 7370 7372 6841 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 77993484 937299968 15572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7380] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7380/stat : 7380 (java) S 7370 7372 6841 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 77993484 937299968 15572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.4
Current children cumulated vsize (KiB) 915332

[startup+282.559 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 7380
/proc/meminfo: memFree=1339048/2055920 swapFree=4192812/4192956
[pid=7372] ppid=7370 vsize=915332 CPUtime=282.39
/proc/7372/stat : 7372 (java) R 7370 7372 6841 0 -1 0 15846 0 1 0 27981 258 0 0 25 0 8 0 77993476 937299968 15572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073630019 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7372/statm: 228833 15572 2530 14 0 215303 0
[pid=7372/tid=7374] ppid=7370 vsize=915332 CPUtime=0.05
/proc/7372/task/7374/stat : 7374 (java) S 7370 7372 6841 0 -1 64 1538 0 0 0 5 0 0 0 16 0 8 0 77993480 937299968 15572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7375] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7375/stat : 7375 (java) S 7370 7372 6841 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 77993481 937299968 15572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7376] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7376/stat : 7376 (java) S 7370 7372 6841 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 77993481 937299968 15572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7377] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7377/stat : 7377 (java) S 7370 7372 6841 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 77993484 937299968 15572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7378] ppid=7370 vsize=915332 CPUtime=0.2
/proc/7372/task/7378/stat : 7378 (java) S 7370 7372 6841 0 -1 64 387 0 0 0 19 1 0 0 16 0 8 0 77993484 937299968 15572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7379] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7379/stat : 7379 (java) S 7370 7372 6841 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 77993484 937299968 15572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7380] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7380/stat : 7380 (java) S 7370 7372 6841 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 77993484 937299968 15572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 282.39
Current children cumulated vsize (KiB) 915332

[startup+342.591 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7538
/proc/meminfo: memFree=1337848/2055920 swapFree=4192812/4192956
[pid=7372] ppid=7370 vsize=915332 CPUtime=342.38
/proc/7372/stat : 7372 (java) R 7370 7372 6841 0 -1 0 15847 0 1 0 33971 267 0 0 25 0 8 0 77993476 937299968 15572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336169 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7372/statm: 228833 15572 2530 14 0 215303 0
[pid=7372/tid=7374] ppid=7370 vsize=915332 CPUtime=0.05
/proc/7372/task/7374/stat : 7374 (java) S 7370 7372 6841 0 -1 64 1538 0 0 0 5 0 0 0 16 0 8 0 77993480 937299968 15572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7375] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7375/stat : 7375 (java) S 7370 7372 6841 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 77993481 937299968 15572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7376] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7376/stat : 7376 (java) S 7370 7372 6841 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 77993481 937299968 15572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7377] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7377/stat : 7377 (java) S 7370 7372 6841 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 77993484 937299968 15572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7378] ppid=7370 vsize=915332 CPUtime=0.2
/proc/7372/task/7378/stat : 7378 (java) S 7370 7372 6841 0 -1 64 387 0 0 0 19 1 0 0 16 0 8 0 77993484 937299968 15572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7379] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7379/stat : 7379 (java) S 7370 7372 6841 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 77993484 937299968 15572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7380] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7380/stat : 7380 (java) S 7370 7372 6841 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 77993484 937299968 15572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 342.38
Current children cumulated vsize (KiB) 915332

[startup+402.611 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 7578
/proc/meminfo: memFree=1338792/2055920 swapFree=4192812/4192956
[pid=7372] ppid=7370 vsize=915332 CPUtime=402.36
/proc/7372/stat : 7372 (java) R 7370 7372 6841 0 -1 0 15847 0 1 0 39965 271 0 0 25 0 8 0 77993476 937299968 15572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073758706 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7372/statm: 228833 15572 2530 14 0 215303 0
[pid=7372/tid=7374] ppid=7370 vsize=915332 CPUtime=0.05
/proc/7372/task/7374/stat : 7374 (java) S 7370 7372 6841 0 -1 64 1538 0 0 0 5 0 0 0 16 0 8 0 77993480 937299968 15572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7375] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7375/stat : 7375 (java) S 7370 7372 6841 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 77993481 937299968 15572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7376] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7376/stat : 7376 (java) S 7370 7372 6841 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 77993481 937299968 15572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7377] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7377/stat : 7377 (java) S 7370 7372 6841 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 77993484 937299968 15572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7378] ppid=7370 vsize=915332 CPUtime=0.2
/proc/7372/task/7378/stat : 7378 (java) S 7370 7372 6841 0 -1 64 387 0 0 0 19 1 0 0 16 0 8 0 77993484 937299968 15572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7379] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7379/stat : 7379 (java) S 7370 7372 6841 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 77993484 937299968 15572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7380] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7380/stat : 7380 (java) S 7370 7372 6841 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 77993484 937299968 15572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 402.36
Current children cumulated vsize (KiB) 915332

[startup+462.615 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 7578
/proc/meminfo: memFree=1338792/2055920 swapFree=4192812/4192956
[pid=7372] ppid=7370 vsize=915332 CPUtime=462.33
/proc/7372/stat : 7372 (java) R 7370 7372 6841 0 -1 0 15847 0 1 0 45962 271 0 0 25 0 8 0 77993476 937299968 15572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073757231 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7372/statm: 228833 15572 2530 14 0 215303 0
[pid=7372/tid=7374] ppid=7370 vsize=915332 CPUtime=0.05
/proc/7372/task/7374/stat : 7374 (java) S 7370 7372 6841 0 -1 64 1538 0 0 0 5 0 0 0 16 0 8 0 77993480 937299968 15572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7375] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7375/stat : 7375 (java) S 7370 7372 6841 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 77993481 937299968 15572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7376] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7376/stat : 7376 (java) S 7370 7372 6841 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 77993481 937299968 15572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7377] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7377/stat : 7377 (java) S 7370 7372 6841 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 77993484 937299968 15572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7378] ppid=7370 vsize=915332 CPUtime=0.2
/proc/7372/task/7378/stat : 7378 (java) S 7370 7372 6841 0 -1 64 387 0 0 0 19 1 0 0 16 0 8 0 77993484 937299968 15572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7379] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7379/stat : 7379 (java) S 7370 7372 6841 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 77993484 937299968 15572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7380] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7380/stat : 7380 (java) S 7370 7372 6841 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 77993484 937299968 15572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 462.33
Current children cumulated vsize (KiB) 915332

[startup+522.622 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 7578
/proc/meminfo: memFree=1338792/2055920 swapFree=4192812/4192956
[pid=7372] ppid=7370 vsize=915332 CPUtime=522.29
/proc/7372/stat : 7372 (java) R 7370 7372 6841 0 -1 0 15847 0 1 0 51958 271 0 0 25 0 8 0 77993476 937299968 15572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073752187 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7372/statm: 228833 15572 2530 14 0 215303 0
[pid=7372/tid=7374] ppid=7370 vsize=915332 CPUtime=0.05
/proc/7372/task/7374/stat : 7374 (java) S 7370 7372 6841 0 -1 64 1538 0 0 0 5 0 0 0 16 0 8 0 77993480 937299968 15572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7375] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7375/stat : 7375 (java) S 7370 7372 6841 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 77993481 937299968 15572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7376] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7376/stat : 7376 (java) S 7370 7372 6841 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 77993481 937299968 15572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7377] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7377/stat : 7377 (java) S 7370 7372 6841 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 77993484 937299968 15572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7378] ppid=7370 vsize=915332 CPUtime=0.2
/proc/7372/task/7378/stat : 7378 (java) S 7370 7372 6841 0 -1 64 387 0 0 0 19 1 0 0 16 0 8 0 77993484 937299968 15572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7379] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7379/stat : 7379 (java) S 7370 7372 6841 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 77993484 937299968 15572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7380] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7380/stat : 7380 (java) S 7370 7372 6841 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 77993484 937299968 15572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 915332

[startup+582.631 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 7578
/proc/meminfo: memFree=1338792/2055920 swapFree=4192812/4192956
[pid=7372] ppid=7370 vsize=915332 CPUtime=582.26
/proc/7372/stat : 7372 (java) R 7370 7372 6841 0 -1 0 15847 0 1 0 57955 271 0 0 25 0 8 0 77993476 937299968 15572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073600880 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7372/statm: 228833 15572 2530 14 0 215303 0
[pid=7372/tid=7374] ppid=7370 vsize=915332 CPUtime=0.05
/proc/7372/task/7374/stat : 7374 (java) S 7370 7372 6841 0 -1 64 1538 0 0 0 5 0 0 0 16 0 8 0 77993480 937299968 15572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7375] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7375/stat : 7375 (java) S 7370 7372 6841 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 77993481 937299968 15572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7376] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7376/stat : 7376 (java) S 7370 7372 6841 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 77993481 937299968 15572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7377] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7377/stat : 7377 (java) S 7370 7372 6841 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 77993484 937299968 15572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7378] ppid=7370 vsize=915332 CPUtime=0.2
/proc/7372/task/7378/stat : 7378 (java) S 7370 7372 6841 0 -1 64 387 0 0 0 19 1 0 0 16 0 8 0 77993484 937299968 15572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7379] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7379/stat : 7379 (java) S 7370 7372 6841 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 77993484 937299968 15572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7380] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7380/stat : 7380 (java) S 7370 7372 6841 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 77993484 937299968 15572 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 915332

[startup+642.637 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 7578
/proc/meminfo: memFree=1338856/2055920 swapFree=4192812/4192956
[pid=7372] ppid=7370 vsize=915332 CPUtime=642.23
/proc/7372/stat : 7372 (java) R 7370 7372 6841 0 -1 0 15848 0 1 0 63952 271 0 0 25 0 8 0 77993476 937299968 15573 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073595992 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7372/statm: 228833 15573 2530 14 0 215303 0
[pid=7372/tid=7374] ppid=7370 vsize=915332 CPUtime=0.05
/proc/7372/task/7374/stat : 7374 (java) S 7370 7372 6841 0 -1 64 1538 0 0 0 5 0 0 0 16 0 8 0 77993480 937299968 15573 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7375] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7375/stat : 7375 (java) S 7370 7372 6841 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 77993481 937299968 15573 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7376] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7376/stat : 7376 (java) S 7370 7372 6841 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 77993481 937299968 15573 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7377] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7377/stat : 7377 (java) S 7370 7372 6841 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 77993484 937299968 15573 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7378] ppid=7370 vsize=915332 CPUtime=0.2
/proc/7372/task/7378/stat : 7378 (java) S 7370 7372 6841 0 -1 64 388 0 0 0 19 1 0 0 16 0 8 0 77993484 937299968 15573 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7379] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7379/stat : 7379 (java) S 7370 7372 6841 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 77993484 937299968 15573 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7372/tid=7380] ppid=7370 vsize=915332 CPUtime=0
/proc/7372/task/7380/stat : 7380 (java) S 7370 7372 6841 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 77993484 937299968 15573 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 642.23
Current children cumulated vsize (KiB) 915332

Child status: 0
Real time (s): 671.035
CPU time (s): 670.579
CPU user time (s): 667.85
CPU system time (s): 2.72958
CPU usage (%): 99.9321
Max. virtual memory (cumulated for all children) (KiB): 915848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 667.849
system time used= 2.72959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15860
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= 14408
involuntary context switches= 14960

runsolver used 0.555915 s user time and 1.85872 s system time

The end

Launcher Data (download as text)

Begin job on node68 on Sat Jan 20 14:56:05 UTC 2007


IDJOB= 280334
IDBENCH= 11082
IDSOLVER= 69
FILE ID= node68/280334-1169304964

PBS_JOBID= 3609880

Free space on /tmp= 66562 MiB

SOLVER NAME= AbsconMax 109 PFC
BENCH NAME= HOME/pub/bench/CPAI06/random/rand-10-20-10/rand-10-20-10-5-10000-1_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/280334-1169304964/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node68/watcher-280334-1169304964 -o ROOT/results/node68/solver-280334-1169304964 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/280334-1169304964/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  809bb56bbf6d233fcd64761c0c680ecd

RANDOM SEED= 491991456

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:       1391864 kB
Buffers:         51880 kB
Cached:         522100 kB
SwapCached:        144 kB
Active:         142036 kB
Inactive:       447824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1391864 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2624 kB
Writeback:           0 kB
Mapped:          25928 kB
Slab:            60188 kB
Committed_AS:   797116 kB
PageTables:       1384 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= 66562 MiB



End job on node68 on Sat Jan 20 15:07:16 UTC 2007