Trace number 280658

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 30.8683 31.1712

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=pfc.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/280658-1169307053/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.113  cpuTime=0.09  mem=6M910
0.43	   
0.43	   relations being loaded...
0.44	   
0.44	   constraints being loaded...
0.58	     nbConstraints=546  nbRelationTypes=30  nbSingletonDomainVariables=1  nbExtensionStructures=81
0.58	     nbSharedExtensionStructures=465  nbConflictsStructures=81  nbSharedConflictsStructures=465
0.58	     nbSharedBinaryRepresentations=519  maxDegree=48  maxArity=2
0.58	       =>  wckTime=0.259  cpuTime=0.17  mem=9M868
0.62	   
0.62	   solver LocalSearchSolver being built... 
0.66	       =>  wckTime=0.346  cpuTime=0.21  mem=5M679
0.67	
0.67	s SATISFIABLE
0.67	o 467
0.67	c 79
0.67	o 474
0.67	c 72
0.67	o 480
0.67	c 66
0.67	o 486
0.67	c 60
0.67	o 489
0.67	c 57
0.67	o 494
0.67	c 52
0.68	o 499
0.68	c 47
0.68	o 500
0.68	c 46
0.68	o 505
0.68	c 41
0.68	o 509
0.68	c 37
0.68	o 513
0.68	c 33
0.68	o 516
0.68	c 30
0.68	o 519
0.68	c 27
0.68	o 522
0.68	c 24
0.68	o 524
0.68	c 22
0.68	o 526
0.68	c 20
0.69	o 527
0.69	c 19
0.69	o 528
0.69	c 18
0.69	o 529
0.69	c 17
0.69	o 532
0.69	c 14
0.69	o 534
0.69	c 12
0.69	o 536
0.69	c 10
0.69	o 537
0.69	c 9
0.70	o 538
0.70	c 8
0.70	o 539
0.70	c 7
0.70	o 542
0.70	c 4
0.70	o 543
0.70	c 3
2.01	   
2.01	   search
2.01	     run=0  nbConstraintChecks=5417366  nbAssignments=10000
2.01	       =>  wckTime=1.352  cpuTime=1.31  mem=5M679
3.42	   
3.42	   search
3.42	     run=1  nbConstraintChecks=11963193  nbAssignments=20000
3.42	       =>  wckTime=2.765  cpuTime=2.71  mem=5M679
4.71	   
4.71	   search
4.71	     run=2  nbConstraintChecks=17587332  nbAssignments=30000
4.71	       =>  wckTime=4.048  cpuTime=3.98  mem=5M679
6.10	   
6.10	   search
6.10	     run=3  nbConstraintChecks=24060878  nbAssignments=40000
6.10	       =>  wckTime=5.444  cpuTime=5.36  mem=5M679
7.38	   
7.38	   search
7.38	     run=4  nbConstraintChecks=29604876  nbAssignments=50000
7.38	       =>  wckTime=6.72  cpuTime=6.64  mem=5M679
8.79	   
8.79	   search
8.79	     run=5  nbConstraintChecks=36130953  nbAssignments=60000
8.79	       =>  wckTime=8.13  cpuTime=8.03  mem=5M679
10.07	   
10.07	   search
10.07	     run=6  nbConstraintChecks=41721004  nbAssignments=70000
10.07	       =>  wckTime=9.412  cpuTime=9.3  mem=5M679
11.46	   
11.46	   search
11.46	     run=7  nbConstraintChecks=48113643  nbAssignments=80000
11.46	       =>  wckTime=10.802  cpuTime=10.67  mem=5M679
12.76	   
12.76	   search
12.76	     run=8  nbConstraintChecks=53762827  nbAssignments=90000
12.76	       =>  wckTime=12.1  cpuTime=11.97  mem=5M679
14.15	   
14.15	   search
14.15	     run=9  nbConstraintChecks=60085856  nbAssignments=100000
14.15	       =>  wckTime=13.489  cpuTime=13.35  mem=5M679
15.46	   
15.46	   search
15.46	     run=10  nbConstraintChecks=65752090  nbAssignments=110000
15.46	       =>  wckTime=14.799  cpuTime=14.64  mem=5M679
16.87	   
16.87	   search
16.87	     run=11  nbConstraintChecks=72216472  nbAssignments=120000
16.87	       =>  wckTime=16.207  cpuTime=16.04  mem=5M679
18.17	   
18.17	   search
18.17	     run=12  nbConstraintChecks=77788438  nbAssignments=130000
18.17	       =>  wckTime=17.507  cpuTime=17.32  mem=5M679
19.58	   
19.58	   search
19.58	     run=13  nbConstraintChecks=84279962  nbAssignments=140000
19.58	       =>  wckTime=18.92  cpuTime=18.72  mem=5M679
20.88	   
20.88	   search
20.88	     run=14  nbConstraintChecks=89903898  nbAssignments=150000
20.88	       =>  wckTime=20.22  cpuTime=20.01  mem=5M679
22.29	   
22.29	   search
22.29	     run=15  nbConstraintChecks=96401184  nbAssignments=160000
22.29	       =>  wckTime=21.633  cpuTime=21.41  mem=5M679
23.58	   
23.58	   search
23.58	     run=16  nbConstraintChecks=102033825  nbAssignments=170000
23.58	       =>  wckTime=22.923  cpuTime=22.69  mem=5M679
24.96	   
24.96	   search
24.96	     run=17  nbConstraintChecks=108278428  nbAssignments=180000
24.96	       =>  wckTime=24.296  cpuTime=24.05  mem=5M679
26.24	   
26.24	   search
26.24	     run=18  nbConstraintChecks=113860752  nbAssignments=190000
26.24	       =>  wckTime=25.581  cpuTime=25.33  mem=5M679
27.64	   
27.64	   search
27.64	     run=19  nbConstraintChecks=120287670  nbAssignments=200000
27.64	       =>  wckTime=26.974  cpuTime=26.71  mem=5M679
28.93	   
28.93	   search
28.93	     run=20  nbConstraintChecks=125917778  nbAssignments=210000
28.93	       =>  wckTime=28.273  cpuTime=27.99  mem=5M679
30.33	   
30.33	   search
30.33	     run=21  nbConstraintChecks=132390215  nbAssignments=220000
30.33	       =>  wckTime=29.672  cpuTime=29.38  mem=5M679
30.98	   
30.98	   search
30.98	     run=22  nbConstraintChecks=135087565  nbAssignments=225280
30.98	       =>  wckTime=30.318  cpuTime=30.03  mem=5M679
30.98	   
30.98	   global
30.98	     nbConstraintChecks=135087565  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
30.98	     solvingWckTime=30.317  solvingCpuTime=30.03  expiredTime=no  totalExploration=no  nbFoundSolutions=0
30.98	     globalCpuTime=30.3
30.98	       =>  wckTime=30.664  cpuTime=30.24  mem=5M679
30.98	   
30.98	   solver IterativeSystematicSolver being built... 
31.11	       =>  wckTime=30.798  cpuTime=30.34  mem=16M701
31.14	   
31.14	   preprocessing
31.14	     nbConstraintChecks=1212  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=81
31.14	     detectedInconsistency=yes
31.14	       =>  wckTime=0.028  cpuTime=0.02  mem=16M701
31.14	   
31.14	   global
31.14	     nbConstraintChecks=1212  nbRestartNogoods=0  solvingWckTime=0.03  solvingCpuTime=0.02  expiredTime=no
31.14	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=30.42
31.14	       =>  wckTime=30.829  cpuTime=30.36  mem=16M701
31.15	
31.15	s OPTIMUM FOUND
31.15	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.15	   
31.15	   totalWckTime=30.908  totalCpuTime=30.42

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/node20/watcher-280658-1169307053 -o ROOT/results/node20/solver-280658-1169307053 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/280658-1169307053/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: 2.00 1.97 1.70 4/87 856
/proc/meminfo: memFree=861488/2055920 swapFree=4170260/4192956
[pid=855] ppid=853 vsize=18540 CPUtime=0
/proc/855/stat : 855 (runsolver) R 853 855 302 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 279099931 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 273952599335 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/855/statm: 4635 279 244 17 0 2626 0

