Trace number 280927

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 53.5579 53.6803

General information on the benchmark

NameMaxCSP/randomMaxCSP/denseLoose/
vcsp-30-10-25-48-35_ext.xml
MD5SUM762505429262f3b32e492c9cb52f4358
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints107
Best CPU time to get the best result obtained on this benchmark1.22181
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints109
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension109
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=epfc.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/280927-1169308533/unknown.xml
0.37	   
0.37	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.41	     nbVariables=30  nbDomainTypes=1  minDomainSize=10  maxDomainSize=10
0.41	       =>  wckTime=0.094  cpuTime=0.08  mem=6M887
0.41	   
0.41	   relations being loaded...
0.45	   
0.45	   constraints being loaded...
0.51	     nbConstraints=109  nbRelationTypes=109  nbExtensionStructures=109  nbSharedExtensionStructures=0
0.51	     nbConflictsStructures=109  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=1282  maxDegree=13
0.51	     maxArity=2
0.51	       =>  wckTime=0.199  cpuTime=0.14  mem=8M854
0.55	   
0.55	   solver LocalSearchSolver being built... 
0.59	       =>  wckTime=0.278  cpuTime=0.19  mem=5M496
0.59	
0.59	s SATISFIABLE
0.59	o 60
0.59	c 49
0.59	o 65
0.59	c 44
0.60	o 69
0.60	c 40
0.60	o 71
0.60	c 38
0.60	o 74
0.60	c 35
0.60	o 76
0.60	c 33
0.60	o 79
0.60	c 30
0.60	o 82
0.60	c 27
0.60	o 84
0.60	c 25
0.60	o 85
0.60	c 24
0.60	o 88
0.60	c 21
0.60	o 89
0.60	c 20
0.60	o 90
0.60	c 19
0.60	o 93
0.60	c 16
0.61	o 95
0.61	c 14
0.61	o 96
0.61	c 13
0.61	o 97
0.61	c 12
0.61	o 98
0.61	c 11
0.61	o 99
0.61	c 10
0.61	o 100
0.61	c 9
0.61	o 101
0.61	c 8
0.61	o 102
0.61	c 7
0.61	o 103
0.62	c 6
0.63	o 104
0.63	c 5
0.65	o 105
0.65	c 4
0.69	o 106
0.69	c 3
1.84	   
1.84	   search
1.84	     run=0  nbConstraintChecks=5786618  nbAssignments=10000
1.84	       =>  wckTime=1.255  cpuTime=1.24  mem=5M496
2.40	o 107
2.40	c 2
2.98	   
2.98	   search
2.98	     run=1  nbConstraintChecks=11026561  nbAssignments=20000
2.98	       =>  wckTime=2.389  cpuTime=2.37  mem=5M496
4.15	   
4.15	   search
4.15	     run=2  nbConstraintChecks=16623988  nbAssignments=30000
4.15	       =>  wckTime=3.558  cpuTime=3.54  mem=5M496
5.38	   
5.38	   search
5.38	     run=3  nbConstraintChecks=22758013  nbAssignments=40000
5.38	       =>  wckTime=4.79  cpuTime=4.77  mem=5M496
6.57	   
6.57	   search
6.57	     run=4  nbConstraintChecks=28523448  nbAssignments=50000
6.57	       =>  wckTime=5.981  cpuTime=5.96  mem=5M496
7.75	   
7.75	   search
7.75	     run=5  nbConstraintChecks=34168652  nbAssignments=60000
7.75	       =>  wckTime=7.16  cpuTime=7.13  mem=5M496
8.95	   
8.95	   search
8.95	     run=6  nbConstraintChecks=40008356  nbAssignments=70000
8.95	       =>  wckTime=8.359  cpuTime=8.33  mem=5M496
10.15	   
10.15	   search
10.15	     run=7  nbConstraintChecks=45808089  nbAssignments=80000
10.15	       =>  wckTime=9.559  cpuTime=9.53  mem=5M496
11.29	   
11.29	   search
11.29	     run=8  nbConstraintChecks=51131898  nbAssignments=90000
11.29	       =>  wckTime=10.701  cpuTime=10.67  mem=5M496
12.50	   
12.50	   search
12.50	     run=9  nbConstraintChecks=56934531  nbAssignments=100000
12.50	       =>  wckTime=11.907  cpuTime=11.88  mem=5M496
13.63	   
13.63	   search
13.63	     run=10  nbConstraintChecks=62148931  nbAssignments=110000
13.63	       =>  wckTime=13.045  cpuTime=13.02  mem=5M496
14.83	   
14.83	   search
14.83	     run=11  nbConstraintChecks=67644956  nbAssignments=120000
14.83	       =>  wckTime=14.24  cpuTime=14.19  mem=5M496
15.98	   
15.98	   search
15.98	     run=12  nbConstraintChecks=72957708  nbAssignments=130000
15.98	       =>  wckTime=15.389  cpuTime=15.34  mem=5M496
17.22	   
17.22	   search
17.22	     run=13  nbConstraintChecks=79088535  nbAssignments=140000
17.22	       =>  wckTime=16.634  cpuTime=16.59  mem=5M496
18.41	   
18.41	   search
18.41	     run=14  nbConstraintChecks=84607718  nbAssignments=150000
18.41	       =>  wckTime=17.82  cpuTime=17.76  mem=5M496
19.61	   
19.61	   search
19.61	     run=15  nbConstraintChecks=90372589  nbAssignments=160000
19.61	       =>  wckTime=19.026  cpuTime=18.96  mem=5M496
20.81	   
20.81	   search
20.81	     run=16  nbConstraintChecks=96066977  nbAssignments=170000
20.81	       =>  wckTime=20.22  cpuTime=20.16  mem=5M496
21.88	   
21.88	   search
21.88	     run=17  nbConstraintChecks=100747273  nbAssignments=180000
21.88	       =>  wckTime=21.293  cpuTime=21.22  mem=5M496
23.03	   
23.03	   search
23.03	     run=18  nbConstraintChecks=106177171  nbAssignments=190000
23.03	       =>  wckTime=22.446  cpuTime=22.39  mem=5M496
24.26	   
24.26	   search
24.26	     run=19  nbConstraintChecks=112243875  nbAssignments=200000
24.26	       =>  wckTime=23.672  cpuTime=23.61  mem=5M496
25.42	   
25.42	   search
25.42	     run=20  nbConstraintChecks=117723606  nbAssignments=210000
25.42	       =>  wckTime=24.835  cpuTime=24.77  mem=5M496
26.63	   
26.63	   search
26.63	     run=21  nbConstraintChecks=123616779  nbAssignments=220000
26.63	       =>  wckTime=26.044  cpuTime=25.98  mem=5M496
27.79	   
27.79	   search
27.79	     run=22  nbConstraintChecks=129050681  nbAssignments=230000
27.79	       =>  wckTime=27.198  cpuTime=27.13  mem=5M496
28.90	   
28.90	   search
28.90	     run=23  nbConstraintChecks=134121167  nbAssignments=240000
28.90	       =>  wckTime=28.311  cpuTime=28.24  mem=5M496
30.04	   
30.04	   search
30.04	     run=24  nbConstraintChecks=139454133  nbAssignments=250000
30.04	       =>  wckTime=29.454  cpuTime=29.38  mem=5M496
31.17	   
31.17	   search
31.17	     run=25  nbConstraintChecks=144659793  nbAssignments=260000
31.17	       =>  wckTime=30.581  cpuTime=30.51  mem=5M496
32.28	   
32.28	   search
32.28	     run=26  nbConstraintChecks=149670982  nbAssignments=270000
32.28	       =>  wckTime=31.693  cpuTime=31.62  mem=5M496
32.46	   
32.46	   search
32.46	     run=27  nbConstraintChecks=150557937  nbAssignments=271399
32.46	       =>  wckTime=31.871  cpuTime=31.8  mem=5M496
32.46	   
32.46	   global
32.46	     nbConstraintChecks=150557937  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
32.46	     solvingWckTime=31.87  solvingCpuTime=31.8  expiredTime=no  totalExploration=no  nbFoundSolutions=0
32.46	     globalCpuTime=32.04
32.46	       =>  wckTime=32.15  cpuTime=31.99  mem=5M496
32.46	   
32.46	   solver IterativeSystematicSolver being built... 
32.59	       =>  wckTime=32.276  cpuTime=32.1  mem=16M519
32.63	   
32.63	   preprocessing
32.63	     nbConstraintChecks=15104  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
32.63	     detectedInconsistency=no
32.63	       =>  wckTime=0.042  cpuTime=0.02  mem=16M519
32.67	   
32.67	   search
32.67	     run=0  nbConstraintChecks=87467  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=57
32.67	     nbFailedAssignments=43  nbBacktracks=10  nbVisitedNodes=111  nbRestartNogoods=0
32.67	       =>  wckTime=0.086  cpuTime=0.05  mem=16M519
32.74	   
32.74	   search
32.74	     run=1  nbConstraintChecks=208961  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=150
32.74	     nbFailedAssignments=117  nbBacktracks=25  nbVisitedNodes=293  nbRestartNogoods=15
32.74	       =>  wckTime=0.148  cpuTime=0.1  mem=16M519
32.81	   
32.81	   search
32.81	     run=2  nbConstraintChecks=438116  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=296
32.81	     nbFailedAssignments=236  nbBacktracks=47  nbVisitedNodes=580  nbRestartNogoods=27
32.81	       =>  wckTime=0.221  cpuTime=0.17  mem=16M519
32.89	   
32.89	   search
32.89	     run=3  nbConstraintChecks=718438  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=467
32.89	     nbFailedAssignments=372  nbBacktracks=80  nbVisitedNodes=920  nbRestartNogoods=35
32.89	       =>  wckTime=0.301  cpuTime=0.25  mem=16M519
33.00	   
33.00	   search
33.00	     run=4  nbConstraintChecks=1121917  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=725
33.00	     nbFailedAssignments=572  nbBacktracks=130  nbVisitedNodes=1428  nbRestartNogoods=37
33.00	       =>  wckTime=0.414  cpuTime=0.36  mem=16M519
33.17	   
33.17	   search
33.17	     run=5  nbConstraintChecks=1707839  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1100
33.17	     nbFailedAssignments=863  nbBacktracks=205  nbVisitedNodes=2169  nbRestartNogoods=67
33.17	       =>  wckTime=0.584  cpuTime=0.53  mem=16M519
33.37	   
33.37	   search
33.37	     run=6  nbConstraintChecks=2395267  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1532
33.37	     nbFailedAssignments=1179  nbBacktracks=318  nbVisitedNodes=3028  nbRestartNogoods=87
33.37	       =>  wckTime=0.783  cpuTime=0.71  mem=16M519
33.68	   
33.68	   search
33.68	     run=7  nbConstraintChecks=3559135  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2252
33.68	     nbFailedAssignments=1721  nbBacktracks=488  nbVisitedNodes=4459  nbRestartNogoods=97
33.68	       =>  wckTime=1.094  cpuTime=1.01  mem=16M519
34.14	   
34.14	   search
34.14	     run=8  nbConstraintChecks=5254621  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=3303
34.14	     nbFailedAssignments=2509  nbBacktracks=744  nbVisitedNodes=6554  nbRestartNogoods=107
34.14	       =>  wckTime=1.548  cpuTime=1.47  mem=16M519
34.79	   
34.79	   search
34.79	     run=9  nbConstraintChecks=7776210  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=4986
34.79	     nbFailedAssignments=3803  nbBacktracks=1128  nbVisitedNodes=9887  nbRestartNogoods=122
34.79	       =>  wckTime=2.201  cpuTime=2.12  mem=16M519
36.00	   
36.00	   search
36.00	     run=10  nbConstraintChecks=12133641  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=7725
36.00	     nbFailedAssignments=5959  nbBacktracks=1704  nbVisitedNodes=15315  nbRestartNogoods=134
36.00	       =>  wckTime=3.412  cpuTime=3.32  mem=16M519
37.70	   
37.70	   search
37.70	     run=11  nbConstraintChecks=17928764  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=11500
37.70	     nbFailedAssignments=8866  nbBacktracks=2568  nbVisitedNodes=22834  nbRestartNogoods=161
37.70	       =>  wckTime=5.114  cpuTime=5.02  mem=16M519
39.98	   
39.98	   search
39.98	     run=12  nbConstraintChecks=25930326  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=16655
39.98	     nbFailedAssignments=12716  nbBacktracks=3866  nbVisitedNodes=33069  nbRestartNogoods=177
39.98	       =>  wckTime=7.395  cpuTime=7.3  mem=16M519
43.00	   
43.00	   search
43.00	     run=13  nbConstraintChecks=35301849  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=22995
43.00	     nbFailedAssignments=17105  nbBacktracks=5812  nbVisitedNodes=45503  nbRestartNogoods=206
43.00	       =>  wckTime=10.41  cpuTime=10.32  mem=16M519
46.92	   
46.92	   search
46.92	     run=14  nbConstraintChecks=47501104  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=31393
46.92	     nbFailedAssignments=22582  nbBacktracks=8731  nbVisitedNodes=61936  nbRestartNogoods=222
46.92	       =>  wckTime=14.333  cpuTime=14.24  mem=16M519
52.19	   
52.19	   search
52.19	     run=15  nbConstraintChecks=63422673  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=42593
52.19	     nbFailedAssignments=29399  nbBacktracks=13109  nbVisitedNodes=83599  nbRestartNogoods=235
52.19	       =>  wckTime=19.602  cpuTime=19.5  mem=16M519
53.63	   
53.63	   search
53.63	     run=16  nbConstraintChecks=67796502  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=45578
53.63	     nbFailedAssignments=31143  nbBacktracks=14351  nbVisitedNodes=89349  nbRestartNogoods=251
53.63	       =>  wckTime=21.046  cpuTime=20.95  mem=16M519
53.63	   
53.63	   global
53.63	     nbConstraintChecks=67811606  nbRestartNogoods=251  solvingWckTime=21.047  solvingCpuTime=20.95  expiredTime=no
53.63	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=53.1
53.63	       =>  wckTime=53.323  cpuTime=53.05  mem=16M519
53.64	
53.64	s OPTIMUM FOUND
53.64	v 4 5 6 9 3 8 6 4 1 1 7 1 5 5 6 8 7 1 4 2 6 3 7 7 2 7 2 5 3 8 
53.64	   
53.64	   totalWckTime=53.401  totalCpuTime=53.1

