Trace number 275563

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 EPFCOPTIMUM 44.2543 44.7995

General information on the benchmark

Namerandom/rand-2-30-15/
rand-2-30-15-306-230-20_ext.xml
MD5SUMcd5612aebda18a0b47bceb3c69381f72
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 benchmark9.1856
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.41	   
0.41	Abscon 109 (November, 2006)
0.41	   
0.41	   configuration
0.41	     name=epfc.xml
0.44	   
0.44	   instance
0.44	     name=/tmp/evaluation/275563-1169223395/unknown.xml
0.47	   
0.47	   domains being loaded...
0.48	   
0.48	   variables being loaded...
0.51	     nbVariables=30  nbDomainTypes=1  minDomainSize=15  maxDomainSize=15
0.51	       =>  wckTime=0.1  cpuTime=0.08  mem=6M887
0.51	   
0.51	   relations being loaded...
0.58	   
0.58	   constraints being loaded...
0.68	     nbConstraints=223  nbRelationTypes=223  nbExtensionStructures=223  nbSharedExtensionStructures=0
0.68	     nbConflictsStructures=223  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2829  maxDegree=19
0.68	     maxArity=2
0.68	       =>  wckTime=0.272  cpuTime=0.19  mem=10M790
0.73	   
0.73	   solver LocalSearchSolver being built... 
0.78	       =>  wckTime=0.363  cpuTime=0.23  mem=5M726
0.78	
0.78	s SATISFIABLE
0.78	o 171
0.78	c 52
0.78	o 176
0.78	c 47
0.78	o 180
0.78	c 43
0.78	o 183
0.78	c 40
0.79	o 187
0.79	c 36
0.79	o 191
0.79	c 32
0.79	o 194
0.79	c 29
0.79	o 196
0.79	c 27
0.79	o 199
0.79	c 24
0.79	o 200
0.79	c 23
0.79	o 201
0.79	c 22
0.79	o 203
0.79	c 20
0.79	o 204
0.79	c 19
0.80	o 205
0.80	c 18
0.80	o 208
0.80	c 15
0.80	o 209
0.80	c 14
0.80	o 210
0.80	c 13
0.80	o 211
0.80	c 12
0.80	o 212
0.80	c 11
0.80	o 213
0.80	c 10
0.81	o 214
0.81	c 9
0.81	o 215
0.81	c 8
0.81	o 216
0.81	c 7
0.81	o 217
0.81	c 6
0.81	o 218
0.81	c 5
0.84	o 219
0.84	c 4
0.90	o 220
0.90	c 3
1.62	o 221
1.62	c 2
2.25	o 222
2.25	c 1
2.25	   
2.25	   search
2.25	     run=0  nbConstraintChecks=9197868  nbAssignments=6900
2.25	       =>  wckTime=1.48  cpuTime=1.44  mem=5M726
2.26	   
2.26	   global
2.26	     nbConstraintChecks=9197868  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
2.26	     solvingWckTime=1.478  solvingCpuTime=1.45  expiredTime=no  totalExploration=no  nbFoundSolutions=0
2.26	     globalCpuTime=1.73
2.26	       =>  wckTime=1.844  cpuTime=1.68  mem=5M726
2.26	   
2.26	   solver IterativeSystematicSolver being built... 
2.39	       =>  wckTime=1.977  cpuTime=1.77  mem=16M617
2.46	   
2.46	   preprocessing
2.46	     nbConstraintChecks=61002  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
2.46	     detectedInconsistency=no
2.46	       =>  wckTime=0.069  cpuTime=0.04  mem=16M617
2.49	   
2.49	   search
2.49	     run=0  nbConstraintChecks=100418  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=32
2.49	     nbFailedAssignments=18  nbBacktracks=10  nbVisitedNodes=61  nbRestartNogoods=0
2.49	       =>  wckTime=0.101  cpuTime=0.08  mem=16M617
2.55	   
2.55	   search
2.55	     run=1  nbConstraintChecks=250641  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=78
2.55	     nbFailedAssignments=44  nbBacktracks=25  nbVisitedNodes=148  nbRestartNogoods=16
2.55	       =>  wckTime=0.158  cpuTime=0.12  mem=16M617
2.61	   
2.61	   search
2.61	     run=2  nbConstraintChecks=487962  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=156
2.61	     nbFailedAssignments=96  nbBacktracks=47  nbVisitedNodes=300  nbRestartNogoods=36
2.61	       =>  wckTime=0.22  cpuTime=0.18  mem=16M617
2.69	   
2.69	   search
2.69	     run=3  nbConstraintChecks=831798  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=262
2.69	     nbFailedAssignments=165  nbBacktracks=80  nbVisitedNodes=508  nbRestartNogoods=50
2.69	       =>  wckTime=0.303  cpuTime=0.26  mem=16M617
2.82	   
2.82	   search
2.82	     run=4  nbConstraintChecks=1337705  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=426
2.82	     nbFailedAssignments=275  nbBacktracks=130  nbVisitedNodes=826  nbRestartNogoods=67
2.82	       =>  wckTime=0.432  cpuTime=0.39  mem=16M617
2.99	   
2.99	   search
2.99	     run=5  nbConstraintChecks=2048415  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=648
2.99	     nbFailedAssignments=418  nbBacktracks=205  nbVisitedNodes=1262  nbRestartNogoods=92
2.99	       =>  wckTime=0.599  cpuTime=0.56  mem=16M617
3.26	   
3.26	   search
3.26	     run=6  nbConstraintChecks=3086121  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=963
3.26	     nbFailedAssignments=616  nbBacktracks=318  nbVisitedNodes=1877  nbRestartNogoods=108
3.26	       =>  wckTime=0.871  cpuTime=0.82  mem=16M617
3.69	   
3.69	   search
3.69	     run=7  nbConstraintChecks=4831341  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1492
3.69	     nbFailedAssignments=971  nbBacktracks=488  nbVisitedNodes=2925  nbRestartNogoods=120
3.69	       =>  wckTime=1.297  cpuTime=1.23  mem=16M617
4.25	   
4.25	   search
4.25	     run=8  nbConstraintChecks=7234929  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2219
4.25	     nbFailedAssignments=1437  nbBacktracks=744  nbVisitedNodes=4369  nbRestartNogoods=137
4.25	       =>  wckTime=1.861  cpuTime=1.78  mem=16M617
5.07	   
5.07	   search
5.07	     run=9  nbConstraintChecks=10577893  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=3219
5.07	     nbFailedAssignments=2049  nbBacktracks=1128  nbVisitedNodes=6308  nbRestartNogoods=157
5.07	       =>  wckTime=2.684  cpuTime=2.59  mem=16M617
6.37	   
6.37	   search
6.37	     run=10  nbConstraintChecks=16079503  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=4818
6.37	     nbFailedAssignments=3068  nbBacktracks=1704  nbVisitedNodes=9446  nbRestartNogoods=185
6.37	       =>  wckTime=3.98  cpuTime=3.87  mem=16M617
8.12	   
8.12	   search
8.12	     run=11  nbConstraintChecks=23501954  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=7065
8.12	     nbFailedAssignments=4447  nbBacktracks=2568  nbVisitedNodes=13769  nbRestartNogoods=206
8.12	       =>  wckTime=5.729  cpuTime=5.6  mem=16M617
10.63	   
10.63	   search
10.63	     run=12  nbConstraintChecks=33271135  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=10062
10.63	     nbFailedAssignments=6145  nbBacktracks=3865  nbVisitedNodes=19314  nbRestartNogoods=243
10.63	       =>  wckTime=8.245  cpuTime=8.1  mem=16M617
14.08	   
14.08	   search
14.08	     run=13  nbConstraintChecks=46530535  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=14301
14.08	     nbFailedAssignments=8432  nbBacktracks=5811  nbVisitedNodes=26835  nbRestartNogoods=265
14.08	       =>  wckTime=11.695  cpuTime=11.52  mem=16M617
18.70	   
18.70	   search
18.70	     run=14  nbConstraintChecks=64441926  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=20307
18.70	     nbFailedAssignments=11514  nbBacktracks=8730  nbVisitedNodes=37113  nbRestartNogoods=279
18.70	       =>  wckTime=16.308  cpuTime=16.08  mem=16M617
25.51	   
25.51	   search
25.51	     run=15  nbConstraintChecks=90803209  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=28903
25.51	     nbFailedAssignments=15729  nbBacktracks=13108  nbVisitedNodes=51344  nbRestartNogoods=295
25.51	       =>  wckTime=23.119  cpuTime=22.83  mem=16M617
34.56	   
34.56	   search
34.56	     run=16  nbConstraintChecks=125324885  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=40844
34.56	     nbFailedAssignments=21099  nbBacktracks=19677  nbVisitedNodes=70263  nbRestartNogoods=319
34.56	       =>  wckTime=32.174  cpuTime=31.81  mem=16M617
44.76	   
44.76	   search
44.76	     run=17  nbConstraintChecks=163261705  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=53873
44.76	     nbFailedAssignments=26820  nbBacktracks=26986  nbVisitedNodes=90588  nbRestartNogoods=327
44.76	       =>  wckTime=42.375  cpuTime=41.91  mem=16M617
44.76	   
44.76	   global
44.76	     nbConstraintChecks=163322707  nbRestartNogoods=327  solvingWckTime=42.375  solvingCpuTime=41.91  expiredTime=no
44.77	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=43.73
44.77	       =>  wckTime=44.353  cpuTime=43.68  mem=16M617
44.77	
44.77	s OPTIMUM FOUND
44.77	v 5 12 5 10 9 2 11 1 10 2 14 2 9 10 5 5 13 5 7 13 12 14 14 1 12 8 13 1 0 5 
44.77	   
44.77	   totalWckTime=44.434  totalCpuTime=43.74

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/node55/watcher-275563-1169223395 -o ROOT/results/node55/solver-275563-1169223395 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/275563-1169223395/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: 2.06 2.02 2.00 4/81 13563
/proc/meminfo: memFree=1357776/2055920 swapFree=4192192/4192956
[pid=13562] ppid=13560 vsize=18540 CPUtime=0
/proc/13562/stat : 13562 (runsolver) R 13560 13562 12299 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 270737751 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 248761609511 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/13562/statm: 4635 279 244 17 0 2626 0

