Trace number 282215

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 89.3844 89.4339

General information on the benchmark

NameMaxCSP/pi/
pi-40-10-08-t60/pi-40-10-07948-40-51.xml
MD5SUM6d238ffd18ba65e6fcbc93dec51f04a3
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 benchmark3.52246
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/282215-1169318676/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.094  cpuTime=0.09  mem=6M903
0.40	   
0.40	   relations being loaded...
0.45	   
0.45	   constraints being loaded...
0.51	     nbConstraints=98  nbRelationTypes=98  nbExtensionStructures=98  nbSharedExtensionStructures=0
0.51	     nbConflictsStructures=98  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=1187  maxDegree=9
0.51	     maxArity=2
0.51	       =>  wckTime=0.204  cpuTime=0.15  mem=7M944
0.55	   
0.55	   solver LocalSearchSolver being built... 
0.59	       =>  wckTime=0.283  cpuTime=0.21  mem=5M493
0.59	
0.59	s SATISFIABLE
0.59	o 39
0.59	c 59
0.60	o 44
0.60	c 54
0.60	o 48
0.60	c 50
0.60	o 52
0.60	c 46
0.60	o 57
0.60	c 41
0.60	o 59
0.60	c 39
0.60	o 61
0.60	c 37
0.60	o 64
0.60	c 34
0.60	o 67
0.60	c 31
0.60	o 69
0.60	c 29
0.61	o 71
0.61	c 27
0.61	o 73
0.61	c 25
0.61	o 75
0.61	c 23
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.61	o 79
0.61	c 19
0.61	o 80
0.61	c 18
0.61	o 81
0.61	c 17
0.61	o 82
0.61	c 16
0.61	o 83
0.61	c 15
0.62	o 84
0.62	c 14
0.62	o 86
0.62	c 12
0.62	o 87
0.62	c 11
0.62	o 88
0.62	c 10
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.64	o 93
0.64	c 5
0.65	o 94
0.65	c 4
1.93	   
1.93	   search
1.93	     run=0  nbConstraintChecks=5508080  nbAssignments=10000
1.93	       =>  wckTime=1.339  cpuTime=1.32  mem=5M493
3.24	   
3.24	   search
3.24	     run=1  nbConstraintChecks=11153669  nbAssignments=20000
3.24	       =>  wckTime=2.648  cpuTime=2.62  mem=5M493
4.58	   
4.58	   search
4.58	     run=2  nbConstraintChecks=17107502  nbAssignments=30000
4.58	       =>  wckTime=3.987  cpuTime=3.95  mem=5M493
5.96	   
5.96	   search
5.96	     run=3  nbConstraintChecks=23431009  nbAssignments=40000
5.96	       =>  wckTime=5.369  cpuTime=5.34  mem=5M493
6.74	o 95
6.74	c 3
7.27	   
7.27	   search
7.27	     run=4  nbConstraintChecks=29173014  nbAssignments=50000
7.27	       =>  wckTime=6.678  cpuTime=6.65  mem=5M493
8.53	   
8.53	   search
8.53	     run=5  nbConstraintChecks=34491927  nbAssignments=60000
8.53	       =>  wckTime=7.943  cpuTime=7.92  mem=5M493
9.90	   
9.90	   search
9.90	     run=6  nbConstraintChecks=40520703  nbAssignments=70000
9.90	       =>  wckTime=9.307  cpuTime=9.28  mem=5M493
11.31	   
11.31	   search
11.31	     run=7  nbConstraintChecks=46951713  nbAssignments=80000
11.31	       =>  wckTime=10.723  cpuTime=10.69  mem=5M493
12.63	   
12.63	   search
12.63	     run=8  nbConstraintChecks=52603152  nbAssignments=90000
12.63	       =>  wckTime=12.036  cpuTime=12.01  mem=5M493
13.86	   
13.86	   search
13.86	     run=9  nbConstraintChecks=57703454  nbAssignments=100000
13.86	       =>  wckTime=13.27  cpuTime=13.24  mem=5M493
15.19	   
15.19	   search
15.19	     run=10  nbConstraintChecks=63454700  nbAssignments=110000
15.19	       =>  wckTime=14.596  cpuTime=14.57  mem=5M493
16.59	   
16.59	   search
16.59	     run=11  nbConstraintChecks=69806565  nbAssignments=120000
16.59	       =>  wckTime=16.001  cpuTime=15.97  mem=5M493
17.88	   
17.88	   search
17.88	     run=12  nbConstraintChecks=75287663  nbAssignments=130000
17.88	       =>  wckTime=17.286  cpuTime=17.26  mem=5M493
19.18	   
19.18	   search
19.18	     run=13  nbConstraintChecks=80911396  nbAssignments=140000
19.18	       =>  wckTime=18.588  cpuTime=18.56  mem=5M493
20.47	   
20.47	   search
20.47	     run=14  nbConstraintChecks=86501807  nbAssignments=150000
20.47	       =>  wckTime=19.879  cpuTime=19.85  mem=5M493
21.88	   
21.88	   search
21.88	     run=15  nbConstraintChecks=93036890  nbAssignments=160000
21.88	       =>  wckTime=21.291  cpuTime=21.26  mem=5M493
23.17	   
23.17	   search
23.17	     run=16  nbConstraintChecks=98645530  nbAssignments=170000
23.17	       =>  wckTime=22.581  cpuTime=22.55  mem=5M493
24.55	   
24.55	   search
24.55	     run=17  nbConstraintChecks=104887675  nbAssignments=180000
24.55	       =>  wckTime=23.958  cpuTime=23.93  mem=5M493
25.90	   
25.90	   search
25.90	     run=18  nbConstraintChecks=110908320  nbAssignments=190000
25.90	       =>  wckTime=25.305  cpuTime=25.28  mem=5M493
27.25	   
27.25	   search
27.25	     run=19  nbConstraintChecks=116893653  nbAssignments=200000
27.25	       =>  wckTime=26.659  cpuTime=26.63  mem=5M493
28.62	   
28.62	   search
28.62	     run=20  nbConstraintChecks=123089842  nbAssignments=210000
28.62	       =>  wckTime=28.031  cpuTime=28.0  mem=5M493
30.01	   
30.01	   search
30.01	     run=21  nbConstraintChecks=129448506  nbAssignments=220000
30.01	       =>  wckTime=29.423  cpuTime=29.39  mem=5M493
31.35	   
31.35	   search
31.35	     run=22  nbConstraintChecks=135336192  nbAssignments=230000
31.35	       =>  wckTime=30.763  cpuTime=30.73  mem=5M493
32.74	   
32.74	   search
32.74	     run=23  nbConstraintChecks=141592853  nbAssignments=240000
32.74	       =>  wckTime=32.152  cpuTime=32.12  mem=5M493
34.05	   
34.05	   search
34.05	     run=24  nbConstraintChecks=147179412  nbAssignments=250000
34.05	       =>  wckTime=33.456  cpuTime=33.43  mem=5M493
35.46	   
35.46	   search
35.46	     run=25  nbConstraintChecks=153638327  nbAssignments=260000
35.46	       =>  wckTime=34.869  cpuTime=34.84  mem=5M493
36.75	   
36.75	   search
36.75	     run=26  nbConstraintChecks=159288252  nbAssignments=269574
36.75	       =>  wckTime=36.156  cpuTime=36.13  mem=5M493
36.75	   
36.75	   global
36.75	     nbConstraintChecks=159288252  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
36.75	     solvingWckTime=36.154  solvingCpuTime=36.12  expiredTime=no  totalExploration=no  nbFoundSolutions=0
36.75	     globalCpuTime=36.38
36.75	       =>  wckTime=36.44  cpuTime=36.33  mem=5M493
36.75	   
36.75	   solver IterativeSystematicSolver being built... 
36.89	       =>  wckTime=36.581  cpuTime=36.44  mem=16M610
36.90	   
36.90	   preprocessing
36.90	     nbConstraintChecks=110  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
36.90	     detectedInconsistency=no
36.90	       =>  wckTime=0.0040  cpuTime=0.0  mem=16M610
36.99	   
36.99	   search
36.99	     run=0  nbConstraintChecks=106796  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=73
36.99	     nbFailedAssignments=57  nbBacktracks=10  nbVisitedNodes=140  nbRestartNogoods=0
36.99	       =>  wckTime=0.1  cpuTime=0.07  mem=16M610
37.06	   
37.06	   search
37.06	     run=1  nbConstraintChecks=230978  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=167
37.06	     nbFailedAssignments=131  nbBacktracks=25  nbVisitedNodes=321  nbRestartNogoods=13
37.06	       =>  wckTime=0.172  cpuTime=0.13  mem=16M610
37.15	   
37.15	   search
37.15	     run=2  nbConstraintChecks=456977  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=319
37.16	     nbFailedAssignments=255  nbBacktracks=47  nbVisitedNodes=616  nbRestartNogoods=24
37.16	       =>  wckTime=0.263  cpuTime=0.22  mem=16M610
37.24	   
37.24	   search
37.24	     run=3  nbConstraintChecks=683380  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=479
37.24	     nbFailedAssignments=374  nbBacktracks=81  nbVisitedNodes=928  nbRestartNogoods=31
37.24	       =>  wckTime=0.35  cpuTime=0.3  mem=16M610
37.36	   
37.36	   search
37.36	     run=4  nbConstraintChecks=995837  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=686
37.36	     nbFailedAssignments=524  nbBacktracks=131  nbVisitedNodes=1331  nbRestartNogoods=50
37.36	       =>  wckTime=0.468  cpuTime=0.42  mem=16M610
37.58	   
37.58	   search
37.58	     run=5  nbConstraintChecks=1586298  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1086
37.58	     nbFailedAssignments=842  nbBacktracks=206  nbVisitedNodes=2121  nbRestartNogoods=67
37.58	       =>  wckTime=0.693  cpuTime=0.64  mem=16M610
37.92	   
37.92	   search
37.92	     run=6  nbConstraintChecks=2450403  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1708
37.92	     nbFailedAssignments=1348  nbBacktracks=319  nbVisitedNodes=3342  nbRestartNogoods=97
37.92	       =>  wckTime=1.032  cpuTime=0.96  mem=16M610
38.50	   
38.50	   search
38.50	     run=7  nbConstraintChecks=3933223  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2708
38.50	     nbFailedAssignments=2174  nbBacktracks=489  nbVisitedNodes=5330  nbRestartNogoods=102
38.50	       =>  wckTime=1.61  cpuTime=1.53  mem=16M610
39.11	   
39.11	   search
39.11	     run=8  nbConstraintChecks=5583087  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=3808
39.11	     nbFailedAssignments=3004  nbBacktracks=745  nbVisitedNodes=7512  nbRestartNogoods=108
39.11	       =>  wckTime=2.221  cpuTime=2.14  mem=16M610
40.41	   
40.41	   search
40.41	     run=9  nbConstraintChecks=8975186  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=6075
40.41	     nbFailedAssignments=4881  nbBacktracks=1129  nbVisitedNodes=12015  nbRestartNogoods=153
40.41	       =>  wckTime=3.519  cpuTime=3.45  mem=16M610
41.81	   
41.81	   search
41.81	     run=10  nbConstraintChecks=12629062  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=8571
41.81	     nbFailedAssignments=6795  nbBacktracks=1706  nbVisitedNodes=16956  nbRestartNogoods=167
41.81	       =>  wckTime=4.918  cpuTime=4.84  mem=16M610
43.67	   
43.67	   search
43.67	     run=11  nbConstraintChecks=17349919  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=12238
43.67	     nbFailedAssignments=9587  nbBacktracks=2570  nbVisitedNodes=24222  nbRestartNogoods=179
43.67	       =>  wckTime=6.778  cpuTime=6.7  mem=16M610
46.27	   
46.27	   search
46.27	     run=12  nbConstraintChecks=24489796  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=17085
46.27	     nbFailedAssignments=13125  nbBacktracks=3867  nbVisitedNodes=33825  nbRestartNogoods=212
46.27	       =>  wckTime=9.38  cpuTime=9.3  mem=16M610
50.06	   
50.06	   search
50.06	     run=13  nbConstraintChecks=33367714  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=23340
50.06	     nbFailedAssignments=17429  nbBacktracks=5814  nbVisitedNodes=46252  nbRestartNogoods=259
50.06	       =>  wckTime=13.164  cpuTime=13.08  mem=16M610
54.24	   
54.24	   search
54.24	     run=14  nbConstraintChecks=43277133  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=31556
54.24	     nbFailedAssignments=22714  nbBacktracks=8734  nbVisitedNodes=62597  nbRestartNogoods=262
54.24	       =>  wckTime=17.353  cpuTime=17.27  mem=16M610
61.19	   
61.19	   search
61.19	     run=15  nbConstraintChecks=58161639  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=42393
61.19	     nbFailedAssignments=29167  nbBacktracks=13112  nbVisitedNodes=84020  nbRestartNogoods=275
61.19	       =>  wckTime=24.301  cpuTime=24.22  mem=16M610
71.42	   
71.42	   search
71.42	     run=16  nbConstraintChecks=81837205  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=59903
71.42	     nbFailedAssignments=40104  nbBacktracks=19680  nbVisitedNodes=118694  nbRestartNogoods=287
71.42	       =>  wckTime=34.529  cpuTime=34.44  mem=16M610
85.83	   
85.83	   search
85.83	     run=17  nbConstraintChecks=112647697  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=83850
85.83	     nbFailedAssignments=54194  nbBacktracks=29532  nbVisitedNodes=165821  nbRestartNogoods=304
85.83	       =>  wckTime=48.939  cpuTime=48.85  mem=16M610
89.39	   
89.39	   search
89.39	     run=18  nbConstraintChecks=119673886  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=89396
89.39	     nbFailedAssignments=57486  nbBacktracks=31787  nbVisitedNodes=176668  nbRestartNogoods=310
89.39	       =>  wckTime=52.5  cpuTime=52.41  mem=16M610
89.39	   
89.39	   global
89.39	     nbConstraintChecks=119673996  nbRestartNogoods=310  solvingWckTime=52.501  solvingCpuTime=52.41  expiredTime=no
89.39	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=88.9
89.39	       =>  wckTime=89.083  cpuTime=88.85  mem=16M610
89.39	
89.39	s OPTIMUM FOUND
89.39	v 8 10 3 8 10 2 10 8 6 2 7 3 9 6 7 7 6 6 9 7 2 9 6 9 10 2 2 5 10 9 1 10 1 9 8 7 1 5 10 4 
89.39	   
89.40	   totalWckTime=89.161  totalCpuTime=88.9

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/node16/watcher-282215-1169318676 -o ROOT/results/node16/solver-282215-1169318676 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/282215-1169318676/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.83 1.94 1.98 4/87 3121
/proc/meminfo: memFree=1629840/2055920 swapFree=4191880/4192956
[pid=3120] ppid=3118 vsize=1784 CPUtime=0
/proc/3120/stat : 3120 (java) R 3118 3120 2821 0 -1 0 169 0 0 0 0 0 0 0 19 0 1 0 280262468 1826816 140 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/3120/statm: 446 140 106 14 0 91 0

