Trace number 280657

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 30.8623 31.1695

General information on the benchmark

NameMaxCSP/planning/
depot01ac_ext.xml
MD5SUMddc1be56e3b07e6da778ed40fdefe089
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints584
Best CPU time to get the best result obtained on this benchmark0.141978
Satisfiable
(Un)Satisfiability was proved
Number of variables66
Number of constraints587
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension587
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=epfc.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/280657-1169307046/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.43	     nbVariables=66  nbDomainTypes=5  minDomainSize=1  maxDomainSize=5
0.43	       =>  wckTime=0.11  cpuTime=0.09  mem=6M887
0.43	   
0.43	   relations being loaded...
0.44	   
0.44	   constraints being loaded...
0.57	     nbConstraints=546  nbRelationTypes=30  nbSingletonDomainVariables=1  nbExtensionStructures=81
0.57	     nbSharedExtensionStructures=465  nbConflictsStructures=81  nbSharedConflictsStructures=465
0.57	     nbSharedBinaryRepresentations=519  maxDegree=48  maxArity=2
0.57	       =>  wckTime=0.254  cpuTime=0.17  mem=9M878
0.61	   
0.61	   solver LocalSearchSolver being built... 
0.66	       =>  wckTime=0.339  cpuTime=0.22  mem=5M679
0.66	
0.66	s SATISFIABLE
0.66	o 467
0.66	c 79
0.66	o 474
0.66	c 72
0.66	o 480
0.66	c 66
0.66	o 486
0.66	c 60
0.66	o 489
0.66	c 57
0.66	o 494
0.66	c 52
0.66	o 499
0.66	c 47
0.67	o 500
0.67	c 46
0.67	o 505
0.67	c 41
0.67	o 509
0.67	c 37
0.67	o 513
0.67	c 33
0.67	o 516
0.67	c 30
0.67	o 519
0.67	c 27
0.67	o 522
0.67	c 24
0.67	o 524
0.67	c 22
0.67	o 526
0.67	c 20
0.67	o 527
0.67	c 19
0.68	o 528
0.68	c 18
0.68	o 529
0.68	c 17
0.68	o 532
0.68	c 14
0.68	o 534
0.68	c 12
0.68	o 536
0.68	c 10
0.68	o 537
0.68	c 9
0.68	o 538
0.68	c 8
0.69	o 539
0.69	c 7
0.69	o 542
0.69	c 4
0.69	o 543
0.69	c 3
1.99	   
1.99	   search
1.99	     run=0  nbConstraintChecks=5417366  nbAssignments=10000
1.99	       =>  wckTime=1.339  cpuTime=1.3  mem=5M679
3.39	   
3.39	   search
3.39	     run=1  nbConstraintChecks=11963193  nbAssignments=20000
3.39	       =>  wckTime=2.739  cpuTime=2.69  mem=5M679
4.68	   
4.68	   search
4.68	     run=2  nbConstraintChecks=17587332  nbAssignments=30000
4.68	       =>  wckTime=4.021  cpuTime=3.95  mem=5M679
6.07	   
6.07	   search
6.07	     run=3  nbConstraintChecks=24060878  nbAssignments=40000
6.07	       =>  wckTime=5.413  cpuTime=5.33  mem=5M679
7.35	   
7.35	   search
7.35	     run=4  nbConstraintChecks=29604876  nbAssignments=50000
7.35	       =>  wckTime=6.693  cpuTime=6.6  mem=5M679
8.75	   
8.75	   search
8.75	     run=5  nbConstraintChecks=36130953  nbAssignments=60000
8.75	       =>  wckTime=8.098  cpuTime=7.99  mem=5M679
10.04	   
10.04	   search
10.04	     run=6  nbConstraintChecks=41721004  nbAssignments=70000
10.04	       =>  wckTime=9.384  cpuTime=9.27  mem=5M679
11.43	   
11.43	   search
11.43	     run=7  nbConstraintChecks=48113643  nbAssignments=80000
11.43	       =>  wckTime=10.78  cpuTime=10.65  mem=5M679
12.73	   
12.73	   search
12.73	     run=8  nbConstraintChecks=53762827  nbAssignments=90000
12.73	       =>  wckTime=12.073  cpuTime=11.93  mem=5M679
14.11	   
14.11	   search
14.11	     run=9  nbConstraintChecks=60085856  nbAssignments=100000
14.11	       =>  wckTime=13.453  cpuTime=13.31  mem=5M679
15.40	   
15.40	   search
15.40	     run=10  nbConstraintChecks=65752090  nbAssignments=110000
15.40	       =>  wckTime=14.748  cpuTime=14.6  mem=5M679
16.79	   
16.79	   search
16.79	     run=11  nbConstraintChecks=72216472  nbAssignments=120000
16.79	       =>  wckTime=16.134  cpuTime=15.97  mem=5M679
18.06	   
18.06	   search
18.06	     run=12  nbConstraintChecks=77788438  nbAssignments=130000
18.06	       =>  wckTime=17.408  cpuTime=17.24  mem=5M679
19.46	   
19.46	   search
19.46	     run=13  nbConstraintChecks=84279962  nbAssignments=140000
19.46	       =>  wckTime=18.809  cpuTime=18.61  mem=5M679
20.74	   
20.74	   search
20.74	     run=14  nbConstraintChecks=89903898  nbAssignments=150000
20.74	       =>  wckTime=20.088  cpuTime=19.88  mem=5M679
22.13	   
22.13	   search
22.13	     run=15  nbConstraintChecks=96401184  nbAssignments=160000
22.13	       =>  wckTime=21.478  cpuTime=21.27  mem=5M679
23.41	   
23.41	   search
23.41	     run=16  nbConstraintChecks=102033825  nbAssignments=170000
23.41	       =>  wckTime=22.759  cpuTime=22.53  mem=5M679
24.77	   
24.77	   search
24.77	     run=17  nbConstraintChecks=108278428  nbAssignments=180000
24.77	       =>  wckTime=24.117  cpuTime=23.88  mem=5M679
26.06	   
26.06	   search
26.06	     run=18  nbConstraintChecks=113860752  nbAssignments=190000
26.06	       =>  wckTime=25.409  cpuTime=25.15  mem=5M679
27.46	   
27.46	   search
27.46	     run=19  nbConstraintChecks=120287670  nbAssignments=200000
27.46	       =>  wckTime=26.802  cpuTime=26.54  mem=5M679
28.75	   
28.75	   search
28.75	     run=20  nbConstraintChecks=125917778  nbAssignments=210000
28.75	       =>  wckTime=28.095  cpuTime=27.82  mem=5M679
30.15	   
30.15	   search
30.15	     run=21  nbConstraintChecks=132390215  nbAssignments=220000
30.15	       =>  wckTime=29.495  cpuTime=29.21  mem=5M679
30.96	   
30.96	   search
30.96	     run=22  nbConstraintChecks=135819540  nbAssignments=226448
30.96	       =>  wckTime=30.307  cpuTime=30.02  mem=5M679
30.96	   
30.96	   global
30.96	     nbConstraintChecks=135819540  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
30.96	     solvingWckTime=30.305  solvingCpuTime=30.02  expiredTime=no  totalExploration=no  nbFoundSolutions=0
30.96	     globalCpuTime=30.28
30.96	       =>  wckTime=30.646  cpuTime=30.24  mem=5M679
30.96	   
30.96	   solver IterativeSystematicSolver being built... 
31.10	       =>  wckTime=30.783  cpuTime=30.35  mem=16M701
31.12	   
31.12	   preprocessing
31.12	     nbConstraintChecks=1212  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=81
31.12	     detectedInconsistency=yes
31.12	       =>  wckTime=0.022  cpuTime=0.01  mem=16M701
31.13	   
31.13	   global
31.13	     nbConstraintChecks=1212  nbRestartNogoods=0  solvingWckTime=0.025  solvingCpuTime=0.01  expiredTime=no
31.13	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=30.4
31.13	       =>  wckTime=30.809  cpuTime=30.36  mem=16M701
31.13	
31.13	s OPTIMUM FOUND
31.13	v 0 0 2 1 0 0 0 0 0 0 0 0 1 1 0 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 1 0 0 1 1 1 1 0 -1 
31.13	   
31.13	   totalWckTime=30.89  totalCpuTime=30.41

