Trace number 279281

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 137.942 138.959

General information on the benchmark

NameMaxCSP/kbtree/kbtree-9-5-3-5/kbtree-9-5-3-5-30/
kbtree-9-5-3-5-30-01_ext.xml
MD5SUM7929c4eaa20973850e35c9818a47b87d
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints247
Best CPU time to get the best result obtained on this benchmark3.00954
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints255
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension255
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.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=pfc.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/279281-1169291961/unknown.xml
0.35	   
0.35	   domains being loaded...
0.35	   
0.35	   variables being loaded...
0.39	     nbVariables=40  nbDomainTypes=1  minDomainSize=5  maxDomainSize=5
0.39	       =>  wckTime=0.097  cpuTime=0.09  mem=6M910
0.39	   
0.39	   relations being loaded...
0.44	   
0.44	   constraints being loaded...
0.54	     nbConstraints=255  nbRelationTypes=255  nbExtensionStructures=255  nbSharedExtensionStructures=0
0.54	     nbConflictsStructures=255  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2519  maxDegree=29
0.54	     maxArity=2
0.54	       =>  wckTime=0.245  cpuTime=0.17  mem=8M860
0.58	   
0.58	   solver LocalSearchSolver being built... 
0.62	       =>  wckTime=0.326  cpuTime=0.21  mem=5M600
0.62	
0.62	s SATISFIABLE
0.62	o 196
0.62	c 59
0.62	o 202
0.62	c 53
0.62	o 206
0.62	c 49
0.62	o 209
0.62	c 46
0.62	o 213
0.62	c 42
0.63	o 215
0.63	c 40
0.63	o 218
0.63	c 37
0.63	o 221
0.63	c 34
0.63	o 223
0.63	c 32
0.63	o 226
0.63	c 29
0.63	o 227
0.63	c 28
0.63	o 228
0.63	c 27
0.63	o 229
0.63	c 26
0.64	o 232
0.64	c 23
0.64	o 233
0.64	c 22
0.64	o 234
0.64	c 21
0.64	o 235
0.64	c 20
0.64	o 236
0.64	c 19
0.64	o 237
0.64	c 18
0.65	o 238
0.65	c 17
0.66	o 239
0.66	c 16
0.67	o 240
0.67	c 15
0.67	o 241
0.67	c 14
0.67	o 242
0.67	c 13
0.68	o 243
0.68	c 12
0.69	o 244
0.69	c 11
0.69	o 245
0.69	c 10
1.15	o 246
1.15	c 9
2.05	   
2.05	   search
2.05	     run=0  nbConstraintChecks=7139245  nbAssignments=10000
2.05	       =>  wckTime=1.437  cpuTime=1.41  mem=5M600
2.68	o 247
2.68	c 8
3.43	   
3.43	   search
3.43	     run=1  nbConstraintChecks=14490153  nbAssignments=20000
3.43	       =>  wckTime=2.811  cpuTime=2.78  mem=5M600
4.76	   
4.76	   search
4.76	     run=2  nbConstraintChecks=21588272  nbAssignments=30000
4.76	       =>  wckTime=4.148  cpuTime=4.11  mem=5M600
6.12	   
6.12	   search
6.12	     run=3  nbConstraintChecks=28832097  nbAssignments=40000
6.13	       =>  wckTime=5.51  cpuTime=5.48  mem=5M600
7.47	   
7.48	   search
7.48	     run=4  nbConstraintChecks=36012000  nbAssignments=50000
7.48	       =>  wckTime=6.86  cpuTime=6.83  mem=5M600
8.86	   
8.86	   search
8.86	     run=5  nbConstraintChecks=43441215  nbAssignments=60000
8.86	       =>  wckTime=8.24  cpuTime=8.21  mem=5M600
10.20	   
10.20	   search
10.20	     run=6  nbConstraintChecks=50584971  nbAssignments=70000
10.20	       =>  wckTime=9.586  cpuTime=9.55  mem=5M600
11.56	   
11.56	   search
11.56	     run=7  nbConstraintChecks=57861062  nbAssignments=80000
11.56	       =>  wckTime=10.948  cpuTime=10.92  mem=5M600
12.91	   
12.91	   search
12.91	     run=8  nbConstraintChecks=64960250  nbAssignments=90000
12.91	       =>  wckTime=12.296  cpuTime=12.27  mem=5M600
14.30	   
14.30	   search
14.30	     run=9  nbConstraintChecks=72355611  nbAssignments=100000
14.30	       =>  wckTime=13.685  cpuTime=13.65  mem=5M600
15.66	   
15.66	   search
15.66	     run=10  nbConstraintChecks=79493399  nbAssignments=110000
15.66	       =>  wckTime=15.042  cpuTime=15.0  mem=5M600
17.05	   
17.05	   search
17.05	     run=11  nbConstraintChecks=86983303  nbAssignments=120000
17.05	       =>  wckTime=16.434  cpuTime=16.4  mem=5M600
18.42	   
18.42	   search
18.42	     run=12  nbConstraintChecks=94221225  nbAssignments=130000
18.42	       =>  wckTime=17.802  cpuTime=17.77  mem=5M600
19.79	   
19.79	   search
19.79	     run=13  nbConstraintChecks=101490017  nbAssignments=140000
19.79	       =>  wckTime=19.175  cpuTime=19.14  mem=5M600
21.15	   
21.15	   search
21.15	     run=14  nbConstraintChecks=108650356  nbAssignments=150000
21.15	       =>  wckTime=20.534  cpuTime=20.5  mem=5M600
22.53	   
22.53	   search
22.53	     run=15  nbConstraintChecks=116016254  nbAssignments=160000
22.53	       =>  wckTime=21.917  cpuTime=21.88  mem=5M600
23.88	   
23.88	   search
23.88	     run=16  nbConstraintChecks=123178696  nbAssignments=170000
23.88	       =>  wckTime=23.266  cpuTime=23.23  mem=5M600
25.25	   
25.25	   search
25.25	     run=17  nbConstraintChecks=130492842  nbAssignments=180000
25.25	       =>  wckTime=24.637  cpuTime=24.6  mem=5M600
26.59	   
26.59	   search
26.59	     run=18  nbConstraintChecks=137600800  nbAssignments=190000
26.59	       =>  wckTime=25.978  cpuTime=25.94  mem=5M600
27.97	   
27.97	   search
27.97	     run=19  nbConstraintChecks=145024929  nbAssignments=200000
27.97	       =>  wckTime=27.357  cpuTime=27.32  mem=5M600
29.34	   
29.34	   search
29.34	     run=20  nbConstraintChecks=152354040  nbAssignments=210000
29.34	       =>  wckTime=28.724  cpuTime=28.68  mem=5M600
30.71	   
30.71	   search
30.71	     run=21  nbConstraintChecks=159687496  nbAssignments=220000
30.71	       =>  wckTime=30.098  cpuTime=30.05  mem=5M600
32.07	   
32.07	   search
32.07	     run=22  nbConstraintChecks=166919502  nbAssignments=230000
32.07	       =>  wckTime=31.454  cpuTime=31.41  mem=5M600
32.71	   
32.71	   search
32.71	     run=23  nbConstraintChecks=170357852  nbAssignments=234592
32.71	       =>  wckTime=32.094  cpuTime=32.05  mem=5M600
32.71	   
32.71	   global
32.71	     nbConstraintChecks=170357852  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
32.71	     solvingWckTime=32.093  solvingCpuTime=32.06  expiredTime=no  totalExploration=no  nbFoundSolutions=0
32.71	     globalCpuTime=32.31
32.71	       =>  wckTime=32.421  cpuTime=32.27  mem=5M600
32.71	   
32.71	   solver IterativeSystematicSolver being built... 
32.94	       =>  wckTime=32.649  cpuTime=32.36  mem=16M687
32.95	   
32.95	   preprocessing
32.95	     nbConstraintChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
32.95	     detectedInconsistency=no
32.95	       =>  wckTime=0.0050  cpuTime=0.01  mem=16M687
33.01	   
33.01	   search
33.01	     run=0  nbConstraintChecks=40547  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=37
33.01	     nbFailedAssignments=16  nbBacktracks=10  nbVisitedNodes=64  nbRestartNogoods=0
33.01	       =>  wckTime=0.066  cpuTime=0.05  mem=16M687
33.06	   
33.06	   search
33.06	     run=1  nbConstraintChecks=95095  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=85
33.06	     nbFailedAssignments=40  nbBacktracks=25  nbVisitedNodes=151  nbRestartNogoods=4
33.06	       =>  wckTime=0.116  cpuTime=0.08  mem=16M687
33.11	   
33.11	   search
33.11	     run=2  nbConstraintChecks=196860  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=168
33.11	     nbFailedAssignments=87  nbBacktracks=48  nbVisitedNodes=304  nbRestartNogoods=9
33.11	       =>  wckTime=0.173  cpuTime=0.14  mem=16M687
33.18	   
33.18	   search
33.18	     run=3  nbConstraintChecks=327308  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=274
33.18	     nbFailedAssignments=150  nbBacktracks=81  nbVisitedNodes=506  nbRestartNogoods=17
33.18	       =>  wckTime=0.239  cpuTime=0.2  mem=16M687
33.29	   
33.29	   search
33.29	     run=4  nbConstraintChecks=552404  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=444
33.29	     nbFailedAssignments=256  nbBacktracks=131  nbVisitedNodes=832  nbRestartNogoods=22
33.29	       =>  wckTime=0.346  cpuTime=0.3  mem=16M687
33.42	   
33.42	   search
33.42	     run=5  nbConstraintChecks=851192  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=653
33.42	     nbFailedAssignments=379  nbBacktracks=206  nbVisitedNodes=1239  nbRestartNogoods=26
33.42	       =>  wckTime=0.48  cpuTime=0.44  mem=16M687
33.60	   
33.60	   search
33.60	     run=6  nbConstraintChecks=1239908  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=926
33.60	     nbFailedAssignments=527  nbBacktracks=319  nbVisitedNodes=1773  nbRestartNogoods=34
33.60	       =>  wckTime=0.655  cpuTime=0.61  mem=16M687
33.89	   
33.89	   search
33.89	     run=7  nbConstraintChecks=1876962  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1359
33.89	     nbFailedAssignments=779  nbBacktracks=489  nbVisitedNodes=2628  nbRestartNogoods=42
33.89	       =>  wckTime=0.951  cpuTime=0.9  mem=16M687
34.35	   
34.35	   search
34.35	     run=8  nbConstraintChecks=2917356  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2064
34.35	     nbFailedAssignments=1216  nbBacktracks=746  nbVisitedNodes=4027  nbRestartNogoods=52
34.35	       =>  wckTime=1.41  cpuTime=1.34  mem=16M687
34.96	   
34.96	   search
34.96	     run=9  nbConstraintChecks=4162412  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=3005
34.96	     nbFailedAssignments=1764  nbBacktracks=1130  nbVisitedNodes=5900  nbRestartNogoods=56
34.96	       =>  wckTime=2.017  cpuTime=1.93  mem=16M687
36.15	   
36.15	   search
36.15	     run=10  nbConstraintChecks=6591770  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=4740
36.15	     nbFailedAssignments=2912  nbBacktracks=1707  nbVisitedNodes=9360  nbRestartNogoods=60
36.15	       =>  wckTime=3.211  cpuTime=3.11  mem=16M687
37.59	   
37.59	   search
37.59	     run=11  nbConstraintChecks=9809969  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=6864
37.59	     nbFailedAssignments=4161  nbBacktracks=2571  nbVisitedNodes=13597  nbRestartNogoods=68
37.59	       =>  wckTime=4.65  cpuTime=4.54  mem=16M687
39.94	   
39.94	   search
39.94	     run=12  nbConstraintChecks=15513554  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=10555
39.94	     nbFailedAssignments=6545  nbBacktracks=3868  nbVisitedNodes=20969  nbRestartNogoods=81
39.94	       =>  wckTime=7.002  cpuTime=6.87  mem=16M687
43.15	   
43.15	   search
43.15	     run=13  nbConstraintChecks=23213826  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=15777
43.15	     nbFailedAssignments=9810  nbBacktracks=5815  nbVisitedNodes=31403  nbRestartNogoods=94
43.15	       =>  wckTime=10.206  cpuTime=10.04  mem=16M687
48.03	   
48.03	   search
48.03	     run=14  nbConstraintChecks=33862451  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=23229
48.04	     nbFailedAssignments=14331  nbBacktracks=8735  nbVisitedNodes=46296  nbRestartNogoods=108
48.04	       =>  wckTime=15.094  cpuTime=14.9  mem=16M687
55.07	   
55.07	   search
55.07	     run=15  nbConstraintChecks=51300891  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=34940
55.07	     nbFailedAssignments=21652  nbBacktracks=13113  nbVisitedNodes=69706  nbRestartNogoods=118
55.08	       =>  wckTime=22.134  cpuTime=21.88  mem=16M687
66.62	   
66.62	   search
66.62	     run=16  nbConstraintChecks=79949020  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=53266
66.62	     nbFailedAssignments=33394  nbBacktracks=19681  nbVisitedNodes=106340  nbRestartNogoods=128
66.62	       =>  wckTime=33.678  cpuTime=33.33  mem=16M687
81.66	   
81.66	   search
81.66	     run=17  nbConstraintChecks=116127521  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=77423
81.66	     nbFailedAssignments=47689  nbBacktracks=29533  nbVisitedNodes=154624  nbRestartNogoods=143
81.66	       =>  wckTime=48.719  cpuTime=48.25  mem=16M687
103.54	   
103.54	   search
103.54	     run=18  nbConstraintChecks=165957951  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=113094
103.54	     nbFailedAssignments=68569  nbBacktracks=44312  nbVisitedNodes=225599  nbRestartNogoods=152
103.54	       =>  wckTime=70.603  cpuTime=69.95  mem=16M687
131.42	   
131.42	   search
131.42	     run=19  nbConstraintChecks=228438600  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=161508
131.42	     nbFailedAssignments=94805  nbBacktracks=66480  nbVisitedNodes=320434  nbRestartNogoods=163
131.42	       =>  wckTime=98.479  cpuTime=97.59  mem=16M687
138.94	   
138.94	   search
138.94	     run=20  nbConstraintChecks=243833103  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=174493
138.94	     nbFailedAssignments=101469  nbBacktracks=72802  nbVisitedNodes=345419  nbRestartNogoods=174
138.94	       =>  wckTime=105.998  cpuTime=105.05  mem=16M687
138.94	   
138.94	   global
138.94	     nbConstraintChecks=243833103  nbRestartNogoods=174  solvingWckTime=105.999  solvingCpuTime=105.05  expiredTime=no
138.94	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=137.45
138.94	       =>  wckTime=138.649  cpuTime=137.41  mem=16M687
138.94	
138.94	s OPTIMUM FOUND
138.94	v 0 0 1 1 3 3 0 0 1 4 2 1 3 0 4 1 4 2 0 4 1 1 4 3 4 1 1 3 1 2 2 2 3 2 4 2 3 3 4 1 
138.94	   
138.94	   totalWckTime=138.725  totalCpuTime=137.45