[startup+0.103978 s]
/proc/loadavg: 2.06 2.02 2.00 4/81 13563
/proc/meminfo: memFree=1357776/2055920 swapFree=4192192/4192956
[pid=13562] ppid=13560 vsize=912432 CPUtime=0.07
/proc/13562/stat : 13562 (java) D 13560 13562 12299 0 -1 0 2745 0 1 0 5 2 0 0 17 0 8 0 270737751 934330368 2491 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 2147483391 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13562/statm: 228108 2491 1379 14 0 215091 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 912432

[startup+0.512019 s]
/proc/loadavg: 2.06 2.02 2.00 4/81 13563
/proc/meminfo: memFree=1357776/2055920 swapFree=4192192/4192956
[pid=13562] ppid=13560 vsize=915332 CPUtime=0.39
/proc/13562/stat : 13562 (java) R 13560 13562 12299 0 -1 0 6119 0 1 0 34 5 0 0 18 0 8 0 270737751 937299968 5858 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072944140 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13562/statm: 228833 5858 2141 14 0 215303 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 915332

[startup+1.33309 s]
/proc/loadavg: 2.06 2.02 2.00 3/88 13570
/proc/meminfo: memFree=1338008/2055920 swapFree=4192192/4192956
[pid=13562] ppid=13560 vsize=915464 CPUtime=1.2
/proc/13562/stat : 13562 (java) R 13560 13562 12299 0 -1 0 7596 0 1 0 104 16 0 0 24 0 8 0 270737751 937435136 7334 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073729094 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13562/statm: 228866 7334 2479 14 0 215336 0
[pid=13562/tid=13564] ppid=13560 vsize=915464 CPUtime=0.02
/proc/13562/task/13564/stat : 13564 (java) S 13560 13562 12299 0 -1 64 210 0 0 0 2 0 0 0 16 0 8 0 270737755 937435136 7334 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13562/tid=13565] ppid=13560 vsize=915464 CPUtime=0
/proc/13562/task/13565/stat : 13565 (java) S 13560 13562 12299 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 270737756 937435136 7334 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13562/tid=13566] ppid=13560 vsize=915464 CPUtime=0
/proc/13562/task/13566/stat : 13566 (java) S 13560 13562 12299 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 270737756 937435136 7334 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13562/tid=13567] ppid=13560 vsize=915464 CPUtime=0
/proc/13562/task/13567/stat : 13567 (java) S 13560 13562 12299 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 270737759 937435136 7334 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13562/tid=13568] ppid=13560 vsize=915464 CPUtime=0.15
/proc/13562/task/13568/stat : 13568 (java) S 13560 13562 12299 0 -1 64 346 0 0 0 15 0 0 0 16 0 8 0 270737759 937435136 7334 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13562/tid=13569] ppid=13560 vsize=915464 CPUtime=0
/proc/13562/task/13569/stat : 13569 (java) S 13560 13562 12299 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 270737759 937435136 7334 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13562/tid=13570] ppid=13560 vsize=915464 CPUtime=0
/proc/13562/task/13570/stat : 13570 (java) S 13560 13562 12299 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 270737759 937435136 7334 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 915464

