Trace number 2096628

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.37188 7.46698

DiagnosticValue
CHECKS1135510
NODES541

General information on the benchmark

Namecsp/ogdHerald/
normalized-crossword-m1-ogd-19-07.xml
MD5SUM674fab943b683528aaf02df745a39144
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.16382
Satisfiable
(Un)Satisfiability was proved
Number of variables291
Number of constraints3141
Maximum constraint arity30
Maximum domain size26
Number of constraints which are defined in extension134
Number of constraints which are defined in intension3007
Global constraints used (with number of constraints)

Solver Data

0.01/0.09	
0.01/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-2096628-1247410411.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.32	   
0.28/0.32	   variables being loaded...
0.28/0.40	     nbVariables=291  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=7566
0.28/0.40	       =>  wckTime=0.152  cpuTime=0.12  mem=8M867
0.28/0.40	   
0.28/0.40	   relations being loaded...
0.89/1.00	   
0.89/1.00	   predicates being loaded...
0.98/1.06	   
0.98/1.06	   constraints being loaded...
1.47/1.54	   Too large in ConstraintConflictsSTructure
1.57/1.62	   Too large in ConstraintConflictsSTructure
1.57/1.65	   Too large in ConstraintConflictsSTructure
1.68/1.74	   Too large in ConstraintConflictsSTructure
3.13/3.20	     nbConstraints=3141  nbRelationTypes=8  nbGlobalConstraints=134  nbExtensionStructures=8
3.13/3.20	     nbSharedExtensionStructures=126  nbConflictsStructures=4  nbSharedConflictsStructures=116
3.13/3.21	     nbUnbuiltConflictsStructures=13  nbSharedBinaryRepresentations=0  nbEvaluationManagers=9
3.13/3.21	     nbSharedEvaluationManagers=2998  minDegree=4  maxDegree=130  minArity=3  avgArity=7.41  maxArity=30  nbGenerators=0
3.13/3.21	     nbFusions=0  symmetryWckTime=0.42  symmetryCpuTime=0.18
3.13/3.21	       =>  wckTime=2.96  cpuTime=2.32  mem=44M657
3.22/3.36	   
3.22/3.36	   solver IterativeSystematicSolver being built... 
3.62/3.71	   
3.62/3.71	   INFO : Forward propagation technique limited 
3.62/3.78	       =>  wckTime=3.535  cpuTime=2.64  mem=106M5
5.21/5.38	   
5.21/5.38	   preprocessing
5.21/5.38	     nbConstraintChecks=529243  nbValidityChecks=8540022  nbPropagations=2328  nbRevisions=66672
5.21/5.38	     nbUselessRevisions=66650  nbSingletonTests=306  nbEffectiveSingletonTests=0  nbACRemovals=245  nbFoundSingletons=0
5.21/5.38	     nbRemovedValues=245  detectedInconsistency=no
5.21/5.38	       =>  wckTime=1.597  cpuTime=1.43  mem=77M706
7.29/7.42	   
7.29/7.42	   search
7.29/7.42	     run=1  nbConstraintChecks=606271  nbValidityChecks=10924854  minDepth=197  maxDepth=291  nbPropagations=9636
7.29/7.42	     nbRevisions=368923  nbUselessRevisions=368675  nbAssignments=541  nbFailedAssignments=12  nbBacktracks=1
7.29/7.42	     nbVisitedNodes=555  nbRestartNogoods=10  nbFoundSolutions=1  mapSize=1  nbInferences=0  nbTooLargeKeys=0
7.29/7.42	     nbSEliminables=0  nbREliminables=41.82  nbIEliminables=156.04  nbDEliminables=0  nbPEliminables=0
7.29/7.42	       =>  wckTime=3.636  cpuTime=3.43  mem=79M629
7.29/7.42	   
7.29/7.42	   global
7.29/7.42	     nbConstraintChecks=1135514  nbValidityChecks=19464876  nbPropagations=11964  nbRevisions=435595
7.29/7.42	     nbUselessRevisions=435325  nbRestartNogoods=10  solvingWckTime=3.638  solvingCpuTime=3.43  expiredTime=no
7.29/7.42	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=6.06  globalCpuTime=6.11
7.29/7.42	       =>  wckTime=7.177  cpuTime=6.08  mem=79M629
7.29/7.42	   
7.29/7.42	s SATISFIABLE
7.29/7.42	v 0 15 0 17 8 6 0 19 4 2 0 4 13 15 12 0 6 0 8 4 18 13 8 4 19 17 8 17 4 0 0 18 7 24 3 17 14 2 14 17 19 8 18 14 13 4 18 11 8 18 0 18 4 15 0 13 4 18 0 8 4 17 4 13 4 4 20 18 15 8 11 4 15 20 4 0 12 8 2 19 18 18 8 4 4 1 4 13 8 14 5 5 1 20 18 7 18 1 0 4 18 17 20 3 4 13 19 0 8 1 0 1 0 15 0 18 12 0 18 3 0 19 4 4 19 0 12 15 0 8 18 15 0 18 19 7 4 18 4 18 15 0 8 4 17 0 8 15 0 8 23 2 0 15 4 19 18 2 0 13 4 0 15 15 0 17 19 18 0 17 0 18 19 0 18 17 24 4 19 0 8 4 3 4 2 14 2 19 4 18 2 17 8 4 1 4 15 15 20 4 18 18 8 4 20 23 15 7 14 19 21 0 18 18 0 11 18 4 18 2 0 4 12 1 0 13 15 0 17 4 15 0 8 13 15 0 17 0 1 0 18 0 17 0 2 14 13 19 17 4 1 0 11 0 13 2 4 17 0 8 12 2 0 11 4 0 19 0 19 4 0 6 17 4 6 19 4 4 12 4 20 18 18 8 4 13 8 18 18 20 4 
7.29/7.42	d NODES 541
7.29/7.42	d CHECKS 1135514
7.29/7.42	   
7.29/7.43	   totalWckTime=7.243  totalCpuTime=6.11

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-2096628-1247410411/watcher-2096628-1247410411 -o /tmp/evaluation-result-2096628-1247410411/solver-2096628-1247410411 -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-2096628-1247410411.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.18 2.06 1.98 4/81 32257
/proc/meminfo: memFree=1754624/2055920 swapFree=4192812/4192956
[pid=32257] ppid=32255 vsize=18576 CPUtime=0
/proc/32257/stat : 32257 (runsolver) R 32255 32257 30988 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 28106425 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 214945033511 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/32257/statm: 4644 284 249 26 0 2626 0

