Trace number 1077008

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 9.99648 10.1244

DiagnosticValue
CHECKS1955800
NODES3680

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-15-04.xml
MD5SUM3097f8c918f8091fb608d0f760556ab9
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 benchmark9.99648
Satisfiable
(Un)Satisfiability was proved
Number of variables193
Number of constraints698
Maximum constraint arity30
Maximum domain size26
Number of constraints which are defined in extension76
Number of constraints which are defined in intension622
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05/0.09	
0.05/0.09	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=esac.xml
0.19/0.28	   
0.19/0.28	   instance
0.19/0.28	     name=HOME/instance-1077008-1215191069.xml
0.29/0.31	   
0.29/0.31	   domains being loaded...
0.29/0.32	   
0.29/0.32	   variables being loaded...
0.29/0.37	     nbVariables=193  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=5018
0.29/0.37	       =>  wckTime=0.128  cpuTime=0.11  mem=8M894
0.29/0.37	   
0.29/0.37	   relations being loaded...
0.38/0.44	   
0.38/0.44	   predicates being loaded...
0.48/0.51	   
0.48/0.51	   constraints being loaded...
0.68/0.72	   Too large in ConstraintConflictsSTructure
0.68/0.73	   Too large in ConstraintConflictsSTructure
1.36/1.41	     nbConstraints=698  nbRelationTypes=6  nbGlobalConstraints=76  nbExtensionStructures=6
1.36/1.41	     nbSharedExtensionStructures=70  nbConflictsStructures=4  nbSharedConflictsStructures=64
1.36/1.41	     nbUnbuiltConflictsStructures=10  nbSharedBinaryRepresentations=0  nbEvaluationManagers=8
1.36/1.41	     nbSharedEvaluationManagers=614  minDegree=6  maxDegree=44  minArity=3  avgArity=8.35  maxArity=30  nbGenerators=0
1.36/1.41	     nbFusions=0  symmetryWckTime=0.166  symmetryCpuTime=0.1
1.36/1.41	       =>  wckTime=1.166  cpuTime=0.91  mem=19M145
1.36/1.49	   
1.36/1.49	   solver IterativeSystematicSolver being built... 
1.57/1.63	   
1.57/1.63	   INFO : Forward propagation technique limited 
1.66/1.70	       =>  wckTime=1.452  cpuTime=1.11  mem=45M56
2.38/2.46	   
2.38/2.46	   preprocessing
2.38/2.46	     nbConstraintChecks=25420  nbValidityChecks=7862201  nbPropagations=5461  nbRevisions=3280  nbUselessRevisions=3279
2.38/2.46	     nbSingletonTests=222  nbEffectiveSingletonTests=0  nbACRemovals=585  nbFoundSingletons=0  nbRemovedValues=585
2.38/2.46	     detectedInconsistency=no
2.38/2.46	       =>  wckTime=0.76  cpuTime=0.7  mem=46M31
4.26/4.39	   
4.26/4.39	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=47M55)
9.90/10.06	   
9.90/10.06	   search
9.90/10.06	     run=8  nbConstraintChecks=1930383  nbValidityChecks=30689580  minDepth=109  maxDepth=193  nbPropagations=264765
9.90/10.06	     nbRevisions=2901433  nbUselessRevisions=2901273  nbAssignments=3680  nbFailedAssignments=511  nbBacktracks=2287
9.90/10.06	     nbVisitedNodes=4628  nbRestartNogoods=44  nbFoundSolutions=1  nbSEliminables=0  nbREliminables=3.4
9.90/10.06	     nbIEliminables=170.42  nbDEliminables=0  nbPEliminables=0
9.90/10.06	       =>  wckTime=8.354  cpuTime=8.16  mem=47M55
9.90/10.06	   
9.90/10.06	   global
9.90/10.06	     nbConstraintChecks=1955803  nbValidityChecks=38551781  nbPropagations=270226  nbRevisions=2904713
9.90/10.06	     nbUselessRevisions=2904552  nbRestartNogoods=44  solvingWckTime=8.356  solvingCpuTime=8.16  expiredTime=no
9.90/10.06	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=9.27  globalCpuTime=9.31
9.90/10.06	       =>  wckTime=9.812  cpuTime=9.27  mem=47M55
9.90/10.06	   
9.90/10.06	s SATISFIABLE
9.90/10.06	v 0 11 8 19 7 0 13 0 21 4 17 18 4 18 0 13 19 8 0 6 14 3 4 21 14 8 3 8 13 2 14 12 12 4 13 18 20 17 0 1 11 4 0 3 0 6 4 18 8 11 11 18 18 14 13 14 17 1 13 0 19 0 11 0 18 15 18 0 11 19 24 19 14 17 2 7 3 4 0 3 19 14 4 17 4 19 8 17 4 4 23 19 17 0 2 20 17 17 8 2 20 11 0 17 11 4 7 8 6 7 5 0 6 18 4 13 3 4 18 18 4 13 12 4 19 4 18 24 4 18 18 14 11 0 17 11 0 1 1 0 19 18 14 11 4 18 3 4 21 8 11 20 13 0 19 19 0 8 13 0 1 8 11 8 19 24 18 19 17 0 8 19 2 17 20 18 0 3 4 17 18 4 0 17 2 7 4 0 18 19 0 11 4 
9.90/10.06	d NODES 3680
9.90/10.06	d CHECKS 1955803
9.90/10.06	   
9.90/10.06	   totalWckTime=9.877  totalCpuTime=9.31

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1077008-1215191069/watcher-1077008-1215191069 -o /tmp/evaluation-result-1077008-1215191069/solver-1077008-1215191069 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1077008-1215191069.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.91 1.98 1.95 4/82 30268
/proc/meminfo: memFree=1470200/2055920 swapFree=4097948/4192956
[pid=30268] ppid=30266 vsize=10616 CPUtime=0
/proc/30268/stat : 30268 (java) S 30266 30268 27495 0 -1 0 676 0 0 0 0 0 0 0 18 0 2 0 1548779128 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/30268/statm: 2654 472 209 9 0 1184 0
[pid=30268/tid=30269] ppid=30266 vsize=10616 CPUtime=0
/proc/30268/task/30269/stat : 30269 (java) R 30266 30268 27495 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 1548779129 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 10121176 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0706529 s]
/proc/loadavg: 1.91 1.98 1.95 4/82 30268
/proc/meminfo: memFree=1470200/2055920 swapFree=4097948/4192956
[pid=30268] ppid=30266 vsize=864076 CPUtime=0.05
/proc/30268/stat : 30268 (java) S 30266 30268 27495 0 -1 0 2847 0 1 0 4 1 0 0 18 0 9 0 1548779128 884813824 2373 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30268/statm: 216019 2373 1137 9 0 210976 0
[pid=30268/tid=30269] ppid=30266 vsize=864076 CPUtime=0.04
/proc/30268/task/30269/stat : 30269 (java) D 30266 30268 27495 0 -1 64 1948 0 1 0 3 1 0 0 18 0 9 0 1548779129 884813824 2373 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 2147483391 0 16800975 18446744072099937270 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 864076

