Trace number 275582

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 35.2906 35.65

General information on the benchmark

Namerandom/rand-2-30-15/
rand-2-30-15-306-230-16_ext.xml
MD5SUMcc3af4fb024043cf5a2ca0e24bd28b83
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints227
Best CPU time to get the best result obtained on this benchmark11.9002
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables30
Number of constraints228
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension228
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.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=pfc.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/275582-1169223720/unknown.xml
0.38	   
0.38	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.42	     nbVariables=30  nbDomainTypes=1  minDomainSize=15  maxDomainSize=15
0.42	       =>  wckTime=0.1  cpuTime=0.08  mem=6M910
0.42	   
0.42	   relations being loaded...
0.49	   
0.49	   constraints being loaded...
0.59	     nbConstraints=228  nbRelationTypes=228  nbExtensionStructures=228  nbSharedExtensionStructures=0
0.59	     nbConflictsStructures=228  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2910  maxDegree=19
0.59	     maxArity=2
0.59	       =>  wckTime=0.273  cpuTime=0.18  mem=10M843
0.64	   
0.64	   solver LocalSearchSolver being built... 
0.68	       =>  wckTime=0.359  cpuTime=0.23  mem=5M733
0.68	
0.68	s SATISFIABLE
0.68	o 172
0.68	c 56
0.69	o 177
0.69	c 51
0.69	o 181
0.69	c 47
0.69	o 185
0.69	c 43
0.69	o 188
0.69	c 40
0.69	o 190
0.69	c 38
0.69	o 193
0.69	c 35
0.69	o 195
0.69	c 33
0.69	o 197
0.69	c 31
0.69	o 199
0.69	c 29
0.69	o 202
0.69	c 26
0.69	o 204
0.69	c 24
0.70	o 206
0.70	c 22
0.70	o 208
0.70	c 20
0.70	o 209
0.70	c 19
0.70	o 212
0.70	c 16
0.70	o 213
0.70	c 15
0.70	o 214
0.70	c 14
0.70	o 215
0.70	c 13
0.70	o 217
0.70	c 11
0.70	o 218
0.70	c 10
0.71	o 219
0.71	c 9
0.71	o 220
0.71	c 8
0.71	o 221
0.71	c 7
0.71	o 223
0.71	c 5
0.74	o 224
0.74	c 4
0.74	o 225
0.74	c 3
0.74	o 226
0.74	c 2
0.74	o 227
0.74	c 1
0.74	   
0.74	   search
0.74	     run=0  nbConstraintChecks=181615  nbAssignments=208
0.74	       =>  wckTime=0.063  cpuTime=0.04  mem=5M733
0.74	   
0.74	   global
0.74	     nbConstraintChecks=181615  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
0.74	     solvingWckTime=0.061  solvingCpuTime=0.05  expiredTime=no  totalExploration=no  nbFoundSolutions=0
0.74	     globalCpuTime=0.33
0.74	       =>  wckTime=0.423  cpuTime=0.28  mem=5M733
0.74	   
0.74	   solver IterativeSystematicSolver being built... 
0.87	       =>  wckTime=0.552  cpuTime=0.38  mem=16M624
0.88	   
0.88	   preprocessing
0.88	     nbConstraintChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.88	     detectedInconsistency=no
0.88	       =>  wckTime=0.0050  cpuTime=0.0  mem=16M624
0.94	   
0.94	   search
0.94	     run=0  nbConstraintChecks=103236  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=38
0.94	     nbFailedAssignments=23  nbBacktracks=10  nbVisitedNodes=71  nbRestartNogoods=0
0.94	       =>  wckTime=0.069  cpuTime=0.05  mem=16M624
1.01	   
1.01	   search
1.01	     run=1  nbConstraintChecks=266280  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=82
1.01	     nbFailedAssignments=48  nbBacktracks=25  nbVisitedNodes=153  nbRestartNogoods=10
1.01	       =>  wckTime=0.135  cpuTime=0.09  mem=16M624
1.06	   
1.06	   search
1.06	     run=2  nbConstraintChecks=461385  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=144
1.06	     nbFailedAssignments=83  nbBacktracks=47  nbVisitedNodes=268  nbRestartNogoods=14
1.06	       =>  wckTime=0.188  cpuTime=0.14  mem=16M624
1.15	   
1.15	   search
1.15	     run=3  nbConstraintChecks=759871  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=229
1.15	     nbFailedAssignments=132  nbBacktracks=80  nbVisitedNodes=429  nbRestartNogoods=22
1.15	       =>  wckTime=0.275  cpuTime=0.22  mem=16M624
1.25	   
1.25	   search
1.25	     run=4  nbConstraintChecks=1154614  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=359
1.25	     nbFailedAssignments=208  nbBacktracks=130  nbVisitedNodes=674  nbRestartNogoods=31
1.25	       =>  wckTime=0.376  cpuTime=0.32  mem=16M624
1.41	   
1.41	   search
1.41	     run=5  nbConstraintChecks=1787682  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=553
1.41	     nbFailedAssignments=322  nbBacktracks=205  nbVisitedNodes=1041  nbRestartNogoods=37
1.41	       =>  wckTime=0.534  cpuTime=0.47  mem=16M624
1.61	   
1.61	   search
1.61	     run=6  nbConstraintChecks=2605577  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=806
1.61	     nbFailedAssignments=459  nbBacktracks=318  nbVisitedNodes=1499  nbRestartNogoods=45
1.61	       =>  wckTime=0.736  cpuTime=0.68  mem=16M624
1.92	   
1.92	   search
1.92	     run=7  nbConstraintChecks=3800165  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1194
1.92	     nbFailedAssignments=672  nbBacktracks=488  nbVisitedNodes=2178  nbRestartNogoods=51
1.92	       =>  wckTime=1.043  cpuTime=0.98  mem=16M624
2.33	   
2.33	   search
2.33	     run=8  nbConstraintChecks=5320996  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1707
2.33	     nbFailedAssignments=926  nbBacktracks=744  nbVisitedNodes=3032  nbRestartNogoods=56
2.33	       =>  wckTime=1.456  cpuTime=1.36  mem=16M624
2.84	   
2.84	   search
2.84	     run=9  nbConstraintChecks=7361404  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2414
2.84	     nbFailedAssignments=1245  nbBacktracks=1128  nbVisitedNodes=4191  nbRestartNogoods=60
2.84	       =>  wckTime=1.969  cpuTime=1.87  mem=16M624
3.58	   
3.58	   search
3.58	     run=10  nbConstraintChecks=10297435  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=3454
3.58	     nbFailedAssignments=1703  nbBacktracks=1704  nbVisitedNodes=5818  nbRestartNogoods=71
3.58	       =>  wckTime=2.709  cpuTime=2.6  mem=16M624
4.59	   
4.59	   search
4.59	     run=11  nbConstraintChecks=14347940  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=4952
4.59	     nbFailedAssignments=2332  nbBacktracks=2571  nbVisitedNodes=8107  nbRestartNogoods=88
4.59	       =>  wckTime=3.712  cpuTime=3.59  mem=16M624
6.02	   
6.02	   search
6.02	     run=12  nbConstraintChecks=20188607  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=7129
6.02	     nbFailedAssignments=3206  nbBacktracks=3868  nbVisitedNodes=11401  nbRestartNogoods=90
6.02	       =>  wckTime=5.146  cpuTime=5.01  mem=16M624
8.05	   
8.05	   search
8.05	     run=13  nbConstraintChecks=28518243  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=10298
8.05	     nbFailedAssignments=4423  nbBacktracks=5814  nbVisitedNodes=16186  nbRestartNogoods=104
8.05	       =>  wckTime=7.181  cpuTime=7.02  mem=16M624
11.27	   
11.27	   search
11.27	     run=14  nbConstraintChecks=41594351  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=15165
11.27	     nbFailedAssignments=6366  nbBacktracks=8734  nbVisitedNodes=23546  nbRestartNogoods=113
11.27	       =>  wckTime=10.392  cpuTime=10.21  mem=16M624
16.26	   
16.26	   search
16.26	     run=15  nbConstraintChecks=61687068  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=22470
16.26	     nbFailedAssignments=9288  nbBacktracks=13113  nbVisitedNodes=34670  nbRestartNogoods=118
16.26	       =>  wckTime=15.383  cpuTime=15.15  mem=16M624
23.51	   
23.51	   search
23.51	     run=16  nbConstraintChecks=91358604  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=33401
23.51	     nbFailedAssignments=13645  nbBacktracks=19681  nbVisitedNodes=51300  nbRestartNogoods=128
23.51	       =>  wckTime=22.633  cpuTime=22.34  mem=16M624
34.13	   
34.13	   search
34.13	     run=17  nbConstraintChecks=134646193  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=49621
34.13	     nbFailedAssignments=20004  nbBacktracks=29534  nbVisitedNodes=75786  nbRestartNogoods=143
34.13	       =>  wckTime=33.256  cpuTime=32.87  mem=16M624
35.62	   
35.62	   search
35.62	     run=18  nbConstraintChecks=140721622  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=51789
35.62	     nbFailedAssignments=20882  nbBacktracks=30825  nbVisitedNodes=79115  nbRestartNogoods=149
35.62	       =>  wckTime=34.747  cpuTime=34.35  mem=16M624
35.62	   
35.62	   global
35.62	     nbConstraintChecks=140721622  nbRestartNogoods=149  solvingWckTime=34.748  solvingCpuTime=34.35  expiredTime=no
35.62	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=34.78
35.62	       =>  wckTime=35.302  cpuTime=34.73  mem=16M624
35.62	
35.62	s OPTIMUM FOUND
35.62	v 8 1 13 2 13 2 13 12 10 13 12 2 12 13 1 2 14 3 9 10 10 0 10 13 13 3 3 5 11 7 
35.62	   
35.62	   totalWckTime=35.381  totalCpuTime=34.78

