Trace number 281224

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 24.4893 24.7762

General information on the benchmark

NameMaxCSP/randomMaxCSP/completeLoose/
vcsp-25-10-100-18-35_ext.xml
MD5SUMefbb0946d2d2d94a207d7ec9c86620d0
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 benchmark2.6386
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/281224-1169310718/unknown.xml
0.38	   
0.38	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.43	     nbVariables=25  nbDomainTypes=1  minDomainSize=10  maxDomainSize=10
0.43	       =>  wckTime=0.104  cpuTime=0.09  mem=6M887
0.43	   
0.43	   relations being loaded...
0.50	   
0.50	   constraints being loaded...
0.60	     nbConstraints=300  nbRelationTypes=300  nbExtensionStructures=300  nbSharedExtensionStructures=0
0.60	     nbConflictsStructures=300  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=5575  maxDegree=24
0.60	     maxArity=2
0.60	       =>  wckTime=0.278  cpuTime=0.19  mem=9M846
0.64	   
0.64	   solver LocalSearchSolver being built... 
0.68	       =>  wckTime=0.363  cpuTime=0.23  mem=5M671
0.69	
0.69	s SATISFIABLE
0.69	o 247
0.69	c 53
0.69	o 253
0.69	c 47
0.69	o 258
0.69	c 42
0.69	o 262
0.69	c 38
0.69	o 266
0.69	c 34
0.69	o 270
0.69	c 30
0.69	o 272
0.69	c 28
0.70	o 274
0.70	c 26
0.70	o 276
0.70	c 24
0.70	o 278
0.70	c 22
0.70	o 279
0.70	c 21
0.70	o 281
0.70	c 19
0.70	o 282
0.70	c 18
0.70	o 283
0.70	c 17
0.70	o 284
0.70	c 16
0.70	o 285
0.70	c 15
0.70	o 286
0.70	c 14
0.70	o 287
0.70	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.71	o 293
0.71	c 7
0.73	o 294
0.73	c 6
0.73	o 295
0.73	c 5
0.78	o 296
0.78	c 4
0.78	o 297
0.78	c 3
0.81	o 298
0.81	c 2
1.57	o 299
1.57	c 1
1.58	   
1.58	   search
1.58	     run=0  nbConstraintChecks=5075923  nbAssignments=4379
1.58	       =>  wckTime=0.892  cpuTime=0.86  mem=5M671
1.58	   
1.58	   global
1.58	     nbConstraintChecks=5075923  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
1.58	     solvingWckTime=0.891  solvingCpuTime=0.86  expiredTime=no  totalExploration=no  nbFoundSolutions=0
1.58	     globalCpuTime=1.14
1.58	       =>  wckTime=1.256  cpuTime=1.09  mem=5M671
1.58	   
1.58	   solver IterativeSystematicSolver being built... 
1.71	       =>  wckTime=1.387  cpuTime=1.2  mem=16M595
1.77	   
1.77	   preprocessing
1.77	     nbConstraintChecks=29203  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.77	     detectedInconsistency=no
1.77	       =>  wckTime=0.055  cpuTime=0.04  mem=16M595
1.80	   
1.80	   search
1.80	     run=0  nbConstraintChecks=65053  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=27
1.80	     nbFailedAssignments=13  nbBacktracks=10  nbVisitedNodes=51  nbRestartNogoods=0
1.80	       =>  wckTime=0.084  cpuTime=0.06  mem=16M595
1.85	   
1.85	   search
1.85	     run=1  nbConstraintChecks=190684  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=75
1.85	     nbFailedAssignments=42  nbBacktracks=25  nbVisitedNodes=143  nbRestartNogoods=10
1.85	       =>  wckTime=0.135  cpuTime=0.1  mem=16M595
1.91	   
1.91	   search
1.91	     run=2  nbConstraintChecks=417625  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=159
1.91	     nbFailedAssignments=100  nbBacktracks=47  nbVisitedNodes=306  nbRestartNogoods=19
1.91	       =>  wckTime=0.199  cpuTime=0.16  mem=16M595
2.00	   
2.00	   search
2.00	     run=3  nbConstraintChecks=716793  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=268
2.00	     nbFailedAssignments=172  nbBacktracks=80  nbVisitedNodes=515  nbRestartNogoods=36
2.00	       =>  wckTime=0.285  cpuTime=0.24  mem=16M595
2.09	   
2.09	   search
2.09	     run=4  nbConstraintChecks=1088540  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=403
2.09	     nbFailedAssignments=254  nbBacktracks=130  nbVisitedNodes=782  nbRestartNogoods=48
2.09	       =>  wckTime=0.383  cpuTime=0.34  mem=16M595
2.29	   
2.29	   search
2.29	     run=5  nbConstraintChecks=1816647  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=655
2.29	     nbFailedAssignments=428  nbBacktracks=205  nbVisitedNodes=1280  nbRestartNogoods=54
2.29	       =>  wckTime=0.578  cpuTime=0.53  mem=16M595
2.54	   
2.54	   search
2.54	     run=6  nbConstraintChecks=2781803  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=994
2.54	     nbFailedAssignments=651  nbBacktracks=318  nbVisitedNodes=1953  nbRestartNogoods=60
2.54	       =>  wckTime=0.83  cpuTime=0.78  mem=16M595
2.93	   
2.93	   search
2.93	     run=7  nbConstraintChecks=4234767  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1501
2.93	     nbFailedAssignments=986  nbBacktracks=488  nbVisitedNodes=2958  nbRestartNogoods=70
2.93	       =>  wckTime=1.223  cpuTime=1.15  mem=16M595
3.49	   
3.49	   search
3.49	     run=8  nbConstraintChecks=6466586  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2303
3.49	     nbFailedAssignments=1527  nbBacktracks=744  nbVisitedNodes=4539  nbRestartNogoods=72
3.49	       =>  wckTime=1.783  cpuTime=1.7  mem=16M595
4.32	   
4.32	   search
4.33	     run=9  nbConstraintChecks=9752377  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=3483
4.33	     nbFailedAssignments=2319  nbBacktracks=1128  nbVisitedNodes=6859  nbRestartNogoods=82
4.33	       =>  wckTime=2.615  cpuTime=2.52  mem=16M595
5.38	   
5.38	   search
5.38	     run=10  nbConstraintChecks=13806948  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=4988
5.39	     nbFailedAssignments=3246  nbBacktracks=1704  nbVisitedNodes=9743  nbRestartNogoods=101
5.39	       =>  wckTime=3.675  cpuTime=3.57  mem=16M595
6.82	   
6.82	   search
6.82	     run=11  nbConstraintChecks=19082301  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=6992
6.82	     nbFailedAssignments=4382  nbBacktracks=2569  nbVisitedNodes=13452  nbRestartNogoods=104
6.82	       =>  wckTime=5.113  cpuTime=5.0  mem=16M595
8.69	   
8.69	   search
8.69	     run=12  nbConstraintChecks=25745372  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=9658
8.69	     nbFailedAssignments=5747  nbBacktracks=3866  nbVisitedNodes=18096  nbRestartNogoods=117
8.69	       =>  wckTime=6.984  cpuTime=6.85  mem=16M595
11.32	   
11.32	   search
11.32	     run=13  nbConstraintChecks=34943321  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=13491
11.32	     nbFailedAssignments=7630  nbBacktracks=5812  nbVisitedNodes=24539  nbRestartNogoods=128
11.32	       =>  wckTime=9.608  cpuTime=9.45  mem=16M595
15.22	   
15.22	   search
15.22	     run=14  nbConstraintChecks=48378845  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=19166
15.22	     nbFailedAssignments=10384  nbBacktracks=8731  nbVisitedNodes=33911  nbRestartNogoods=138
15.22	       =>  wckTime=13.51  cpuTime=13.31  mem=16M595
20.84	   
20.84	   search
20.84	     run=15  nbConstraintChecks=67954946  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=27529
20.84	     nbFailedAssignments=14365  nbBacktracks=13109  nbVisitedNodes=47646  nbRestartNogoods=145
20.84	       =>  wckTime=19.13  cpuTime=18.9  mem=16M595
24.71	   
24.71	   search
24.71	     run=16  nbConstraintChecks=81178740  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=33342
24.71	     nbFailedAssignments=17000  nbBacktracks=16288  nbVisitedNodes=56991  nbRestartNogoods=149
24.71	       =>  wckTime=23.002  cpuTime=22.74  mem=16M595
24.71	   
24.71	   global
24.71	     nbConstraintChecks=81207943  nbRestartNogoods=149  solvingWckTime=23.003  solvingCpuTime=22.74  expiredTime=no
24.71	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=23.99
24.71	       =>  wckTime=24.391  cpuTime=23.94  mem=16M595
24.72	
24.72	s OPTIMUM FOUND
24.72	v 6 9 2 0 5 8 5 6 0 2 8 2 0 8 2 6 3 3 6 9 4 8 6 9 9 
24.72	   
24.72	   totalWckTime=24.473  totalCpuTime=23.99

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/node3/watcher-281224-1169310718 -o ROOT/results/node3/solver-281224-1169310718 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/281224-1169310718/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.85 1.97 1.99 2/87 3986
/proc/meminfo: memFree=1229016/2055920 swapFree=4191880/4192956
[pid=3985] ppid=3983 vsize=18540 CPUtime=0
/proc/3985/stat : 3985 (runsolver) R 3983 3985 3302 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 279467445 18984960 279 18446744073709551615 4194304 4267372 548682068944 18446744073709551615 233632754983 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/3985/statm: 4635 279 244 17 0 2626 0

