Trace number 282187

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 65.896 66.2782

General information on the benchmark

NameMaxCSP/pi/
pi-40-10-08-t60/pi-40-10-07948-40-41.xml
MD5SUMc4feeb15e6a00f2d0cc1d993ea9cd900
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints96
Best CPU time to get the best result obtained on this benchmark2.00169
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints98
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension98
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/282187-1169318581/unknown.xml
0.37	   
0.37	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.40	     nbVariables=40  nbDomainTypes=1  minDomainSize=10  maxDomainSize=10
0.40	       =>  wckTime=0.093  cpuTime=0.07  mem=6M885
0.40	   
0.40	   relations being loaded...
0.45	   
0.45	   constraints being loaded...
0.52	     nbConstraints=98  nbRelationTypes=98  nbExtensionStructures=98  nbSharedExtensionStructures=0
0.52	     nbConflictsStructures=98  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=1183  maxDegree=10
0.52	     maxArity=2
0.52	       =>  wckTime=0.204  cpuTime=0.14  mem=7M926
0.56	   
0.56	   solver LocalSearchSolver being built... 
0.60	       =>  wckTime=0.284  cpuTime=0.19  mem=5M493
0.60	
0.60	s SATISFIABLE
0.60	o 40
0.60	c 58
0.60	o 44
0.60	c 54
0.60	o 48
0.60	c 50
0.60	o 51
0.60	c 47
0.61	o 54
0.61	c 44
0.61	o 57
0.61	c 41
0.61	o 58
0.61	c 40
0.61	o 59
0.61	c 39
0.61	o 61
0.61	c 37
0.61	o 64
0.61	c 34
0.61	o 66
0.61	c 32
0.61	o 68
0.61	c 30
0.61	o 70
0.61	c 28
0.61	o 71
0.61	c 27
0.61	o 72
0.62	c 26
0.62	o 75
0.62	c 23
0.62	o 76
0.62	c 22
0.62	o 77
0.62	c 21
0.62	o 78
0.62	c 20
0.62	o 79
0.62	c 19
0.62	o 81
0.62	c 17
0.62	o 82
0.62	c 16
0.62	o 83
0.62	c 15
0.62	o 84
0.62	c 14
0.62	o 85
0.62	c 13
0.62	o 86
0.62	c 12
0.62	o 87
0.62	c 11
0.63	o 89
0.63	c 9
0.63	o 90
0.63	c 8
0.63	o 91
0.63	c 7
0.63	o 92
0.63	c 6
0.63	o 93
0.63	c 5
0.65	o 94
0.65	c 4
0.69	o 95
0.69	c 3
0.72	o 96
0.72	c 2
1.95	   
1.95	   search
1.95	     run=0  nbConstraintChecks=5566547  nbAssignments=10000
1.95	       =>  wckTime=1.356  cpuTime=1.34  mem=5M493
3.29	   
3.29	   search
3.29	     run=1  nbConstraintChecks=11490134  nbAssignments=20000
3.29	       =>  wckTime=2.694  cpuTime=2.67  mem=5M493
4.54	   
4.54	   search
4.54	     run=2  nbConstraintChecks=16721439  nbAssignments=30000
4.54	       =>  wckTime=3.946  cpuTime=3.91  mem=5M493
5.91	   
5.91	   search
5.91	     run=3  nbConstraintChecks=22985904  nbAssignments=40000
5.91	       =>  wckTime=5.318  cpuTime=5.27  mem=5M493
7.22	   
7.22	   search
7.22	     run=4  nbConstraintChecks=28766524  nbAssignments=50000
7.22	       =>  wckTime=6.626  cpuTime=6.57  mem=5M493
8.52	   
8.52	   search
8.52	     run=5  nbConstraintChecks=34568830  nbAssignments=60000
8.52	       =>  wckTime=7.93  cpuTime=7.87  mem=5M493
9.80	   
9.80	   search
9.80	     run=6  nbConstraintChecks=40140370  nbAssignments=70000
9.80	       =>  wckTime=9.205  cpuTime=9.15  mem=5M493
11.06	   
11.06	   search
11.06	     run=7  nbConstraintChecks=45601810  nbAssignments=80000
11.06	       =>  wckTime=10.464  cpuTime=10.4  mem=5M493
12.29	   
12.29	   search
12.29	     run=8  nbConstraintChecks=50842085  nbAssignments=90000
12.29	       =>  wckTime=11.699  cpuTime=11.63  mem=5M493
13.64	   
13.64	   search
13.64	     run=9  nbConstraintChecks=56864568  nbAssignments=100000
13.64	       =>  wckTime=13.045  cpuTime=12.96  mem=5M493
14.92	   
14.92	   search
14.92	     run=10  nbConstraintChecks=62400405  nbAssignments=110000
14.92	       =>  wckTime=14.322  cpuTime=14.23  mem=5M493
16.28	   
16.28	   search
16.28	     run=11  nbConstraintChecks=68588614  nbAssignments=120000
16.28	       =>  wckTime=15.687  cpuTime=15.59  mem=5M493
17.58	   
17.58	   search
17.58	     run=12  nbConstraintChecks=74191949  nbAssignments=130000
17.58	       =>  wckTime=16.983  cpuTime=16.88  mem=5M493
18.89	   
18.89	   search
18.89	     run=13  nbConstraintChecks=79961883  nbAssignments=140000
18.89	       =>  wckTime=18.297  cpuTime=18.19  mem=5M493
20.17	   
20.17	   search
20.17	     run=14  nbConstraintChecks=85460362  nbAssignments=150000
20.17	       =>  wckTime=19.575  cpuTime=19.46  mem=5M493
21.45	   
21.45	   search
21.45	     run=15  nbConstraintChecks=91005516  nbAssignments=160000
21.45	       =>  wckTime=20.86  cpuTime=20.74  mem=5M493
22.76	   
22.76	   search
22.76	     run=16  nbConstraintChecks=96649512  nbAssignments=170000
22.76	       =>  wckTime=22.163  cpuTime=22.03  mem=5M493
24.08	   
24.08	   search
24.08	     run=17  nbConstraintChecks=102449548  nbAssignments=180000
24.08	       =>  wckTime=23.484  cpuTime=23.35  mem=5M493
25.34	   
25.34	   search
25.34	     run=18  nbConstraintChecks=107829199  nbAssignments=190000
25.34	       =>  wckTime=24.741  cpuTime=24.6  mem=5M493
26.65	   
26.65	   search
26.65	     run=19  nbConstraintChecks=113670372  nbAssignments=200000
26.65	       =>  wckTime=26.052  cpuTime=25.91  mem=5M493
27.93	   
27.93	   search
27.93	     run=20  nbConstraintChecks=119247376  nbAssignments=210000
27.93	       =>  wckTime=27.339  cpuTime=27.19  mem=5M493
29.21	   
29.21	   search
29.21	     run=21  nbConstraintChecks=124781031  nbAssignments=220000
29.21	       =>  wckTime=28.612  cpuTime=28.45  mem=5M493
30.50	   
30.50	   search
30.50	     run=22  nbConstraintChecks=130473519  nbAssignments=230000
30.50	       =>  wckTime=29.903  cpuTime=29.74  mem=5M493
30.87	   
30.88	   search
30.88	     run=23  nbConstraintChecks=132085728  nbAssignments=232963
30.88	       =>  wckTime=30.281  cpuTime=30.12  mem=5M493
30.88	   
30.88	   global
30.88	     nbConstraintChecks=132085728  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
30.88	     solvingWckTime=30.279  solvingCpuTime=30.11  expiredTime=no  totalExploration=no  nbFoundSolutions=0
30.88	     globalCpuTime=30.35
30.88	       =>  wckTime=30.566  cpuTime=30.3  mem=5M493
30.88	   
30.88	   solver IterativeSystematicSolver being built... 
31.04	       =>  wckTime=30.733  cpuTime=30.41  mem=16M634
31.10	   
31.10	   preprocessing
31.10	     nbConstraintChecks=21079  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
31.10	     detectedInconsistency=no
31.10	       =>  wckTime=0.055  cpuTime=0.04  mem=16M634
31.16	   
31.16	   search
31.16	     run=0  nbConstraintChecks=129346  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=92
31.16	     nbFailedAssignments=75  nbBacktracks=10  nbVisitedNodes=178  nbRestartNogoods=0
31.16	       =>  wckTime=0.112  cpuTime=0.09  mem=16M634
31.22	   
31.22	   search
31.22	     run=1  nbConstraintChecks=251235  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=181
31.22	     nbFailedAssignments=143  nbBacktracks=25  nbVisitedNodes=350  nbRestartNogoods=18
31.22	       =>  wckTime=0.18  cpuTime=0.15  mem=16M634
31.33	   
31.33	   search
31.33	     run=2  nbConstraintChecks=515333  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=359
31.33	     nbFailedAssignments=294  nbBacktracks=47  nbVisitedNodes=699  nbRestartNogoods=40
31.33	       =>  wckTime=0.287  cpuTime=0.24  mem=16M634
31.44	   
31.44	   search
31.44	     run=3  nbConstraintChecks=803818  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=544
31.44	     nbFailedAssignments=438  nbBacktracks=83  nbVisitedNodes=1064  nbRestartNogoods=64
31.44	       =>  wckTime=0.394  cpuTime=0.35  mem=16M634
31.61	   
31.61	   search
31.61	     run=4  nbConstraintChecks=1182666  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=835
31.61	     nbFailedAssignments=672  nbBacktracks=133  nbVisitedNodes=1639  nbRestartNogoods=85
31.61	       =>  wckTime=0.562  cpuTime=0.51  mem=16M634
31.89	   
31.89	   search
31.89	     run=5  nbConstraintChecks=1888031  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1310
31.89	     nbFailedAssignments=1066  nbBacktracks=208  nbVisitedNodes=2582  nbRestartNogoods=104
31.89	       =>  wckTime=0.847  cpuTime=0.79  mem=16M634
32.27	   
32.27	   search
32.27	     run=6  nbConstraintChecks=2980139  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2003
32.27	     nbFailedAssignments=1638  nbBacktracks=321  nbVisitedNodes=3958  nbRestartNogoods=127
32.27	       =>  wckTime=1.223  cpuTime=1.15  mem=16M634
32.82	   
32.82	   search
32.82	     run=7  nbConstraintChecks=4376926  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2934
32.82	     nbFailedAssignments=2390  nbBacktracks=491  nbVisitedNodes=5809  nbRestartNogoods=158
32.82	       =>  wckTime=1.778  cpuTime=1.69  mem=16M634
33.48	   
33.48	   search
33.48	     run=8  nbConstraintChecks=6362709  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=4117
33.48	     nbFailedAssignments=3309  nbBacktracks=747  nbVisitedNodes=8167  nbRestartNogoods=184
33.48	       =>  wckTime=2.432  cpuTime=2.35  mem=16M634
34.56	   
34.56	   search
34.56	     run=9  nbConstraintChecks=9050246  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=5969
34.56	     nbFailedAssignments=4772  nbBacktracks=1131  nbVisitedNodes=11821  nbRestartNogoods=200
34.56	       =>  wckTime=3.512  cpuTime=3.42  mem=16M634
36.15	   
36.15	   search
36.15	     run=10  nbConstraintChecks=13035275  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=8703
36.15	     nbFailedAssignments=6922  nbBacktracks=1707  nbVisitedNodes=17263  nbRestartNogoods=223
36.15	       =>  wckTime=5.11  cpuTime=5.01  mem=16M634
38.31	   
38.31	   search
38.31	     run=11  nbConstraintChecks=18893637  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=12348
38.31	     nbFailedAssignments=9695  nbBacktracks=2571  nbVisitedNodes=24499  nbRestartNogoods=255
38.31	       =>  wckTime=7.265  cpuTime=7.15  mem=16M634
41.70	   
41.70	   search
41.70	     run=12  nbConstraintChecks=28288387  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=18530
41.70	     nbFailedAssignments=14574  nbBacktracks=3868  nbVisitedNodes=36837  nbRestartNogoods=291
41.70	       =>  wckTime=10.654  cpuTime=10.52  mem=16M634
46.45	   
46.45	   search
46.45	     run=13  nbConstraintChecks=40991504  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=26879
46.45	     nbFailedAssignments=20972  nbBacktracks=5814  nbVisitedNodes=53450  nbRestartNogoods=313
46.45	       =>  wckTime=15.404  cpuTime=15.25  mem=16M634
52.70	   
52.70	   search
52.70	     run=14  nbConstraintChecks=55850735  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=37562
52.70	     nbFailedAssignments=28735  nbBacktracks=8733  nbVisitedNodes=74525  nbRestartNogoods=338
52.70	       =>  wckTime=21.658  cpuTime=21.47  mem=16M634
61.43	   
61.43	   search
61.43	     run=15  nbConstraintChecks=77280529  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=52678
61.43	     nbFailedAssignments=39465  nbBacktracks=13111  nbVisitedNodes=104500  nbRestartNogoods=356
61.43	       =>  wckTime=30.384  cpuTime=30.15  mem=16M634
66.23	   
66.23	   search
66.23	     run=16  nbConstraintChecks=89390537  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=61100
66.23	     nbFailedAssignments=45312  nbBacktracks=15687  nbVisitedNodes=121129  nbRestartNogoods=374
66.23	       =>  wckTime=35.185  cpuTime=34.94  mem=16M634
66.23	   
66.23	   global
66.23	     nbConstraintChecks=89411616  nbRestartNogoods=374  solvingWckTime=35.186  solvingCpuTime=34.94  expiredTime=no
66.23	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=65.4
66.23	       =>  wckTime=65.919  cpuTime=65.35  mem=16M634
66.23	
66.23	s OPTIMUM FOUND
66.23	v 4 5 6 5 9 9 5 10 10 5 9 2 4 4 4 2 6 5 1 6 10 9 5 9 2 7 7 7 8 7 4 5 5 7 1 8 1 3 5 9 
66.23	   
66.23	   totalWckTime=66.0  totalCpuTime=65.41