Verifier Data (download as text)

1 unsatisfied constraints, 227 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/node1/watcher-275582-1169223720 -o ROOT/results/node1/solver-275582-1169223720 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/275582-1169223720/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.96 2.02 2.00 4/87 3192
/proc/meminfo: memFree=1009680/2055920 swapFree=4165612/4192956
[pid=3191] ppid=3189 vsize=18540 CPUtime=0
/proc/3191/stat : 3191 (runsolver) R 3189 3191 1689 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 270767755 18984960 279 18446744073709551615 4194304 4267372 548682068944 18446744073709551615 259353275687 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/3191/statm: 4635 279 244 17 0 2626 0

[startup+0.107994 s]
/proc/loadavg: 1.96 2.02 2.00 4/87 3192
/proc/meminfo: memFree=1009680/2055920 swapFree=4165612/4192956
[pid=3191] ppid=3189 vsize=914852 CPUtime=0.08
/proc/3191/stat : 3191 (java) R 3189 3191 1689 0 -1 0 2936 0 1 0 7 1 0 0 17 0 8 0 270767755 936808448 2682 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4151971216 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3191/statm: 228713 2682 1407 14 0 215208 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914852

[startup+0.516042 s]
/proc/loadavg: 1.96 2.02 2.00 4/87 3192
/proc/meminfo: memFree=1009680/2055920 swapFree=4165612/4192956
[pid=3191] ppid=3189 vsize=915332 CPUtime=0.48
/proc/3191/stat : 3191 (java) R 3189 3191 1689 0 -1 0 6520 0 1 0 44 4 0 0 18 0 8 0 270767755 937299968 6259 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3191/statm: 228833 6259 2140 14 0 215303 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915332

