Trace number 275510

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 17.3384 17.576

General information on the benchmark

Namerandom/rand-2-30-15/
rand-2-30-15-306-230-19_ext.xml
MD5SUM8e06714393673c95160b0fa68922a4ca
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints222
Best CPU time to get the best result obtained on this benchmark10.1595
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables30
Number of constraints223
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension223
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.37	   
0.37	Abscon 109 (November, 2006)
0.37	   
0.37	   configuration
0.37	     name=pfc.xml
0.40	   
0.40	   instance
0.40	     name=/tmp/evaluation/275510-1169223037/unknown.xml
0.44	   
0.44	   domains being loaded...
0.44	   
0.44	   variables being loaded...
0.47	     nbVariables=30  nbDomainTypes=1  minDomainSize=15  maxDomainSize=15
0.47	       =>  wckTime=0.101  cpuTime=0.08  mem=6M910
0.47	   
0.47	   relations being loaded...
0.54	   
0.54	   constraints being loaded...
0.64	     nbConstraints=223  nbRelationTypes=223  nbExtensionStructures=223  nbSharedExtensionStructures=0
0.64	     nbConflictsStructures=223  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2729  maxDegree=19
0.64	     maxArity=2
0.64	       =>  wckTime=0.273  cpuTime=0.19  mem=10M811
0.69	   
0.69	   solver LocalSearchSolver being built... 
0.73	       =>  wckTime=0.36  cpuTime=0.23  mem=5M728
0.74	
0.74	s SATISFIABLE
0.74	o 174
0.74	c 49
0.74	o 179
0.74	c 44
0.74	o 184
0.74	c 39
0.74	o 189
0.74	c 34
0.74	o 192
0.74	c 31
0.74	o 194
0.74	c 29
0.74	o 195
0.74	c 28
0.74	o 199
0.74	c 24
0.75	o 200
0.75	c 23
0.75	o 202
0.75	c 21
0.75	o 203
0.75	c 20
0.75	o 205
0.75	c 18
0.75	o 206
0.75	c 17
0.75	o 207
0.75	c 16
0.76	o 208
0.76	c 15
0.76	o 210
0.76	c 13
0.76	o 211
0.76	c 12
0.76	o 212
0.76	c 11
0.77	o 213
0.77	c 10
0.77	o 214
0.77	c 9
0.77	o 215
0.77	c 8
0.77	o 216
0.77	c 7
0.77	o 217
0.77	c 6
0.78	o 218
0.78	c 5
0.78	o 219
0.78	c 4
0.78	o 220
0.78	c 3
0.85	o 221
0.85	c 2
0.92	o 222
0.92	c 1
0.92	   
0.92	   search
0.92	     run=0  nbConstraintChecks=916221  nbAssignments=891
0.92	       =>  wckTime=0.19  cpuTime=0.17  mem=5M728
0.92	   
0.92	   global
0.92	     nbConstraintChecks=916221  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
0.92	     solvingWckTime=0.188  solvingCpuTime=0.17  expiredTime=no  totalExploration=no  nbFoundSolutions=0
0.92	     globalCpuTime=0.46
0.92	       =>  wckTime=0.55  cpuTime=0.4  mem=5M728
0.92	   
0.92	   solver IterativeSystematicSolver being built... 
1.05	       =>  wckTime=0.68  cpuTime=0.51  mem=16M620
1.06	   
1.06	   preprocessing
1.06	     nbConstraintChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.06	     detectedInconsistency=no
1.06	       =>  wckTime=0.0050  cpuTime=0.0  mem=16M620
1.12	   
1.12	   search
1.12	     run=0  nbConstraintChecks=83943  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=28
1.12	     nbFailedAssignments=14  nbBacktracks=10  nbVisitedNodes=52  nbRestartNogoods=0
1.12	       =>  wckTime=0.064  cpuTime=0.04  mem=16M620
1.18	   
1.18	   search
1.18	     run=1  nbConstraintChecks=219142  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=80
1.18	     nbFailedAssignments=46  nbBacktracks=25  nbVisitedNodes=151  nbRestartNogoods=3
1.18	       =>  wckTime=0.129  cpuTime=0.09  mem=16M620
1.24	   
1.24	   search
1.24	     run=2  nbConstraintChecks=431907  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=153
1.24	     nbFailedAssignments=93  nbBacktracks=47  nbVisitedNodes=293  nbRestartNogoods=12
1.24	       =>  wckTime=0.185  cpuTime=0.14  mem=16M620
1.33	   
1.33	   search
1.33	     run=3  nbConstraintChecks=808767  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=264
1.33	     nbFailedAssignments=167  nbBacktracks=80  nbVisitedNodes=507  nbRestartNogoods=22
1.33	       =>  wckTime=0.28  cpuTime=0.23  mem=16M620
1.46	   
1.46	   search
1.46	     run=4  nbConstraintChecks=1328299  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=426
1.46	     nbFailedAssignments=276  nbBacktracks=130  nbVisitedNodes=827  nbRestartNogoods=32
1.46	       =>  wckTime=0.404  cpuTime=0.35  mem=16M620
1.63	   
1.63	   search
1.63	     run=5  nbConstraintChecks=2017838  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=644
1.63	     nbFailedAssignments=415  nbBacktracks=205  nbVisitedNodes=1253  nbRestartNogoods=36
1.63	       =>  wckTime=0.575  cpuTime=0.52  mem=16M620
1.85	   
1.85	   search
1.85	     run=6  nbConstraintChecks=2975974  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=949
1.85	     nbFailedAssignments=603  nbBacktracks=318  nbVisitedNodes=1843  nbRestartNogoods=46
1.85	       =>  wckTime=0.802  cpuTime=0.74  mem=16M620
2.15	   
2.15	   search
2.15	     run=7  nbConstraintChecks=4146525  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1366
2.15	     nbFailedAssignments=844  nbBacktracks=488  nbVisitedNodes=2641  nbRestartNogoods=58
2.15	       =>  wckTime=1.099  cpuTime=1.04  mem=16M620
2.64	   
2.64	   search
2.64	     run=8  nbConstraintChecks=5939156  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1952
2.64	     nbFailedAssignments=1170  nbBacktracks=744  nbVisitedNodes=3702  nbRestartNogoods=63
2.64	       =>  wckTime=1.585  cpuTime=1.5  mem=16M620
3.20	   
3.20	   search
3.20	     run=9  nbConstraintChecks=8206742  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2738
3.20	     nbFailedAssignments=1569  nbBacktracks=1128  nbVisitedNodes=5074  nbRestartNogoods=70
3.20	       =>  wckTime=2.147  cpuTime=2.06  mem=16M620
4.02	   
4.02	   search
4.02	     run=10  nbConstraintChecks=11504367  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=3897
4.02	     nbFailedAssignments=2148  nbBacktracks=1704  nbVisitedNodes=7038  nbRestartNogoods=78
4.02	       =>  wckTime=2.964  cpuTime=2.86  mem=16M620
5.10	   
5.10	   search
5.10	     run=11  nbConstraintChecks=15949692  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=5461
5.10	     nbFailedAssignments=2843  nbBacktracks=2571  nbVisitedNodes=9570  nbRestartNogoods=91
5.10	       =>  wckTime=4.05  cpuTime=3.94  mem=16M620
6.61	   
6.61	   search
6.61	     run=12  nbConstraintChecks=22085740  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=7757
6.61	     nbFailedAssignments=3837  nbBacktracks=3868  nbVisitedNodes=13184  nbRestartNogoods=92
6.61	       =>  wckTime=5.557  cpuTime=5.43  mem=16M620
8.80	   
8.80	   search
8.80	     run=13  nbConstraintChecks=31031009  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=11152
8.80	     nbFailedAssignments=5280  nbBacktracks=5814  nbVisitedNodes=18476  nbRestartNogoods=105
8.80	       =>  wckTime=7.744  cpuTime=7.6  mem=16M620
12.04	   
12.04	   search
12.04	     run=14  nbConstraintChecks=44010665  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=16068
12.04	     nbFailedAssignments=7270  nbBacktracks=8733  nbVisitedNodes=25940  nbRestartNogoods=108
12.04	       =>  wckTime=10.99  cpuTime=10.81  mem=16M620
17.11	   
17.11	   search
17.11	     run=15  nbConstraintChecks=64426550  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=23577
17.11	     nbFailedAssignments=10396  nbBacktracks=13111  nbVisitedNodes=37484  nbRestartNogoods=120
17.11	       =>  wckTime=16.058  cpuTime=15.83  mem=16M620
17.56	   
17.56	   search
17.56	     run=16  nbConstraintChecks=66260099  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=24278
17.56	     nbFailedAssignments=10680  nbBacktracks=13529  nbVisitedNodes=38559  nbRestartNogoods=131
17.56	       =>  wckTime=16.505  cpuTime=16.27  mem=16M620
17.56	   
17.56	   global
17.56	     nbConstraintChecks=66260099  nbRestartNogoods=131  solvingWckTime=16.506  solvingCpuTime=16.28  expiredTime=no
17.56	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=16.85
17.56	       =>  wckTime=17.186  cpuTime=16.79  mem=16M620
17.56	
17.56	s OPTIMUM FOUND
17.56	v 6 13 0 10 12 1 10 14 9 3 11 2 6 10 1 2 5 14 4 5 8 10 6 9 7 13 9 5 9 4 
17.56	   
17.56	   totalWckTime=17.27  totalCpuTime=16.85

