Trace number 280891

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 52.0461 52.356

General information on the benchmark

NameMaxCSP/randomMaxCSP/denseLoose/
vcsp-30-10-25-48-1_ext.xml
MD5SUMe5bf3861c13c08d7b1864f6a10ce7db7
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 benchmark3.49147
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.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=epfc.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/280891-1169308378/unknown.xml
0.35	   
0.35	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.39	     nbVariables=30  nbDomainTypes=1  minDomainSize=10  maxDomainSize=10
0.39	       =>  wckTime=0.094  cpuTime=0.09  mem=6M887
0.39	   
0.39	   relations being loaded...
0.44	   
0.44	   constraints being loaded...
0.50	     nbConstraints=109  nbRelationTypes=109  nbExtensionStructures=109  nbSharedExtensionStructures=0
0.50	     nbConflictsStructures=109  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=1280  maxDegree=11
0.50	     maxArity=2
0.50	       =>  wckTime=0.2  cpuTime=0.15  mem=8M854
0.53	   
0.53	   solver LocalSearchSolver being built... 
0.57	       =>  wckTime=0.28  cpuTime=0.19  mem=5M496
0.58	
0.58	s SATISFIABLE
0.58	o 55
0.58	c 54
0.58	o 60
0.58	c 49
0.58	o 65
0.58	c 44
0.58	o 69
0.58	c 40
0.58	o 73
0.58	c 36
0.58	o 75
0.58	c 34
0.58	o 78
0.58	c 31
0.58	o 81
0.58	c 28
0.59	o 83
0.59	c 26
0.59	o 85
0.59	c 24
0.59	o 86
0.59	c 23
0.59	o 87
0.59	c 22
0.59	o 88
0.59	c 21
0.59	o 89
0.59	c 20
0.59	o 90
0.59	c 19
0.59	o 91
0.59	c 18
0.59	o 92
0.59	c 17
0.60	o 93
0.60	c 16
0.60	o 94
0.60	c 15
0.60	o 95
0.60	c 14
0.60	o 96
0.60	c 13
0.60	o 97
0.60	c 12
0.60	o 99
0.60	c 10
0.60	o 100
0.60	c 9
0.60	o 101
0.60	c 8
0.60	o 102
0.60	c 7
0.62	o 103
0.62	c 6
0.62	o 104
0.62	c 5
0.62	o 105
0.62	c 4
0.62	o 106
0.62	c 3
0.62	o 107
0.62	c 2
1.83	   
1.83	   search
1.83	     run=0  nbConstraintChecks=5609486  nbAssignments=10000
1.83	       =>  wckTime=1.252  cpuTime=1.21  mem=5M496
3.04	   
3.04	   search
3.04	     run=1  nbConstraintChecks=11587866  nbAssignments=20000
3.04	       =>  wckTime=2.464  cpuTime=2.41  mem=5M496
4.23	   
4.23	   search
4.23	     run=2  nbConstraintChecks=17397180  nbAssignments=30000
4.23	       =>  wckTime=3.654  cpuTime=3.6  mem=5M496
5.37	   
5.37	   search
5.37	     run=3  nbConstraintChecks=22819452  nbAssignments=40000
5.37	       =>  wckTime=4.801  cpuTime=4.75  mem=5M496
6.51	   
6.51	   search
6.51	     run=4  nbConstraintChecks=28178757  nbAssignments=50000
6.51	       =>  wckTime=5.94  cpuTime=5.89  mem=5M496
7.72	   
7.72	   search
7.72	     run=5  nbConstraintChecks=34082193  nbAssignments=60000
7.72	       =>  wckTime=7.145  cpuTime=7.09  mem=5M496
8.86	   
8.86	   search
8.86	     run=6  nbConstraintChecks=39468846  nbAssignments=70000
8.86	       =>  wckTime=8.29  cpuTime=8.23  mem=5M496
10.04	   
10.04	   search
10.04	     run=7  nbConstraintChecks=45151708  nbAssignments=80000
10.04	       =>  wckTime=9.471  cpuTime=9.41  mem=5M496
11.18	   
11.18	   search
11.18	     run=8  nbConstraintChecks=50454568  nbAssignments=90000
11.18	       =>  wckTime=10.606  cpuTime=10.53  mem=5M496
12.38	   
12.38	   search
12.38	     run=9  nbConstraintChecks=56290942  nbAssignments=100000
12.38	       =>  wckTime=11.802  cpuTime=11.72  mem=5M496
13.53	   
13.53	   search
13.53	     run=10  nbConstraintChecks=61778766  nbAssignments=110000
13.53	       =>  wckTime=12.958  cpuTime=12.87  mem=5M496
14.79	   
14.79	   search
14.79	     run=11  nbConstraintChecks=68083013  nbAssignments=120000
14.79	       =>  wckTime=14.213  cpuTime=14.12  mem=5M496
15.94	   
15.94	   search
15.94	     run=12  nbConstraintChecks=73580045  nbAssignments=130000
15.94	       =>  wckTime=15.371  cpuTime=15.27  mem=5M496
17.14	   
17.14	   search
17.14	     run=13  nbConstraintChecks=79305089  nbAssignments=140000
17.14	       =>  wckTime=16.563  cpuTime=16.46  mem=5M496
18.29	   
18.29	   search
18.29	     run=14  nbConstraintChecks=84698899  nbAssignments=150000
18.29	       =>  wckTime=17.72  cpuTime=17.61  mem=5M496
19.46	   
19.46	   search
19.46	     run=15  nbConstraintChecks=90136111  nbAssignments=160000
19.46	       =>  wckTime=18.883  cpuTime=18.78  mem=5M496
20.65	   
20.65	   search
20.65	     run=16  nbConstraintChecks=95826578  nbAssignments=170000
20.65	       =>  wckTime=20.073  cpuTime=19.95  mem=5M496
21.88	   
21.88	   search
21.88	     run=17  nbConstraintChecks=101850537  nbAssignments=180000
21.88	       =>  wckTime=21.306  cpuTime=21.18  mem=5M496
23.06	   
23.06	   search
23.06	     run=18  nbConstraintChecks=107435398  nbAssignments=190000
23.06	       =>  wckTime=22.486  cpuTime=22.36  mem=5M496
24.27	   
24.27	   search
24.27	     run=19  nbConstraintChecks=113211375  nbAssignments=200000
24.27	       =>  wckTime=23.691  cpuTime=23.55  mem=5M496
25.43	   
25.43	   search
25.43	     run=20  nbConstraintChecks=118653119  nbAssignments=210000
25.43	       =>  wckTime=24.853  cpuTime=24.72  mem=5M496
26.60	   
26.60	   search
26.60	     run=21  nbConstraintChecks=124209327  nbAssignments=220000
26.60	       =>  wckTime=26.029  cpuTime=25.88  mem=5M496
27.80	   
27.80	   search
27.80	     run=22  nbConstraintChecks=130096963  nbAssignments=230000
27.80	       =>  wckTime=27.23  cpuTime=27.08  mem=5M496
28.98	   
28.98	   search
28.98	     run=23  nbConstraintChecks=135746033  nbAssignments=240000
28.98	       =>  wckTime=28.408  cpuTime=28.25  mem=5M496
30.14	   
30.15	   search
30.15	     run=24  nbConstraintChecks=141293882  nbAssignments=250000
30.15	       =>  wckTime=29.571  cpuTime=29.42  mem=5M496
30.78	   
30.78	   search
30.78	     run=25  nbConstraintChecks=144326732  nbAssignments=255328
30.78	       =>  wckTime=30.204  cpuTime=30.04  mem=5M496
30.78	   
30.78	   global
30.78	     nbConstraintChecks=144326732  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
30.78	     solvingWckTime=30.203  solvingCpuTime=30.04  expiredTime=no  totalExploration=no  nbFoundSolutions=0
30.78	     globalCpuTime=30.27
30.78	       =>  wckTime=30.485  cpuTime=30.23  mem=5M496
30.78	   
30.78	   solver IterativeSystematicSolver being built... 
30.91	       =>  wckTime=30.612  cpuTime=30.34  mem=16M519
30.95	   
30.95	   preprocessing
30.95	     nbConstraintChecks=16562  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
30.95	     detectedInconsistency=no
30.95	       =>  wckTime=0.041  cpuTime=0.02  mem=16M519
30.98	   
30.98	   search
30.98	     run=0  nbConstraintChecks=77530  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=52
30.98	     nbFailedAssignments=36  nbBacktracks=11  nbVisitedNodes=98  nbRestartNogoods=0
30.98	       =>  wckTime=0.074  cpuTime=0.04  mem=16M519
31.04	   
31.04	   search
31.04	     run=1  nbConstraintChecks=204245  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=139
31.04	     nbFailedAssignments=101  nbBacktracks=26  nbVisitedNodes=265  nbRestartNogoods=9
31.04	       =>  wckTime=0.128  cpuTime=0.09  mem=16M519
31.11	   
31.11	   search
31.11	     run=2  nbConstraintChecks=422849  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=279
31.11	     nbFailedAssignments=214  nbBacktracks=49  nbVisitedNodes=537  nbRestartNogoods=15
31.11	       =>  wckTime=0.199  cpuTime=0.15  mem=16M519
31.19	   
31.19	   search
31.19	     run=3  nbConstraintChecks=683765  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=449
31.19	     nbFailedAssignments=347  nbBacktracks=82  nbVisitedNodes=873  nbRestartNogoods=28
31.19	       =>  wckTime=0.278  cpuTime=0.23  mem=16M519
31.30	   
31.30	   search
31.30	     run=4  nbConstraintChecks=1093811  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=724
31.30	     nbFailedAssignments=564  nbBacktracks=132  nbVisitedNodes=1415  nbRestartNogoods=35
31.30	       =>  wckTime=0.389  cpuTime=0.34  mem=16M519
31.46	   
31.46	   search
31.46	     run=5  nbConstraintChecks=1694444  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1102
31.46	     nbFailedAssignments=860  nbBacktracks=207  nbVisitedNodes=2164  nbRestartNogoods=54
31.46	       =>  wckTime=0.556  cpuTime=0.5  mem=16M519
31.70	   
31.70	   search
31.70	     run=6  nbConstraintChecks=2481104  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1641
31.70	     nbFailedAssignments=1277  nbBacktracks=320  nbVisitedNodes=3233  nbRestartNogoods=70
31.70	       =>  wckTime=0.789  cpuTime=0.72  mem=16M519
32.02	   
32.02	   search
32.02	     run=7  nbConstraintChecks=3665713  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2449
32.02	     nbFailedAssignments=1907  nbBacktracks=490  nbVisitedNodes=4840  nbRestartNogoods=97
32.02	       =>  wckTime=1.109  cpuTime=1.03  mem=16M519
32.47	   
32.47	   search
32.47	     run=8  nbConstraintChecks=5408245  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=3553
32.47	     nbFailedAssignments=2749  nbBacktracks=746  nbVisitedNodes=7036  nbRestartNogoods=117
32.47	       =>  wckTime=1.562  cpuTime=1.48  mem=16M519
33.22	   
33.22	   search
33.22	     run=9  nbConstraintChecks=8362767  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=5490
33.22	     nbFailedAssignments=4291  nbBacktracks=1130  nbVisitedNodes=10892  nbRestartNogoods=132
33.22	       =>  wckTime=2.312  cpuTime=2.23  mem=16M519
34.31	   
34.31	   search
34.31	     run=10  nbConstraintChecks=12146053  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=8087
34.31	     nbFailedAssignments=6305  nbBacktracks=1706  nbVisitedNodes=16060  nbRestartNogoods=146
34.31	       =>  wckTime=3.405  cpuTime=3.31  mem=16M519
35.76	   
35.76	   search
35.76	     run=11  nbConstraintChecks=17834488  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=11855
35.76	     nbFailedAssignments=9201  nbBacktracks=2570  nbVisitedNodes=23566  nbRestartNogoods=172
35.76	       =>  wckTime=4.851  cpuTime=4.75  mem=16M519
37.95	   
37.95	   search
37.95	     run=12  nbConstraintChecks=26063030  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=17298
37.95	     nbFailedAssignments=13339  nbBacktracks=3867  nbVisitedNodes=34383  nbRestartNogoods=192
37.95	       =>  wckTime=7.045  cpuTime=6.93  mem=16M519
41.28	   
41.28	   search
41.28	     run=13  nbConstraintChecks=38584655  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=25767
41.28	     nbFailedAssignments=19851  nbBacktracks=5813  nbVisitedNodes=51187  nbRestartNogoods=223
41.28	       =>  wckTime=10.375  cpuTime=10.24  mem=16M519
45.45	   
45.45	   search
45.45	     run=14  nbConstraintChecks=52152849  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=35442
45.45	     nbFailedAssignments=26606  nbBacktracks=8732  nbVisitedNodes=70357  nbRestartNogoods=252
45.45	       =>  wckTime=14.54  cpuTime=14.38  mem=16M519
51.34	   
51.34	   search
51.34	     run=15  nbConstraintChecks=70572950  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=48978
51.34	     nbFailedAssignments=35759  nbBacktracks=13110  nbVisitedNodes=97001  nbRestartNogoods=260
51.34	       =>  wckTime=20.432  cpuTime=20.23  mem=16M519
52.31	   
52.31	   search
52.31	     run=16  nbConstraintChecks=73399324  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=51075
52.31	     nbFailedAssignments=36984  nbBacktracks=13983  nbVisitedNodes=101037  nbRestartNogoods=272
52.31	       =>  wckTime=21.399  cpuTime=21.19  mem=16M519
52.31	   
52.31	   global
52.31	     nbConstraintChecks=73415886  nbRestartNogoods=272  solvingWckTime=21.401  solvingCpuTime=21.19  expiredTime=no
52.31	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=51.57
52.31	       =>  wckTime=52.014  cpuTime=51.53  mem=16M519
52.31	
52.31	s OPTIMUM FOUND
52.31	v 9 6 7 0 0 8 7 3 2 1 3 7 6 4 1 9 1 9 3 1 2 2 9 5 1 4 4 3 9 5 
52.31	   
52.31	   totalWckTime=52.09  totalCpuTime=51.57

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/node16/watcher-280891-1169308378 -o ROOT/results/node16/solver-280891-1169308378 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/280891-1169308378/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.69 1.90 1.96 4/87 767
/proc/meminfo: memFree=1626064/2055920 swapFree=4191880/4192956
[pid=766] ppid=764 vsize=172 CPUtime=0
/proc/766/stat : 766 (java) R 764 766 650 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 279232629 176128 24 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 7205163 0 0 4096 0 0 0 0 17 0 0 0
/proc/766/statm: 43 24 18 14 0 3 0

