Trace number 281252

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 12.879 12.9966

General information on the benchmark

NameMaxCSP/randomMaxCSP/completeLoose/
vcsp-25-10-100-18-5_ext.xml
MD5SUM5e7b618a134959467cda3f6ad8d998c3
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints299
Best CPU time to get the best result obtained on this benchmark9.8845
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints300
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension300
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=pfc.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/281252-1169310799/unknown.xml
0.35	   
0.35	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.39	     nbVariables=25  nbDomainTypes=1  minDomainSize=10  maxDomainSize=10
0.39	       =>  wckTime=0.095  cpuTime=0.08  mem=6M910
0.39	   
0.39	   relations being loaded...
0.46	   
0.46	   constraints being loaded...
0.55	     nbConstraints=300  nbRelationTypes=300  nbExtensionStructures=300  nbSharedExtensionStructures=0
0.56	     nbConflictsStructures=300  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=5564  maxDegree=24
0.56	     maxArity=2
0.56	       =>  wckTime=0.261  cpuTime=0.18  mem=9M835
0.59	   
0.59	   solver LocalSearchSolver being built... 
0.64	       =>  wckTime=0.341  cpuTime=0.21  mem=5M671
0.64	
0.64	s SATISFIABLE
0.64	o 252
0.64	c 48
0.64	o 256
0.64	c 44
0.64	o 260
0.64	c 40
0.64	o 265
0.64	c 35
0.64	o 270
0.64	c 30
0.64	o 273
0.64	c 27
0.64	o 277
0.64	c 23
0.65	o 279
0.65	c 21
0.65	o 283
0.65	c 17
0.65	o 284
0.65	c 16
0.65	o 287
0.65	c 13
0.66	o 289
0.66	c 11
0.66	o 291
0.66	c 9
0.66	o 292
0.66	c 8
0.67	o 293
0.67	c 7
0.68	o 295
0.68	c 5
0.69	o 296
0.69	c 4
0.69	o 297
0.69	c 3
0.69	o 298
0.69	c 2
1.73	o 299
1.73	c 1
1.73	   
1.73	   search
1.73	     run=0  nbConstraintChecks=6811248  nbAssignments=5846
1.73	       =>  wckTime=1.098  cpuTime=1.08  mem=5M671
1.73	   
1.73	   global
1.73	     nbConstraintChecks=6811248  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
1.73	     solvingWckTime=1.097  solvingCpuTime=1.08  expiredTime=no  totalExploration=no  nbFoundSolutions=0
1.73	     globalCpuTime=1.33
1.73	       =>  wckTime=1.44  cpuTime=1.29  mem=5M671
1.73	   
1.73	   solver IterativeSystematicSolver being built... 
1.86	       =>  wckTime=1.562  cpuTime=1.39  mem=16M587
1.86	   
1.86	   preprocessing
1.86	     nbConstraintChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.86	     detectedInconsistency=no
1.86	       =>  wckTime=0.0060  cpuTime=0.0  mem=16M587
1.94	   
1.94	   search
1.94	     run=0  nbConstraintChecks=143952  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=51
1.94	     nbFailedAssignments=37  nbBacktracks=10  nbVisitedNodes=99  nbRestartNogoods=0
1.94	       =>  wckTime=0.084  cpuTime=0.05  mem=16M587
2.01	   
2.01	   search
2.01	     run=1  nbConstraintChecks=335560  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=123
2.01	     nbFailedAssignments=90  nbBacktracks=25  nbVisitedNodes=239  nbRestartNogoods=6
2.01	       =>  wckTime=0.153  cpuTime=0.1  mem=16M587
2.08	   
2.08	   search
2.08	     run=2  nbConstraintChecks=633089  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=229
2.08	     nbFailedAssignments=170  nbBacktracks=47  nbVisitedNodes=447  nbRestartNogoods=22
2.08	       =>  wckTime=0.224  cpuTime=0.17  mem=16M587
2.16	   
2.16	   search
2.16	     run=3  nbConstraintChecks=969695  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=349
2.16	     nbFailedAssignments=253  nbBacktracks=80  nbVisitedNodes=683  nbRestartNogoods=44
2.16	       =>  wckTime=0.305  cpuTime=0.25  mem=16M587
2.28	   
2.28	   search
2.28	     run=4  nbConstraintChecks=1464807  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=534
2.28	     nbFailedAssignments=384  nbBacktracks=130  nbVisitedNodes=1049  nbRestartNogoods=57
2.28	       =>  wckTime=0.423  cpuTime=0.36  mem=16M587
2.47	   
2.47	   search
2.47	     run=5  nbConstraintChecks=2274744  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=813
2.47	     nbFailedAssignments=584  nbBacktracks=205  nbVisitedNodes=1603  nbRestartNogoods=71
2.47	       =>  wckTime=0.616  cpuTime=0.56  mem=16M587
2.73	   
2.73	   search
2.73	     run=6  nbConstraintChecks=3410490  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1218
2.73	     nbFailedAssignments=872  nbBacktracks=318  nbVisitedNodes=2409  nbRestartNogoods=93
2.73	       =>  wckTime=0.877  cpuTime=0.81  mem=16M587
3.14	   
3.14	   search
3.14	     run=7  nbConstraintChecks=5176200  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1824
3.14	     nbFailedAssignments=1304  nbBacktracks=488  nbVisitedNodes=3617  nbRestartNogoods=105
3.14	       =>  wckTime=1.286  cpuTime=1.2  mem=16M587
3.73	   
3.73	   search
3.73	     run=8  nbConstraintChecks=7762490  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2731
3.73	     nbFailedAssignments=1951  nbBacktracks=744  nbVisitedNodes=5427  nbRestartNogoods=118
3.73	       =>  wckTime=1.869  cpuTime=1.77  mem=16M587
4.53	   
4.53	   search
4.53	     run=9  nbConstraintChecks=11237024  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=3943
4.53	     nbFailedAssignments=2775  nbBacktracks=1128  nbVisitedNodes=7844  nbRestartNogoods=137
4.53	       =>  wckTime=2.672  cpuTime=2.57  mem=16M587
5.74	   
5.74	   search
5.74	     run=10  nbConstraintChecks=16508298  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=5838
5.74	     nbFailedAssignments=4090  nbBacktracks=1705  nbVisitedNodes=11622  nbRestartNogoods=154
5.74	       =>  wckTime=3.878  cpuTime=3.76  mem=16M587
7.34	   
7.34	   search
7.34	     run=11  nbConstraintChecks=23365093  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=8355
7.34	     nbFailedAssignments=5739  nbBacktracks=2569  nbVisitedNodes=16548  nbRestartNogoods=162
7.34	       =>  wckTime=5.477  cpuTime=5.35  mem=16M587
9.27	   
9.27	   search
9.27	     run=12  nbConstraintChecks=31292664  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=11402
9.27	     nbFailedAssignments=7485  nbBacktracks=3866  nbVisitedNodes=22237  nbRestartNogoods=167
9.27	       =>  wckTime=7.417  cpuTime=7.27  mem=16M587
11.75	   
11.75	   search
11.75	     run=13  nbConstraintChecks=41176316  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=15456
11.75	     nbFailedAssignments=9587  nbBacktracks=5814  nbVisitedNodes=29347  nbRestartNogoods=173
11.75	       =>  wckTime=9.889  cpuTime=9.72  mem=16M587
12.97	   
12.97	   search
12.97	     run=14  nbConstraintChecks=45891546  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=17462
12.97	     nbFailedAssignments=10552  nbBacktracks=6856  nbVisitedNodes=32691  nbRestartNogoods=179
12.97	       =>  wckTime=11.114  cpuTime=10.94  mem=16M587
12.97	   
12.97	   global
12.97	     nbConstraintChecks=45891546  nbRestartNogoods=179  solvingWckTime=11.115  solvingCpuTime=10.94  expiredTime=no
12.97	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=12.37
12.97	       =>  wckTime=12.678  cpuTime=12.33  mem=16M587
12.97	
12.98	s OPTIMUM FOUND
12.98	v 5 5 7 6 0 6 0 3 5 0 5 4 4 9 1 9 5 6 6 2 2 8 4 4 5 
12.98	   
12.98	   totalWckTime=12.753  totalCpuTime=12.37