[startup+0.107161 s]
/proc/loadavg: 2.00 1.97 1.70 4/87 856
/proc/meminfo: memFree=861488/2055920 swapFree=4170260/4192956
[pid=855] ppid=853 vsize=914988 CPUtime=0.09
/proc/855/stat : 855 (java) D 853 855 302 0 -1 0 2989 0 1 0 7 2 0 0 17 0 8 0 279099931 936947712 2735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/855/statm: 228747 2735 1426 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.515209 s]
/proc/loadavg: 2.00 1.97 1.70 4/87 856
/proc/meminfo: memFree=861488/2055920 swapFree=4170260/4192956
[pid=855] ppid=853 vsize=915332 CPUtime=0.49
/proc/855/stat : 855 (java) R 853 855 302 0 -1 0 6312 0 1 0 44 5 0 0 18 0 8 0 279099931 937299968 6051 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073448351 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/855/statm: 228833 6051 2140 14 0 215303 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915332

[startup+1.3363 s]
/proc/loadavg: 2.00 1.97 1.70 4/94 863
/proc/meminfo: memFree=842872/2055920 swapFree=4170260/4192956
[pid=855] ppid=853 vsize=915460 CPUtime=1.3
/proc/855/stat : 855 (java) R 853 855 302 0 -1 0 7325 0 1 0 103 27 0 0 25 0 8 0 279099931 937431040 7063 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073708695 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/855/statm: 228865 7063 2476 14 0 215335 0
[pid=855/tid=857] ppid=853 vsize=915460 CPUtime=0.02
/proc/855/task/857/stat : 857 (java) S 853 855 302 0 -1 64 199 0 0 0 2 0 0 0 16 0 8 0 279099936 937431040 7063 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=855/tid=858] ppid=853 vsize=915460 CPUtime=0
/proc/855/task/858/stat : 858 (java) S 853 855 302 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279099936 937431040 7063 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=855/tid=859] ppid=853 vsize=915460 CPUtime=0
/proc/855/task/859/stat : 859 (java) S 853 855 302 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279099936 937431040 7063 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=855/tid=860] ppid=853 vsize=915460 CPUtime=0
/proc/855/task/860/stat : 860 (java) S 853 855 302 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279099940 937431040 7063 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=855/tid=861] ppid=853 vsize=915460 CPUtime=0.14
/proc/855/task/861/stat : 861 (java) S 853 855 302 0 -1 64 344 0 0 0 14 0 0 0 16 0 8 0 279099940 937431040 7063 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=855/tid=862] ppid=853 vsize=915460 CPUtime=0
/proc/855/task/862/stat : 862 (java) S 853 855 302 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279099940 937431040 7063 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=855/tid=863] ppid=853 vsize=915460 CPUtime=0
/proc/855/task/863/stat : 863 (java) S 853 855 302 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 279099940 937431040 7063 18446744073709551615 134512640 134570532 4294956480 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.97351 s]
/proc/loadavg: 2.00 1.97 1.70 3/94 863
/proc/meminfo: memFree=842808/2055920 swapFree=4170260/4192956
[pid=855] ppid=853 vsize=915464 CPUtime=2.92
/proc/855/stat : 855 (java) R 853 855 302 0 -1 0 7328 0 1 0 220 72 0 0 25 0 8 0 279099931 937435136 7065 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/855/statm: 228866 7065 2476 14 0 215336 0
[pid=855/tid=857] ppid=853 vsize=915464 CPUtime=0.02
/proc/855/task/857/stat : 857 (java) S 853 855 302 0 -1 64 199 0 0 0 2 0 0 0 16 0 8 0 279099936 937435136 7065 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=855/tid=858] ppid=853 vsize=915464 CPUtime=0
/proc/855/task/858/stat : 858 (java) S 853 855 302 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279099936 937435136 7065 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=855/tid=859] ppid=853 vsize=915464 CPUtime=0
/proc/855/task/859/stat : 859 (java) S 853 855 302 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279099936 937435136 7065 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=855/tid=860] ppid=853 vsize=915464 CPUtime=0
/proc/855/task/860/stat : 860 (java) S 853 855 302 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279099940 937435136 7065 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=855/tid=861] ppid=853 vsize=915464 CPUtime=0.15
/proc/855/task/861/stat : 861 (java) S 853 855 302 0 -1 64 346 0 0 0 15 0 0 0 16 0 8 0 279099940 937435136 7065 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=855/tid=862] ppid=853 vsize=915464 CPUtime=0
/proc/855/task/862/stat : 862 (java) S 853 855 302 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279099940 937435136 7065 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=855/tid=863] ppid=853 vsize=915464 CPUtime=0
/proc/855/task/863/stat : 863 (java) S 853 855 302 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 279099940 937435136 7065 18446744073709551615 134512640 134570532 4294956480 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) 915464

