Trace number 2096642

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 ESACSAT 7.2649 7.39169

DiagnosticValue
CHECKS678067
NODES291

General information on the benchmark

Namecsp/ogdHerald/
normalized-crossword-m1-ogd-19-06.xml
MD5SUM5e286f1e2243897cc3cc9750db43f6d9
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 benchmark1.45078
Satisfiable
(Un)Satisfiability was proved
Number of variables287
Number of constraints2528
Maximum constraint arity22
Maximum domain size26
Number of constraints which are defined in extension128
Number of constraints which are defined in intension2400
Global constraints used (with number of constraints)

Solver Data

0.06/0.09	
0.06/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.29/0.32	   
0.29/0.32	   instance
0.29/0.32	     name=HOME/instance-2096642-1247410419.xml
0.29/0.35	   
0.29/0.35	   domains being loaded...
0.29/0.36	   
0.29/0.36	   variables being loaded...
0.39/0.43	     nbVariables=287  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=7462
0.39/0.43	       =>  wckTime=0.194  cpuTime=0.15  mem=8M867
0.39/0.43	   
0.39/0.43	   relations being loaded...
1.28/1.36	   
1.28/1.36	   predicates being loaded...
1.37/1.43	   
1.37/1.43	   constraints being loaded...
1.87/1.91	   Too large in ConstraintConflictsSTructure
1.87/1.98	   Too large in ConstraintConflictsSTructure
1.96/2.01	   Too large in ConstraintConflictsSTructure
2.06/2.19	   Too large in ConstraintConflictsSTructure
3.33/3.41	     nbConstraints=2528  nbRelationTypes=8  nbGlobalConstraints=128  nbExtensionStructures=8
3.33/3.41	     nbSharedExtensionStructures=120  nbConflictsStructures=4  nbSharedConflictsStructures=110
3.33/3.41	     nbUnbuiltConflictsStructures=13  nbSharedBinaryRepresentations=0  nbEvaluationManagers=9
3.33/3.41	     nbSharedEvaluationManagers=2391  minDegree=6  maxDegree=114  minArity=3  avgArity=7.62  maxArity=22  nbGenerators=0
3.33/3.41	     nbFusions=0  symmetryWckTime=0.339  symmetryCpuTime=0.15
3.33/3.41	       =>  wckTime=3.171  cpuTime=2.48  mem=64M4
3.43/3.58	   
3.43/3.58	   solver IterativeSystematicSolver being built... 
3.84/3.94	   
3.84/3.94	   INFO : Forward propagation technique limited 
3.93/4.01	       =>  wckTime=3.766  cpuTime=2.8  mem=100M811
5.70/5.86	   
5.70/5.86	   preprocessing
5.70/5.86	     nbConstraintChecks=237408  nbValidityChecks=15832717  nbPropagations=3089  nbRevisions=23445
5.70/5.86	     nbUselessRevisions=23429  nbSingletonTests=316  nbEffectiveSingletonTests=0  nbACRemovals=190  nbFoundSingletons=0
5.70/5.86	     nbRemovedValues=190  detectedInconsistency=no
5.70/5.86	       =>  wckTime=1.852  cpuTime=1.77  mem=102M678
7.19/7.33	   
7.19/7.33	   search
7.19/7.33	     run=0  nbConstraintChecks=440659  nbValidityChecks=6334530  minDepth=147  maxDepth=287  nbPropagations=4969
7.19/7.33	     nbRevisions=99335  nbUselessRevisions=99281  nbAssignments=291  nbFailedAssignments=4  nbBacktracks=0
7.19/7.33	     nbVisitedNodes=296  nbRestartNogoods=0  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=0
7.19/7.33	     nbSEliminables=0  nbREliminables=38.75  nbIEliminables=154.53  nbDEliminables=0  nbPEliminables=0
7.19/7.33	       =>  wckTime=3.317  cpuTime=3.21  mem=103M628
7.19/7.33	   
7.19/7.33	   global
7.19/7.33	     nbConstraintChecks=678067  nbValidityChecks=22167247  nbPropagations=8058  nbRevisions=122780
7.19/7.33	     nbUselessRevisions=122710  nbRestartNogoods=0  solvingWckTime=3.318  solvingCpuTime=3.21  expiredTime=no
7.19/7.33	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=5.99  globalCpuTime=6.07
7.19/7.33	       =>  wckTime=7.089  cpuTime=6.01  mem=103M628
7.19/7.33	   
7.19/7.33	s SATISFIABLE
7.19/7.33	v 12 0 17 4 18 0 17 8 2 15 0 18 6 0 8 18 0 17 0 2 0 13 0 18 0 8 17 0 4 17 18 4 18 0 11 0 12 0 18 14 17 0 12 8 13 0 14 18 18 4 13 15 17 4 4 12 8 13 4 13 2 4 6 0 8 19 0 18 19 0 15 4 2 0 2 20 18 13 8 4 19 15 17 4 5 8 23 0 18 0 6 17 4 4 0 17 18 1 4 0 19 4 15 20 0 15 0 8 17 0 6 4 2 0 17 8 4 0 3 12 4 18 18 0 11 8 4 2 0 11 4 4 0 2 19 4 4 15 8 4 18 15 0 13 4 18 3 8 14 17 1 4 0 19 18 2 0 11 0 18 19 0 4 13 8 0 18 0 0 18 5 0 17 4 18 15 0 13 19 0 8 4 19 20 18 17 0 11 4 18 18 0 17 6 17 8 11 11 4 23 4 17 4 18 4 18 15 0 17 4 11 4 18 4 18 18 0 8 4 2 0 2 18 20 2 15 18 24 2 7 14 15 14 12 15 4 7 0 13 2 0 13 4 0 17 0 10 12 0 0 17 0 12 8 18 0 6 8 4 13 0 18 4 4 17 8 4 12 8 0 12 1 0 4 18 19 20 4 18 18 0 13 18 15 4 18 4 
7.19/7.33	d NODES 291
7.19/7.33	d CHECKS 678067
7.19/7.33	   
7.19/7.33	   totalWckTime=7.144  totalCpuTime=6.07

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-2096642-1247410419/watcher-2096642-1247410419 -o /tmp/evaluation-result-2096642-1247410419/solver-2096642-1247410419 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2096642-1247410419.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.15 2.04 2.01 4/80 30502
/proc/meminfo: memFree=1795872/2055920 swapFree=4192812/4192956
[pid=30502] ppid=30500 vsize=10676 CPUtime=0
/proc/30502/stat : 30502 (java) S 30500 30502 29325 0 -1 0 678 0 0 0 0 0 0 0 18 0 2 0 28108267 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/30502/statm: 2669 474 207 9 0 1184 0
[pid=30502/tid=30503] ppid=30500 vsize=10676 CPUtime=0
/proc/30502/task/30503/stat : 30503 (java) R 30500 30502 29325 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 28108268 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 13438936 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0726331 s]
/proc/loadavg: 2.15 2.04 2.01 4/80 30502
/proc/meminfo: memFree=1795872/2055920 swapFree=4192812/4192956
[pid=30502] ppid=30500 vsize=864024 CPUtime=0.06
/proc/30502/stat : 30502 (java) S 30500 30502 29325 0 -1 0 2894 0 1 0 4 2 0 0 18 0 9 0 28108267 884760576 2410 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30502/statm: 216006 2410 1144 9 0 210899 0
[pid=30502/tid=30503] ppid=30500 vsize=864024 CPUtime=0.04
/proc/30502/task/30503/stat : 30503 (java) R 30500 30502 29325 0 -1 64 1988 0 1 0 3 1 0 0 18 0 9 0 28108268 884760576 2410 996147200 134512640 134550932 4294955968 18446744073709551615 102724619 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 864024