[startup+0.102074 s]
/proc/loadavg: 1.91 1.98 1.95 4/82 30268
/proc/meminfo: memFree=1470200/2055920 swapFree=4097948/4192956
[pid=30268] ppid=30266 vsize=865884 CPUtime=0.09
/proc/30268/stat : 30268 (java) S 30266 30268 27495 0 -1 0 3689 0 1 0 7 2 0 0 18 0 9 0 1548779128 886665216 3164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30268/statm: 216471 3164 1685 9 0 211026 0
[pid=30268/tid=30269] ppid=30266 vsize=865884 CPUtime=0.06
/proc/30268/task/30269/stat : 30269 (java) R 30266 30268 27495 0 -1 64 2773 0 1 0 5 1 0 0 18 0 9 0 1548779129 886665216 3164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.302096 s]
/proc/loadavg: 1.91 1.98 1.95 4/82 30268
/proc/meminfo: memFree=1470200/2055920 swapFree=4097948/4192956
[pid=30268] ppid=30266 vsize=866284 CPUtime=0.29
/proc/30268/stat : 30268 (java) S 30266 30268 27495 0 -1 0 5924 0 1 0 25 4 0 0 18 0 9 0 1548779128 887074816 5298 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30268/statm: 216571 5298 1956 9 0 211099 0
[pid=30268/tid=30269] ppid=30266 vsize=866284 CPUtime=0.23
/proc/30268/task/30269/stat : 30269 (java) R 30266 30268 27495 0 -1 64 4952 0 1 0 20 3 0 0 19 0 9 0 1548779129 887074816 5298 996147200 134512640 134550740 4294955968 18446744073709551615 4125977230 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866284