Verifier Data (download as text)

2 unsatisfied constraints, 107 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/node19/watcher-280927-1169308533 -o ROOT/results/node19/solver-280927-1169308533 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/280927-1169308533/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.76 1.93 1.97 4/94 26175
/proc/meminfo: memFree=1156824/2055920 swapFree=4171264/4192956
[pid=26174] ppid=26172 vsize=1784 CPUtime=0
/proc/26174/stat : 26174 (java) D 26172 26174 26058 0 -1 0 374 0 0 0 0 0 0 0 18 0 1 0 279247968 1826816 163 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 7484196 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/26174/statm: 446 163 128 14 0 91 0

[startup+0.107468 s]
/proc/loadavg: 1.76 1.93 1.97 4/94 26175
/proc/meminfo: memFree=1156824/2055920 swapFree=4171264/4192956
[pid=26174] ppid=26172 vsize=913068 CPUtime=0.07
/proc/26174/stat : 26174 (java) R 26172 26174 26058 0 -1 0 2863 0 1 0 6 1 0 0 24 0 8 0 279247968 934981632 2609 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26174/statm: 228267 2612 1396 14 0 215168 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 913068

[startup+0.515544 s]
/proc/loadavg: 1.76 1.93 1.97 4/94 26175
/proc/meminfo: memFree=1156824/2055920 swapFree=4171264/4192956
[pid=26174] ppid=26172 vsize=915332 CPUtime=0.48
/proc/26174/stat : 26174 (java) R 26172 26174 26058 0 -1 0 6633 0 1 0 44 4 0 0 25 0 8 0 279247968 937299968 6372 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26174/statm: 228833 6372 2160 14 0 215303 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915332

