Trace number 282404

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 46.089 46.5115

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.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/282404-1169319029/unknown.xml
0.37	   
0.37	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.40	     nbVariables=30  nbDomainTypes=1  minDomainSize=10  maxDomainSize=10
0.40	       =>  wckTime=0.093  cpuTime=0.08  mem=6M903
0.40	   
0.40	   relations being loaded...
0.46	   
0.46	   constraints being loaded...
0.52	     nbConstraints=109  nbRelationTypes=109  nbExtensionStructures=109  nbSharedExtensionStructures=0
0.52	     nbConflictsStructures=109  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=1301  maxDegree=13
0.52	     maxArity=2
0.52	       =>  wckTime=0.211  cpuTime=0.15  mem=8M854
0.56	   
0.56	   solver LocalSearchSolver being built... 
0.60	       =>  wckTime=0.291  cpuTime=0.19  mem=5M499
0.60	
0.60	s SATISFIABLE
0.60	o 65
0.60	c 44
0.61	o 68
0.61	c 41
0.61	o 69
0.61	c 40
0.61	o 73
0.61	c 36
0.61	o 76
0.61	c 33
0.61	o 77
0.61	c 32
0.61	o 78
0.61	c 31
0.61	o 82
0.61	c 27
0.61	o 84
0.61	c 25
0.61	o 86
0.61	c 23
0.61	o 87
0.61	c 22
0.61	o 88
0.61	c 21
0.61	o 89
0.61	c 20
0.62	o 91
0.62	c 18
0.62	o 92
0.62	c 17
0.62	o 93
0.62	c 16
0.62	o 96
0.62	c 13
0.62	o 98
0.62	c 11
0.62	o 99
0.62	c 10
0.63	o 100
0.63	c 9
0.63	o 101
0.63	c 8
0.63	o 102
0.63	c 7
0.63	o 103
0.63	c 6
0.63	o 104
0.63	c 5
0.65	o 105
0.65	c 4
0.66	o 106
0.66	c 3
1.90	   
1.90	   search
1.90	     run=0  nbConstraintChecks=5410398  nbAssignments=10000
1.90	       =>  wckTime=1.304  cpuTime=1.27  mem=5M499
2.02	o 107
2.02	c 2
3.16	   
3.16	   search
3.16	     run=1  nbConstraintChecks=10906056  nbAssignments=20000
3.16	       =>  wckTime=2.563  cpuTime=2.52  mem=5M499
4.45	   
4.45	   search
4.45	     run=2  nbConstraintChecks=16653049  nbAssignments=30000
4.45	       =>  wckTime=3.852  cpuTime=3.8  mem=5M499
5.78	   
5.78	   search
5.78	     run=3  nbConstraintChecks=22715778  nbAssignments=40000
5.78	       =>  wckTime=5.177  cpuTime=5.11  mem=5M499
7.05	   
7.05	   search
7.05	     run=4  nbConstraintChecks=28404784  nbAssignments=50000
7.05	       =>  wckTime=6.452  cpuTime=6.37  mem=5M499
8.34	   
8.34	   search
8.34	     run=5  nbConstraintChecks=34169160  nbAssignments=60000
8.34	       =>  wckTime=7.738  cpuTime=7.65  mem=5M499
9.59	   
9.59	   search
9.59	     run=6  nbConstraintChecks=39685048  nbAssignments=70000
9.59	       =>  wckTime=8.991  cpuTime=8.9  mem=5M499
10.87	   
10.87	   search
10.87	     run=7  nbConstraintChecks=45368569  nbAssignments=80000
10.87	       =>  wckTime=10.267  cpuTime=10.17  mem=5M499
12.15	   
12.15	   search
12.15	     run=8  nbConstraintChecks=51121308  nbAssignments=90000
12.15	       =>  wckTime=11.549  cpuTime=11.44  mem=5M499
13.45	   
13.45	   search
13.45	     run=9  nbConstraintChecks=56890250  nbAssignments=100000
13.45	       =>  wckTime=12.848  cpuTime=12.72  mem=5M499
14.72	   
14.72	   search
14.72	     run=10  nbConstraintChecks=62451707  nbAssignments=110000
14.72	       =>  wckTime=14.122  cpuTime=13.97  mem=5M499
16.00	   
16.00	   search
16.00	     run=11  nbConstraintChecks=68056319  nbAssignments=120000
16.00	       =>  wckTime=15.399  cpuTime=15.24  mem=5M499
17.28	   
17.28	   search
17.28	     run=12  nbConstraintChecks=73718800  nbAssignments=130000
17.28	       =>  wckTime=16.681  cpuTime=16.52  mem=5M499
18.57	   
18.57	   search
18.57	     run=13  nbConstraintChecks=79451438  nbAssignments=140000
18.57	       =>  wckTime=17.971  cpuTime=17.8  mem=5M499
19.84	   
19.84	   search
19.84	     run=14  nbConstraintChecks=84987961  nbAssignments=150000
19.84	       =>  wckTime=19.239  cpuTime=19.05  mem=5M499
21.15	   
21.15	   search
21.15	     run=15  nbConstraintChecks=90840405  nbAssignments=160000
21.15	       =>  wckTime=20.545  cpuTime=20.36  mem=5M499
22.42	   
22.42	   search
22.42	     run=16  nbConstraintChecks=96435395  nbAssignments=170000
22.42	       =>  wckTime=21.818  cpuTime=21.62  mem=5M499
23.68	   
23.68	   search
23.68	     run=17  nbConstraintChecks=101968068  nbAssignments=180000
23.68	       =>  wckTime=23.082  cpuTime=22.86  mem=5M499
24.93	   
24.93	   search
24.93	     run=18  nbConstraintChecks=107398320  nbAssignments=190000
24.93	       =>  wckTime=24.332  cpuTime=24.1  mem=5M499
26.20	   
26.20	   search
26.20	     run=19  nbConstraintChecks=113014004  nbAssignments=200000
26.20	       =>  wckTime=25.599  cpuTime=25.36  mem=5M499
27.47	   
27.47	   search
27.47	     run=20  nbConstraintChecks=118664691  nbAssignments=210000
27.47	       =>  wckTime=26.869  cpuTime=26.62  mem=5M499
28.72	   
28.72	   search
28.72	     run=21  nbConstraintChecks=124159798  nbAssignments=220000
28.72	       =>  wckTime=28.122  cpuTime=27.86  mem=5M499
29.98	   
29.98	   search
29.98	     run=22  nbConstraintChecks=129695592  nbAssignments=230000
29.98	       =>  wckTime=29.378  cpuTime=29.11  mem=5M499
31.27	   
31.27	   search
31.27	     run=23  nbConstraintChecks=135530360  nbAssignments=240000
31.27	       =>  wckTime=30.671  cpuTime=30.39  mem=5M499
32.29	   
32.29	   search
32.29	     run=24  nbConstraintChecks=139990788  nbAssignments=248153
32.29	       =>  wckTime=31.692  cpuTime=31.41  mem=5M499
32.30	   
32.30	   global
32.30	     nbConstraintChecks=139990788  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
32.30	     solvingWckTime=31.692  solvingCpuTime=31.41  expiredTime=no  totalExploration=no  nbFoundSolutions=0
32.30	     globalCpuTime=31.65
32.30	       =>  wckTime=31.985  cpuTime=31.6  mem=5M499
32.30	   
32.30	   solver IterativeSystematicSolver being built... 
32.43	       =>  wckTime=32.124  cpuTime=31.71  mem=16M698
32.44	   
32.44	   preprocessing
32.44	     nbConstraintChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
32.44	     detectedInconsistency=no
32.44	       =>  wckTime=0.0040  cpuTime=0.0  mem=16M698
32.52	   
32.52	   search
32.52	     run=0  nbConstraintChecks=105115  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=77
32.52	     nbFailedAssignments=59  nbBacktracks=10  nbVisitedNodes=147  nbRestartNogoods=0
32.52	       =>  wckTime=0.086  cpuTime=0.06  mem=16M698
32.58	   
32.58	   search
32.58	     run=1  nbConstraintChecks=243537  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=164
32.58	     nbFailedAssignments=125  nbBacktracks=25  nbVisitedNodes=315  nbRestartNogoods=27
32.58	       =>  wckTime=0.149  cpuTime=0.11  mem=16M698
32.66	   
32.66	   search
32.66	     run=2  nbConstraintChecks=450886  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=297
32.66	     nbFailedAssignments=234  nbBacktracks=47  nbVisitedNodes=578  nbRestartNogoods=35
32.66	       =>  wckTime=0.223  cpuTime=0.17  mem=16M698
32.74	   
32.74	   search
32.74	     run=3  nbConstraintChecks=714278  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=458
32.74	     nbFailedAssignments=355  nbBacktracks=80  nbVisitedNodes=891  nbRestartNogoods=39
32.74	       =>  wckTime=0.307  cpuTime=0.26  mem=16M698
32.90	   
32.90	   search
32.90	     run=4  nbConstraintChecks=1180287  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=779
32.90	     nbFailedAssignments=622  nbBacktracks=131  nbVisitedNodes=1530  nbRestartNogoods=64
32.90	       =>  wckTime=0.464  cpuTime=0.41  mem=16M698
33.07	   
33.07	   search
33.07	     run=5  nbConstraintChecks=1736981  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1155
33.07	     nbFailedAssignments=918  nbBacktracks=206  nbVisitedNodes=2276  nbRestartNogoods=78
33.07	       =>  wckTime=0.637  cpuTime=0.58  mem=16M698
33.33	   
33.33	   search
33.33	     run=6  nbConstraintChecks=2560185  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1694
33.33	     nbFailedAssignments=1339  nbBacktracks=319  nbVisitedNodes=3347  nbRestartNogoods=89
33.33	       =>  wckTime=0.895  cpuTime=0.82  mem=16M698
33.85	   
33.85	   search
33.85	     run=7  nbConstraintChecks=4251593  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2797
33.85	     nbFailedAssignments=2267  nbBacktracks=489  nbVisitedNodes=5542  nbRestartNogoods=106
33.85	       =>  wckTime=1.412  cpuTime=1.33  mem=16M698
34.37	   
34.37	   search
34.37	     run=8  nbConstraintChecks=6100225  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=3999
34.37	     nbFailedAssignments=3209  nbBacktracks=745  nbVisitedNodes=7938  nbRestartNogoods=126
34.37	       =>  wckTime=1.933  cpuTime=1.84  mem=16M698
35.23	   
35.23	   search
35.23	     run=9  nbConstraintChecks=8997158  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=5887
35.23	     nbFailedAssignments=4706  nbBacktracks=1129  nbVisitedNodes=11704  nbRestartNogoods=136
35.23	       =>  wckTime=2.794  cpuTime=2.69  mem=16M698
36.46	   
36.46	   search
36.46	     run=10  nbConstraintChecks=13080999  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=8544
36.46	     nbFailedAssignments=6781  nbBacktracks=1706  nbVisitedNodes=17007  nbRestartNogoods=167
36.46	       =>  wckTime=4.028  cpuTime=3.91  mem=16M698
37.72	   
37.72	   search
37.72	     run=11  nbConstraintChecks=17256199  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=11428
37.72	     nbFailedAssignments=8796  nbBacktracks=2570  nbVisitedNodes=22763  nbRestartNogoods=174
37.72	       =>  wckTime=5.285  cpuTime=5.16  mem=16M698
40.18	   
40.18	   search
40.18	     run=12  nbConstraintChecks=25097014  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=16639
40.18	     nbFailedAssignments=12700  nbBacktracks=3867  nbVisitedNodes=33146  nbRestartNogoods=184
40.18	       =>  wckTime=7.747  cpuTime=7.6  mem=16M698
43.44	   
43.44	   search
43.44	     run=13  nbConstraintChecks=35308363  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=23684
43.44	     nbFailedAssignments=17796  nbBacktracks=5813  nbVisitedNodes=47142  nbRestartNogoods=200
43.44	       =>  wckTime=11.001  cpuTime=10.82  mem=16M698
46.49	   
46.49	   search
46.49	     run=14  nbConstraintChecks=43997319  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=29875
46.49	     nbFailedAssignments=21858  nbBacktracks=7943  nbVisitedNodes=59356  nbRestartNogoods=206
46.49	       =>  wckTime=14.053  cpuTime=13.84  mem=16M698
46.49	   
46.49	   global
46.49	     nbConstraintChecks=43997319  nbRestartNogoods=206  solvingWckTime=14.054  solvingCpuTime=13.84  expiredTime=no
46.49	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=45.6
46.49	       =>  wckTime=46.179  cpuTime=45.55  mem=16M698
46.49	
46.49	s OPTIMUM FOUND
46.49	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 
46.49	   
46.49	   totalWckTime=46.258  totalCpuTime=45.6

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/node12/watcher-282404-1169319029 -o ROOT/results/node12/solver-282404-1169319029 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/282404-1169319029/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.49 1.86 1.95 2/87 14854
/proc/meminfo: memFree=1286608/2055920 swapFree=4160348/4192956
[pid=14853] ppid=14851 vsize=18540 CPUtime=0
/proc/14853/stat : 14853 (runsolver) R 14851 14853 14482 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 280298031 18984960 279 18446744073709551615 4194304 4267372 548682068944 18446744073709551615 252429528359 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/14853/statm: 4635 279 244 17 0 2626 0

