Trace number 2096607

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 5.29719 5.38515

DiagnosticValue
CHECKS534243
NODES310

General information on the benchmark

Namecsp/ogdHerald/
normalized-crossword-m1-ogd-19-01.xml
MD5SUM823dc19b81f34c645fcb9a9a38e6bd00
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.23281
Satisfiable
(Un)Satisfiability was proved
Number of variables301
Number of constraints2940
Maximum constraint arity18
Maximum domain size26
Number of constraints which are defined in extension128
Number of constraints which are defined in intension2812
Global constraints used (with number of constraints)

Solver Data

0.04/0.09	
0.04/0.09	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=mac.xml
0.19/0.28	   
0.19/0.28	   instance
0.19/0.28	     name=HOME/instance-2096607-1247410402.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.32	   
0.28/0.32	   variables being loaded...
0.38/0.40	     nbVariables=301  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=7826
0.38/0.40	       =>  wckTime=0.153  cpuTime=0.12  mem=8M867
0.38/0.40	   
0.38/0.40	   relations being loaded...
0.87/0.92	   
0.87/0.92	   predicates being loaded...
0.87/0.98	   
0.87/0.98	   constraints being loaded...
1.37/1.45	   Too large in ConstraintConflictsSTructure
1.48/1.56	   Too large in ConstraintConflictsSTructure
1.58/1.63	   Too large in ConstraintConflictsSTructure
2.74/2.85	     nbConstraints=2940  nbRelationTypes=7  nbGlobalConstraints=128  nbExtensionStructures=7
2.74/2.85	     nbSharedExtensionStructures=121  nbConflictsStructures=4  nbSharedConflictsStructures=106
2.74/2.85	     nbUnbuiltConflictsStructures=10  nbSharedBinaryRepresentations=0  nbEvaluationManagers=7
2.74/2.85	     nbSharedEvaluationManagers=2805  minDegree=6  maxDegree=138  minArity=3  avgArity=8.06  maxArity=18  nbGenerators=0
2.74/2.85	     nbFusions=0  symmetryWckTime=0.364  symmetryCpuTime=0.18
2.74/2.85	       =>  wckTime=2.605  cpuTime=2.03  mem=68M621
2.94/3.02	   
2.94/3.02	   solver IterativeSystematicSolver being built... 
3.26/3.37	   
3.26/3.37	   INFO : Forward propagation technique limited 
3.45/3.52	       =>  wckTime=3.27  cpuTime=2.35  mem=77M653
3.75/3.82	   
3.75/3.82	   preprocessing
3.75/3.82	     nbConstraintChecks=0  nbValidityChecks=2729190  nbPropagations=335  nbRevisions=0  nbUselessRevisions=0
3.75/3.82	     nbRemovedValues=163  detectedInconsistency=no
3.75/3.82	       =>  wckTime=0.299  cpuTime=0.28  mem=78M610
5.24/5.31	   
5.24/5.31	   search
5.24/5.31	     run=0  nbConstraintChecks=534243  nbValidityChecks=8026801  minDepth=83  maxDepth=301  nbPropagations=2317
5.24/5.31	     nbRevisions=94715  nbUselessRevisions=94647  nbAssignments=310  nbFailedAssignments=9  nbBacktracks=0
5.24/5.31	     nbVisitedNodes=320  nbRestartNogoods=0  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=0
5.24/5.31	     nbSEliminables=0  nbREliminables=58.51  nbIEliminables=133.17  nbDEliminables=0  nbPEliminables=0
5.24/5.31	       =>  wckTime=1.79  cpuTime=1.71  mem=80M589
5.24/5.31	   
5.24/5.31	   global
5.24/5.31	     nbConstraintChecks=534243  nbValidityChecks=10755991  nbPropagations=2652  nbRevisions=94715
5.24/5.31	     nbUselessRevisions=94647  nbRestartNogoods=0  solvingWckTime=1.792  solvingCpuTime=1.71  expiredTime=no
5.24/5.31	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=4.04  globalCpuTime=4.1
5.24/5.31	       =>  wckTime=5.066  cpuTime=4.06  mem=80M589
5.24/5.31	   
5.24/5.31	s SATISFIABLE
5.24/5.31	v 15 0 17 0 1 17 8 4 2 17 4 4 4 1 0 19 0 17 0 18 24 0 18 18 4 0 20 23 19 0 11 4 8 12 8 19 0 19 8 5 18 15 11 4 19 7 14 17 4 18 18 4 19 4 17 4 4 0 13 4 4 17 0 8 13 0 19 17 4 18 15 8 4 18 18 0 17 11 19 17 0 8 18 11 8 4 4 2 14 13 19 0 2 19 18 17 0 12 4 15 0 17 18 15 0 17 4 18 17 0 15 4 17 4 19 0 8 4 2 0 17 4 19 1 0 19 4 18 4 17 17 0 13 18 18 0 17 8 18 2 0 15 4 19 11 0 8 4 15 0 13 0 18 12 0 8 0 18 19 14 19 18 15 0 8 4 18 6 0 11 11 20 15 18 2 14 16 18 19 0 17 4 18 15 0 8 4 19 0 20 15 8 20 17 8 17 4 18 1 0 8 4 3 0 19 4 8 19 4 17 4 17 4 25 12 0 17 4 1 20 19 4 4 0 6 4 4 1 0 11 4 18 20 2 11 0 25 8 4 13 12 0 8 11 3 8 17 7 0 12 18 0 2 2 4 11 4 17 0 19 0 12 0 11 6 0 12 0 8 2 14 8 17 17 0 19 4 18 0 8 4 12 8 17 4 4 13 19 0 5 8 4 4 19 14 18 18 15 4 18 4 
5.24/5.31	d NODES 310
5.24/5.31	d CHECKS 534243
5.24/5.32	   
5.24/5.32	   totalWckTime=5.134  totalCpuTime=4.1

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-2096607-1247410402/watcher-2096607-1247410402 -o /tmp/evaluation-result-2096607-1247410402/solver-2096607-1247410402 -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-2096607-1247410402.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.22 2.06 1.98 4/81 32218
/proc/meminfo: memFree=1756352/2055920 swapFree=4192812/4192956
[pid=32218] ppid=32216 vsize=18576 CPUtime=0
/proc/32218/stat : 32218 (runsolver) R 32216 32218 30988 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 28105577 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 214945033511 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/32218/statm: 4644 284 249 26 0 2626 0

