Trace number 281234

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 9.49556 9.59015

General information on the benchmark

NameMaxCSP/randomMaxCSP/completeLoose/
vcsp-25-10-100-18-33_ext.xml
MD5SUMb0c33da9f1ecd7d775f09388c9388974
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.49556
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.33	   
0.33	Abscon 109 (November, 2006)
0.33	   
0.33	   configuration
0.33	     name=pfc.xml
0.36	   
0.36	   instance
0.36	     name=/tmp/evaluation/281234-1169310752/unknown.xml
0.39	   
0.39	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.43	     nbVariables=25  nbDomainTypes=1  minDomainSize=10  maxDomainSize=10
0.43	       =>  wckTime=0.095  cpuTime=0.09  mem=6M910
0.43	   
0.43	   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=5570  maxDegree=24
0.59	     maxArity=2
0.59	       =>  wckTime=0.259  cpuTime=0.17  mem=9M835
0.63	   
0.63	   solver LocalSearchSolver being built... 
0.67	       =>  wckTime=0.339  cpuTime=0.21  mem=5M671
0.67	
0.67	s SATISFIABLE
0.67	o 240
0.67	c 60
0.67	o 247
0.68	c 53
0.68	o 252
0.68	c 48
0.68	o 256
0.68	c 44
0.68	o 259
0.68	c 41
0.68	o 264
0.68	c 36
0.68	o 267
0.68	c 33
0.68	o 270
0.68	c 30
0.68	o 272
0.68	c 28
0.68	o 275
0.68	c 25
0.68	o 278
0.68	c 22
0.68	o 280
0.68	c 20
0.68	o 282
0.68	c 18
0.68	o 283
0.68	c 17
0.69	o 284
0.69	c 16
0.69	o 286
0.69	c 14
0.69	o 288
0.69	c 12
0.69	o 289
0.69	c 11
0.69	o 290
0.69	c 10
0.69	o 292
0.69	c 8
0.69	o 293
0.69	c 7
0.69	o 294
0.69	c 6
0.69	o 295
0.69	c 5
0.73	o 297
0.73	c 3
0.74	o 298
0.74	c 2
1.28	o 299
1.28	c 1
1.28	   
1.28	   search
1.28	     run=0  nbConstraintChecks=3706449  nbAssignments=3259
1.28	       =>  wckTime=0.617  cpuTime=0.61  mem=5M671
1.29	   
1.29	   global
1.29	     nbConstraintChecks=3706449  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
1.29	     solvingWckTime=0.615  solvingCpuTime=0.61  expiredTime=no  totalExploration=no  nbFoundSolutions=0
1.29	     globalCpuTime=0.86
1.29	       =>  wckTime=0.956  cpuTime=0.82  mem=5M671
1.29	   
1.29	   solver IterativeSystematicSolver being built... 
1.41	       =>  wckTime=1.08  cpuTime=0.92  mem=16M596
1.42	   
1.42	   preprocessing
1.42	     nbConstraintChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.42	     detectedInconsistency=no
1.42	       =>  wckTime=0.0070  cpuTime=0.0  mem=16M596
1.49	   
1.49	   search
1.49	     run=0  nbConstraintChecks=132392  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=48
1.49	     nbFailedAssignments=35  nbBacktracks=10  nbVisitedNodes=94  nbRestartNogoods=0
1.49	       =>  wckTime=0.077  cpuTime=0.05  mem=16M596
1.56	   
1.56	   search
1.56	     run=1  nbConstraintChecks=337089  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=120
1.56	     nbFailedAssignments=89  nbBacktracks=25  nbVisitedNodes=235  nbRestartNogoods=4
1.56	       =>  wckTime=0.151  cpuTime=0.11  mem=16M596
1.62	   
1.62	   search
1.62	     run=2  nbConstraintChecks=570984  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=209
1.62	     nbFailedAssignments=152  nbBacktracks=47  nbVisitedNodes=409  nbRestartNogoods=25
1.62	       =>  wckTime=0.211  cpuTime=0.17  mem=16M596
1.70	   
1.70	   search
1.70	     run=3  nbConstraintChecks=883792  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=321
1.70	     nbFailedAssignments=228  nbBacktracks=80  nbVisitedNodes=630  nbRestartNogoods=34
1.70	       =>  wckTime=0.29  cpuTime=0.25  mem=16M596
1.84	   
1.84	   search
1.84	     run=4  nbConstraintChecks=1465291  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=523
1.84	     nbFailedAssignments=378  nbBacktracks=130  nbVisitedNodes=1032  nbRestartNogoods=42
1.84	       =>  wckTime=0.428  cpuTime=0.38  mem=16M596
2.02	   
2.02	   search
2.02	     run=5  nbConstraintChecks=2226811  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=797
2.02	     nbFailedAssignments=573  nbBacktracks=205  nbVisitedNodes=1576  nbRestartNogoods=44
2.02	       =>  wckTime=0.614  cpuTime=0.56  mem=16M596
2.29	   
2.29	   search
2.29	     run=6  nbConstraintChecks=3356508  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1199
2.29	     nbFailedAssignments=859  nbBacktracks=318  nbVisitedNodes=2377  nbRestartNogoods=85
2.29	       =>  wckTime=0.884  cpuTime=0.83  mem=16M596
2.69	   
2.69	   search
2.69	     run=7  nbConstraintChecks=4957627  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1771
2.69	     nbFailedAssignments=1258  nbBacktracks=488  nbVisitedNodes=3517  nbRestartNogoods=94
2.69	       =>  wckTime=1.277  cpuTime=1.21  mem=16M596
3.28	   
3.28	   search
3.28	     run=8  nbConstraintChecks=7505808  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2687
3.28	     nbFailedAssignments=1915  nbBacktracks=744  nbVisitedNodes=5341  nbRestartNogoods=105
3.28	       =>  wckTime=1.87  cpuTime=1.8  mem=16M596
4.06	   
4.06	   search
4.06	     run=9  nbConstraintChecks=10881455  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=3947
4.06	     nbFailedAssignments=2786  nbBacktracks=1128  nbVisitedNodes=7830  nbRestartNogoods=122
4.06	       =>  wckTime=2.648  cpuTime=2.57  mem=16M596
4.97	   
4.97	   search
4.97	     run=10  nbConstraintChecks=14552140  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=5375
4.97	     nbFailedAssignments=3635  nbBacktracks=1704  nbVisitedNodes=10505  nbRestartNogoods=131
4.97	       =>  wckTime=3.559  cpuTime=3.48  mem=16M596
6.14	   
6.14	   search
6.14	     run=11  nbConstraintChecks=19182142  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=7287
6.14	     nbFailedAssignments=4678  nbBacktracks=2568  nbVisitedNodes=13917  nbRestartNogoods=138
6.14	       =>  wckTime=4.729  cpuTime=4.65  mem=16M596
7.71	   
7.71	   search
7.71	     run=12  nbConstraintChecks=25312385  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=9881
7.71	     nbFailedAssignments=5971  nbBacktracks=3865  nbVisitedNodes=18364  nbRestartNogoods=146
7.71	       =>  wckTime=6.297  cpuTime=6.22  mem=16M596
9.54	   
9.54	   search
9.54	     run=13  nbConstraintChecks=32389770  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=13041
9.54	     nbFailedAssignments=7398  nbBacktracks=5599  nbVisitedNodes=23520  nbRestartNogoods=156
9.54	       =>  wckTime=8.131  cpuTime=8.05  mem=16M596
9.54	   
9.54	   global
9.54	     nbConstraintChecks=32389770  nbRestartNogoods=156  solvingWckTime=8.132  solvingCpuTime=8.05  expiredTime=no
9.54	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=9.01
9.54	       =>  wckTime=9.212  cpuTime=8.97  mem=16M596
9.54	
9.54	s OPTIMUM FOUND
9.54	v 2 9 2 5 5 1 7 3 7 7 2 7 0 0 2 8 6 6 6 8 8 5 0 4 8 
9.54	   
9.54	   totalWckTime=9.286  totalCpuTime=9.01

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/node41/watcher-281234-1169310752 -o ROOT/results/node41/solver-281234-1169310752 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/281234-1169310752/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.40 1.18 4/81 15956
/proc/meminfo: memFree=1425144/2055920 swapFree=4191892/4192956
[pid=15955] ppid=15953 vsize=172 CPUtime=0
/proc/15955/stat : 15955 (java) R 15953 15955 15595 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 279474483 176128 24 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 1962788 0 0 4096 0 0 0 0 17 0 0 0
/proc/15955/statm: 43 24 18 14 0 3 0

