Trace number 1071768

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ACSAT 3.62645 3.71109

DiagnosticValue
CHECKS724469
NODES925

General information on the benchmark

Namecsp/wordsPuzzle/
normalized-crossword-m1-words-puzzle22.xml
MD5SUMfdf53d0e76234c79bccb1a52019a7203
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 benchmark0.168974
Satisfiable
(Un)Satisfiability was proved
Number of variables132
Number of constraints662
Maximum constraint arity26
Maximum domain size26
Number of constraints which are defined in extension60
Number of constraints which are defined in intension602
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.19/0.25	
0.19/0.25	   configuration
0.19/0.25	     name=mac.xml
0.19/0.28	   
0.19/0.28	   instance
0.19/0.28	     name=HOME/instance-1071768-1215169768.xml
0.28/0.32	   
0.28/0.32	   domains being loaded...
0.28/0.33	   
0.28/0.33	   variables being loaded...
0.28/0.38	     nbVariables=132  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=3432
0.28/0.38	       =>  wckTime=0.125  cpuTime=0.1  mem=7M919
0.28/0.38	   
0.28/0.38	   relations being loaded...
0.39/0.43	   
0.39/0.43	   predicates being loaded...
0.39/0.49	   
0.39/0.49	   constraints being loaded...
0.68/0.72	   Too large in ConstraintConflictsSTructure
1.17/1.25	     nbConstraints=663  nbRelationTypes=4  nbGlobalConstraints=61  nbExtensionStructures=4
1.17/1.25	     nbSharedExtensionStructures=56  nbConflictsStructures=3  nbSharedConflictsStructures=53
1.17/1.25	     nbUnbuiltConflictsStructures=7  nbSharedBinaryRepresentations=0  nbEvaluationManagers=6
1.17/1.25	     nbSharedEvaluationManagers=596  minDegree=6  maxDegree=55  minArity=3  avgArity=7.39  maxArity=122  nbGenerators=1
1.17/1.25	     nbFusions=0  symmetryWckTime=0.144  symmetryCpuTime=0.07
1.17/1.25	       =>  wckTime=0.996  cpuTime=0.76  mem=43M419
1.26/1.33	   
1.26/1.33	   solver IterativeSystematicSolver being built... 
1.36/1.46	   
1.36/1.46	   INFO : Forward propagation technique limited 
1.46/1.53	       =>  wckTime=1.279  cpuTime=0.94  mem=39M465
1.56/1.61	   
1.56/1.61	   preprocessing
1.56/1.61	     nbConstraintChecks=386  nbValidityChecks=288704  nbPropagations=162  nbRevisions=47  nbUselessRevisions=47
1.56/1.61	     nbRemovedValues=317  detectedInconsistency=no
1.56/1.61	       =>  wckTime=0.074  cpuTime=0.05  mem=39M465
3.44/3.53	   
3.44/3.53	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=41M376)
3.54/3.64	   
3.54/3.64	   search
3.54/3.64	     run=4  nbConstraintChecks=724083  nbValidityChecks=6029477  minDepth=42  maxDepth=132  nbPropagations=29611
3.54/3.64	     nbRevisions=613235  nbUselessRevisions=613119  nbAssignments=925  nbFailedAssignments=110  nbBacktracks=484
3.54/3.64	     nbVisitedNodes=1108  nbRestartNogoods=26  nbFoundSolutions=1  nbSEliminables=0  nbREliminables=0.41
3.54/3.64	     nbIEliminables=112.18  nbDEliminables=0  nbPEliminables=0
3.54/3.64	       =>  wckTime=2.108  cpuTime=2.0  mem=41M376
3.54/3.64	   
3.54/3.64	   global
3.54/3.64	     nbConstraintChecks=724469  nbValidityChecks=6318181  nbPropagations=29773  nbRevisions=613282
3.54/3.64	     nbUselessRevisions=613166  nbRestartNogoods=26  solvingWckTime=2.11  solvingCpuTime=2.0  expiredTime=no
3.54/3.64	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=2.93  globalCpuTime=2.98
3.54/3.64	       =>  wckTime=3.393  cpuTime=2.94  mem=41M376
3.54/3.64	   
3.54/3.65	s SATISFIABLE
3.54/3.65	v 17 4 13 0 0 18 18 1 17 4 3 7 0 0 18 11 14 19 17 14 12 4 4 17 8 2 19 0 17 14 11 8 13 0 11 11 4 6 14 17 8 2 0 11 11 24 17 0 13 15 0 3 18 0 11 19 18 12 2 6 4 4 15 11 4 0 0 20 17 0 0 4 6 8 18 0 18 19 4 17 13 0 1 5 8 19 15 0 17 0 12 4 19 4 17 8 25 4 18 0 17 0 1 17 0 19 13 4 21 0 13 4 8 11 4 11 8 6 17 4 24 18 0 13 4 19 4 3 18 14 13 18 
3.54/3.65	d NODES 925
3.54/3.65	d CHECKS 724469
3.54/3.65	   
3.54/3.65	   totalWckTime=3.463  totalCpuTime=2.98

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-1071768-1215169768/watcher-1071768-1215169768 -o /tmp/evaluation-result-1071768-1215169768/solver-1071768-1215169768 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1071768-1215169768.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: 2.31 2.08 2.02 4/81 28601
/proc/meminfo: memFree=1730136/2055920 swapFree=4114036/4192956
[pid=28601] ppid=28599 vsize=862848 CPUtime=0.04
/proc/28601/stat : 28601 (java) S 28599 28601 27559 0 -1 0 2404 0 1 0 2 2 0 0 18 0 7 0 1546653050 883556352 1983 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28601/statm: 215712 1983 910 9 0 210691 0
[pid=28601/tid=28602] ppid=28599 vsize=862848 CPUtime=0.03
/proc/28601/task/28602/stat : 28602 (java) R 28599 28601 27559 0 -1 64 1687 0 1 0 2 1 0 0 18 0 7 0 1546653051 883556352 1983 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28603] ppid=28599 vsize=862848 CPUtime=0
/proc/28601/task/28603/stat : 28603 (java) S 28599 28601 27559 0 -1 64 3 0 0 0 0 0 0 0 19 0 7 0 1546653052 883556352 1983 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28604] ppid=28599 vsize=862848 CPUtime=0
/proc/28601/task/28604/stat : 28604 (java) S 28599 28601 27559 0 -1 64 9 0 0 0 0 0 0 0 19 0 7 0 1546653053 883556352 1983 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28605] ppid=28599 vsize=862848 CPUtime=0
/proc/28601/task/28605/stat : 28605 (java) S 28599 28601 27559 0 -1 64 4 0 0 0 0 0 0 0 20 0 7 0 1546653053 883556352 1983 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28606] ppid=28599 vsize=862848 CPUtime=0
/proc/28601/task/28606/stat : 28606 (java) S 28599 28601 27559 0 -1 64 1 0 0 0 0 0 0 0 18 0 7 0 1546653055 883556352 1983 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28607] ppid=28599 vsize=862848 CPUtime=0
/proc/28601/task/28607/stat : 28607 (java) S 28599 28601 27559 0 -1 64 24 0 0 0 0 0 0 0 19 0 7 0 1546653055 883556352 1983 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

