Trace number 1075720

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ACSAT 8.98263 9.09028

DiagnosticValue
CHECKS265498
NODES1384

General information on the benchmark

Namecsp/ogdHerald/
normalized-crossword-m1-ogd-21-10.xml
MD5SUM63f061b0d7d3eb07f91405cf2b68b7b7
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 benchmark3.2555
Satisfiable
(Un)Satisfiability was proved
Number of variables383
Number of constraints1869
Maximum constraint arity26
Maximum domain size26
Number of constraints which are defined in extension134
Number of constraints which are defined in intension1735
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.23	
0.18/0.23	   configuration
0.18/0.23	     name=mac.xml
0.28/0.31	   
0.28/0.31	   instance
0.28/0.31	     name=HOME/instance-1075720-1215181679.xml
0.28/0.35	   
0.28/0.35	   domains being loaded...
0.28/0.36	   
0.28/0.36	   variables being loaded...
0.38/0.46	     nbVariables=383  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=9958
0.38/0.46	       =>  wckTime=0.217  cpuTime=0.16  mem=8M894
0.38/0.46	   
0.38/0.46	   relations being loaded...
0.87/0.99	   
0.87/0.99	   predicates being loaded...
0.97/1.05	   
0.97/1.05	   constraints being loaded...
1.37/1.47	   Too large in ConstraintConflictsSTructure
1.57/1.64	   Too large in ConstraintConflictsSTructure
1.66/1.75	   Too large in ConstraintConflictsSTructure
3.04/3.10	     nbConstraints=1870  nbRelationTypes=7  nbGlobalConstraints=135  nbExtensionStructures=7
3.04/3.10	     nbSharedExtensionStructures=127  nbConflictsStructures=4  nbSharedConflictsStructures=76
3.04/3.10	     nbUnbuiltConflictsStructures=10  nbSharedBinaryRepresentations=0  nbEvaluationManagers=7
3.04/3.10	     nbSharedEvaluationManagers=1728  minDegree=13  maxDegree=83  minArity=3  avgArity=11.25  maxArity=372
3.04/3.10	     nbGenerators=1  nbFusions=0  symmetryWckTime=0.429  symmetryCpuTime=0.23
3.04/3.10	       =>  wckTime=2.861  cpuTime=2.19  mem=74M883
3.14/3.26	   
3.14/3.26	   solver IterativeSystematicSolver being built... 
3.54/3.62	   
3.54/3.62	   INFO : Forward propagation technique limited 
3.54/3.69	       =>  wckTime=3.451  cpuTime=2.5  mem=109M742
4.22/4.36	   
4.22/4.36	   preprocessing
4.22/4.36	     nbConstraintChecks=0  nbValidityChecks=4876168  nbPropagations=405  nbRevisions=0  nbUselessRevisions=0
4.22/4.36	     nbRemovedValues=219  detectedInconsistency=no
4.22/4.36	       =>  wckTime=0.671  cpuTime=0.54  mem=84M456
8.88/9.05	   
8.88/9.05	   search
8.88/9.05	     run=3  nbConstraintChecks=265498  nbValidityChecks=44826230  minDepth=331  maxDepth=383  nbPropagations=27147
8.88/9.06	     nbRevisions=393129  nbUselessRevisions=393075  nbAssignments=1384  nbFailedAssignments=61  nbBacktracks=151
8.88/9.06	     nbVisitedNodes=1486  nbRestartNogoods=22  nbFoundSolutions=1  mapSize=54  nbInferences=0  nbTooLargeKeys=0
8.88/9.06	     nbSEliminables=0  nbREliminables=86.2  nbIEliminables=220.99  nbDEliminables=0  nbPEliminables=0
8.88/9.06	       =>  wckTime=5.361  cpuTime=5.12  mem=87M283
8.88/9.06	   
8.88/9.06	   global
8.88/9.06	     nbConstraintChecks=265498  nbValidityChecks=49702398  nbPropagations=27552  nbRevisions=393129
8.88/9.06	     nbUselessRevisions=393075  nbRestartNogoods=22  solvingWckTime=5.363  solvingCpuTime=5.12  expiredTime=no
8.88/9.06	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=7.6  globalCpuTime=7.67
8.88/9.06	       =>  wckTime=8.818  cpuTime=7.62  mem=87M283
8.88/9.06	   
8.88/9.06	s SATISFIABLE
8.88/9.06	v 2 4 2 8 19 4 18 2 7 0 13 18 4 23 4 12 15 11 4 18 13 14 1 0 13 19 17 4 11 14 20 17 4 11 8 0 8 19 0 13 13 14 13 2 4 14 11 4 20 12 2 17 8 19 7 12 4 17 20 19 19 0 17 0 1 8 18 2 14 19 4 4 18 11 8 19 3 0 8 12 18 4 19 0 2 4 18 17 4 18 3 0 19 4 0 6 13 0 19 18 20 17 4 18 5 8 13 17 4 21 4 4 18 4 20 11 4 18 17 3 18 17 0 2 5 0 2 8 4 18 0 17 2 7 8 18 1 0 3 14 6 11 8 14 5 17 0 2 19 8 14 13 2 0 12 4 11 8 0 13 0 8 5 17 4 3 14 17 0 19 2 0 13 0 17 0 18 20 19 8 11 4 0 11 8 18 4 18 1 0 11 0 3 0 8 12 13 4 12 4 18 18 0 17 19 18 17 0 5 0 11 0 8 12 0 6 13 4 19 18 0 23 4 17 17 14 13 19 6 4 13 17 0 6 20 0 18 18 4 0 17 14 8 3 4 4 18 3 4 13 4 4 13 2 0 4 2 20 12 4 17 18 18 4 19 18 0 2 7 4 12 14 17 11 4 18 14 11 0 17 0 17 4 18 11 0 8 13 0 6 17 0 18 14 17 11 3 4 11 8 13 4 0 19 0 19 18 13 8 1 15 8 11 14 19 8 13 18 3 20 18 20 3 19 0 19 0 12 14 17 14 18 14 4 11 8 4 4 0 19 0 2 0 12 0 2 0 17 14 11 8 13 0 20 13 4 4 12 0 7 0 11 4 1 18 19 0 19 8 5 18 12 4 4 13 18 4 13 20 12 4 17 0 
8.88/9.06	d NODES 1384
8.88/9.06	d CHECKS 265498
8.88/9.06	   
8.88/9.06	   totalWckTime=8.874  totalCpuTime=7.67

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-1075720-1215181679/watcher-1075720-1215181679 -o /tmp/evaluation-result-1075720-1215181679/solver-1075720-1215181679 -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-1075720-1215181679.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.94 2.05 2.01 4/81 27610
/proc/meminfo: memFree=1758408/2055920 swapFree=4179464/4192956
[pid=27610] ppid=27608 vsize=18572 CPUtime=0
/proc/27610/stat : 27610 (runsolver) R 27608 27610 25458 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 1997142753 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 214919867687 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/27610/statm: 4643 292 257 25 0 2626 0