[startup+0.0547989 s]
/proc/loadavg: 2.22 2.06 1.98 4/81 32218
/proc/meminfo: memFree=1756352/2055920 swapFree=4192812/4192956
[pid=32218] ppid=32216 vsize=863972 CPUtime=0.04
/proc/32218/stat : 32218 (java) S 32216 32218 30988 0 -1 0 2662 0 1 0 3 1 0 0 18 0 9 0 28105577 884707328 2220 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32218/statm: 215993 2222 1068 9 0 210886 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 863972

[startup+0.102805 s]
/proc/loadavg: 2.22 2.06 1.98 4/81 32218
/proc/meminfo: memFree=1756352/2055920 swapFree=4192812/4192956
[pid=32218] ppid=32216 vsize=865940 CPUtime=0.08
/proc/32218/stat : 32218 (java) S 32216 32218 30988 0 -1 0 3746 0 1 0 7 1 0 0 18 0 9 0 28105577 886722560 3212 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32218/statm: 216485 3212 1700 9 0 210970 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865940

[startup+0.302826 s]
/proc/loadavg: 2.22 2.06 1.98 4/81 32218
/proc/meminfo: memFree=1756352/2055920 swapFree=4192812/4192956
[pid=32218] ppid=32216 vsize=866432 CPUtime=0.28
/proc/32218/stat : 32218 (java) S 32216 32218 30988 0 -1 0 5987 0 1 0 25 3 0 0 18 0 9 0 28105577 887226368 5353 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32218/statm: 216608 5353 1984 9 0 211066 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866432