[startup+0.140305 s]
/proc/loadavg: 2.31 2.08 2.02 4/81 28601
/proc/meminfo: memFree=1730136/2055920 swapFree=4114036/4192956
[pid=28601] ppid=28599 vsize=865884 CPUtime=0.13
/proc/28601/stat : 28601 (java) S 28599 28601 27559 0 -1 0 4151 0 1 0 10 3 0 0 18 0 9 0 1546653050 886665216 3586 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28601/statm: 216471 3586 1801 9 0 211026 0
[pid=28601/tid=28602] ppid=28599 vsize=865884 CPUtime=0.11
/proc/28601/task/28602/stat : 28602 (java) R 28599 28601 27559 0 -1 64 3232 0 1 0 9 2 0 0 20 0 9 0 1546653051 886665216 3586 996147200 134512640 134550740 4294955968 18446744073709551615 104078204 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28603] ppid=28599 vsize=865884 CPUtime=0
/proc/28601/task/28603/stat : 28603 (java) S 28599 28601 27559 0 -1 64 3 0 0 0 0 0 0 0 19 0 9 0 1546653052 886665216 3586 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28604] ppid=28599 vsize=865884 CPUtime=0
/proc/28601/task/28604/stat : 28604 (java) S 28599 28601 27559 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 1546653053 886665216 3586 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28605] ppid=28599 vsize=865884 CPUtime=0
/proc/28601/task/28605/stat : 28605 (java) S 28599 28601 27559 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1546653053 886665216 3586 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28606] ppid=28599 vsize=865884 CPUtime=0
/proc/28601/task/28606/stat : 28606 (java) S 28599 28601 27559 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1546653055 886665216 3586 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28607] ppid=28599 vsize=865884 CPUtime=0.01
/proc/28601/task/28607/stat : 28607 (java) S 28599 28601 27559 0 -1 64 223 0 0 0 1 0 0 0 17 0 9 0 1546653055 886665216 3586 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 865884