Verifier Data (download as text)

1 unsatisfied constraints, 299 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/node65/watcher-281252-1169310799 -o ROOT/results/node65/solver-281252-1169310799 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/281252-1169310799/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.30 1.07 1.03 3/80 6747
/proc/meminfo: memFree=1431564/2055920 swapFree=4191892/4192956
[pid=6746] ppid=6744 vsize=18540 CPUtime=0
/proc/6746/stat : 6746 (runsolver) R 6744 6746 6325 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 78577184 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 257203694887 0 0 4096 24578 0 0 0 17 1 0 0
/proc/6746/statm: 4635 279 244 17 0 2626 0

[startup+0.102558 s]
/proc/loadavg: 1.30 1.07 1.03 3/80 6747
/proc/meminfo: memFree=1431564/2055920 swapFree=4191892/4192956
[pid=6746] ppid=6744 vsize=914988 CPUtime=0.08
/proc/6746/stat : 6746 (java) R 6744 6746 6325 0 -1 0 3003 0 1 0 7 1 0 0 24 0 8 0 78577184 936947712 2749 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155582928 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6746/statm: 228747 2749 1430 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.510625 s]
/proc/loadavg: 1.30 1.07 1.03 3/80 6747
/proc/meminfo: memFree=1431564/2055920 swapFree=4191892/4192956
[pid=6746] ppid=6744 vsize=915332 CPUtime=0.49
/proc/6746/stat : 6746 (java) R 6744 6746 6325 0 -1 0 6597 0 1 0 46 3 0 0 25 0 8 0 78577184 937299968 6336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072943000 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6746/statm: 228833 6336 2149 14 0 215303 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915332