[startup+0.102422 s]
/proc/loadavg: 1.85 1.97 1.99 2/87 3986
/proc/meminfo: memFree=1229016/2055920 swapFree=4191880/4192956
[pid=3985] ppid=3983 vsize=912760 CPUtime=0.07
/proc/3985/stat : 3985 (java) S 3983 3985 3302 0 -1 0 2789 0 1 0 6 1 0 0 18 0 8 0 279467445 934666240 2535 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3985/statm: 228190 2535 1390 14 0 215091 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 912760

[startup+0.510487 s]
/proc/loadavg: 1.85 1.97 1.99 2/87 3986
/proc/meminfo: memFree=1229016/2055920 swapFree=4191880/4192956
[pid=3985] ppid=3983 vsize=915332 CPUtime=0.47
/proc/3985/stat : 3985 (java) R 3983 3985 3302 0 -1 0 6323 0 1 0 43 4 0 0 18 0 8 0 279467445 937299968 6062 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3985/statm: 228833 6062 2143 14 0 215303 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 915332

[startup+1.33362 s]
/proc/loadavg: 1.85 1.97 1.99 3/94 3993
/proc/meminfo: memFree=1209952/2055920 swapFree=4191880/4192956
[pid=3985] ppid=3983 vsize=915464 CPUtime=1.29
/proc/3985/stat : 3985 (java) R 3983 3985 3302 0 -1 0 7433 0 1 0 110 19 0 0 25 0 8 0 279467445 937435136 7171 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3985/statm: 228866 7171 2479 14 0 215336 0
[pid=3985/tid=3987] ppid=3983 vsize=915464 CPUtime=0.03
/proc/3985/task/3987/stat : 3987 (java) S 3983 3985 3302 0 -1 64 198 0 0 0 3 0 0 0 16 0 8 0 279467450 937435136 7171 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3985/tid=3988] ppid=3983 vsize=915464 CPUtime=0
/proc/3985/task/3988/stat : 3988 (java) S 3983 3985 3302 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 279467450 937435136 7171 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3985/tid=3989] ppid=3983 vsize=915464 CPUtime=0
/proc/3985/task/3989/stat : 3989 (java) S 3983 3985 3302 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279467450 937435136 7171 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3985/tid=3990] ppid=3983 vsize=915464 CPUtime=0
/proc/3985/task/3990/stat : 3990 (java) S 3983 3985 3302 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 279467454 937435136 7171 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3985/tid=3991] ppid=3983 vsize=915464 CPUtime=0.14
/proc/3985/task/3991/stat : 3991 (java) S 3983 3985 3302 0 -1 64 347 0 0 0 14 0 0 0 16 0 8 0 279467454 937435136 7171 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3985/tid=3992] ppid=3983 vsize=915464 CPUtime=0
/proc/3985/task/3992/stat : 3992 (java) S 3983 3985 3302 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279467454 937435136 7171 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3985/tid=3993] ppid=3983 vsize=915464 CPUtime=0
/proc/3985/task/3993/stat : 3993 (java) S 3983 3985 3302 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279467454 937435136 7171 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.98489 s]
/proc/loadavg: 1.85 1.97 1.99 3/94 3993
/proc/meminfo: memFree=1203680/2055920 swapFree=4191880/4192956
[pid=3985] ppid=3983 vsize=915464 CPUtime=2.93
/proc/3985/stat : 3985 (java) R 3983 3985 3302 0 -1 0 9072 0 1 0 268 25 0 0 25 0 8 0 279467445 937435136 8807 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073886449 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3985/statm: 228866 8807 2532 14 0 215336 0
[pid=3985/tid=3987] ppid=3983 vsize=915464 CPUtime=0.03
/proc/3985/task/3987/stat : 3987 (java) S 3983 3985 3302 0 -1 64 199 0 0 0 3 0 0 0 17 0 8 0 279467450 937435136 8807 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3985/tid=3988] ppid=3983 vsize=915464 CPUtime=0
/proc/3985/task/3988/stat : 3988 (java) S 3983 3985 3302 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 279467450 937435136 8807 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3985/tid=3989] ppid=3983 vsize=915464 CPUtime=0
/proc/3985/task/3989/stat : 3989 (java) S 3983 3985 3302 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279467450 937435136 8807 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3985/tid=3990] ppid=3983 vsize=915464 CPUtime=0
/proc/3985/task/3990/stat : 3990 (java) S 3983 3985 3302 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 279467454 937435136 8807 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3985/tid=3991] ppid=3983 vsize=915464 CPUtime=0.24
/proc/3985/task/3991/stat : 3991 (java) S 3983 3985 3302 0 -1 64 399 0 0 0 23 1 0 0 15 0 8 0 279467454 937435136 8807 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3985/tid=3992] ppid=3983 vsize=915464 CPUtime=0
/proc/3985/task/3992/stat : 3992 (java) S 3983 3985 3302 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279467454 937435136 8807 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3985/tid=3993] ppid=3983 vsize=915464 CPUtime=0
/proc/3985/task/3993/stat : 3993 (java) S 3983 3985 3302 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279467454 937435136 8807 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915464