[startup+0.202318 s]
/proc/loadavg: 2.31 2.08 2.02 4/81 28601
/proc/meminfo: memFree=1730136/2055920 swapFree=4114036/4192956
[pid=28601] ppid=28599 vsize=866044 CPUtime=0.19
/proc/28601/stat : 28601 (java) S 28599 28601 27559 0 -1 0 4748 0 1 0 16 3 0 0 18 0 9 0 1546653050 886829056 4175 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28601/statm: 216511 4175 1861 9 0 211059 0
[pid=28601/tid=28602] ppid=28599 vsize=866044 CPUtime=0.17
/proc/28601/task/28602/stat : 28602 (java) R 28599 28601 27559 0 -1 64 3828 0 1 0 14 3 0 0 18 0 9 0 1546653051 886829056 4175 996147200 134512640 134550740 4294955968 18446744073709551615 4126100547 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28603] ppid=28599 vsize=866044 CPUtime=0
/proc/28601/task/28603/stat : 28603 (java) S 28599 28601 27559 0 -1 64 3 0 0 0 0 0 0 0 19 0 9 0 1546653052 886829056 4175 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28604] ppid=28599 vsize=866044 CPUtime=0
/proc/28601/task/28604/stat : 28604 (java) S 28599 28601 27559 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 1546653053 886829056 4175 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28605] ppid=28599 vsize=866044 CPUtime=0
/proc/28601/task/28605/stat : 28605 (java) S 28599 28601 27559 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1546653053 886829056 4175 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28606] ppid=28599 vsize=866044 CPUtime=0
/proc/28601/task/28606/stat : 28606 (java) S 28599 28601 27559 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1546653055 886829056 4175 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28607] ppid=28599 vsize=866044 CPUtime=0.01
/proc/28601/task/28607/stat : 28607 (java) S 28599 28601 27559 0 -1 64 224 0 0 0 1 0 0 0 16 0 9 0 1546653055 886829056 4175 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 866044