[startup+0.701139 s]
/proc/loadavg: 1.91 1.98 1.95 4/82 30268
/proc/meminfo: memFree=1470200/2055920 swapFree=4097948/4192956
[pid=30268] ppid=30266 vsize=867676 CPUtime=0.68
/proc/30268/stat : 30268 (java) S 30266 30268 27495 0 -1 0 10403 0 1 0 62 6 0 0 18 0 9 0 1548779128 888500224 9761 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30268/statm: 216919 9761 2012 9 0 211425 0
[pid=30268/tid=30269] ppid=30266 vsize=867676 CPUtime=0.52
/proc/30268/task/30269/stat : 30269 (java) R 30266 30268 27495 0 -1 64 9056 0 1 0 47 5 0 0 21 0 9 0 1548779129 888500224 9761 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867676

[startup+1.50124 s]
/proc/loadavg: 1.91 1.98 1.95 3/91 30277
/proc/meminfo: memFree=1421296/2055920 swapFree=4097948/4192956
[pid=30268] ppid=30266 vsize=868000 CPUtime=1.46
/proc/30268/stat : 30268 (java) S 30266 30268 27495 0 -1 0 24741 279 1 0 129 15 2 0 18 0 10 0 1548779128 888832000 20505 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30268/statm: 217000 20505 2635 9 0 211506 0
[pid=30268/tid=30269] ppid=30266 vsize=868000 CPUtime=1.13
/proc/30268/task/30269/stat : 30269 (java) R 30266 30268 27495 0 -1 64 16983 279 1 0 99 12 2 0 16 0 10 0 1548779129 888832000 20505 996147200 134512640 134550740 4294955968 18446744073709551615 102228244 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30268/tid=30271] ppid=30266 vsize=868000 CPUtime=0.11
/proc/30268/task/30271/stat : 30271 (java) R 30266 30268 27495 0 -1 64 6123 279 0 0 8 1 2 0 17 0 10 0 1548779131 888832000 20505 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30268/tid=30272] ppid=30266 vsize=868000 CPUtime=0.02
/proc/30268/task/30272/stat : 30272 (java) S 30266 30268 27495 0 -1 64 17 279 0 0 0 0 2 0 16 0 10 0 1548779131 888832000 20505 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30268/tid=30273] ppid=30266 vsize=868000 CPUtime=0.02
/proc/30268/task/30273/stat : 30273 (java) R 30266 30268 27495 0 -1 64 5 279 0 0 0 0 2 0 16 0 10 0 1548779131 888832000 20505 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30268/tid=30274] ppid=30266 vsize=868000 CPUtime=0.02
/proc/30268/task/30274/stat : 30274 (java) S 30266 30268 27495 0 -1 64 1 279 0 0 0 0 2 0 18 0 10 0 1548779134 888832000 20505 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30268/tid=30275] ppid=30266 vsize=868000 CPUtime=0.22
/proc/30268/task/30275/stat : 30275 (java) R 30266 30268 27495 0 -1 64 803 279 0 0 20 0 2 0 16 0 10 0 1548779134 888832000 20505 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30268/tid=30276] ppid=30266 vsize=868000 CPUtime=0.02
/proc/30268/task/30276/stat : 30276 (java) S 30266 30268 27495 0 -1 64 1 279 0 0 0 0 2 0 19 0 10 0 1548779134 888832000 20505 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30268/tid=30277] ppid=30266 vsize=868000 CPUtime=0.02
/proc/30268/task/30277/stat : 30277 (java) S 30266 30268 27495 0 -1 64 8 279 0 0 0 0 2 0 15 0 10 0 1548779134 888832000 20505 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 868000

