Trace number 1064179

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 9.08662 9.21625

DiagnosticValue
CHECKS1290960
NODES737

General information on the benchmark

Namecsp/ukHerald/
normalized-crossword-m1-uk-23-02.xml
MD5SUMdb48a5def5ffad94b53c1d6b30c5d3ee
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.47078
Satisfiable
(Un)Satisfiability was proved
Number of variables435
Number of constraints4428
Maximum constraint arity24
Maximum domain size26
Number of constraints which are defined in extension182
Number of constraints which are defined in intension4246
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.09	
0.01/0.09	Abscon 112 (May, 2008)
0.18/0.26	
0.18/0.26	   configuration
0.18/0.26	     name=mac.xml
0.28/0.30	   
0.28/0.30	   instance
0.28/0.30	     name=HOME/instance-1064179-1215140007.xml
0.28/0.34	   
0.28/0.34	   domains being loaded...
0.28/0.35	   
0.28/0.35	   variables being loaded...
0.37/0.44	     nbVariables=435  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=11310
0.37/0.44	       =>  wckTime=0.173  cpuTime=0.14  mem=9M869
0.37/0.44	   
0.37/0.44	   relations being loaded...
0.97/1.10	   
0.97/1.10	   predicates being loaded...
1.07/1.16	   
1.07/1.16	   constraints being loaded...
1.76/1.83	   Too large in ConstraintConflictsSTructure
1.76/1.87	   Too large in ConstraintConflictsSTructure
1.86/1.94	   Too large in ConstraintConflictsSTructure
1.86/1.96	   Too large in ConstraintConflictsSTructure
1.96/2.02	   Too large in ConstraintConflictsSTructure
1.96/2.04	   Too large in ConstraintConflictsSTructure
4.02/4.16	     nbConstraints=4428  nbRelationTypes=10  nbGlobalConstraints=182  nbExtensionStructures=10
4.02/4.16	     nbSharedExtensionStructures=172  nbConflictsStructures=4  nbSharedConflictsStructures=156
4.02/4.16	     nbUnbuiltConflictsStructures=17  nbSharedBinaryRepresentations=0  nbEvaluationManagers=11
4.02/4.16	     nbSharedEvaluationManagers=4235  minDegree=6  maxDegree=142  minArity=3  avgArity=8.21  maxArity=24  nbGenerators=0
4.02/4.16	     nbFusions=0  symmetryWckTime=0.606  symmetryCpuTime=0.28
4.02/4.16	       =>  wckTime=3.892  cpuTime=3.05  mem=55M201
4.22/4.34	   
4.22/4.34	   solver IterativeSystematicSolver being built... 
4.81/4.93	   
4.81/4.93	   INFO : Forward propagation technique limited 
4.91/5.00	       =>  wckTime=4.733  cpuTime=3.48  mem=136M76
5.21/5.37	   
5.21/5.37	   preprocessing
5.21/5.37	     nbConstraintChecks=398  nbValidityChecks=2527429  nbPropagations=465  nbRevisions=29  nbUselessRevisions=29
5.21/5.37	     nbRemovedValues=138  detectedInconsistency=no
5.21/5.37	       =>  wckTime=0.369  cpuTime=0.34  mem=138M41
8.97/9.16	   
8.97/9.16	   search
8.97/9.16	     run=1  nbConstraintChecks=1290564  nbValidityChecks=17149029  minDepth=107  maxDepth=435  nbPropagations=7345
8.97/9.16	     nbRevisions=275318  nbUselessRevisions=275250  nbAssignments=737  nbFailedAssignments=18  nbBacktracks=0
8.97/9.16	     nbVisitedNodes=756  nbRestartNogoods=10  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=0
8.97/9.16	     nbSEliminables=0  nbREliminables=141.7  nbIEliminables=167.93  nbDEliminables=0  nbPEliminables=0
8.97/9.16	       =>  wckTime=4.153  cpuTime=3.92  mem=111M719
8.97/9.16	   
8.97/9.16	   global
8.97/9.16	     nbConstraintChecks=1290962  nbValidityChecks=19676458  nbPropagations=7810  nbRevisions=275347
8.97/9.16	     nbUselessRevisions=275279  nbRestartNogoods=10  solvingWckTime=4.155  solvingCpuTime=3.92  expiredTime=no
8.97/9.16	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=7.37  globalCpuTime=7.44
8.97/9.16	       =>  wckTime=8.892  cpuTime=7.4  mem=111M719
8.97/9.16	   
8.97/9.16	s SATISFIABLE
8.97/9.16	v 12 0 11 0 17 19 14 0 3 18 19 14 0 18 12 8 0 18 12 0 11 0 12 14 0 8 3 0 2 0 0 1 0 8 13 18 15 0 13 2 0 17 15 4 19 15 11 14 19 20 13 5 0 12 8 11 8 0 17 11 24 11 0 6 18 0 18 18 0 5 17 0 18 20 17 4 0 4 11 0 4 15 14 2 7 0 18 1 0 18 18 11 4 4 18 1 4 4 18 11 0 17 12 0 0 18 19 8 11 0 0 18 8 0 14 1 4 0 7 15 0 8 18 7 0 0 5 0 14 13 4 0 17 12 18 18 7 0 17 4 0 8 13 4 1 0 8 11 8 5 5 18 0 1 18 14 0 17 18 0 6 0 18 0 11 19 18 2 14 17 19 4 11 19 17 4 18 19 20 8 18 15 8 20 18 3 14 13 4 0 11 8 4 13 18 0 17 0 18 0 13 19 11 0 13 3 18 15 8 25 0 17 17 14 16 20 0 17 19 0 13 14 1 0 3 8 0 7 0 6 14 13 4 6 0 20 18 2 0 17 18 12 17 14 14 5 17 0 13 19 6 0 17 4 2 7 0 18 1 0 0 18 24 0 15 14 15 4 18 0 12 4 11 0 8 11 18 0 13 4 18 8 11 4 11 14 17 4 11 4 8 2 14 17 4 18 0 11 4 18 0 13 0 18 0 4 18 2 7 0 4 18 19 8 4 18 17 14 6 4 19 18 12 14 17 4 5 4 19 18 0 18 18 15 0 13 4 0 20 18 13 0 14 18 3 14 0 19 19 0 15 4 19 0 11 0 2 19 18 0 8 17 2 14 12 12 8 18 18 0 17 14 1 0 11 0 2 19 14 1 0 2 8 11 11 8 14 11 4 17 0 2 4 14 20 18 18 2 17 4 0 10 4 13 0 2 19 13 0 0 13 7 0 13 18 4 14 24 4 17 18 18 13 24 4 18 18 4 18 18 0 17 18 4 18 
8.97/9.16	d NODES 737
8.97/9.16	d CHECKS 1290962
8.97/9.16	   
8.97/9.16	   totalWckTime=8.968  totalCpuTime=7.44

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-1064179-1215140007/watcher-1064179-1215140007 -o /tmp/evaluation-result-1064179-1215140007/solver-1064179-1215140007 -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-1064179-1215140007.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.00 2.02 2.09 5/81 4607
/proc/meminfo: memFree=1907016/2055920 swapFree=4180444/4192956
[pid=4607] ppid=4605 vsize=18572 CPUtime=0
/proc/4607/stat : 4607 (runsolver) R 4605 4607 1357 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 1992970335 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 213112122663 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/4607/statm: 4643 292 257 25 0 2626 0

