Trace number 282403

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 50.3693 50.8214

General information on the benchmark

NameMaxCSP/pi/pi-30-10-25-t48/
pi-30-10-197-52-71.xml
MD5SUM1879b00f1853e9452c50881a3c9bc23a
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints107
Best CPU time to get the best result obtained on this benchmark2.20266
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints109
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension109
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=epfc.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/282403-1169319028/unknown.xml
0.35	   
0.35	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.38	     nbVariables=30  nbDomainTypes=1  minDomainSize=10  maxDomainSize=10
0.38	       =>  wckTime=0.087  cpuTime=0.08  mem=6M885
0.38	   
0.38	   relations being loaded...
0.43	   
0.43	   constraints being loaded...
0.49	     nbConstraints=109  nbRelationTypes=109  nbExtensionStructures=109  nbSharedExtensionStructures=0
0.49	     nbConflictsStructures=109  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=1301  maxDegree=13
0.49	     maxArity=2
0.49	       =>  wckTime=0.197  cpuTime=0.15  mem=8M836
0.53	   
0.53	   solver LocalSearchSolver being built... 
0.57	       =>  wckTime=0.273  cpuTime=0.19  mem=5M499
0.57	
0.57	s SATISFIABLE
0.57	o 65
0.57	c 44
0.57	o 68
0.57	c 41
0.57	o 69
0.57	c 40
0.57	o 73
0.57	c 36
0.57	o 76
0.57	c 33
0.58	o 77
0.58	c 32
0.58	o 78
0.58	c 31
0.58	o 82
0.58	c 27
0.58	o 84
0.58	c 25
0.58	o 86
0.58	c 23
0.58	o 87
0.58	c 22
0.58	o 88
0.58	c 21
0.58	o 89
0.58	c 20
0.58	o 91
0.58	c 18
0.58	o 92
0.58	c 17
0.58	o 93
0.58	c 16
0.58	o 96
0.58	c 13
0.58	o 98
0.58	c 11
0.58	o 99
0.58	c 10
0.59	o 100
0.59	c 9
0.59	o 101
0.59	c 8
0.59	o 102
0.59	c 7
0.60	o 103
0.60	c 6
0.60	o 104
0.60	c 5
0.61	o 105
0.61	c 4
0.62	o 106
0.62	c 3
1.75	   
1.75	   search
1.75	     run=0  nbConstraintChecks=5410398  nbAssignments=10000
1.75	       =>  wckTime=1.18  cpuTime=1.15  mem=5M499
1.85	o 107
1.85	c 2
2.89	   
2.89	   search
2.89	     run=1  nbConstraintChecks=10906056  nbAssignments=20000
2.89	       =>  wckTime=2.323  cpuTime=2.28  mem=5M499
4.06	   
4.06	   search
4.06	     run=2  nbConstraintChecks=16653049  nbAssignments=30000
4.06	       =>  wckTime=3.49  cpuTime=3.43  mem=5M499
5.26	   
5.26	   search
5.26	     run=3  nbConstraintChecks=22715778  nbAssignments=40000
5.26	       =>  wckTime=4.693  cpuTime=4.63  mem=5M499
6.42	   
6.42	   search
6.42	     run=4  nbConstraintChecks=28404784  nbAssignments=50000
6.42	       =>  wckTime=5.854  cpuTime=5.78  mem=5M499
7.59	   
7.59	   search
7.59	     run=5  nbConstraintChecks=34169160  nbAssignments=60000
7.59	       =>  wckTime=7.022  cpuTime=6.94  mem=5M499
8.73	   
8.73	   search
8.73	     run=6  nbConstraintChecks=39685048  nbAssignments=70000
8.73	       =>  wckTime=8.161  cpuTime=8.08  mem=5M499
9.90	   
9.90	   search
9.90	     run=7  nbConstraintChecks=45368569  nbAssignments=80000
9.90	       =>  wckTime=9.333  cpuTime=9.23  mem=5M499
11.06	   
11.06	   search
11.06	     run=8  nbConstraintChecks=51121308  nbAssignments=90000
11.06	       =>  wckTime=10.493  cpuTime=10.37  mem=5M499
12.22	   
12.22	   search
12.22	     run=9  nbConstraintChecks=56890250  nbAssignments=100000
12.22	       =>  wckTime=11.651  cpuTime=11.52  mem=5M499
13.35	   
13.35	   search
13.35	     run=10  nbConstraintChecks=62451707  nbAssignments=110000
13.35	       =>  wckTime=12.787  cpuTime=12.65  mem=5M499
14.49	   
14.49	   search
14.49	     run=11  nbConstraintChecks=68056319  nbAssignments=120000
14.49	       =>  wckTime=13.929  cpuTime=13.79  mem=5M499
15.64	   
15.64	   search
15.64	     run=12  nbConstraintChecks=73718800  nbAssignments=130000
15.64	       =>  wckTime=15.077  cpuTime=14.93  mem=5M499
16.80	   
16.80	   search
16.80	     run=13  nbConstraintChecks=79451438  nbAssignments=140000
16.80	       =>  wckTime=16.232  cpuTime=16.07  mem=5M499
17.93	   
17.93	   search
17.93	     run=14  nbConstraintChecks=84987961  nbAssignments=150000
17.93	       =>  wckTime=17.366  cpuTime=17.19  mem=5M499
19.10	   
19.10	   search
19.10	     run=15  nbConstraintChecks=90840405  nbAssignments=160000
19.10	       =>  wckTime=18.535  cpuTime=18.36  mem=5M499
20.24	   
20.24	   search
20.24	     run=16  nbConstraintChecks=96435395  nbAssignments=170000
20.24	       =>  wckTime=19.678  cpuTime=19.49  mem=5M499
21.39	   
21.39	   search
21.39	     run=17  nbConstraintChecks=101968068  nbAssignments=180000
21.39	       =>  wckTime=20.823  cpuTime=20.63  mem=5M499
22.52	   
22.52	   search
22.52	     run=18  nbConstraintChecks=107398320  nbAssignments=190000
22.52	       =>  wckTime=21.955  cpuTime=21.75  mem=5M499
23.67	   
23.67	   search
23.67	     run=19  nbConstraintChecks=113014004  nbAssignments=200000
23.67	       =>  wckTime=23.107  cpuTime=22.89  mem=5M499
24.85	   
24.85	   search
24.85	     run=20  nbConstraintChecks=118664691  nbAssignments=210000
24.85	       =>  wckTime=24.283  cpuTime=24.04  mem=5M499
25.99	   
25.99	   search
25.99	     run=21  nbConstraintChecks=124159798  nbAssignments=220000
25.99	       =>  wckTime=25.422  cpuTime=25.17  mem=5M499
27.13	   
27.13	   search
27.13	     run=22  nbConstraintChecks=129695592  nbAssignments=230000
27.13	       =>  wckTime=26.569  cpuTime=26.31  mem=5M499
28.32	   
28.32	   search
28.32	     run=23  nbConstraintChecks=135530360  nbAssignments=240000
28.32	       =>  wckTime=27.751  cpuTime=27.48  mem=5M499
29.44	   
29.44	   search
29.44	     run=24  nbConstraintChecks=140935372  nbAssignments=250000
29.44	       =>  wckTime=28.88  cpuTime=28.6  mem=5M499
30.60	   
30.60	   search
30.60	     run=25  nbConstraintChecks=146574915  nbAssignments=260000
30.60	       =>  wckTime=30.032  cpuTime=29.74  mem=5M499
31.76	   
31.76	   search
31.76	     run=26  nbConstraintChecks=152370437  nbAssignments=270000
31.76	       =>  wckTime=31.195  cpuTime=30.89  mem=5M499
32.12	   
32.12	   search
32.13	     run=27  nbConstraintChecks=154231135  nbAssignments=273058
32.13	       =>  wckTime=31.56  cpuTime=31.26  mem=5M499
32.13	   
32.13	   global
32.13	     nbConstraintChecks=154231135  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
32.13	     solvingWckTime=31.558  solvingCpuTime=31.26  expiredTime=no  totalExploration=no  nbFoundSolutions=0
32.13	     globalCpuTime=31.49
32.13	       =>  wckTime=31.833  cpuTime=31.45  mem=5M499
32.13	   
32.13	   solver IterativeSystematicSolver being built... 
32.26	       =>  wckTime=31.967  cpuTime=31.55  mem=16M583
32.31	   
32.31	   preprocessing
32.31	     nbConstraintChecks=17232  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
32.31	     detectedInconsistency=no
32.31	       =>  wckTime=0.047  cpuTime=0.03  mem=16M583
32.34	   
32.34	   search
32.34	     run=0  nbConstraintChecks=80933  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=51
32.34	     nbFailedAssignments=37  nbBacktracks=10  nbVisitedNodes=99  nbRestartNogoods=0
32.34	       =>  wckTime=0.083  cpuTime=0.06  mem=16M583
32.39	   
32.39	   search
32.39	     run=1  nbConstraintChecks=186598  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=126
32.39	     nbFailedAssignments=90  nbBacktracks=25  nbVisitedNodes=242  nbRestartNogoods=7
32.39	       =>  wckTime=0.13  cpuTime=0.1  mem=16M583
32.48	   
32.48	   search
32.48	     run=2  nbConstraintChecks=406455  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=275
32.48	     nbFailedAssignments=212  nbBacktracks=48  nbVisitedNodes=534  nbRestartNogoods=23
32.48	       =>  wckTime=0.214  cpuTime=0.18  mem=16M583
32.55	   
32.55	   search
32.55	     run=3  nbConstraintChecks=657471  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=425
32.55	     nbFailedAssignments=322  nbBacktracks=81  nbVisitedNodes=827  nbRestartNogoods=36
32.55	       =>  wckTime=0.289  cpuTime=0.26  mem=16M583
32.66	   
32.66	   search
32.66	     run=4  nbConstraintChecks=1038410  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=661
32.66	     nbFailedAssignments=503  nbBacktracks=131  nbVisitedNodes=1293  nbRestartNogoods=45
32.66	       =>  wckTime=0.403  cpuTime=0.37  mem=16M583
32.89	   
32.89	   search
32.89	     run=5  nbConstraintChecks=1825395  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1139
32.89	     nbFailedAssignments=902  nbBacktracks=207  nbVisitedNodes=2238  nbRestartNogoods=59
32.89	       =>  wckTime=0.634  cpuTime=0.59  mem=16M583
33.13	   
33.13	   search
33.13	     run=6  nbConstraintChecks=2554436  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1615
33.13	     nbFailedAssignments=1263  nbBacktracks=320  nbVisitedNodes=3183  nbRestartNogoods=63
33.13	       =>  wckTime=0.871  cpuTime=0.81  mem=16M583
33.46	   
33.46	   search
33.46	     run=7  nbConstraintChecks=3807093  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2381
33.46	     nbFailedAssignments=1852  nbBacktracks=490  nbVisitedNodes=4705  nbRestartNogoods=85
33.46	       =>  wckTime=1.202  cpuTime=1.14  mem=16M583
33.89	   
33.89	   search
33.89	     run=8  nbConstraintChecks=5480552  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=3391
33.89	     nbFailedAssignments=2603  nbBacktracks=746  nbVisitedNodes=6716  nbRestartNogoods=111
33.89	       =>  wckTime=1.629  cpuTime=1.56  mem=16M583
34.74	   
34.74	   search
34.74	     run=9  nbConstraintChecks=8577694  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=5351
34.74	     nbFailedAssignments=4175  nbBacktracks=1130  nbVisitedNodes=10603  nbRestartNogoods=117
34.74	       =>  wckTime=2.482  cpuTime=2.41  mem=16M583
35.74	   
35.74	   search
35.74	     run=10  nbConstraintChecks=12312610  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=7791
35.74	     nbFailedAssignments=6032  nbBacktracks=1706  nbVisitedNodes=15442  nbRestartNogoods=140
35.74	       =>  wckTime=3.48  cpuTime=3.39  mem=16M583
37.30	   
37.30	   search
37.30	     run=11  nbConstraintChecks=18347897  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=11619
37.30	     nbFailedAssignments=8989  nbBacktracks=2570  nbVisitedNodes=23050  nbRestartNogoods=166
37.30	       =>  wckTime=5.036  cpuTime=4.94  mem=16M583
39.40	   
39.40	   search
39.40	     run=12  nbConstraintChecks=26029576  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=16607
39.40	     nbFailedAssignments=12675  nbBacktracks=3867  nbVisitedNodes=32996  nbRestartNogoods=198
39.40	       =>  wckTime=7.141  cpuTime=7.03  mem=16M583
42.68	   
42.68	   search
42.68	     run=13  nbConstraintChecks=37171701  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=24044
42.68	     nbFailedAssignments=18160  nbBacktracks=5817  nbVisitedNodes=47782  nbRestartNogoods=214
42.68	       =>  wckTime=10.422  cpuTime=10.28  mem=16M583
46.96	   
46.96	   search
46.96	     run=14  nbConstraintChecks=50940604  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=33268
46.96	     nbFailedAssignments=24459  nbBacktracks=8736  nbVisitedNodes=66066  nbRestartNogoods=226
46.96	       =>  wckTime=14.695  cpuTime=14.52  mem=16M583
50.78	   
50.78	   search
50.78	     run=15  nbConstraintChecks=63103019  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=41463
50.78	     nbFailedAssignments=29870  nbBacktracks=11521  nbVisitedNodes=82268  nbRestartNogoods=235
50.78	       =>  wckTime=18.524  cpuTime=18.32  mem=16M583
50.78	   
50.78	   global
50.78	     nbConstraintChecks=63120251  nbRestartNogoods=235  solvingWckTime=18.524  solvingCpuTime=18.32  expiredTime=no
50.78	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=49.91
50.78	       =>  wckTime=50.492  cpuTime=49.87  mem=16M583
50.79	
50.79	s OPTIMUM FOUND
50.79	v 10 5 7 9 1 3 1 9 10 8 3 8 4 9 8 8 2 3 6 2 9 4 6 1 5 6 2 5 3 3 
50.79	   
50.79	   totalWckTime=50.567  totalCpuTime=49.92