[startup+0.0318189 s]
/proc/loadavg: 2.18 2.06 1.98 4/81 32257
/proc/meminfo: memFree=1754624/2055920 swapFree=4192812/4192956
[pid=32257] ppid=32255 vsize=861936 CPUtime=0.01
/proc/32257/stat : 32257 (java) S 32255 32257 30988 0 -1 0 2027 0 1 0 0 1 0 0 21 0 5 0 28106425 882622464 1694 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/32257/statm: 215484 1694 780 9 0 210399 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 861936

[startup+0.102824 s]
/proc/loadavg: 2.18 2.06 1.98 4/81 32257
/proc/meminfo: memFree=1754624/2055920 swapFree=4192812/4192956
[pid=32257] ppid=32255 vsize=865940 CPUtime=0.09
/proc/32257/stat : 32257 (java) S 32255 32257 30988 0 -1 0 3748 0 1 0 7 2 0 0 21 0 9 0 28106425 886722560 3214 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32257/statm: 216485 3214 1700 9 0 210970 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865940

[startup+0.301848 s]
/proc/loadavg: 2.18 2.06 1.98 4/81 32257
/proc/meminfo: memFree=1754624/2055920 swapFree=4192812/4192956
[pid=32257] ppid=32255 vsize=866432 CPUtime=0.28
/proc/32257/stat : 32257 (java) S 32255 32257 30988 0 -1 0 5991 0 1 0 25 3 0 0 21 0 9 0 28106425 887226368 5357 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32257/statm: 216608 5357 1986 9 0 211066 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866432

[startup+0.702896 s]
/proc/loadavg: 2.18 2.06 1.98 4/81 32257
/proc/meminfo: memFree=1754624/2055920 swapFree=4192812/4192956
[pid=32257] ppid=32255 vsize=866572 CPUtime=0.68
/proc/32257/stat : 32257 (java) S 32255 32257 30988 0 -1 0 16121 0 1 0 60 8 0 0 21 0 9 0 28106425 887369728 15483 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32257/statm: 216643 15483 1999 9 0 211101 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 866572