Verifier Data (download as text)

2 unsatisfied constraints, 96 satisfied constraints

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node47/watcher-282187-1169318581 -o ROOT/results/node47/solver-282187-1169318581 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/282187-1169318581/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.07 1.18 1.51 2/80 1937
/proc/meminfo: memFree=1354760/2055920 swapFree=4184008/4192956
[pid=1936] ppid=1934 vsize=18540 CPUtime=0
/proc/1936/stat : 1936 (runsolver) R 1934 1936 1456 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 280257379 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 208717540647 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/1936/statm: 4635 279 244 17 0 2626 0

[startup+0.102151 s]
/proc/loadavg: 1.07 1.18 1.51 2/80 1937
/proc/meminfo: memFree=1354760/2055920 swapFree=4184008/4192956
[pid=1936] ppid=1934 vsize=914988 CPUtime=0.08
/proc/1936/stat : 1936 (java) R 1934 1936 1456 0 -1 0 2991 0 1 0 6 2 0 0 17 0 8 0 280257379 936947712 2737 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4154185025 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1936/statm: 228747 2737 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.510196 s]
/proc/loadavg: 1.07 1.18 1.51 2/80 1937
/proc/meminfo: memFree=1354760/2055920 swapFree=4184008/4192956
[pid=1936] ppid=1934 vsize=915332 CPUtime=0.49
/proc/1936/stat : 1936 (java) R 1934 1936 1456 0 -1 0 6459 0 1 0 43 6 0 0 19 0 8 0 280257379 937299968 6198 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072916832 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1936/statm: 228833 6198 2152 14 0 215303 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915332