Verifier Data (download as text)

8 unsatisfied constraints, 247 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/node34/watcher-279281-1169291961 -o ROOT/results/node34/solver-279281-1169291961 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/279281-1169291961/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: 1.68 1.74 1.85 4/80 23760
/proc/meminfo: memFree=941768/2055920 swapFree=4192812/4192956
[pid=23759] ppid=23757 vsize=172 CPUtime=0
/proc/23759/stat : 23759 (java) R 23757 23759 23407 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 277589906 176128 24 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 7721259 0 0 4096 0 0 0 0 17 0 0 0
/proc/23759/statm: 43 24 18 14 0 3 0

[startup+0.107787 s]
/proc/loadavg: 1.68 1.74 1.85 4/80 23760
/proc/meminfo: memFree=941768/2055920 swapFree=4192812/4192956
[pid=23759] ppid=23757 vsize=914988 CPUtime=0.09
/proc/23759/stat : 23759 (java) R 23757 23759 23407 0 -1 0 3077 0 1 0 8 1 0 0 24 0 8 0 277589906 936947712 2823 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155770466 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23759/statm: 228747 2823 1455 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.515821 s]
/proc/loadavg: 1.68 1.74 1.85 4/80 23760
/proc/meminfo: memFree=941768/2055920 swapFree=4192812/4192956
[pid=23759] ppid=23757 vsize=915332 CPUtime=0.49
/proc/23759/stat : 23759 (java) R 23757 23759 23407 0 -1 0 6596 0 1 0 45 4 0 0 25 0 8 0 277589906 937299968 6335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152819938 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23759/statm: 228833 6336 2149 14 0 215303 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915332