[startup+0.107878 s]
/proc/loadavg: 1.83 1.94 1.98 4/87 3121
/proc/meminfo: memFree=1629840/2055920 swapFree=4191880/4192956
[pid=3120] ppid=3118 vsize=914988 CPUtime=0.09
/proc/3120/stat : 3120 (java) R 3118 3120 2821 0 -1 0 3048 0 1 0 7 2 0 0 18 0 8 0 280262468 936947712 2794 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155061896 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3120/statm: 228747 2794 1446 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.515803 s]
/proc/loadavg: 1.83 1.94 1.98 4/87 3121
/proc/meminfo: memFree=1629840/2055920 swapFree=4191880/4192956
[pid=3120] ppid=3118 vsize=915332 CPUtime=0.49
/proc/3120/stat : 3120 (java) R 3118 3120 2821 0 -1 0 6491 0 1 0 44 5 0 0 19 0 8 0 280262468 937299968 6230 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3120/statm: 228833 6230 2154 14 0 215303 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915332

[startup+1.33665 s]
/proc/loadavg: 1.83 1.94 1.98 3/94 3128
/proc/meminfo: memFree=1612504/2055920 swapFree=4191880/4192956
[pid=3120] ppid=3118 vsize=915444 CPUtime=1.31
/proc/3120/stat : 3120 (java) R 3118 3120 2821 0 -1 0 7005 0 1 0 100 31 0 0 25 0 8 0 280262468 937414656 6743 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3120/statm: 228861 6743 2476 14 0 215331 0
[pid=3120/tid=3122] ppid=3118 vsize=915444 CPUtime=0.02
/proc/3120/task/3122/stat : 3122 (java) S 3118 3120 2821 0 -1 64 151 0 0 0 2 0 0 0 16 0 8 0 280262472 937414656 6743 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3120/tid=3123] ppid=3118 vsize=915444 CPUtime=0
/proc/3120/task/3123/stat : 3123 (java) S 3118 3120 2821 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 280262473 937414656 6743 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3120/tid=3124] ppid=3118 vsize=915444 CPUtime=0
/proc/3120/task/3124/stat : 3124 (java) S 3118 3120 2821 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280262473 937414656 6743 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3120/tid=3125] ppid=3118 vsize=915444 CPUtime=0
/proc/3120/task/3125/stat : 3125 (java) S 3118 3120 2821 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280262476 937414656 6743 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3120/tid=3126] ppid=3118 vsize=915444 CPUtime=0.1
/proc/3120/task/3126/stat : 3126 (java) S 3118 3120 2821 0 -1 64 329 0 0 0 10 0 0 0 16 0 8 0 280262476 937414656 6743 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3120/tid=3127] ppid=3118 vsize=915444 CPUtime=0
/proc/3120/task/3127/stat : 3127 (java) S 3118 3120 2821 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280262476 937414656 6743 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3120/tid=3128] ppid=3118 vsize=915448 CPUtime=0
/proc/3120/task/3128/stat : 3128 (java) S 3118 3120 2821 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 280262476 937418752 6743 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.97534 s]
/proc/loadavg: 1.84 1.94 1.98 3/94 3128
/proc/meminfo: memFree=1612504/2055920 swapFree=4191880/4192956
[pid=3120] ppid=3118 vsize=915444 CPUtime=2.95
/proc/3120/stat : 3120 (java) R 3118 3120 2821 0 -1 0 7008 0 1 0 217 78 0 0 25 0 8 0 280262468 937414656 6745 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3120/statm: 228861 6745 2476 14 0 215331 0
[pid=3120/tid=3122] ppid=3118 vsize=915444 CPUtime=0.02
/proc/3120/task/3122/stat : 3122 (java) S 3118 3120 2821 0 -1 64 151 0 0 0 2 0 0 0 16 0 8 0 280262472 937414656 6745 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3120/tid=3123] ppid=3118 vsize=915448 CPUtime=0
/proc/3120/task/3123/stat : 3123 (java) S 3118 3120 2821 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 280262473 937418752 6745 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3120/tid=3124] ppid=3118 vsize=915444 CPUtime=0
/proc/3120/task/3124/stat : 3124 (java) S 3118 3120 2821 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280262473 937414656 6745 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3120/tid=3125] ppid=3118 vsize=915444 CPUtime=0
/proc/3120/task/3125/stat : 3125 (java) S 3118 3120 2821 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280262476 937414656 6745 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3120/tid=3126] ppid=3118 vsize=915444 CPUtime=0.11
/proc/3120/task/3126/stat : 3126 (java) S 3118 3120 2821 0 -1 64 331 0 0 0 11 0 0 0 16 0 8 0 280262476 937414656 6745 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3120/tid=3127] ppid=3118 vsize=915448 CPUtime=0
/proc/3120/task/3127/stat : 3127 (java) S 3118 3120 2821 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280262476 937418752 6745 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3120/tid=3128] ppid=3118 vsize=915444 CPUtime=0
/proc/3120/task/3128/stat : 3128 (java) S 3118 3120 2821 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 280262476 937414656 6745 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) 915444