Verifier Data (download as text)

3 unsatisfied constraints, 584 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/node13/watcher-280657-1169307046 -o ROOT/results/node13/solver-280657-1169307046 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/280657-1169307046/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.92 1.99 1.99 4/87 30151
/proc/meminfo: memFree=799440/2055920 swapFree=4169400/4192956
[pid=30150] ppid=30148 vsize=47892 CPUtime=0
/proc/30150/stat : 30150 (java) D 30148 30150 29819 0 -1 0 1219 0 1 0 0 0 0 0 17 0 1 0 279099561 49041408 968 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 2147483391 0 7368 18446744072099781622 0 0 17 1 0 0
/proc/30150/statm: 11973 968 766 14 0 1707 0

[startup+0.103837 s]
/proc/loadavg: 1.92 1.99 1.99 4/87 30151
/proc/meminfo: memFree=799440/2055920 swapFree=4169400/4192956
[pid=30150] ppid=30148 vsize=914988 CPUtime=0.08
/proc/30150/stat : 30150 (java) R 30148 30150 29819 0 -1 0 2957 0 1 0 7 1 0 0 17 0 8 0 279099561 936947712 2703 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155582796 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30150/statm: 228747 2703 1415 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.51189 s]
/proc/loadavg: 1.92 1.99 1.99 4/87 30151
/proc/meminfo: memFree=799440/2055920 swapFree=4169400/4192956
[pid=30150] ppid=30148 vsize=915332 CPUtime=0.49
/proc/30150/stat : 30150 (java) R 30148 30150 29819 0 -1 0 6326 0 1 0 46 3 0 0 18 0 8 0 279099561 937299968 6065 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073638345 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30150/statm: 228833 6065 2143 14 0 215303 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915332