[startup+1.3367 s]
/proc/loadavg: 1.78 1.93 1.97 3/101 26182
/proc/meminfo: memFree=1139040/2055920 swapFree=4171264/4192956
[pid=26174] ppid=26172 vsize=915444 CPUtime=1.3
/proc/26174/stat : 26174 (java) R 26172 26174 26058 0 -1 0 7138 0 1 0 104 26 0 0 25 0 8 0 279247968 937414656 6876 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26174/statm: 228861 6876 2479 14 0 215331 0
[pid=26174/tid=26176] ppid=26172 vsize=915444 CPUtime=0.02
/proc/26174/task/26176/stat : 26176 (java) S 26172 26174 26058 0 -1 64 153 0 0 0 2 0 0 0 16 0 8 0 279247974 937414656 6876 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26174/tid=26177] ppid=26172 vsize=915444 CPUtime=0
/proc/26174/task/26177/stat : 26177 (java) S 26172 26174 26058 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279247974 937414656 6876 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26174/tid=26178] ppid=26172 vsize=915444 CPUtime=0
/proc/26174/task/26178/stat : 26178 (java) S 26172 26174 26058 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279247974 937414656 6876 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26174/tid=26179] ppid=26172 vsize=915444 CPUtime=0
/proc/26174/task/26179/stat : 26179 (java) S 26172 26174 26058 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 279247977 937414656 6876 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26174/tid=26180] ppid=26172 vsize=915448 CPUtime=0.1
/proc/26174/task/26180/stat : 26180 (java) S 26172 26174 26058 0 -1 64 331 0 0 0 10 0 0 0 16 0 8 0 279247977 937418752 6876 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26174/tid=26181] ppid=26172 vsize=915444 CPUtime=0
/proc/26174/task/26181/stat : 26181 (java) S 26172 26174 26058 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 279247977 937414656 6876 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26174/tid=26182] ppid=26172 vsize=915448 CPUtime=0
/proc/26174/task/26182/stat : 26182 (java) S 26172 26174 26058 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 279247977 937418752 6876 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915444