[startup+2.97025 s]
/proc/loadavg: 2.06 2.01 2.00 3/88 13570
/proc/meminfo: memFree=1338008/2055920 swapFree=4192192/4192956
[pid=13562] ppid=13560 vsize=915464 CPUtime=2.82
/proc/13562/stat : 13562 (java) R 13560 13562 12299 0 -1 0 9071 0 1 0 250 32 0 0 25 0 8 0 270737751 937435136 8807 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073880477 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13562/statm: 228866 8807 2532 14 0 215336 0
[pid=13562/tid=13564] ppid=13560 vsize=915464 CPUtime=0.02
/proc/13562/task/13564/stat : 13564 (java) S 13560 13562 12299 0 -1 64 211 0 0 0 2 0 0 0 16 0 8 0 270737755 937435136 8807 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13562/tid=13565] ppid=13560 vsize=915464 CPUtime=0
/proc/13562/task/13565/stat : 13565 (java) S 13560 13562 12299 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 270737756 937435136 8807 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13562/tid=13566] ppid=13560 vsize=915464 CPUtime=0
/proc/13562/task/13566/stat : 13566 (java) S 13560 13562 12299 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 270737756 937435136 8807 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13562/tid=13567] ppid=13560 vsize=915464 CPUtime=0
/proc/13562/task/13567/stat : 13567 (java) S 13560 13562 12299 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 270737759 937435136 8807 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13562/tid=13568] ppid=13560 vsize=915464 CPUtime=0.22
/proc/13562/task/13568/stat : 13568 (java) S 13560 13562 12299 0 -1 64 384 0 0 0 22 0 0 0 15 0 8 0 270737759 937435136 8807 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13562/tid=13569] ppid=13560 vsize=915464 CPUtime=0
/proc/13562/task/13569/stat : 13569 (java) S 13560 13562 12299 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 270737759 937435136 8807 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13562/tid=13570] ppid=13560 vsize=915464 CPUtime=0
/proc/13562/task/13570/stat : 13570 (java) S 13560 13562 12299 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 270737759 937435136 8807 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 915464

