Trace number 275501

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 22.5066 22.7244

General information on the benchmark

Namerandom/rand-2-30-15/
rand-2-30-15-306-230-2_ext.xml
MD5SUM2f882e25d4e04bde9d5ef80eeb9b60c6
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints220
Best CPU time to get the best result obtained on this benchmark9.1896
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables30
Number of constraints221
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension221
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/275501-1169222940/unknown.xml
0.35	   
0.35	   domains being loaded...
0.35	   
0.35	   variables being loaded...
0.39	     nbVariables=30  nbDomainTypes=1  minDomainSize=15  maxDomainSize=15
0.39	       =>  wckTime=0.094  cpuTime=0.08  mem=6M910
0.39	   
0.39	   relations being loaded...
0.45	   
0.45	   constraints being loaded...
0.55	     nbConstraints=221  nbRelationTypes=221  nbExtensionStructures=221  nbSharedExtensionStructures=0
0.55	     nbConflictsStructures=221  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2787  maxDegree=19
0.55	     maxArity=2
0.55	       =>  wckTime=0.254  cpuTime=0.18  mem=10M811
0.59	   
0.59	   solver LocalSearchSolver being built... 
0.63	       =>  wckTime=0.336  cpuTime=0.22  mem=5M724
0.63	
0.63	s SATISFIABLE
0.63	o 159
0.63	c 62
0.63	o 163
0.63	c 58
0.64	o 167
0.64	c 54
0.64	o 171
0.64	c 50
0.64	o 175
0.64	c 46
0.64	o 179
0.64	c 42
0.64	o 180
0.64	c 41
0.64	o 182
0.64	c 39
0.64	o 185
0.64	c 36
0.64	o 189
0.64	c 32
0.64	o 191
0.64	c 30
0.64	o 192
0.64	c 29
0.64	o 193
0.64	c 28
0.65	o 195
0.65	c 26
0.65	o 199
0.65	c 22
0.65	o 201
0.65	c 20
0.65	o 203
0.65	c 18
0.65	o 204
0.65	c 17
0.65	o 205
0.65	c 16
0.65	o 207
0.65	c 14
0.65	o 208
0.65	c 13
0.65	o 209
0.65	c 12
0.65	o 210
0.65	c 11
0.65	o 211
0.65	c 10
0.66	o 212
0.66	c 9
0.66	o 213
0.66	c 8
0.66	o 214
0.66	c 7
0.66	o 215
0.66	c 6
0.66	o 216
0.66	c 5
0.68	o 218
0.68	c 3
0.68	o 219
0.68	c 2
1.67	o 220
1.67	c 1
1.67	   
1.67	   search
1.67	     run=0  nbConstraintChecks=6637053  nbAssignments=5241
1.67	       =>  wckTime=1.044  cpuTime=1.02  mem=5M724
1.67	   
1.67	   global
1.67	     nbConstraintChecks=6637053  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
1.67	     solvingWckTime=1.042  solvingCpuTime=1.02  expiredTime=no  totalExploration=no  nbFoundSolutions=0
1.67	     globalCpuTime=1.29
1.67	       =>  wckTime=1.381  cpuTime=1.24  mem=5M724
1.67	   
1.67	   solver IterativeSystematicSolver being built... 
1.80	       =>  wckTime=1.504  cpuTime=1.34  mem=16M615
1.80	   
1.80	   preprocessing
1.80	     nbConstraintChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.80	     detectedInconsistency=no
1.80	       =>  wckTime=0.0050  cpuTime=0.0  mem=16M615
1.87	   
1.87	   search
1.87	     run=0  nbConstraintChecks=117593  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=41
1.87	     nbFailedAssignments=27  nbBacktracks=10  nbVisitedNodes=78  nbRestartNogoods=0
1.87	       =>  wckTime=0.076  cpuTime=0.06  mem=16M615
1.92	   
1.92	   search
1.92	     run=1  nbConstraintChecks=224312  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=78
1.92	     nbFailedAssignments=45  nbBacktracks=25  nbVisitedNodes=148  nbRestartNogoods=16
1.92	       =>  wckTime=0.126  cpuTime=0.09  mem=16M615
1.99	   
1.99	   search
1.99	     run=2  nbConstraintChecks=474345  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=155
1.99	     nbFailedAssignments=96  nbBacktracks=47  nbVisitedNodes=297  nbRestartNogoods=30
1.99	       =>  wckTime=0.194  cpuTime=0.15  mem=16M615
2.05	   
2.05	   search
2.05	     run=3  nbConstraintChecks=735300  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=240
2.05	     nbFailedAssignments=144  nbBacktracks=80  nbVisitedNodes=463  nbRestartNogoods=50
2.05	       =>  wckTime=0.257  cpuTime=0.21  mem=16M615
2.17	   
2.17	   search
2.17	     run=4  nbConstraintChecks=1207306  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=382
2.17	     nbFailedAssignments=231  nbBacktracks=130  nbVisitedNodes=741  nbRestartNogoods=75
2.17	       =>  wckTime=0.37  cpuTime=0.33  mem=16M615
2.32	   
2.32	   search
2.32	     run=5  nbConstraintChecks=1902387  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=608
2.32	     nbFailedAssignments=379  nbBacktracks=205  nbVisitedNodes=1190  nbRestartNogoods=88
2.32	       =>  wckTime=0.526  cpuTime=0.47  mem=16M615
2.57	   
2.57	   search
2.57	     run=6  nbConstraintChecks=3024678  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=958
2.57	     nbFailedAssignments=610  nbBacktracks=319  nbVisitedNodes=1885  nbRestartNogoods=90
2.57	       =>  wckTime=0.776  cpuTime=0.72  mem=16M615
2.90	   
2.90	   search
2.90	     run=7  nbConstraintChecks=4513034  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1473
2.90	     nbFailedAssignments=951  nbBacktracks=489  nbVisitedNodes=2911  nbRestartNogoods=122
2.90	       =>  wckTime=1.104  cpuTime=1.05  mem=16M615
3.48	   
3.48	   search
3.48	     run=8  nbConstraintChecks=7020722  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2240
3.48	     nbFailedAssignments=1457  nbBacktracks=745  nbVisitedNodes=4428  nbRestartNogoods=127
3.48	       =>  wckTime=1.68  cpuTime=1.6  mem=16M615
4.21	   
4.21	   search
4.21	     run=9  nbConstraintChecks=10386689  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=3337
4.21	     nbFailedAssignments=2165  nbBacktracks=1129  nbVisitedNodes=6605  nbRestartNogoods=155
4.21	       =>  wckTime=2.417  cpuTime=2.33  mem=16M615
5.34	   
5.34	   search
5.34	     run=10  nbConstraintChecks=15526876  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=5066
5.34	     nbFailedAssignments=3314  nbBacktracks=1705  nbVisitedNodes=10025  nbRestartNogoods=174
5.34	       =>  wckTime=3.538  cpuTime=3.43  mem=16M615
7.02	   
7.02	   search
7.02	     run=11  nbConstraintChecks=22941192  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=7414
7.02	     nbFailedAssignments=4796  nbBacktracks=2569  nbVisitedNodes=14575  nbRestartNogoods=188
7.02	       =>  wckTime=5.221  cpuTime=5.1  mem=16M615
9.26	   
9.26	   search
9.26	     run=12  nbConstraintChecks=32761225  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=10543
9.26	     nbFailedAssignments=6623  nbBacktracks=3866  nbVisitedNodes=20423  nbRestartNogoods=201
9.26	       =>  wckTime=7.46  cpuTime=7.32  mem=16M615
12.52	   
12.52	   search
12.52	     run=13  nbConstraintChecks=47126325  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=15113
12.52	     nbFailedAssignments=9244  nbBacktracks=5812  nbVisitedNodes=28755  nbRestartNogoods=217
12.52	       =>  wckTime=10.727  cpuTime=10.56  mem=16M615
16.83	   
16.83	   search
16.83	     run=14  nbConstraintChecks=65533101  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=21207
16.83	     nbFailedAssignments=12415  nbBacktracks=8731  nbVisitedNodes=39262  nbRestartNogoods=223
16.83	       =>  wckTime=15.029  cpuTime=14.81  mem=16M615
22.36	   
22.36	   search
22.36	     run=15  nbConstraintChecks=89431781  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=29442
22.36	     nbFailedAssignments=16269  nbBacktracks=13109  nbVisitedNodes=52768  nbRestartNogoods=231
22.36	       =>  wckTime=20.567  cpuTime=20.3  mem=16M615
22.71	   
22.71	   search
22.71	     run=16  nbConstraintChecks=90931559  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=29937
22.71	     nbFailedAssignments=16487  nbBacktracks=13387  nbVisitedNodes=53575  nbRestartNogoods=232
22.71	       =>  wckTime=20.91  cpuTime=20.64  mem=16M615
22.71	   
22.71	   global
22.71	     nbConstraintChecks=90931559  nbRestartNogoods=232  solvingWckTime=20.911  solvingCpuTime=20.64  expiredTime=no
22.71	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=22.03
22.71	       =>  wckTime=22.416  cpuTime=21.98  mem=16M615
22.71	
22.71	s OPTIMUM FOUND
22.71	v 12 11 9 4 1 14 0 3 3 9 7 2 11 8 14 11 7 0 8 7 5 5 11 0 9 0 13 14 7 14 
22.71	   
22.71	   totalWckTime=22.492  totalCpuTime=22.04

