Trace number 282179

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
AbsconMax 109 PFCOPTIMUM 85.823 86.288

General information on the benchmark

NameMaxCSP/pi/
pi-40-10-08-t60/pi-40-10-07948-40-81.xml
MD5SUM867a7efda4b5f90a16cdb69e293f03b0
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints95
Best CPU time to get the best result obtained on this benchmark2.90456
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=pfc.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/282179-1169318555/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.095  cpuTime=0.08  mem=6M903
0.41	   
0.41	   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=1206  maxDegree=12
0.52	     maxArity=2
0.52	       =>  wckTime=0.206  cpuTime=0.15  mem=7M944
0.56	   
0.56	   solver LocalSearchSolver being built... 
0.60	       =>  wckTime=0.285  cpuTime=0.2  mem=5M492
0.60	
0.60	s SATISFIABLE
0.60	o 42
0.60	c 56
0.60	o 45
0.60	c 53
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 60
0.61	c 38
0.61	o 63
0.61	c 35
0.61	o 66
0.61	c 32
0.61	o 69
0.61	c 29
0.61	o 71
0.61	c 27
0.61	o 74
0.61	c 24
0.61	o 76
0.61	c 22
0.61	o 77
0.61	c 21
0.61	o 78
0.61	c 20
0.62	o 80
0.62	c 18
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.63	o 87
0.63	c 11
0.63	o 88
0.63	c 10
0.63	o 89
0.63	c 9
0.64	o 90
0.64	c 8
0.64	o 91
0.64	c 7
0.64	o 92
0.64	c 6
0.64	o 93
0.64	c 5
0.88	o 94
0.88	c 4
0.88	o 95
0.88	c 3
1.99	   
1.99	   search
1.99	     run=0  nbConstraintChecks=5792529  nbAssignments=10000
1.99	       =>  wckTime=1.395  cpuTime=1.36  mem=5M492
3.40	   
3.40	   search
3.40	     run=1  nbConstraintChecks=12221246  nbAssignments=20000
3.40	       =>  wckTime=2.809  cpuTime=2.76  mem=5M492
4.70	   
4.70	   search
4.70	     run=2  nbConstraintChecks=18459993  nbAssignments=30000
4.70	       =>  wckTime=4.101  cpuTime=4.06  mem=5M492
6.14	   
6.14	   search
6.14	     run=3  nbConstraintChecks=25250153  nbAssignments=40000
6.14	       =>  wckTime=5.543  cpuTime=5.49  mem=5M492
7.43	   
7.43	   search
7.43	     run=4  nbConstraintChecks=31301992  nbAssignments=50000
7.43	       =>  wckTime=6.837  cpuTime=6.77  mem=5M492
8.71	   
8.71	   search
8.71	     run=5  nbConstraintChecks=37547269  nbAssignments=60000
8.71	       =>  wckTime=8.116  cpuTime=8.05  mem=5M492
9.95	   
9.96	   search
9.96	     run=6  nbConstraintChecks=43449239  nbAssignments=70000
9.96	       =>  wckTime=9.361  cpuTime=9.28  mem=5M492
11.26	   
11.26	   search
11.26	     run=7  nbConstraintChecks=49818014  nbAssignments=80000
11.26	       =>  wckTime=10.67  cpuTime=10.58  mem=5M492
12.60	   
12.60	   search
12.60	     run=8  nbConstraintChecks=55754763  nbAssignments=90000
12.60	       =>  wckTime=12.006  cpuTime=11.91  mem=5M492
13.91	   
13.91	   search
13.91	     run=9  nbConstraintChecks=61809500  nbAssignments=100000
13.91	       =>  wckTime=13.312  cpuTime=13.21  mem=5M492
15.19	   
15.19	   search
15.19	     run=10  nbConstraintChecks=68058180  nbAssignments=110000
15.19	       =>  wckTime=14.595  cpuTime=14.48  mem=5M492
16.43	   
16.43	   search
16.43	     run=11  nbConstraintChecks=74004226  nbAssignments=120000
16.43	       =>  wckTime=15.84  cpuTime=15.72  mem=5M492
17.72	   
17.72	   search
17.72	     run=12  nbConstraintChecks=80139469  nbAssignments=130000
17.72	       =>  wckTime=17.123  cpuTime=17.0  mem=5M492
18.99	   
18.99	   search
18.99	     run=13  nbConstraintChecks=86063601  nbAssignments=140000
18.99	       =>  wckTime=18.392  cpuTime=18.26  mem=5M492
20.27	   
20.27	   search
20.27	     run=14  nbConstraintChecks=92198941  nbAssignments=150000
20.27	       =>  wckTime=19.68  cpuTime=19.53  mem=5M492
21.55	   
21.55	   search
21.55	     run=15  nbConstraintChecks=98465505  nbAssignments=160000
21.55	       =>  wckTime=20.96  cpuTime=20.81  mem=5M492
22.83	   
22.83	   search
22.83	     run=16  nbConstraintChecks=104622919  nbAssignments=170000
22.83	       =>  wckTime=22.24  cpuTime=22.09  mem=5M492
24.17	   
24.17	   search
24.17	     run=17  nbConstraintChecks=110720019  nbAssignments=180000
24.17	       =>  wckTime=23.58  cpuTime=23.41  mem=5M492
25.48	   
25.48	   search
25.48	     run=18  nbConstraintChecks=116698286  nbAssignments=190000
25.48	       =>  wckTime=24.888  cpuTime=24.72  mem=5M492
26.76	   
26.76	   search
26.76	     run=19  nbConstraintChecks=122907797  nbAssignments=200000
26.76	       =>  wckTime=26.163  cpuTime=25.98  mem=5M492
28.02	   
28.02	   search
28.02	     run=20  nbConstraintChecks=128940910  nbAssignments=210000
28.02	       =>  wckTime=27.422  cpuTime=27.24  mem=5M492
29.26	   
29.26	   search
29.26	     run=21  nbConstraintChecks=134781536  nbAssignments=220000
29.26	       =>  wckTime=28.662  cpuTime=28.47  mem=5M492
30.51	   
30.51	   search
30.51	     run=22  nbConstraintChecks=140761450  nbAssignments=230000
30.51	       =>  wckTime=29.918  cpuTime=29.73  mem=5M492
31.04	   
31.05	   search
31.05	     run=23  nbConstraintChecks=143374924  nbAssignments=233960
31.05	       =>  wckTime=30.451  cpuTime=30.26  mem=5M492
31.05	   
31.05	   global
31.05	     nbConstraintChecks=143374924  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
31.05	     solvingWckTime=30.449  solvingCpuTime=30.26  expiredTime=no  totalExploration=no  nbFoundSolutions=0
31.05	     globalCpuTime=30.52
31.05	       =>  wckTime=30.737  cpuTime=30.46  mem=5M492
31.05	   
31.05	   solver IterativeSystematicSolver being built... 
31.18	       =>  wckTime=30.87  cpuTime=30.56  mem=16M609
31.18	   
31.19	   preprocessing
31.19	     nbConstraintChecks=80  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
31.19	     detectedInconsistency=no
31.19	       =>  wckTime=0.0040  cpuTime=0.0  mem=16M609
31.27	   
31.27	   search
31.27	     run=0  nbConstraintChecks=107732  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=75
31.27	     nbFailedAssignments=54  nbBacktracks=10  nbVisitedNodes=139  nbRestartNogoods=0
31.27	       =>  wckTime=0.087  cpuTime=0.06  mem=16M609
31.34	   
31.34	   search
31.34	     run=1  nbConstraintChecks=251376  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=184
31.34	     nbFailedAssignments=143  nbBacktracks=25  nbVisitedNodes=352  nbRestartNogoods=20
31.34	       =>  wckTime=0.157  cpuTime=0.12  mem=16M609
31.45	   
31.45	   search
31.45	     run=2  nbConstraintChecks=501301  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=372
31.45	     nbFailedAssignments=300  nbBacktracks=47  nbVisitedNodes=719  nbRestartNogoods=39
31.45	       =>  wckTime=0.274  cpuTime=0.23  mem=16M609
31.54	   
31.54	   search
31.54	     run=3  nbConstraintChecks=731533  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=522
31.54	     nbFailedAssignments=409  nbBacktracks=80  nbVisitedNodes=1011  nbRestartNogoods=57
31.54	       =>  wckTime=0.358  cpuTime=0.32  mem=16M609
31.68	   
31.68	   search
31.68	     run=4  nbConstraintChecks=1125712  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=810
31.68	     nbFailedAssignments=633  nbBacktracks=130  nbVisitedNodes=1570  nbRestartNogoods=72
31.68	       =>  wckTime=0.503  cpuTime=0.46  mem=16M609
31.90	   
31.90	   search
31.90	     run=5  nbConstraintChecks=1725120  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1209
31.90	     nbFailedAssignments=944  nbBacktracks=205  nbVisitedNodes=2344  nbRestartNogoods=107
31.90	       =>  wckTime=0.721  cpuTime=0.67  mem=16M609
32.24	   
32.24	   search
32.24	     run=6  nbConstraintChecks=2620161  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1802
32.24	     nbFailedAssignments=1417  nbBacktracks=318  nbVisitedNodes=3510  nbRestartNogoods=143
32.24	       =>  wckTime=1.061  cpuTime=0.99  mem=16M609
32.49	   
32.49	   search
32.49	     run=7  nbConstraintChecks=3414812  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2331
32.49	     nbFailedAssignments=1765  nbBacktracks=489  nbVisitedNodes=4548  nbRestartNogoods=157
32.49	       =>  wckTime=1.314  cpuTime=1.24  mem=16M609
33.21	   
33.21	   search
33.21	     run=8  nbConstraintChecks=5444070  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=3761
33.21	     nbFailedAssignments=2926  nbBacktracks=746  nbVisitedNodes=7386  nbRestartNogoods=178
33.21	       =>  wckTime=2.033  cpuTime=1.96  mem=16M609
33.96	   
33.96	   search
33.96	     run=9  nbConstraintChecks=7877715  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=5331
33.96	     nbFailedAssignments=4105  nbBacktracks=1130  nbVisitedNodes=10512  nbRestartNogoods=210
33.96	       =>  wckTime=2.783  cpuTime=2.7  mem=16M609
34.98	   
34.98	   search
34.98	     run=10  nbConstraintChecks=11116153  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=7472
34.98	     nbFailedAssignments=5658  nbBacktracks=1707  nbVisitedNodes=14769  nbRestartNogoods=225
34.98	       =>  wckTime=3.8  cpuTime=3.71  mem=16M609
36.18	   
36.18	   search
36.18	     run=11  nbConstraintChecks=14549076  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=9653
36.18	     nbFailedAssignments=6960  nbBacktracks=2571  nbVisitedNodes=19112  nbRestartNogoods=253
36.18	       =>  wckTime=4.999  cpuTime=4.89  mem=16M609
39.35	   
39.35	   search
39.35	     run=12  nbConstraintChecks=24811480  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=16478
39.35	     nbFailedAssignments=12470  nbBacktracks=3868  nbVisitedNodes=32586  nbRestartNogoods=289
39.35	       =>  wckTime=8.168  cpuTime=8.05  mem=16M609
43.83	   
43.83	   search
43.83	     run=13  nbConstraintChecks=37817656  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=24860
43.83	     nbFailedAssignments=18899  nbBacktracks=5814  nbVisitedNodes=49204  nbRestartNogoods=337
43.83	       =>  wckTime=12.653  cpuTime=12.52  mem=16M609
48.72	   
48.72	   search
48.72	     run=14  nbConstraintChecks=53344889  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=34903
48.72	     nbFailedAssignments=26007  nbBacktracks=8733  nbVisitedNodes=69131  nbRestartNogoods=365
48.72	       =>  wckTime=17.543  cpuTime=17.38  mem=16M609
55.97	   
55.97	   search
55.97	     run=15  nbConstraintChecks=73172881  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=47892
55.97	     nbFailedAssignments=34614  nbBacktracks=13111  nbVisitedNodes=94972  nbRestartNogoods=400
55.97	       =>  wckTime=24.795  cpuTime=24.61  mem=16M609
68.60	   
68.60	   search
68.60	     run=16  nbConstraintChecks=104368470  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=69972
68.60	     nbFailedAssignments=50121  nbBacktracks=19679  nbVisitedNodes=138794  nbRestartNogoods=414
68.60	       =>  wckTime=37.422  cpuTime=37.18  mem=16M609
86.24	   
86.24	   search
86.24	     run=17  nbConstraintChecks=144620397  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=100591
86.24	     nbFailedAssignments=70985  nbBacktracks=29435  nbVisitedNodes=199626  nbRestartNogoods=423
86.24	       =>  wckTime=55.058  cpuTime=54.73  mem=16M609
86.24	   
86.24	   global
86.24	     nbConstraintChecks=144620477  nbRestartNogoods=423  solvingWckTime=55.059  solvingCpuTime=54.73  expiredTime=no
86.24	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=85.35
86.24	       =>  wckTime=85.929  cpuTime=85.29  mem=16M609
86.24	
86.24	s OPTIMUM FOUND
86.24	v 10 2 7 8 5 10 7 5 1 8 3 2 2 3 1 8 6 3 8 9 5 3 10 6 3 3 10 2 1 5 2 2 7 3 3 5 6 8 1 2 
86.24	   
86.24	   totalWckTime=86.007  totalCpuTime=85.35