[startup+0.302336 s]
/proc/loadavg: 2.31 2.08 2.02 4/81 28601
/proc/meminfo: memFree=1730136/2055920 swapFree=4114036/4192956
[pid=28601] ppid=28599 vsize=866284 CPUtime=0.28
/proc/28601/stat : 28601 (java) S 28599 28601 27559 0 -1 0 5850 0 1 0 24 4 0 0 18 0 9 0 1546653050 887074816 5224 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28601/statm: 216571 5224 1953 9 0 211099 0
[pid=28601/tid=28602] ppid=28599 vsize=866284 CPUtime=0.23
/proc/28601/task/28602/stat : 28602 (java) R 28599 28601 27559 0 -1 64 4877 0 1 0 20 3 0 0 19 0 9 0 1546653051 887074816 5224 996147200 134512640 134550740 4294955968 18446744073709551615 104252999 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28603] ppid=28599 vsize=866284 CPUtime=0
/proc/28601/task/28603/stat : 28603 (java) S 28599 28601 27559 0 -1 64 3 0 0 0 0 0 0 0 19 0 9 0 1546653052 887074816 5224 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28604] ppid=28599 vsize=866284 CPUtime=0
/proc/28601/task/28604/stat : 28604 (java) S 28599 28601 27559 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 1546653053 887074816 5224 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28605] ppid=28599 vsize=866284 CPUtime=0
/proc/28601/task/28605/stat : 28605 (java) S 28599 28601 27559 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1546653053 887074816 5224 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28606] ppid=28599 vsize=866284 CPUtime=0
/proc/28601/task/28606/stat : 28606 (java) S 28599 28601 27559 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1546653055 887074816 5224 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28607] ppid=28599 vsize=866284 CPUtime=0.04
/proc/28601/task/28607/stat : 28607 (java) S 28599 28601 27559 0 -1 64 277 0 0 0 4 0 0 0 16 0 9 0 1546653055 887074816 5224 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.702411 s]
/proc/loadavg: 2.31 2.08 2.02 4/81 28601
/proc/meminfo: memFree=1730136/2055920 swapFree=4114036/4192956
[pid=28601] ppid=28599 vsize=867084 CPUtime=0.68
/proc/28601/stat : 28601 (java) S 28599 28601 27559 0 -1 0 9538 0 1 0 61 7 0 0 18 0 9 0 1546653050 887894016 8896 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28601/statm: 216771 8896 2011 9 0 211277 0
[pid=28601/tid=28602] ppid=28599 vsize=867084 CPUtime=0.52
/proc/28601/task/28602/stat : 28602 (java) R 28599 28601 27559 0 -1 64 8350 0 1 0 46 6 0 0 20 0 9 0 1546653051 887894016 8896 996147200 134512640 134550740 4294955968 18446744073709551615 4126761994 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28603] ppid=28599 vsize=867084 CPUtime=0
/proc/28601/task/28603/stat : 28603 (java) S 28599 28601 27559 0 -1 64 3 0 0 0 0 0 0 0 19 0 9 0 1546653052 887894016 8896 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28604] ppid=28599 vsize=867084 CPUtime=0
/proc/28601/task/28604/stat : 28604 (java) S 28599 28601 27559 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 1546653053 887894016 8896 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28605] ppid=28599 vsize=867084 CPUtime=0
/proc/28601/task/28605/stat : 28605 (java) S 28599 28601 27559 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1546653053 887894016 8896 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28606] ppid=28599 vsize=867084 CPUtime=0
/proc/28601/task/28606/stat : 28606 (java) S 28599 28601 27559 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1546653055 887894016 8896 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28607] ppid=28599 vsize=867084 CPUtime=0.14
/proc/28601/task/28607/stat : 28607 (java) S 28599 28601 27559 0 -1 64 492 0 0 0 14 0 0 0 15 0 9 0 1546653055 887894016 8896 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867084