[startup+1.50298 s]
/proc/loadavg: 2.18 2.06 1.98 3/90 32266
/proc/meminfo: memFree=1685112/2055920 swapFree=4192812/4192956
[pid=32257] ppid=32255 vsize=867664 CPUtime=1.47
/proc/32257/stat : 32257 (java) S 32255 32257 30988 0 -1 0 22750 0 1 0 135 12 0 0 21 0 9 0 28106425 888487936 22078 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32257/statm: 216916 22078 2028 9 0 211374 0
[pid=32257/tid=32259] ppid=32255 vsize=867664 CPUtime=1.22
/proc/32257/task/32259/stat : 32259 (java) R 32255 32257 30988 0 -1 64 15803 0 1 0 113 9 0 0 25 0 9 0 28106426 888487936 22078 996147200 134512640 134550932 4294955968 18446744073709551615 104060622 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32257/tid=32260] ppid=32255 vsize=867664 CPUtime=0.07
/proc/32257/task/32260/stat : 32260 (java) S 32255 32257 30988 0 -1 64 5572 0 0 0 5 2 0 0 16 0 9 0 28106427 888487936 22078 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32257/tid=32261] ppid=32255 vsize=867664 CPUtime=0
/proc/32257/task/32261/stat : 32261 (java) S 32255 32257 30988 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 28106428 888487936 22078 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32257/tid=32262] ppid=32255 vsize=867664 CPUtime=0
/proc/32257/task/32262/stat : 32262 (java) S 32255 32257 30988 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 28106428 888487936 22078 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32257/tid=32263] ppid=32255 vsize=867664 CPUtime=0
/proc/32257/task/32263/stat : 32263 (java) S 32255 32257 30988 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 28106430 888487936 22078 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32257/tid=32264] ppid=32255 vsize=867664 CPUtime=0.16
/proc/32257/task/32264/stat : 32264 (java) S 32255 32257 30988 0 -1 64 672 0 0 0 16 0 0 0 16 0 9 0 28106430 888487936 22078 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32257/tid=32265] ppid=32255 vsize=867664 CPUtime=0
/proc/32257/task/32265/stat : 32265 (java) S 32255 32257 30988 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28106430 888487936 22078 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32257/tid=32266] ppid=32255 vsize=867664 CPUtime=0
/proc/32257/task/32266/stat : 32266 (java) S 32255 32257 30988 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28106430 888487936 22078 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) 867664

[startup+3.10117 s]
/proc/loadavg: 2.18 2.06 1.98 4/90 32266
/proc/meminfo: memFree=1668856/2055920 swapFree=4192812/4192956
[pid=32257] ppid=32255 vsize=867988 CPUtime=2.94
/proc/32257/stat : 32257 (java) S 32255 32257 30988 0 -1 0 36296 0 1 0 265 29 0 0 21 0 10 0 28106425 888819712 28246 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32257/statm: 216997 28246 2037 9 0 211455 0
[pid=32257/tid=32259] ppid=32255 vsize=867988 CPUtime=2.45
/proc/32257/task/32259/stat : 32259 (java) S 32255 32257 30988 0 -1 64 15911 0 1 0 223 22 0 0 24 0 10 0 28106426 888819712 28246 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=32257/tid=32260] ppid=32255 vsize=867988 CPUtime=0.22
/proc/32257/task/32260/stat : 32260 (java) S 32255 32257 30988 0 -1 64 18861 0 0 0 16 6 0 0 16 0 10 0 28106427 888819712 28246 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32257/tid=32261] ppid=32255 vsize=867988 CPUtime=0
/proc/32257/task/32261/stat : 32261 (java) S 32255 32257 30988 0 -1 64 21 0 0 0 0 0 0 0 17 0 10 0 28106428 888819712 28246 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32257/tid=32262] ppid=32255 vsize=867988 CPUtime=0
/proc/32257/task/32262/stat : 32262 (java) S 32255 32257 30988 0 -1 64 11 0 0 0 0 0 0 0 16 0 10 0 28106428 888819712 28246 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32257/tid=32263] ppid=32255 vsize=867988 CPUtime=0
/proc/32257/task/32263/stat : 32263 (java) S 32255 32257 30988 0 -1 64 2 0 0 0 0 0 0 0 25 0 10 0 28106430 888819712 28246 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32257/tid=32264] ppid=32255 vsize=867988 CPUtime=0.25
/proc/32257/task/32264/stat : 32264 (java) S 32255 32257 30988 0 -1 64 738 0 0 0 25 0 0 0 15 0 10 0 28106430 888819712 28246 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32257/tid=32265] ppid=32255 vsize=867988 CPUtime=0
/proc/32257/task/32265/stat : 32265 (java) S 32255 32257 30988 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 28106430 888819712 28246 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32257/tid=32266] ppid=32255 vsize=867988 CPUtime=0
/proc/32257/task/32266/stat : 32266 (java) S 32255 32257 30988 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 28106430 888819712 28246 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 867988