Verifier Data (download as text)

3 unsatisfied constraints, 95 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-282179-1169318555 -o ROOT/results/node47/solver-282179-1169318555 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/282179-1169318555/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: 0.79 1.14 1.51 4/70 1596
/proc/meminfo: memFree=1372032/2055920 swapFree=4184008/4192956
[pid=1595] ppid=1592 vsize=18540 CPUtime=0
/proc/1595/stat : 1595 (runsolver) R 1592 1595 1483 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 280254863 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 208717540647 0 0 4096 24578 0 0 0 17 1 0 0
/proc/1595/statm: 4635 279 244 17 0 2626 0

[startup+0.104219 s]
/proc/loadavg: 0.79 1.14 1.51 4/70 1596
/proc/meminfo: memFree=1372032/2055920 swapFree=4184008/4192956
[pid=1595] ppid=1592 vsize=914988 CPUtime=0.08
/proc/1595/stat : 1595 (java) R 1592 1595 1483 0 -1 0 2981 0 1 0 7 1 0 0 17 0 8 0 280254863 936947712 2727 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072936459 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1595/statm: 228747 2727 1423 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.512254 s]
/proc/loadavg: 0.79 1.14 1.51 4/70 1596
/proc/meminfo: memFree=1372032/2055920 swapFree=4184008/4192956
[pid=1595] ppid=1592 vsize=915332 CPUtime=0.49
/proc/1595/stat : 1595 (java) R 1592 1595 1483 0 -1 0 6463 0 1 0 44 5 0 0 18 0 8 0 280254863 937299968 6202 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072944238 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1595/statm: 228833 6202 2149 14 0 215303 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915332