[startup+0.103259 s]
/proc/loadavg: 1.49 1.86 1.95 2/87 14854
/proc/meminfo: memFree=1286608/2055920 swapFree=4160348/4192956
[pid=14853] ppid=14851 vsize=914988 CPUtime=0.09
/proc/14853/stat : 14853 (java) R 14851 14853 14482 0 -1 0 2988 0 1 0 7 2 0 0 17 0 8 0 280298031 936947712 2734 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 2147483391 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14853/statm: 228747 2734 1426 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.514329 s]
/proc/loadavg: 1.49 1.86 1.95 2/87 14854
/proc/meminfo: memFree=1286608/2055920 swapFree=4160348/4192956
[pid=14853] ppid=14851 vsize=915332 CPUtime=0.5
/proc/14853/stat : 14853 (java) S 14851 14853 14482 0 -1 0 6480 0 1 0 45 5 0 0 17 0 8 0 280298031 937299968 6219 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14853/statm: 228833 6219 2149 14 0 215303 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915332

[startup+1.34048 s]
/proc/loadavg: 1.49 1.86 1.95 3/94 14861
/proc/meminfo: memFree=1269080/2055920 swapFree=4160348/4192956
[pid=14853] ppid=14851 vsize=915448 CPUtime=1.31
/proc/14853/stat : 14853 (java) R 14851 14853 14482 0 -1 0 7041 0 1 0 104 27 0 0 22 0 8 0 280298031 937418752 6779 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14853/statm: 228862 6779 2476 14 0 215332 0
[pid=14853/tid=14855] ppid=14851 vsize=915448 CPUtime=0.02
/proc/14853/task/14855/stat : 14855 (java) S 14851 14853 14482 0 -1 64 154 0 0 0 2 0 0 0 16 0 8 0 280298035 937418752 6779 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14853/tid=14856] ppid=14851 vsize=915448 CPUtime=0
/proc/14853/task/14856/stat : 14856 (java) S 14851 14853 14482 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280298036 937418752 6779 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14853/tid=14857] ppid=14851 vsize=915448 CPUtime=0
/proc/14853/task/14857/stat : 14857 (java) S 14851 14853 14482 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280298036 937418752 6779 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14853/tid=14858] ppid=14851 vsize=915448 CPUtime=0
/proc/14853/task/14858/stat : 14858 (java) S 14851 14853 14482 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280298039 937418752 6779 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14853/tid=14859] ppid=14851 vsize=915448 CPUtime=0.11
/proc/14853/task/14859/stat : 14859 (java) S 14851 14853 14482 0 -1 64 326 0 0 0 11 0 0 0 19 0 8 0 280298039 937418752 6779 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14853/tid=14860] ppid=14851 vsize=915448 CPUtime=0
/proc/14853/task/14860/stat : 14860 (java) S 14851 14853 14482 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 280298039 937418752 6779 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14853/tid=14861] ppid=14851 vsize=915448 CPUtime=0
/proc/14853/task/14861/stat : 14861 (java) S 14851 14853 14482 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 280298039 937418752 6779 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) 915448