[startup+1.33913 s]
/proc/loadavg: 1.96 2.02 2.00 3/94 3199
/proc/meminfo: memFree=984280/2055920 swapFree=4165612/4192956
[pid=3191] ppid=3189 vsize=915464 CPUtime=1.29
/proc/3191/stat : 3191 (java) R 3189 3191 1689 0 -1 0 9055 0 1 0 122 7 0 0 24 0 8 0 270767755 937435136 8792 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073808436 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3191/statm: 228866 8792 2525 14 0 215336 0
[pid=3191/tid=3193] ppid=3189 vsize=915464 CPUtime=0.03
/proc/3191/task/3193/stat : 3193 (java) S 3189 3191 1689 0 -1 64 213 0 0 0 3 0 0 0 16 0 8 0 270767759 937435136 8792 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3191/tid=3194] ppid=3189 vsize=915464 CPUtime=0
/proc/3191/task/3194/stat : 3194 (java) S 3189 3191 1689 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 270767760 937435136 8792 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3191/tid=3195] ppid=3189 vsize=915464 CPUtime=0
/proc/3191/task/3195/stat : 3195 (java) S 3189 3191 1689 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 270767760 937435136 8792 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3191/tid=3196] ppid=3189 vsize=915464 CPUtime=0
/proc/3191/task/3196/stat : 3196 (java) S 3189 3191 1689 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 270767763 937435136 8792 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3191/tid=3197] ppid=3189 vsize=915464 CPUtime=0.22
/proc/3191/task/3197/stat : 3197 (java) S 3189 3191 1689 0 -1 64 378 0 0 0 21 1 0 0 16 0 8 0 270767763 937435136 8792 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3191/tid=3198] ppid=3189 vsize=915464 CPUtime=0
/proc/3191/task/3198/stat : 3198 (java) S 3189 3191 1689 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 270767763 937435136 8792 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3191/tid=3199] ppid=3189 vsize=915464 CPUtime=0
/proc/3191/task/3199/stat : 3199 (java) S 3189 3191 1689 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 270767763 937435136 8792 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 915464