[startup+1.50257 s]
/proc/loadavg: 2.31 2.08 2.02 3/90 28610
/proc/meminfo: memFree=1682448/2055920 swapFree=4114036/4192956
[pid=28601] ppid=28599 vsize=867856 CPUtime=1.46
/proc/28601/stat : 28601 (java) S 28599 28601 27559 0 -1 0 25707 275 1 0 127 17 2 0 18 0 10 0 1546653050 888684544 16471 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28601/statm: 216964 16471 2633 9 0 211470 0
[pid=28601/tid=28602] ppid=28599 vsize=867856 CPUtime=1.11
/proc/28601/task/28602/stat : 28602 (java) R 28599 28601 27559 0 -1 64 18549 275 1 0 96 13 2 0 18 0 10 0 1546653051 888684544 16471 996147200 134512640 134550740 4294955968 18446744073709551615 4127008864 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28603] ppid=28599 vsize=867856 CPUtime=0.08
/proc/28601/task/28603/stat : 28603 (java) S 28599 28601 27559 0 -1 64 5596 275 0 0 6 0 2 0 16 0 10 0 1546653052 888684544 16471 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28604] ppid=28599 vsize=867856 CPUtime=0.02
/proc/28601/task/28604/stat : 28604 (java) S 28599 28601 27559 0 -1 64 13 275 0 0 0 0 2 0 16 0 10 0 1546653053 888684544 16471 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28605] ppid=28599 vsize=867856 CPUtime=0.02
/proc/28601/task/28605/stat : 28605 (java) S 28599 28601 27559 0 -1 64 11 275 0 0 0 0 2 0 16 0 10 0 1546653053 888684544 16471 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28606] ppid=28599 vsize=867856 CPUtime=0.02
/proc/28601/task/28606/stat : 28606 (java) S 28599 28601 27559 0 -1 64 1 275 0 0 0 0 2 0 18 0 10 0 1546653055 888684544 16471 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28607] ppid=28599 vsize=867856 CPUtime=0.26
/proc/28601/task/28607/stat : 28607 (java) S 28599 28601 27559 0 -1 64 714 275 0 0 23 1 2 0 15 0 10 0 1546653055 888684544 16471 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28609] ppid=28599 vsize=867856 CPUtime=0.02
/proc/28601/task/28609/stat : 28609 (java) S 28599 28601 27559 0 -1 64 2 275 0 0 0 0 2 0 19 0 10 0 1546653055 888684544 16471 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28610] ppid=28599 vsize=867856 CPUtime=0.02
/proc/28601/task/28610/stat : 28610 (java) S 28599 28601 27559 0 -1 64 9 275 0 0 0 0 2 0 15 0 10 0 1546653055 888684544 16471 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) 867856

[startup+3.10188 s]
/proc/loadavg: 2.29 2.08 2.02 3/90 28614
/proc/meminfo: memFree=1673808/2055920 swapFree=4114036/4192956
[pid=28601] ppid=28599 vsize=867856 CPUtime=3.04
/proc/28601/stat : 28601 (java) S 28599 28601 27559 0 -1 0 27856 398 1 0 284 18 2 0 18 0 9 0 1546653050 888684544 16544 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28601/statm: 216964 16544 2633 9 0 211470 0
[pid=28601/tid=28602] ppid=28599 vsize=867856 CPUtime=2.61
/proc/28601/task/28602/stat : 28602 (java) R 28599 28601 27559 0 -1 64 20642 398 1 0 245 14 2 0 25 0 9 0 1546653051 888684544 16544 996147200 134512640 134550740 4294955968 18446744073709551615 4127054396 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28603] ppid=28599 vsize=867856 CPUtime=0.08
/proc/28601/task/28603/stat : 28603 (java) S 28599 28601 27559 0 -1 64 5597 398 0 0 6 0 2 0 17 0 9 0 1546653052 888684544 16544 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28604] ppid=28599 vsize=867856 CPUtime=0.02
/proc/28601/task/28604/stat : 28604 (java) S 28599 28601 27559 0 -1 64 13 398 0 0 0 0 2 0 16 0 9 0 1546653053 888684544 16544 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28605] ppid=28599 vsize=867856 CPUtime=0.02
/proc/28601/task/28605/stat : 28605 (java) S 28599 28601 27559 0 -1 64 11 398 0 0 0 0 2 0 16 0 9 0 1546653053 888684544 16544 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28606] ppid=28599 vsize=867856 CPUtime=0.02
/proc/28601/task/28606/stat : 28606 (java) S 28599 28601 27559 0 -1 64 1 398 0 0 0 0 2 0 18 0 9 0 1546653055 888684544 16544 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28607] ppid=28599 vsize=867856 CPUtime=0.34
/proc/28601/task/28607/stat : 28607 (java) S 28599 28601 27559 0 -1 64 769 398 0 0 31 1 2 0 15 0 9 0 1546653055 888684544 16544 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28609] ppid=28599 vsize=867856 CPUtime=0.02
/proc/28601/task/28609/stat : 28609 (java) S 28599 28601 27559 0 -1 64 2 398 0 0 0 0 2 0 19 0 9 0 1546653055 888684544 16544 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28610] ppid=28599 vsize=867856 CPUtime=0.02
/proc/28601/task/28610/stat : 28610 (java) S 28599 28601 27559 0 -1 64 9 398 0 0 0 0 2 0 15 0 9 0 1546653055 888684544 16544 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 867856

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