[startup+0.031383 s]
/proc/loadavg: 2.00 2.02 2.09 5/81 4607
/proc/meminfo: memFree=1907016/2055920 swapFree=4180444/4192956
[pid=4607] ppid=4605 vsize=861228 CPUtime=0.01
/proc/4607/stat : 4607 (java) S 4605 4607 1357 0 -1 0 1710 0 1 0 0 1 0 0 18 0 3 0 1992970335 881897472 1407 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/4607/statm: 215307 1407 563 9 0 210286 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 861228

[startup+0.101751 s]
/proc/loadavg: 2.00 2.02 2.09 5/81 4607
/proc/meminfo: memFree=1907016/2055920 swapFree=4180444/4192956
[pid=4607] ppid=4605 vsize=865884 CPUtime=0.08
/proc/4607/stat : 4607 (java) S 4605 4607 1357 0 -1 0 3680 0 1 0 6 2 0 0 18 0 9 0 1992970335 886665216 3155 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4607/statm: 216471 3155 1681 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301792 s]
/proc/loadavg: 2.00 2.02 2.09 5/81 4607
/proc/meminfo: memFree=1907016/2055920 swapFree=4180444/4192956
[pid=4607] ppid=4605 vsize=866284 CPUtime=0.28
/proc/4607/stat : 4607 (java) S 4605 4607 1357 0 -1 0 5722 0 1 0 24 4 0 0 18 0 9 0 1992970335 887074816 5110 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4607/statm: 216571 5110 1942 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.701855 s]
/proc/loadavg: 2.00 2.02 2.09 5/81 4607
/proc/meminfo: memFree=1907016/2055920 swapFree=4180444/4192956
[pid=4607] ppid=4605 vsize=867008 CPUtime=0.67
/proc/4607/stat : 4607 (java) S 4605 4607 1357 0 -1 0 13364 0 1 0 60 7 0 0 18 0 9 0 1992970335 887816192 12734 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4607/statm: 216752 12734 1969 9 0 211280 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867008