[startup+2.97777 s]
/proc/loadavg: 1.53 1.86 1.95 3/94 14861
/proc/meminfo: memFree=1269080/2055920 swapFree=4160348/4192956
[pid=14853] ppid=14851 vsize=915448 CPUtime=2.93
/proc/14853/stat : 14853 (java) R 14851 14853 14482 0 -1 0 7044 0 1 0 216 77 0 0 25 0 8 0 280298031 937418752 6781 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14853/statm: 228862 6781 2476 14 0 215332 0
[pid=14853/tid=14855] ppid=14851 vsize=915448 CPUtime=0.02
/proc/14853/task/14855/stat : 14855 (java) S 14851 14853 14482 0 -1 64 154 0 0 0 2 0 0 0 16 0 8 0 280298035 937418752 6781 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14853/tid=14856] ppid=14851 vsize=915448 CPUtime=0
/proc/14853/task/14856/stat : 14856 (java) S 14851 14853 14482 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280298036 937418752 6781 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14853/tid=14857] ppid=14851 vsize=915448 CPUtime=0
/proc/14853/task/14857/stat : 14857 (java) S 14851 14853 14482 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280298036 937418752 6781 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14853/tid=14858] ppid=14851 vsize=915448 CPUtime=0
/proc/14853/task/14858/stat : 14858 (java) S 14851 14853 14482 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280298039 937418752 6781 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14853/tid=14859] ppid=14851 vsize=915448 CPUtime=0.11
/proc/14853/task/14859/stat : 14859 (java) S 14851 14853 14482 0 -1 64 328 0 0 0 11 0 0 0 16 0 8 0 280298039 937418752 6781 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14853/tid=14860] ppid=14851 vsize=915448 CPUtime=0
/proc/14853/task/14860/stat : 14860 (java) S 14851 14853 14482 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 280298039 937418752 6781 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14853/tid=14861] ppid=14851 vsize=915448 CPUtime=0
/proc/14853/task/14861/stat : 14861 (java) S 14851 14853 14482 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 280298039 937418752 6781 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915448

