Trace number 2095141

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.9524 4.02949

DiagnosticValue
CHECKS402686
NODES303

General information on the benchmark

Namecsp/ukHerald/
normalized-crossword-m1-uk-19-04.xml
MD5SUMa822fe1cc1e4beb291641220883d694f
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.898862
Satisfiable
(Un)Satisfiability was proved
Number of variables296
Number of constraints2314
Maximum constraint arity26
Maximum domain size26
Number of constraints which are defined in extension132
Number of constraints which are defined in intension2182
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-2095141-1247406640.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.32	   
0.28/0.32	   variables being loaded...
0.28/0.40	     nbVariables=296  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=7696
0.28/0.40	       =>  wckTime=0.151  cpuTime=0.13  mem=8M867
0.39/0.40	   
0.39/0.40	   relations being loaded...
0.59/0.60	   
0.59/0.60	   predicates being loaded...
0.59/0.66	   
0.59/0.66	   constraints being loaded...
0.99/1.10	   Too large in ConstraintConflictsSTructure
1.08/1.17	   Too large in ConstraintConflictsSTructure
2.17/2.25	     nbConstraints=2315  nbRelationTypes=6  nbGlobalConstraints=133  nbExtensionStructures=6
2.17/2.25	     nbSharedExtensionStructures=126  nbConflictsStructures=4  nbSharedConflictsStructures=112
2.17/2.25	     nbUnbuiltConflictsStructures=10  nbSharedBinaryRepresentations=0  nbEvaluationManagers=8
2.17/2.25	     nbSharedEvaluationManagers=2174  minDegree=6  maxDegree=103  minArity=3  avgArity=7.32  maxArity=286
2.17/2.25	     nbGenerators=1  nbFusions=0  symmetryWckTime=0.324  symmetryCpuTime=0.16
2.17/2.25	       =>  wckTime=2.008  cpuTime=1.52  mem=45M53
2.26/2.37	   
2.26/2.37	   solver IterativeSystematicSolver being built... 
2.55/2.68	   
2.55/2.68	   INFO : Forward propagation technique limited 
2.66/2.74	       =>  wckTime=2.5  cpuTime=1.8  mem=65M663
2.85/2.98	   
2.85/2.98	   preprocessing
2.85/2.98	     nbConstraintChecks=1187  nbValidityChecks=2045583  nbPropagations=333  nbRevisions=89  nbUselessRevisions=89
2.85/2.98	     nbRemovedValues=150  detectedInconsistency=no
2.85/2.98	       =>  wckTime=0.235  cpuTime=0.21  mem=67M614
3.85/3.96	   
3.85/3.96	   search
3.85/3.96	     run=0  nbConstraintChecks=401499  nbValidityChecks=5312890  minDepth=116  maxDepth=296  nbPropagations=2236
3.85/3.96	     nbRevisions=66027  nbUselessRevisions=65995  nbAssignments=303  nbFailedAssignments=7  nbBacktracks=0
3.85/3.96	     nbVisitedNodes=311  nbRestartNogoods=0  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=0
3.85/3.96	     nbSEliminables=0  nbREliminables=55.2  nbIEliminables=148.54  nbDEliminables=0  nbPEliminables=0
3.85/3.96	       =>  wckTime=1.211  cpuTime=1.13  mem=68M623
3.85/3.96	   
3.85/3.96	   global
3.85/3.96	     nbConstraintChecks=402686  nbValidityChecks=7358473  nbPropagations=2569  nbRevisions=66116
3.85/3.96	     nbUselessRevisions=66084  nbRestartNogoods=0  solvingWckTime=1.213  solvingCpuTime=1.13  expiredTime=no
3.85/3.96	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=2.92  globalCpuTime=2.97
3.85/3.96	       =>  wckTime=3.716  cpuTime=2.93  mem=68M623
3.85/3.96	   
3.85/3.96	s SATISFIABLE
3.85/3.96	v 0 18 15 4 13 14 19 0 11 6 8 0 2 0 18 0 18 18 19 0 17 4 15 0 13 0 17 0 1 0 7 14 11 3 18 0 24 4 17 4 19 0 11 14 13 18 18 0 11 20 4 4 13 4 3 0 13 18 0 19 4 20 10 20 17 8 18 4 4 11 19 4 18 0 8 19 0 12 4 13 4 13 19 17 0 12 12 4 11 11 8 13 6 20 9 0 12 0 0 2 0 0 1 0 15 0 0 13 6 0 15 0 17 18 8 13 11 0 17 15 14 4 0 8 13 19 17 4 4 13 0 17 4 14 3 0 18 0 17 18 4 4 6 14 18 0 8 0 0 11 18 18 0 0 17 12 14 11 19 1 0 13 18 3 4 11 8 15 24 17 14 15 14 0 0 8 18 11 0 14 0 3 18 0 12 8 14 13 4 8 11 11 0 20 17 20 12 4 0 17 13 4 3 11 4 8 18 20 17 4 2 4 13 19 17 4 0 21 0 11 19 4 5 18 0 8 19 0 11 0 11 14 17 19 24 17 15 7 14 8 18 12 0 8 17 11 8 0 17 18 21 0 11 4 19 19 0 0 17 18 4 18 14 2 17 4 0 4 23 8 11 8 0 13 12 0 8 13 4 22 4 18 4 17 3 4 4 15 18 4 19 0 12 0 18 18 
3.85/3.96	d NODES 303
3.85/3.96	d CHECKS 402686
3.85/3.96	   
3.85/3.96	   totalWckTime=3.782  totalCpuTime=2.97

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2095141-1247406640/watcher-2095141-1247406640 -o /tmp/evaluation-result-2095141-1247406640/solver-2095141-1247406640 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2095141-1247406640.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.09 2.02 2.01 4/80 27894
/proc/meminfo: memFree=1745144/2055920 swapFree=4192812/4192956
[pid=27894] ppid=27892 vsize=18576 CPUtime=0
/proc/27894/stat : 27894 (runsolver) R 27892 27894 27228 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 27728081 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 269930261799 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/27894/statm: 4644 284 249 26 0 2626 0