[startup+1.33789 s]
/proc/loadavg: 1.70 1.75 1.85 3/87 23767
/proc/meminfo: memFree=923472/2055920 swapFree=4192812/4192956
[pid=23759] ppid=23757 vsize=915464 CPUtime=1.31
/proc/23759/stat : 23759 (java) R 23757 23759 23407 0 -1 0 7263 0 1 0 108 23 0 0 25 0 8 0 277589906 937435136 7001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23759/statm: 228866 7001 2476 14 0 215336 0
[pid=23759/tid=23761] ppid=23757 vsize=915464 CPUtime=0.02
/proc/23759/task/23761/stat : 23761 (java) S 23757 23759 23407 0 -1 64 179 0 0 0 2 0 0 0 16 0 8 0 277589910 937435136 7001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23759/tid=23762] ppid=23757 vsize=915464 CPUtime=0
/proc/23759/task/23762/stat : 23762 (java) S 23757 23759 23407 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 277589910 937435136 7001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23759/tid=23763] ppid=23757 vsize=915464 CPUtime=0
/proc/23759/task/23763/stat : 23763 (java) S 23757 23759 23407 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 277589910 937435136 7001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23759/tid=23764] ppid=23757 vsize=915464 CPUtime=0
/proc/23759/task/23764/stat : 23764 (java) S 23757 23759 23407 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 277589913 937435136 7001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23759/tid=23765] ppid=23757 vsize=915464 CPUtime=0.14
/proc/23759/task/23765/stat : 23765 (java) S 23757 23759 23407 0 -1 64 346 0 0 0 13 1 0 0 16 0 8 0 277589913 937435136 7001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23759/tid=23766] ppid=23757 vsize=915464 CPUtime=0
/proc/23759/task/23766/stat : 23766 (java) S 23757 23759 23407 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 277589913 937435136 7001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23759/tid=23767] ppid=23757 vsize=915464 CPUtime=0
/proc/23759/task/23767/stat : 23767 (java) S 23757 23759 23407 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 277589913 937435136 7001 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915464