[startup+1.50299 s]
/proc/loadavg: 2.00 2.02 2.09 3/90 4616
/proc/meminfo: memFree=1839616/2055920 swapFree=4180444/4192956
[pid=4607] ppid=4605 vsize=867692 CPUtime=1.46
/proc/4607/stat : 4607 (java) S 4605 4607 1357 0 -1 0 19653 0 1 0 135 11 0 0 18 0 9 0 1992970335 888516608 19011 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4607/statm: 216923 19011 2025 9 0 211429 0
[pid=4607/tid=4609] ppid=4605 vsize=867692 CPUtime=1.23
/proc/4607/task/4609/stat : 4609 (java) R 4605 4607 1357 0 -1 64 15760 0 1 0 115 8 0 0 25 0 9 0 1992970337 888516608 19011 996147200 134512640 134550740 4294955984 18446744073709551615 104454797 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4607/tid=4610] ppid=4605 vsize=867692 CPUtime=0.03
/proc/4607/task/4610/stat : 4610 (java) S 4605 4607 1357 0 -1 64 2547 0 0 0 2 1 0 0 16 0 9 0 1992970338 888516608 19011 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4607/tid=4611] ppid=4605 vsize=867692 CPUtime=0
/proc/4607/task/4611/stat : 4611 (java) S 4605 4607 1357 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1992970338 888516608 19011 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4607/tid=4612] ppid=4605 vsize=867692 CPUtime=0
/proc/4607/task/4612/stat : 4612 (java) S 4605 4607 1357 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1992970338 888516608 19011 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4607/tid=4613] ppid=4605 vsize=867692 CPUtime=0
/proc/4607/task/4613/stat : 4613 (java) S 4605 4607 1357 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992970340 888516608 19011 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4607/tid=4614] ppid=4605 vsize=867692 CPUtime=0.17
/proc/4607/task/4614/stat : 4614 (java) S 4605 4607 1357 0 -1 64 650 0 0 0 17 0 0 0 16 0 9 0 1992970340 888516608 19011 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4607/tid=4615] ppid=4605 vsize=867692 CPUtime=0
/proc/4607/task/4615/stat : 4615 (java) S 4605 4607 1357 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1992970340 888516608 19011 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4607/tid=4616] ppid=4605 vsize=867692 CPUtime=0
/proc/4607/task/4616/stat : 4616 (java) S 4605 4607 1357 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1992970340 888516608 19011 996147200 134512640 134550740 4294955984 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) 867692

