Trace number 2096649

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
Abscon 112v4 ACSAT 8.09977 8.15722

DiagnosticValue
CHECKS635114
NODES936

General information on the benchmark

Namecsp/ogdHerald/
normalized-crossword-m1-ogd-23-08.xml
MD5SUM117ae339b8f3d5c076aebaf096f46353
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.21866
Satisfiable
(Un)Satisfiability was proved
Number of variables454
Number of constraints3246
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension172
Number of constraints which are defined in intension3074
Global constraints used (with number of constraints)

Solver Data

0.03/0.09	
0.03/0.09	Abscon 112 (May, 2008)
0.18/0.25	
0.18/0.25	   configuration
0.18/0.25	     name=mac.xml
0.18/0.29	   
0.18/0.29	   instance
0.18/0.29	     name=HOME/instance-2096649-1247410421.xml
0.28/0.32	   
0.28/0.32	   domains being loaded...
0.28/0.33	   
0.28/0.33	   variables being loaded...
0.38/0.42	     nbVariables=454  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=11804
0.38/0.42	       =>  wckTime=0.17  cpuTime=0.14  mem=9M843
0.38/0.42	   
0.38/0.42	   relations being loaded...
0.67/0.72	   
0.67/0.72	   predicates being loaded...
0.67/0.77	   
0.67/0.77	   constraints being loaded...
1.23/1.29	   Too large in ConstraintConflictsSTructure
1.32/1.37	   Too large in ConstraintConflictsSTructure
3.22/3.22	     nbConstraints=3247  nbRelationTypes=6  nbGlobalConstraints=173  nbExtensionStructures=6
3.22/3.22	     nbSharedExtensionStructures=166  nbConflictsStructures=4  nbSharedConflictsStructures=120
3.22/3.22	     nbUnbuiltConflictsStructures=8  nbSharedBinaryRepresentations=0  nbEvaluationManagers=6
3.22/3.22	     nbSharedEvaluationManagers=3068  minDegree=29  maxDegree=89  minArity=3  avgArity=10.42  maxArity=442
3.22/3.22	     nbGenerators=1  nbFusions=0  symmetryWckTime=0.63  symmetryCpuTime=0.3
3.22/3.22	       =>  wckTime=2.97  cpuTime=2.31  mem=47M1
3.32/3.37	   
3.32/3.37	   solver IterativeSystematicSolver being built... 
3.81/3.89	   
3.81/3.89	   INFO : Forward propagation technique limited 
3.91/3.97	       =>  wckTime=3.717  cpuTime=2.7  mem=129M84
4.50/4.51	   
4.50/4.51	   preprocessing
4.50/4.51	     nbConstraintChecks=0  nbValidityChecks=5253537  nbPropagations=492  nbRevisions=0  nbUselessRevisions=0
4.50/4.51	     nbRemovedValues=204  detectedInconsistency=no
4.50/4.51	       =>  wckTime=0.538  cpuTime=0.52  mem=131M42
7.97/8.09	   
7.97/8.09	   search
7.97/8.09	     run=2  nbConstraintChecks=635114  nbValidityChecks=27492118  minDepth=155  maxDepth=454  nbPropagations=13676
7.97/8.09	     nbRevisions=185506  nbUselessRevisions=185466  nbAssignments=936  nbFailedAssignments=46  nbBacktracks=30
7.97/8.09	     nbVisitedNodes=996  nbRestartNogoods=18  nbFoundSolutions=1  mapSize=15  nbInferences=0  nbTooLargeKeys=0
7.97/8.09	     nbSEliminables=0  nbREliminables=140.21  nbIEliminables=227.91  nbDEliminables=0  nbPEliminables=0
7.97/8.09	       =>  wckTime=4.113  cpuTime=3.9  mem=106M331
7.97/8.09	   
7.97/8.09	   global
7.97/8.09	     nbConstraintChecks=635114  nbValidityChecks=32745655  nbPropagations=14168  nbRevisions=185506
7.97/8.09	     nbUselessRevisions=185466  nbRestartNogoods=18  solvingWckTime=4.115  solvingCpuTime=3.91  expiredTime=no
7.97/8.09	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=6.59  globalCpuTime=6.65
7.97/8.09	       =>  wckTime=7.836  cpuTime=6.61  mem=106M331
7.97/8.09	   
7.97/8.09	s SATISFIABLE
7.97/8.09	v 12 4 5 8 4 4 18 19 2 7 0 19 19 0 3 4 6 17 0 0 5 8 13 14 3 14 17 4 18 0 20 21 4 20 17 0 12 0 8 6 17 8 2 17 20 4 11 8 13 5 20 12 4 19 19 4 17 0 8 5 14 17 19 12 8 17 4 13 4 4 2 0 18 4 13 0 8 13 4 13 14 13 0 2 13 4 4 21 0 18 0 8 19 15 0 17 20 4 15 8 18 4 2 7 8 17 14 4 6 0 18 0 6 0 2 4 18 2 0 18 0 18 18 8 17 14 15 18 11 8 4 4 0 8 4 18 2 14 19 0 8 18 18 20 17 5 4 18 2 0 6 4 18 18 0 17 8 1 4 2 13 0 8 18 12 0 17 4 18 7 14 18 15 14 3 0 17 14 6 8 0 19 18 4 0 14 17 19 4 18 0 8 4 18 8 15 4 17 0 13 2 8 4 5 17 8 19 18 2 0 11 4 4 19 14 15 18 19 8 19 17 0 19 0 12 4 18 15 0 13 4 18 1 8 17 4 18 18 4 17 4 17 0 17 4 18 17 0 19 8 4 17 0 13 0 11 4 2 17 4 2 0 13 4 18 2 0 17 8 4 4 0 18 19 12 0 13 7 0 18 15 17 8 4 13 2 17 8 18 18 10 0 13 0 0 8 18 0 8 13 4 2 0 20 18 4 1 0 19 8 17 0 6 0 1 11 4 18 15 0 17 4 2 17 8 1 18 0 2 7 4 12 17 20 0 8 18 19 0 13 8 18 4 0 15 8 2 1 4 8 17 0 0 19 17 4 15 0 17 19 18 3 4 11 0 6 14 0 18 0 17 18 13 4 14 1 0 8 0 4 0 17 12 4 18 8 20 12 19 0 19 3 20 2 11 0 8 17 12 0 13 8 0 13 19 5 17 4 11 0 19 0 18 8 2 0 8 17 4 8 13 20 18 8 19 4 5 0 13 2 11 20 1 2 11 8 18 18 4 25 17 4 18 8 11 8 4 4 24 0 3 4 12 0 
7.97/8.09	d NODES 936
7.97/8.09	d CHECKS 635114
7.97/8.09	   
7.97/8.09	   totalWckTime=7.903  totalCpuTime=6.65

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2096649-1247410421/watcher-2096649-1247410421 -o /tmp/evaluation-result-2096649-1247410421/solver-2096649-1247410421 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2096649-1247410421.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 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