Verifier Data (download as text)

1 unsatisfied constraints, 222 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/node47/watcher-275510-1169223037 -o ROOT/results/node47/solver-275510-1169223037 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/275510-1169223037/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
/proc/loadavg: 2.00 2.01 2.00 5/80 1364
/proc/meminfo: memFree=1473176/2055920 swapFree=4184008/4192956
[pid=1363] ppid=1361 vsize=18540 CPUtime=0
/proc/1363/stat : 1363 (runsolver) R 1361 304 304 0 -1 4194368 10 0 0 0 0 0 0 0 19 0 1 0 270702926 18984960 277 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 208714888938 0 0 4096 24578 0 0 0 17 1 0 0
/proc/1363/statm: 4635 277 242 17 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.108267 s]
/proc/loadavg: 2.00 2.01 2.00 5/80 1364
/proc/meminfo: memFree=1473176/2055920 swapFree=4184008/4192956
[pid=1363] ppid=1361 vsize=907808 CPUtime=0.06
/proc/1363/stat : 1363 (java) D 1361 1363 304 0 -1 0 2507 0 1 0 5 1 0 0 17 0 4 0 270702926 929595392 2254 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/1363/statm: 226952 2254 1232 14 0 214535 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 907808

[startup+0.517815 s]
/proc/loadavg: 2.00 2.01 2.00 5/80 1364
/proc/meminfo: memFree=1473176/2055920 swapFree=4184008/4192956
[pid=1363] ppid=1361 vsize=915332 CPUtime=0.43
/proc/1363/stat : 1363 (java) R 1361 1363 304 0 -1 0 6219 0 1 0 39 4 0 0 18 0 8 0 270702926 937299968 5958 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1363/statm: 228833 5958 2139 14 0 215303 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 915332