[startup+1.33299 s]
/proc/loadavg: 1.92 1.99 1.99 3/94 30158
/proc/meminfo: memFree=780824/2055920 swapFree=4169400/4192956
[pid=30150] ppid=30148 vsize=915460 CPUtime=1.3
/proc/30150/stat : 30150 (java) R 30148 30150 29819 0 -1 0 7330 0 1 0 107 23 0 0 25 0 8 0 279099561 937431040 7068 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073710387 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30150/statm: 228865 7068 2479 14 0 215335 0
[pid=30150/tid=30152] ppid=30148 vsize=915460 CPUtime=0.02
/proc/30150/task/30152/stat : 30152 (java) S 30148 30150 29819 0 -1 64 199 0 0 0 2 0 0 0 16 0 8 0 279099565 937431040 7068 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30150/tid=30153] ppid=30148 vsize=915460 CPUtime=0
/proc/30150/task/30153/stat : 30153 (java) S 30148 30150 29819 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279099565 937431040 7068 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30150/tid=30154] ppid=30148 vsize=915460 CPUtime=0
/proc/30150/task/30154/stat : 30154 (java) S 30148 30150 29819 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279099565 937431040 7068 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30150/tid=30155] ppid=30148 vsize=915460 CPUtime=0
/proc/30150/task/30155/stat : 30155 (java) S 30148 30150 29819 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279099569 937431040 7068 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30150/tid=30156] ppid=30148 vsize=915460 CPUtime=0.15
/proc/30150/task/30156/stat : 30156 (java) S 30148 30150 29819 0 -1 64 343 0 0 0 15 0 0 0 16 0 8 0 279099569 937431040 7068 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30150/tid=30157] ppid=30148 vsize=915460 CPUtime=0
/proc/30150/task/30157/stat : 30157 (java) S 30148 30150 29819 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279099569 937431040 7068 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30150/tid=30158] ppid=30148 vsize=915460 CPUtime=0
/proc/30150/task/30158/stat : 30158 (java) S 30148 30150 29819 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 279099569 937431040 7068 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915460

[startup+2.97021 s]
/proc/loadavg: 1.92 1.99 1.99 3/94 30158
/proc/meminfo: memFree=780824/2055920 swapFree=4169400/4192956
[pid=30150] ppid=30148 vsize=915460 CPUtime=2.92
/proc/30150/stat : 30150 (java) R 30148 30150 29819 0 -1 0 7333 0 1 0 223 69 0 0 25 0 8 0 279099561 937431040 7070 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073708686 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30150/statm: 228865 7070 2479 14 0 215335 0
[pid=30150/tid=30152] ppid=30148 vsize=915460 CPUtime=0.02
/proc/30150/task/30152/stat : 30152 (java) S 30148 30150 29819 0 -1 64 199 0 0 0 2 0 0 0 16 0 8 0 279099565 937431040 7070 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30150/tid=30153] ppid=30148 vsize=915460 CPUtime=0
/proc/30150/task/30153/stat : 30153 (java) S 30148 30150 29819 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279099565 937431040 7070 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30150/tid=30154] ppid=30148 vsize=915460 CPUtime=0
/proc/30150/task/30154/stat : 30154 (java) S 30148 30150 29819 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279099565 937431040 7070 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30150/tid=30155] ppid=30148 vsize=915460 CPUtime=0
/proc/30150/task/30155/stat : 30155 (java) S 30148 30150 29819 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279099569 937431040 7070 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30150/tid=30156] ppid=30148 vsize=915460 CPUtime=0.16
/proc/30150/task/30156/stat : 30156 (java) S 30148 30150 29819 0 -1 64 345 0 0 0 16 0 0 0 16 0 8 0 279099569 937431040 7070 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30150/tid=30157] ppid=30148 vsize=915460 CPUtime=0
/proc/30150/task/30157/stat : 30157 (java) S 30148 30150 29819 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279099569 937431040 7070 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30150/tid=30158] ppid=30148 vsize=915460 CPUtime=0
/proc/30150/task/30158/stat : 30158 (java) S 30148 30150 29819 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 279099569 937431040 7070 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 915460