[startup+3.10126 s]
/proc/loadavg: 2.00 2.02 2.08 4/90 4616
/proc/meminfo: memFree=1827144/2055920 swapFree=4180444/4192956
[pid=4607] ppid=4605 vsize=867604 CPUtime=3.05
/proc/4607/stat : 4607 (java) S 4605 4607 1357 0 -1 0 30233 0 1 0 273 32 0 0 18 0 9 0 1992970335 888426496 29564 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4607/statm: 216901 29564 2007 9 0 211429 0
[pid=4607/tid=4609] ppid=4605 vsize=867604 CPUtime=2.53
/proc/4607/task/4609/stat : 4609 (java) R 4605 4607 1357 0 -1 64 15788 0 1 0 229 24 0 0 25 0 9 0 1992970337 888426496 29564 996147200 134512640 134550740 4294955984 18446744073709551615 103215109 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4607/tid=4610] ppid=4605 vsize=867604 CPUtime=0.25
/proc/4607/task/4610/stat : 4610 (java) S 4605 4607 1357 0 -1 64 13038 0 0 0 19 6 0 0 16 0 9 0 1992970338 888426496 29564 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4607/tid=4611] ppid=4605 vsize=867604 CPUtime=0
/proc/4607/task/4611/stat : 4611 (java) S 4605 4607 1357 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1992970338 888426496 29564 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4607/tid=4612] ppid=4605 vsize=867604 CPUtime=0
/proc/4607/task/4612/stat : 4612 (java) S 4605 4607 1357 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1992970338 888426496 29564 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4607/tid=4613] ppid=4605 vsize=867604 CPUtime=0
/proc/4607/task/4613/stat : 4613 (java) S 4605 4607 1357 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992970340 888426496 29564 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4607/tid=4614] ppid=4605 vsize=867604 CPUtime=0.24
/proc/4607/task/4614/stat : 4614 (java) S 4605 4607 1357 0 -1 64 711 0 0 0 24 0 0 0 16 0 9 0 1992970340 888426496 29564 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4607/tid=4615] ppid=4605 vsize=867604 CPUtime=0
/proc/4607/task/4615/stat : 4615 (java) S 4605 4607 1357 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1992970340 888426496 29564 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4607/tid=4616] ppid=4605 vsize=867604 CPUtime=0
/proc/4607/task/4616/stat : 4616 (java) S 4605 4607 1357 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1992970340 888426496 29564 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867604

[startup+6.30281 s]
/proc/loadavg: 2.00 2.02 2.08 4/90 4620
/proc/meminfo: memFree=1753096/2055920 swapFree=4180444/4192956
[pid=4607] ppid=4605 vsize=868012 CPUtime=6.2
/proc/4607/stat : 4607 (java) S 4605 4607 1357 0 -1 0 72618 939 1 0 547 50 21 2 18 0 9 0 1992970335 888844288 45894 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4607/statm: 217003 45894 2615 9 0 211531 0
[pid=4607/tid=4609] ppid=4605 vsize=868012 CPUtime=5.01
/proc/4607/task/4609/stat : 4609 (java) R 4605 4607 1357 0 -1 64 27111 939 1 0 447 31 21 2 25 0 9 0 1992970337 888844288 45894 996147200 134512640 134550740 4294955984 18446744073709551615 4127265798 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4607/tid=4610] ppid=4605 vsize=868012 CPUtime=1
/proc/4607/task/4610/stat : 4610 (java) S 4605 4607 1357 0 -1 64 43625 939 0 0 62 15 21 2 17 0 9 0 1992970338 888844288 45894 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4607/tid=4611] ppid=4605 vsize=868012 CPUtime=0.23
/proc/4607/task/4611/stat : 4611 (java) S 4605 4607 1357 0 -1 64 21 939 0 0 0 0 21 2 16 0 9 0 1992970338 888844288 45894 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4607/tid=4612] ppid=4605 vsize=868012 CPUtime=0.23
/proc/4607/task/4612/stat : 4612 (java) S 4605 4607 1357 0 -1 64 23 939 0 0 0 0 21 2 16 0 9 0 1992970338 888844288 45894 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4607/tid=4613] ppid=4605 vsize=868012 CPUtime=0.23
/proc/4607/task/4613/stat : 4613 (java) S 4605 4607 1357 0 -1 64 1 939 0 0 0 0 21 2 18 0 9 0 1992970340 888844288 45894 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4607/tid=4614] ppid=4605 vsize=868012 CPUtime=0.61
/proc/4607/task/4614/stat : 4614 (java) S 4605 4607 1357 0 -1 64 1002 939 0 0 37 1 21 2 16 0 9 0 1992970340 888844288 45894 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4607/tid=4615] ppid=4605 vsize=868012 CPUtime=0.23
/proc/4607/task/4615/stat : 4615 (java) S 4605 4607 1357 0 -1 64 1 939 0 0 0 0 21 2 19 0 9 0 1992970340 888844288 45894 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4607/tid=4616] ppid=4605 vsize=868012 CPUtime=0.23
/proc/4607/task/4616/stat : 4616 (java) S 4605 4607 1357 0 -1 64 33 939 0 0 0 0 21 2 15 0 9 0 1992970340 888844288 45894 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 868012

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

