Trace number 275537

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 31.7892 32.1025

General information on the benchmark

Namerandom/rand-2-30-15/
rand-2-30-15-306-230-29_ext.xml
MD5SUMb799e7d222b6e34506d96be3c8203eab
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints224
Best CPU time to get the best result obtained on this benchmark10.1695
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables30
Number of constraints225
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension225
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.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=pfc.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/275537-1169223265/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.41	     nbVariables=30  nbDomainTypes=1  minDomainSize=15  maxDomainSize=15
0.41	       =>  wckTime=0.102  cpuTime=0.09  mem=6M910
0.41	   
0.41	   relations being loaded...
0.49	   
0.49	   constraints being loaded...
0.59	     nbConstraints=225  nbRelationTypes=225  nbExtensionStructures=225  nbSharedExtensionStructures=0
0.59	     nbConflictsStructures=225  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2894  maxDegree=22
0.59	     maxArity=2
0.59	       =>  wckTime=0.281  cpuTime=0.19  mem=10M810
0.64	   
0.64	   solver LocalSearchSolver being built... 
0.68	       =>  wckTime=0.369  cpuTime=0.24  mem=5M728
0.69	
0.69	s SATISFIABLE
0.69	o 182
0.69	c 43
0.69	o 185
0.69	c 40
0.69	o 186
0.69	c 39
0.69	o 189
0.69	c 36
0.69	o 191
0.69	c 34
0.69	o 194
0.69	c 31
0.69	o 196
0.69	c 29
0.69	o 197
0.69	c 28
0.69	o 199
0.69	c 26
0.69	o 202
0.69	c 23
0.69	o 204
0.69	c 21
0.70	o 205
0.70	c 20
0.70	o 206
0.70	c 19
0.70	o 208
0.70	c 17
0.70	o 210
0.70	c 15
0.71	o 211
0.71	c 14
0.71	o 213
0.71	c 12
0.71	o 214
0.71	c 11
0.71	o 215
0.71	c 10
0.71	o 216
0.71	c 9
0.71	o 217
0.71	c 8
0.72	o 218
0.72	c 7
0.75	o 219
0.75	c 6
0.77	o 220
0.77	c 5
0.77	o 221
0.77	c 4
0.77	o 222
0.77	c 3
0.77	o 223
0.78	c 2
2.82	   
2.82	   search
2.82	     run=0  nbConstraintChecks=13127379  nbAssignments=10000
2.82	       =>  wckTime=2.142  cpuTime=2.1  mem=5M728
2.84	o 224
2.84	c 1
2.84	   
2.84	   search
2.84	     run=1  nbConstraintChecks=13226792  nbAssignments=10080
2.84	       =>  wckTime=2.163  cpuTime=2.12  mem=5M728
2.84	   
2.84	   global
2.84	     nbConstraintChecks=13226792  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
2.84	     solvingWckTime=2.16  solvingCpuTime=2.12  expiredTime=no  totalExploration=no  nbFoundSolutions=0
2.84	     globalCpuTime=2.41
2.84	       =>  wckTime=2.531  cpuTime=2.36  mem=5M728
2.84	   
2.84	   solver IterativeSystematicSolver being built... 
2.97	       =>  wckTime=2.662  cpuTime=2.47  mem=16M620
2.98	   
2.98	   preprocessing
2.98	     nbConstraintChecks=15  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=1
2.98	     detectedInconsistency=no
2.98	       =>  wckTime=0.0060  cpuTime=0.0  mem=16M620
3.04	   
3.04	   search
3.04	     run=0  nbConstraintChecks=86894  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=35
3.04	     nbFailedAssignments=20  nbBacktracks=10  nbVisitedNodes=66  nbRestartNogoods=0
3.04	       =>  wckTime=0.066  cpuTime=0.04  mem=16M620
3.11	   
3.11	   search
3.11	     run=1  nbConstraintChecks=255312  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=94
3.11	     nbFailedAssignments=60  nbBacktracks=25  nbVisitedNodes=180  nbRestartNogoods=8
3.11	       =>  wckTime=0.132  cpuTime=0.1  mem=16M620
3.17	   
3.17	   search
3.17	     run=2  nbConstraintChecks=478796  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=180
3.17	     nbFailedAssignments=119  nbBacktracks=47  nbVisitedNodes=347  nbRestartNogoods=15
3.17	       =>  wckTime=0.192  cpuTime=0.15  mem=16M620
3.23	   
3.23	   search
3.23	     run=3  nbConstraintChecks=705870  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=279
3.23	     nbFailedAssignments=179  nbBacktracks=80  nbVisitedNodes=538  nbRestartNogoods=29
3.23	       =>  wckTime=0.259  cpuTime=0.21  mem=16M620
3.35	   
3.35	   search
3.35	     run=4  nbConstraintChecks=1173106  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=428
3.35	     nbFailedAssignments=273  nbBacktracks=130  nbVisitedNodes=830  nbRestartNogoods=52
3.35	       =>  wckTime=0.375  cpuTime=0.33  mem=16M620
3.54	   
3.54	   search
3.54	     run=5  nbConstraintChecks=1951081  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=679
3.54	     nbFailedAssignments=444  nbBacktracks=205  nbVisitedNodes=1325  nbRestartNogoods=81
3.54	       =>  wckTime=0.568  cpuTime=0.51  mem=16M620
3.79	   
3.79	   search
3.79	     run=6  nbConstraintChecks=2990143  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1038
3.79	     nbFailedAssignments=685  nbBacktracks=318  nbVisitedNodes=2038  nbRestartNogoods=100
3.79	       =>  wckTime=0.818  cpuTime=0.76  mem=16M620
4.15	   
4.15	   search
4.15	     run=7  nbConstraintChecks=4457046  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1510
4.15	     nbFailedAssignments=983  nbBacktracks=489  nbVisitedNodes=2977  nbRestartNogoods=118
4.15	       =>  wckTime=1.171  cpuTime=1.1  mem=16M620
4.67	   
4.67	   search
4.67	     run=8  nbConstraintChecks=6698407  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2300
4.67	     nbFailedAssignments=1513  nbBacktracks=745  nbVisitedNodes=4552  nbRestartNogoods=121
4.67	       =>  wckTime=1.694  cpuTime=1.61  mem=16M620
5.39	   
5.39	   search
5.39	     run=9  nbConstraintChecks=9963702  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=3418
5.39	     nbFailedAssignments=2240  nbBacktracks=1129  nbVisitedNodes=6775  nbRestartNogoods=142
5.39	       =>  wckTime=2.415  cpuTime=2.32  mem=16M620
6.70	   
6.70	   search
6.70	     run=10  nbConstraintChecks=15892507  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=5241
6.70	     nbFailedAssignments=3482  nbBacktracks=1705  nbVisitedNodes=10401  nbRestartNogoods=155
6.70	       =>  wckTime=3.728  cpuTime=3.62  mem=16M620
8.48	   
8.48	   search
8.48	     run=11  nbConstraintChecks=23658866  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=7604
8.48	     nbFailedAssignments=4978  nbBacktracks=2569  nbVisitedNodes=15051  nbRestartNogoods=169
8.48	       =>  wckTime=5.506  cpuTime=5.38  mem=16M620
11.14	   
11.14	   search
11.14	     run=12  nbConstraintChecks=34903858  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=11151
11.14	     nbFailedAssignments=7223  nbBacktracks=3868  nbVisitedNodes=21963  nbRestartNogoods=176
11.14	       =>  wckTime=8.166  cpuTime=8.02  mem=16M620
14.83	   
14.83	   search
14.83	     run=13  nbConstraintChecks=49696934  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=16212
14.83	     nbFailedAssignments=10335  nbBacktracks=5814  nbVisitedNodes=31763  nbRestartNogoods=186
14.83	       =>  wckTime=11.852  cpuTime=11.67  mem=16M620
19.65	   
19.65	   search
19.65	     run=14  nbConstraintChecks=69363601  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=22746
19.65	     nbFailedAssignments=13945  nbBacktracks=8734  nbVisitedNodes=43786  nbRestartNogoods=200
19.65	       =>  wckTime=16.672  cpuTime=16.44  mem=16M620
26.23	   
26.23	   search
26.23	     run=15  nbConstraintChecks=95801194  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=31610
26.23	     nbFailedAssignments=18424  nbBacktracks=13113  nbVisitedNodes=59078  nbRestartNogoods=207
26.23	       =>  wckTime=23.255  cpuTime=22.96  mem=16M620
32.08	   
32.08	   search
32.08	     run=16  nbConstraintChecks=119452395  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=40021
32.08	     nbFailedAssignments=22419  nbBacktracks=17530  nbVisitedNodes=73039  nbRestartNogoods=224
32.08	       =>  wckTime=29.105  cpuTime=28.76  mem=16M620
32.08	   
32.08	   global
32.08	     nbConstraintChecks=119452410  nbRestartNogoods=224  solvingWckTime=29.106  solvingCpuTime=28.76  expiredTime=no
32.08	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=31.28
32.08	       =>  wckTime=31.769  cpuTime=31.23  mem=16M620
32.08	
32.08	s OPTIMUM FOUND
32.08	v 14 3 14 13 2 3 7 10 14 3 14 10 8 4 9 12 7 2 6 14 14 4 9 6 12 11 7 7 8 14 
32.08	   
32.08	   totalWckTime=31.849  totalCpuTime=31.28