[startup+2.99233 s]
/proc/loadavg: 1.96 2.02 2.00 3/94 3199
/proc/meminfo: memFree=984088/2055920 swapFree=4165612/4192956
[pid=3191] ppid=3189 vsize=915464 CPUtime=2.93
/proc/3191/stat : 3191 (java) R 3189 3191 1689 0 -1 0 9080 0 1 0 285 8 0 0 25 0 8 0 270767755 937435136 8816 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073809505 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3191/statm: 228866 8816 2525 14 0 215336 0
[pid=3191/tid=3193] ppid=3189 vsize=915464 CPUtime=0.03
/proc/3191/task/3193/stat : 3193 (java) S 3189 3191 1689 0 -1 64 213 0 0 0 3 0 0 0 17 0 8 0 270767759 937435136 8816 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3191/tid=3194] ppid=3189 vsize=915464 CPUtime=0
/proc/3191/task/3194/stat : 3194 (java) S 3189 3191 1689 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 270767760 937435136 8816 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3191/tid=3195] ppid=3189 vsize=915464 CPUtime=0
/proc/3191/task/3195/stat : 3195 (java) S 3189 3191 1689 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 270767760 937435136 8816 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3191/tid=3196] ppid=3189 vsize=915464 CPUtime=0
/proc/3191/task/3196/stat : 3196 (java) S 3189 3191 1689 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 270767763 937435136 8816 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3191/tid=3197] ppid=3189 vsize=915464 CPUtime=0.24
/proc/3191/task/3197/stat : 3197 (java) S 3189 3191 1689 0 -1 64 392 0 0 0 23 1 0 0 15 0 8 0 270767763 937435136 8816 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3191/tid=3198] ppid=3189 vsize=915464 CPUtime=0
/proc/3191/task/3198/stat : 3198 (java) S 3189 3191 1689 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 270767763 937435136 8816 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3191/tid=3199] ppid=3189 vsize=915464 CPUtime=0
/proc/3191/task/3199/stat : 3199 (java) S 3189 3191 1689 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 270767763 937435136 8816 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915464