[startup+0 s]
/proc/loadavg: 2.36 2.13 1.97 4/81 2342
/proc/meminfo: memFree=1796080/2055920 swapFree=4192812/4192956
[pid=2342] ppid=2340 vsize=18576 CPUtime=0
/proc/2342/stat : 2342 (runsolver) R 2340 2342 32171 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 28106675 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 226686987559 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/2342/statm: 4644 284 249 26 0 2626 0

[startup+0.0487991 s]
/proc/loadavg: 2.36 2.13 1.97 4/81 2342
/proc/meminfo: memFree=1796080/2055920 swapFree=4192812/4192956
[pid=2342] ppid=2340 vsize=861936 CPUtime=0.03
/proc/2342/stat : 2342 (java) S 2340 2342 32171 0 -1 0 2304 0 1 0 2 1 0 0 20 0 5 0 28106675 882622464 1902 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/2342/statm: 215484 1902 868 9 0 210399 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861936

[startup+0.101808 s]
/proc/loadavg: 2.36 2.13 1.97 4/81 2342
/proc/meminfo: memFree=1796080/2055920 swapFree=4192812/4192956
[pid=2342] ppid=2340 vsize=865980 CPUtime=0.07
/proc/2342/stat : 2342 (java) S 2340 2342 32171 0 -1 0 3731 0 1 0 6 1 0 0 20 0 9 0 28106675 886763520 3199 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2342/statm: 216495 3199 1700 9 0 210980 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865980