Verifier Data (download as text)

2 unsatisfied constraints, 107 satisfied constraints

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node76/watcher-282403-1169319028 -o ROOT/results/node76/solver-282403-1169319028 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/282403-1169319028/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.86 0.95 0.98 4/79 11891
/proc/meminfo: memFree=1636568/2055888 swapFree=4087964/4096564
[pid=11890] ppid=11888 vsize=907680 CPUtime=0.02
/proc/11890/stat : 11890 (java) S 11888 11890 11463 0 -1 0 2168 0 1 0 2 0 0 0 20 0 4 0 280299972 929464320 1919 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/11890/statm: 226920 1919 1088 14 0 214502 0
[pid=11890/tid=11892] ppid=11888 vsize=907680 CPUtime=0
/proc/11890/task/11892/stat : 11892 (java) S 11888 11890 11463 0 -1 64 6 0 0 0 0 0 0 0 20 0 4 0 280299975 929464320 1919 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 7368 0 0 0 -1 0 0 0
[pid=11890/tid=11893] ppid=11888 vsize=907680 CPUtime=0
/proc/11890/task/11893/stat : 11893 (java) S 11888 11890 11463 0 -1 64 10 0 0 0 0 0 0 0 20 0 4 0 280299975 929464320 1919 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 7368 0 0 0 -1 0 0 0
[pid=11890/tid=11894] ppid=11888 vsize=907680 CPUtime=0
/proc/11890/task/11894/stat : 11894 (java) R 11888 11890 11463 0 -1 64 0 0 0 0 0 0 0 0 21 0 4 0 280299975 929464320 1919 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 5667240 0 4 0 7368 0 0 0 -1 0 0 0