[startup+6.27671 s]
/proc/loadavg: 1.96 2.02 2.00 3/94 3199
/proc/meminfo: memFree=984024/2055920 swapFree=4165612/4192956
[pid=3191] ppid=3189 vsize=915464 CPUtime=6.19
/proc/3191/stat : 3191 (java) R 3189 3191 1689 0 -1 0 9093 0 1 0 611 8 0 0 25 0 8 0 270767755 937435136 8826 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073859822 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3191/statm: 228866 8826 2525 14 0 215336 0
[pid=3191/tid=3193] ppid=3189 vsize=915464 CPUtime=0.03
/proc/3191/task/3193/stat : 3193 (java) S 3189 3191 1689 0 -1 64 213 0 0 0 3 0 0 0 16 0 8 0 270767759 937435136 8826 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3191/tid=3194] ppid=3189 vsize=915464 CPUtime=0
/proc/3191/task/3194/stat : 3194 (java) S 3189 3191 1689 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 270767760 937435136 8826 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3191/tid=3195] ppid=3189 vsize=915464 CPUtime=0
/proc/3191/task/3195/stat : 3195 (java) S 3189 3191 1689 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 270767760 937435136 8826 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3191/tid=3196] ppid=3189 vsize=915464 CPUtime=0
/proc/3191/task/3196/stat : 3196 (java) S 3189 3191 1689 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 270767763 937435136 8826 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3191/tid=3197] ppid=3189 vsize=915464 CPUtime=0.24
/proc/3191/task/3197/stat : 3197 (java) S 3189 3191 1689 0 -1 64 397 0 0 0 23 1 0 0 15 0 8 0 270767763 937435136 8826 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3191/tid=3198] ppid=3189 vsize=915464 CPUtime=0
/proc/3191/task/3198/stat : 3198 (java) S 3189 3191 1689 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 270767763 937435136 8826 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3191/tid=3199] ppid=3189 vsize=915464 CPUtime=0
/proc/3191/task/3199/stat : 3199 (java) S 3189 3191 1689 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 270767763 937435136 8826 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 915464

[startup+12.7645 s]
/proc/loadavg: 1.97 2.02 2.00 3/94 3199
/proc/meminfo: memFree=983960/2055920 swapFree=4165612/4192956
[pid=3191] ppid=3189 vsize=915464 CPUtime=12.61
/proc/3191/stat : 3191 (java) R 3189 3191 1689 0 -1 0 9099 0 1 0 1253 8 0 0 25 0 8 0 270767755 937435136 8831 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073838469 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3191/statm: 228866 8831 2525 14 0 215336 0
[pid=3191/tid=3193] ppid=3189 vsize=915464 CPUtime=0.03
/proc/3191/task/3193/stat : 3193 (java) S 3189 3191 1689 0 -1 64 213 0 0 0 3 0 0 0 16 0 8 0 270767759 937435136 8831 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3191/tid=3194] ppid=3189 vsize=915464 CPUtime=0
/proc/3191/task/3194/stat : 3194 (java) S 3189 3191 1689 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 270767760 937435136 8831 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3191/tid=3195] ppid=3189 vsize=915464 CPUtime=0
/proc/3191/task/3195/stat : 3195 (java) S 3189 3191 1689 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 270767760 937435136 8831 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3191/tid=3196] ppid=3189 vsize=915464 CPUtime=0
/proc/3191/task/3196/stat : 3196 (java) S 3189 3191 1689 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 270767763 937435136 8831 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3191/tid=3197] ppid=3189 vsize=915464 CPUtime=0.25
/proc/3191/task/3197/stat : 3197 (java) S 3189 3191 1689 0 -1 64 397 0 0 0 24 1 0 0 16 0 8 0 270767763 937435136 8831 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3191/tid=3198] ppid=3189 vsize=915464 CPUtime=0
/proc/3191/task/3198/stat : 3198 (java) S 3189 3191 1689 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 270767763 937435136 8831 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3191/tid=3199] ppid=3189 vsize=915464 CPUtime=0
/proc/3191/task/3199/stat : 3199 (java) S 3189 3191 1689 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 270767763 937435136 8831 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 915464