[startup+0.104769 s]
/proc/loadavg: 1.94 2.05 2.01 4/81 27610
/proc/meminfo: memFree=1758408/2055920 swapFree=4179464/4192956
[pid=27610] ppid=27608 vsize=865884 CPUtime=0.09
/proc/27610/stat : 27610 (java) S 27608 27610 25458 0 -1 0 3756 0 1 0 7 2 0 0 18 0 9 0 1997142753 886665216 3212 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27610/statm: 216471 3212 1705 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.201785 s]
/proc/loadavg: 1.94 2.05 2.01 4/81 27610
/proc/meminfo: memFree=1758408/2055920 swapFree=4179464/4192956
[pid=27610] ppid=27608 vsize=866048 CPUtime=0.18
/proc/27610/stat : 27610 (java) S 27608 27610 25458 0 -1 0 4724 0 1 0 15 3 0 0 18 0 9 0 1997142753 886833152 4151 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27610/statm: 216512 4151 1852 9 0 211060 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 866048

[startup+0.301798 s]
/proc/loadavg: 1.94 2.05 2.01 4/81 27610
/proc/meminfo: memFree=1758408/2055920 swapFree=4179464/4192956
[pid=27610] ppid=27608 vsize=866196 CPUtime=0.28
/proc/27610/stat : 27610 (java) S 27608 27610 25458 0 -1 0 5622 0 1 0 25 3 0 0 18 0 9 0 1997142753 886984704 5036 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27610/statm: 216549 5036 1903 9 0 211097 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866196