[startup+6.27436 s]
/proc/loadavg: 1.53 1.86 1.95 4/94 14861
/proc/meminfo: memFree=1269016/2055920 swapFree=4160348/4192956
[pid=14853] ppid=14851 vsize=915448 CPUtime=6.21
/proc/14853/stat : 14853 (java) R 14851 14853 14482 0 -1 0 7044 0 1 0 442 179 0 0 25 0 8 0 280298031 937418752 6781 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14853/statm: 228862 6781 2476 14 0 215332 0
[pid=14853/tid=14855] ppid=14851 vsize=915448 CPUtime=0.02
/proc/14853/task/14855/stat : 14855 (java) S 14851 14853 14482 0 -1 64 154 0 0 0 2 0 0 0 16 0 8 0 280298035 937418752 6781 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14853/tid=14856] ppid=14851 vsize=915448 CPUtime=0
/proc/14853/task/14856/stat : 14856 (java) S 14851 14853 14482 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280298036 937418752 6781 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14853/tid=14857] ppid=14851 vsize=915448 CPUtime=0
/proc/14853/task/14857/stat : 14857 (java) S 14851 14853 14482 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280298036 937418752 6781 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14853/tid=14858] ppid=14851 vsize=915448 CPUtime=0
/proc/14853/task/14858/stat : 14858 (java) S 14851 14853 14482 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280298039 937418752 6781 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14853/tid=14859] ppid=14851 vsize=915448 CPUtime=0.11
/proc/14853/task/14859/stat : 14859 (java) S 14851 14853 14482 0 -1 64 328 0 0 0 11 0 0 0 16 0 8 0 280298039 937418752 6781 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14853/tid=14860] ppid=14851 vsize=915448 CPUtime=0
/proc/14853/task/14860/stat : 14860 (java) S 14851 14853 14482 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 280298039 937418752 6781 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14853/tid=14861] ppid=14851 vsize=915448 CPUtime=0
/proc/14853/task/14861/stat : 14861 (java) S 14851 14853 14482 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 280298039 937418752 6781 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 915448