Verifier Data (download as text)

1 unsatisfied constraints, 220 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/node24/watcher-275501-1169222940 -o ROOT/results/node24/solver-275501-1169222940 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/275501-1169222940/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.94 0.99 1.04 3/93 17333
/proc/meminfo: memFree=1386872/2055920 swapFree=4180096/4192956
[pid=17332] ppid=17330 vsize=18540 CPUtime=0
/proc/17332/stat : 17332 (runsolver) R 17330 17332 17214 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 270689258 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 237788261671 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/17332/statm: 4635 279 244 17 0 2626 0

[startup+0.107743 s]
/proc/loadavg: 0.94 0.99 1.04 3/93 17333
/proc/meminfo: memFree=1386872/2055920 swapFree=4180096/4192956
[pid=17332] ppid=17330 vsize=914988 CPUtime=0.09
/proc/17332/stat : 17332 (java) R 17330 17332 17214 0 -1 0 3074 0 1 0 7 2 0 0 24 0 8 0 270689258 936947712 2820 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153794418 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17332/statm: 228747 2820 1455 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.515786 s]
/proc/loadavg: 0.94 0.99 1.04 3/93 17333
/proc/meminfo: memFree=1386872/2055920 swapFree=4180096/4192956
[pid=17332] ppid=17330 vsize=915332 CPUtime=0.49
/proc/17332/stat : 17332 (java) R 17330 17332 17214 0 -1 0 6766 0 1 0 44 5 0 0 25 0 8 0 270689258 937299968 6505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17332/statm: 228833 6505 2149 14 0 215303 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915332