[startup+0.301848 s]
/proc/loadavg: 2.36 2.13 1.97 4/81 2342
/proc/meminfo: memFree=1796080/2055920 swapFree=4192812/4192956
[pid=2342] ppid=2340 vsize=866380 CPUtime=0.28
/proc/2342/stat : 2342 (java) S 2340 2342 32171 0 -1 0 5931 0 1 0 25 3 0 0 20 0 9 0 28106675 887173120 5297 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2342/statm: 216595 5297 1983 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.701926 s]
/proc/loadavg: 2.36 2.13 1.97 4/81 2342
/proc/meminfo: memFree=1796080/2055920 swapFree=4192812/4192956
[pid=2342] ppid=2340 vsize=867104 CPUtime=0.67
/proc/2342/stat : 2342 (java) S 2340 2342 32171 0 -1 0 14771 0 1 0 60 7 0 0 20 0 9 0 28106675 887914496 14133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2342/statm: 216776 14134 1999 9 0 211234 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867104

[startup+1.5021 s]
/proc/loadavg: 2.36 2.13 1.97 3/79 2376
/proc/meminfo: memFree=1752768/2055920 swapFree=4192812/4192956
[pid=2342] ppid=2340 vsize=867692 CPUtime=1.53
/proc/2342/stat : 2342 (java) S 2340 2342 32171 0 -1 0 24889 0 1 0 141 12 0 0 20 0 9 0 28106675 888516608 24215 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2342/statm: 216923 24215 2033 9 0 211381 0
[pid=2342/tid=2348] ppid=2340 vsize=867692 CPUtime=1.2
/proc/2342/task/2348/stat : 2348 (java) R 2340 2342 32171 0 -1 64 15833 0 1 0 113 7 0 0 20 0 9 0 28106677 888516608 24215 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2342/tid=2349] ppid=2340 vsize=867692 CPUtime=0.11
/proc/2342/task/2349/stat : 2349 (java) S 2340 2342 32171 0 -1 64 7658 0 0 0 8 3 0 0 16 0 9 0 28106678 888516608 24215 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2342/tid=2350] ppid=2340 vsize=867692 CPUtime=0
/proc/2342/task/2350/stat : 2350 (java) S 2340 2342 32171 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28106678 888516608 24215 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2342/tid=2351] ppid=2340 vsize=867692 CPUtime=0
/proc/2342/task/2351/stat : 2351 (java) S 2340 2342 32171 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28106678 888516608 24215 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2342/tid=2352] ppid=2340 vsize=867692 CPUtime=0
/proc/2342/task/2352/stat : 2352 (java) S 2340 2342 32171 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 28106680 888516608 24215 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2342/tid=2353] ppid=2340 vsize=867692 CPUtime=0.19
/proc/2342/task/2353/stat : 2353 (java) R 2340 2342 32171 0 -1 64 697 0 0 0 19 0 0 0 15 0 9 0 28106680 888516608 24215 996147200 134512640 134550932 4294955968 18446744073709551615 101680828 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2342/tid=2354] ppid=2340 vsize=867692 CPUtime=0
/proc/2342/task/2354/stat : 2354 (java) S 2340 2342 32171 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 28106681 888516608 24215 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2342/tid=2355] ppid=2340 vsize=867692 CPUtime=0
/proc/2342/task/2355/stat : 2355 (java) S 2340 2342 32171 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28106681 888516608 24215 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 867692