[startup+2.98902 s]
/proc/loadavg: 1.70 1.75 1.85 3/87 23767
/proc/meminfo: memFree=923472/2055920 swapFree=4192812/4192956
[pid=23759] ppid=23757 vsize=915464 CPUtime=2.95
/proc/23759/stat : 23759 (java) R 23757 23759 23407 0 -1 0 7266 0 1 0 229 66 0 0 25 0 8 0 277589906 937435136 7003 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23759/statm: 228866 7003 2476 14 0 215336 0
[pid=23759/tid=23761] ppid=23757 vsize=915464 CPUtime=0.02
/proc/23759/task/23761/stat : 23761 (java) S 23757 23759 23407 0 -1 64 179 0 0 0 2 0 0 0 16 0 8 0 277589910 937435136 7003 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23759/tid=23762] ppid=23757 vsize=915464 CPUtime=0
/proc/23759/task/23762/stat : 23762 (java) S 23757 23759 23407 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 277589910 937435136 7003 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23759/tid=23763] ppid=23757 vsize=915464 CPUtime=0
/proc/23759/task/23763/stat : 23763 (java) S 23757 23759 23407 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 277589910 937435136 7003 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23759/tid=23764] ppid=23757 vsize=915464 CPUtime=0
/proc/23759/task/23764/stat : 23764 (java) S 23757 23759 23407 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 277589913 937435136 7003 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23759/tid=23765] ppid=23757 vsize=915468 CPUtime=0.14
/proc/23759/task/23765/stat : 23765 (java) S 23757 23759 23407 0 -1 64 348 0 0 0 13 1 0 0 16 0 8 0 277589913 937439232 7003 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23759/tid=23766] ppid=23757 vsize=915464 CPUtime=0
/proc/23759/task/23766/stat : 23766 (java) S 23757 23759 23407 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 277589913 937435136 7003 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23759/tid=23767] ppid=23757 vsize=915464 CPUtime=0
/proc/23759/task/23767/stat : 23767 (java) S 23757 23759 23407 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 277589913 937435136 7003 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915464