[startup+1.33687 s]
/proc/loadavg: 1.02 1.01 1.04 3/100 17340
/proc/meminfo: memFree=1361216/2055920 swapFree=4180096/4192956
[pid=17332] ppid=17330 vsize=915464 CPUtime=1.3
/proc/17332/stat : 17332 (java) R 17330 17332 17214 0 -1 0 7585 0 1 0 110 20 0 0 25 0 8 0 270689258 937435136 7323 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 3026506 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17332/statm: 228866 7323 2476 14 0 215336 0
[pid=17332/tid=17334] ppid=17330 vsize=915464 CPUtime=0.02
/proc/17332/task/17334/stat : 17334 (java) S 17330 17332 17214 0 -1 64 209 0 0 0 2 0 0 0 16 0 8 0 270689262 937435136 7323 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17332/tid=17335] ppid=17330 vsize=915464 CPUtime=0
/proc/17332/task/17335/stat : 17335 (java) S 17330 17332 17214 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 270689263 937435136 7323 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17332/tid=17336] ppid=17330 vsize=915464 CPUtime=0
/proc/17332/task/17336/stat : 17336 (java) S 17330 17332 17214 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 270689263 937435136 7323 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17332/tid=17337] ppid=17330 vsize=915464 CPUtime=0
/proc/17332/task/17337/stat : 17337 (java) S 17330 17332 17214 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 270689266 937435136 7323 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17332/tid=17338] ppid=17330 vsize=915464 CPUtime=0.13
/proc/17332/task/17338/stat : 17338 (java) S 17330 17332 17214 0 -1 64 345 0 0 0 13 0 0 0 16 0 8 0 270689266 937435136 7323 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17332/tid=17339] ppid=17330 vsize=915464 CPUtime=0
/proc/17332/task/17339/stat : 17339 (java) S 17330 17332 17214 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 270689266 937435136 7323 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17332/tid=17340] ppid=17330 vsize=915464 CPUtime=0
/proc/17332/task/17340/stat : 17340 (java) S 17330 17332 17214 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 270689266 937435136 7323 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915464