[startup+0.0106559 s]
/proc/loadavg: 2.09 2.02 2.01 4/80 27894
/proc/meminfo: memFree=1745144/2055920 swapFree=4192812/4192956
[pid=27894] ppid=27892 vsize=272 CPUtime=0
/proc/27894/stat : 27894 (java) D 27892 27894 27228 0 -1 0 217 0 0 0 0 0 0 0 21 0 1 0 27728081 278528 37 996147200 134512640 134550932 4294955968 18446744073709551615 8745764 0 2147483391 4096 0 18446744072099855350 0 0 17 0 0 0
/proc/27894/statm: 68 37 28 9 0 6 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 272

[startup+0.102249 s]
/proc/loadavg: 2.09 2.02 2.01 4/80 27894
/proc/meminfo: memFree=1745144/2055920 swapFree=4192812/4192956
[pid=27894] ppid=27892 vsize=865980 CPUtime=0.08
/proc/27894/stat : 27894 (java) S 27892 27894 27228 0 -1 0 3742 0 1 0 7 1 0 0 21 0 9 0 27728081 886763520 3210 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27894/statm: 216495 3210 1700 9 0 210980 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865980

[startup+0.301274 s]
/proc/loadavg: 2.09 2.02 2.01 4/80 27894
/proc/meminfo: memFree=1745144/2055920 swapFree=4192812/4192956
[pid=27894] ppid=27892 vsize=866380 CPUtime=0.28
/proc/27894/stat : 27894 (java) S 27892 27894 27228 0 -1 0 5995 0 1 0 26 2 0 0 21 0 9 0 27728081 887173120 5361 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27894/statm: 216595 5361 1986 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.70132 s]
/proc/loadavg: 2.09 2.02 2.01 4/80 27894
/proc/meminfo: memFree=1745144/2055920 swapFree=4192812/4192956
[pid=27894] ppid=27892 vsize=867160 CPUtime=0.68
/proc/27894/stat : 27894 (java) S 27892 27894 27228 0 -1 0 13305 0 1 0 63 5 0 0 21 0 9 0 27728081 887971840 12659 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27894/statm: 216790 12659 2035 9 0 211226 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867160