[startup+6.27066 s]
/proc/loadavg: 1.93 1.99 1.99 3/94 30158
/proc/meminfo: memFree=780760/2055920 swapFree=4169400/4192956
[pid=30150] ppid=30148 vsize=915460 CPUtime=6.2
/proc/30150/stat : 30150 (java) R 30148 30150 29819 0 -1 0 7334 0 1 0 451 169 0 0 25 0 8 0 279099561 937431040 7071 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073708577 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30150/statm: 228865 7071 2479 14 0 215335 0
[pid=30150/tid=30152] ppid=30148 vsize=915460 CPUtime=0.02
/proc/30150/task/30152/stat : 30152 (java) S 30148 30150 29819 0 -1 64 199 0 0 0 2 0 0 0 16 0 8 0 279099565 937431040 7071 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30150/tid=30153] ppid=30148 vsize=915460 CPUtime=0
/proc/30150/task/30153/stat : 30153 (java) S 30148 30150 29819 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279099565 937431040 7071 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30150/tid=30154] ppid=30148 vsize=915460 CPUtime=0
/proc/30150/task/30154/stat : 30154 (java) S 30148 30150 29819 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279099565 937431040 7071 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30150/tid=30155] ppid=30148 vsize=915460 CPUtime=0
/proc/30150/task/30155/stat : 30155 (java) S 30148 30150 29819 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279099569 937431040 7071 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30150/tid=30156] ppid=30148 vsize=915460 CPUtime=0.16
/proc/30150/task/30156/stat : 30156 (java) S 30148 30150 29819 0 -1 64 346 0 0 0 16 0 0 0 16 0 8 0 279099569 937431040 7071 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30150/tid=30157] ppid=30148 vsize=915460 CPUtime=0
/proc/30150/task/30157/stat : 30157 (java) S 30148 30150 29819 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279099569 937431040 7071 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30150/tid=30158] ppid=30148 vsize=915460 CPUtime=0
/proc/30150/task/30158/stat : 30158 (java) S 30148 30150 29819 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 279099569 937431040 7071 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 915460

[startup+12.7385 s]
/proc/loadavg: 1.93 1.99 1.99 3/94 30158
/proc/meminfo: memFree=780760/2055920 swapFree=4169400/4192956
[pid=30150] ppid=30148 vsize=915460 CPUtime=12.61
/proc/30150/stat : 30150 (java) R 30148 30150 29819 0 -1 0 7334 0 1 0 899 362 0 0 25 0 8 0 279099561 937431040 7071 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30150/statm: 228865 7071 2479 14 0 215335 0
[pid=30150/tid=30152] ppid=30148 vsize=915460 CPUtime=0.02
/proc/30150/task/30152/stat : 30152 (java) S 30148 30150 29819 0 -1 64 199 0 0 0 2 0 0 0 16 0 8 0 279099565 937431040 7071 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30150/tid=30153] ppid=30148 vsize=915460 CPUtime=0
/proc/30150/task/30153/stat : 30153 (java) S 30148 30150 29819 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279099565 937431040 7071 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30150/tid=30154] ppid=30148 vsize=915460 CPUtime=0
/proc/30150/task/30154/stat : 30154 (java) S 30148 30150 29819 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279099565 937431040 7071 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30150/tid=30155] ppid=30148 vsize=915460 CPUtime=0
/proc/30150/task/30155/stat : 30155 (java) S 30148 30150 29819 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279099569 937431040 7071 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30150/tid=30156] ppid=30148 vsize=915460 CPUtime=0.16
/proc/30150/task/30156/stat : 30156 (java) S 30148 30150 29819 0 -1 64 346 0 0 0 16 0 0 0 16 0 8 0 279099569 937431040 7071 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30150/tid=30157] ppid=30148 vsize=915460 CPUtime=0
/proc/30150/task/30157/stat : 30157 (java) S 30148 30150 29819 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279099569 937431040 7071 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30150/tid=30158] ppid=30148 vsize=915460 CPUtime=0
/proc/30150/task/30158/stat : 30158 (java) S 30148 30150 29819 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 279099569 937431040 7071 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 915460