[startup+12.7485 s]
/proc/loadavg: 1.60 1.87 1.95 3/94 14861
/proc/meminfo: memFree=1269016/2055920 swapFree=4160348/4192956
[pid=14853] ppid=14851 vsize=915448 CPUtime=12.62
/proc/14853/stat : 14853 (java) R 14851 14853 14482 0 -1 0 7044 0 1 0 881 381 0 0 25 0 8 0 280298031 937418752 6781 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14853/statm: 228862 6781 2476 14 0 215332 0
[pid=14853/tid=14855] ppid=14851 vsize=915448 CPUtime=0.02
/proc/14853/task/14855/stat : 14855 (java) S 14851 14853 14482 0 -1 64 154 0 0 0 2 0 0 0 16 0 8 0 280298035 937418752 6781 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14853/tid=14856] ppid=14851 vsize=915448 CPUtime=0
/proc/14853/task/14856/stat : 14856 (java) S 14851 14853 14482 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280298036 937418752 6781 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14853/tid=14857] ppid=14851 vsize=915448 CPUtime=0
/proc/14853/task/14857/stat : 14857 (java) S 14851 14853 14482 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280298036 937418752 6781 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14853/tid=14858] ppid=14851 vsize=915448 CPUtime=0
/proc/14853/task/14858/stat : 14858 (java) S 14851 14853 14482 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280298039 937418752 6781 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14853/tid=14859] ppid=14851 vsize=915448 CPUtime=0.11
/proc/14853/task/14859/stat : 14859 (java) S 14851 14853 14482 0 -1 64 328 0 0 0 11 0 0 0 16 0 8 0 280298039 937418752 6781 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14853/tid=14860] ppid=14851 vsize=915448 CPUtime=0
/proc/14853/task/14860/stat : 14860 (java) S 14851 14853 14482 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 280298039 937418752 6781 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14853/tid=14861] ppid=14851 vsize=915448 CPUtime=0
/proc/14853/task/14861/stat : 14861 (java) S 14851 14853 14482 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 280298039 937418752 6781 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) 915448