[startup+2.97501 s]
/proc/loadavg: 1.78 1.93 1.97 3/101 26182
/proc/meminfo: memFree=1139040/2055920 swapFree=4171264/4192956
[pid=26174] ppid=26172 vsize=915448 CPUtime=2.93
/proc/26174/stat : 26174 (java) R 26172 26174 26058 0 -1 0 7141 0 1 0 217 76 0 0 25 0 8 0 279247968 937418752 6878 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26174/statm: 228861 6878 2479 14 0 215331 0
[pid=26174/tid=26176] ppid=26172 vsize=915444 CPUtime=0.02
/proc/26174/task/26176/stat : 26176 (java) S 26172 26174 26058 0 -1 64 153 0 0 0 2 0 0 0 16 0 8 0 279247974 937414656 6878 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26174/tid=26177] ppid=26172 vsize=915448 CPUtime=0
/proc/26174/task/26177/stat : 26177 (java) S 26172 26174 26058 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279247974 937418752 6878 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26174/tid=26178] ppid=26172 vsize=915444 CPUtime=0
/proc/26174/task/26178/stat : 26178 (java) S 26172 26174 26058 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279247974 937414656 6878 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26174/tid=26179] ppid=26172 vsize=915444 CPUtime=0
/proc/26174/task/26179/stat : 26179 (java) S 26172 26174 26058 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 279247977 937414656 6878 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26174/tid=26180] ppid=26172 vsize=915448 CPUtime=0.1
/proc/26174/task/26180/stat : 26180 (java) S 26172 26174 26058 0 -1 64 333 0 0 0 10 0 0 0 16 0 8 0 279247977 937418752 6878 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26174/tid=26181] ppid=26172 vsize=915444 CPUtime=0
/proc/26174/task/26181/stat : 26181 (java) S 26172 26174 26058 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 279247977 937414656 6878 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26174/tid=26182] ppid=26172 vsize=915444 CPUtime=0
/proc/26174/task/26182/stat : 26182 (java) S 26172 26174 26058 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 279247977 937414656 6878 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915448