[startup+3.10142 s]
/proc/loadavg: 2.36 2.13 1.97 3/90 2390
/proc/meminfo: memFree=1658664/2055920 swapFree=4192812/4192956
[pid=2342] ppid=2340 vsize=868016 CPUtime=3.12
/proc/2342/stat : 2342 (java) S 2340 2342 32171 0 -1 0 29990 999 1 0 259 29 22 2 20 0 9 0 28106675 888848384 27338 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2342/statm: 217004 27338 2045 9 0 211462 0
[pid=2342/tid=2348] ppid=2340 vsize=868016 CPUtime=2.66
/proc/2342/task/2348/stat : 2348 (java) R 2340 2342 32171 0 -1 64 17613 999 1 0 221 21 22 2 23 0 9 0 28106677 888848384 27338 996147200 134512640 134550932 4294955968 18446744073709551615 4127154444 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2342/tid=2349] ppid=2340 vsize=868016 CPUtime=0.4
/proc/2342/task/2349/stat : 2349 (java) S 2340 2342 32171 0 -1 64 10679 999 0 0 12 4 22 2 16 0 9 0 28106678 888848384 27338 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2342/tid=2350] ppid=2340 vsize=868016 CPUtime=0.24
/proc/2342/task/2350/stat : 2350 (java) S 2340 2342 32171 0 -1 64 16 999 0 0 0 0 22 2 16 0 9 0 28106678 888848384 27338 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2342/tid=2351] ppid=2340 vsize=868016 CPUtime=0.24
/proc/2342/task/2351/stat : 2351 (java) S 2340 2342 32171 0 -1 64 5 999 0 0 0 0 22 2 16 0 9 0 28106678 888848384 27338 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2342/tid=2352] ppid=2340 vsize=868016 CPUtime=0.24
/proc/2342/task/2352/stat : 2352 (java) S 2340 2342 32171 0 -1 64 2 999 0 0 0 0 22 2 25 0 9 0 28106680 888848384 27338 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2342/tid=2353] ppid=2340 vsize=868016 CPUtime=0.49
/proc/2342/task/2353/stat : 2353 (java) S 2340 2342 32171 0 -1 64 860 999 0 0 24 1 22 2 15 0 9 0 28106680 888848384 27338 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2342/tid=2354] ppid=2340 vsize=868016 CPUtime=0.24
/proc/2342/task/2354/stat : 2354 (java) S 2340 2342 32171 0 -1 64 0 999 0 0 0 0 22 2 25 0 9 0 28106681 888848384 27338 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2342/tid=2355] ppid=2340 vsize=868016 CPUtime=0.24
/proc/2342/task/2355/stat : 2355 (java) S 2340 2342 32171 0 -1 64 13 999 0 0 0 0 22 2 15 0 9 0 28106681 888848384 27338 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 868016