[startup+1.33327 s]
/proc/loadavg: 1.07 1.18 1.51 3/87 1945
/proc/meminfo: memFree=1337424/2055920 swapFree=4184008/4192956
[pid=1936] ppid=1934 vsize=915444 CPUtime=1.31
/proc/1936/stat : 1936 (java) R 1934 1936 1456 0 -1 0 7010 0 1 0 103 28 0 0 25 0 8 0 280257379 937414656 6748 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073657370 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1936/statm: 228861 6748 2479 14 0 215331 0
[pid=1936/tid=1938] ppid=1934 vsize=915444 CPUtime=0.02
/proc/1936/task/1938/stat : 1938 (java) S 1934 1936 1456 0 -1 64 151 0 0 0 2 0 0 0 16 0 8 0 280257383 937414656 6748 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1936/tid=1940] ppid=1934 vsize=915444 CPUtime=0
/proc/1936/task/1940/stat : 1940 (java) S 1934 1936 1456 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280257383 937414656 6748 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1936/tid=1941] ppid=1934 vsize=915444 CPUtime=0
/proc/1936/task/1941/stat : 1941 (java) S 1934 1936 1456 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280257383 937414656 6748 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1936/tid=1942] ppid=1934 vsize=915444 CPUtime=0
/proc/1936/task/1942/stat : 1942 (java) S 1934 1936 1456 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280257387 937414656 6748 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1936/tid=1943] ppid=1934 vsize=915444 CPUtime=0.12
/proc/1936/task/1943/stat : 1943 (java) S 1934 1936 1456 0 -1 64 329 0 0 0 12 0 0 0 16 0 8 0 280257387 937414656 6748 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1936/tid=1944] ppid=1934 vsize=915444 CPUtime=0
/proc/1936/task/1944/stat : 1944 (java) S 1934 1936 1456 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280257387 937414656 6748 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1936/tid=1945] ppid=1934 vsize=915444 CPUtime=0
/proc/1936/task/1945/stat : 1945 (java) S 1934 1936 1456 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 280257387 937414656 6748 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915444