[startup+6.17974 s]
/proc/loadavg: 1.84 1.94 1.98 3/94 3128
/proc/meminfo: memFree=1612440/2055920 swapFree=4191880/4192956
[pid=3120] ppid=3118 vsize=915444 CPUtime=6.16
/proc/3120/stat : 3120 (java) R 3118 3120 2821 0 -1 0 7008 0 1 0 444 172 0 0 25 0 8 0 280262468 937414656 6745 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3120/statm: 228861 6745 2476 14 0 215331 0
[pid=3120/tid=3122] ppid=3118 vsize=915448 CPUtime=0.02
/proc/3120/task/3122/stat : 3122 (java) S 3118 3120 2821 0 -1 64 151 0 0 0 2 0 0 0 16 0 8 0 280262472 937418752 6745 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3120/tid=3123] ppid=3118 vsize=915444 CPUtime=0
/proc/3120/task/3123/stat : 3123 (java) S 3118 3120 2821 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 280262473 937414656 6745 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3120/tid=3124] ppid=3118 vsize=915444 CPUtime=0
/proc/3120/task/3124/stat : 3124 (java) S 3118 3120 2821 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280262473 937414656 6745 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3120/tid=3125] ppid=3118 vsize=915444 CPUtime=0
/proc/3120/task/3125/stat : 3125 (java) S 3118 3120 2821 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280262476 937414656 6745 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3120/tid=3126] ppid=3118 vsize=915444 CPUtime=0.11
/proc/3120/task/3126/stat : 3126 (java) S 3118 3120 2821 0 -1 64 331 0 0 0 11 0 0 0 16 0 8 0 280262476 937414656 6745 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3120/tid=3127] ppid=3118 vsize=915444 CPUtime=0
/proc/3120/task/3127/stat : 3127 (java) S 3118 3120 2821 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280262476 937414656 6745 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3120/tid=3128] ppid=3118 vsize=915444 CPUtime=0
/proc/3120/task/3128/stat : 3128 (java) S 3118 3120 2821 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 280262476 937414656 6745 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 915444

