Trace number 281242

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 22.3826 22.6426

General information on the benchmark

NameMaxCSP/randomMaxCSP/completeLoose/
vcsp-25-10-100-18-37_ext.xml
MD5SUM9d57ba8823dbed62d6dc4fab8917cba1
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 benchmark8.65968
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.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=epfc.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/281242-1169310774/unknown.xml
0.38	   
0.38	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.42	     nbVariables=25  nbDomainTypes=1  minDomainSize=10  maxDomainSize=10
0.42	       =>  wckTime=0.099  cpuTime=0.09  mem=6M887
0.42	   
0.42	   relations being loaded...
0.49	   
0.49	   constraints being loaded...
0.59	     nbConstraints=300  nbRelationTypes=300  nbExtensionStructures=300  nbSharedExtensionStructures=0
0.59	     nbConflictsStructures=300  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=5573  maxDegree=24
0.60	     maxArity=2
0.60	       =>  wckTime=0.274  cpuTime=0.19  mem=9M846
0.64	   
0.64	   solver LocalSearchSolver being built... 
0.68	       =>  wckTime=0.359  cpuTime=0.23  mem=5M671
0.68	
0.68	s SATISFIABLE
0.68	o 247
0.68	c 53
0.69	o 253
0.69	c 47
0.69	o 257
0.69	c 43
0.69	o 263
0.69	c 37
0.69	o 268
0.69	c 32
0.69	o 270
0.69	c 30
0.69	o 273
0.69	c 27
0.69	o 275
0.69	c 25
0.69	o 277
0.69	c 23
0.69	o 278
0.69	c 22
0.69	o 282
0.69	c 18
0.69	o 284
0.69	c 16
0.69	o 285
0.69	c 15
0.69	o 287
0.69	c 13
0.70	o 289
0.70	c 11
0.70	o 291
0.70	c 9
0.70	o 292
0.70	c 8
0.70	o 293
0.70	c 7
0.71	o 295
0.71	c 5
0.71	o 296
0.71	c 4
0.76	o 297
0.76	c 3
0.76	o 298
0.76	c 2
1.19	o 299
1.19	c 1
1.19	   
1.19	   search
1.19	     run=0  nbConstraintChecks=2706573  nbAssignments=2477
1.19	       =>  wckTime=0.508  cpuTime=0.48  mem=5M671
1.19	   
1.19	   global
1.19	     nbConstraintChecks=2706573  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
1.19	     solvingWckTime=0.507  solvingCpuTime=0.48  expiredTime=no  totalExploration=no  nbFoundSolutions=0
1.19	     globalCpuTime=0.76
1.19	       =>  wckTime=0.868  cpuTime=0.71  mem=5M671
1.19	   
1.19	   solver IterativeSystematicSolver being built... 
1.33	       =>  wckTime=1.006  cpuTime=0.82  mem=16M571
1.38	   
1.38	   preprocessing
1.38	     nbConstraintChecks=30404  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.38	     detectedInconsistency=no
1.38	       =>  wckTime=0.056  cpuTime=0.04  mem=16M571
1.43	   
1.43	   search
1.43	     run=0  nbConstraintChecks=99289  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=38
1.43	     nbFailedAssignments=24  nbBacktracks=10  nbVisitedNodes=73  nbRestartNogoods=0
1.43	       =>  wckTime=0.098  cpuTime=0.07  mem=16M571
1.47	   
1.47	   search
1.47	     run=1  nbConstraintChecks=218393  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=84
1.47	     nbFailedAssignments=51  nbBacktracks=25  nbVisitedNodes=161  nbRestartNogoods=12
1.47	       =>  wckTime=0.144  cpuTime=0.11  mem=16M571
1.52	   
1.52	   search
1.52	     run=2  nbConstraintChecks=401802  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=149
1.52	     nbFailedAssignments=91  nbBacktracks=47  nbVisitedNodes=288  nbRestartNogoods=20
1.52	       =>  wckTime=0.193  cpuTime=0.16  mem=16M571
1.59	   
1.59	   search
1.59	     run=3  nbConstraintChecks=662142  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=241
1.59	     nbFailedAssignments=146  nbBacktracks=80  nbVisitedNodes=468  nbRestartNogoods=31
1.59	       =>  wckTime=0.268  cpuTime=0.22  mem=16M571
1.72	   
1.72	   search
1.72	     run=4  nbConstraintChecks=1125434  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=403
1.72	     nbFailedAssignments=255  nbBacktracks=130  nbVisitedNodes=785  nbRestartNogoods=44
1.72	       =>  wckTime=0.388  cpuTime=0.34  mem=16M571
1.88	   
1.88	   search
1.88	     run=5  nbConstraintChecks=1751203  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=620
1.88	     nbFailedAssignments=394  nbBacktracks=205  nbVisitedNodes=1214  nbRestartNogoods=52
1.88	       =>  wckTime=0.549  cpuTime=0.5  mem=16M571
2.13	   
2.13	   search
2.13	     run=6  nbConstraintChecks=2736014  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=954
2.13	     nbFailedAssignments=613  nbBacktracks=318  nbVisitedNodes=1879  nbRestartNogoods=63
2.13	       =>  wckTime=0.807  cpuTime=0.75  mem=16M571
2.50	   
2.50	   search
2.50	     run=7  nbConstraintChecks=4119254  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1442
2.50	     nbFailedAssignments=927  nbBacktracks=488  nbVisitedNodes=2843  nbRestartNogoods=68
2.50	       =>  wckTime=1.173  cpuTime=1.11  mem=16M571
3.02	   
3.02	   search
3.02	     run=8  nbConstraintChecks=6099782  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2135
3.02	     nbFailedAssignments=1361  nbBacktracks=744  nbVisitedNodes=4197  nbRestartNogoods=82
3.02	       =>  wckTime=1.692  cpuTime=1.61  mem=16M571
3.69	   
3.69	   search
3.69	     run=9  nbConstraintChecks=8676136  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=3076
3.69	     nbFailedAssignments=1913  nbBacktracks=1128  nbVisitedNodes=6006  nbRestartNogoods=102
3.69	       =>  wckTime=2.365  cpuTime=2.27  mem=16M571
4.58	   
4.58	   search
4.58	     run=10  nbConstraintChecks=12033614  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=4382
4.58	     nbFailedAssignments=2640  nbBacktracks=1704  nbVisitedNodes=8394  nbRestartNogoods=111
4.58	       =>  wckTime=3.256  cpuTime=3.16  mem=16M571
5.79	   
5.79	   search
5.79	     run=11  nbConstraintChecks=16365602  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=6138
5.79	     nbFailedAssignments=3530  nbBacktracks=2568  nbVisitedNodes=11426  nbRestartNogoods=124
5.79	       =>  wckTime=4.466  cpuTime=4.35  mem=16M571
7.54	   
7.55	   search
7.55	     run=12  nbConstraintChecks=22596914  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=8694
7.55	     nbFailedAssignments=4786  nbBacktracks=3866  nbVisitedNodes=15727  nbRestartNogoods=141
7.55	       =>  wckTime=6.219  cpuTime=6.09  mem=16M571
10.09	   
10.09	   search
10.09	     run=13  nbConstraintChecks=31501480  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=12434
10.09	     nbFailedAssignments=6576  nbBacktracks=5812  nbVisitedNodes=21890  nbRestartNogoods=153
10.09	       =>  wckTime=8.762  cpuTime=8.61  mem=16M571
13.97	   
13.97	   search
13.97	     run=14  nbConstraintChecks=44935395  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=18082
13.97	     nbFailedAssignments=9304  nbBacktracks=8731  nbVisitedNodes=31185  nbRestartNogoods=161
13.97	       =>  wckTime=12.648  cpuTime=12.46  mem=16M571
19.54	   
19.54	   search
19.54	     run=15  nbConstraintChecks=64228980  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=26295
19.54	     nbFailedAssignments=13134  nbBacktracks=13111  nbVisitedNodes=44577  nbRestartNogoods=169
19.54	       =>  wckTime=18.212  cpuTime=17.97  mem=16M571
22.59	   
22.59	   search
22.59	     run=16  nbConstraintChecks=74690999  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=30785
22.59	     nbFailedAssignments=15199  nbBacktracks=15537  nbVisitedNodes=51827  nbRestartNogoods=180
22.59	       =>  wckTime=21.264  cpuTime=21.0  mem=16M571
22.59	   
22.59	   global
22.59	     nbConstraintChecks=74721403  nbRestartNogoods=180  solvingWckTime=21.265  solvingCpuTime=21.01  expiredTime=no
22.59	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=21.88
22.59	       =>  wckTime=22.271  cpuTime=21.83  mem=16M571
22.59	
22.59	s OPTIMUM FOUND
22.59	v 6 0 4 6 3 0 3 6 3 4 9 5 7 1 4 2 9 0 8 1 9 2 5 0 1 
22.59	   
22.59	   totalWckTime=22.352  totalCpuTime=21.88

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/node11/watcher-281242-1169310774 -o ROOT/results/node11/solver-281242-1169310774 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/281242-1169310774/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.90 1.99 1.99 5/87 26051
/proc/meminfo: memFree=1182592/2055920 swapFree=4171812/4192956
[pid=26050] ppid=26048 vsize=18540 CPUtime=0
/proc/26050/stat : 26050 (runsolver) R 26048 26050 25982 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 279472494 18984960 279 18446744073709551615 4194304 4267372 548682068944 18446744073709551615 262910045479 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/26050/statm: 4635 279 244 17 0 2626 0