[startup+0.701854 s]
/proc/loadavg: 1.94 2.05 2.01 4/81 27610
/proc/meminfo: memFree=1758408/2055920 swapFree=4179464/4192956
[pid=27610] ppid=27608 vsize=866408 CPUtime=0.67
/proc/27610/stat : 27610 (java) S 27608 27610 25458 0 -1 0 13592 0 1 0 60 7 0 0 18 0 9 0 1997142753 887201792 12962 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27610/statm: 216602 12962 1969 9 0 211130 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 866408

[startup+1.50197 s]
/proc/loadavg: 1.94 2.05 2.01 4/90 27619
/proc/meminfo: memFree=1688832/2055920 swapFree=4179464/4192956
[pid=27610] ppid=27608 vsize=867704 CPUtime=1.47
/proc/27610/stat : 27610 (java) S 27608 27610 25458 0 -1 0 20172 0 1 0 136 11 0 0 18 0 9 0 1997142753 888528896 19528 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27610/statm: 216926 19528 2027 9 0 211432 0
[pid=27610/tid=27612] ppid=27608 vsize=867704 CPUtime=1.24
/proc/27610/task/27612/stat : 27612 (java) R 27608 27610 25458 0 -1 64 15780 0 1 0 116 8 0 0 25 0 9 0 1997142755 888528896 19528 996147200 134512640 134550740 4294955968 18446744073709551615 4126879825 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27613] ppid=27608 vsize=867704 CPUtime=0.03
/proc/27610/task/27613/stat : 27613 (java) S 27608 27610 25458 0 -1 64 3025 0 0 0 2 1 0 0 16 0 9 0 1997142756 888528896 19528 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27614] ppid=27608 vsize=867704 CPUtime=0
/proc/27610/task/27614/stat : 27614 (java) S 27608 27610 25458 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1997142757 888528896 19528 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27615] ppid=27608 vsize=867704 CPUtime=0
/proc/27610/task/27615/stat : 27615 (java) S 27608 27610 25458 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1997142757 888528896 19528 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27616] ppid=27608 vsize=867704 CPUtime=0
/proc/27610/task/27616/stat : 27616 (java) S 27608 27610 25458 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1997142759 888528896 19528 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27617] ppid=27608 vsize=867704 CPUtime=0.17
/proc/27610/task/27617/stat : 27617 (java) S 27608 27610 25458 0 -1 64 670 0 0 0 17 0 0 0 16 0 9 0 1997142759 888528896 19528 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27618] ppid=27608 vsize=867704 CPUtime=0
/proc/27610/task/27618/stat : 27618 (java) S 27608 27610 25458 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997142759 888528896 19528 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27619] ppid=27608 vsize=867704 CPUtime=0
/proc/27610/task/27619/stat : 27619 (java) S 27608 27610 25458 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997142759 888528896 19528 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867704