[startup+6.26457 s]
/proc/loadavg: 2.06 2.01 2.00 3/88 13570
/proc/meminfo: memFree=1332184/2055920 swapFree=4192192/4192956
[pid=13562] ppid=13560 vsize=915464 CPUtime=6.08
/proc/13562/stat : 13562 (java) R 13560 13562 12299 0 -1 0 9102 0 1 0 576 32 0 0 25 0 8 0 270737751 937435136 8835 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073853435 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13562/statm: 228866 8835 2532 14 0 215336 0
[pid=13562/tid=13564] ppid=13560 vsize=915464 CPUtime=0.02
/proc/13562/task/13564/stat : 13564 (java) S 13560 13562 12299 0 -1 64 211 0 0 0 2 0 0 0 17 0 8 0 270737755 937435136 8835 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13562/tid=13565] ppid=13560 vsize=915464 CPUtime=0
/proc/13562/task/13565/stat : 13565 (java) S 13560 13562 12299 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 270737756 937435136 8835 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13562/tid=13566] ppid=13560 vsize=915464 CPUtime=0
/proc/13562/task/13566/stat : 13566 (java) S 13560 13562 12299 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 270737756 937435136 8835 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13562/tid=13567] ppid=13560 vsize=915464 CPUtime=0
/proc/13562/task/13567/stat : 13567 (java) S 13560 13562 12299 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 270737759 937435136 8835 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13562/tid=13568] ppid=13560 vsize=915464 CPUtime=0.26
/proc/13562/task/13568/stat : 13568 (java) S 13560 13562 12299 0 -1 64 403 0 0 0 25 1 0 0 16 0 8 0 270737759 937435136 8835 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13562/tid=13569] ppid=13560 vsize=915464 CPUtime=0
/proc/13562/task/13569/stat : 13569 (java) S 13560 13562 12299 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 270737759 937435136 8835 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13562/tid=13570] ppid=13560 vsize=915464 CPUtime=0
/proc/13562/task/13570/stat : 13570 (java) S 13560 13562 12299 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 270737759 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) 6.08
Current children cumulated vsize (KiB) 915464