[startup+6.26842 s]
/proc/loadavg: 1.86 1.97 1.99 3/94 3993
/proc/meminfo: memFree=1203488/2055920 swapFree=4191880/4192956
[pid=3985] ppid=3983 vsize=915464 CPUtime=6.18
/proc/3985/stat : 3985 (java) R 3983 3985 3302 0 -1 0 9084 0 1 0 593 25 0 0 25 0 8 0 279467445 937435136 8817 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073852294 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3985/statm: 228866 8817 2532 14 0 215336 0
[pid=3985/tid=3987] ppid=3983 vsize=915464 CPUtime=0.03
/proc/3985/task/3987/stat : 3987 (java) S 3983 3985 3302 0 -1 64 199 0 0 0 3 0 0 0 16 0 8 0 279467450 937435136 8817 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3985/tid=3988] ppid=3983 vsize=915464 CPUtime=0
/proc/3985/task/3988/stat : 3988 (java) S 3983 3985 3302 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 279467450 937435136 8817 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3985/tid=3989] ppid=3983 vsize=915464 CPUtime=0
/proc/3985/task/3989/stat : 3989 (java) S 3983 3985 3302 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279467450 937435136 8817 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3985/tid=3990] ppid=3983 vsize=915464 CPUtime=0
/proc/3985/task/3990/stat : 3990 (java) S 3983 3985 3302 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 279467454 937435136 8817 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3985/tid=3991] ppid=3983 vsize=915464 CPUtime=0.24
/proc/3985/task/3991/stat : 3991 (java) S 3983 3985 3302 0 -1 64 404 0 0 0 23 1 0 0 16 0 8 0 279467454 937435136 8817 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3985/tid=3992] ppid=3983 vsize=915464 CPUtime=0
/proc/3985/task/3992/stat : 3992 (java) S 3983 3985 3302 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279467454 937435136 8817 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3985/tid=3993] ppid=3983 vsize=915464 CPUtime=0
/proc/3985/task/3993/stat : 3993 (java) S 3983 3985 3302 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279467454 937435136 8817 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 915464