[startup+3.10218 s]
/proc/loadavg: 1.94 2.05 2.01 3/90 27619
/proc/meminfo: memFree=1667904/2055920 swapFree=4179464/4192956
[pid=27610] ppid=27608 vsize=867940 CPUtime=3.04
/proc/27610/stat : 27610 (java) S 27608 27610 25458 0 -1 0 31023 717 1 0 266 23 14 1 18 0 9 0 1997142753 888770560 27746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27610/statm: 216985 27746 2017 9 0 211513 0
[pid=27610/tid=27612] ppid=27608 vsize=867940 CPUtime=2.54
/proc/27610/task/27612/stat : 27612 (java) R 27608 27610 25458 0 -1 64 18208 717 1 0 223 16 14 1 23 0 9 0 1997142755 888770560 27746 996147200 134512640 134550740 4294955968 18446744073709551615 102538899 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27613] ppid=27608 vsize=867940 CPUtime=0.34
/proc/27610/task/27613/stat : 27613 (java) S 27608 27610 25458 0 -1 64 11140 717 0 0 15 4 14 1 16 0 9 0 1997142756 888770560 27746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27614] ppid=27608 vsize=867940 CPUtime=0.15
/proc/27610/task/27614/stat : 27614 (java) S 27608 27610 25458 0 -1 64 13 717 0 0 0 0 14 1 16 0 9 0 1997142757 888770560 27746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27615] ppid=27608 vsize=867940 CPUtime=0.15
/proc/27610/task/27615/stat : 27615 (java) S 27608 27610 25458 0 -1 64 5 717 0 0 0 0 14 1 16 0 9 0 1997142757 888770560 27746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27616] ppid=27608 vsize=867940 CPUtime=0.15
/proc/27610/task/27616/stat : 27616 (java) S 27608 27610 25458 0 -1 64 0 717 0 0 0 0 14 1 18 0 9 0 1997142759 888770560 27746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27617] ppid=27608 vsize=867940 CPUtime=0.41
/proc/27610/task/27617/stat : 27617 (java) S 27608 27610 25458 0 -1 64 841 717 0 0 26 0 14 1 15 0 9 0 1997142759 888770560 27746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27618] ppid=27608 vsize=867940 CPUtime=0.15
/proc/27610/task/27618/stat : 27618 (java) S 27608 27610 25458 0 -1 64 2 717 0 0 0 0 14 1 19 0 9 0 1997142759 888770560 27746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27619] ppid=27608 vsize=867940 CPUtime=0.15
/proc/27610/task/27619/stat : 27619 (java) S 27608 27610 25458 0 -1 64 8 717 0 0 0 0 14 1 15 0 9 0 1997142759 888770560 27746 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) 867940

[startup+6.30261 s]
/proc/loadavg: 1.94 2.05 2.01 3/90 27623
/proc/meminfo: memFree=1609984/2055920 swapFree=4179464/4192956
[pid=27610] ppid=27608 vsize=868020 CPUtime=6.21
/proc/27610/stat : 27610 (java) S 27608 27610 25458 0 -1 0 64040 717 1 0 572 34 14 1 18 0 9 0 1997142753 888852480 39473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27610/statm: 217005 39473 2615 9 0 211533 0
[pid=27610/tid=27612] ppid=27608 vsize=868020 CPUtime=5.25
/proc/27610/task/27612/stat : 27612 (java) R 27608 27610 25458 0 -1 64 28951 717 1 0 492 18 14 1 25 0 9 0 1997142755 888852480 39473 996147200 134512640 134550740 4294955968 18446744073709551615 4127258400 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27613] ppid=27608 vsize=868020 CPUtime=0.68
/proc/27610/task/27613/stat : 27613 (java) S 27608 27610 25458 0 -1 64 33225 717 0 0 42 11 14 1 17 0 9 0 1997142756 888852480 39473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27614] ppid=27608 vsize=868020 CPUtime=0.15
/proc/27610/task/27614/stat : 27614 (java) S 27608 27610 25458 0 -1 64 18 717 0 0 0 0 14 1 16 0 9 0 1997142757 888852480 39473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27615] ppid=27608 vsize=868020 CPUtime=0.15
/proc/27610/task/27615/stat : 27615 (java) S 27608 27610 25458 0 -1 64 8 717 0 0 0 0 14 1 15 0 9 0 1997142757 888852480 39473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27616] ppid=27608 vsize=868020 CPUtime=0.15
/proc/27610/task/27616/stat : 27616 (java) S 27608 27610 25458 0 -1 64 0 717 0 0 0 0 14 1 18 0 9 0 1997142759 888852480 39473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27617] ppid=27608 vsize=868020 CPUtime=0.53
/proc/27610/task/27617/stat : 27617 (java) S 27608 27610 25458 0 -1 64 997 717 0 0 37 1 14 1 15 0 9 0 1997142759 888852480 39473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27618] ppid=27608 vsize=868020 CPUtime=0.15
/proc/27610/task/27618/stat : 27618 (java) S 27608 27610 25458 0 -1 64 2 717 0 0 0 0 14 1 19 0 9 0 1997142759 888852480 39473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27619] ppid=27608 vsize=868020 CPUtime=0.15
/proc/27610/task/27619/stat : 27619 (java) S 27608 27610 25458 0 -1 64 33 717 0 0 0 0 14 1 15 0 9 0 1997142759 888852480 39473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 868020

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