[startup+6.30207 s]
/proc/loadavg: 2.33 2.13 1.97 3/79 2401
/proc/meminfo: memFree=1661120/2055920 swapFree=4192812/4192956
[pid=2342] ppid=2340 vsize=868200 CPUtime=6.28
/proc/2342/stat : 2342 (java) S 2340 2342 32171 0 -1 0 64307 999 1 0 565 39 22 2 20 0 9 0 28106675 889036800 39620 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2342/statm: 217050 39620 2661 9 0 211486 0
[pid=2342/tid=2348] ppid=2340 vsize=868200 CPUtime=5.35
/proc/2342/task/2348/stat : 2348 (java) R 2340 2342 32171 0 -1 64 27511 999 1 0 487 24 22 2 17 0 9 0 28106677 889036800 39620 996147200 134512640 134550932 4294955968 18446744073709551615 4127361360 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2342/tid=2349] ppid=2340 vsize=868200 CPUtime=0.77
/proc/2342/task/2349/stat : 2349 (java) S 2340 2342 32171 0 -1 64 34900 999 0 0 42 11 22 2 16 0 9 0 28106678 889036800 39620 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2342/tid=2350] ppid=2340 vsize=868200 CPUtime=0.24
/proc/2342/task/2350/stat : 2350 (java) S 2340 2342 32171 0 -1 64 24 999 0 0 0 0 22 2 16 0 9 0 28106678 889036800 39620 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2342/tid=2351] ppid=2340 vsize=868200 CPUtime=0.24
/proc/2342/task/2351/stat : 2351 (java) S 2340 2342 32171 0 -1 64 9 999 0 0 0 0 22 2 15 0 9 0 28106678 889036800 39620 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2342/tid=2352] ppid=2340 vsize=868200 CPUtime=0.24
/proc/2342/task/2352/stat : 2352 (java) S 2340 2342 32171 0 -1 64 2 999 0 0 0 0 22 2 25 0 9 0 28106680 889036800 39620 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2342/tid=2353] ppid=2340 vsize=868200 CPUtime=0.6
/proc/2342/task/2353/stat : 2353 (java) S 2340 2342 32171 0 -1 64 1021 999 0 0 35 1 22 2 15 0 9 0 28106680 889036800 39620 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2342/tid=2354] ppid=2340 vsize=868200 CPUtime=0.24
/proc/2342/task/2354/stat : 2354 (java) S 2340 2342 32171 0 -1 64 0 999 0 0 0 0 22 2 25 0 9 0 28106681 889036800 39620 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2342/tid=2355] ppid=2340 vsize=868200 CPUtime=0.24
/proc/2342/task/2355/stat : 2355 (java) S 2340 2342 32171 0 -1 64 36 999 0 0 0 0 22 2 15 0 9 0 28106681 889036800 39620 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 868200

Solver just ended. Dumping a history of the last processes samples

[startup+7.10224 s]
/proc/loadavg: 2.33 2.13 1.97 4/90 2433
/proc/meminfo: memFree=1659240/2055920 swapFree=4192812/4192956
[pid=2342] ppid=2340 vsize=868200 CPUtime=7.08
/proc/2342/stat : 2342 (java) S 2340 2342 32171 0 -1 0 64315 999 1 0 645 39 22 2 20 0 9 0 28106675 889036800 39621 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2342/statm: 217050 39621 2661 9 0 211486 0
[pid=2342/tid=2348] ppid=2340 vsize=868200 CPUtime=6.14
/proc/2342/task/2348/stat : 2348 (java) R 2340 2342 32171 0 -1 64 27518 999 1 0 566 24 22 2 25 0 9 0 28106677 889036800 39621 996147200 134512640 134550932 4294955968 18446744073709551615 4127290386 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2342/tid=2349] ppid=2340 vsize=868200 CPUtime=0.77
/proc/2342/task/2349/stat : 2349 (java) S 2340 2342 32171 0 -1 64 34900 999 0 0 42 11 22 2 16 0 9 0 28106678 889036800 39621 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2342/tid=2350] ppid=2340 vsize=868200 CPUtime=0.24
/proc/2342/task/2350/stat : 2350 (java) S 2340 2342 32171 0 -1 64 24 999 0 0 0 0 22 2 16 0 9 0 28106678 889036800 39621 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2342/tid=2351] ppid=2340 vsize=868200 CPUtime=0.24
/proc/2342/task/2351/stat : 2351 (java) S 2340 2342 32171 0 -1 64 9 999 0 0 0 0 22 2 15 0 9 0 28106678 889036800 39621 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2342/tid=2352] ppid=2340 vsize=868200 CPUtime=0.24
/proc/2342/task/2352/stat : 2352 (java) S 2340 2342 32171 0 -1 64 2 999 0 0 0 0 22 2 25 0 9 0 28106680 889036800 39621 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2342/tid=2353] ppid=2340 vsize=868200 CPUtime=0.61
/proc/2342/task/2353/stat : 2353 (java) S 2340 2342 32171 0 -1 64 1022 999 0 0 36 1 22 2 15 0 9 0 28106680 889036800 39621 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2342/tid=2354] ppid=2340 vsize=868200 CPUtime=0.24
/proc/2342/task/2354/stat : 2354 (java) S 2340 2342 32171 0 -1 64 0 999 0 0 0 0 22 2 25 0 9 0 28106681 889036800 39621 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2342/tid=2355] ppid=2340 vsize=868200 CPUtime=0.24
/proc/2342/task/2355/stat : 2355 (java) S 2340 2342 32171 0 -1 64 36 999 0 0 0 0 22 2 15 0 9 0 28106681 889036800 39621 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.08
Current children cumulated vsize (KiB) 868200