[startup+0.702874 s]
/proc/loadavg: 2.22 2.06 1.98 4/81 32218
/proc/meminfo: memFree=1756352/2055920 swapFree=4192812/4192956
[pid=32218] ppid=32216 vsize=866572 CPUtime=0.68
/proc/32218/stat : 32218 (java) S 32216 32218 30988 0 -1 0 15358 0 1 0 60 8 0 0 18 0 9 0 28105577 887369728 14720 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32218/statm: 216643 14721 1999 9 0 211101 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 866572

[startup+1.50196 s]
/proc/loadavg: 2.22 2.06 1.98 4/90 32227
/proc/meminfo: memFree=1688824/2055920 swapFree=4192812/4192956
[pid=32218] ppid=32216 vsize=867752 CPUtime=1.48
/proc/32218/stat : 32218 (java) S 32216 32218 30988 0 -1 0 21897 0 1 0 137 11 0 0 18 0 9 0 28105577 888578048 21246 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32218/statm: 216938 21254 2053 9 0 211374 0
[pid=32218/tid=32220] ppid=32216 vsize=867752 CPUtime=1.21
/proc/32218/task/32220/stat : 32220 (java) R 32216 32218 30988 0 -1 64 15823 0 1 0 113 8 0 0 25 0 9 0 28105578 888578048 21258 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32218/tid=32221] ppid=32216 vsize=867752 CPUtime=0.05
/proc/32218/task/32221/stat : 32221 (java) R 32216 32218 30988 0 -1 64 4706 0 0 0 4 1 0 0 16 0 9 0 28105580 888578048 21265 996147200 134512640 134550932 4294955968 18446744073709551615 102709373 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32218/tid=32222] ppid=32216 vsize=867752 CPUtime=0
/proc/32218/task/32222/stat : 32222 (java) S 32216 32218 30988 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28105580 888578048 21273 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32218/tid=32223] ppid=32216 vsize=867752 CPUtime=0
/proc/32218/task/32223/stat : 32223 (java) S 32216 32218 30988 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 28105580 888578048 21279 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32218/tid=32224] ppid=32216 vsize=867752 CPUtime=0
/proc/32218/task/32224/stat : 32224 (java) S 32216 32218 30988 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 28105582 888578048 21287 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32218/tid=32225] ppid=32216 vsize=867752 CPUtime=0.18
/proc/32218/task/32225/stat : 32225 (java) S 32216 32218 30988 0 -1 64 685 0 0 0 18 0 0 0 16 0 9 0 28105582 888578048 21294 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32218/tid=32226] ppid=32216 vsize=867752 CPUtime=0
/proc/32218/task/32226/stat : 32226 (java) S 32216 32218 30988 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28105582 888578048 21302 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32218/tid=32227] ppid=32216 vsize=867752 CPUtime=0
/proc/32218/task/32227/stat : 32227 (java) S 32216 32218 30988 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28105582 888578048 21309 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) 867752