[startup+25.6008 s]
/proc/loadavg: 1.66 1.87 1.95 3/94 14861
/proc/meminfo: memFree=1269080/2055920 swapFree=4160348/4192956
[pid=14853] ppid=14851 vsize=915444 CPUtime=25.37
/proc/14853/stat : 14853 (java) R 14851 14853 14482 0 -1 0 7045 0 1 0 1753 784 0 0 25 0 8 0 280298031 937414656 6782 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14853/statm: 228861 6782 2476 14 0 215331 0
[pid=14853/tid=14855] ppid=14851 vsize=915444 CPUtime=0.02
/proc/14853/task/14855/stat : 14855 (java) S 14851 14853 14482 0 -1 64 154 0 0 0 2 0 0 0 16 0 8 0 280298035 937414656 6782 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14853/tid=14856] ppid=14851 vsize=915444 CPUtime=0
/proc/14853/task/14856/stat : 14856 (java) S 14851 14853 14482 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 280298036 937414656 6782 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14853/tid=14857] ppid=14851 vsize=915444 CPUtime=0
/proc/14853/task/14857/stat : 14857 (java) S 14851 14853 14482 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 280298036 937414656 6782 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14853/tid=14858] ppid=14851 vsize=915444 CPUtime=0
/proc/14853/task/14858/stat : 14858 (java) S 14851 14853 14482 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 280298039 937414656 6782 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14853/tid=14859] ppid=14851 vsize=915444 CPUtime=0.11
/proc/14853/task/14859/stat : 14859 (java) S 14851 14853 14482 0 -1 64 329 0 0 0 11 0 0 0 16 0 8 0 280298039 937414656 6782 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14853/tid=14860] ppid=14851 vsize=915444 CPUtime=0
/proc/14853/task/14860/stat : 14860 (java) S 14851 14853 14482 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 280298039 937414656 6782 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14853/tid=14861] ppid=14851 vsize=915444 CPUtime=0
/proc/14853/task/14861/stat : 14861 (java) S 14851 14853 14482 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 280298039 937414656 6782 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 915444

Child status: 0
Real time (s): 46.5115
CPU time (s): 46.089
CPU user time (s): 36.1715
CPU system time (s): 9.91749
CPU usage (%): 99.0917
Max. virtual memory (cumulated for all children) (KiB): 915448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 36.1715
system time used= 9.91749
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9199
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= 1876
involuntary context switches= 3167

runsolver used 0.06199 s user time and 0.161975 s system time

The end

Launcher Data (download as text)

Begin job on node12 on Sat Jan 20 18:50:30 UTC 2007


IDJOB= 282404
IDBENCH= 12757
IDSOLVER= 69
FILE ID= node12/282404-1169319029

PBS_JOBID= 3610065

Free space on /tmp= 66561 MiB

SOLVER NAME= AbsconMax 109 PFC
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 pfc.xml 1 XSax /tmp/evaluation/282404-1169319029/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node12/watcher-282404-1169319029 -o ROOT/results/node12/solver-282404-1169319029 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/282404-1169319029/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  1879b00f1853e9452c50881a3c9bc23a

RANDOM SEED= 163557560

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.265
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.265
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:       1287024 kB
Buffers:         61964 kB
Cached:         526276 kB
SwapCached:       5332 kB
Active:         343508 kB
Inactive:       349056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1287024 kB
SwapTotal:     4192956 kB
SwapFree:      4160348 kB
Dirty:            2040 kB
Writeback:           0 kB
Mapped:         114600 kB
Slab:            61192 kB
Committed_AS:  8698044 kB
PageTables:       2220 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 node12 on Sat Jan 20 18:51:17 UTC 2007