[startup+1.33434 s]
/proc/loadavg: 0.79 1.14 1.51 3/82 1629
/proc/meminfo: memFree=1353504/2055920 swapFree=4184008/4192956
[pid=1595] ppid=1592 vsize=915444 CPUtime=1.31
/proc/1595/stat : 1595 (java) R 1592 1595 1483 0 -1 0 7004 0 1 0 105 26 0 0 22 0 8 0 280254863 937414656 6742 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1595/statm: 228862 6742 2476 14 0 215332 0
[pid=1595/tid=1599] ppid=1592 vsize=915444 CPUtime=0.02
/proc/1595/task/1599/stat : 1599 (java) S 1592 1595 1483 0 -1 64 151 0 0 0 2 0 0 0 16 0 8 0 280254867 937414656 6742 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1595/tid=1600] ppid=1592 vsize=915444 CPUtime=0
/proc/1595/task/1600/stat : 1600 (java) S 1592 1595 1483 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280254868 937414656 6742 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1595/tid=1601] ppid=1592 vsize=915448 CPUtime=0
/proc/1595/task/1601/stat : 1601 (java) S 1592 1595 1483 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280254868 937418752 6742 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1595/tid=1606] ppid=1592 vsize=915444 CPUtime=0
/proc/1595/task/1606/stat : 1606 (java) S 1592 1595 1483 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 280254871 937414656 6742 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1595/tid=1607] ppid=1592 vsize=915444 CPUtime=0.1
/proc/1595/task/1607/stat : 1607 (java) S 1592 1595 1483 0 -1 64 328 0 0 0 10 0 0 0 15 0 8 0 280254871 937414656 6742 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1595/tid=1608] ppid=1592 vsize=915444 CPUtime=0
/proc/1595/task/1608/stat : 1608 (java) S 1592 1595 1483 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280254871 937414656 6742 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1595/tid=1609] ppid=1592 vsize=915448 CPUtime=0
/proc/1595/task/1609/stat : 1609 (java) S 1592 1595 1483 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 280254871 937418752 6742 18446744073709551615 134512640 134570532 4294956480 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.98652 s]
/proc/loadavg: 0.89 1.15 1.51 3/82 1629
/proc/meminfo: memFree=1353504/2055920 swapFree=4184008/4192956
[pid=1595] ppid=1592 vsize=915448 CPUtime=2.96
/proc/1595/stat : 1595 (java) R 1592 1595 1483 0 -1 0 7007 0 1 0 221 75 0 0 25 0 8 0 280254863 937418752 6744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1595/statm: 228861 6744 2476 14 0 215331 0
[pid=1595/tid=1599] ppid=1592 vsize=915444 CPUtime=0.02
/proc/1595/task/1599/stat : 1599 (java) S 1592 1595 1483 0 -1 64 151 0 0 0 2 0 0 0 16 0 8 0 280254867 937414656 6744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1595/tid=1600] ppid=1592 vsize=915448 CPUtime=0
/proc/1595/task/1600/stat : 1600 (java) S 1592 1595 1483 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280254868 937418752 6744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1595/tid=1601] ppid=1592 vsize=915444 CPUtime=0
/proc/1595/task/1601/stat : 1601 (java) S 1592 1595 1483 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280254868 937414656 6744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1595/tid=1606] ppid=1592 vsize=915444 CPUtime=0
/proc/1595/task/1606/stat : 1606 (java) S 1592 1595 1483 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 280254871 937414656 6744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1595/tid=1607] ppid=1592 vsize=915444 CPUtime=0.11
/proc/1595/task/1607/stat : 1607 (java) S 1592 1595 1483 0 -1 64 330 0 0 0 11 0 0 0 16 0 8 0 280254871 937414656 6744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1595/tid=1608] ppid=1592 vsize=915448 CPUtime=0
/proc/1595/task/1608/stat : 1608 (java) S 1592 1595 1483 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280254871 937418752 6744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1595/tid=1609] ppid=1592 vsize=915444 CPUtime=0
/proc/1595/task/1609/stat : 1609 (java) S 1592 1595 1483 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 280254871 937414656 6744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 915448