[startup+6.27363 s]
/proc/loadavg: 1.78 1.93 1.97 3/101 26182
/proc/meminfo: memFree=1139040/2055920 swapFree=4171264/4192956
[pid=26174] ppid=26172 vsize=915448 CPUtime=6.23
/proc/26174/stat : 26174 (java) R 26172 26174 26058 0 -1 0 7141 0 1 0 446 177 0 0 25 0 8 0 279247968 937418752 6878 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26174/statm: 228861 6878 2479 14 0 215331 0
[pid=26174/tid=26176] ppid=26172 vsize=915448 CPUtime=0.02
/proc/26174/task/26176/stat : 26176 (java) S 26172 26174 26058 0 -1 64 153 0 0 0 2 0 0 0 16 0 8 0 279247974 937418752 6878 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26174/tid=26177] ppid=26172 vsize=915444 CPUtime=0
/proc/26174/task/26177/stat : 26177 (java) S 26172 26174 26058 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279247974 937414656 6878 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26174/tid=26178] ppid=26172 vsize=915444 CPUtime=0
/proc/26174/task/26178/stat : 26178 (java) S 26172 26174 26058 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279247974 937414656 6878 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26174/tid=26179] ppid=26172 vsize=915448 CPUtime=0
/proc/26174/task/26179/stat : 26179 (java) S 26172 26174 26058 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 279247977 937418752 6878 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26174/tid=26180] ppid=26172 vsize=915444 CPUtime=0.1
/proc/26174/task/26180/stat : 26180 (java) S 26172 26174 26058 0 -1 64 333 0 0 0 10 0 0 0 16 0 8 0 279247977 937414656 6878 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26174/tid=26181] ppid=26172 vsize=915444 CPUtime=0
/proc/26174/task/26181/stat : 26181 (java) S 26172 26174 26058 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 279247977 937414656 6878 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26174/tid=26182] ppid=26172 vsize=915448 CPUtime=0
/proc/26174/task/26182/stat : 26182 (java) S 26172 26174 26058 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 279247977 937418752 6878 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 915448