[startup+3.10114 s]
/proc/loadavg: 2.22 2.06 1.98 3/90 32227
/proc/meminfo: memFree=1672056/2055920 swapFree=4192812/4192956
[pid=32218] ppid=32216 vsize=868200 CPUtime=3.04
/proc/32218/stat : 32218 (java) S 32216 32218 30988 0 -1 0 42061 580 1 0 263 28 13 0 18 0 10 0 28105577 889036800 29757 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32218/statm: 217050 29757 2659 9 0 211486 0
[pid=32218/tid=32220] ppid=32216 vsize=868200 CPUtime=2.4
/proc/32218/task/32220/stat : 32220 (java) R 32216 32218 30988 0 -1 64 17879 580 1 0 208 19 13 0 22 0 10 0 28105578 889036800 29757 996147200 134512640 134550932 4294955968 18446744073709551615 104514034 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32218/tid=32221] ppid=32216 vsize=868200 CPUtime=0.44
/proc/32218/task/32221/stat : 32221 (java) S 32216 32218 30988 0 -1 64 22429 580 0 0 26 5 13 0 17 0 10 0 28105580 889036800 29757 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32218/tid=32222] ppid=32216 vsize=868200 CPUtime=0.13
/proc/32218/task/32222/stat : 32222 (java) S 32216 32218 30988 0 -1 64 22 580 0 0 0 0 13 0 17 0 10 0 28105580 889036800 29757 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32218/tid=32223] ppid=32216 vsize=868200 CPUtime=0.13
/proc/32218/task/32223/stat : 32223 (java) S 32216 32218 30988 0 -1 64 10 580 0 0 0 0 13 0 16 0 10 0 28105580 889036800 29757 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32218/tid=32224] ppid=32216 vsize=868200 CPUtime=0.13
/proc/32218/task/32224/stat : 32224 (java) S 32216 32218 30988 0 -1 64 1 580 0 0 0 0 13 0 24 0 10 0 28105582 889036800 29757 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32218/tid=32225] ppid=32216 vsize=868200 CPUtime=0.42
/proc/32218/task/32225/stat : 32225 (java) S 32216 32218 30988 0 -1 64 912 580 0 0 28 1 13 0 15 0 10 0 28105582 889036800 29757 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32218/tid=32226] ppid=32216 vsize=868200 CPUtime=0.13
/proc/32218/task/32226/stat : 32226 (java) S 32216 32218 30988 0 -1 64 1 580 0 0 0 0 13 0 25 0 10 0 28105582 889036800 29757 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32218/tid=32227] ppid=32216 vsize=868200 CPUtime=0.13
/proc/32218/task/32227/stat : 32227 (java) S 32216 32218 30988 0 -1 64 12 580 0 0 0 0 13 0 15 0 10 0 28105582 889036800 29757 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 868200

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

[startup+4.70133 s]
/proc/loadavg: 2.29 2.08 1.98 3/90 32231
/proc/meminfo: memFree=1619384/2055920 swapFree=4192812/4192956
[pid=32218] ppid=32216 vsize=868112 CPUtime=4.64
/proc/32218/stat : 32218 (java) S 32216 32218 30988 0 -1 0 60067 702 1 0 417 33 13 1 18 0 9 0 28105577 888946688 36643 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32218/statm: 217028 36643 2639 9 0 211486 0
[pid=32218/tid=32220] ppid=32216 vsize=868112 CPUtime=3.78
/proc/32218/task/32220/stat : 32220 (java) R 32216 32218 30988 0 -1 64 26591 702 1 0 343 21 13 1 25 0 9 0 28105578 888946688 36643 996147200 134512640 134550932 4294955968 18446744073709551615 4127321157 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32218/tid=32221] ppid=32216 vsize=868112 CPUtime=0.61
/proc/32218/task/32221/stat : 32221 (java) S 32216 32218 30988 0 -1 64 31650 702 0 0 38 9 13 1 16 0 9 0 28105580 888946688 36643 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32218/tid=32222] ppid=32216 vsize=868112 CPUtime=0.14
/proc/32218/task/32222/stat : 32222 (java) S 32216 32218 30988 0 -1 64 22 702 0 0 0 0 13 1 16 0 9 0 28105580 888946688 36643 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32218/tid=32223] ppid=32216 vsize=868112 CPUtime=0.14
/proc/32218/task/32223/stat : 32223 (java) S 32216 32218 30988 0 -1 64 10 702 0 0 0 0 13 1 15 0 9 0 28105580 888946688 36643 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32218/tid=32224] ppid=32216 vsize=868112 CPUtime=0.14
/proc/32218/task/32224/stat : 32224 (java) S 32216 32218 30988 0 -1 64 1 702 0 0 0 0 13 1 24 0 9 0 28105582 888946688 36643 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32218/tid=32225] ppid=32216 vsize=868112 CPUtime=0.5
/proc/32218/task/32225/stat : 32225 (java) S 32216 32218 30988 0 -1 64 978 702 0 0 35 1 13 1 15 0 9 0 28105582 888946688 36643 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32218/tid=32226] ppid=32216 vsize=868112 CPUtime=0.14
/proc/32218/task/32226/stat : 32226 (java) S 32216 32218 30988 0 -1 64 1 702 0 0 0 0 13 1 25 0 9 0 28105582 888946688 36643 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32218/tid=32227] ppid=32216 vsize=868112 CPUtime=0.14
/proc/32218/task/32227/stat : 32227 (java) S 32216 32218 30988 0 -1 64 12 702 0 0 0 0 13 1 15 0 9 0 28105582 888946688 36643 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.64
Current children cumulated vsize (KiB) 868112