[startup+12.6445 s]
/proc/loadavg: 1.87 1.94 1.98 3/94 3128
/proc/meminfo: memFree=1612440/2055920 swapFree=4191880/4192956
[pid=3120] ppid=3118 vsize=915444 CPUtime=12.62
/proc/3120/stat : 3120 (java) R 3118 3120 2821 0 -1 0 7008 0 1 0 898 364 0 0 25 0 8 0 280262468 937414656 6745 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3120/statm: 228861 6745 2476 14 0 215331 0
[pid=3120/tid=3122] ppid=3118 vsize=915444 CPUtime=0.02
/proc/3120/task/3122/stat : 3122 (java) S 3118 3120 2821 0 -1 64 151 0 0 0 2 0 0 0 16 0 8 0 280262472 937414656 6745 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3120/tid=3123] ppid=3118 vsize=915448 CPUtime=0
/proc/3120/task/3123/stat : 3123 (java) S 3118 3120 2821 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 280262473 937418752 6745 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3120/tid=3124] ppid=3118 vsize=915444 CPUtime=0
/proc/3120/task/3124/stat : 3124 (java) S 3118 3120 2821 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280262473 937414656 6745 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3120/tid=3125] ppid=3118 vsize=915444 CPUtime=0
/proc/3120/task/3125/stat : 3125 (java) S 3118 3120 2821 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280262476 937414656 6745 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3120/tid=3126] ppid=3118 vsize=915444 CPUtime=0.11
/proc/3120/task/3126/stat : 3126 (java) S 3118 3120 2821 0 -1 64 331 0 0 0 11 0 0 0 16 0 8 0 280262476 937414656 6745 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3120/tid=3127] ppid=3118 vsize=915448 CPUtime=0
/proc/3120/task/3127/stat : 3127 (java) S 3118 3120 2821 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280262476 937418752 6745 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3120/tid=3128] ppid=3118 vsize=915444 CPUtime=0
/proc/3120/task/3128/stat : 3128 (java) S 3118 3120 2821 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 280262476 937414656 6745 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 915444