[startup+6.26829 s]
/proc/loadavg: 1.70 1.75 1.85 3/87 23767
/proc/meminfo: memFree=923408/2055920 swapFree=4192812/4192956
[pid=23759] ppid=23757 vsize=915468 CPUtime=6.23
/proc/23759/stat : 23759 (java) R 23757 23759 23407 0 -1 0 7266 0 1 0 468 155 0 0 25 0 8 0 277589906 937439232 7003 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23759/statm: 228866 7003 2476 14 0 215336 0
[pid=23759/tid=23761] ppid=23757 vsize=915464 CPUtime=0.02
/proc/23759/task/23761/stat : 23761 (java) S 23757 23759 23407 0 -1 64 179 0 0 0 2 0 0 0 16 0 8 0 277589910 937435136 7003 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23759/tid=23762] ppid=23757 vsize=915468 CPUtime=0
/proc/23759/task/23762/stat : 23762 (java) S 23757 23759 23407 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 277589910 937439232 7003 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23759/tid=23763] ppid=23757 vsize=915464 CPUtime=0
/proc/23759/task/23763/stat : 23763 (java) S 23757 23759 23407 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 277589910 937435136 7003 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23759/tid=23764] ppid=23757 vsize=915464 CPUtime=0
/proc/23759/task/23764/stat : 23764 (java) S 23757 23759 23407 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 277589913 937435136 7003 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23759/tid=23765] ppid=23757 vsize=915468 CPUtime=0.14
/proc/23759/task/23765/stat : 23765 (java) S 23757 23759 23407 0 -1 64 348 0 0 0 13 1 0 0 16 0 8 0 277589913 937439232 7003 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23759/tid=23766] ppid=23757 vsize=915464 CPUtime=0
/proc/23759/task/23766/stat : 23766 (java) S 23757 23759 23407 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 277589913 937435136 7003 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23759/tid=23767] ppid=23757 vsize=915464 CPUtime=0
/proc/23759/task/23767/stat : 23767 (java) S 23757 23759 23407 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 277589913 937435136 7003 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 915468