[startup+6.30253 s]
/proc/loadavg: 2.17 2.06 1.98 3/90 32270
/proc/meminfo: memFree=1612848/2055920 swapFree=4192812/4192956
[pid=32257] ppid=32255 vsize=868108 CPUtime=6.2
/proc/32257/stat : 32257 (java) S 32255 32257 30988 0 -1 0 69948 697 1 0 567 40 12 1 21 0 9 0 28106425 888942592 37886 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32257/statm: 217027 37886 2639 9 0 211485 0
[pid=32257/tid=32259] ppid=32255 vsize=868108 CPUtime=5.28
/proc/32257/task/32259/stat : 32259 (java) R 32255 32257 30988 0 -1 64 29242 697 1 0 488 27 12 1 25 0 9 0 28106426 888942592 37886 996147200 134512640 134550932 4294955968 18446744073709551615 4127308954 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32257/tid=32260] ppid=32255 vsize=868108 CPUtime=0.65
/proc/32257/task/32260/stat : 32260 (java) S 32255 32257 30988 0 -1 64 38799 697 0 0 41 11 12 1 17 0 9 0 28106427 888942592 37886 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32257/tid=32261] ppid=32255 vsize=868108 CPUtime=0.13
/proc/32257/task/32261/stat : 32261 (java) S 32255 32257 30988 0 -1 64 24 697 0 0 0 0 12 1 16 0 9 0 28106428 888942592 37886 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32257/tid=32262] ppid=32255 vsize=868108 CPUtime=0.13
/proc/32257/task/32262/stat : 32262 (java) S 32255 32257 30988 0 -1 64 16 697 0 0 0 0 12 1 15 0 9 0 28106428 888942592 37886 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32257/tid=32263] ppid=32255 vsize=868108 CPUtime=0.13
/proc/32257/task/32263/stat : 32263 (java) S 32255 32257 30988 0 -1 64 2 697 0 0 0 0 12 1 25 0 9 0 28106430 888942592 37886 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32257/tid=32264] ppid=32255 vsize=868108 CPUtime=0.5
/proc/32257/task/32264/stat : 32264 (java) S 32255 32257 30988 0 -1 64 1027 697 0 0 37 0 12 1 15 0 9 0 28106430 888942592 37886 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32257/tid=32265] ppid=32255 vsize=868108 CPUtime=0.13
/proc/32257/task/32265/stat : 32265 (java) S 32255 32257 30988 0 -1 64 1 697 0 0 0 0 12 1 25 0 9 0 28106430 888942592 37886 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32257/tid=32266] ppid=32255 vsize=868108 CPUtime=0.13
/proc/32257/task/32266/stat : 32266 (java) S 32255 32257 30988 0 -1 64 35 697 0 0 0 0 12 1 15 0 9 0 28106430 888942592 37886 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) 868108

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