[startup+0.108344 s]
/proc/loadavg: 1.69 1.90 1.96 4/87 767
/proc/meminfo: memFree=1626064/2055920 swapFree=4191880/4192956
[pid=766] ppid=764 vsize=914988 CPUtime=0.09
/proc/766/stat : 766 (java) R 764 766 650 0 -1 0 3071 0 1 0 8 1 0 0 23 0 8 0 279232629 936947712 2817 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/766/statm: 228747 2817 1453 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.516267 s]
/proc/loadavg: 1.69 1.90 1.96 4/87 767
/proc/meminfo: memFree=1626064/2055920 swapFree=4191880/4192956
[pid=766] ppid=764 vsize=915332 CPUtime=0.5
/proc/766/stat : 766 (java) R 764 766 650 0 -1 0 6644 0 1 0 46 4 0 0 25 0 8 0 279232629 937299968 6382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/766/statm: 228833 6382 2165 14 0 215303 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915332

[startup+1.33912 s]
/proc/loadavg: 1.69 1.90 1.96 3/94 774
/proc/meminfo: memFree=1608472/2055920 swapFree=4191880/4192956
[pid=766] ppid=764 vsize=915444 CPUtime=1.31
/proc/766/stat : 766 (java) R 764 766 650 0 -1 0 7138 0 1 0 104 27 0 0 25 0 8 0 279232629 937414656 6876 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/766/statm: 228861 6876 2479 14 0 215331 0
[pid=766/tid=768] ppid=764 vsize=915444 CPUtime=0.02
/proc/766/task/768/stat : 768 (java) S 764 766 650 0 -1 64 153 0 0 0 2 0 0 0 16 0 8 0 279232632 937414656 6876 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=766/tid=769] ppid=764 vsize=915444 CPUtime=0
/proc/766/task/769/stat : 769 (java) S 764 766 650 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279232633 937414656 6876 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=766/tid=770] ppid=764 vsize=915448 CPUtime=0
/proc/766/task/770/stat : 770 (java) S 764 766 650 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279232633 937418752 6876 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=766/tid=771] ppid=764 vsize=915444 CPUtime=0
/proc/766/task/771/stat : 771 (java) S 764 766 650 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 279232636 937414656 6876 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=766/tid=772] ppid=764 vsize=915448 CPUtime=0.12
/proc/766/task/772/stat : 772 (java) S 764 766 650 0 -1 64 331 0 0 0 12 0 0 0 16 0 8 0 279232636 937418752 6876 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=766/tid=773] ppid=764 vsize=915444 CPUtime=0
/proc/766/task/773/stat : 773 (java) S 764 766 650 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 279232636 937414656 6876 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=766/tid=774] ppid=764 vsize=915444 CPUtime=0
/proc/766/task/774/stat : 774 (java) S 764 766 650 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 279232636 937414656 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.31
Current children cumulated vsize (KiB) 915444