[startup+6.27287 s]
/proc/loadavg: 0.89 1.15 1.51 2/75 1657
/proc/meminfo: memFree=1357096/2055920 swapFree=4184008/4192956
[pid=1595] ppid=1592 vsize=915444 CPUtime=6.22
/proc/1595/stat : 1595 (java) R 1592 1595 1483 0 -1 0 7007 0 1 0 453 169 0 0 25 0 8 0 280254863 937414656 6744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1595/statm: 228861 6744 2476 14 0 215331 0
[pid=1595/tid=1599] ppid=1592 vsize=915444 CPUtime=0.02
/proc/1595/task/1599/stat : 1599 (java) S 1592 1595 1483 0 -1 64 151 0 0 0 2 0 0 0 16 0 8 0 280254867 937414656 6744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1595/tid=1600] ppid=1592 vsize=915444 CPUtime=0
/proc/1595/task/1600/stat : 1600 (java) S 1592 1595 1483 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280254868 937414656 6744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1595/tid=1601] ppid=1592 vsize=915444 CPUtime=0
/proc/1595/task/1601/stat : 1601 (java) S 1592 1595 1483 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280254868 937414656 6744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1595/tid=1606] ppid=1592 vsize=915444 CPUtime=0
/proc/1595/task/1606/stat : 1606 (java) S 1592 1595 1483 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 280254871 937414656 6744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1595/tid=1607] ppid=1592 vsize=915444 CPUtime=0.11
/proc/1595/task/1607/stat : 1607 (java) S 1592 1595 1483 0 -1 64 330 0 0 0 11 0 0 0 16 0 8 0 280254871 937414656 6744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1595/tid=1608] ppid=1592 vsize=915448 CPUtime=0
/proc/1595/task/1608/stat : 1608 (java) S 1592 1595 1483 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280254871 937418752 6744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1595/tid=1609] ppid=1592 vsize=915444 CPUtime=0
/proc/1595/task/1609/stat : 1609 (java) S 1592 1595 1483 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 280254871 937414656 6744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 915444