[startup+0.107879 s]
/proc/loadavg: 1.90 1.99 1.99 5/87 26051
/proc/meminfo: memFree=1182592/2055920 swapFree=4171812/4192956
[pid=26050] ppid=26048 vsize=914988 CPUtime=0.08
/proc/26050/stat : 26050 (java) R 26048 26050 25982 0 -1 0 2995 0 1 0 6 2 0 0 17 0 8 0 279472494 936947712 2741 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072929762 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26050/statm: 228747 2741 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.515962 s]
/proc/loadavg: 1.90 1.99 1.99 5/87 26051
/proc/meminfo: memFree=1182592/2055920 swapFree=4171812/4192956
[pid=26050] ppid=26048 vsize=915332 CPUtime=0.48
/proc/26050/stat : 26050 (java) R 26048 26050 25982 0 -1 0 6336 0 1 0 44 4 0 0 18 0 8 0 279472494 937299968 6075 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26050/statm: 228833 6075 2143 14 0 215303 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915332

[startup+1.34212 s]
/proc/loadavg: 1.90 1.99 1.99 4/94 26058
/proc/meminfo: memFree=1163464/2055920 swapFree=4171812/4192956
[pid=26050] ppid=26048 vsize=915464 CPUtime=1.29
/proc/26050/stat : 26050 (java) R 26048 26050 25982 0 -1 0 8920 0 1 0 113 16 0 0 25 0 8 0 279472494 937435136 8658 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26050/statm: 228866 8658 2527 14 0 215336 0
[pid=26050/tid=26052] ppid=26048 vsize=915464 CPUtime=0.02
/proc/26050/task/26052/stat : 26052 (java) S 26048 26050 25982 0 -1 64 198 0 0 0 2 0 0 0 16 0 8 0 279472499 937435136 8658 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26050/tid=26053] ppid=26048 vsize=915464 CPUtime=0
/proc/26050/task/26053/stat : 26053 (java) S 26048 26050 25982 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279472499 937435136 8658 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26050/tid=26054] ppid=26048 vsize=915464 CPUtime=0
/proc/26050/task/26054/stat : 26054 (java) S 26048 26050 25982 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279472499 937435136 8658 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26050/tid=26055] ppid=26048 vsize=915464 CPUtime=0
/proc/26050/task/26055/stat : 26055 (java) S 26048 26050 25982 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 279472502 937435136 8658 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26050/tid=26056] ppid=26048 vsize=915464 CPUtime=0.16
/proc/26050/task/26056/stat : 26056 (java) R 26048 26050 25982 0 -1 64 363 0 0 0 16 0 0 0 16 0 8 0 279472502 937435136 8658 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153953024 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26050/tid=26057] ppid=26048 vsize=915464 CPUtime=0
/proc/26050/task/26057/stat : 26057 (java) S 26048 26050 25982 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279472502 937435136 8658 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26050/tid=26058] ppid=26048 vsize=915464 CPUtime=0
/proc/26050/task/26058/stat : 26058 (java) R 26048 26050 25982 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279472502 937435136 8658 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 915464