[startup+1.50241 s]
/proc/loadavg: 2.09 2.02 2.01 3/89 27903
/proc/meminfo: memFree=1686960/2055920 swapFree=4192812/4192956
[pid=27894] ppid=27892 vsize=867692 CPUtime=1.48
/proc/27894/stat : 27894 (java) S 27892 27894 27228 0 -1 0 19132 0 1 0 134 14 0 0 21 0 9 0 27728081 888516608 18459 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27894/statm: 216923 18459 2033 9 0 211381 0
[pid=27894/tid=27896] ppid=27892 vsize=867692 CPUtime=1.21
/proc/27894/task/27896/stat : 27896 (java) R 27892 27894 27228 0 -1 64 15832 0 1 0 109 12 0 0 25 0 9 0 27728083 888516608 18459 996147200 134512640 134550932 4294955968 18446744073709551615 102639877 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27894/tid=27897] ppid=27892 vsize=867692 CPUtime=0.03
/proc/27894/task/27897/stat : 27897 (java) S 27892 27894 27228 0 -1 64 1878 0 0 0 3 0 0 0 17 0 9 0 27728084 888516608 18459 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27894/tid=27898] ppid=27892 vsize=867692 CPUtime=0
/proc/27894/task/27898/stat : 27898 (java) S 27892 27894 27228 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27728084 888516608 18459 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27894/tid=27899] ppid=27892 vsize=867692 CPUtime=0
/proc/27894/task/27899/stat : 27899 (java) S 27892 27894 27228 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27728084 888516608 18459 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27894/tid=27900] ppid=27892 vsize=867692 CPUtime=0
/proc/27894/task/27900/stat : 27900 (java) S 27892 27894 27228 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 27728086 888516608 18459 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27894/tid=27901] ppid=27892 vsize=867692 CPUtime=0.21
/proc/27894/task/27901/stat : 27901 (java) S 27892 27894 27228 0 -1 64 721 0 0 0 21 0 0 0 15 0 9 0 27728086 888516608 18459 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27894/tid=27902] ppid=27892 vsize=867692 CPUtime=0
/proc/27894/task/27902/stat : 27902 (java) S 27892 27894 27228 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 27728086 888516608 18459 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27894/tid=27903] ppid=27892 vsize=867692 CPUtime=0
/proc/27894/task/27903/stat : 27903 (java) S 27892 27894 27228 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 27728086 888516608 18459 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867692