[startup+25.603 s]
/proc/loadavg: 1.97 2.02 2.00 3/94 3199
/proc/meminfo: memFree=984024/2055920 swapFree=4165612/4192956
[pid=3191] ppid=3189 vsize=915464 CPUtime=25.34
/proc/3191/stat : 3191 (java) R 3189 3191 1689 0 -1 0 9103 0 1 0 2526 8 0 0 25 0 8 0 270767755 937435136 8835 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073860591 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3191/statm: 228866 8835 2525 14 0 215336 0
[pid=3191/tid=3193] ppid=3189 vsize=915464 CPUtime=0.03
/proc/3191/task/3193/stat : 3193 (java) S 3189 3191 1689 0 -1 64 213 0 0 0 3 0 0 0 16 0 8 0 270767759 937435136 8835 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3191/tid=3194] ppid=3189 vsize=915464 CPUtime=0
/proc/3191/task/3194/stat : 3194 (java) S 3189 3191 1689 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 270767760 937435136 8835 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3191/tid=3195] ppid=3189 vsize=915464 CPUtime=0
/proc/3191/task/3195/stat : 3195 (java) S 3189 3191 1689 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 270767760 937435136 8835 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3191/tid=3196] ppid=3189 vsize=915464 CPUtime=0
/proc/3191/task/3196/stat : 3196 (java) S 3189 3191 1689 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 270767763 937435136 8835 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3191/tid=3197] ppid=3189 vsize=915464 CPUtime=0.25
/proc/3191/task/3197/stat : 3197 (java) S 3189 3191 1689 0 -1 64 397 0 0 0 24 1 0 0 16 0 8 0 270767763 937435136 8835 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3191/tid=3198] ppid=3189 vsize=915464 CPUtime=0
/proc/3191/task/3198/stat : 3198 (java) S 3189 3191 1689 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 270767763 937435136 8835 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3191/tid=3199] ppid=3189 vsize=915464 CPUtime=0
/proc/3191/task/3199/stat : 3199 (java) S 3189 3191 1689 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 270767763 937435136 8835 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 915464

Child status: 0
Real time (s): 35.65
CPU time (s): 35.2906
CPU user time (s): 35.2016
CPU system time (s): 0.088986
CPU usage (%): 98.9919
Max. virtual memory (cumulated for all children) (KiB): 915464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.2016
system time used= 0.088986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9201
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= 1828
involuntary context switches= 3496

runsolver used 0.054991 s user time and 0.119981 s system time

The end

Launcher Data (download as text)

Begin job on node1 on Fri Jan 19 16:22:00 UTC 2007


IDJOB= 275582
IDBENCH= 4123
IDSOLVER= 69
FILE ID= node1/275582-1169223720

PBS_JOBID= 3588936

Free space on /tmp= 66560 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  cc3af4fb024043cf5a2ca0e24bd28b83

RANDOM SEED= 787481995

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:       1010096 kB
Buffers:         49848 kB
Cached:         551512 kB
SwapCached:       3840 kB
Active:         579576 kB
Inactive:       390616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1010096 kB
SwapTotal:     4192956 kB
SwapFree:      4165612 kB
Dirty:            1848 kB
Writeback:           0 kB
Mapped:         379752 kB
Slab:            59752 kB
Committed_AS:  8033152 kB
PageTables:       2996 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= 66560 MiB



End job on node1 on Fri Jan 19 16:22:36 UTC 2007