[startup+0.141106 s]
/proc/loadavg: 0.86 0.95 0.98 4/79 11891
/proc/meminfo: memFree=1636568/2055888 swapFree=4087964/4096564
[pid=11890] ppid=11888 vsize=914992 CPUtime=0.12
/proc/11890/stat : 11890 (java) R 11888 11890 11463 0 -1 0 3389 0 1 0 11 1 0 0 24 0 8 0 280299972 936951808 3137 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11890/statm: 228748 3137 1580 14 0 215242 0
[pid=11890/tid=11892] ppid=11888 vsize=914992 CPUtime=0
/proc/11890/task/11892/stat : 11892 (java) S 11888 11890 11463 0 -1 64 6 0 0 0 0 0 0 0 20 0 8 0 280299975 936951808 3137 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11890/tid=11893] ppid=11888 vsize=914992 CPUtime=0
/proc/11890/task/11893/stat : 11893 (java) S 11888 11890 11463 0 -1 64 10 0 0 0 0 0 0 0 20 0 8 0 280299975 936951808 3137 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11890/tid=11894] ppid=11888 vsize=914992 CPUtime=0
/proc/11890/task/11894/stat : 11894 (java) S 11888 11890 11463 0 -1 64 3 0 0 0 0 0 0 0 21 0 8 0 280299975 936951808 3137 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 914992