[startup+3.10142 s]
/proc/loadavg: 1.91 1.98 1.95 3/91 30281
/proc/meminfo: memFree=1397680/2055920 swapFree=4097948/4192956
[pid=30268] ppid=30266 vsize=869156 CPUtime=3.07
/proc/30268/stat : 30268 (java) S 30266 30268 27495 0 -1 0 34189 402 1 0 286 18 2 1 18 0 9 0 1548779128 890015744 20653 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30268/statm: 217289 20653 2637 9 0 211795 0
[pid=30268/tid=30269] ppid=30266 vsize=869156 CPUtime=2.63
/proc/30268/task/30269/stat : 30269 (java) R 30266 30268 27495 0 -1 64 26302 402 1 0 246 14 2 1 25 0 9 0 1548779129 890015744 20653 996147200 134512640 134550740 4294955968 18446744073709551615 4127099729 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30268/tid=30271] ppid=30266 vsize=869156 CPUtime=0.12
/proc/30268/task/30271/stat : 30271 (java) S 30266 30268 27495 0 -1 64 6124 402 0 0 8 1 2 1 16 0 9 0 1548779131 890015744 20653 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30268/tid=30272] ppid=30266 vsize=869156 CPUtime=0.03
/proc/30268/task/30272/stat : 30272 (java) S 30266 30268 27495 0 -1 64 17 402 0 0 0 0 2 1 16 0 9 0 1548779131 890015744 20653 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30268/tid=30273] ppid=30266 vsize=869156 CPUtime=0.03
/proc/30268/task/30273/stat : 30273 (java) S 30266 30268 27495 0 -1 64 9 402 0 0 0 0 2 1 16 0 9 0 1548779131 890015744 20653 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30268/tid=30274] ppid=30266 vsize=869156 CPUtime=0.03
/proc/30268/task/30274/stat : 30274 (java) S 30266 30268 27495 0 -1 64 1 402 0 0 0 0 2 1 18 0 9 0 1548779134 890015744 20653 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30268/tid=30275] ppid=30266 vsize=869156 CPUtime=0.34
/proc/30268/task/30275/stat : 30275 (java) S 30266 30268 27495 0 -1 64 924 402 0 0 30 1 2 1 16 0 9 0 1548779134 890015744 20653 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30268/tid=30276] ppid=30266 vsize=869156 CPUtime=0.03
/proc/30268/task/30276/stat : 30276 (java) S 30266 30268 27495 0 -1 64 1 402 0 0 0 0 2 1 19 0 9 0 1548779134 890015744 20653 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30268/tid=30277] ppid=30266 vsize=869156 CPUtime=0.03
/proc/30268/task/30277/stat : 30277 (java) S 30266 30268 27495 0 -1 64 8 402 0 0 0 0 2 1 15 0 9 0 1548779134 890015744 20653 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 869156