[startup+2.98545 s]
/proc/loadavg: 1.15 1.19 1.51 3/87 1945
/proc/meminfo: memFree=1337360/2055920 swapFree=4184008/4192956
[pid=1936] ppid=1934 vsize=915448 CPUtime=2.95
/proc/1936/stat : 1936 (java) R 1934 1936 1456 0 -1 0 7013 0 1 0 216 79 0 0 25 0 8 0 280257379 937418752 6750 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1936/statm: 228862 6750 2479 14 0 215332 0
[pid=1936/tid=1938] ppid=1934 vsize=915448 CPUtime=0.02
/proc/1936/task/1938/stat : 1938 (java) S 1934 1936 1456 0 -1 64 151 0 0 0 2 0 0 0 16 0 8 0 280257383 937418752 6750 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1936/tid=1940] ppid=1934 vsize=915448 CPUtime=0
/proc/1936/task/1940/stat : 1940 (java) S 1934 1936 1456 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280257383 937418752 6750 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1936/tid=1941] ppid=1934 vsize=915448 CPUtime=0
/proc/1936/task/1941/stat : 1941 (java) S 1934 1936 1456 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280257383 937418752 6750 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1936/tid=1942] ppid=1934 vsize=915448 CPUtime=0
/proc/1936/task/1942/stat : 1942 (java) S 1934 1936 1456 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280257387 937418752 6750 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1936/tid=1943] ppid=1934 vsize=915448 CPUtime=0.12
/proc/1936/task/1943/stat : 1943 (java) S 1934 1936 1456 0 -1 64 331 0 0 0 12 0 0 0 16 0 8 0 280257387 937418752 6750 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1936/tid=1944] ppid=1934 vsize=915448 CPUtime=0
/proc/1936/task/1944/stat : 1944 (java) S 1934 1936 1456 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280257387 937418752 6750 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1936/tid=1945] ppid=1934 vsize=915448 CPUtime=0
/proc/1936/task/1945/stat : 1945 (java) S 1934 1936 1456 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 280257387 937418752 6750 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915448