[startup+3.1016 s]
/proc/loadavg: 2.09 2.02 2.01 3/91 27905
/proc/meminfo: memFree=1657504/2055920 swapFree=4192812/4192956
[pid=27894] ppid=27892 vsize=868196 CPUtime=3.05
/proc/27894/stat : 27894 (java) S 27892 27894 27228 0 -1 0 48951 646 1 0 270 24 10 1 21 0 9 0 27728081 889032704 28895 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27894/statm: 217049 28895 2661 9 0 211485 0
[pid=27894/tid=27896] ppid=27892 vsize=868196 CPUtime=2.39
/proc/27894/task/27896/stat : 27896 (java) R 27892 27894 27228 0 -1 64 28681 646 1 0 211 17 10 1 25 0 9 0 27728083 889032704 28895 996147200 134512640 134550932 4294955968 18446744073709551615 4126124501 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27894/tid=27897] ppid=27892 vsize=868196 CPUtime=0.4
/proc/27894/task/27897/stat : 27897 (java) S 27892 27894 27228 0 -1 64 18414 646 0 0 24 5 10 1 16 0 9 0 27728084 889032704 28895 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27894/tid=27898] ppid=27892 vsize=868196 CPUtime=0.11
/proc/27894/task/27898/stat : 27898 (java) S 27892 27894 27228 0 -1 64 21 646 0 0 0 0 10 1 16 0 9 0 27728084 889032704 28895 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27894/tid=27899] ppid=27892 vsize=868196 CPUtime=0.11
/proc/27894/task/27899/stat : 27899 (java) S 27892 27894 27228 0 -1 64 9 646 0 0 0 0 10 1 15 0 9 0 27728084 889032704 28895 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27894/tid=27900] ppid=27892 vsize=868196 CPUtime=0.11
/proc/27894/task/27900/stat : 27900 (java) S 27892 27894 27228 0 -1 64 2 646 0 0 0 0 10 1 25 0 9 0 27728086 889032704 28895 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27894/tid=27901] ppid=27892 vsize=868196 CPUtime=0.46
/proc/27894/task/27901/stat : 27901 (java) S 27892 27894 27228 0 -1 64 1009 646 0 0 34 1 10 1 15 0 9 0 27728086 889032704 28895 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27894/tid=27902] ppid=27892 vsize=868196 CPUtime=0.11
/proc/27894/task/27902/stat : 27902 (java) S 27892 27894 27228 0 -1 64 0 646 0 0 0 0 10 1 25 0 9 0 27728086 889032704 28895 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27894/tid=27903] ppid=27892 vsize=868196 CPUtime=0.11
/proc/27894/task/27903/stat : 27903 (java) S 27892 27894 27228 0 -1 64 10 646 0 0 0 0 10 1 15 0 9 0 27728086 889032704 28895 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 868196

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

[startup+3.50165 s]
/proc/loadavg: 2.09 2.02 2.01 3/89 27907
/proc/meminfo: memFree=1639400/2055920 swapFree=4192812/4192956
[pid=27894] ppid=27892 vsize=868196 CPUtime=3.45
/proc/27894/stat : 27894 (java) S 27892 27894 27228 0 -1 0 48961 646 1 0 310 24 10 1 21 0 9 0 27728081 889032704 28904 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27894/statm: 217049 28904 2661 9 0 211485 0
[pid=27894/tid=27896] ppid=27892 vsize=868196 CPUtime=2.78
/proc/27894/task/27896/stat : 27896 (java) R 27892 27894 27228 0 -1 64 28683 646 1 0 250 17 10 1 25 0 9 0 27728083 889032704 28904 996147200 134512640 134550932 4294955968 18446744073709551615 4127336507 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27894/tid=27897] ppid=27892 vsize=868196 CPUtime=0.4
/proc/27894/task/27897/stat : 27897 (java) S 27892 27894 27228 0 -1 64 18414 646 0 0 24 5 10 1 16 0 9 0 27728084 889032704 28904 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27894/tid=27898] ppid=27892 vsize=868196 CPUtime=0.11
/proc/27894/task/27898/stat : 27898 (java) S 27892 27894 27228 0 -1 64 21 646 0 0 0 0 10 1 16 0 9 0 27728084 889032704 28904 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27894/tid=27899] ppid=27892 vsize=868196 CPUtime=0.11
/proc/27894/task/27899/stat : 27899 (java) S 27892 27894 27228 0 -1 64 9 646 0 0 0 0 10 1 15 0 9 0 27728084 889032704 28904 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27894/tid=27900] ppid=27892 vsize=868196 CPUtime=0.11
/proc/27894/task/27900/stat : 27900 (java) S 27892 27894 27228 0 -1 64 2 646 0 0 0 0 10 1 25 0 9 0 27728086 889032704 28904 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27894/tid=27901] ppid=27892 vsize=868196 CPUtime=0.47
/proc/27894/task/27901/stat : 27901 (java) S 27892 27894 27228 0 -1 64 1017 646 0 0 35 1 10 1 16 0 9 0 27728086 889032704 28904 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27894/tid=27902] ppid=27892 vsize=868196 CPUtime=0.11
/proc/27894/task/27902/stat : 27902 (java) S 27892 27894 27228 0 -1 64 0 646 0 0 0 0 10 1 25 0 9 0 27728086 889032704 28904 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27894/tid=27903] ppid=27892 vsize=868196 CPUtime=0.11
/proc/27894/task/27903/stat : 27903 (java) S 27892 27894 27228 0 -1 64 10 646 0 0 0 0 10 1 15 0 9 0 27728086 889032704 28904 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.45
Current children cumulated vsize (KiB) 868196