[startup+2.9918 s]
/proc/loadavg: 1.69 1.90 1.96 3/94 774
/proc/meminfo: memFree=1608408/2055920 swapFree=4191880/4192956
[pid=766] ppid=764 vsize=915444 CPUtime=2.95
/proc/766/stat : 766 (java) R 764 766 650 0 -1 0 7141 0 1 0 219 76 0 0 25 0 8 0 279232629 937414656 6878 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/766/statm: 228861 6878 2479 14 0 215331 0
[pid=766/tid=768] ppid=764 vsize=915444 CPUtime=0.02
/proc/766/task/768/stat : 768 (java) S 764 766 650 0 -1 64 153 0 0 0 2 0 0 0 16 0 8 0 279232632 937414656 6878 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=766/tid=769] ppid=764 vsize=915444 CPUtime=0
/proc/766/task/769/stat : 769 (java) S 764 766 650 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279232633 937414656 6878 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=766/tid=770] ppid=764 vsize=915444 CPUtime=0
/proc/766/task/770/stat : 770 (java) S 764 766 650 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279232633 937414656 6878 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=766/tid=771] ppid=764 vsize=915444 CPUtime=0
/proc/766/task/771/stat : 771 (java) S 764 766 650 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 279232636 937414656 6878 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=766/tid=772] ppid=764 vsize=915444 CPUtime=0.12
/proc/766/task/772/stat : 772 (java) S 764 766 650 0 -1 64 333 0 0 0 12 0 0 0 16 0 8 0 279232636 937414656 6878 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=766/tid=773] ppid=764 vsize=915444 CPUtime=0
/proc/766/task/773/stat : 773 (java) S 764 766 650 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 279232636 937414656 6878 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=766/tid=774] ppid=764 vsize=915444 CPUtime=0
/proc/766/task/774/stat : 774 (java) S 764 766 650 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 279232636 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.95
Current children cumulated vsize (KiB) 915444