[startup+6.30278 s]
/proc/loadavg: 1.91 1.98 1.95 3/91 30281
/proc/meminfo: memFree=1397488/2055920 swapFree=4097948/4192956
[pid=30268] ppid=30266 vsize=869156 CPUtime=6.24
/proc/30268/stat : 30268 (java) S 30266 30268 27495 0 -1 0 34289 402 1 0 603 18 2 1 18 0 9 0 1548779128 890015744 20666 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30268/statm: 217289 20666 2637 9 0 211795 0
[pid=30268/tid=30269] ppid=30266 vsize=869156 CPUtime=5.78
/proc/30268/task/30269/stat : 30269 (java) R 30266 30268 27495 0 -1 64 26343 402 1 0 561 14 2 1 25 0 9 0 1548779129 890015744 20666 996147200 134512640 134550740 4294955968 18446744073709551615 4127099714 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30268/tid=30271] ppid=30266 vsize=869156 CPUtime=0.12
/proc/30268/task/30271/stat : 30271 (java) S 30266 30268 27495 0 -1 64 6124 402 0 0 8 1 2 1 17 0 9 0 1548779131 890015744 20666 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30268/tid=30272] ppid=30266 vsize=869156 CPUtime=0.03
/proc/30268/task/30272/stat : 30272 (java) S 30266 30268 27495 0 -1 64 17 402 0 0 0 0 2 1 16 0 9 0 1548779131 890015744 20666 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30268/tid=30273] ppid=30266 vsize=869156 CPUtime=0.03
/proc/30268/task/30273/stat : 30273 (java) S 30266 30268 27495 0 -1 64 9 402 0 0 0 0 2 1 16 0 9 0 1548779131 890015744 20666 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30268/tid=30274] ppid=30266 vsize=869156 CPUtime=0.03
/proc/30268/task/30274/stat : 30274 (java) S 30266 30268 27495 0 -1 64 1 402 0 0 0 0 2 1 18 0 9 0 1548779134 890015744 20666 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30268/tid=30275] ppid=30266 vsize=869156 CPUtime=0.37
/proc/30268/task/30275/stat : 30275 (java) S 30266 30268 27495 0 -1 64 954 402 0 0 33 1 2 1 15 0 9 0 1548779134 890015744 20666 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30268/tid=30276] ppid=30266 vsize=869156 CPUtime=0.03
/proc/30268/task/30276/stat : 30276 (java) S 30266 30268 27495 0 -1 64 1 402 0 0 0 0 2 1 19 0 9 0 1548779134 890015744 20666 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30268/tid=30277] ppid=30266 vsize=869156 CPUtime=0.03
/proc/30268/task/30277/stat : 30277 (java) S 30266 30268 27495 0 -1 64 37 402 0 0 0 0 2 1 15 0 9 0 1548779134 890015744 20666 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 869156

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