[startup+5.10137 s]
/proc/loadavg: 2.29 2.08 1.98 3/90 32231
/proc/meminfo: memFree=1619384/2055920 swapFree=4192812/4192956
[pid=32218] ppid=32216 vsize=868112 CPUtime=5.04
/proc/32218/stat : 32218 (java) S 32216 32218 30988 0 -1 0 60069 702 1 0 457 33 13 1 18 0 9 0 28105577 888946688 36645 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32218/statm: 217028 36645 2639 9 0 211486 0
[pid=32218/tid=32220] ppid=32216 vsize=868112 CPUtime=4.18
/proc/32218/task/32220/stat : 32220 (java) R 32216 32218 30988 0 -1 64 26591 702 1 0 383 21 13 1 25 0 9 0 28105578 888946688 36645 996147200 134512640 134550932 4294955968 18446744073709551615 4127335947 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32218/tid=32221] ppid=32216 vsize=868112 CPUtime=0.61
/proc/32218/task/32221/stat : 32221 (java) S 32216 32218 30988 0 -1 64 31650 702 0 0 38 9 13 1 16 0 9 0 28105580 888946688 36645 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32218/tid=32222] ppid=32216 vsize=868112 CPUtime=0.14
/proc/32218/task/32222/stat : 32222 (java) S 32216 32218 30988 0 -1 64 22 702 0 0 0 0 13 1 16 0 9 0 28105580 888946688 36645 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32218/tid=32223] ppid=32216 vsize=868112 CPUtime=0.14
/proc/32218/task/32223/stat : 32223 (java) S 32216 32218 30988 0 -1 64 10 702 0 0 0 0 13 1 15 0 9 0 28105580 888946688 36645 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32218/tid=32224] ppid=32216 vsize=868112 CPUtime=0.14
/proc/32218/task/32224/stat : 32224 (java) S 32216 32218 30988 0 -1 64 1 702 0 0 0 0 13 1 24 0 9 0 28105582 888946688 36645 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32218/tid=32225] ppid=32216 vsize=868112 CPUtime=0.51
/proc/32218/task/32225/stat : 32225 (java) S 32216 32218 30988 0 -1 64 980 702 0 0 36 1 13 1 15 0 9 0 28105582 888946688 36645 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32218/tid=32226] ppid=32216 vsize=868112 CPUtime=0.14
/proc/32218/task/32226/stat : 32226 (java) S 32216 32218 30988 0 -1 64 1 702 0 0 0 0 13 1 25 0 9 0 28105582 888946688 36645 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32218/tid=32227] ppid=32216 vsize=868112 CPUtime=0.14
/proc/32218/task/32227/stat : 32227 (java) S 32216 32218 30988 0 -1 64 12 702 0 0 0 0 13 1 15 0 9 0 28105582 888946688 36645 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.04
Current children cumulated vsize (KiB) 868112