[startup+6.40262 s]
/proc/loadavg: 1.94 2.05 2.01 3/90 27623
/proc/meminfo: memFree=1609984/2055920 swapFree=4179464/4192956
[pid=27610] ppid=27608 vsize=868020 CPUtime=6.31
/proc/27610/stat : 27610 (java) S 27608 27610 25458 0 -1 0 64040 717 1 0 582 34 14 1 18 0 9 0 1997142753 888852480 39473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27610/statm: 217005 39473 2615 9 0 211533 0
[pid=27610/tid=27612] ppid=27608 vsize=868020 CPUtime=5.35
/proc/27610/task/27612/stat : 27612 (java) R 27608 27610 25458 0 -1 64 28951 717 1 0 502 18 14 1 25 0 9 0 1997142755 888852480 39473 996147200 134512640 134550740 4294955968 18446744073709551615 4127245826 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27613] ppid=27608 vsize=868020 CPUtime=0.68
/proc/27610/task/27613/stat : 27613 (java) S 27608 27610 25458 0 -1 64 33225 717 0 0 42 11 14 1 17 0 9 0 1997142756 888852480 39473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27614] ppid=27608 vsize=868020 CPUtime=0.15
/proc/27610/task/27614/stat : 27614 (java) S 27608 27610 25458 0 -1 64 18 717 0 0 0 0 14 1 16 0 9 0 1997142757 888852480 39473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27615] ppid=27608 vsize=868020 CPUtime=0.15
/proc/27610/task/27615/stat : 27615 (java) S 27608 27610 25458 0 -1 64 8 717 0 0 0 0 14 1 15 0 9 0 1997142757 888852480 39473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27616] ppid=27608 vsize=868020 CPUtime=0.15
/proc/27610/task/27616/stat : 27616 (java) S 27608 27610 25458 0 -1 64 0 717 0 0 0 0 14 1 18 0 9 0 1997142759 888852480 39473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27617] ppid=27608 vsize=868020 CPUtime=0.53
/proc/27610/task/27617/stat : 27617 (java) S 27608 27610 25458 0 -1 64 997 717 0 0 37 1 14 1 15 0 9 0 1997142759 888852480 39473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27618] ppid=27608 vsize=868020 CPUtime=0.15
/proc/27610/task/27618/stat : 27618 (java) S 27608 27610 25458 0 -1 64 2 717 0 0 0 0 14 1 19 0 9 0 1997142759 888852480 39473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27619] ppid=27608 vsize=868020 CPUtime=0.15
/proc/27610/task/27619/stat : 27619 (java) S 27608 27610 25458 0 -1 64 33 717 0 0 0 0 14 1 15 0 9 0 1997142759 888852480 39473 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 868020

[startup+8.00184 s]
/proc/loadavg: 1.95 2.04 2.01 3/90 27623
/proc/meminfo: memFree=1609984/2055920 swapFree=4179464/4192956
[pid=27610] ppid=27608 vsize=868020 CPUtime=7.89
/proc/27610/stat : 27610 (java) S 27608 27610 25458 0 -1 0 64048 717 1 0 740 34 14 1 18 0 9 0 1997142753 888852480 39477 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27610/statm: 217005 39477 2615 9 0 211533 0
[pid=27610/tid=27612] ppid=27608 vsize=868020 CPUtime=6.92
/proc/27610/task/27612/stat : 27612 (java) R 27608 27610 25458 0 -1 64 28953 717 1 0 659 18 14 1 25 0 9 0 1997142755 888852480 39477 996147200 134512640 134550740 4294955968 18446744073709551615 4127260208 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27613] ppid=27608 vsize=868020 CPUtime=0.68
/proc/27610/task/27613/stat : 27613 (java) S 27608 27610 25458 0 -1 64 33225 717 0 0 42 11 14 1 17 0 9 0 1997142756 888852480 39477 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27614] ppid=27608 vsize=868020 CPUtime=0.15
/proc/27610/task/27614/stat : 27614 (java) S 27608 27610 25458 0 -1 64 18 717 0 0 0 0 14 1 16 0 9 0 1997142757 888852480 39477 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27615] ppid=27608 vsize=868020 CPUtime=0.15
/proc/27610/task/27615/stat : 27615 (java) S 27608 27610 25458 0 -1 64 8 717 0 0 0 0 14 1 15 0 9 0 1997142757 888852480 39477 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27616] ppid=27608 vsize=868020 CPUtime=0.15
/proc/27610/task/27616/stat : 27616 (java) S 27608 27610 25458 0 -1 64 0 717 0 0 0 0 14 1 18 0 9 0 1997142759 888852480 39477 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27617] ppid=27608 vsize=868020 CPUtime=0.54
/proc/27610/task/27617/stat : 27617 (java) S 27608 27610 25458 0 -1 64 1003 717 0 0 38 1 14 1 15 0 9 0 1997142759 888852480 39477 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27618] ppid=27608 vsize=868020 CPUtime=0.15
/proc/27610/task/27618/stat : 27618 (java) S 27608 27610 25458 0 -1 64 2 717 0 0 0 0 14 1 19 0 9 0 1997142759 888852480 39477 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27619] ppid=27608 vsize=868020 CPUtime=0.15
/proc/27610/task/27619/stat : 27619 (java) S 27608 27610 25458 0 -1 64 33 717 0 0 0 0 14 1 15 0 9 0 1997142759 888852480 39477 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.89
Current children cumulated vsize (KiB) 868020