[startup+12.7566 s]
/proc/loadavg: 0.90 1.15 1.50 2/75 1753
/proc/meminfo: memFree=1357104/2055920 swapFree=4184008/4192956
[pid=1595] ppid=1592 vsize=915444 CPUtime=12.67
/proc/1595/stat : 1595 (java) R 1592 1595 1483 0 -1 0 7007 0 1 0 914 353 0 0 25 0 8 0 280254863 937414656 6744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1595/statm: 228861 6744 2476 14 0 215331 0
[pid=1595/tid=1599] ppid=1592 vsize=915448 CPUtime=0.02
/proc/1595/task/1599/stat : 1599 (java) S 1592 1595 1483 0 -1 64 151 0 0 0 2 0 0 0 16 0 8 0 280254867 937418752 6744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1595/tid=1600] ppid=1592 vsize=915444 CPUtime=0
/proc/1595/task/1600/stat : 1600 (java) S 1592 1595 1483 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280254868 937414656 6744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1595/tid=1601] ppid=1592 vsize=915444 CPUtime=0
/proc/1595/task/1601/stat : 1601 (java) S 1592 1595 1483 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280254868 937414656 6744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1595/tid=1606] ppid=1592 vsize=915444 CPUtime=0
/proc/1595/task/1606/stat : 1606 (java) S 1592 1595 1483 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 280254871 937414656 6744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1595/tid=1607] ppid=1592 vsize=915448 CPUtime=0.11
/proc/1595/task/1607/stat : 1607 (java) S 1592 1595 1483 0 -1 64 330 0 0 0 11 0 0 0 16 0 8 0 280254871 937418752 6744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1595/tid=1608] ppid=1592 vsize=915444 CPUtime=0
/proc/1595/task/1608/stat : 1608 (java) S 1592 1595 1483 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280254871 937414656 6744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1595/tid=1609] ppid=1592 vsize=915444 CPUtime=0
/proc/1595/task/1609/stat : 1609 (java) S 1592 1595 1483 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 280254871 937414656 6744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 915444