[startup+0.102214 s]
/proc/loadavg: 2.15 2.04 2.01 4/80 30502
/proc/meminfo: memFree=1795872/2055920 swapFree=4192812/4192956
[pid=30502] ppid=30500 vsize=865984 CPUtime=0.08
/proc/30502/stat : 30502 (java) S 30500 30502 29325 0 -1 0 3753 0 1 0 6 2 0 0 18 0 9 0 28108267 886767616 3213 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30502/statm: 216496 3213 1696 9 0 210981 0
[pid=30502/tid=30503] ppid=30500 vsize=865984 CPUtime=0.07
/proc/30502/task/30503/stat : 30503 (java) R 30500 30502 29325 0 -1 64 2845 0 1 0 6 1 0 0 18 0 9 0 28108268 886767616 3213 996147200 134512640 134550932 4294955968 18446744073709551615 103796139 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.302262 s]
/proc/loadavg: 2.15 2.04 2.01 4/80 30502
/proc/meminfo: memFree=1795872/2055920 swapFree=4192812/4192956
[pid=30502] ppid=30500 vsize=866296 CPUtime=0.29
/proc/30502/stat : 30502 (java) S 30500 30502 29325 0 -1 0 5698 0 1 0 25 4 0 0 18 0 9 0 28108267 887087104 5101 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30502/statm: 216574 5101 1927 9 0 211052 0
[pid=30502/tid=30503] ppid=30500 vsize=866296 CPUtime=0.24
/proc/30502/task/30503/stat : 30503 (java) R 30500 30502 29325 0 -1 64 4727 0 1 0 21 3 0 0 19 0 9 0 28108268 887087104 5101 996147200 134512640 134550932 4294955968 18446744073709551615 12591908 0 2147483391 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866296