[startup+8.80194 s]
/proc/loadavg: 1.95 2.04 2.01 4/90 27623
/proc/meminfo: memFree=1610048/2055920 swapFree=4179464/4192956
[pid=27610] ppid=27608 vsize=868020 CPUtime=8.68
/proc/27610/stat : 27610 (java) S 27608 27610 25458 0 -1 0 64048 717 1 0 819 34 14 1 18 0 9 0 1997142753 888852480 39477 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27610/statm: 217005 39477 2615 9 0 211533 0
[pid=27610/tid=27612] ppid=27608 vsize=868020 CPUtime=7.72
/proc/27610/task/27612/stat : 27612 (java) R 27608 27610 25458 0 -1 64 28953 717 1 0 739 18 14 1 25 0 9 0 1997142755 888852480 39477 996147200 134512640 134550740 4294955968 18446744073709551615 4127245669 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27613] ppid=27608 vsize=868020 CPUtime=0.68
/proc/27610/task/27613/stat : 27613 (java) S 27608 27610 25458 0 -1 64 33225 717 0 0 42 11 14 1 17 0 9 0 1997142756 888852480 39477 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27614] ppid=27608 vsize=868020 CPUtime=0.15
/proc/27610/task/27614/stat : 27614 (java) S 27608 27610 25458 0 -1 64 18 717 0 0 0 0 14 1 16 0 9 0 1997142757 888852480 39477 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27615] ppid=27608 vsize=868020 CPUtime=0.15
/proc/27610/task/27615/stat : 27615 (java) S 27608 27610 25458 0 -1 64 8 717 0 0 0 0 14 1 15 0 9 0 1997142757 888852480 39477 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27616] ppid=27608 vsize=868020 CPUtime=0.15
/proc/27610/task/27616/stat : 27616 (java) S 27608 27610 25458 0 -1 64 0 717 0 0 0 0 14 1 18 0 9 0 1997142759 888852480 39477 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27617] ppid=27608 vsize=868020 CPUtime=0.54
/proc/27610/task/27617/stat : 27617 (java) S 27608 27610 25458 0 -1 64 1003 717 0 0 38 1 14 1 15 0 9 0 1997142759 888852480 39477 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27618] ppid=27608 vsize=868020 CPUtime=0.15
/proc/27610/task/27618/stat : 27618 (java) S 27608 27610 25458 0 -1 64 2 717 0 0 0 0 14 1 19 0 9 0 1997142759 888852480 39477 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27619] ppid=27608 vsize=868020 CPUtime=0.15
/proc/27610/task/27619/stat : 27619 (java) S 27608 27610 25458 0 -1 64 33 717 0 0 0 0 14 1 15 0 9 0 1997142759 888852480 39477 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.68
Current children cumulated vsize (KiB) 868020