[startup+12.7558 s]
/proc/loadavg: 1.75 1.76 1.85 3/87 23767
/proc/meminfo: memFree=923408/2055920 swapFree=4192812/4192956
[pid=23759] ppid=23757 vsize=915464 CPUtime=12.72
/proc/23759/stat : 23759 (java) R 23757 23759 23407 0 -1 0 7267 0 1 0 938 334 0 0 25 0 8 0 277589906 937435136 7004 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23759/statm: 228866 7004 2476 14 0 215336 0
[pid=23759/tid=23761] ppid=23757 vsize=915464 CPUtime=0.02
/proc/23759/task/23761/stat : 23761 (java) S 23757 23759 23407 0 -1 64 179 0 0 0 2 0 0 0 16 0 8 0 277589910 937435136 7004 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23759/tid=23762] ppid=23757 vsize=915464 CPUtime=0
/proc/23759/task/23762/stat : 23762 (java) S 23757 23759 23407 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 277589910 937435136 7004 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23759/tid=23763] ppid=23757 vsize=915464 CPUtime=0
/proc/23759/task/23763/stat : 23763 (java) S 23757 23759 23407 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 277589910 937435136 7004 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23759/tid=23764] ppid=23757 vsize=915464 CPUtime=0
/proc/23759/task/23764/stat : 23764 (java) S 23757 23759 23407 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 277589913 937435136 7004 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23759/tid=23765] ppid=23757 vsize=915464 CPUtime=0.14
/proc/23759/task/23765/stat : 23765 (java) S 23757 23759 23407 0 -1 64 349 0 0 0 13 1 0 0 16 0 8 0 277589913 937435136 7004 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23759/tid=23766] ppid=23757 vsize=915464 CPUtime=0
/proc/23759/task/23766/stat : 23766 (java) S 23757 23759 23407 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 277589913 937435136 7004 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23759/tid=23767] ppid=23757 vsize=915468 CPUtime=0
/proc/23759/task/23767/stat : 23767 (java) S 23757 23759 23407 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 277589913 937439232 7004 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) 915464