[startup+1.3464 s]
/proc/loadavg: 2.00 2.01 2.00 3/87 1371
/proc/meminfo: memFree=1447904/2055920 swapFree=4184008/4192956
[pid=1363] ppid=1361 vsize=915464 CPUtime=1.26
/proc/1363/stat : 1363 (java) R 1361 1363 304 0 -1 0 9053 0 1 0 116 10 0 0 24 0 8 0 270702926 937435136 8790 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073734583 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1363/statm: 228866 8790 2527 14 0 215336 0
[pid=1363/tid=1365] ppid=1361 vsize=915464 CPUtime=0.03
/proc/1363/task/1365/stat : 1365 (java) S 1361 1363 304 0 -1 64 212 0 0 0 3 0 0 0 16 0 8 0 270702931 937435136 8790 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1363/tid=1366] ppid=1361 vsize=915464 CPUtime=0
/proc/1363/task/1366/stat : 1366 (java) S 1361 1363 304 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 270702931 937435136 8790 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1363/tid=1367] ppid=1361 vsize=915464 CPUtime=0
/proc/1363/task/1367/stat : 1367 (java) S 1361 1363 304 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 270702931 937435136 8790 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1363/tid=1368] ppid=1361 vsize=915464 CPUtime=0
/proc/1363/task/1368/stat : 1368 (java) S 1361 1363 304 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 270702939 937435136 8790 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1363/tid=1369] ppid=1361 vsize=915464 CPUtime=0.2
/proc/1363/task/1369/stat : 1369 (java) S 1361 1363 304 0 -1 64 379 0 0 0 19 1 0 0 15 0 8 0 270702939 937435136 8790 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1363/tid=1370] ppid=1361 vsize=915464 CPUtime=0
/proc/1363/task/1370/stat : 1370 (java) S 1361 1363 304 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 270702939 937435136 8790 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1363/tid=1371] ppid=1361 vsize=915464 CPUtime=0
/proc/1363/task/1371/stat : 1371 (java) S 1361 1363 304 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 270702939 937435136 8790 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 915464