[startup+9.00197 s]
/proc/loadavg: 1.95 2.04 2.01 4/90 27623
/proc/meminfo: memFree=1610048/2055920 swapFree=4179464/4192956
[pid=27610] ppid=27608 vsize=868020 CPUtime=8.88
/proc/27610/stat : 27610 (java) S 27608 27610 25458 0 -1 0 64049 717 1 0 839 34 14 1 18 0 9 0 1997142753 888852480 39477 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27610/statm: 217005 39477 2615 9 0 211533 0
[pid=27610/tid=27612] ppid=27608 vsize=868020 CPUtime=7.91
/proc/27610/task/27612/stat : 27612 (java) R 27608 27610 25458 0 -1 64 28954 717 1 0 758 18 14 1 25 0 9 0 1997142755 888852480 39477 996147200 134512640 134550740 4294955968 18446744073709551615 4127301814 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27613] ppid=27608 vsize=868020 CPUtime=0.68
/proc/27610/task/27613/stat : 27613 (java) S 27608 27610 25458 0 -1 64 33225 717 0 0 42 11 14 1 17 0 9 0 1997142756 888852480 39477 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27614] ppid=27608 vsize=868020 CPUtime=0.15
/proc/27610/task/27614/stat : 27614 (java) S 27608 27610 25458 0 -1 64 18 717 0 0 0 0 14 1 16 0 9 0 1997142757 888852480 39477 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27615] ppid=27608 vsize=868020 CPUtime=0.15
/proc/27610/task/27615/stat : 27615 (java) S 27608 27610 25458 0 -1 64 8 717 0 0 0 0 14 1 15 0 9 0 1997142757 888852480 39477 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27616] ppid=27608 vsize=868020 CPUtime=0.15
/proc/27610/task/27616/stat : 27616 (java) S 27608 27610 25458 0 -1 64 0 717 0 0 0 0 14 1 18 0 9 0 1997142759 888852480 39477 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27617] ppid=27608 vsize=868020 CPUtime=0.54
/proc/27610/task/27617/stat : 27617 (java) S 27608 27610 25458 0 -1 64 1003 717 0 0 38 1 14 1 15 0 9 0 1997142759 888852480 39477 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27618] ppid=27608 vsize=868020 CPUtime=0.15
/proc/27610/task/27618/stat : 27618 (java) S 27608 27610 25458 0 -1 64 2 717 0 0 0 0 14 1 19 0 9 0 1997142759 888852480 39477 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27610/tid=27619] ppid=27608 vsize=868020 CPUtime=0.15
/proc/27610/task/27619/stat : 27619 (java) S 27608 27610 25458 0 -1 64 33 717 0 0 0 0 14 1 15 0 9 0 1997142759 888852480 39477 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.88
Current children cumulated vsize (KiB) 868020

Child status: 0
Real time (s): 9.09028
CPU time (s): 8.98263
CPU user time (s): 8.59669
CPU system time (s): 0.385941
CPU usage (%): 98.8159
Max. virtual memory (cumulated for all children) (KiB): 868108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.59669
system time used= 0.385941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64804
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= 1851
involuntary context switches= 2224

runsolver used 0.017997 second user time and 0.039993 second system time

The end

Launcher Data (download as text)

Begin job on node10 at 2008-07-04 16:27:59
IDJOB=1075720
IDBENCH=56538
IDSOLVER=363
FILE ID=node10/1075720-1215181679
PBS_JOBID= 7881559
Free space on /tmp= 66524 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/ogdHerald/normalized-crossword-m1-ogd-21-10.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-1075720-1215181679/watcher-1075720-1215181679 -o /tmp/evaluation-result-1075720-1215181679/solver-1075720-1215181679 -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-1075720-1215181679.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 63f061b0d7d3eb07f91405cf2b68b7b7
RANDOM SEED=717556696

node10.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.229
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.229
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:       1758888 kB
Buffers:         43148 kB
Cached:         150456 kB
SwapCached:       7540 kB
Active:         184432 kB
Inactive:        57992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1758888 kB
SwapTotal:     4192956 kB
SwapFree:      4179464 kB
Dirty:            5632 kB
Writeback:           0 kB
Mapped:          65120 kB
Slab:            39480 kB
Committed_AS:  3422620 kB
PageTables:       2092 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= 66524 MiB
End job on node10 at 2008-07-04 16:28:08