[startup+2.98605 s]
/proc/loadavg: 1.02 1.01 1.04 3/100 17340
/proc/meminfo: memFree=1349760/2055920 swapFree=4180096/4192956
[pid=17332] ppid=17330 vsize=915464 CPUtime=2.94
/proc/17332/stat : 17332 (java) R 17330 17332 17214 0 -1 0 9078 0 1 0 267 27 0 0 25 0 8 0 270689258 937435136 8813 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073884272 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17332/statm: 228866 8813 2527 14 0 215336 0
[pid=17332/tid=17334] ppid=17330 vsize=915464 CPUtime=0.02
/proc/17332/task/17334/stat : 17334 (java) S 17330 17332 17214 0 -1 64 210 0 0 0 2 0 0 0 17 0 8 0 270689262 937435136 8813 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17332/tid=17335] ppid=17330 vsize=915464 CPUtime=0
/proc/17332/task/17335/stat : 17335 (java) S 17330 17332 17214 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 270689263 937435136 8813 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17332/tid=17336] ppid=17330 vsize=915464 CPUtime=0
/proc/17332/task/17336/stat : 17336 (java) S 17330 17332 17214 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 270689263 937435136 8813 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17332/tid=17337] ppid=17330 vsize=915464 CPUtime=0
/proc/17332/task/17337/stat : 17337 (java) S 17330 17332 17214 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 270689266 937435136 8813 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17332/tid=17338] ppid=17330 vsize=915464 CPUtime=0.23
/proc/17332/task/17338/stat : 17338 (java) S 17330 17332 17214 0 -1 64 396 0 0 0 22 1 0 0 15 0 8 0 270689266 937435136 8813 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17332/tid=17339] ppid=17330 vsize=915464 CPUtime=0
/proc/17332/task/17339/stat : 17339 (java) S 17330 17332 17214 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 270689266 937435136 8813 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17332/tid=17340] ppid=17330 vsize=915464 CPUtime=0
/proc/17332/task/17340/stat : 17340 (java) S 17330 17332 17214 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 270689266 937435136 8813 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915464

[startup+6.2844 s]
/proc/loadavg: 1.10 1.03 1.04 3/100 17340
/proc/meminfo: memFree=1349440/2055920 swapFree=4180096/4192956
[pid=17332] ppid=17330 vsize=915464 CPUtime=6.21
/proc/17332/stat : 17332 (java) R 17330 17332 17214 0 -1 0 9089 0 1 0 594 27 0 0 25 0 8 0 270689258 937435136 8823 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073884640 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17332/statm: 228866 8823 2527 14 0 215336 0
[pid=17332/tid=17334] ppid=17330 vsize=915464 CPUtime=0.02
/proc/17332/task/17334/stat : 17334 (java) S 17330 17332 17214 0 -1 64 210 0 0 0 2 0 0 0 16 0 8 0 270689262 937435136 8823 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17332/tid=17335] ppid=17330 vsize=915464 CPUtime=0
/proc/17332/task/17335/stat : 17335 (java) S 17330 17332 17214 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 270689263 937435136 8823 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17332/tid=17336] ppid=17330 vsize=915464 CPUtime=0
/proc/17332/task/17336/stat : 17336 (java) S 17330 17332 17214 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 270689263 937435136 8823 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17332/tid=17337] ppid=17330 vsize=915464 CPUtime=0
/proc/17332/task/17337/stat : 17337 (java) S 17330 17332 17214 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 270689266 937435136 8823 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17332/tid=17338] ppid=17330 vsize=915464 CPUtime=0.23
/proc/17332/task/17338/stat : 17338 (java) S 17330 17332 17214 0 -1 64 398 0 0 0 22 1 0 0 16 0 8 0 270689266 937435136 8823 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17332/tid=17339] ppid=17330 vsize=915464 CPUtime=0
/proc/17332/task/17339/stat : 17339 (java) S 17330 17332 17214 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 270689266 937435136 8823 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17332/tid=17340] ppid=17330 vsize=915464 CPUtime=0
/proc/17332/task/17340/stat : 17340 (java) S 17330 17332 17214 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 270689266 937435136 8823 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 915464