[startup+6.2699 s]
/proc/loadavg: 2.00 1.97 1.70 3/94 863
/proc/meminfo: memFree=842808/2055920 swapFree=4170260/4192956
[pid=855] ppid=853 vsize=915460 CPUtime=6.19
/proc/855/stat : 855 (java) R 853 855 302 0 -1 0 7329 0 1 0 453 166 0 0 25 0 8 0 279099931 937431040 7066 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/855/statm: 228865 7066 2476 14 0 215335 0
[pid=855/tid=857] ppid=853 vsize=915460 CPUtime=0.02
/proc/855/task/857/stat : 857 (java) S 853 855 302 0 -1 64 199 0 0 0 2 0 0 0 16 0 8 0 279099936 937431040 7066 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=855/tid=858] ppid=853 vsize=915460 CPUtime=0
/proc/855/task/858/stat : 858 (java) S 853 855 302 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279099936 937431040 7066 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=855/tid=859] ppid=853 vsize=915460 CPUtime=0
/proc/855/task/859/stat : 859 (java) S 853 855 302 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279099936 937431040 7066 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=855/tid=860] ppid=853 vsize=915460 CPUtime=0
/proc/855/task/860/stat : 860 (java) S 853 855 302 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279099940 937431040 7066 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=855/tid=861] ppid=853 vsize=915460 CPUtime=0.15
/proc/855/task/861/stat : 861 (java) S 853 855 302 0 -1 64 347 0 0 0 15 0 0 0 16 0 8 0 279099940 937431040 7066 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=855/tid=862] ppid=853 vsize=915460 CPUtime=0
/proc/855/task/862/stat : 862 (java) S 853 855 302 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279099940 937431040 7066 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=855/tid=863] ppid=853 vsize=915460 CPUtime=0
/proc/855/task/863/stat : 863 (java) S 853 855 302 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 279099940 937431040 7066 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 915460