[startup+2.98145 s]
/proc/loadavg: 1.90 1.99 1.99 3/94 26058
/proc/meminfo: memFree=1157128/2055920 swapFree=4171812/4192956
[pid=26050] ppid=26048 vsize=915464 CPUtime=2.92
/proc/26050/stat : 26050 (java) R 26048 26050 25982 0 -1 0 9067 0 1 0 275 17 0 0 25 0 8 0 279472494 937435136 8803 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073850778 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26050/statm: 228866 8803 2532 14 0 215336 0
[pid=26050/tid=26052] ppid=26048 vsize=915464 CPUtime=0.03
/proc/26050/task/26052/stat : 26052 (java) S 26048 26050 25982 0 -1 64 199 0 0 0 3 0 0 0 17 0 8 0 279472499 937435136 8803 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26050/tid=26053] ppid=26048 vsize=915464 CPUtime=0
/proc/26050/task/26053/stat : 26053 (java) S 26048 26050 25982 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279472499 937435136 8803 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26050/tid=26054] ppid=26048 vsize=915464 CPUtime=0
/proc/26050/task/26054/stat : 26054 (java) S 26048 26050 25982 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279472499 937435136 8803 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26050/tid=26055] ppid=26048 vsize=915464 CPUtime=0
/proc/26050/task/26055/stat : 26055 (java) S 26048 26050 25982 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 279472502 937435136 8803 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26050/tid=26056] ppid=26048 vsize=915464 CPUtime=0.23
/proc/26050/task/26056/stat : 26056 (java) S 26048 26050 25982 0 -1 64 396 0 0 0 22 1 0 0 15 0 8 0 279472502 937435136 8803 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26050/tid=26057] ppid=26048 vsize=915464 CPUtime=0
/proc/26050/task/26057/stat : 26057 (java) S 26048 26050 25982 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279472502 937435136 8803 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26050/tid=26058] ppid=26048 vsize=915464 CPUtime=0
/proc/26050/task/26058/stat : 26058 (java) S 26048 26050 25982 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279472502 937435136 8803 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) 915464