[startup+12.7392 s]
/proc/loadavg: 2.05 2.01 2.00 3/88 13570
/proc/meminfo: memFree=1332248/2055920 swapFree=4192192/4192956
[pid=13562] ppid=13560 vsize=915464 CPUtime=12.5
/proc/13562/stat : 13562 (java) R 13560 13562 12299 0 -1 0 9111 0 1 0 1217 33 0 0 25 0 8 0 270737751 937435136 8843 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073823327 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13562/statm: 228866 8843 2532 14 0 215336 0
[pid=13562/tid=13564] ppid=13560 vsize=915464 CPUtime=0.02
/proc/13562/task/13564/stat : 13564 (java) S 13560 13562 12299 0 -1 64 211 0 0 0 2 0 0 0 16 0 8 0 270737755 937435136 8843 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13562/tid=13565] ppid=13560 vsize=915464 CPUtime=0
/proc/13562/task/13565/stat : 13565 (java) S 13560 13562 12299 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 270737756 937435136 8843 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13562/tid=13566] ppid=13560 vsize=915464 CPUtime=0
/proc/13562/task/13566/stat : 13566 (java) S 13560 13562 12299 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 270737756 937435136 8843 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13562/tid=13567] ppid=13560 vsize=915464 CPUtime=0
/proc/13562/task/13567/stat : 13567 (java) S 13560 13562 12299 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 270737759 937435136 8843 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13562/tid=13568] ppid=13560 vsize=915464 CPUtime=0.26
/proc/13562/task/13568/stat : 13568 (java) S 13560 13562 12299 0 -1 64 403 0 0 0 25 1 0 0 16 0 8 0 270737759 937435136 8843 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13562/tid=13569] ppid=13560 vsize=915464 CPUtime=0
/proc/13562/task/13569/stat : 13569 (java) S 13560 13562 12299 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 270737759 937435136 8843 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13562/tid=13570] ppid=13560 vsize=915464 CPUtime=0
/proc/13562/task/13570/stat : 13570 (java) S 13560 13562 12299 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 270737759 937435136 8843 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 915464