[startup+0.549188 s]
/proc/loadavg: 0.86 0.95 0.98 4/79 11891
/proc/meminfo: memFree=1636568/2055888 swapFree=4087964/4096564
[pid=11890] ppid=11888 vsize=915448 CPUtime=0.53
/proc/11890/stat : 11890 (java) R 11888 11890 11463 0 -1 0 6843 0 1 0 49 4 0 0 25 0 8 0 280299972 937418752 6583 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073315714 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11890/statm: 228862 6583 2295 14 0 215331 0
[pid=11890/tid=11892] ppid=11888 vsize=915448 CPUtime=0.02
/proc/11890/task/11892/stat : 11892 (java) S 11888 11890 11463 0 -1 64 154 0 0 0 2 0 0 0 16 0 8 0 280299975 937418752 6583 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11890/tid=11893] ppid=11888 vsize=915448 CPUtime=0
/proc/11890/task/11893/stat : 11893 (java) S 11888 11890 11463 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280299975 937418752 6583 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11890/tid=11894] ppid=11888 vsize=915448 CPUtime=0
/proc/11890/task/11894/stat : 11894 (java) S 11888 11890 11463 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280299975 937418752 6583 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 915448

[startup+1.37034 s]
/proc/loadavg: 0.95 0.97 0.99 3/86 11898
/proc/meminfo: memFree=1619232/2055888 swapFree=4087964/4096564
[pid=11890] ppid=11888 vsize=915448 CPUtime=1.34
/proc/11890/stat : 11890 (java) R 11888 11890 11463 0 -1 0 7047 0 1 0 108 26 0 0 25 0 8 0 280299972 937418752 6787 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073643017 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11890/statm: 228862 6787 2480 14 0 215331 0
[pid=11890/tid=11892] ppid=11888 vsize=915448 CPUtime=0.02
/proc/11890/task/11892/stat : 11892 (java) S 11888 11890 11463 0 -1 64 154 0 0 0 2 0 0 0 16 0 8 0 280299975 937418752 6787 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11890/tid=11893] ppid=11888 vsize=915448 CPUtime=0
/proc/11890/task/11893/stat : 11893 (java) S 11888 11890 11463 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280299975 937418752 6787 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11890/tid=11894] ppid=11888 vsize=915448 CPUtime=0
/proc/11890/task/11894/stat : 11894 (java) S 11888 11890 11463 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280299975 937418752 6787 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11890/tid=11895] ppid=11888 vsize=915448 CPUtime=0
/proc/11890/task/11895/stat : 11895 (java) S 11888 11890 11463 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 280299979 937418752 6787 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11890/tid=11896] ppid=11888 vsize=915448 CPUtime=0.11
/proc/11890/task/11896/stat : 11896 (java) S 11888 11890 11463 0 -1 64 328 0 0 0 11 0 0 0 16 0 8 0 280299979 937418752 6787 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11890/tid=11897] ppid=11888 vsize=915448 CPUtime=0
/proc/11890/task/11897/stat : 11897 (java) S 11888 11890 11463 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 280299979 937418752 6787 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11890/tid=11898] ppid=11888 vsize=915448 CPUtime=0
/proc/11890/task/11898/stat : 11898 (java) S 11888 11890 11463 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 280299979 937418752 6787 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 915448