Verifier Data (download as text)

1 unsatisfied constraints, 224 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-275537-1169223265 -o ROOT/results/node24/solver-275537-1169223265 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/275537-1169223265/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.75 1.40 1.19 2/94 18198
/proc/meminfo: memFree=1389472/2055920 swapFree=4180096/4192956
[pid=18197] ppid=18195 vsize=18540 CPUtime=0
/proc/18197/stat : 18197 (runsolver) R 18195 18197 17942 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 270721720 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 237788261671 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/18197/statm: 4635 279 244 17 0 2626 0

[startup+0.102294 s]
/proc/loadavg: 1.75 1.40 1.19 2/94 18198
/proc/meminfo: memFree=1389472/2055920 swapFree=4180096/4192956
[pid=18197] ppid=18195 vsize=914988 CPUtime=0.08
/proc/18197/stat : 18197 (java) R 18195 18197 17942 0 -1 0 2980 0 1 0 7 1 0 0 20 0 8 0 270721720 936947712 2726 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153682049 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18197/statm: 228747 2726 1423 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.510337 s]
/proc/loadavg: 1.75 1.40 1.19 2/94 18198
/proc/meminfo: memFree=1389472/2055920 swapFree=4180096/4192956
[pid=18197] ppid=18195 vsize=915332 CPUtime=0.49
/proc/18197/stat : 18197 (java) R 18195 18197 17942 0 -1 0 6506 0 1 0 44 5 0 0 18 0 8 0 270721720 937299968 6245 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18197/statm: 228833 6245 2140 14 0 215303 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915332