[startup+12.7621 s]
/proc/loadavg: 1.17 1.04 1.05 3/100 17340
/proc/meminfo: memFree=1349448/2055920 swapFree=4180096/4192956
[pid=17332] ppid=17330 vsize=915464 CPUtime=12.63
/proc/17332/stat : 17332 (java) R 17330 17332 17214 0 -1 0 9098 0 1 0 1236 27 0 0 25 0 8 0 270689258 937435136 8831 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073859611 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17332/statm: 228866 8831 2527 14 0 215336 0
[pid=17332/tid=17334] ppid=17330 vsize=915464 CPUtime=0.02
/proc/17332/task/17334/stat : 17334 (java) S 17330 17332 17214 0 -1 64 210 0 0 0 2 0 0 0 16 0 8 0 270689262 937435136 8831 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17332/tid=17335] ppid=17330 vsize=915464 CPUtime=0
/proc/17332/task/17335/stat : 17335 (java) S 17330 17332 17214 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 270689263 937435136 8831 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17332/tid=17336] ppid=17330 vsize=915464 CPUtime=0
/proc/17332/task/17336/stat : 17336 (java) S 17330 17332 17214 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 270689263 937435136 8831 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17332/tid=17337] ppid=17330 vsize=915464 CPUtime=0
/proc/17332/task/17337/stat : 17337 (java) S 17330 17332 17214 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 270689266 937435136 8831 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17332/tid=17338] ppid=17330 vsize=915464 CPUtime=0.23
/proc/17332/task/17338/stat : 17338 (java) S 17330 17332 17214 0 -1 64 399 0 0 0 22 1 0 0 16 0 8 0 270689266 937435136 8831 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17332/tid=17339] ppid=17330 vsize=915464 CPUtime=0
/proc/17332/task/17339/stat : 17339 (java) S 17330 17332 17214 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 270689266 937435136 8831 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17332/tid=17340] ppid=17330 vsize=915464 CPUtime=0
/proc/17332/task/17340/stat : 17340 (java) S 17330 17332 17214 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 270689266 937435136 8831 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 915464

Child status: 0
Real time (s): 22.7244
CPU time (s): 22.5066
CPU user time (s): 22.2206
CPU system time (s): 0.285956
CPU usage (%): 99.0415
Max. virtual memory (cumulated for all children) (KiB): 915468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.2206
system time used= 0.285956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9198
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= 1611
involuntary context switches= 2978

runsolver used 0.024996 s user time and 0.069989 s system time

The end

Launcher Data (download as text)

Begin job on node24 on Fri Jan 19 16:09:00 UTC 2007


IDJOB= 275501
IDBENCH= 4081
IDSOLVER= 69
FILE ID= node24/275501-1169222940

PBS_JOBID= 3589195

Free space on /tmp= 66561 MiB

SOLVER NAME= AbsconMax 109 PFC
BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-30-15/rand-2-30-15-306-230-2_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/275501-1169222940/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node24/watcher-275501-1169222940 -o ROOT/results/node24/solver-275501-1169222940 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/275501-1169222940/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  2f882e25d4e04bde9d5ef80eeb9b60c6

RANDOM SEED= 40694713

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.234
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.234
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:       1388312 kB
Buffers:         42680 kB
Cached:         497116 kB
SwapCached:        600 kB
Active:         151564 kB
Inactive:       446472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1388312 kB
SwapTotal:     4192956 kB
SwapFree:      4180096 kB
Dirty:            3756 kB
Writeback:           0 kB
Mapped:          83848 kB
Slab:            54220 kB
Committed_AS:  5894628 kB
PageTables:       2424 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 node24 on Fri Jan 19 16:09:23 UTC 2007