[startup+25.5869 s]
/proc/loadavg: 1.07 1.18 1.51 2/75 1899
/proc/meminfo: memFree=1356912/2055920 swapFree=4184008/4192956
[pid=1595] ppid=1592 vsize=915444 CPUtime=25.42
/proc/1595/stat : 1595 (java) R 1592 1595 1483 0 -1 0 7008 0 1 0 1818 724 0 0 25 0 8 0 280254863 937414656 6745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073652635 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1595/statm: 228861 6745 2476 14 0 215331 0
[pid=1595/tid=1599] ppid=1592 vsize=915444 CPUtime=0.02
/proc/1595/task/1599/stat : 1599 (java) S 1592 1595 1483 0 -1 64 151 0 0 0 2 0 0 0 16 0 8 0 280254867 937414656 6745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1595/tid=1600] ppid=1592 vsize=915444 CPUtime=0
/proc/1595/task/1600/stat : 1600 (java) S 1592 1595 1483 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280254868 937414656 6745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1595/tid=1601] ppid=1592 vsize=915444 CPUtime=0
/proc/1595/task/1601/stat : 1601 (java) S 1592 1595 1483 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280254868 937414656 6745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1595/tid=1606] ppid=1592 vsize=915444 CPUtime=0
/proc/1595/task/1606/stat : 1606 (java) S 1592 1595 1483 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 280254871 937414656 6745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1595/tid=1607] ppid=1592 vsize=915444 CPUtime=0.11
/proc/1595/task/1607/stat : 1607 (java) S 1592 1595 1483 0 -1 64 331 0 0 0 11 0 0 0 16 0 8 0 280254871 937414656 6745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1595/tid=1608] ppid=1592 vsize=915444 CPUtime=0
/proc/1595/task/1608/stat : 1608 (java) S 1592 1595 1483 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280254871 937414656 6745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1595/tid=1609] ppid=1592 vsize=915444 CPUtime=0
/proc/1595/task/1609/stat : 1609 (java) S 1592 1595 1483 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 280254871 937414656 6745 18446744073709551615 134512640 134570532 4294956480 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.2827 s]
/proc/loadavg: 1.39 1.24 1.52 3/87 1945
/proc/meminfo: memFree=1329240/2055920 swapFree=4184008/4192956
[pid=1595] ppid=1592 vsize=915444 CPUtime=51.01
/proc/1595/stat : 1595 (java) R 1592 1595 1483 0 -1 0 9121 0 1 0 4217 884 0 0 25 0 8 0 280254863 937414656 8852 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073780854 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1595/statm: 228861 8852 2527 14 0 215331 0
[pid=1595/tid=1599] ppid=1592 vsize=915444 CPUtime=0.02
/proc/1595/task/1599/stat : 1599 (java) S 1592 1595 1483 0 -1 64 152 0 0 0 2 0 0 0 16 0 8 0 280254867 937414656 8852 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1595/tid=1600] ppid=1592 vsize=915444 CPUtime=0
/proc/1595/task/1600/stat : 1600 (java) S 1592 1595 1483 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280254868 937414656 8852 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1595/tid=1601] ppid=1592 vsize=915444 CPUtime=0
/proc/1595/task/1601/stat : 1601 (java) S 1592 1595 1483 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280254868 937414656 8852 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1595/tid=1606] ppid=1592 vsize=915444 CPUtime=0
/proc/1595/task/1606/stat : 1606 (java) S 1592 1595 1483 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 280254871 937414656 8852 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1595/tid=1607] ppid=1592 vsize=915444 CPUtime=0.21
/proc/1595/task/1607/stat : 1607 (java) S 1592 1595 1483 0 -1 64 391 0 0 0 20 1 0 0 16 0 8 0 280254871 937414656 8852 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1595/tid=1608] ppid=1592 vsize=915444 CPUtime=0
/proc/1595/task/1608/stat : 1608 (java) S 1592 1595 1483 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280254871 937414656 8852 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1595/tid=1609] ppid=1592 vsize=915444 CPUtime=0
/proc/1595/task/1609/stat : 1609 (java) S 1592 1595 1483 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 280254871 937414656 8852 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 915444