[startup+1.33175 s]
/proc/loadavg: 1.30 1.07 1.03 3/87 6754
/proc/meminfo: memFree=1412500/2055920 swapFree=4191892/4192956
[pid=6746] ppid=6744 vsize=915464 CPUtime=1.31
/proc/6746/stat : 6746 (java) R 6744 6746 6325 0 -1 0 7426 0 1 0 113 18 0 0 25 0 8 0 78577184 937435136 7164 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073733449 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6746/statm: 228866 7164 2476 14 0 215336 0
[pid=6746/tid=6748] ppid=6744 vsize=915464 CPUtime=0.02
/proc/6746/task/6748/stat : 6748 (java) S 6744 6746 6325 0 -1 64 198 0 0 0 2 0 0 0 16 0 8 0 78577188 937435136 7164 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6746/tid=6749] ppid=6744 vsize=915464 CPUtime=0
/proc/6746/task/6749/stat : 6749 (java) S 6744 6746 6325 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 78577189 937435136 7164 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6746/tid=6750] ppid=6744 vsize=915464 CPUtime=0
/proc/6746/task/6750/stat : 6750 (java) S 6744 6746 6325 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 78577189 937435136 7164 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6746/tid=6751] ppid=6744 vsize=915464 CPUtime=0
/proc/6746/task/6751/stat : 6751 (java) S 6744 6746 6325 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 78577192 937435136 7164 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6746/tid=6752] ppid=6744 vsize=915464 CPUtime=0.13
/proc/6746/task/6752/stat : 6752 (java) S 6744 6746 6325 0 -1 64 346 0 0 0 13 0 0 0 16 0 8 0 78577192 937435136 7164 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6746/tid=6753] ppid=6744 vsize=915464 CPUtime=0
/proc/6746/task/6753/stat : 6753 (java) S 6744 6746 6325 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 78577192 937435136 7164 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6746/tid=6754] ppid=6744 vsize=915464 CPUtime=0
/proc/6746/task/6754/stat : 6754 (java) S 6744 6746 6325 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 78577192 937435136 7164 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915464