[startup+6.28319 s]
/proc/loadavg: 1.72 1.90 1.96 3/94 774
/proc/meminfo: memFree=1608408/2055920 swapFree=4191880/4192956
[pid=766] ppid=764 vsize=915444 CPUtime=6.24
/proc/766/stat : 766 (java) R 764 766 650 0 -1 0 7141 0 1 0 442 182 0 0 25 0 8 0 279232629 937414656 6878 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/766/statm: 228862 6878 2479 14 0 215332 0
[pid=766/tid=768] ppid=764 vsize=915444 CPUtime=0.02
/proc/766/task/768/stat : 768 (java) S 764 766 650 0 -1 64 153 0 0 0 2 0 0 0 16 0 8 0 279232632 937414656 6878 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=766/tid=769] ppid=764 vsize=915444 CPUtime=0
/proc/766/task/769/stat : 769 (java) S 764 766 650 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279232633 937414656 6878 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=766/tid=770] ppid=764 vsize=915448 CPUtime=0
/proc/766/task/770/stat : 770 (java) S 764 766 650 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279232633 937418752 6878 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=766/tid=771] ppid=764 vsize=915444 CPUtime=0
/proc/766/task/771/stat : 771 (java) S 764 766 650 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 279232636 937414656 6878 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=766/tid=772] ppid=764 vsize=915444 CPUtime=0.12
/proc/766/task/772/stat : 772 (java) S 764 766 650 0 -1 64 333 0 0 0 12 0 0 0 16 0 8 0 279232636 937414656 6878 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=766/tid=773] ppid=764 vsize=915448 CPUtime=0
/proc/766/task/773/stat : 773 (java) S 764 766 650 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 279232636 937418752 6878 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=766/tid=774] ppid=764 vsize=915444 CPUtime=0
/proc/766/task/774/stat : 774 (java) S 764 766 650 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 279232636 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) 6.24
Current children cumulated vsize (KiB) 915444