[startup+3.20289 s]
/proc/loadavg: 2.29 2.08 2.02 3/90 28614
/proc/meminfo: memFree=1673808/2055920 swapFree=4114036/4192956
[pid=28601] ppid=28599 vsize=867856 CPUtime=3.14
/proc/28601/stat : 28601 (java) S 28599 28601 27559 0 -1 0 27858 398 1 0 294 18 2 0 18 0 9 0 1546653050 888684544 16544 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28601/statm: 216964 16544 2633 9 0 211470 0
[pid=28601/tid=28602] ppid=28599 vsize=867856 CPUtime=2.71
/proc/28601/task/28602/stat : 28602 (java) R 28599 28601 27559 0 -1 64 20644 398 1 0 255 14 2 0 25 0 9 0 1546653051 888684544 16544 996147200 134512640 134550740 4294955968 18446744073709551615 4127061433 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28603] ppid=28599 vsize=867856 CPUtime=0.08
/proc/28601/task/28603/stat : 28603 (java) S 28599 28601 27559 0 -1 64 5597 398 0 0 6 0 2 0 17 0 9 0 1546653052 888684544 16544 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28604] ppid=28599 vsize=867856 CPUtime=0.02
/proc/28601/task/28604/stat : 28604 (java) S 28599 28601 27559 0 -1 64 13 398 0 0 0 0 2 0 16 0 9 0 1546653053 888684544 16544 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28605] ppid=28599 vsize=867856 CPUtime=0.02
/proc/28601/task/28605/stat : 28605 (java) S 28599 28601 27559 0 -1 64 11 398 0 0 0 0 2 0 16 0 9 0 1546653053 888684544 16544 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28606] ppid=28599 vsize=867856 CPUtime=0.02
/proc/28601/task/28606/stat : 28606 (java) S 28599 28601 27559 0 -1 64 1 398 0 0 0 0 2 0 18 0 9 0 1546653055 888684544 16544 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28607] ppid=28599 vsize=867856 CPUtime=0.34
/proc/28601/task/28607/stat : 28607 (java) S 28599 28601 27559 0 -1 64 769 398 0 0 31 1 2 0 15 0 9 0 1546653055 888684544 16544 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28609] ppid=28599 vsize=867856 CPUtime=0.02
/proc/28601/task/28609/stat : 28609 (java) S 28599 28601 27559 0 -1 64 2 398 0 0 0 0 2 0 19 0 9 0 1546653055 888684544 16544 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28610] ppid=28599 vsize=867856 CPUtime=0.02
/proc/28601/task/28610/stat : 28610 (java) S 28599 28601 27559 0 -1 64 9 398 0 0 0 0 2 0 15 0 9 0 1546653055 888684544 16544 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.14
Current children cumulated vsize (KiB) 867856