[startup+6.2771 s]
/proc/loadavg: 1.91 1.99 1.99 3/94 26058
/proc/meminfo: memFree=1157064/2055920 swapFree=4171812/4192956
[pid=26050] ppid=26048 vsize=915464 CPUtime=6.19
/proc/26050/stat : 26050 (java) R 26048 26050 25982 0 -1 0 9085 0 1 0 601 18 0 0 25 0 8 0 279472494 937435136 8818 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073888730 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26050/statm: 228866 8818 2532 14 0 215336 0
[pid=26050/tid=26052] ppid=26048 vsize=915464 CPUtime=0.03
/proc/26050/task/26052/stat : 26052 (java) S 26048 26050 25982 0 -1 64 199 0 0 0 3 0 0 0 17 0 8 0 279472499 937435136 8818 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26050/tid=26053] ppid=26048 vsize=915464 CPUtime=0
/proc/26050/task/26053/stat : 26053 (java) S 26048 26050 25982 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279472499 937435136 8818 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26050/tid=26054] ppid=26048 vsize=915464 CPUtime=0
/proc/26050/task/26054/stat : 26054 (java) S 26048 26050 25982 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279472499 937435136 8818 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26050/tid=26055] ppid=26048 vsize=915464 CPUtime=0
/proc/26050/task/26055/stat : 26055 (java) S 26048 26050 25982 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 279472502 937435136 8818 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26050/tid=26056] ppid=26048 vsize=915464 CPUtime=0.24
/proc/26050/task/26056/stat : 26056 (java) S 26048 26050 25982 0 -1 64 403 0 0 0 23 1 0 0 16 0 8 0 279472502 937435136 8818 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26050/tid=26057] ppid=26048 vsize=915464 CPUtime=0
/proc/26050/task/26057/stat : 26057 (java) S 26048 26050 25982 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279472502 937435136 8818 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26050/tid=26058] ppid=26048 vsize=915464 CPUtime=0
/proc/26050/task/26058/stat : 26058 (java) S 26048 26050 25982 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279472502 937435136 8818 18446744073709551615 134512640 134570532 4294956464 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) 915464