[startup+25.5949 s]
/proc/loadavg: 1.79 1.76 1.85 3/87 23767
/proc/meminfo: memFree=923472/2055920 swapFree=4192812/4192956
[pid=23759] ppid=23757 vsize=915468 CPUtime=25.55
/proc/23759/stat : 23759 (java) R 23757 23759 23407 0 -1 0 7267 0 1 0 1887 668 0 0 25 0 8 0 277589906 937439232 7004 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23759/statm: 228866 7004 2476 14 0 215336 0
[pid=23759/tid=23761] ppid=23757 vsize=915464 CPUtime=0.02
/proc/23759/task/23761/stat : 23761 (java) S 23757 23759 23407 0 -1 64 179 0 0 0 2 0 0 0 16 0 8 0 277589910 937435136 7004 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23759/tid=23762] ppid=23757 vsize=915468 CPUtime=0
/proc/23759/task/23762/stat : 23762 (java) S 23757 23759 23407 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 277589910 937439232 7004 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23759/tid=23763] ppid=23757 vsize=915464 CPUtime=0
/proc/23759/task/23763/stat : 23763 (java) S 23757 23759 23407 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 277589910 937435136 7004 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23759/tid=23764] ppid=23757 vsize=915464 CPUtime=0
/proc/23759/task/23764/stat : 23764 (java) S 23757 23759 23407 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 277589913 937435136 7004 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23759/tid=23765] ppid=23757 vsize=915468 CPUtime=0.14
/proc/23759/task/23765/stat : 23765 (java) S 23757 23759 23407 0 -1 64 349 0 0 0 13 1 0 0 16 0 8 0 277589913 937439232 7004 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23759/tid=23766] ppid=23757 vsize=915464 CPUtime=0
/proc/23759/task/23766/stat : 23766 (java) S 23757 23759 23407 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 277589913 937435136 7004 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23759/tid=23767] ppid=23757 vsize=915464 CPUtime=0
/proc/23759/task/23767/stat : 23767 (java) S 23757 23759 23407 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 277589913 937435136 7004 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.55
Current children cumulated vsize (KiB) 915468

[startup+51.1989 s]
/proc/loadavg: 1.86 1.78 1.85 3/87 23767
/proc/meminfo: memFree=916432/2055920 swapFree=4192812/4192956
[pid=23759] ppid=23757 vsize=915464 CPUtime=50.89
/proc/23759/stat : 23759 (java) R 23757 23759 23407 0 -1 0 9085 0 1 0 4233 856 0 0 25 0 8 0 277589906 937435136 8819 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073841890 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23759/statm: 228866 8819 2527 14 0 215336 0
[pid=23759/tid=23761] ppid=23757 vsize=915464 CPUtime=0.02
/proc/23759/task/23761/stat : 23761 (java) S 23757 23759 23407 0 -1 64 180 0 0 0 2 0 0 0 16 0 8 0 277589910 937435136 8819 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23759/tid=23762] ppid=23757 vsize=915464 CPUtime=0
/proc/23759/task/23762/stat : 23762 (java) S 23757 23759 23407 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 277589910 937435136 8819 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23759/tid=23763] ppid=23757 vsize=915464 CPUtime=0
/proc/23759/task/23763/stat : 23763 (java) S 23757 23759 23407 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 277589910 937435136 8819 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23759/tid=23764] ppid=23757 vsize=915464 CPUtime=0
/proc/23759/task/23764/stat : 23764 (java) S 23757 23759 23407 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 277589913 937435136 8819 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23759/tid=23765] ppid=23757 vsize=915464 CPUtime=0.24
/proc/23759/task/23765/stat : 23765 (java) S 23757 23759 23407 0 -1 64 404 0 0 0 23 1 0 0 16 0 8 0 277589913 937435136 8819 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23759/tid=23766] ppid=23757 vsize=915464 CPUtime=0
/proc/23759/task/23766/stat : 23766 (java) S 23757 23759 23407 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 277589913 937435136 8819 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23759/tid=23767] ppid=23757 vsize=915464 CPUtime=0
/proc/23759/task/23767/stat : 23767 (java) S 23757 23759 23407 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 277589913 937435136 8819 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.89
Current children cumulated vsize (KiB) 915464