[startup+3.60197 s]
/proc/loadavg: 2.29 2.08 2.02 3/90 28614
/proc/meminfo: memFree=1673680/2055920 swapFree=4114036/4192956
[pid=28601] ppid=28599 vsize=867856 CPUtime=3.54
/proc/28601/stat : 28601 (java) S 28599 28601 27559 0 -1 0 27874 398 1 0 333 19 2 0 18 0 9 0 1546653050 888684544 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28601/statm: 216964 16546 2633 9 0 211470 0
[pid=28601/tid=28602] ppid=28599 vsize=867856 CPUtime=3.1
/proc/28601/task/28602/stat : 28602 (java) R 28599 28601 27559 0 -1 64 20658 398 1 0 294 14 2 0 25 0 9 0 1546653051 888684544 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4127063255 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28603] ppid=28599 vsize=867856 CPUtime=0.08
/proc/28601/task/28603/stat : 28603 (java) S 28599 28601 27559 0 -1 64 5597 398 0 0 6 0 2 0 17 0 9 0 1546653052 888684544 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28604] ppid=28599 vsize=867856 CPUtime=0.02
/proc/28601/task/28604/stat : 28604 (java) S 28599 28601 27559 0 -1 64 13 398 0 0 0 0 2 0 16 0 9 0 1546653053 888684544 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28605] ppid=28599 vsize=867856 CPUtime=0.02
/proc/28601/task/28605/stat : 28605 (java) S 28599 28601 27559 0 -1 64 11 398 0 0 0 0 2 0 16 0 9 0 1546653053 888684544 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28606] ppid=28599 vsize=867856 CPUtime=0.02
/proc/28601/task/28606/stat : 28606 (java) S 28599 28601 27559 0 -1 64 1 398 0 0 0 0 2 0 18 0 9 0 1546653055 888684544 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28607] ppid=28599 vsize=867856 CPUtime=0.34
/proc/28601/task/28607/stat : 28607 (java) S 28599 28601 27559 0 -1 64 771 398 0 0 31 1 2 0 15 0 9 0 1546653055 888684544 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28609] ppid=28599 vsize=867856 CPUtime=0.02
/proc/28601/task/28609/stat : 28609 (java) S 28599 28601 27559 0 -1 64 2 398 0 0 0 0 2 0 19 0 9 0 1546653055 888684544 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28601/tid=28610] ppid=28599 vsize=867856 CPUtime=0.02
/proc/28601/task/28610/stat : 28610 (java) S 28599 28601 27559 0 -1 64 9 398 0 0 0 0 2 0 15 0 9 0 1546653055 888684544 16546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 867856

[startup+3.70268 s]
/proc/loadavg: 2.29 2.08 2.02 3/90 28614
/proc/meminfo: memFree=1673680/2055920 swapFree=4114036/4192956
[pid=28601] ppid=28599 vsize=0 CPUtime=3.59
/proc/28601/stat : 28601 (java) Z 28599 28601 27559 0 -1 12 28003 398 1 0 338 19 2 0 16 0 2 0 1546653050 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28601/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.59
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 3.71109
CPU time (s): 3.62645
CPU user time (s): 3.41348
CPU system time (s): 0.212967
CPU usage (%): 97.7191
Max. virtual memory (cumulated for all children) (KiB): 867856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.41348
system time used= 0.212967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28401
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= 1628
involuntary context switches= 1839

runsolver used 0.005999 second user time and 0.017997 second system time

The end

Launcher Data (download as text)

Begin job on node9 at 2008-07-04 13:09:28
IDJOB=1071768
IDBENCH=56139
IDSOLVER=363
FILE ID=node9/1071768-1215169768
PBS_JOBID= 7881447
Free space on /tmp= 66548 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/wordsPuzzle/normalized-crossword-m1-words-puzzle22.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1071768-1215169768/watcher-1071768-1215169768 -o /tmp/evaluation-result-1071768-1215169768/solver-1071768-1215169768 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1071768-1215169768.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fdf53d0e76234c79bccb1a52019a7203
RANDOM SEED=1769109691

node9.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.265
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	: 5931.00
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.265
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:       1730616 kB
Buffers:         35684 kB
Cached:         120564 kB
SwapCached:      72708 kB
Active:         218820 kB
Inactive:        49132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1730616 kB
SwapTotal:     4192956 kB
SwapFree:      4114036 kB
Dirty:            2268 kB
Writeback:           0 kB
Mapped:         127800 kB
Slab:            42348 kB
Committed_AS:  3009216 kB
PageTables:       2096 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= 66544 MiB
End job on node9 at 2008-07-04 13:09:32