[startup+7.9024 s]
/proc/loadavg: 2.33 2.13 1.97 3/79 2440
/proc/meminfo: memFree=1669824/2055920 swapFree=4192812/4192956
[pid=2342] ppid=2340 vsize=868200 CPUtime=7.86
/proc/2342/stat : 2342 (java) S 2340 2342 32171 0 -1 0 64371 999 1 0 723 39 22 2 20 0 9 0 28106675 889036800 39622 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2342/statm: 217050 39622 2661 9 0 211486 0
[pid=2342/tid=2348] ppid=2340 vsize=868200 CPUtime=6.93
/proc/2342/task/2348/stat : 2348 (java) R 2340 2342 32171 0 -1 64 27571 999 1 0 645 24 22 2 25 0 9 0 28106677 889036800 39622 996147200 134512640 134550932 4294955968 18446744073709551615 4127325432 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2342/tid=2349] ppid=2340 vsize=868200 CPUtime=0.77
/proc/2342/task/2349/stat : 2349 (java) S 2340 2342 32171 0 -1 64 34900 999 0 0 42 11 22 2 17 0 9 0 28106678 889036800 39622 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2342/tid=2350] ppid=2340 vsize=868200 CPUtime=0.24
/proc/2342/task/2350/stat : 2350 (java) S 2340 2342 32171 0 -1 64 24 999 0 0 0 0 22 2 16 0 9 0 28106678 889036800 39622 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2342/tid=2351] ppid=2340 vsize=868200 CPUtime=0.24
/proc/2342/task/2351/stat : 2351 (java) S 2340 2342 32171 0 -1 64 9 999 0 0 0 0 22 2 15 0 9 0 28106678 889036800 39622 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2342/tid=2352] ppid=2340 vsize=868200 CPUtime=0.24
/proc/2342/task/2352/stat : 2352 (java) S 2340 2342 32171 0 -1 64 2 999 0 0 0 0 22 2 25 0 9 0 28106680 889036800 39622 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2342/tid=2353] ppid=2340 vsize=868200 CPUtime=0.61
/proc/2342/task/2353/stat : 2353 (java) S 2340 2342 32171 0 -1 64 1025 999 0 0 36 1 22 2 16 0 9 0 28106680 889036800 39622 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2342/tid=2354] ppid=2340 vsize=868200 CPUtime=0.24
/proc/2342/task/2354/stat : 2354 (java) S 2340 2342 32171 0 -1 64 0 999 0 0 0 0 22 2 25 0 9 0 28106681 889036800 39622 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2342/tid=2355] ppid=2340 vsize=868200 CPUtime=0.24
/proc/2342/task/2355/stat : 2355 (java) S 2340 2342 32171 0 -1 64 36 999 0 0 0 0 22 2 15 0 9 0 28106681 889036800 39622 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.86
Current children cumulated vsize (KiB) 868200