[startup+12.7565 s]
/proc/loadavg: 1.87 1.97 1.99 3/94 3993
/proc/meminfo: memFree=1203488/2055920 swapFree=4191880/4192956
[pid=3985] ppid=3983 vsize=915464 CPUtime=12.61
/proc/3985/stat : 3985 (java) R 3983 3985 3302 0 -1 0 9093 0 1 0 1236 25 0 0 25 0 8 0 279467445 937435136 8825 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073829599 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3985/statm: 228866 8825 2532 14 0 215336 0
[pid=3985/tid=3987] ppid=3983 vsize=915464 CPUtime=0.03
/proc/3985/task/3987/stat : 3987 (java) S 3983 3985 3302 0 -1 64 199 0 0 0 3 0 0 0 16 0 8 0 279467450 937435136 8825 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3985/tid=3988] ppid=3983 vsize=915464 CPUtime=0
/proc/3985/task/3988/stat : 3988 (java) S 3983 3985 3302 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 279467450 937435136 8825 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3985/tid=3989] ppid=3983 vsize=915464 CPUtime=0
/proc/3985/task/3989/stat : 3989 (java) S 3983 3985 3302 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279467450 937435136 8825 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3985/tid=3990] ppid=3983 vsize=915464 CPUtime=0
/proc/3985/task/3990/stat : 3990 (java) S 3983 3985 3302 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 279467454 937435136 8825 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3985/tid=3991] ppid=3983 vsize=915464 CPUtime=0.24
/proc/3985/task/3991/stat : 3991 (java) S 3983 3985 3302 0 -1 64 405 0 0 0 23 1 0 0 16 0 8 0 279467454 937435136 8825 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3985/tid=3992] ppid=3983 vsize=915464 CPUtime=0
/proc/3985/task/3992/stat : 3992 (java) S 3983 3985 3302 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279467454 937435136 8825 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3985/tid=3993] ppid=3983 vsize=915464 CPUtime=0
/proc/3985/task/3993/stat : 3993 (java) S 3983 3985 3302 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279467454 937435136 8825 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): 24.7762
CPU time (s): 24.4893
CPU user time (s): 24.2283
CPU system time (s): 0.26096
CPU usage (%): 98.8421
Max. virtual memory (cumulated for all children) (KiB): 915468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.2283
system time used= 0.26096
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9195
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= 1684
involuntary context switches= 2879

runsolver used 0.032994 s user time and 0.086986 s system time

The end

Launcher Data (download as text)

Begin job on node3 on Sat Jan 20 16:31:58 UTC 2007


IDJOB= 281224
IDBENCH= 12121
IDSOLVER= 68
FILE ID= node3/281224-1169310718

PBS_JOBID= 3609951

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-35_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/281224-1169310718/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node3/watcher-281224-1169310718 -o ROOT/results/node3/solver-281224-1169310718 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/281224-1169310718/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  efbb0946d2d2d94a207d7ec9c86620d0

RANDOM SEED= 541663226

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.279
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.279
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:       1229496 kB
Buffers:         57704 kB
Cached:         569924 kB
SwapCached:        284 kB
Active:         265444 kB
Inactive:       484464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1229496 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            1964 kB
Writeback:           0 kB
Mapped:         135060 kB
Slab:            61416 kB
Committed_AS:  7971340 kB
PageTables:       2184 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 node3 on Sat Jan 20 16:32:23 UTC 2007