[startup+7.90296 s]
/proc/loadavg: 1.91 1.98 1.95 3/91 30281
/proc/meminfo: memFree=1397424/2055920 swapFree=4097948/4192956
[pid=30268] ppid=30266 vsize=869156 CPUtime=7.82
/proc/30268/stat : 30268 (java) S 30266 30268 27495 0 -1 0 34304 402 1 0 761 18 2 1 18 0 9 0 1548779128 890015744 20671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30268/statm: 217289 20671 2637 9 0 211795 0
[pid=30268/tid=30269] ppid=30266 vsize=869156 CPUtime=7.35
/proc/30268/task/30269/stat : 30269 (java) R 30266 30268 27495 0 -1 64 26350 402 1 0 718 14 2 1 25 0 9 0 1548779129 890015744 20671 996147200 134512640 134550740 4294955968 18446744073709551615 4127152085 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30268/tid=30271] ppid=30266 vsize=869156 CPUtime=0.12
/proc/30268/task/30271/stat : 30271 (java) S 30266 30268 27495 0 -1 64 6124 402 0 0 8 1 2 1 17 0 9 0 1548779131 890015744 20671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30268/tid=30272] ppid=30266 vsize=869156 CPUtime=0.03
/proc/30268/task/30272/stat : 30272 (java) S 30266 30268 27495 0 -1 64 17 402 0 0 0 0 2 1 16 0 9 0 1548779131 890015744 20671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30268/tid=30273] ppid=30266 vsize=869156 CPUtime=0.03
/proc/30268/task/30273/stat : 30273 (java) S 30266 30268 27495 0 -1 64 9 402 0 0 0 0 2 1 16 0 9 0 1548779131 890015744 20671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30268/tid=30274] ppid=30266 vsize=869156 CPUtime=0.03
/proc/30268/task/30274/stat : 30274 (java) S 30266 30268 27495 0 -1 64 1 402 0 0 0 0 2 1 18 0 9 0 1548779134 890015744 20671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30268/tid=30275] ppid=30266 vsize=869156 CPUtime=0.38
/proc/30268/task/30275/stat : 30275 (java) S 30266 30268 27495 0 -1 64 962 402 0 0 34 1 2 1 16 0 9 0 1548779134 890015744 20671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30268/tid=30276] ppid=30266 vsize=869156 CPUtime=0.03
/proc/30268/task/30276/stat : 30276 (java) S 30266 30268 27495 0 -1 64 1 402 0 0 0 0 2 1 19 0 9 0 1548779134 890015744 20671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30268/tid=30277] ppid=30266 vsize=869156 CPUtime=0.03
/proc/30268/task/30277/stat : 30277 (java) S 30266 30268 27495 0 -1 64 37 402 0 0 0 0 2 1 15 0 9 0 1548779134 890015744 20671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.82
Current children cumulated vsize (KiB) 869156

[startup+9.50114 s]
/proc/loadavg: 1.91 1.98 1.95 3/91 30281
/proc/meminfo: memFree=1397424/2055920 swapFree=4097948/4192956
[pid=30268] ppid=30266 vsize=869156 CPUtime=9.41
/proc/30268/stat : 30268 (java) S 30266 30268 27495 0 -1 0 34308 402 1 0 920 18 2 1 18 0 9 0 1548779128 890015744 20671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30268/statm: 217289 20671 2637 9 0 211795 0
[pid=30268/tid=30269] ppid=30266 vsize=869156 CPUtime=8.93
/proc/30268/task/30269/stat : 30269 (java) R 30266 30268 27495 0 -1 64 26354 402 1 0 876 14 2 1 25 0 9 0 1548779129 890015744 20671 996147200 134512640 134550740 4294955968 18446744073709551615 4127129397 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30268/tid=30271] ppid=30266 vsize=869156 CPUtime=0.12
/proc/30268/task/30271/stat : 30271 (java) S 30266 30268 27495 0 -1 64 6124 402 0 0 8 1 2 1 16 0 9 0 1548779131 890015744 20671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30268/tid=30272] ppid=30266 vsize=869156 CPUtime=0.03
/proc/30268/task/30272/stat : 30272 (java) S 30266 30268 27495 0 -1 64 17 402 0 0 0 0 2 1 16 0 9 0 1548779131 890015744 20671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30268/tid=30273] ppid=30266 vsize=869156 CPUtime=0.03
/proc/30268/task/30273/stat : 30273 (java) S 30266 30268 27495 0 -1 64 9 402 0 0 0 0 2 1 16 0 9 0 1548779131 890015744 20671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30268/tid=30274] ppid=30266 vsize=869156 CPUtime=0.03
/proc/30268/task/30274/stat : 30274 (java) S 30266 30268 27495 0 -1 64 1 402 0 0 0 0 2 1 18 0 9 0 1548779134 890015744 20671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30268/tid=30275] ppid=30266 vsize=869156 CPUtime=0.38
/proc/30268/task/30275/stat : 30275 (java) S 30266 30268 27495 0 -1 64 962 402 0 0 34 1 2 1 16 0 9 0 1548779134 890015744 20671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30268/tid=30276] ppid=30266 vsize=869156 CPUtime=0.03
/proc/30268/task/30276/stat : 30276 (java) S 30266 30268 27495 0 -1 64 1 402 0 0 0 0 2 1 19 0 9 0 1548779134 890015744 20671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30268/tid=30277] ppid=30266 vsize=869156 CPUtime=0.03
/proc/30268/task/30277/stat : 30277 (java) S 30266 30268 27495 0 -1 64 37 402 0 0 0 0 2 1 15 0 9 0 1548779134 890015744 20671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.41
Current children cumulated vsize (KiB) 869156