[startup+2.97003 s]
/proc/loadavg: 1.30 1.07 1.03 3/87 6754
/proc/meminfo: memFree=1406164/2055920 swapFree=4191892/4192956
[pid=6746] ppid=6744 vsize=915464 CPUtime=2.93
/proc/6746/stat : 6746 (java) R 6744 6746 6325 0 -1 0 9058 0 1 0 264 29 0 0 25 0 8 0 78577184 937435136 8793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073826861 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6746/statm: 228866 8793 2527 14 0 215336 0
[pid=6746/tid=6748] ppid=6744 vsize=915464 CPUtime=0.02
/proc/6746/task/6748/stat : 6748 (java) S 6744 6746 6325 0 -1 64 199 0 0 0 2 0 0 0 17 0 8 0 78577188 937435136 8793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6746/tid=6749] ppid=6744 vsize=915464 CPUtime=0
/proc/6746/task/6749/stat : 6749 (java) S 6744 6746 6325 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 78577189 937435136 8793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6746/tid=6750] ppid=6744 vsize=915464 CPUtime=0
/proc/6746/task/6750/stat : 6750 (java) S 6744 6746 6325 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 78577189 937435136 8793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6746/tid=6751] ppid=6744 vsize=915464 CPUtime=0
/proc/6746/task/6751/stat : 6751 (java) S 6744 6746 6325 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 78577192 937435136 8793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6746/tid=6752] ppid=6744 vsize=915464 CPUtime=0.23
/proc/6746/task/6752/stat : 6752 (java) S 6744 6746 6325 0 -1 64 396 0 0 0 22 1 0 0 16 0 8 0 78577192 937435136 8793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6746/tid=6753] ppid=6744 vsize=915464 CPUtime=0
/proc/6746/task/6753/stat : 6753 (java) S 6744 6746 6325 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 78577192 937435136 8793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6746/tid=6754] ppid=6744 vsize=915464 CPUtime=0
/proc/6746/task/6754/stat : 6754 (java) S 6744 6746 6325 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 78577192 937435136 8793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915464

[startup+6.26457 s]
/proc/loadavg: 1.36 1.09 1.04 3/87 6754
/proc/meminfo: memFree=1406044/2055920 swapFree=4191892/4192956
[pid=6746] ppid=6744 vsize=915464 CPUtime=6.2
/proc/6746/stat : 6746 (java) R 6744 6746 6325 0 -1 0 9075 0 1 0 591 29 0 0 25 0 8 0 78577184 937435136 8808 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918514 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6746/statm: 228866 8808 2527 14 0 215336 0
[pid=6746/tid=6748] ppid=6744 vsize=915464 CPUtime=0.02
/proc/6746/task/6748/stat : 6748 (java) S 6744 6746 6325 0 -1 64 199 0 0 0 2 0 0 0 17 0 8 0 78577188 937435136 8808 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6746/tid=6749] ppid=6744 vsize=915464 CPUtime=0
/proc/6746/task/6749/stat : 6749 (java) S 6744 6746 6325 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 78577189 937435136 8808 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6746/tid=6750] ppid=6744 vsize=915464 CPUtime=0
/proc/6746/task/6750/stat : 6750 (java) S 6744 6746 6325 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 78577189 937435136 8808 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6746/tid=6751] ppid=6744 vsize=915464 CPUtime=0
/proc/6746/task/6751/stat : 6751 (java) S 6744 6746 6325 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 78577192 937435136 8808 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6746/tid=6752] ppid=6744 vsize=915464 CPUtime=0.24
/proc/6746/task/6752/stat : 6752 (java) S 6744 6746 6325 0 -1 64 402 0 0 0 23 1 0 0 15 0 8 0 78577192 937435136 8808 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6746/tid=6753] ppid=6744 vsize=915464 CPUtime=0
/proc/6746/task/6753/stat : 6753 (java) S 6744 6746 6325 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 78577192 937435136 8808 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6746/tid=6754] ppid=6744 vsize=915464 CPUtime=0
/proc/6746/task/6754/stat : 6754 (java) S 6744 6746 6325 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 78577192 937435136 8808 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 915464