[startup+12.7417 s]
/proc/loadavg: 2.00 1.97 1.70 3/94 863
/proc/meminfo: memFree=842808/2055920 swapFree=4170260/4192956
[pid=855] ppid=853 vsize=915460 CPUtime=12.6
/proc/855/stat : 855 (java) R 853 855 302 0 -1 0 7329 0 1 0 907 353 0 0 25 0 8 0 279099931 937431040 7066 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073708675 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/855/statm: 228865 7066 2476 14 0 215335 0
[pid=855/tid=857] ppid=853 vsize=915460 CPUtime=0.02
/proc/855/task/857/stat : 857 (java) S 853 855 302 0 -1 64 199 0 0 0 2 0 0 0 16 0 8 0 279099936 937431040 7066 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=855/tid=858] ppid=853 vsize=915460 CPUtime=0
/proc/855/task/858/stat : 858 (java) S 853 855 302 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279099936 937431040 7066 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=855/tid=859] ppid=853 vsize=915460 CPUtime=0
/proc/855/task/859/stat : 859 (java) S 853 855 302 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279099936 937431040 7066 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=855/tid=860] ppid=853 vsize=915460 CPUtime=0
/proc/855/task/860/stat : 860 (java) S 853 855 302 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279099940 937431040 7066 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=855/tid=861] ppid=853 vsize=915460 CPUtime=0.15
/proc/855/task/861/stat : 861 (java) S 853 855 302 0 -1 64 347 0 0 0 15 0 0 0 16 0 8 0 279099940 937431040 7066 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=855/tid=862] ppid=853 vsize=915460 CPUtime=0
/proc/855/task/862/stat : 862 (java) S 853 855 302 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279099940 937431040 7066 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=855/tid=863] ppid=853 vsize=915460 CPUtime=0
/proc/855/task/863/stat : 863 (java) S 853 855 302 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 279099940 937431040 7066 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 915460