[startup+7.90107 s]
/proc/loadavg: 2.00 2.02 2.08 3/90 4620
/proc/meminfo: memFree=1733000/2055920 swapFree=4180444/4192956
[pid=4607] ppid=4605 vsize=868012 CPUtime=7.78
/proc/4607/stat : 4607 (java) S 4605 4607 1357 0 -1 0 72677 939 1 0 705 50 21 2 18 0 9 0 1992970335 888844288 45898 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4607/statm: 217003 45898 2615 9 0 211531 0
[pid=4607/tid=4609] ppid=4605 vsize=868012 CPUtime=6.58
/proc/4607/task/4609/stat : 4609 (java) R 4605 4607 1357 0 -1 64 27163 939 1 0 604 31 21 2 25 0 9 0 1992970337 888844288 45898 996147200 134512640 134550740 4294955984 18446744073709551615 4127180766 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4607/tid=4610] ppid=4605 vsize=868012 CPUtime=1
/proc/4607/task/4610/stat : 4610 (java) S 4605 4607 1357 0 -1 64 43625 939 0 0 62 15 21 2 17 0 9 0 1992970338 888844288 45898 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4607/tid=4611] ppid=4605 vsize=868012 CPUtime=0.23
/proc/4607/task/4611/stat : 4611 (java) S 4605 4607 1357 0 -1 64 21 939 0 0 0 0 21 2 16 0 9 0 1992970338 888844288 45898 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4607/tid=4612] ppid=4605 vsize=868012 CPUtime=0.23
/proc/4607/task/4612/stat : 4612 (java) S 4605 4607 1357 0 -1 64 23 939 0 0 0 0 21 2 16 0 9 0 1992970338 888844288 45898 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4607/tid=4613] ppid=4605 vsize=868012 CPUtime=0.23
/proc/4607/task/4613/stat : 4613 (java) S 4605 4607 1357 0 -1 64 1 939 0 0 0 0 21 2 18 0 9 0 1992970340 888844288 45898 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4607/tid=4614] ppid=4605 vsize=868012 CPUtime=0.62
/proc/4607/task/4614/stat : 4614 (java) S 4605 4607 1357 0 -1 64 1009 939 0 0 38 1 21 2 15 0 9 0 1992970340 888844288 45898 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4607/tid=4615] ppid=4605 vsize=868012 CPUtime=0.23
/proc/4607/task/4615/stat : 4615 (java) S 4605 4607 1357 0 -1 64 1 939 0 0 0 0 21 2 19 0 9 0 1992970340 888844288 45898 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4607/tid=4616] ppid=4605 vsize=868012 CPUtime=0.23
/proc/4607/task/4616/stat : 4616 (java) S 4605 4607 1357 0 -1 64 33 939 0 0 0 0 21 2 15 0 9 0 1992970340 888844288 45898 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.78
Current children cumulated vsize (KiB) 868012