[startup+6.26481 s]
/proc/loadavg: 1.15 1.19 1.51 3/87 1945
/proc/meminfo: memFree=1337360/2055920 swapFree=4184008/4192956
[pid=1936] ppid=1934 vsize=915448 CPUtime=6.21
/proc/1936/stat : 1936 (java) R 1934 1936 1456 0 -1 0 7013 0 1 0 444 177 0 0 25 0 8 0 280257379 937418752 6750 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1936/statm: 228862 6750 2479 14 0 215332 0
[pid=1936/tid=1938] ppid=1934 vsize=915448 CPUtime=0.02
/proc/1936/task/1938/stat : 1938 (java) S 1934 1936 1456 0 -1 64 151 0 0 0 2 0 0 0 16 0 8 0 280257383 937418752 6750 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1936/tid=1940] ppid=1934 vsize=915448 CPUtime=0
/proc/1936/task/1940/stat : 1940 (java) S 1934 1936 1456 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280257383 937418752 6750 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1936/tid=1941] ppid=1934 vsize=915448 CPUtime=0
/proc/1936/task/1941/stat : 1941 (java) S 1934 1936 1456 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280257383 937418752 6750 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1936/tid=1942] ppid=1934 vsize=915448 CPUtime=0
/proc/1936/task/1942/stat : 1942 (java) S 1934 1936 1456 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280257387 937418752 6750 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1936/tid=1943] ppid=1934 vsize=915448 CPUtime=0.12
/proc/1936/task/1943/stat : 1943 (java) S 1934 1936 1456 0 -1 64 331 0 0 0 12 0 0 0 16 0 8 0 280257387 937418752 6750 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1936/tid=1944] ppid=1934 vsize=915448 CPUtime=0
/proc/1936/task/1944/stat : 1944 (java) S 1934 1936 1456 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280257387 937418752 6750 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1936/tid=1945] ppid=1934 vsize=915448 CPUtime=0
/proc/1936/task/1945/stat : 1945 (java) S 1934 1936 1456 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 280257387 937418752 6750 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 915448