[startup+3.02567 s]
/proc/loadavg: 0.95 0.97 0.99 4/86 11898
/proc/meminfo: memFree=1619232/2055888 swapFree=4087964/4096564
[pid=11890] ppid=11888 vsize=915448 CPUtime=2.98
/proc/11890/stat : 11890 (java) R 11888 11890 11463 0 -1 0 7050 0 1 0 224 74 0 0 25 0 8 0 280299972 937418752 6789 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073643113 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11890/statm: 228862 6789 2480 14 0 215331 0
[pid=11890/tid=11892] ppid=11888 vsize=915448 CPUtime=0.02
/proc/11890/task/11892/stat : 11892 (java) S 11888 11890 11463 0 -1 64 154 0 0 0 2 0 0 0 16 0 8 0 280299975 937418752 6789 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11890/tid=11893] ppid=11888 vsize=915448 CPUtime=0
/proc/11890/task/11893/stat : 11893 (java) S 11888 11890 11463 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280299975 937418752 6789 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11890/tid=11894] ppid=11888 vsize=915448 CPUtime=0
/proc/11890/task/11894/stat : 11894 (java) S 11888 11890 11463 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280299975 937418752 6789 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11890/tid=11895] ppid=11888 vsize=915448 CPUtime=0
/proc/11890/task/11895/stat : 11895 (java) S 11888 11890 11463 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 280299979 937418752 6789 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11890/tid=11896] ppid=11888 vsize=915448 CPUtime=0.11
/proc/11890/task/11896/stat : 11896 (java) S 11888 11890 11463 0 -1 64 330 0 0 0 11 0 0 0 16 0 8 0 280299979 937418752 6789 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11890/tid=11897] ppid=11888 vsize=915448 CPUtime=0
/proc/11890/task/11897/stat : 11897 (java) S 11888 11890 11463 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 280299979 937418752 6789 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11890/tid=11898] ppid=11888 vsize=915448 CPUtime=0
/proc/11890/task/11898/stat : 11898 (java) S 11888 11890 11463 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 280299979 937418752 6789 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 915448