[startup+1.33342 s]
/proc/loadavg: 1.77 1.41 1.20 3/101 18205
/proc/meminfo: memFree=1369832/2055920 swapFree=4180096/4192956
[pid=18197] ppid=18195 vsize=915464 CPUtime=1.3
/proc/18197/stat : 18197 (java) R 18195 18197 17942 0 -1 0 7596 0 1 0 111 19 0 0 25 0 8 0 270721720 937435136 7334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073731251 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18197/statm: 228866 7334 2476 14 0 215336 0
[pid=18197/tid=18199] ppid=18195 vsize=915464 CPUtime=0.02
/proc/18197/task/18199/stat : 18199 (java) S 18195 18197 17942 0 -1 64 211 0 0 0 2 0 0 0 16 0 8 0 270721724 937435136 7334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18197/tid=18200] ppid=18195 vsize=915464 CPUtime=0
/proc/18197/task/18200/stat : 18200 (java) S 18195 18197 17942 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 270721725 937435136 7334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18197/tid=18201] ppid=18195 vsize=915464 CPUtime=0
/proc/18197/task/18201/stat : 18201 (java) S 18195 18197 17942 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 270721725 937435136 7334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18197/tid=18202] ppid=18195 vsize=915464 CPUtime=0
/proc/18197/task/18202/stat : 18202 (java) S 18195 18197 17942 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 270721728 937435136 7334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18197/tid=18203] ppid=18195 vsize=915464 CPUtime=0.14
/proc/18197/task/18203/stat : 18203 (java) S 18195 18197 17942 0 -1 64 345 0 0 0 13 1 0 0 16 0 8 0 270721728 937435136 7334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18197/tid=18204] ppid=18195 vsize=915464 CPUtime=0
/proc/18197/task/18204/stat : 18204 (java) S 18195 18197 17942 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 270721728 937435136 7334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18197/tid=18205] ppid=18195 vsize=915464 CPUtime=0
/proc/18197/task/18205/stat : 18205 (java) S 18195 18197 17942 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 270721728 937435136 7334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915464