[startup+12.7386 s]
/proc/loadavg: 1.41 1.10 1.04 3/87 6754
/proc/meminfo: memFree=1405980/2055920 swapFree=4191892/4192956
[pid=6746] ppid=6744 vsize=915464 CPUtime=12.63
/proc/6746/stat : 6746 (java) R 6744 6746 6325 0 -1 0 9083 0 1 0 1233 30 0 0 25 0 8 0 78577184 937435136 8815 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073857667 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6746/statm: 228866 8815 2527 14 0 215336 0
[pid=6746/tid=6748] ppid=6744 vsize=915464 CPUtime=0.02
/proc/6746/task/6748/stat : 6748 (java) S 6744 6746 6325 0 -1 64 199 0 0 0 2 0 0 0 16 0 8 0 78577188 937435136 8815 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6746/tid=6749] ppid=6744 vsize=915464 CPUtime=0
/proc/6746/task/6749/stat : 6749 (java) S 6744 6746 6325 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 78577189 937435136 8815 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6746/tid=6750] ppid=6744 vsize=915464 CPUtime=0
/proc/6746/task/6750/stat : 6750 (java) S 6744 6746 6325 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 78577189 937435136 8815 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6746/tid=6751] ppid=6744 vsize=915464 CPUtime=0
/proc/6746/task/6751/stat : 6751 (java) S 6744 6746 6325 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 78577192 937435136 8815 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6746/tid=6752] ppid=6744 vsize=915464 CPUtime=0.24
/proc/6746/task/6752/stat : 6752 (java) S 6744 6746 6325 0 -1 64 402 0 0 0 23 1 0 0 16 0 8 0 78577192 937435136 8815 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6746/tid=6753] ppid=6744 vsize=915464 CPUtime=0
/proc/6746/task/6753/stat : 6753 (java) S 6744 6746 6325 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 78577192 937435136 8815 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6746/tid=6754] ppid=6744 vsize=915464 CPUtime=0
/proc/6746/task/6754/stat : 6754 (java) S 6744 6746 6325 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 78577192 937435136 8815 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 915464

Child status: 0
Real time (s): 12.9966
CPU time (s): 12.879
CPU user time (s): 12.5711
CPU system time (s): 0.307953
CPU usage (%): 99.0958
Max. virtual memory (cumulated for all children) (KiB): 915468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.5711
system time used= 0.307953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9179
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= 1430
involuntary context switches= 2096

runsolver used 0.015997 s user time and 0.041993 s system time

The end

Launcher Data (download as text)

Begin job on node65 on Sat Jan 20 16:33:19 UTC 2007


IDJOB= 281252
IDBENCH= 12127
IDSOLVER= 69
FILE ID= node65/281252-1169310799

PBS_JOBID= 3610245

Free space on /tmp= 66561 MiB

SOLVER NAME= AbsconMax 109 PFC
BENCH NAME= HOME/pub/bench/CPAI06/MaxCSP/randomMaxCSP/completeLoose/vcsp-25-10-100-18-5_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/281252-1169310799/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node65/watcher-281252-1169310799 -o ROOT/results/node65/solver-281252-1169310799 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/281252-1169310799/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  5e7b618a134959467cda3f6ad8d998c3

RANDOM SEED= 735722177

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.263
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.263
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:       1432044 kB
Buffers:         50000 kB
Cached:         458312 kB
SwapCached:        396 kB
Active:         146240 kB
Inactive:       407344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1432044 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            3680 kB
Writeback:           0 kB
Mapped:          64120 kB
Slab:            55568 kB
Committed_AS:  2044944 kB
PageTables:       1944 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 node65 on Sat Jan 20 16:33:33 UTC 2007