[startup+0.107454 s]
/proc/loadavg: 1.85 1.40 1.18 4/81 15956
/proc/meminfo: memFree=1425144/2055920 swapFree=4191892/4192956
[pid=15955] ppid=15953 vsize=907808 CPUtime=0.04
/proc/15955/stat : 15955 (java) R 15953 15955 15595 0 -1 0 2505 0 1 0 4 0 0 0 21 0 4 0 279474483 929595392 2252 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072924296 0 4 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/15955/statm: 226952 2252 1232 14 0 214535 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 907808

[startup+0.515448 s]
/proc/loadavg: 1.85 1.40 1.18 4/81 15956
/proc/meminfo: memFree=1425144/2055920 swapFree=4191892/4192956
[pid=15955] ppid=15953 vsize=915332 CPUtime=0.46
/proc/15955/stat : 15955 (java) R 15953 15955 15595 0 -1 0 6330 0 1 0 42 4 0 0 25 0 8 0 279474483 937299968 6069 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15955/statm: 228833 6069 2140 14 0 215303 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 915332

[startup+1.33652 s]
/proc/loadavg: 1.87 1.41 1.19 3/88 15963
/proc/meminfo: memFree=1406144/2055920 swapFree=4191892/4192956
[pid=15955] ppid=15953 vsize=915464 CPUtime=1.27
/proc/15955/stat : 15955 (java) R 15953 15955 15595 0 -1 0 7482 0 1 0 110 17 0 0 25 0 8 0 279474483 937435136 7220 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918603 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15955/statm: 228866 7220 2488 14 0 215336 0
[pid=15955/tid=15957] ppid=15953 vsize=915464 CPUtime=0.02
/proc/15955/task/15957/stat : 15957 (java) S 15953 15955 15595 0 -1 64 198 0 0 0 2 0 0 0 16 0 8 0 279474490 937435136 7220 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15955/tid=15958] ppid=15953 vsize=915464 CPUtime=0
/proc/15955/task/15958/stat : 15958 (java) S 15953 15955 15595 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279474491 937435136 7220 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15955/tid=15959] ppid=15953 vsize=915464 CPUtime=0
/proc/15955/task/15959/stat : 15959 (java) S 15953 15955 15595 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279474491 937435136 7220 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15955/tid=15960] ppid=15953 vsize=915464 CPUtime=0
/proc/15955/task/15960/stat : 15960 (java) S 15953 15955 15595 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 279474494 937435136 7220 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15955/tid=15961] ppid=15953 vsize=915464 CPUtime=0.16
/proc/15955/task/15961/stat : 15961 (java) S 15953 15955 15595 0 -1 64 354 0 0 0 15 1 0 0 16 0 8 0 279474494 937435136 7220 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15955/tid=15962] ppid=15953 vsize=915464 CPUtime=0
/proc/15955/task/15962/stat : 15962 (java) S 15953 15955 15595 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 279474494 937435136 7220 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15955/tid=15963] ppid=15953 vsize=915464 CPUtime=0
/proc/15955/task/15963/stat : 15963 (java) S 15953 15955 15595 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279474494 937435136 7220 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 915464