[startup+2.9866 s]
/proc/loadavg: 1.77 1.41 1.20 3/101 18205
/proc/meminfo: memFree=1369776/2055920 swapFree=4180096/4192956
[pid=18197] ppid=18195 vsize=915464 CPUtime=2.94
/proc/18197/stat : 18197 (java) R 18195 18197 17942 0 -1 0 8942 0 1 0 244 50 0 0 25 0 8 0 270721720 937435136 8679 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155582179 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18197/statm: 228866 8679 2524 14 0 215336 0
[pid=18197/tid=18199] ppid=18195 vsize=915464 CPUtime=0.02
/proc/18197/task/18199/stat : 18199 (java) S 18195 18197 17942 0 -1 64 211 0 0 0 2 0 0 0 16 0 8 0 270721724 937435136 8679 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18197/tid=18200] ppid=18195 vsize=915464 CPUtime=0
/proc/18197/task/18200/stat : 18200 (java) S 18195 18197 17942 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 270721725 937435136 8679 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18197/tid=18201] ppid=18195 vsize=915464 CPUtime=0
/proc/18197/task/18201/stat : 18201 (java) S 18195 18197 17942 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 270721725 937435136 8679 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18197/tid=18202] ppid=18195 vsize=915464 CPUtime=0
/proc/18197/task/18202/stat : 18202 (java) S 18195 18197 17942 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 270721728 937435136 8679 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18197/tid=18203] ppid=18195 vsize=915464 CPUtime=0.17
/proc/18197/task/18203/stat : 18203 (java) S 18195 18197 17942 0 -1 64 362 0 0 0 16 1 0 0 15 0 8 0 270721728 937435136 8679 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18197/tid=18204] ppid=18195 vsize=915464 CPUtime=0
/proc/18197/task/18204/stat : 18204 (java) S 18195 18197 17942 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 270721728 937435136 8679 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18197/tid=18205] ppid=18195 vsize=915464 CPUtime=0
/proc/18197/task/18205/stat : 18205 (java) S 18195 18197 17942 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 270721728 937435136 8679 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915464

[startup+6.27495 s]
/proc/loadavg: 1.79 1.42 1.20 3/101 18205
/proc/meminfo: memFree=1363952/2055920 swapFree=4180096/4192956
[pid=18197] ppid=18195 vsize=915464 CPUtime=6.19
/proc/18197/stat : 18197 (java) R 18195 18197 17942 0 -1 0 9092 0 1 0 568 51 0 0 25 0 8 0 270721720 937435136 8826 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073734771 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18197/statm: 228866 8826 2527 14 0 215336 0
[pid=18197/tid=18199] ppid=18195 vsize=915464 CPUtime=0.02
/proc/18197/task/18199/stat : 18199 (java) S 18195 18197 17942 0 -1 64 212 0 0 0 2 0 0 0 16 0 8 0 270721724 937435136 8826 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18197/tid=18200] ppid=18195 vsize=915464 CPUtime=0
/proc/18197/task/18200/stat : 18200 (java) S 18195 18197 17942 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 270721725 937435136 8826 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18197/tid=18201] ppid=18195 vsize=915464 CPUtime=0
/proc/18197/task/18201/stat : 18201 (java) S 18195 18197 17942 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 270721725 937435136 8826 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18197/tid=18202] ppid=18195 vsize=915464 CPUtime=0
/proc/18197/task/18202/stat : 18202 (java) S 18195 18197 17942 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 270721728 937435136 8826 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18197/tid=18203] ppid=18195 vsize=915464 CPUtime=0.23
/proc/18197/task/18203/stat : 18203 (java) S 18195 18197 17942 0 -1 64 400 0 0 0 22 1 0 0 15 0 8 0 270721728 937435136 8826 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18197/tid=18204] ppid=18195 vsize=915464 CPUtime=0
/proc/18197/task/18204/stat : 18204 (java) S 18195 18197 17942 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 270721728 937435136 8826 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18197/tid=18205] ppid=18195 vsize=915464 CPUtime=0
/proc/18197/task/18205/stat : 18205 (java) S 18195 18197 17942 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 270721728 937435136 8826 18446744073709551615 134512640 134570532 4294956480 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.7627 s]
/proc/loadavg: 1.80 1.43 1.20 3/101 18205
/proc/meminfo: memFree=1363952/2055920 swapFree=4180096/4192956
[pid=18197] ppid=18195 vsize=915464 CPUtime=12.62
/proc/18197/stat : 18197 (java) R 18195 18197 17942 0 -1 0 9100 0 1 0 1211 51 0 0 25 0 8 0 270721720 937435136 8834 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073835351 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18197/statm: 228866 8834 2527 14 0 215336 0
[pid=18197/tid=18199] ppid=18195 vsize=915464 CPUtime=0.02
/proc/18197/task/18199/stat : 18199 (java) S 18195 18197 17942 0 -1 64 212 0 0 0 2 0 0 0 16 0 8 0 270721724 937435136 8834 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18197/tid=18200] ppid=18195 vsize=915464 CPUtime=0
/proc/18197/task/18200/stat : 18200 (java) S 18195 18197 17942 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 270721725 937435136 8834 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18197/tid=18201] ppid=18195 vsize=915464 CPUtime=0
/proc/18197/task/18201/stat : 18201 (java) S 18195 18197 17942 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 270721725 937435136 8834 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18197/tid=18202] ppid=18195 vsize=915464 CPUtime=0
/proc/18197/task/18202/stat : 18202 (java) S 18195 18197 17942 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 270721728 937435136 8834 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18197/tid=18203] ppid=18195 vsize=915464 CPUtime=0.23
/proc/18197/task/18203/stat : 18203 (java) S 18195 18197 17942 0 -1 64 401 0 0 0 22 1 0 0 15 0 8 0 270721728 937435136 8834 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18197/tid=18204] ppid=18195 vsize=915464 CPUtime=0
/proc/18197/task/18204/stat : 18204 (java) S 18195 18197 17942 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 270721728 937435136 8834 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18197/tid=18205] ppid=18195 vsize=915464 CPUtime=0
/proc/18197/task/18205/stat : 18205 (java) S 18195 18197 17942 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 270721728 937435136 8834 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 915464