Child status: 0
Real time (s): 86.288
CPU time (s): 85.823
CPU user time (s): 76.9683
CPU system time (s): 8.85465
CPU usage (%): 99.4611
Max. virtual memory (cumulated for all children) (KiB): 915448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 76.9683
system time used= 8.85465
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9223
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= 2868
involuntary context switches= 4320

runsolver used 0.084987 s user time and 0.246962 s system time

The end

Launcher Data (download as text)

Begin job on node47 on Sat Jan 20 18:42:36 UTC 2007


IDJOB= 282179
IDBENCH= 12523
IDSOLVER= 69
FILE ID= node47/282179-1169318555

PBS_JOBID= 3610398

Free space on /tmp= 66561 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  867a7efda4b5f90a16cdb69e293f03b0

RANDOM SEED= 552039933

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:       1372512 kB
Buffers:         45464 kB
Cached:         548096 kB
SwapCached:       2936 kB
Active:         165136 kB
Inactive:       442920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1372512 kB
SwapTotal:     4192956 kB
SwapFree:      4184008 kB
Dirty:            4552 kB
Writeback:           0 kB
Mapped:          20492 kB
Slab:            60908 kB
Committed_AS:  5318144 kB
PageTables:       1752 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= 66561 MiB



End job on node47 on Sat Jan 20 18:44:03 UTC 2007