[startup+102.494 s]
/proc/loadavg: 1.94 1.81 1.86 3/87 23769
/proc/meminfo: memFree=916240/2055920 swapFree=4192812/4192956
[pid=23759] ppid=23757 vsize=915464 CPUtime=101.77
/proc/23759/stat : 23759 (java) R 23757 23759 23407 0 -1 0 9095 0 1 0 9321 856 0 0 25 0 8 0 277589906 937435136 8828 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073841932 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23759/statm: 228866 8828 2527 14 0 215336 0
[pid=23759/tid=23761] ppid=23757 vsize=915464 CPUtime=0.02
/proc/23759/task/23761/stat : 23761 (java) S 23757 23759 23407 0 -1 64 180 0 0 0 2 0 0 0 16 0 8 0 277589910 937435136 8828 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23759/tid=23762] ppid=23757 vsize=915464 CPUtime=0
/proc/23759/task/23762/stat : 23762 (java) S 23757 23759 23407 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 277589910 937435136 8828 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23759/tid=23763] ppid=23757 vsize=915464 CPUtime=0
/proc/23759/task/23763/stat : 23763 (java) S 23757 23759 23407 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 277589910 937435136 8828 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23759/tid=23764] ppid=23757 vsize=915464 CPUtime=0
/proc/23759/task/23764/stat : 23764 (java) S 23757 23759 23407 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 277589913 937435136 8828 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23759/tid=23765] ppid=23757 vsize=915464 CPUtime=0.24
/proc/23759/task/23765/stat : 23765 (java) S 23757 23759 23407 0 -1 64 405 0 0 0 23 1 0 0 16 0 8 0 277589913 937435136 8828 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23759/tid=23766] ppid=23757 vsize=915464 CPUtime=0
/proc/23759/task/23766/stat : 23766 (java) S 23757 23759 23407 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 277589913 937435136 8828 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23759/tid=23767] ppid=23757 vsize=915464 CPUtime=0
/proc/23759/task/23767/stat : 23767 (java) S 23757 23759 23407 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 277589913 937435136 8828 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.77
Current children cumulated vsize (KiB) 915464

Child status: 0
Real time (s): 138.959
CPU time (s): 137.942
CPU user time (s): 129.363
CPU system time (s): 8.5787
CPU usage (%): 99.2681
Max. virtual memory (cumulated for all children) (KiB): 915468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 129.363
system time used= 8.57869
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9194
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= 4050
involuntary context switches= 6795

runsolver used 0.149977 s user time and 0.432934 s system time

The end

Launcher Data (download as text)

Begin job on node34 on Sat Jan 20 11:19:22 UTC 2007


IDJOB= 279281
IDBENCH= 9775
IDSOLVER= 69
FILE ID= node34/279281-1169291961

PBS_JOBID= 3609778

Free space on /tmp= 66561 MiB

SOLVER NAME= AbsconMax 109 PFC
BENCH NAME= HOME/pub/bench/CPAI06/MaxCSP/kbtree/kbtree-9-5-3-5/kbtree-9-5-3-5-30/kbtree-9-5-3-5-30-01_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/279281-1169291961/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node34/watcher-279281-1169291961 -o ROOT/results/node34/solver-279281-1169291961 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/279281-1169291961/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  7929c4eaa20973850e35c9818a47b87d

RANDOM SEED= 132367495

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.227
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.227
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:        942248 kB
Buffers:         42704 kB
Cached:         951864 kB
SwapCached:          0 kB
Active:         376520 kB
Inactive:       663892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        942248 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1960 kB
Writeback:           0 kB
Mapped:          66088 kB
Slab:            58528 kB
Committed_AS:  5531072 kB
PageTables:       1864 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 node34 on Sat Jan 20 11:21:41 UTC 2007