[startup+3.9017 s]
/proc/loadavg: 2.09 2.02 2.01 3/89 27907
/proc/meminfo: memFree=1639400/2055920 swapFree=4192812/4192956
[pid=27894] ppid=27892 vsize=868196 CPUtime=3.85
/proc/27894/stat : 27894 (java) S 27892 27894 27228 0 -1 0 48967 646 1 0 350 24 10 1 21 0 9 0 27728081 889032704 28909 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27894/statm: 217049 28909 2661 9 0 211485 0
[pid=27894/tid=27896] ppid=27892 vsize=868196 CPUtime=3.17
/proc/27894/task/27896/stat : 27896 (java) R 27892 27894 27228 0 -1 64 28683 646 1 0 289 17 10 1 25 0 9 0 27728083 889032704 28909 996147200 134512640 134550932 4294955968 18446744073709551615 4127329513 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27894/tid=27897] ppid=27892 vsize=868196 CPUtime=0.4
/proc/27894/task/27897/stat : 27897 (java) S 27892 27894 27228 0 -1 64 18414 646 0 0 24 5 10 1 17 0 9 0 27728084 889032704 28909 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27894/tid=27898] ppid=27892 vsize=868196 CPUtime=0.11
/proc/27894/task/27898/stat : 27898 (java) S 27892 27894 27228 0 -1 64 21 646 0 0 0 0 10 1 16 0 9 0 27728084 889032704 28909 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27894/tid=27899] ppid=27892 vsize=868196 CPUtime=0.11
/proc/27894/task/27899/stat : 27899 (java) S 27892 27894 27228 0 -1 64 9 646 0 0 0 0 10 1 15 0 9 0 27728084 889032704 28909 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27894/tid=27900] ppid=27892 vsize=868196 CPUtime=0.11
/proc/27894/task/27900/stat : 27900 (java) S 27892 27894 27228 0 -1 64 2 646 0 0 0 0 10 1 25 0 9 0 27728086 889032704 28909 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27894/tid=27901] ppid=27892 vsize=868196 CPUtime=0.48
/proc/27894/task/27901/stat : 27901 (java) S 27892 27894 27228 0 -1 64 1023 646 0 0 36 1 10 1 15 0 9 0 27728086 889032704 28909 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27894/tid=27902] ppid=27892 vsize=868196 CPUtime=0.11
/proc/27894/task/27902/stat : 27902 (java) S 27892 27894 27228 0 -1 64 0 646 0 0 0 0 10 1 25 0 9 0 27728086 889032704 28909 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27894/tid=27903] ppid=27892 vsize=868196 CPUtime=0.11
/proc/27894/task/27903/stat : 27903 (java) S 27892 27894 27228 0 -1 64 10 646 0 0 0 0 10 1 15 0 9 0 27728086 889032704 28909 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.85
Current children cumulated vsize (KiB) 868196