[startup+2.98997 s]
/proc/loadavg: 2.00 2.01 2.00 4/87 1371
/proc/meminfo: memFree=1447648/2055920 swapFree=4184008/4192956
[pid=1363] ppid=1361 vsize=915464 CPUtime=2.88
/proc/1363/stat : 1363 (java) R 1361 1363 304 0 -1 0 9079 0 1 0 278 10 0 0 25 0 8 0 270702926 937435136 8815 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073870159 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1363/statm: 228866 8815 2527 14 0 215336 0
[pid=1363/tid=1365] ppid=1361 vsize=915464 CPUtime=0.03
/proc/1363/task/1365/stat : 1365 (java) S 1361 1363 304 0 -1 64 212 0 0 0 3 0 0 0 17 0 8 0 270702931 937435136 8815 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1363/tid=1366] ppid=1361 vsize=915464 CPUtime=0
/proc/1363/task/1366/stat : 1366 (java) S 1361 1363 304 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 270702931 937435136 8815 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1363/tid=1367] ppid=1361 vsize=915464 CPUtime=0
/proc/1363/task/1367/stat : 1367 (java) S 1361 1363 304 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 270702931 937435136 8815 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1363/tid=1368] ppid=1361 vsize=915464 CPUtime=0
/proc/1363/task/1368/stat : 1368 (java) S 1361 1363 304 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 270702939 937435136 8815 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1363/tid=1369] ppid=1361 vsize=915464 CPUtime=0.23
/proc/1363/task/1369/stat : 1369 (java) S 1361 1363 304 0 -1 64 393 0 0 0 22 1 0 0 15 0 8 0 270702939 937435136 8815 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1363/tid=1370] ppid=1361 vsize=915464 CPUtime=0
/proc/1363/task/1370/stat : 1370 (java) S 1361 1363 304 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 270702939 937435136 8815 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1363/tid=1371] ppid=1361 vsize=915464 CPUtime=0
/proc/1363/task/1371/stat : 1371 (java) S 1361 1363 304 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 270702939 937435136 8815 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 915464

[startup+6.26992 s]
/proc/loadavg: 2.00 2.01 2.00 3/87 1371
/proc/meminfo: memFree=1447584/2055920 swapFree=4184008/4192956
[pid=1363] ppid=1361 vsize=915464 CPUtime=6.13
/proc/1363/stat : 1363 (java) R 1361 1363 304 0 -1 0 9092 0 1 0 603 10 0 0 25 0 8 0 270702926 937435136 8825 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073845643 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1363/statm: 228866 8825 2527 14 0 215336 0
[pid=1363/tid=1365] ppid=1361 vsize=915464 CPUtime=0.03
/proc/1363/task/1365/stat : 1365 (java) S 1361 1363 304 0 -1 64 212 0 0 0 3 0 0 0 17 0 8 0 270702931 937435136 8825 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1363/tid=1366] ppid=1361 vsize=915464 CPUtime=0
/proc/1363/task/1366/stat : 1366 (java) S 1361 1363 304 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 270702931 937435136 8825 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1363/tid=1367] ppid=1361 vsize=915464 CPUtime=0
/proc/1363/task/1367/stat : 1367 (java) S 1361 1363 304 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 270702931 937435136 8825 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1363/tid=1368] ppid=1361 vsize=915464 CPUtime=0
/proc/1363/task/1368/stat : 1368 (java) S 1361 1363 304 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 270702939 937435136 8825 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1363/tid=1369] ppid=1361 vsize=915464 CPUtime=0.23
/proc/1363/task/1369/stat : 1369 (java) S 1361 1363 304 0 -1 64 398 0 0 0 22 1 0 0 15 0 8 0 270702939 937435136 8825 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1363/tid=1370] ppid=1361 vsize=915464 CPUtime=0
/proc/1363/task/1370/stat : 1370 (java) S 1361 1363 304 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 270702939 937435136 8825 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1363/tid=1371] ppid=1361 vsize=915464 CPUtime=0
/proc/1363/task/1371/stat : 1371 (java) S 1361 1363 304 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 270702939 937435136 8825 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 915464