[startup+12.7525 s]
/proc/loadavg: 1.28 1.22 1.51 3/87 1945
/proc/meminfo: memFree=1329240/2055920 swapFree=4184008/4192956
[pid=1936] ppid=1934 vsize=915444 CPUtime=12.67
/proc/1936/stat : 1936 (java) R 1934 1936 1456 0 -1 0 7013 0 1 0 904 363 0 0 25 0 8 0 280257379 937414656 6750 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073659615 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1936/statm: 228861 6750 2479 14 0 215331 0
[pid=1936/tid=1938] ppid=1934 vsize=915444 CPUtime=0.02
/proc/1936/task/1938/stat : 1938 (java) S 1934 1936 1456 0 -1 64 151 0 0 0 2 0 0 0 16 0 8 0 280257383 937414656 6750 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1936/tid=1940] ppid=1934 vsize=915444 CPUtime=0
/proc/1936/task/1940/stat : 1940 (java) S 1934 1936 1456 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280257383 937414656 6750 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1936/tid=1941] ppid=1934 vsize=915444 CPUtime=0
/proc/1936/task/1941/stat : 1941 (java) S 1934 1936 1456 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280257383 937414656 6750 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1936/tid=1942] ppid=1934 vsize=915444 CPUtime=0
/proc/1936/task/1942/stat : 1942 (java) S 1934 1936 1456 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280257387 937414656 6750 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1936/tid=1943] ppid=1934 vsize=915444 CPUtime=0.12
/proc/1936/task/1943/stat : 1943 (java) S 1934 1936 1456 0 -1 64 331 0 0 0 12 0 0 0 16 0 8 0 280257387 937414656 6750 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1936/tid=1944] ppid=1934 vsize=915444 CPUtime=0
/proc/1936/task/1944/stat : 1944 (java) S 1934 1936 1456 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280257387 937414656 6750 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1936/tid=1945] ppid=1934 vsize=915444 CPUtime=0
/proc/1936/task/1945/stat : 1945 (java) S 1934 1936 1456 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 280257387 937414656 6750 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 915444

[startup+25.5909 s]
/proc/loadavg: 1.39 1.24 1.52 3/87 1945
/proc/meminfo: memFree=1329240/2055920 swapFree=4184008/4192956
[pid=1936] ppid=1934 vsize=915444 CPUtime=25.45
/proc/1936/stat : 1936 (java) R 1934 1936 1456 0 -1 0 7014 0 1 0 1788 757 0 0 25 0 8 0 280257379 937414656 6751 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073652565 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1936/statm: 228861 6751 2479 14 0 215331 0
[pid=1936/tid=1938] ppid=1934 vsize=915444 CPUtime=0.02
/proc/1936/task/1938/stat : 1938 (java) S 1934 1936 1456 0 -1 64 151 0 0 0 2 0 0 0 16 0 8 0 280257383 937414656 6751 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1936/tid=1940] ppid=1934 vsize=915444 CPUtime=0
/proc/1936/task/1940/stat : 1940 (java) S 1934 1936 1456 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280257383 937414656 6751 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1936/tid=1941] ppid=1934 vsize=915444 CPUtime=0
/proc/1936/task/1941/stat : 1941 (java) S 1934 1936 1456 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280257383 937414656 6751 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1936/tid=1942] ppid=1934 vsize=915444 CPUtime=0
/proc/1936/task/1942/stat : 1942 (java) S 1934 1936 1456 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280257387 937414656 6751 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1936/tid=1943] ppid=1934 vsize=915444 CPUtime=0.12
/proc/1936/task/1943/stat : 1943 (java) S 1934 1936 1456 0 -1 64 332 0 0 0 12 0 0 0 16 0 8 0 280257387 937414656 6751 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1936/tid=1944] ppid=1934 vsize=915444 CPUtime=0
/proc/1936/task/1944/stat : 1944 (java) S 1934 1936 1456 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280257387 937414656 6751 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1936/tid=1945] ppid=1934 vsize=915444 CPUtime=0
/proc/1936/task/1945/stat : 1945 (java) S 1934 1936 1456 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 280257387 937414656 6751 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 915444