[startup+2.98866 s]
/proc/loadavg: 1.87 1.41 1.19 3/88 15963
/proc/meminfo: memFree=1399872/2055920 swapFree=4191892/4192956
[pid=15955] ppid=15953 vsize=915464 CPUtime=2.92
/proc/15955/stat : 15955 (java) R 15953 15955 15595 0 -1 0 9064 0 1 0 273 19 0 0 25 0 8 0 279474483 937435136 8800 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073878977 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15955/statm: 228866 8800 2527 14 0 215336 0
[pid=15955/tid=15957] ppid=15953 vsize=915464 CPUtime=0.02
/proc/15955/task/15957/stat : 15957 (java) S 15953 15955 15595 0 -1 64 199 0 0 0 2 0 0 0 17 0 8 0 279474490 937435136 8800 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15955/tid=15958] ppid=15953 vsize=915464 CPUtime=0
/proc/15955/task/15958/stat : 15958 (java) S 15953 15955 15595 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279474491 937435136 8800 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15955/tid=15959] ppid=15953 vsize=915464 CPUtime=0
/proc/15955/task/15959/stat : 15959 (java) S 15953 15955 15595 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279474491 937435136 8800 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15955/tid=15960] ppid=15953 vsize=915464 CPUtime=0
/proc/15955/task/15960/stat : 15960 (java) S 15953 15955 15595 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 279474494 937435136 8800 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15955/tid=15961] ppid=15953 vsize=915464 CPUtime=0.22
/proc/15955/task/15961/stat : 15961 (java) S 15953 15955 15595 0 -1 64 398 0 0 0 21 1 0 0 16 0 8 0 279474494 937435136 8800 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15955/tid=15962] ppid=15953 vsize=915464 CPUtime=0
/proc/15955/task/15962/stat : 15962 (java) S 15953 15955 15595 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 279474494 937435136 8800 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15955/tid=15963] ppid=15953 vsize=915464 CPUtime=0
/proc/15955/task/15963/stat : 15963 (java) S 15953 15955 15595 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279474494 937435136 8800 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 915464