[startup+7.10262 s]
/proc/loadavg: 2.17 2.06 1.98 3/90 32270
/proc/meminfo: memFree=1612848/2055920 swapFree=4192812/4192956
[pid=32257] ppid=32255 vsize=868108 CPUtime=6.99
/proc/32257/stat : 32257 (java) S 32255 32257 30988 0 -1 0 69949 697 1 0 646 40 12 1 21 0 9 0 28106425 888942592 37887 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32257/statm: 217027 37887 2639 9 0 211485 0
[pid=32257/tid=32259] ppid=32255 vsize=868108 CPUtime=6.07
/proc/32257/task/32259/stat : 32259 (java) R 32255 32257 30988 0 -1 64 29242 697 1 0 567 27 12 1 25 0 9 0 28106426 888942592 37887 996147200 134512640 134550932 4294955968 18446744073709551615 4127311314 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32257/tid=32260] ppid=32255 vsize=868108 CPUtime=0.65
/proc/32257/task/32260/stat : 32260 (java) S 32255 32257 30988 0 -1 64 38799 697 0 0 41 11 12 1 17 0 9 0 28106427 888942592 37887 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32257/tid=32261] ppid=32255 vsize=868108 CPUtime=0.13
/proc/32257/task/32261/stat : 32261 (java) S 32255 32257 30988 0 -1 64 24 697 0 0 0 0 12 1 16 0 9 0 28106428 888942592 37887 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32257/tid=32262] ppid=32255 vsize=868108 CPUtime=0.13
/proc/32257/task/32262/stat : 32262 (java) S 32255 32257 30988 0 -1 64 16 697 0 0 0 0 12 1 15 0 9 0 28106428 888942592 37887 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32257/tid=32263] ppid=32255 vsize=868108 CPUtime=0.13
/proc/32257/task/32263/stat : 32263 (java) S 32255 32257 30988 0 -1 64 2 697 0 0 0 0 12 1 25 0 9 0 28106430 888942592 37887 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32257/tid=32264] ppid=32255 vsize=868108 CPUtime=0.5
/proc/32257/task/32264/stat : 32264 (java) S 32255 32257 30988 0 -1 64 1028 697 0 0 37 0 12 1 15 0 9 0 28106430 888942592 37887 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32257/tid=32265] ppid=32255 vsize=868108 CPUtime=0.13
/proc/32257/task/32265/stat : 32265 (java) S 32255 32257 30988 0 -1 64 1 697 0 0 0 0 12 1 25 0 9 0 28106430 888942592 37887 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32257/tid=32266] ppid=32255 vsize=868108 CPUtime=0.13
/proc/32257/task/32266/stat : 32266 (java) S 32255 32257 30988 0 -1 64 35 697 0 0 0 0 12 1 15 0 9 0 28106430 888942592 37887 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) 868108

[startup+7.30265 s]
/proc/loadavg: 2.17 2.06 1.98 3/90 32270
/proc/meminfo: memFree=1612848/2055920 swapFree=4192812/4192956
[pid=32257] ppid=32255 vsize=868108 CPUtime=7.19
/proc/32257/stat : 32257 (java) S 32255 32257 30988 0 -1 0 69951 697 1 0 666 40 12 1 21 0 9 0 28106425 888942592 37888 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32257/statm: 217027 37888 2639 9 0 211485 0
[pid=32257/tid=32259] ppid=32255 vsize=868108 CPUtime=6.27
/proc/32257/task/32259/stat : 32259 (java) R 32255 32257 30988 0 -1 64 29242 697 1 0 587 27 12 1 25 0 9 0 28106426 888942592 37888 996147200 134512640 134550932 4294955968 18446744073709551615 4127307907 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32257/tid=32260] ppid=32255 vsize=868108 CPUtime=0.65
/proc/32257/task/32260/stat : 32260 (java) S 32255 32257 30988 0 -1 64 38799 697 0 0 41 11 12 1 17 0 9 0 28106427 888942592 37888 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32257/tid=32261] ppid=32255 vsize=868108 CPUtime=0.13
/proc/32257/task/32261/stat : 32261 (java) S 32255 32257 30988 0 -1 64 24 697 0 0 0 0 12 1 16 0 9 0 28106428 888942592 37888 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32257/tid=32262] ppid=32255 vsize=868108 CPUtime=0.13
/proc/32257/task/32262/stat : 32262 (java) S 32255 32257 30988 0 -1 64 16 697 0 0 0 0 12 1 15 0 9 0 28106428 888942592 37888 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32257/tid=32263] ppid=32255 vsize=868108 CPUtime=0.13
/proc/32257/task/32263/stat : 32263 (java) S 32255 32257 30988 0 -1 64 2 697 0 0 0 0 12 1 25 0 9 0 28106430 888942592 37888 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32257/tid=32264] ppid=32255 vsize=868108 CPUtime=0.5
/proc/32257/task/32264/stat : 32264 (java) S 32255 32257 30988 0 -1 64 1030 697 0 0 37 0 12 1 15 0 9 0 28106430 888942592 37888 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32257/tid=32265] ppid=32255 vsize=868108 CPUtime=0.13
/proc/32257/task/32265/stat : 32265 (java) S 32255 32257 30988 0 -1 64 1 697 0 0 0 0 12 1 25 0 9 0 28106430 888942592 37888 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32257/tid=32266] ppid=32255 vsize=868108 CPUtime=0.13
/proc/32257/task/32266/stat : 32266 (java) S 32255 32257 30988 0 -1 64 35 697 0 0 0 0 12 1 15 0 9 0 28106430 888942592 37888 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) 868108