[startup+51.1936 s]
/proc/loadavg: 1.60 1.30 1.53 3/87 1945
/proc/meminfo: memFree=1320984/2055920 swapFree=4184008/4192956
[pid=1936] ppid=1934 vsize=915444 CPUtime=50.9
/proc/1936/stat : 1936 (java) R 1934 1936 1456 0 -1 0 9128 0 1 0 4172 918 0 0 25 0 8 0 280257379 937414656 8860 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073658513 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1936/statm: 228861 8860 2532 14 0 215331 0
[pid=1936/tid=1938] ppid=1934 vsize=915444 CPUtime=0.02
/proc/1936/task/1938/stat : 1938 (java) S 1934 1936 1456 0 -1 64 152 0 0 0 2 0 0 0 16 0 8 0 280257383 937414656 8860 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1936/tid=1940] ppid=1934 vsize=915444 CPUtime=0
/proc/1936/task/1940/stat : 1940 (java) S 1934 1936 1456 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280257383 937414656 8860 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1936/tid=1941] ppid=1934 vsize=915444 CPUtime=0
/proc/1936/task/1941/stat : 1941 (java) S 1934 1936 1456 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280257383 937414656 8860 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1936/tid=1942] ppid=1934 vsize=915444 CPUtime=0
/proc/1936/task/1942/stat : 1942 (java) S 1934 1936 1456 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280257387 937414656 8860 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1936/tid=1943] ppid=1934 vsize=915444 CPUtime=0.24
/proc/1936/task/1943/stat : 1943 (java) S 1934 1936 1456 0 -1 64 393 0 0 0 23 1 0 0 16 0 8 0 280257387 937414656 8860 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1936/tid=1944] ppid=1934 vsize=915444 CPUtime=0
/proc/1936/task/1944/stat : 1944 (java) S 1934 1936 1456 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280257387 937414656 8860 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1936/tid=1945] ppid=1934 vsize=915444 CPUtime=0
/proc/1936/task/1945/stat : 1945 (java) S 1934 1936 1456 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 280257387 937414656 8860 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (KiB) 915444

Child status: 0
Real time (s): 66.2782
CPU time (s): 65.896
CPU user time (s): 56.7024
CPU system time (s): 9.1936
CPU usage (%): 99.4233
Max. virtual memory (cumulated for all children) (KiB): 915448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 56.7024
system time used= 9.1936
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9230
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= 2412
involuntary context switches= 3556

runsolver used 0.073988 s user time and 0.229965 s system time

The end

Launcher Data (download as text)

Begin job on node47 on Sat Jan 20 18:43:01 UTC 2007


IDJOB= 282187
IDBENCH= 12528
IDSOLVER= 68
FILE ID= node47/282187-1169318581

PBS_JOBID= 3610397

Free space on /tmp= 66561 MiB

SOLVER NAME= AbsconMax 109 EPFC
BENCH NAME= HOME/pub/bench/CPAI06/MaxCSP/pi/pi-40-10-08-t60/pi-40-10-07948-40-41.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/282187-1169318581/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node47/watcher-282187-1169318581 -o ROOT/results/node47/solver-282187-1169318581 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/282187-1169318581/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  c4feeb15e6a00f2d0cc1d993ea9cd900

RANDOM SEED= 223854265

TIME LIMIT= 2400 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.240
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.240
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1355240 kB
Buffers:         45528 kB
Cached:         547624 kB
SwapCached:       2936 kB
Active:         181968 kB
Inactive:       443060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1355240 kB
SwapTotal:     4192956 kB
SwapFree:      4184008 kB
Dirty:            3580 kB
Writeback:           0 kB
Mapped:          47924 kB
Slab:            60960 kB
Committed_AS:  6187232 kB
PageTables:       1924 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 node47 on Sat Jan 20 18:44:09 UTC 2007