[startup+12.7088 s]
/proc/loadavg: 1.74 1.90 1.96 3/94 774
/proc/meminfo: memFree=1608408/2055920 swapFree=4191880/4192956
[pid=766] ppid=764 vsize=915444 CPUtime=12.63
/proc/766/stat : 766 (java) R 764 766 650 0 -1 0 7141 0 1 0 880 383 0 0 25 0 8 0 279232629 937414656 6878 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 7530607 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/766/statm: 228861 6878 2479 14 0 215331 0
[pid=766/tid=768] ppid=764 vsize=915444 CPUtime=0.02
/proc/766/task/768/stat : 768 (java) S 764 766 650 0 -1 64 153 0 0 0 2 0 0 0 16 0 8 0 279232632 937414656 6878 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=766/tid=769] ppid=764 vsize=915444 CPUtime=0
/proc/766/task/769/stat : 769 (java) S 764 766 650 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279232633 937414656 6878 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=766/tid=770] ppid=764 vsize=915444 CPUtime=0
/proc/766/task/770/stat : 770 (java) S 764 766 650 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279232633 937414656 6878 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=766/tid=771] ppid=764 vsize=915444 CPUtime=0
/proc/766/task/771/stat : 771 (java) S 764 766 650 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 279232636 937414656 6878 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=766/tid=772] ppid=764 vsize=915444 CPUtime=0.12
/proc/766/task/772/stat : 772 (java) S 764 766 650 0 -1 64 333 0 0 0 12 0 0 0 16 0 8 0 279232636 937414656 6878 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=766/tid=773] ppid=764 vsize=915444 CPUtime=0
/proc/766/task/773/stat : 773 (java) S 764 766 650 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 279232636 937414656 6878 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=766/tid=774] ppid=764 vsize=915444 CPUtime=0
/proc/766/task/774/stat : 774 (java) S 764 766 650 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 279232636 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.63
Current children cumulated vsize (KiB) 915444