[startup+6.30531 s]
/proc/loadavg: 0.95 0.97 0.99 3/86 11898
/proc/meminfo: memFree=1619232/2055888 swapFree=4087964/4096564
[pid=11890] ppid=11888 vsize=915448 CPUtime=6.24
/proc/11890/stat : 11890 (java) R 11888 11890 11463 0 -1 0 7050 0 1 0 459 165 0 0 25 0 8 0 280299972 937418752 6789 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 5239081 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11890/statm: 228862 6789 2480 14 0 215331 0
[pid=11890/tid=11892] ppid=11888 vsize=915448 CPUtime=0.02
/proc/11890/task/11892/stat : 11892 (java) S 11888 11890 11463 0 -1 64 154 0 0 0 2 0 0 0 16 0 8 0 280299975 937418752 6789 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11890/tid=11893] ppid=11888 vsize=915448 CPUtime=0
/proc/11890/task/11893/stat : 11893 (java) S 11888 11890 11463 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280299975 937418752 6789 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11890/tid=11894] ppid=11888 vsize=915448 CPUtime=0
/proc/11890/task/11894/stat : 11894 (java) S 11888 11890 11463 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280299975 937418752 6789 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11890/tid=11895] ppid=11888 vsize=915448 CPUtime=0
/proc/11890/task/11895/stat : 11895 (java) S 11888 11890 11463 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 280299979 937418752 6789 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11890/tid=11896] ppid=11888 vsize=915448 CPUtime=0.11
/proc/11890/task/11896/stat : 11896 (java) S 11888 11890 11463 0 -1 64 330 0 0 0 11 0 0 0 16 0 8 0 280299979 937418752 6789 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11890/tid=11897] ppid=11888 vsize=915448 CPUtime=0
/proc/11890/task/11897/stat : 11897 (java) S 11888 11890 11463 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 280299979 937418752 6789 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11890/tid=11898] ppid=11888 vsize=915448 CPUtime=0
/proc/11890/task/11898/stat : 11898 (java) S 11888 11890 11463 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 280299979 937418752 6789 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 915448

[startup+12.7916 s]
/proc/loadavg: 1.11 1.00 1.00 3/86 11898
/proc/meminfo: memFree=1619232/2055888 swapFree=4087964/4096564
[pid=11890] ppid=11888 vsize=915452 CPUtime=12.66
/proc/11890/stat : 11890 (java) R 11888 11890 11463 0 -1 0 7051 0 1 0 909 357 0 0 25 0 8 0 280299972 937422848 6790 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11890/statm: 228863 6790 2480 14 0 215332 0
[pid=11890/tid=11892] ppid=11888 vsize=915452 CPUtime=0.02
/proc/11890/task/11892/stat : 11892 (java) S 11888 11890 11463 0 -1 64 154 0 0 0 2 0 0 0 16 0 8 0 280299975 937422848 6790 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11890/tid=11893] ppid=11888 vsize=915452 CPUtime=0
/proc/11890/task/11893/stat : 11893 (java) S 11888 11890 11463 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280299975 937422848 6790 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11890/tid=11894] ppid=11888 vsize=915452 CPUtime=0
/proc/11890/task/11894/stat : 11894 (java) S 11888 11890 11463 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280299975 937422848 6790 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11890/tid=11895] ppid=11888 vsize=915452 CPUtime=0
/proc/11890/task/11895/stat : 11895 (java) S 11888 11890 11463 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 280299979 937422848 6790 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11890/tid=11896] ppid=11888 vsize=915452 CPUtime=0.11
/proc/11890/task/11896/stat : 11896 (java) S 11888 11890 11463 0 -1 64 331 0 0 0 11 0 0 0 16 0 8 0 280299979 937422848 6790 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11890/tid=11897] ppid=11888 vsize=915452 CPUtime=0
/proc/11890/task/11897/stat : 11897 (java) S 11888 11890 11463 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 280299979 937422848 6790 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11890/tid=11898] ppid=11888 vsize=915452 CPUtime=0
/proc/11890/task/11898/stat : 11898 (java) S 11888 11890 11463 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 280299979 937422848 6790 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 915452