[startup+0.702329 s]
/proc/loadavg: 2.15 2.04 2.01 4/80 30502
/proc/meminfo: memFree=1795872/2055920 swapFree=4192812/4192956
[pid=30502] ppid=30500 vsize=866632 CPUtime=0.69
/proc/30502/stat : 30502 (java) S 30500 30502 29325 0 -1 0 14211 0 1 0 61 8 0 0 18 0 9 0 28108267 887431168 13573 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30502/statm: 216658 13573 1998 9 0 211116 0
[pid=30502/tid=30503] ppid=30500 vsize=866632 CPUtime=0.6
/proc/30502/task/30503/stat : 30503 (java) R 30500 30502 29325 0 -1 64 13176 0 1 0 53 7 0 0 20 0 9 0 28108268 887431168 13573 996147200 134512640 134550932 4294955968 18446744073709551615 4126616894 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 866632

[startup+1.50286 s]
/proc/loadavg: 2.15 2.04 2.01 4/89 30511
/proc/meminfo: memFree=1727384/2055920 swapFree=4192812/4192956
[pid=30502] ppid=30500 vsize=867180 CPUtime=1.47
/proc/30502/stat : 30502 (java) S 30500 30502 29325 0 -1 0 23455 0 1 0 135 12 0 0 18 0 9 0 28108267 887992320 22805 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30502/statm: 216795 22805 2046 9 0 211231 0
[pid=30502/tid=30503] ppid=30500 vsize=867180 CPUtime=1.26
/proc/30502/task/30503/stat : 30503 (java) R 30500 30502 29325 0 -1 64 15804 0 1 0 117 9 0 0 25 0 9 0 28108268 887992320 22805 996147200 134512640 134550932 4294955968 18446744073709551615 4126733680 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30502/tid=30505] ppid=30500 vsize=867180 CPUtime=0.07
/proc/30502/task/30505/stat : 30505 (java) S 30500 30502 29325 0 -1 64 6464 0 0 0 5 2 0 0 16 0 9 0 28108270 887992320 22805 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30502/tid=30506] ppid=30500 vsize=867180 CPUtime=0
/proc/30502/task/30506/stat : 30506 (java) S 30500 30502 29325 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28108270 887992320 22805 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30502/tid=30507] ppid=30500 vsize=867180 CPUtime=0
/proc/30502/task/30507/stat : 30507 (java) S 30500 30502 29325 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 28108270 887992320 22805 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30502/tid=30508] ppid=30500 vsize=867180 CPUtime=0
/proc/30502/task/30508/stat : 30508 (java) S 30500 30502 29325 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28108272 887992320 22805 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30502/tid=30509] ppid=30500 vsize=867180 CPUtime=0.11
/proc/30502/task/30509/stat : 30509 (java) S 30500 30502 29325 0 -1 64 486 0 0 0 11 0 0 0 16 0 9 0 28108272 887992320 22805 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30502/tid=30510] ppid=30500 vsize=867180 CPUtime=0
/proc/30502/task/30510/stat : 30510 (java) S 30500 30502 29325 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28108272 887992320 22805 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30502/tid=30511] ppid=30500 vsize=867180 CPUtime=0
/proc/30502/task/30511/stat : 30511 (java) S 30500 30502 29325 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28108272 887992320 22805 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867180