[startup+8.70122 s]
/proc/loadavg: 2.00 2.02 2.08 3/90 4620
/proc/meminfo: memFree=1733000/2055920 swapFree=4180444/4192956
[pid=4607] ppid=4605 vsize=868012 CPUtime=8.58
/proc/4607/stat : 4607 (java) S 4605 4607 1357 0 -1 0 72680 939 1 0 785 50 21 2 18 0 9 0 1992970335 888844288 45899 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4607/statm: 217003 45899 2615 9 0 211531 0
[pid=4607/tid=4609] ppid=4605 vsize=868012 CPUtime=7.37
/proc/4607/task/4609/stat : 4609 (java) R 4605 4607 1357 0 -1 64 27164 939 1 0 683 31 21 2 25 0 9 0 1992970337 888844288 45899 996147200 134512640 134550740 4294955984 18446744073709551615 4127272529 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4607/tid=4610] ppid=4605 vsize=868012 CPUtime=1
/proc/4607/task/4610/stat : 4610 (java) S 4605 4607 1357 0 -1 64 43625 939 0 0 62 15 21 2 16 0 9 0 1992970338 888844288 45899 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4607/tid=4611] ppid=4605 vsize=868012 CPUtime=0.23
/proc/4607/task/4611/stat : 4611 (java) S 4605 4607 1357 0 -1 64 21 939 0 0 0 0 21 2 16 0 9 0 1992970338 888844288 45899 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4607/tid=4612] ppid=4605 vsize=868012 CPUtime=0.23
/proc/4607/task/4612/stat : 4612 (java) S 4605 4607 1357 0 -1 64 23 939 0 0 0 0 21 2 16 0 9 0 1992970338 888844288 45899 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4607/tid=4613] ppid=4605 vsize=868012 CPUtime=0.23
/proc/4607/task/4613/stat : 4613 (java) S 4605 4607 1357 0 -1 64 1 939 0 0 0 0 21 2 18 0 9 0 1992970340 888844288 45899 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4607/tid=4614] ppid=4605 vsize=868012 CPUtime=0.63
/proc/4607/task/4614/stat : 4614 (java) S 4605 4607 1357 0 -1 64 1011 939 0 0 39 1 21 2 15 0 9 0 1992970340 888844288 45899 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4607/tid=4615] ppid=4605 vsize=868012 CPUtime=0.23
/proc/4607/task/4615/stat : 4615 (java) S 4605 4607 1357 0 -1 64 1 939 0 0 0 0 21 2 19 0 9 0 1992970340 888844288 45899 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4607/tid=4616] ppid=4605 vsize=868012 CPUtime=0.23
/proc/4607/task/4616/stat : 4616 (java) S 4605 4607 1357 0 -1 64 33 939 0 0 0 0 21 2 15 0 9 0 1992970340 888844288 45899 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.58
Current children cumulated vsize (KiB) 868012