[startup+25.4921 s]
/proc/loadavg: 1.89 1.94 1.98 3/94 3128
/proc/meminfo: memFree=1612440/2055920 swapFree=4191880/4192956
[pid=3120] ppid=3118 vsize=915444 CPUtime=25.47
/proc/3120/stat : 3120 (java) R 3118 3120 2821 0 -1 0 7009 0 1 0 1801 746 0 0 25 0 8 0 280262468 937414656 6746 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3120/statm: 228861 6746 2476 14 0 215331 0
[pid=3120/tid=3122] ppid=3118 vsize=915448 CPUtime=0.02
/proc/3120/task/3122/stat : 3122 (java) S 3118 3120 2821 0 -1 64 151 0 0 0 2 0 0 0 16 0 8 0 280262472 937418752 6746 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3120/tid=3123] ppid=3118 vsize=915444 CPUtime=0
/proc/3120/task/3123/stat : 3123 (java) S 3118 3120 2821 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 280262473 937414656 6746 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3120/tid=3124] ppid=3118 vsize=915444 CPUtime=0
/proc/3120/task/3124/stat : 3124 (java) S 3118 3120 2821 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280262473 937414656 6746 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3120/tid=3125] ppid=3118 vsize=915444 CPUtime=0
/proc/3120/task/3125/stat : 3125 (java) S 3118 3120 2821 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280262476 937414656 6746 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3120/tid=3126] ppid=3118 vsize=915444 CPUtime=0.11
/proc/3120/task/3126/stat : 3126 (java) S 3118 3120 2821 0 -1 64 332 0 0 0 11 0 0 0 16 0 8 0 280262476 937414656 6746 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3120/tid=3127] ppid=3118 vsize=915444 CPUtime=0
/proc/3120/task/3127/stat : 3127 (java) S 3118 3120 2821 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280262476 937414656 6746 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3120/tid=3128] ppid=3118 vsize=915444 CPUtime=0
/proc/3120/task/3128/stat : 3128 (java) S 3118 3120 2821 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 280262476 937414656 6746 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 915444