[startup+5.30139 s]
/proc/loadavg: 2.29 2.08 1.98 3/90 32231
/proc/meminfo: memFree=1619384/2055920 swapFree=4192812/4192956
[pid=32218] ppid=32216 vsize=868112 CPUtime=5.24
/proc/32218/stat : 32218 (java) S 32216 32218 30988 0 -1 0 60104 702 1 0 477 33 13 1 18 0 9 0 28105577 888946688 36648 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32218/statm: 217028 36648 2639 9 0 211486 0
[pid=32218/tid=32220] ppid=32216 vsize=868112 CPUtime=4.37
/proc/32218/task/32220/stat : 32220 (java) R 32216 32218 30988 0 -1 64 26598 702 1 0 402 21 13 1 25 0 9 0 28105578 888946688 36648 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32218/tid=32221] ppid=32216 vsize=868112 CPUtime=0.61
/proc/32218/task/32221/stat : 32221 (java) S 32216 32218 30988 0 -1 64 31650 702 0 0 38 9 13 1 17 0 9 0 28105580 888946688 36648 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32218/tid=32222] ppid=32216 vsize=868112 CPUtime=0.14
/proc/32218/task/32222/stat : 32222 (java) S 32216 32218 30988 0 -1 64 22 702 0 0 0 0 13 1 16 0 9 0 28105580 888946688 36648 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32218/tid=32223] ppid=32216 vsize=868112 CPUtime=0.14
/proc/32218/task/32223/stat : 32223 (java) S 32216 32218 30988 0 -1 64 10 702 0 0 0 0 13 1 15 0 9 0 28105580 888946688 36648 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32218/tid=32224] ppid=32216 vsize=868112 CPUtime=0.14
/proc/32218/task/32224/stat : 32224 (java) S 32216 32218 30988 0 -1 64 1 702 0 0 0 0 13 1 24 0 9 0 28105582 888946688 36648 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32218/tid=32225] ppid=32216 vsize=868112 CPUtime=0.51
/proc/32218/task/32225/stat : 32225 (java) R 32216 32218 30988 0 -1 64 981 702 0 0 36 1 13 1 15 0 9 0 28105582 888946688 36648 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32218/tid=32226] ppid=32216 vsize=868112 CPUtime=0.14
/proc/32218/task/32226/stat : 32226 (java) S 32216 32218 30988 0 -1 64 1 702 0 0 0 0 13 1 25 0 9 0 28105582 888946688 36648 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32218/tid=32227] ppid=32216 vsize=868112 CPUtime=0.14
/proc/32218/task/32227/stat : 32227 (java) S 32216 32218 30988 0 -1 64 39 702 0 0 0 0 13 1 15 0 9 0 28105582 888946688 36648 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.24
Current children cumulated vsize (KiB) 868112

Child status: 0
Real time (s): 5.38515
CPU time (s): 5.29719
CPU user time (s): 4.92225
CPU system time (s): 0.374943
CPU usage (%): 98.3667
Max. virtual memory (cumulated for all children) (KiB): 868200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.92225
system time used= 0.374943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60843
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= 1861
involuntary context switches= 1989

runsolver used 0.015997 second user time and 0.020996 second system time

The end

Launcher Data

Begin job on node85 at 2009-07-12 16:53:23
IDJOB=2096607
IDBENCH=56493
IDSOLVER=773
FILE ID=node85/2096607-1247410402
PBS_JOBID= 9510482
Free space on /tmp= 126548 MiB

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

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

MD5SUM BENCH= 823dc19b81f34c645fcb9a9a38e6bd00
RANDOM SEED=1971864771

node85.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.220
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.220
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:       1756832 kB
Buffers:         38112 kB
Cached:         114276 kB
SwapCached:          0 kB
Active:         186964 kB
Inactive:        55704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1756832 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6256 kB
Writeback:           0 kB
Mapped:         110580 kB
Slab:            41588 kB
Committed_AS:  1004408 kB
PageTables:       1920 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= 126548 MiB
End job on node85 at 2009-07-12 16:53:28