[startup+25.6132 s]
/proc/loadavg: 1.95 1.99 1.99 3/94 30158
/proc/meminfo: memFree=780888/2055920 swapFree=4169400/4192956
[pid=30150] ppid=30148 vsize=915460 CPUtime=25.38
/proc/30150/stat : 30150 (java) R 30148 30150 29819 0 -1 0 7334 0 1 0 1794 744 0 0 25 0 8 0 279099561 937431040 7071 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 12200582 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30150/statm: 228865 7071 2479 14 0 215335 0
[pid=30150/tid=30152] ppid=30148 vsize=915460 CPUtime=0.02
/proc/30150/task/30152/stat : 30152 (java) S 30148 30150 29819 0 -1 64 199 0 0 0 2 0 0 0 16 0 8 0 279099565 937431040 7071 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30150/tid=30153] ppid=30148 vsize=915460 CPUtime=0
/proc/30150/task/30153/stat : 30153 (java) S 30148 30150 29819 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279099565 937431040 7071 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30150/tid=30154] ppid=30148 vsize=915460 CPUtime=0
/proc/30150/task/30154/stat : 30154 (java) S 30148 30150 29819 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279099565 937431040 7071 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30150/tid=30155] ppid=30148 vsize=915460 CPUtime=0
/proc/30150/task/30155/stat : 30155 (java) S 30148 30150 29819 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279099569 937431040 7071 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30150/tid=30156] ppid=30148 vsize=915460 CPUtime=0.17
/proc/30150/task/30156/stat : 30156 (java) S 30148 30150 29819 0 -1 64 346 0 0 0 16 1 0 0 17 0 8 0 279099569 937431040 7071 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30150/tid=30157] ppid=30148 vsize=915460 CPUtime=0
/proc/30150/task/30157/stat : 30157 (java) S 30148 30150 29819 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279099569 937431040 7071 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30150/tid=30158] ppid=30148 vsize=915460 CPUtime=0
/proc/30150/task/30158/stat : 30158 (java) S 30148 30150 29819 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 279099569 937431040 7071 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 31.1695
CPU time (s): 30.8623
CPU user time (s): 21.8507
CPU system time (s): 9.01163
CPU usage (%): 99.0146
Max. virtual memory (cumulated for all children) (KiB): 915976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.8507
system time used= 9.01163
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9080
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= 1517
involuntary context switches= 2392

runsolver used 0.050992 s user time and 0.097985 s system time

The end

Launcher Data (download as text)

Begin job on node13 on Sat Jan 20 15:30:46 UTC 2007


IDJOB= 280657
IDBENCH= 11890
IDSOLVER= 68
FILE ID= node13/280657-1169307046

PBS_JOBID= 3609926

Free space on /tmp= 66046 MiB

SOLVER NAME= AbsconMax 109 EPFC
BENCH NAME= HOME/pub/bench/CPAI06/MaxCSP/planning/depot01ac_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/280657-1169307046/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node13/watcher-280657-1169307046 -o ROOT/results/node13/solver-280657-1169307046 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/280657-1169307046/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  ddc1be56e3b07e6da778ed40fdefe089

RANDOM SEED= 843443492

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.247
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.247
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:        799920 kB
Buffers:         62480 kB
Cached:        1061396 kB
SwapCached:       8664 kB
Active:         318176 kB
Inactive:       846476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        799920 kB
SwapTotal:     4192956 kB
SwapFree:      4169400 kB
Dirty:            1768 kB
Writeback:           0 kB
Mapped:          49596 kB
Slab:            75888 kB
Committed_AS:  8342176 kB
PageTables:       2416 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= 66046 MiB



End job on node13 on Sat Jan 20 15:31:17 UTC 2007