[startup+9.90619 s]
/proc/loadavg: 1.92 1.98 1.95 3/91 30281
/proc/meminfo: memFree=1397424/2055920 swapFree=4097948/4192956
[pid=30268] ppid=30266 vsize=869156 CPUtime=9.81
/proc/30268/stat : 30268 (java) S 30266 30268 27495 0 -1 0 34311 402 1 0 960 18 2 1 18 0 9 0 1548779128 890015744 20672 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30268/statm: 217289 20672 2637 9 0 211795 0
[pid=30268/tid=30269] ppid=30266 vsize=869156 CPUtime=9.33
/proc/30268/task/30269/stat : 30269 (java) R 30266 30268 27495 0 -1 64 26356 402 1 0 916 14 2 1 25 0 9 0 1548779129 890015744 20672 996147200 134512640 134550740 4294955968 18446744073709551615 4127151141 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30268/tid=30271] ppid=30266 vsize=869156 CPUtime=0.12
/proc/30268/task/30271/stat : 30271 (java) S 30266 30268 27495 0 -1 64 6124 402 0 0 8 1 2 1 16 0 9 0 1548779131 890015744 20672 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30268/tid=30272] ppid=30266 vsize=869156 CPUtime=0.03
/proc/30268/task/30272/stat : 30272 (java) S 30266 30268 27495 0 -1 64 17 402 0 0 0 0 2 1 16 0 9 0 1548779131 890015744 20672 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30268/tid=30273] ppid=30266 vsize=869156 CPUtime=0.03
/proc/30268/task/30273/stat : 30273 (java) S 30266 30268 27495 0 -1 64 9 402 0 0 0 0 2 1 16 0 9 0 1548779131 890015744 20672 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30268/tid=30274] ppid=30266 vsize=869156 CPUtime=0.03
/proc/30268/task/30274/stat : 30274 (java) S 30266 30268 27495 0 -1 64 1 402 0 0 0 0 2 1 18 0 9 0 1548779134 890015744 20672 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30268/tid=30275] ppid=30266 vsize=869156 CPUtime=0.38
/proc/30268/task/30275/stat : 30275 (java) S 30266 30268 27495 0 -1 64 963 402 0 0 34 1 2 1 16 0 9 0 1548779134 890015744 20672 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30268/tid=30276] ppid=30266 vsize=869156 CPUtime=0.03
/proc/30268/task/30276/stat : 30276 (java) S 30266 30268 27495 0 -1 64 1 402 0 0 0 0 2 1 19 0 9 0 1548779134 890015744 20672 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30268/tid=30277] ppid=30266 vsize=869156 CPUtime=0.03
/proc/30268/task/30277/stat : 30277 (java) S 30266 30268 27495 0 -1 64 37 402 0 0 0 0 2 1 15 0 9 0 1548779134 890015744 20672 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.81
Current children cumulated vsize (KiB) 869156