[startup+4.0017 s]
/proc/loadavg: 2.09 2.02 2.01 3/89 27907
/proc/meminfo: memFree=1639400/2055920 swapFree=4192812/4192956
[pid=27894] ppid=27892 vsize=868196 CPUtime=3.91
/proc/27894/stat : 27894 (java) S 27892 27894 27228 0 -1 0 48980 646 1 0 356 24 10 1 21 0 9 0 27728081 889032704 28918 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27894/statm: 217049 28918 2661 9 0 211485 0
[pid=27894/tid=27896] ppid=27892 vsize=868196 CPUtime=3.22
/proc/27894/task/27896/stat : 27896 (java) S 27892 27894 27228 0 -1 64 28693 646 1 0 294 17 10 1 25 0 9 0 27728083 889032704 28918 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27894/tid=27897] ppid=27892 vsize=868196 CPUtime=0.4
/proc/27894/task/27897/stat : 27897 (java) S 27892 27894 27228 0 -1 64 18414 646 0 0 24 5 10 1 17 0 9 0 27728084 889032704 28918 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27894/tid=27898] ppid=27892 vsize=868196 CPUtime=0.11
/proc/27894/task/27898/stat : 27898 (java) S 27892 27894 27228 0 -1 64 21 646 0 0 0 0 10 1 16 0 9 0 27728084 889032704 28918 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27894/tid=27899] ppid=27892 vsize=868196 CPUtime=0.11
/proc/27894/task/27899/stat : 27899 (java) S 27892 27894 27228 0 -1 64 9 646 0 0 0 0 10 1 15 0 9 0 27728084 889032704 28918 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27894/tid=27900] ppid=27892 vsize=868196 CPUtime=0.11
/proc/27894/task/27900/stat : 27900 (java) S 27892 27894 27228 0 -1 64 2 646 0 0 0 0 10 1 25 0 9 0 27728086 889032704 28918 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27894/tid=27901] ppid=27892 vsize=868196 CPUtime=0.49
/proc/27894/task/27901/stat : 27901 (java) S 27892 27894 27228 0 -1 64 1026 646 0 0 37 1 10 1 15 0 9 0 27728086 889032704 28918 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27894/tid=27902] ppid=27892 vsize=868196 CPUtime=0.11
/proc/27894/task/27902/stat : 27902 (java) S 27892 27894 27228 0 -1 64 0 646 0 0 0 0 10 1 25 0 9 0 27728086 889032704 28918 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27894/tid=27903] ppid=27892 vsize=868196 CPUtime=0.11
/proc/27894/task/27903/stat : 27903 (java) S 27892 27894 27228 0 -1 64 10 646 0 0 0 0 10 1 15 0 9 0 27728086 889032704 28918 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.91
Current children cumulated vsize (KiB) 868196

Child status: 0
Real time (s): 4.02949
CPU time (s): 3.9524
CPU user time (s): 3.67044
CPU system time (s): 0.281957
CPU usage (%): 98.0868
Max. virtual memory (cumulated for all children) (KiB): 869884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.67044
system time used= 0.281957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49656
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= 1831
involuntary context switches= 2007

runsolver used 0.007998 second user time and 0.019996 second system time

The end

Launcher Data

Begin job on node53 at 2009-07-12 15:50:41
IDJOB=2095141
IDBENCH=54910
IDSOLVER=773
FILE ID=node53/2095141-1247406640
PBS_JOBID= 9510540
Free space on /tmp= 65972 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/ukHerald/normalized-crossword-m1-uk-19-04.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= BIN/runsolver --timestamp -w /tmp/evaluation-result-2095141-1247406640/watcher-2095141-1247406640 -o /tmp/evaluation-result-2095141-1247406640/solver-2095141-1247406640 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2095141-1247406640.xml

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

MD5SUM BENCH= a822fe1cc1e4beb291641220883d694f
RANDOM SEED=1247427643

node53.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.232
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.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1745560 kB
Buffers:         28208 kB
Cached:         113844 kB
SwapCached:          0 kB
Active:         193076 kB
Inactive:        61268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1745560 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3948 kB
Writeback:           0 kB
Mapped:         130640 kB
Slab:            41236 kB
Committed_AS:  1011932 kB
PageTables:       1944 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= 65972 MiB
End job on node53 at 2009-07-12 15:50:45