[startup+9.10128 s]
/proc/loadavg: 2.00 2.02 2.08 3/90 4620
/proc/meminfo: memFree=1733000/2055920 swapFree=4180444/4192956
[pid=4607] ppid=4605 vsize=868012 CPUtime=8.97
/proc/4607/stat : 4607 (java) S 4605 4607 1357 0 -1 0 72680 939 1 0 824 50 21 2 18 0 9 0 1992970335 888844288 45899 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4607/statm: 217003 45899 2615 9 0 211531 0
[pid=4607/tid=4609] ppid=4605 vsize=868012 CPUtime=7.76
/proc/4607/task/4609/stat : 4609 (java) R 4605 4607 1357 0 -1 64 27164 939 1 0 722 31 21 2 25 0 9 0 1992970337 888844288 45899 996147200 134512640 134550740 4294955984 18446744073709551615 4127133803 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4607/tid=4610] ppid=4605 vsize=868012 CPUtime=1
/proc/4607/task/4610/stat : 4610 (java) S 4605 4607 1357 0 -1 64 43625 939 0 0 62 15 21 2 16 0 9 0 1992970338 888844288 45899 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4607/tid=4611] ppid=4605 vsize=868012 CPUtime=0.23
/proc/4607/task/4611/stat : 4611 (java) S 4605 4607 1357 0 -1 64 21 939 0 0 0 0 21 2 16 0 9 0 1992970338 888844288 45899 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4607/tid=4612] ppid=4605 vsize=868012 CPUtime=0.23
/proc/4607/task/4612/stat : 4612 (java) S 4605 4607 1357 0 -1 64 23 939 0 0 0 0 21 2 16 0 9 0 1992970338 888844288 45899 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4607/tid=4613] ppid=4605 vsize=868012 CPUtime=0.23
/proc/4607/task/4613/stat : 4613 (java) S 4605 4607 1357 0 -1 64 1 939 0 0 0 0 21 2 18 0 9 0 1992970340 888844288 45899 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4607/tid=4614] ppid=4605 vsize=868012 CPUtime=0.63
/proc/4607/task/4614/stat : 4614 (java) S 4605 4607 1357 0 -1 64 1011 939 0 0 39 1 21 2 15 0 9 0 1992970340 888844288 45899 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4607/tid=4615] ppid=4605 vsize=868012 CPUtime=0.23
/proc/4607/task/4615/stat : 4615 (java) S 4605 4607 1357 0 -1 64 1 939 0 0 0 0 21 2 19 0 9 0 1992970340 888844288 45899 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4607/tid=4616] ppid=4605 vsize=868012 CPUtime=0.23
/proc/4607/task/4616/stat : 4616 (java) S 4605 4607 1357 0 -1 64 33 939 0 0 0 0 21 2 15 0 9 0 1992970340 888844288 45899 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.97
Current children cumulated vsize (KiB) 868012

[startup+9.20173 s]
/proc/loadavg: 2.00 2.02 2.08 3/90 4620
/proc/meminfo: memFree=1733000/2055920 swapFree=4180444/4192956
[pid=4607] ppid=4605 vsize=0 CPUtime=9.05
/proc/4607/stat : 4607 (java) Z 4605 4607 1357 0 -1 12 72722 939 1 0 830 52 21 2 16 0 2 0 1992970335 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4607/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 9.05
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 9.21625
CPU time (s): 9.08662
CPU user time (s): 8.5237
CPU system time (s): 0.562914
CPU usage (%): 98.5935
Max. virtual memory (cumulated for all children) (KiB): 868100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.5237
system time used= 0.562914
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73661
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= 2086
involuntary context switches= 2438

runsolver used 0.025996 second user time and 0.031995 second system time

The end

Launcher Data (download as text)

Begin job on node68 at 2008-07-04 04:53:28
IDJOB=1064179
IDBENCH=54912
IDSOLVER=363
FILE ID=node68/1064179-1215140007
PBS_JOBID= 7877358
Free space on /tmp= 66552 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/ukHerald/normalized-crossword-m1-uk-23-02.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-1064179-1215140007/watcher-1064179-1215140007 -o /tmp/evaluation-result-1064179-1215140007/solver-1064179-1215140007 -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-1064179-1215140007.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= db48a5def5ffad94b53c1d6b30c5d3ee
RANDOM SEED=69901550

node68.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.261
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.261
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:       1907496 kB
Buffers:          7448 kB
Cached:          60084 kB
SwapCached:       6656 kB
Active:          69992 kB
Inactive:        26912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1907496 kB
SwapTotal:     4192956 kB
SwapFree:      4180444 kB
Dirty:            7260 kB
Writeback:           0 kB
Mapped:          45392 kB
Slab:            36752 kB
Committed_AS:  4212196 kB
PageTables:       1828 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node68 at 2008-07-04 04:53:37