[startup+6.28695 s]
/proc/loadavg: 1.87 1.41 1.19 3/88 15963
/proc/meminfo: memFree=1399680/2055920 swapFree=4191892/4192956
[pid=15955] ppid=15953 vsize=915464 CPUtime=6.22
/proc/15955/stat : 15955 (java) R 15953 15955 15595 0 -1 0 9076 0 1 0 603 19 0 0 25 0 8 0 279474483 937435136 8811 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073878433 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15955/statm: 228866 8811 2527 14 0 215336 0
[pid=15955/tid=15957] ppid=15953 vsize=915464 CPUtime=0.02
/proc/15955/task/15957/stat : 15957 (java) S 15953 15955 15595 0 -1 64 199 0 0 0 2 0 0 0 16 0 8 0 279474490 937435136 8811 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15955/tid=15958] ppid=15953 vsize=915464 CPUtime=0
/proc/15955/task/15958/stat : 15958 (java) S 15953 15955 15595 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279474491 937435136 8811 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15955/tid=15959] ppid=15953 vsize=915464 CPUtime=0
/proc/15955/task/15959/stat : 15959 (java) S 15953 15955 15595 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279474491 937435136 8811 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15955/tid=15960] ppid=15953 vsize=915464 CPUtime=0
/proc/15955/task/15960/stat : 15960 (java) S 15953 15955 15595 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 279474494 937435136 8811 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15955/tid=15961] ppid=15953 vsize=915464 CPUtime=0.23
/proc/15955/task/15961/stat : 15961 (java) S 15953 15955 15595 0 -1 64 400 0 0 0 22 1 0 0 16 0 8 0 279474494 937435136 8811 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15955/tid=15962] ppid=15953 vsize=915464 CPUtime=0
/proc/15955/task/15962/stat : 15962 (java) S 15953 15955 15595 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 279474494 937435136 8811 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15955/tid=15963] ppid=15953 vsize=915464 CPUtime=0
/proc/15955/task/15963/stat : 15963 (java) S 15953 15955 15595 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279474494 937435136 8811 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 915464

Child status: 0
Real time (s): 9.59015
CPU time (s): 9.49556
CPU user time (s): 9.29459
CPU system time (s): 0.200969
CPU usage (%): 99.0136
Max. virtual memory (cumulated for all children) (KiB): 915980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.29459
system time used= 0.200969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9176
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= 1399
involuntary context switches= 1672

runsolver used 0.019996 s user time and 0.035994 s system time

The end

Launcher Data (download as text)

Begin job on node41 on Sat Jan 20 16:32:32 UTC 2007


IDJOB= 281234
IDBENCH= 12123
IDSOLVER= 69
FILE ID= node41/281234-1169310752

PBS_JOBID= 3610240

Free space on /tmp= 66563 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  b0c33da9f1ecd7d775f09388c9388974

RANDOM SEED= 269791343

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.234
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.234
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:       1425624 kB
Buffers:         51296 kB
Cached:         469444 kB
SwapCached:        276 kB
Active:         220692 kB
Inactive:       327992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1425624 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            1724 kB
Writeback:           0 kB
Mapped:          44456 kB
Slab:            66836 kB
Committed_AS:  5244184 kB
PageTables:       1968 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= 66563 MiB



End job on node41 on Sat Jan 20 16:32:42 UTC 2007