[startup+10.1012 s]
/proc/loadavg: 1.92 1.98 1.95 3/91 30281
/proc/meminfo: memFree=1397424/2055920 swapFree=4097948/4192956
[pid=30268] ppid=30266 vsize=869156 CPUtime=9.96
/proc/30268/stat : 30268 (java) S 30266 30268 27495 0 -1 0 34413 402 1 0 975 18 2 1 18 0 9 0 1548779128 890015744 20675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30268/statm: 217289 20675 2637 9 0 211795 0
[pid=30268/tid=30269] ppid=30266 vsize=869156 CPUtime=9.48
/proc/30268/task/30269/stat : 30269 (java) S 30266 30268 27495 0 -1 64 26458 402 1 0 931 14 2 1 25 0 9 0 1548779129 890015744 20675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30268/tid=30271] ppid=30266 vsize=869156 CPUtime=0.12
/proc/30268/task/30271/stat : 30271 (java) S 30266 30268 27495 0 -1 64 6124 402 0 0 8 1 2 1 16 0 9 0 1548779131 890015744 20675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30268/tid=30272] ppid=30266 vsize=869156 CPUtime=0.03
/proc/30268/task/30272/stat : 30272 (java) S 30266 30268 27495 0 -1 64 17 402 0 0 0 0 2 1 16 0 9 0 1548779131 890015744 20675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30268/tid=30273] ppid=30266 vsize=869156 CPUtime=0.03
/proc/30268/task/30273/stat : 30273 (java) S 30266 30268 27495 0 -1 64 9 402 0 0 0 0 2 1 16 0 9 0 1548779131 890015744 20675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30268/tid=30274] ppid=30266 vsize=869156 CPUtime=0.03
/proc/30268/task/30274/stat : 30274 (java) S 30266 30268 27495 0 -1 64 1 402 0 0 0 0 2 1 18 0 9 0 1548779134 890015744 20675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30268/tid=30275] ppid=30266 vsize=869156 CPUtime=0.38
/proc/30268/task/30275/stat : 30275 (java) S 30266 30268 27495 0 -1 64 963 402 0 0 34 1 2 1 16 0 9 0 1548779134 890015744 20675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30268/tid=30276] ppid=30266 vsize=869156 CPUtime=0.03
/proc/30268/task/30276/stat : 30276 (java) S 30266 30268 27495 0 -1 64 1 402 0 0 0 0 2 1 19 0 9 0 1548779134 890015744 20675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30268/tid=30277] ppid=30266 vsize=869156 CPUtime=0.03
/proc/30268/task/30277/stat : 30277 (java) S 30266 30268 27495 0 -1 64 37 402 0 0 0 0 2 1 15 0 9 0 1548779134 890015744 20675 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.96
Current children cumulated vsize (KiB) 869156

Child status: 0
Real time (s): 10.1244
CPU time (s): 9.99648
CPU user time (s): 9.78451
CPU system time (s): 0.211967
CPU usage (%): 98.7363
Max. virtual memory (cumulated for all children) (KiB): 869156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.78451
system time used= 0.211967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34843
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= 1863
involuntary context switches= 2043

runsolver used 0.020996 second user time and 0.040993 second system time

The end

Launcher Data (download as text)

Begin job on node32 at 2008-07-04 19:04:29
IDJOB=1077008
IDBENCH=56623
IDSOLVER=364
FILE ID=node32/1077008-1215191069
PBS_JOBID= 7881555
Free space on /tmp= 66440 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/wordsHerald/normalized-crossword-m1-words-15-04.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= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1077008-1215191069/watcher-1077008-1215191069 -o /tmp/evaluation-result-1077008-1215191069/solver-1077008-1215191069 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1077008-1215191069.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3097f8c918f8091fb608d0f760556ab9
RANDOM SEED=1934056303

node32.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.218
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.218
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:       1470616 kB
Buffers:         55944 kB
Cached:         274848 kB
SwapCached:      88292 kB
Active:         350516 kB
Inactive:       177412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1470616 kB
SwapTotal:     4192956 kB
SwapFree:      4097948 kB
Dirty:            2472 kB
Writeback:           0 kB
Mapped:         210640 kB
Slab:            41828 kB
Committed_AS:  4027544 kB
PageTables:       2348 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66440 MiB
End job on node32 at 2008-07-04 19:04:40