[startup+25.5554 s]
/proc/loadavg: 1.80 1.90 1.96 3/94 774
/proc/meminfo: memFree=1608472/2055920 swapFree=4191880/4192956
[pid=766] ppid=764 vsize=915444 CPUtime=25.42
/proc/766/stat : 766 (java) R 764 766 650 0 -1 0 7142 0 1 0 1761 781 0 0 25 0 8 0 279232629 937414656 6879 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073673629 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/766/statm: 228861 6879 2479 14 0 215331 0
[pid=766/tid=768] ppid=764 vsize=915444 CPUtime=0.02
/proc/766/task/768/stat : 768 (java) S 764 766 650 0 -1 64 153 0 0 0 2 0 0 0 16 0 8 0 279232632 937414656 6879 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=766/tid=769] ppid=764 vsize=915444 CPUtime=0
/proc/766/task/769/stat : 769 (java) S 764 766 650 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279232633 937414656 6879 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=766/tid=770] ppid=764 vsize=915444 CPUtime=0
/proc/766/task/770/stat : 770 (java) S 764 766 650 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279232633 937414656 6879 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=766/tid=771] ppid=764 vsize=915444 CPUtime=0
/proc/766/task/771/stat : 771 (java) S 764 766 650 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 279232636 937414656 6879 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=766/tid=772] ppid=764 vsize=915444 CPUtime=0.12
/proc/766/task/772/stat : 772 (java) S 764 766 650 0 -1 64 334 0 0 0 12 0 0 0 16 0 8 0 279232636 937414656 6879 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=766/tid=773] ppid=764 vsize=915444 CPUtime=0
/proc/766/task/773/stat : 773 (java) S 764 766 650 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 279232636 937414656 6879 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=766/tid=774] ppid=764 vsize=915444 CPUtime=0
/proc/766/task/774/stat : 774 (java) S 764 766 650 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 279232636 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.42
Current children cumulated vsize (KiB) 915444