[startup+12.7518 s]
/proc/loadavg: 1.81 1.93 1.97 3/101 26182
/proc/meminfo: memFree=1139040/2055920 swapFree=4171264/4192956
[pid=26174] ppid=26172 vsize=915444 CPUtime=12.71
/proc/26174/stat : 26174 (java) R 26172 26174 26058 0 -1 0 7141 0 1 0 886 385 0 0 25 0 8 0 279247968 937414656 6878 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26174/statm: 228861 6878 2479 14 0 215331 0
[pid=26174/tid=26176] ppid=26172 vsize=915444 CPUtime=0.02
/proc/26174/task/26176/stat : 26176 (java) S 26172 26174 26058 0 -1 64 153 0 0 0 2 0 0 0 16 0 8 0 279247974 937414656 6878 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26174/tid=26177] ppid=26172 vsize=915444 CPUtime=0
/proc/26174/task/26177/stat : 26177 (java) S 26172 26174 26058 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279247974 937414656 6878 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26174/tid=26178] ppid=26172 vsize=915444 CPUtime=0
/proc/26174/task/26178/stat : 26178 (java) S 26172 26174 26058 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279247974 937414656 6878 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26174/tid=26179] ppid=26172 vsize=915444 CPUtime=0
/proc/26174/task/26179/stat : 26179 (java) S 26172 26174 26058 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 279247977 937414656 6878 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26174/tid=26180] ppid=26172 vsize=915444 CPUtime=0.1
/proc/26174/task/26180/stat : 26180 (java) S 26172 26174 26058 0 -1 64 333 0 0 0 10 0 0 0 16 0 8 0 279247977 937414656 6878 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26174/tid=26181] ppid=26172 vsize=915444 CPUtime=0
/proc/26174/task/26181/stat : 26181 (java) S 26172 26174 26058 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 279247977 937414656 6878 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26174/tid=26182] ppid=26172 vsize=915444 CPUtime=0
/proc/26174/task/26182/stat : 26182 (java) S 26172 26174 26058 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 279247977 937414656 6878 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 915444

[startup+25.6203 s]
/proc/loadavg: 1.84 1.94 1.97 3/101 26182
/proc/meminfo: memFree=1139040/2055920 swapFree=4171264/4192956
[pid=26174] ppid=26172 vsize=915444 CPUtime=25.54
/proc/26174/stat : 26174 (java) R 26172 26174 26058 0 -1 0 7142 0 1 0 1767 787 0 0 25 0 8 0 279247968 937414656 6879 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26174/statm: 228861 6879 2479 14 0 215331 0
[pid=26174/tid=26176] ppid=26172 vsize=915444 CPUtime=0.02
/proc/26174/task/26176/stat : 26176 (java) S 26172 26174 26058 0 -1 64 153 0 0 0 2 0 0 0 16 0 8 0 279247974 937414656 6879 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26174/tid=26177] ppid=26172 vsize=915444 CPUtime=0
/proc/26174/task/26177/stat : 26177 (java) S 26172 26174 26058 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279247974 937414656 6879 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26174/tid=26178] ppid=26172 vsize=915448 CPUtime=0
/proc/26174/task/26178/stat : 26178 (java) S 26172 26174 26058 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279247974 937418752 6879 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26174/tid=26179] ppid=26172 vsize=915444 CPUtime=0
/proc/26174/task/26179/stat : 26179 (java) S 26172 26174 26058 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 279247977 937414656 6879 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26174/tid=26180] ppid=26172 vsize=915444 CPUtime=0.1
/proc/26174/task/26180/stat : 26180 (java) S 26172 26174 26058 0 -1 64 334 0 0 0 10 0 0 0 16 0 8 0 279247977 937414656 6879 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26174/tid=26181] ppid=26172 vsize=915448 CPUtime=0
/proc/26174/task/26181/stat : 26181 (java) S 26172 26174 26058 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 279247977 937418752 6879 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26174/tid=26182] ppid=26172 vsize=915444 CPUtime=0
/proc/26174/task/26182/stat : 26182 (java) S 26172 26174 26058 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 279247977 937414656 6879 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.54
Current children cumulated vsize (KiB) 915444