[startup+3.10112 s]
/proc/loadavg: 2.14 2.04 2.01 4/89 30511
/proc/meminfo: memFree=1694360/2055920 swapFree=4192812/4192956
[pid=30502] ppid=30500 vsize=867672 CPUtime=3.05
/proc/30502/stat : 30502 (java) S 30500 30502 29325 0 -1 0 30455 0 1 0 278 27 0 0 18 0 9 0 28108267 888496128 29779 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30502/statm: 216918 29779 2034 9 0 211376 0
[pid=30502/tid=30503] ppid=30500 vsize=867672 CPUtime=2.57
/proc/30502/task/30503/stat : 30503 (java) R 30500 30502 29325 0 -1 64 15844 0 1 0 237 20 0 0 25 0 9 0 28108268 888496128 29779 996147200 134512640 134550932 4294955968 18446744073709551615 4126431790 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30502/tid=30505] ppid=30500 vsize=867672 CPUtime=0.21
/proc/30502/task/30505/stat : 30505 (java) S 30500 30502 29325 0 -1 64 13173 0 0 0 15 6 0 0 16 0 9 0 28108270 888496128 29779 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30502/tid=30506] ppid=30500 vsize=867672 CPUtime=0
/proc/30502/task/30506/stat : 30506 (java) S 30500 30502 29325 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28108270 888496128 29779 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30502/tid=30507] ppid=30500 vsize=867672 CPUtime=0
/proc/30502/task/30507/stat : 30507 (java) S 30500 30502 29325 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28108270 888496128 29779 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30502/tid=30508] ppid=30500 vsize=867672 CPUtime=0
/proc/30502/task/30508/stat : 30508 (java) S 30500 30502 29325 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28108272 888496128 29779 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30502/tid=30509] ppid=30500 vsize=867672 CPUtime=0.25
/proc/30502/task/30509/stat : 30509 (java) S 30500 30502 29325 0 -1 64 737 0 0 0 25 0 0 0 15 0 9 0 28108272 888496128 29779 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30502/tid=30510] ppid=30500 vsize=867672 CPUtime=0
/proc/30502/task/30510/stat : 30510 (java) S 30500 30502 29325 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28108272 888496128 29779 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30502/tid=30511] ppid=30500 vsize=867672 CPUtime=0
/proc/30502/task/30511/stat : 30511 (java) S 30500 30502 29325 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28108272 888496128 29779 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867672

[startup+6.30663 s]
/proc/loadavg: 2.14 2.04 2.01 4/89 30515
/proc/meminfo: memFree=1664728/2055920 swapFree=4192812/4192956
[pid=30502] ppid=30500 vsize=868204 CPUtime=6.2
/proc/30502/stat : 30502 (java) S 30500 30502 29325 0 -1 0 60548 623 1 0 572 36 11 1 18 0 9 0 28108267 889040896 35248 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30502/statm: 217051 35248 2661 9 0 211487 0
[pid=30502/tid=30503] ppid=30500 vsize=868204 CPUtime=5.33
/proc/30502/task/30503/stat : 30503 (java) R 30500 30502 29325 0 -1 64 29235 623 1 0 497 24 11 1 17 0 9 0 28108268 889040896 35248 996147200 134512640 134550932 4294955968 18446744073709551615 4127325073 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30502/tid=30505] ppid=30500 vsize=868204 CPUtime=0.57
/proc/30502/task/30505/stat : 30505 (java) S 30500 30502 29325 0 -1 64 29409 623 0 0 36 9 11 1 16 0 9 0 28108270 889040896 35248 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30502/tid=30506] ppid=30500 vsize=868204 CPUtime=0.12
/proc/30502/task/30506/stat : 30506 (java) S 30500 30502 29325 0 -1 64 21 623 0 0 0 0 11 1 16 0 9 0 28108270 889040896 35248 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30502/tid=30507] ppid=30500 vsize=868204 CPUtime=0.12
/proc/30502/task/30507/stat : 30507 (java) S 30500 30502 29325 0 -1 64 9 623 0 0 0 0 11 1 15 0 9 0 28108270 889040896 35248 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30502/tid=30508] ppid=30500 vsize=868204 CPUtime=0.12
/proc/30502/task/30508/stat : 30508 (java) S 30500 30502 29325 0 -1 64 2 623 0 0 0 0 11 1 18 0 9 0 28108272 889040896 35248 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30502/tid=30509] ppid=30500 vsize=868204 CPUtime=0.49
/proc/30502/task/30509/stat : 30509 (java) S 30500 30502 29325 0 -1 64 1033 623 0 0 37 0 11 1 15 0 9 0 28108272 889040896 35248 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30502/tid=30510] ppid=30500 vsize=868204 CPUtime=0.12
/proc/30502/task/30510/stat : 30510 (java) S 30500 30502 29325 0 -1 64 0 623 0 0 0 0 11 1 19 0 9 0 28108272 889040896 35248 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30502/tid=30511] ppid=30500 vsize=868204 CPUtime=0.12
/proc/30502/task/30511/stat : 30511 (java) S 30500 30502 29325 0 -1 64 35 623 0 0 0 0 11 1 15 0 9 0 28108272 889040896 35248 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 868204

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