[startup+25.6132 s]
/proc/loadavg: 2.00 1.97 1.71 3/94 863
/proc/meminfo: memFree=842808/2055920 swapFree=4170260/4192956
[pid=855] ppid=853 vsize=915460 CPUtime=25.36
/proc/855/stat : 855 (java) R 853 855 302 0 -1 0 7329 0 1 0 1816 720 0 0 25 0 8 0 279099931 937431040 7066 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073730324 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/855/statm: 228865 7066 2476 14 0 215335 0
[pid=855/tid=857] ppid=853 vsize=915460 CPUtime=0.02
/proc/855/task/857/stat : 857 (java) S 853 855 302 0 -1 64 199 0 0 0 2 0 0 0 16 0 8 0 279099936 937431040 7066 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=855/tid=858] ppid=853 vsize=915460 CPUtime=0
/proc/855/task/858/stat : 858 (java) S 853 855 302 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279099936 937431040 7066 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=855/tid=859] ppid=853 vsize=915460 CPUtime=0
/proc/855/task/859/stat : 859 (java) S 853 855 302 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279099936 937431040 7066 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=855/tid=860] ppid=853 vsize=915460 CPUtime=0
/proc/855/task/860/stat : 860 (java) S 853 855 302 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279099940 937431040 7066 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=855/tid=861] ppid=853 vsize=915460 CPUtime=0.15
/proc/855/task/861/stat : 861 (java) S 853 855 302 0 -1 64 347 0 0 0 15 0 0 0 16 0 8 0 279099940 937431040 7066 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=855/tid=862] ppid=853 vsize=915460 CPUtime=0
/proc/855/task/862/stat : 862 (java) S 853 855 302 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279099940 937431040 7066 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=855/tid=863] ppid=853 vsize=915460 CPUtime=0
/proc/855/task/863/stat : 863 (java) S 853 855 302 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 279099940 937431040 7066 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 31.1712
CPU time (s): 30.8683
CPU user time (s): 22.0836
CPU system time (s): 8.78466
CPU usage (%): 99.0283
Max. virtual memory (cumulated for all children) (KiB): 915976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.0836
system time used= 8.78466
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9071
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= 1509
involuntary context switches= 2981

runsolver used 0.043993 s user time and 0.109983 s system time

The end

Launcher Data (download as text)

Begin job on node20 on Sat Jan 20 15:30:54 UTC 2007


IDJOB= 280658
IDBENCH= 11890
IDSOLVER= 69
FILE ID= node20/280658-1169307053

PBS_JOBID= 3610108

Free space on /tmp= 66046 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  ddc1be56e3b07e6da778ed40fdefe089

RANDOM SEED= 744020211

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.216
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.216
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:        861968 kB
Buffers:         43036 kB
Cached:        1029612 kB
SwapCached:       7600 kB
Active:         168304 kB
Inactive:       943480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        861968 kB
SwapTotal:     4192956 kB
SwapFree:      4170260 kB
Dirty:            1760 kB
Writeback:           0 kB
Mapped:          55148 kB
Slab:            66864 kB
Committed_AS:  5512276 kB
PageTables:       2408 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 node20 on Sat Jan 20 15:31:25 UTC 2007