[startup+25.6035 s]
/proc/loadavg: 2.04 2.01 2.00 3/88 13570
/proc/meminfo: memFree=1332312/2055920 swapFree=4192192/4192956
[pid=13562] ppid=13560 vsize=915464 CPUtime=25.25
/proc/13562/stat : 13562 (java) R 13560 13562 12299 0 -1 0 9119 0 1 0 2492 33 0 0 25 0 8 0 270737751 937435136 8850 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073823431 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13562/statm: 228866 8850 2532 14 0 215336 0
[pid=13562/tid=13564] ppid=13560 vsize=915464 CPUtime=0.02
/proc/13562/task/13564/stat : 13564 (java) S 13560 13562 12299 0 -1 64 211 0 0 0 2 0 0 0 16 0 8 0 270737755 937435136 8850 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13562/tid=13565] ppid=13560 vsize=915464 CPUtime=0
/proc/13562/task/13565/stat : 13565 (java) S 13560 13562 12299 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 270737756 937435136 8850 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13562/tid=13566] ppid=13560 vsize=915464 CPUtime=0
/proc/13562/task/13566/stat : 13566 (java) S 13560 13562 12299 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 270737756 937435136 8850 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13562/tid=13567] ppid=13560 vsize=915464 CPUtime=0
/proc/13562/task/13567/stat : 13567 (java) S 13560 13562 12299 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 270737759 937435136 8850 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13562/tid=13568] ppid=13560 vsize=915464 CPUtime=0.26
/proc/13562/task/13568/stat : 13568 (java) S 13560 13562 12299 0 -1 64 403 0 0 0 25 1 0 0 16 0 8 0 270737759 937435136 8850 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13562/tid=13569] ppid=13560 vsize=915464 CPUtime=0
/proc/13562/task/13569/stat : 13569 (java) S 13560 13562 12299 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 270737759 937435136 8850 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13562/tid=13570] ppid=13560 vsize=915464 CPUtime=0
/proc/13562/task/13570/stat : 13570 (java) S 13560 13562 12299 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 270737759 937435136 8850 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 915464

Child status: 0
Real time (s): 44.7995
CPU time (s): 44.2543
CPU user time (s): 43.9153
CPU system time (s): 0.338948
CPU usage (%): 98.783
Max. virtual memory (cumulated for all children) (KiB): 915468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 43.9153
system time used= 0.338948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9220
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= 2119
involuntary context switches= 4126

runsolver used 0.070989 s user time and 0.141978 s system time

The end

Launcher Data (download as text)

Begin job on node55 on Fri Jan 19 16:16:35 UTC 2007


IDJOB= 275563
IDBENCH= 4106
IDSOLVER= 68
FILE ID= node55/275563-1169223395

PBS_JOBID= 3589120

Free space on /tmp= 66563 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  cd5612aebda18a0b47bceb3c69381f72

RANDOM SEED= 558783138

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.218
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	: 5931.00
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.218
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:       1358256 kB
Buffers:         47660 kB
Cached:         538640 kB
SwapCached:        268 kB
Active:         130496 kB
Inactive:       488048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1358256 kB
SwapTotal:     4192956 kB
SwapFree:      4192192 kB
Dirty:            1740 kB
Writeback:           0 kB
Mapped:          48752 kB
Slab:            64384 kB
Committed_AS:  5179948 kB
PageTables:       1832 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 node55 on Fri Jan 19 16:17:20 UTC 2007