[startup+12.7554 s]
/proc/loadavg: 1.92 1.99 1.99 3/94 26058
/proc/meminfo: memFree=1157064/2055920 swapFree=4171812/4192956
[pid=26050] ppid=26048 vsize=915464 CPUtime=12.61
/proc/26050/stat : 26050 (java) R 26048 26050 25982 0 -1 0 9091 0 1 0 1243 18 0 0 25 0 8 0 279472494 937435136 8823 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073859296 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26050/statm: 228866 8823 2532 14 0 215336 0
[pid=26050/tid=26052] ppid=26048 vsize=915464 CPUtime=0.03
/proc/26050/task/26052/stat : 26052 (java) S 26048 26050 25982 0 -1 64 199 0 0 0 3 0 0 0 16 0 8 0 279472499 937435136 8823 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26050/tid=26053] ppid=26048 vsize=915464 CPUtime=0
/proc/26050/task/26053/stat : 26053 (java) S 26048 26050 25982 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279472499 937435136 8823 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26050/tid=26054] ppid=26048 vsize=915464 CPUtime=0
/proc/26050/task/26054/stat : 26054 (java) S 26048 26050 25982 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279472499 937435136 8823 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26050/tid=26055] ppid=26048 vsize=915464 CPUtime=0
/proc/26050/task/26055/stat : 26055 (java) S 26048 26050 25982 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 279472502 937435136 8823 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26050/tid=26056] ppid=26048 vsize=915464 CPUtime=0.24
/proc/26050/task/26056/stat : 26056 (java) S 26048 26050 25982 0 -1 64 404 0 0 0 23 1 0 0 16 0 8 0 279472502 937435136 8823 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26050/tid=26057] ppid=26048 vsize=915464 CPUtime=0
/proc/26050/task/26057/stat : 26057 (java) S 26048 26050 25982 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279472502 937435136 8823 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26050/tid=26058] ppid=26048 vsize=915464 CPUtime=0
/proc/26050/task/26058/stat : 26058 (java) S 26048 26050 25982 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279472502 937435136 8823 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) 915464

Child status: 0
Real time (s): 22.6426
CPU time (s): 22.3826
CPU user time (s): 22.1926
CPU system time (s): 0.189971
CPU usage (%): 98.8517
Max. virtual memory (cumulated for all children) (KiB): 915980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.1926
system time used= 0.189971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9193
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= 1624
involuntary context switches= 2724

runsolver used 0.051992 s user time and 0.069989 s system time

The end

Launcher Data (download as text)

Begin job on node11 on Sat Jan 20 16:32:55 UTC 2007


IDJOB= 281242
IDBENCH= 12124
IDSOLVER= 68
FILE ID= node11/281242-1169310774

PBS_JOBID= 3609977

Free space on /tmp= 66561 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  9d57ba8823dbed62d6dc4fab8917cba1

RANDOM SEED= 446519845

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.261
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	: 5931.00
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.261
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:       1183008 kB
Buffers:         65392 kB
Cached:         595124 kB
SwapCached:       3844 kB
Active:         322620 kB
Inactive:       469736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1183008 kB
SwapTotal:     4192956 kB
SwapFree:      4171812 kB
Dirty:            2060 kB
Writeback:           0 kB
Mapped:         149728 kB
Slab:            64968 kB
Committed_AS:  8949696 kB
PageTables:       2556 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 node11 on Sat Jan 20 16:33:17 UTC 2007