[startup+8.10145 s]
/proc/loadavg: 2.33 2.13 1.97 3/79 2440
/proc/meminfo: memFree=1669824/2055920 swapFree=4192812/4192956
[pid=2342] ppid=2340 vsize=868112 CPUtime=8.06
/proc/2342/stat : 2342 (java) S 2340 2342 32171 0 -1 0 69667 999 1 0 740 42 22 2 20 0 9 0 28106675 888946688 44886 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2342/statm: 217028 44886 2639 9 0 211486 0
[pid=2342/tid=2348] ppid=2340 vsize=868112 CPUtime=7.03
/proc/2342/task/2348/stat : 2348 (java) S 2340 2342 32171 0 -1 64 27580 999 1 0 654 25 22 2 25 0 9 0 28106677 888946688 44886 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2342/tid=2349] ppid=2340 vsize=868112 CPUtime=0.86
/proc/2342/task/2349/stat : 2349 (java) S 2340 2342 32171 0 -1 64 40187 999 0 0 49 13 22 2 16 0 9 0 28106678 888946688 44886 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2342/tid=2350] ppid=2340 vsize=868112 CPUtime=0.24
/proc/2342/task/2350/stat : 2350 (java) S 2340 2342 32171 0 -1 64 24 999 0 0 0 0 22 2 16 0 9 0 28106678 888946688 44886 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2342/tid=2351] ppid=2340 vsize=868112 CPUtime=0.24
/proc/2342/task/2351/stat : 2351 (java) S 2340 2342 32171 0 -1 64 9 999 0 0 0 0 22 2 16 0 9 0 28106678 888946688 44886 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2342/tid=2352] ppid=2340 vsize=868112 CPUtime=0.24
/proc/2342/task/2352/stat : 2352 (java) S 2340 2342 32171 0 -1 64 2 999 0 0 0 0 22 2 25 0 9 0 28106680 888946688 44886 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2342/tid=2353] ppid=2340 vsize=868112 CPUtime=0.61
/proc/2342/task/2353/stat : 2353 (java) S 2340 2342 32171 0 -1 64 1025 999 0 0 36 1 22 2 16 0 9 0 28106680 888946688 44886 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2342/tid=2354] ppid=2340 vsize=868112 CPUtime=0.24
/proc/2342/task/2354/stat : 2354 (java) S 2340 2342 32171 0 -1 64 0 999 0 0 0 0 22 2 25 0 9 0 28106681 888946688 44886 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2342/tid=2355] ppid=2340 vsize=868112 CPUtime=0.24
/proc/2342/task/2355/stat : 2355 (java) S 2340 2342 32171 0 -1 64 36 999 0 0 0 0 22 2 15 0 9 0 28106681 888946688 44886 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.06
Current children cumulated vsize (KiB) 868112

Child status: 0
Real time (s): 8.15722
CPU time (s): 8.09977
CPU user time (s): 7.63184
CPU system time (s): 0.467928
CPU usage (%): 99.2957
Max. virtual memory (cumulated for all children) (KiB): 868200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.63184
system time used= 0.467928
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70696
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= 1759
involuntary context switches= 1718

runsolver used 0.015997 second user time and 0.036994 second system time

The end

Launcher Data

Begin job on node80 at 2009-07-12 16:53:41
IDJOB=2096649
IDBENCH=56537
IDSOLVER=773
FILE ID=node80/2096649-1247410421
PBS_JOBID= 9510490
Free space on /tmp= 66364 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/ogdHerald/normalized-crossword-m1-ogd-23-08.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2096649-1247410421/watcher-2096649-1247410421 -o /tmp/evaluation-result-2096649-1247410421/solver-2096649-1247410421 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2096649-1247410421.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 117ae339b8f3d5c076aebaf096f46353
RANDOM SEED=867721395

node80.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.285
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.285
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1796624 kB
Buffers:         37252 kB
Cached:         125336 kB
SwapCached:          0 kB
Active:         129920 kB
Inactive:        73700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1796624 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7304 kB
Writeback:           0 kB
Mapped:          58980 kB
Slab:            40928 kB
Committed_AS:  1015276 kB
PageTables:       1840 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= 66364 MiB
End job on node80 at 2009-07-12 16:53:49