[startup+51.2351 s]
/proc/loadavg: 1.89 1.94 1.97 3/101 26182
/proc/meminfo: memFree=1131936/2055920 swapFree=4171264/4192956
[pid=26174] ppid=26172 vsize=915444 CPUtime=51.13
/proc/26174/stat : 26174 (java) R 26172 26174 26058 0 -1 0 9037 0 1 0 4102 1011 0 0 25 0 8 0 279247968 937414656 8768 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073819860 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26174/statm: 228861 8768 2532 14 0 215331 0
[pid=26174/tid=26176] ppid=26172 vsize=915444 CPUtime=0.02
/proc/26174/task/26176/stat : 26176 (java) S 26172 26174 26058 0 -1 64 154 0 0 0 2 0 0 0 16 0 8 0 279247974 937414656 8768 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26174/tid=26177] ppid=26172 vsize=915444 CPUtime=0
/proc/26174/task/26177/stat : 26177 (java) S 26172 26174 26058 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279247974 937414656 8768 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26174/tid=26178] ppid=26172 vsize=915444 CPUtime=0
/proc/26174/task/26178/stat : 26178 (java) S 26172 26174 26058 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279247974 937414656 8768 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26174/tid=26179] ppid=26172 vsize=915444 CPUtime=0
/proc/26174/task/26179/stat : 26179 (java) S 26172 26174 26058 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 279247977 937414656 8768 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26174/tid=26180] ppid=26172 vsize=915444 CPUtime=0.21
/proc/26174/task/26180/stat : 26180 (java) S 26172 26174 26058 0 -1 64 387 0 0 0 20 1 0 0 16 0 8 0 279247977 937414656 8768 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26174/tid=26181] ppid=26172 vsize=915444 CPUtime=0
/proc/26174/task/26181/stat : 26181 (java) S 26172 26174 26058 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 279247977 937414656 8768 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26174/tid=26182] ppid=26172 vsize=915444 CPUtime=0
/proc/26174/task/26182/stat : 26182 (java) S 26172 26174 26058 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 279247977 937414656 8768 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.13
Current children cumulated vsize (KiB) 915444

Child status: 0
Real time (s): 53.6803
CPU time (s): 53.5579
CPU user time (s): 43.4334
CPU system time (s): 10.1245
CPU usage (%): 99.7719
Max. virtual memory (cumulated for all children) (KiB): 915448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 43.4334
system time used= 10.1245
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9135
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= 2207
involuntary context switches= 3092

runsolver used 0.085986 s user time and 0.165974 s system time

The end

Launcher Data (download as text)

Begin job on node19 on Sat Jan 20 15:55:33 UTC 2007


IDJOB= 280927
IDBENCH= 11996
IDSOLVER= 68
FILE ID= node19/280927-1169308533

PBS_JOBID= 3609959

Free space on /tmp= 66563 MiB

SOLVER NAME= AbsconMax 109 EPFC
BENCH NAME= HOME/pub/bench/CPAI06/MaxCSP/randomMaxCSP/denseLoose/vcsp-30-10-25-48-35_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/280927-1169308533/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node19/watcher-280927-1169308533 -o ROOT/results/node19/solver-280927-1169308533 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/280927-1169308533/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  762505429262f3b32e492c9cb52f4358

RANDOM SEED= 174012049

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.260
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.260
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:       1157240 kB
Buffers:         64724 kB
Cached:         707888 kB
SwapCached:      11088 kB
Active:         356104 kB
Inactive:       460924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1157240 kB
SwapTotal:     4192956 kB
SwapFree:      4171264 kB
Dirty:            2176 kB
Writeback:           0 kB
Mapped:          60856 kB
Slab:            66140 kB
Committed_AS:  8148020 kB
PageTables:       2472 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 node19 on Sat Jan 20 15:56:27 UTC 2007