[startup+25.6281 s]
/proc/loadavg: 1.25 1.04 1.01 3/86 11898
/proc/meminfo: memFree=1619296/2055888 swapFree=4087964/4096564
[pid=11890] ppid=11888 vsize=915448 CPUtime=25.38
/proc/11890/stat : 11890 (java) R 11888 11890 11463 0 -1 0 7052 0 1 0 1813 725 0 0 25 0 8 0 280299972 937418752 6791 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073642996 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11890/statm: 228862 6791 2480 14 0 215331 0
[pid=11890/tid=11892] ppid=11888 vsize=915448 CPUtime=0.02
/proc/11890/task/11892/stat : 11892 (java) S 11888 11890 11463 0 -1 64 154 0 0 0 2 0 0 0 16 0 8 0 280299975 937418752 6791 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11890/tid=11893] ppid=11888 vsize=915448 CPUtime=0
/proc/11890/task/11893/stat : 11893 (java) S 11888 11890 11463 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280299975 937418752 6791 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11890/tid=11894] ppid=11888 vsize=915448 CPUtime=0
/proc/11890/task/11894/stat : 11894 (java) S 11888 11890 11463 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280299975 937418752 6791 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11890/tid=11895] ppid=11888 vsize=915448 CPUtime=0
/proc/11890/task/11895/stat : 11895 (java) S 11888 11890 11463 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 280299979 937418752 6791 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11890/tid=11896] ppid=11888 vsize=915448 CPUtime=0.12
/proc/11890/task/11896/stat : 11896 (java) S 11888 11890 11463 0 -1 64 332 0 0 0 11 1 0 0 16 0 8 0 280299979 937418752 6791 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11890/tid=11897] ppid=11888 vsize=915448 CPUtime=0
/proc/11890/task/11897/stat : 11897 (java) S 11888 11890 11463 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 280299979 937418752 6791 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11890/tid=11898] ppid=11888 vsize=915448 CPUtime=0
/proc/11890/task/11898/stat : 11898 (java) S 11888 11890 11463 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 280299979 937418752 6791 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 915448

Child status: 0
Real time (s): 50.8214
CPU time (s): 50.3693
CPU user time (s): 41.2207
CPU system time (s): 9.14861
CPU usage (%): 99.1105
Max. virtual memory (cumulated for all children) (KiB): 915964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 41.2207
system time used= 9.14861
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9213
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= 2144
involuntary context switches= 3739

runsolver used 0.053991 s user time and 0.141978 s system time

The end

Launcher Data (download as text)

Begin job on node76 on Sat Jan 20 18:50:29 UTC 2007


IDJOB= 282403
IDBENCH= 12757
IDSOLVER= 68
FILE ID= node76/282403-1169319028

PBS_JOBID= 3610416

Free space on /tmp= 66649 MiB

SOLVER NAME= AbsconMax 109 EPFC
BENCH NAME= HOME/pub/bench/CPAI06/MaxCSP/pi/pi-30-10-25-t48/pi-30-10-197-52-71.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/282403-1169319028/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node76/watcher-282403-1169319028 -o ROOT/results/node76/solver-282403-1169319028 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/282403-1169319028/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  1879b00f1853e9452c50881a3c9bc23a

RANDOM SEED= 42724593

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.254
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	: 6006.17
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.254
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	: 5999.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1637176 kB
Buffers:         31292 kB
Cached:         276932 kB
SwapCached:       2128 kB
Active:         140376 kB
Inactive:       223860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1637176 kB
SwapTotal:     4096564 kB
SwapFree:      4087964 kB
Dirty:            3532 kB
Writeback:           0 kB
Mapped:          64688 kB
Slab:            40144 kB
Committed_AS:  8435612 kB
PageTables:       1864 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66649 MiB



End job on node76 on Sat Jan 20 18:51:20 UTC 2007