[startup+25.599 s]
/proc/loadavg: 1.83 1.45 1.21 3/101 18205
/proc/meminfo: memFree=1364016/2055920 swapFree=4180096/4192956
[pid=18197] ppid=18195 vsize=915464 CPUtime=25.34
/proc/18197/stat : 18197 (java) R 18195 18197 17942 0 -1 0 9107 0 1 0 2483 51 0 0 25 0 8 0 270721720 937435136 8839 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073858965 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18197/statm: 228866 8839 2527 14 0 215336 0
[pid=18197/tid=18199] ppid=18195 vsize=915464 CPUtime=0.02
/proc/18197/task/18199/stat : 18199 (java) S 18195 18197 17942 0 -1 64 212 0 0 0 2 0 0 0 16 0 8 0 270721724 937435136 8839 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18197/tid=18200] ppid=18195 vsize=915464 CPUtime=0
/proc/18197/task/18200/stat : 18200 (java) S 18195 18197 17942 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 270721725 937435136 8839 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18197/tid=18201] ppid=18195 vsize=915464 CPUtime=0
/proc/18197/task/18201/stat : 18201 (java) S 18195 18197 17942 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 270721725 937435136 8839 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18197/tid=18202] ppid=18195 vsize=915464 CPUtime=0
/proc/18197/task/18202/stat : 18202 (java) S 18195 18197 17942 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 270721728 937435136 8839 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18197/tid=18203] ppid=18195 vsize=915464 CPUtime=0.23
/proc/18197/task/18203/stat : 18203 (java) S 18195 18197 17942 0 -1 64 401 0 0 0 22 1 0 0 16 0 8 0 270721728 937435136 8839 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18197/tid=18204] ppid=18195 vsize=915464 CPUtime=0
/proc/18197/task/18204/stat : 18204 (java) S 18195 18197 17942 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 270721728 937435136 8839 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18197/tid=18205] ppid=18195 vsize=915464 CPUtime=0
/proc/18197/task/18205/stat : 18205 (java) S 18195 18197 17942 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 270721728 937435136 8839 18446744073709551615 134512640 134570532 4294956480 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): 32.1025
CPU time (s): 31.7892
CPU user time (s): 31.2642
CPU system time (s): 0.52492
CPU usage (%): 99.024
Max. virtual memory (cumulated for all children) (KiB): 915468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 31.2642
system time used= 0.52492
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9206
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= 1813
involuntary context switches= 3863

runsolver used 0.038994 s user time and 0.115982 s system time

The end

Launcher Data (download as text)

Begin job on node24 on Fri Jan 19 16:14:25 UTC 2007


IDJOB= 275537
IDBENCH= 4100
IDSOLVER= 69
FILE ID= node24/275537-1169223265

PBS_JOBID= 3589196

Free space on /tmp= 66563 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  b799e7d222b6e34506d96be3c8203eab

RANDOM SEED= 82921601

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:       1389952 kB
Buffers:         43016 kB
Cached:         499092 kB
SwapCached:        600 kB
Active:         151048 kB
Inactive:       445164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1389952 kB
SwapTotal:     4192956 kB
SwapFree:      4180096 kB
Dirty:            2232 kB
Writeback:           0 kB
Mapped:          78648 kB
Slab:            54160 kB
Committed_AS:  5189008 kB
PageTables:       2452 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= 66563 MiB



End job on node24 on Fri Jan 19 16:14:57 UTC 2007