[startup+7.10275 s]
/proc/loadavg: 2.14 2.04 2.01 3/89 30515
/proc/meminfo: memFree=1664664/2055920 swapFree=4192812/4192956
[pid=30502] ppid=30500 vsize=868204 CPUtime=6.99
/proc/30502/stat : 30502 (java) S 30500 30502 29325 0 -1 0 60550 623 1 0 651 36 11 1 18 0 9 0 28108267 889040896 35249 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30502/statm: 217051 35249 2661 9 0 211487 0
[pid=30502/tid=30503] ppid=30500 vsize=868204 CPUtime=6.12
/proc/30502/task/30503/stat : 30503 (java) R 30500 30502 29325 0 -1 64 29237 623 1 0 576 24 11 1 24 0 9 0 28108268 889040896 35249 996147200 134512640 134550932 4294955968 18446744073709551615 4127272804 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30502/tid=30505] ppid=30500 vsize=868204 CPUtime=0.57
/proc/30502/task/30505/stat : 30505 (java) S 30500 30502 29325 0 -1 64 29409 623 0 0 36 9 11 1 16 0 9 0 28108270 889040896 35249 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30502/tid=30506] ppid=30500 vsize=868204 CPUtime=0.12
/proc/30502/task/30506/stat : 30506 (java) S 30500 30502 29325 0 -1 64 21 623 0 0 0 0 11 1 16 0 9 0 28108270 889040896 35249 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30502/tid=30507] ppid=30500 vsize=868204 CPUtime=0.12
/proc/30502/task/30507/stat : 30507 (java) S 30500 30502 29325 0 -1 64 9 623 0 0 0 0 11 1 15 0 9 0 28108270 889040896 35249 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30502/tid=30508] ppid=30500 vsize=868204 CPUtime=0.12
/proc/30502/task/30508/stat : 30508 (java) S 30500 30502 29325 0 -1 64 2 623 0 0 0 0 11 1 18 0 9 0 28108272 889040896 35249 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30502/tid=30509] ppid=30500 vsize=868204 CPUtime=0.5
/proc/30502/task/30509/stat : 30509 (java) S 30500 30502 29325 0 -1 64 1033 623 0 0 38 0 11 1 15 0 9 0 28108272 889040896 35249 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30502/tid=30510] ppid=30500 vsize=868204 CPUtime=0.12
/proc/30502/task/30510/stat : 30510 (java) S 30500 30502 29325 0 -1 64 0 623 0 0 0 0 11 1 19 0 9 0 28108272 889040896 35249 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30502/tid=30511] ppid=30500 vsize=868204 CPUtime=0.12
/proc/30502/task/30511/stat : 30511 (java) S 30500 30502 29325 0 -1 64 35 623 0 0 0 0 11 1 15 0 9 0 28108272 889040896 35249 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.99
Current children cumulated vsize (KiB) 868204