[startup+51.1853 s]
/proc/loadavg: 1.92 1.94 1.98 3/94 3128
/proc/meminfo: memFree=1604312/2055920 swapFree=4191880/4192956
[pid=3120] ppid=3118 vsize=915444 CPUtime=51.16
/proc/3120/stat : 3120 (java) R 3118 3120 2821 0 -1 0 9116 0 1 0 4041 1075 0 0 25 0 8 0 280262468 937414656 8848 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073790134 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3120/statm: 228861 8848 2527 14 0 215331 0
[pid=3120/tid=3122] ppid=3118 vsize=915444 CPUtime=0.02
/proc/3120/task/3122/stat : 3122 (java) S 3118 3120 2821 0 -1 64 152 0 0 0 2 0 0 0 16 0 8 0 280262472 937414656 8848 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3120/tid=3123] ppid=3118 vsize=915444 CPUtime=0
/proc/3120/task/3123/stat : 3123 (java) S 3118 3120 2821 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 280262473 937414656 8848 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3120/tid=3124] ppid=3118 vsize=915444 CPUtime=0
/proc/3120/task/3124/stat : 3124 (java) S 3118 3120 2821 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280262473 937414656 8848 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3120/tid=3125] ppid=3118 vsize=915444 CPUtime=0
/proc/3120/task/3125/stat : 3125 (java) S 3118 3120 2821 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280262476 937414656 8848 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3120/tid=3126] ppid=3118 vsize=915444 CPUtime=0.22
/proc/3120/task/3126/stat : 3126 (java) S 3118 3120 2821 0 -1 64 391 0 0 0 22 0 0 0 16 0 8 0 280262476 937414656 8848 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3120/tid=3127] ppid=3118 vsize=915444 CPUtime=0
/proc/3120/task/3127/stat : 3127 (java) S 3118 3120 2821 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 280262476 937414656 8848 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3120/tid=3128] ppid=3118 vsize=915444 CPUtime=0
/proc/3120/task/3128/stat : 3128 (java) S 3118 3120 2821 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 280262476 937414656 8848 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.16
Current children cumulated vsize (KiB) 915444

Child status: 0
Real time (s): 89.4339
CPU time (s): 89.3844
CPU user time (s): 78.623
CPU system time (s): 10.7614
CPU usage (%): 99.9447
Max. virtual memory (cumulated for all children) (KiB): 915960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 78.623
system time used= 10.7614
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9222
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= 2870
involuntary context switches= 5234

runsolver used 0.118981 s user time and 0.26196 s system time

The end

Launcher Data (download as text)

Begin job on node16 on Sat Jan 20 18:44:36 UTC 2007


IDJOB= 282215
IDBENCH= 12547
IDSOLVER= 69
FILE ID= node16/282215-1169318676

PBS_JOBID= 3610054

Free space on /tmp= 66560 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  6d238ffd18ba65e6fcbc93dec51f04a3

RANDOM SEED= 490852450

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:       1630320 kB
Buffers:         49812 kB
Cached:         251228 kB
SwapCached:        268 kB
Active:         130272 kB
Inactive:       222688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1630320 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            2156 kB
Writeback:           0 kB
Mapped:          71448 kB
Slab:            57460 kB
Committed_AS:  8430808 kB
PageTables:       2372 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= 66560 MiB



End job on node16 on Sat Jan 20 18:46:06 UTC 2007