[startup+7.40266 s]
/proc/loadavg: 2.17 2.06 1.98 3/90 32270
/proc/meminfo: memFree=1612848/2055920 swapFree=4192812/4192956
[pid=32257] ppid=32255 vsize=868108 CPUtime=7.29
/proc/32257/stat : 32257 (java) S 32255 32257 30988 0 -1 0 69951 697 1 0 676 40 12 1 21 0 9 0 28106425 888942592 37888 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32257/statm: 217027 37888 2639 9 0 211485 0
[pid=32257/tid=32259] ppid=32255 vsize=868108 CPUtime=6.37
/proc/32257/task/32259/stat : 32259 (java) R 32255 32257 30988 0 -1 64 29242 697 1 0 597 27 12 1 25 0 9 0 28106426 888942592 37888 996147200 134512640 134550932 4294955968 18446744073709551615 4127388934 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32257/tid=32260] ppid=32255 vsize=868108 CPUtime=0.65
/proc/32257/task/32260/stat : 32260 (java) S 32255 32257 30988 0 -1 64 38799 697 0 0 41 11 12 1 17 0 9 0 28106427 888942592 37888 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32257/tid=32261] ppid=32255 vsize=868108 CPUtime=0.13
/proc/32257/task/32261/stat : 32261 (java) S 32255 32257 30988 0 -1 64 24 697 0 0 0 0 12 1 16 0 9 0 28106428 888942592 37888 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32257/tid=32262] ppid=32255 vsize=868108 CPUtime=0.13
/proc/32257/task/32262/stat : 32262 (java) S 32255 32257 30988 0 -1 64 16 697 0 0 0 0 12 1 15 0 9 0 28106428 888942592 37888 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32257/tid=32263] ppid=32255 vsize=868108 CPUtime=0.13
/proc/32257/task/32263/stat : 32263 (java) S 32255 32257 30988 0 -1 64 2 697 0 0 0 0 12 1 25 0 9 0 28106430 888942592 37888 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32257/tid=32264] ppid=32255 vsize=868108 CPUtime=0.5
/proc/32257/task/32264/stat : 32264 (java) S 32255 32257 30988 0 -1 64 1030 697 0 0 37 0 12 1 15 0 9 0 28106430 888942592 37888 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32257/tid=32265] ppid=32255 vsize=868108 CPUtime=0.13
/proc/32257/task/32265/stat : 32265 (java) S 32255 32257 30988 0 -1 64 1 697 0 0 0 0 12 1 25 0 9 0 28106430 888942592 37888 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32257/tid=32266] ppid=32255 vsize=868108 CPUtime=0.13
/proc/32257/task/32266/stat : 32266 (java) S 32255 32257 30988 0 -1 64 35 697 0 0 0 0 12 1 15 0 9 0 28106430 888942592 37888 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.29
Current children cumulated vsize (KiB) 868108

Child status: 0
Real time (s): 7.46698
CPU time (s): 7.37188
CPU user time (s): 6.92295
CPU system time (s): 0.448931
CPU usage (%): 98.7263
Max. virtual memory (cumulated for all children) (KiB): 870732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.92295
system time used= 0.448931
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70688
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= 1970
involuntary context switches= 2202

runsolver used 0.010998 second user time and 0.032994 second system time

The end

Launcher Data

Begin job on node85 at 2009-07-12 16:53:31
IDJOB=2096628
IDBENCH=56516
IDSOLVER=774
FILE ID=node85/2096628-1247410411
PBS_JOBID= 9510482
Free space on /tmp= 126548 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/ogdHerald/normalized-crossword-m1-ogd-19-07.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-2096628-1247410411/watcher-2096628-1247410411 -o /tmp/evaluation-result-2096628-1247410411/solver-2096628-1247410411 -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-2096628-1247410411.xml

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

MD5SUM BENCH= 674fab943b683528aaf02df745a39144
RANDOM SEED=425384424

node85.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.220
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.220
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:       1755040 kB
Buffers:         38188 kB
Cached:         115832 kB
SwapCached:          0 kB
Active:         187904 kB
Inactive:        56420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1755040 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7188 kB
Writeback:           0 kB
Mapped:         110580 kB
Slab:            41648 kB
Committed_AS:  1004468 kB
PageTables:       1920 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= 126548 MiB
End job on node85 at 2009-07-12 16:53:39