[startup+7.30278 s]
/proc/loadavg: 2.14 2.04 2.01 3/89 30515
/proc/meminfo: memFree=1664664/2055920 swapFree=4192812/4192956
[pid=30502] ppid=30500 vsize=868204 CPUtime=7.19
/proc/30502/stat : 30502 (java) S 30500 30502 29325 0 -1 0 60551 623 1 0 671 36 11 1 18 0 9 0 28108267 889040896 35249 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30502/statm: 217051 35249 2661 9 0 211487 0
[pid=30502/tid=30503] ppid=30500 vsize=868204 CPUtime=6.32
/proc/30502/task/30503/stat : 30503 (java) R 30500 30502 29325 0 -1 64 29238 623 1 0 596 24 11 1 17 0 9 0 28108268 889040896 35249 996147200 134512640 134550932 4294955968 18446744073709551615 4127319244 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30502/tid=30505] ppid=30500 vsize=868204 CPUtime=0.57
/proc/30502/task/30505/stat : 30505 (java) S 30500 30502 29325 0 -1 64 29409 623 0 0 36 9 11 1 16 0 9 0 28108270 889040896 35249 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30502/tid=30506] ppid=30500 vsize=868204 CPUtime=0.12
/proc/30502/task/30506/stat : 30506 (java) S 30500 30502 29325 0 -1 64 21 623 0 0 0 0 11 1 16 0 9 0 28108270 889040896 35249 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30502/tid=30507] ppid=30500 vsize=868204 CPUtime=0.12
/proc/30502/task/30507/stat : 30507 (java) S 30500 30502 29325 0 -1 64 9 623 0 0 0 0 11 1 15 0 9 0 28108270 889040896 35249 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30502/tid=30508] ppid=30500 vsize=868204 CPUtime=0.12
/proc/30502/task/30508/stat : 30508 (java) S 30500 30502 29325 0 -1 64 2 623 0 0 0 0 11 1 18 0 9 0 28108272 889040896 35249 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30502/tid=30509] ppid=30500 vsize=868204 CPUtime=0.5
/proc/30502/task/30509/stat : 30509 (java) S 30500 30502 29325 0 -1 64 1033 623 0 0 38 0 11 1 15 0 9 0 28108272 889040896 35249 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30502/tid=30510] ppid=30500 vsize=868204 CPUtime=0.12
/proc/30502/task/30510/stat : 30510 (java) S 30500 30502 29325 0 -1 64 0 623 0 0 0 0 11 1 19 0 9 0 28108272 889040896 35249 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30502/tid=30511] ppid=30500 vsize=868204 CPUtime=0.12
/proc/30502/task/30511/stat : 30511 (java) S 30500 30502 29325 0 -1 64 35 623 0 0 0 0 11 1 15 0 9 0 28108272 889040896 35249 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.19
Current children cumulated vsize (KiB) 868204

Child status: 0
Real time (s): 7.39169
CPU time (s): 7.2649
CPU user time (s): 6.85996
CPU system time (s): 0.404938
CPU usage (%): 98.2847
Max. virtual memory (cumulated for all children) (KiB): 868204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.85996
system time used= 0.404938
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61213
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= 1644
involuntary context switches= 1608

runsolver used 0.012998 second user time and 0.039993 second system time

The end

Launcher Data

Begin job on node26 at 2009-07-12 16:53:39
IDJOB=2096642
IDBENCH=56532
IDSOLVER=774
FILE ID=node26/2096642-1247410419
PBS_JOBID= 9510591
Free space on /tmp= 66392 MiB

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

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

MD5SUM BENCH= 5e286f1e2243897cc3cc9750db43f6d9
RANDOM SEED=747773395

node26.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.281
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.281
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:       1796352 kB
Buffers:         35092 kB
Cached:         120016 kB
SwapCached:          0 kB
Active:         117596 kB
Inactive:        87060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1796352 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8100 kB
Writeback:           0 kB
Mapped:          69972 kB
Slab:            40204 kB
Committed_AS:   987892 kB
PageTables:       1828 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= 66388 MiB
End job on node26 at 2009-07-12 16:53:47