[startup+51.2506 s]
/proc/loadavg: 1.87 1.91 1.96 3/94 774
/proc/meminfo: memFree=1601240/2055920 swapFree=4191880/4192956
[pid=766] ppid=764 vsize=915444 CPUtime=50.97
/proc/766/stat : 766 (java) R 764 766 650 0 -1 0 9038 0 1 0 4155 942 0 0 25 0 8 0 279232629 937414656 8771 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073674739 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/766/statm: 228861 8771 2532 14 0 215331 0
[pid=766/tid=768] ppid=764 vsize=915444 CPUtime=0.02
/proc/766/task/768/stat : 768 (java) S 764 766 650 0 -1 64 154 0 0 0 2 0 0 0 16 0 8 0 279232632 937414656 8771 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=766/tid=769] ppid=764 vsize=915444 CPUtime=0
/proc/766/task/769/stat : 769 (java) S 764 766 650 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279232633 937414656 8771 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=766/tid=770] ppid=764 vsize=915444 CPUtime=0
/proc/766/task/770/stat : 770 (java) S 764 766 650 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279232633 937414656 8771 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=766/tid=771] ppid=764 vsize=915444 CPUtime=0
/proc/766/task/771/stat : 771 (java) S 764 766 650 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 279232636 937414656 8771 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=766/tid=772] ppid=764 vsize=915444 CPUtime=0.23
/proc/766/task/772/stat : 772 (java) S 764 766 650 0 -1 64 389 0 0 0 23 0 0 0 16 0 8 0 279232636 937414656 8771 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=766/tid=773] ppid=764 vsize=915444 CPUtime=0
/proc/766/task/773/stat : 773 (java) S 764 766 650 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 279232636 937414656 8771 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=766/tid=774] ppid=764 vsize=915444 CPUtime=0
/proc/766/task/774/stat : 774 (java) S 764 766 650 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 279232636 937414656 8771 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 915444

Child status: 0
Real time (s): 52.356
CPU time (s): 52.0461
CPU user time (s): 42.6135
CPU system time (s): 9.43257
CPU usage (%): 99.4081
Max. virtual memory (cumulated for all children) (KiB): 915448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 42.6135
system time used= 9.43257
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9136
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= 2222
involuntary context switches= 3503

runsolver used 0.075988 s user time and 0.170974 s system time

The end

Launcher Data (download as text)

Begin job on node16 on Sat Jan 20 15:52:58 UTC 2007


IDJOB= 280891
IDBENCH= 11985
IDSOLVER= 68
FILE ID= node16/280891-1169308378

PBS_JOBID= 3609955

Free space on /tmp= 66559 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  e5bf3861c13c08d7b1864f6a10ce7db7

RANDOM SEED= 183111109

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.220
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.220
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:       1626544 kB
Buffers:         49280 kB
Cached:         250604 kB
SwapCached:        268 kB
Active:         121368 kB
Inactive:       235004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1626544 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            2188 kB
Writeback:           0 kB
Mapped:          75996 kB
Slab:            57604 kB
Committed_AS:  8298080 kB
PageTables:       2380 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= 66559 MiB



End job on node16 on Sat Jan 20 15:53:50 UTC 2007