[startup+12.7586 s]
/proc/loadavg: 2.00 2.01 2.00 3/87 1371
/proc/meminfo: memFree=1447648/2055920 swapFree=4184008/4192956
[pid=1363] ppid=1361 vsize=915464 CPUtime=12.56
/proc/1363/stat : 1363 (java) R 1361 1363 304 0 -1 0 9102 0 1 0 1246 10 0 0 25 0 8 0 270702926 937435136 8833 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073845555 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1363/statm: 228866 8833 2527 14 0 215336 0
[pid=1363/tid=1365] ppid=1361 vsize=915464 CPUtime=0.03
/proc/1363/task/1365/stat : 1365 (java) S 1361 1363 304 0 -1 64 212 0 0 0 3 0 0 0 16 0 8 0 270702931 937435136 8833 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1363/tid=1366] ppid=1361 vsize=915464 CPUtime=0
/proc/1363/task/1366/stat : 1366 (java) S 1361 1363 304 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 270702931 937435136 8833 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1363/tid=1367] ppid=1361 vsize=915464 CPUtime=0
/proc/1363/task/1367/stat : 1367 (java) S 1361 1363 304 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 270702931 937435136 8833 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1363/tid=1368] ppid=1361 vsize=915464 CPUtime=0
/proc/1363/task/1368/stat : 1368 (java) S 1361 1363 304 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 270702939 937435136 8833 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1363/tid=1369] ppid=1361 vsize=915464 CPUtime=0.24
/proc/1363/task/1369/stat : 1369 (java) S 1361 1363 304 0 -1 64 399 0 0 0 23 1 0 0 16 0 8 0 270702939 937435136 8833 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1363/tid=1370] ppid=1361 vsize=915464 CPUtime=0
/proc/1363/task/1370/stat : 1370 (java) S 1361 1363 304 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 270702939 937435136 8833 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1363/tid=1371] ppid=1361 vsize=915464 CPUtime=0
/proc/1363/task/1371/stat : 1371 (java) S 1361 1363 304 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 270702939 937435136 8833 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 915464

Child status: 0
Real time (s): 17.576
CPU time (s): 17.3384
CPU user time (s): 17.2274
CPU system time (s): 0.110983
CPU usage (%): 98.6481
Max. virtual memory (cumulated for all children) (KiB): 915464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.2274
system time used= 0.110983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9200
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= 1464
involuntary context switches= 2366

runsolver used 0.025996 s user time and 0.06299 s system time

The end

Launcher Data (download as text)

Begin job on node47 on Fri Jan 19 16:10:37 UTC 2007


IDJOB= 275510
IDBENCH= 4090
IDSOLVER= 69
FILE ID= node47/275510-1169223037

PBS_JOBID= 3589140

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-19_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/275510-1169223037/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node47/watcher-275510-1169223037 -o ROOT/results/node47/solver-275510-1169223037 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/275510-1169223037/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  8e06714393673c95160b0fa68922a4ca

RANDOM SEED= 760842870

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.240
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.240
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:       1473592 kB
Buffers:         38912 kB
Cached:         426616 kB
SwapCached:       2924 kB
Active:         119792 kB
Inactive:       387840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1473592 kB
SwapTotal:     4192956 kB
SwapFree:      4184008 kB
Dirty:            1740 kB
Writeback:           0 kB
Mapped:          58192 kB
Slab:            59968 kB
Committed_AS:  5655072 kB
PageTables:       1944 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 node47 on Fri Jan 19 16:10:54 UTC 2007