Trace number 2096751

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.03123 5.1248

DiagnosticValue
CHECKS477054
NODES930

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-19-02.xml
MD5SUM4a2819ff550e7cc1f6156e6c5b327d2b
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.83542
Satisfiable
(Un)Satisfiability was proved
Number of variables296
Number of constraints1757
Maximum constraint arity28
Maximum domain size26
Number of constraints which are defined in extension118
Number of constraints which are defined in intension1639
Global constraints used (with number of constraints)

Solver Data

0.05/0.09	
0.05/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.28/0.33	   
0.28/0.33	   instance
0.28/0.33	     name=HOME/instance-2096751-1247410664.xml
0.28/0.36	   
0.28/0.36	   domains being loaded...
0.28/0.37	   
0.28/0.37	   variables being loaded...
0.37/0.45	     nbVariables=296  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=7696
0.37/0.45	       =>  wckTime=0.204  cpuTime=0.15  mem=8M867
0.37/0.45	   
0.37/0.45	   relations being loaded...
0.58/0.62	   
0.58/0.62	   predicates being loaded...
0.58/0.68	   
0.58/0.68	   constraints being loaded...
0.98/1.08	   Too large in ConstraintConflictsSTructure
1.08/1.11	   Too large in ConstraintConflictsSTructure
1.08/1.13	   Too large in ConstraintConflictsSTructure
1.08/1.14	   Too large in ConstraintConflictsSTructure
2.09/2.29	     nbConstraints=1757  nbRelationTypes=8  nbGlobalConstraints=118  nbExtensionStructures=8
2.09/2.29	     nbSharedExtensionStructures=110  nbConflictsStructures=4  nbSharedConflictsStructures=92
2.09/2.29	     nbUnbuiltConflictsStructures=12  nbSharedBinaryRepresentations=0  nbEvaluationManagers=8
2.09/2.29	     nbSharedEvaluationManagers=1631  minDegree=8  maxDegree=86  minArity=3  avgArity=8.58  maxArity=28  nbGenerators=0
2.09/2.29	     nbFusions=0  symmetryWckTime=0.279  symmetryCpuTime=0.15
2.09/2.29	       =>  wckTime=2.044  cpuTime=1.58  mem=57M137
2.35/2.41	   
2.35/2.41	   solver IterativeSystematicSolver being built... 
2.64/2.73	   
2.64/2.73	   INFO : Forward propagation technique limited 
2.74/2.80	       =>  wckTime=2.561  cpuTime=1.85  mem=54M349
2.84/2.94	   
2.84/2.94	   preprocessing
2.84/2.94	     nbConstraintChecks=0  nbValidityChecks=868427  nbPropagations=322  nbRevisions=0  nbUselessRevisions=0
2.84/2.94	     nbRemovedValues=501  detectedInconsistency=no
2.84/2.94	       =>  wckTime=0.135  cpuTime=0.11  mem=55M323
4.93/5.07	   
4.93/5.07	   search
4.93/5.07	     run=4  nbConstraintChecks=477054  nbValidityChecks=8655896  minDepth=254  maxDepth=296  nbPropagations=27234
4.93/5.07	     nbRevisions=408189  nbUselessRevisions=408149  nbAssignments=930  nbFailedAssignments=95  nbBacktracks=191
4.93/5.07	     nbVisitedNodes=1094  nbRestartNogoods=29  nbFoundSolutions=1  mapSize=84  nbInferences=0  nbTooLargeKeys=0
4.93/5.07	     nbSEliminables=0  nbREliminables=32.49  nbIEliminables=213.32  nbDEliminables=0  nbPEliminables=0
4.93/5.07	       =>  wckTime=2.261  cpuTime=2.16  mem=57M287
4.93/5.07	   
4.93/5.07	   global
4.93/5.07	     nbConstraintChecks=477054  nbValidityChecks=9524323  nbPropagations=27556  nbRevisions=408189
4.93/5.07	     nbUselessRevisions=408149  nbRestartNogoods=29  solvingWckTime=2.263  solvingCpuTime=2.16  expiredTime=no
4.93/5.07	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=4.01  globalCpuTime=4.08
4.93/5.07	       =>  wckTime=4.829  cpuTime=4.02  mem=57M287
4.93/5.07	   
4.93/5.07	s SATISFIABLE
4.93/5.07	v 17 0 12 15 18 18 8 11 19 18 0 18 8 0 13 14 15 4 17 0 15 8 19 4 14 20 18 11 0 13 6 4 18 4 12 8 15 4 17 12 0 13 4 13 19 14 5 5 4 17 0 23 14 13 17 14 11 11 18 4 3 20 0 17 3 14 2 14 13 22 0 24 15 7 0 4 3 17 0 0 12 15 4 17 4 18 10 14 0 11 0 8 18 11 4 2 4 0 18 4 15 11 0 13 19 4 3 19 4 0 4 0 17 1 4 17 8 13 6 4 17 1 0 17 13 18 18 11 0 15 0 17 14 18 4 18 0 11 20 19 4 11 0 22 11 4 18 18 0 11 12 0 13 0 2 1 0 11 11 0 3 1 17 0 4 18 18 19 20 1 4 13 4 12 24 1 0 24 17 4 20 19 7 20 18 4 18 0 11 17 4 11 4 0 18 4 18 15 17 4 4 18 11 14 1 8 13 11 0 24 18 15 0 17 4 18 19 6 0 11 11 4 24 18 1 4 19 8 3 4 7 4 17 18 4 11 5 1 0 18 4 18 15 0 18 19 4 17 0 18 4 8 13 2 14 13 19 4 18 19 0 1 11 4 0 8 12 4 3 19 0 20 13 19 4 17 0 17 4 0 18 19 4 18 19 18 6 4 13 20 18 1 4 11 19 18 
4.93/5.07	d NODES 930
4.93/5.07	d CHECKS 477054
4.93/5.07	   
4.93/5.07	   totalWckTime=4.885  totalCpuTime=4.08

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-2096751-1247410664/watcher-2096751-1247410664 -o /tmp/evaluation-result-2096751-1247410664/solver-2096751-1247410664 -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-2096751-1247410664.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.06 2.01 2.00 4/80 28940
/proc/meminfo: memFree=1737440/2055920 swapFree=4192812/4192956
[pid=28940] ppid=28938 vsize=1616 CPUtime=0
/proc/28940/stat : 28940 (java) D 28938 28940 27359 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 28130165 1654784 148 996147200 134512640 134550932 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/28940/statm: 404 148 122 9 0 46 0

[startup+0.063141 s]
/proc/loadavg: 2.06 2.01 2.00 4/80 28940
/proc/meminfo: memFree=1737440/2055920 swapFree=4192812/4192956
[pid=28940] ppid=28938 vsize=864024 CPUtime=0.05
/proc/28940/stat : 28940 (java) S 28938 28940 27359 0 -1 0 2796 0 1 0 4 1 0 0 18 0 9 0 28130165 884760576 2335 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28940/statm: 216006 2335 1107 9 0 210899 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 864024

[startup+0.101147 s]
/proc/loadavg: 2.06 2.01 2.00 4/80 28940
/proc/meminfo: memFree=1737440/2055920 swapFree=4192812/4192956
[pid=28940] ppid=28938 vsize=865984 CPUtime=0.09
/proc/28940/stat : 28940 (java) S 28938 28940 27359 0 -1 0 3756 0 1 0 7 2 0 0 18 0 9 0 28130165 886767616 3215 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28940/statm: 216496 3215 1697 9 0 210981 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865984

[startup+0.301168 s]
/proc/loadavg: 2.06 2.01 2.00 4/80 28940
/proc/meminfo: memFree=1737440/2055920 swapFree=4192812/4192956
[pid=28940] ppid=28938 vsize=866144 CPUtime=0.28
/proc/28940/stat : 28940 (java) S 28938 28940 27359 0 -1 0 5658 0 1 0 25 3 0 0 18 0 9 0 28130165 886931456 5061 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28940/statm: 216536 5061 1927 9 0 211014 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866144

[startup+0.701209 s]
/proc/loadavg: 2.06 2.01 2.00 4/80 28940
/proc/meminfo: memFree=1737440/2055920 swapFree=4192812/4192956
[pid=28940] ppid=28938 vsize=866720 CPUtime=0.68
/proc/28940/stat : 28940 (java) S 28938 28940 27359 0 -1 0 9572 0 1 0 62 6 0 0 18 0 9 0 28130165 887521280 8926 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28940/statm: 216680 8926 2034 9 0 211116 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 866720

[startup+1.5013 s]
/proc/loadavg: 2.14 2.03 2.01 3/89 28949
/proc/meminfo: memFree=1696984/2055920 swapFree=4192812/4192956
[pid=28940] ppid=28938 vsize=867700 CPUtime=1.47
/proc/28940/stat : 28940 (java) S 28938 28940 27359 0 -1 0 19673 0 1 0 131 16 0 0 18 0 9 0 28130165 888524800 18999 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28940/statm: 216925 18999 2033 9 0 211383 0
[pid=28940/tid=28942] ppid=28938 vsize=867700 CPUtime=1.17
/proc/28940/task/28942/stat : 28942 (java) R 28938 28940 27359 0 -1 64 15831 0 1 0 104 13 0 0 25 0 9 0 28130166 888524800 18999 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28940/tid=28943] ppid=28938 vsize=867700 CPUtime=0.04
/proc/28940/task/28943/stat : 28943 (java) S 28938 28940 27359 0 -1 64 2428 0 0 0 3 1 0 0 16 0 9 0 28130167 888524800 18999 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28940/tid=28944] ppid=28938 vsize=867700 CPUtime=0
/proc/28940/task/28944/stat : 28944 (java) S 28938 28940 27359 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28130168 888524800 18999 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28940/tid=28945] ppid=28938 vsize=867700 CPUtime=0
/proc/28940/task/28945/stat : 28945 (java) S 28938 28940 27359 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28130168 888524800 18999 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28940/tid=28946] ppid=28938 vsize=867700 CPUtime=0
/proc/28940/task/28946/stat : 28946 (java) S 28938 28940 27359 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28130170 888524800 18999 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28940/tid=28947] ppid=28938 vsize=867700 CPUtime=0.22
/proc/28940/task/28947/stat : 28947 (java) S 28938 28940 27359 0 -1 64 713 0 0 0 22 0 0 0 15 0 9 0 28130170 888524800 18999 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28940/tid=28948] ppid=28938 vsize=867700 CPUtime=0
/proc/28940/task/28948/stat : 28948 (java) S 28938 28940 27359 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28130170 888524800 18999 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28940/tid=28949] ppid=28938 vsize=867700 CPUtime=0
/proc/28940/task/28949/stat : 28949 (java) S 28938 28940 27359 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28130170 888524800 18999 996147200 134512640 134550932 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) 867700

[startup+3.10247 s]
/proc/loadavg: 2.14 2.03 2.01 3/89 28949
/proc/meminfo: memFree=1668568/2055920 swapFree=4192812/4192956
[pid=28940] ppid=28938 vsize=868200 CPUtime=3.05
/proc/28940/stat : 28940 (java) S 28938 28940 27359 0 -1 0 43263 607 1 0 270 26 8 1 18 0 9 0 28130165 889036800 26879 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28940/statm: 217050 26879 2661 9 0 211486 0
[pid=28940/tid=28942] ppid=28938 vsize=868200 CPUtime=2.4
/proc/28940/task/28942/stat : 28942 (java) R 28938 28940 27359 0 -1 64 25421 607 1 0 213 18 8 1 25 0 9 0 28130166 889036800 26879 996147200 134512640 134550932 4294955968 18446744073709551615 4126095869 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28940/tid=28943] ppid=28938 vsize=868200 CPUtime=0.33
/proc/28940/task/28943/stat : 28943 (java) S 28938 28940 27359 0 -1 64 16017 607 0 0 19 5 8 1 16 0 9 0 28130167 889036800 26879 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28940/tid=28944] ppid=28938 vsize=868200 CPUtime=0.09
/proc/28940/task/28944/stat : 28944 (java) S 28938 28940 27359 0 -1 64 20 607 0 0 0 0 8 1 16 0 9 0 28130168 889036800 26879 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28940/tid=28945] ppid=28938 vsize=868200 CPUtime=0.09
/proc/28940/task/28945/stat : 28945 (java) S 28938 28940 27359 0 -1 64 9 607 0 0 0 0 8 1 15 0 9 0 28130168 889036800 26879 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28940/tid=28946] ppid=28938 vsize=868200 CPUtime=0.09
/proc/28940/task/28946/stat : 28946 (java) S 28938 28940 27359 0 -1 64 2 607 0 0 0 0 8 1 18 0 9 0 28130170 889036800 26879 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28940/tid=28947] ppid=28938 vsize=868200 CPUtime=0.45
/proc/28940/task/28947/stat : 28947 (java) S 28938 28940 27359 0 -1 64 981 607 0 0 36 0 8 1 16 0 9 0 28130170 889036800 26879 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28940/tid=28948] ppid=28938 vsize=868200 CPUtime=0.09
/proc/28940/task/28948/stat : 28948 (java) S 28938 28940 27359 0 -1 64 0 607 0 0 0 0 8 1 19 0 9 0 28130170 889036800 26879 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28940/tid=28949] ppid=28938 vsize=868200 CPUtime=0.09
/proc/28940/task/28949/stat : 28949 (java) S 28938 28940 27359 0 -1 64 10 607 0 0 0 0 8 1 15 0 9 0 28130170 889036800 26879 996147200 134512640 134550932 4294955968 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) 868200

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

[startup+3.90256 s]
/proc/loadavg: 2.14 2.03 2.01 3/89 28953
/proc/meminfo: memFree=1639768/2055920 swapFree=4192812/4192956
[pid=28940] ppid=28938 vsize=868200 CPUtime=3.84
/proc/28940/stat : 28940 (java) S 28938 28940 27359 0 -1 0 43278 607 1 0 349 26 8 1 18 0 9 0 28130165 889036800 26892 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28940/statm: 217050 26892 2661 9 0 211486 0
[pid=28940/tid=28942] ppid=28938 vsize=868200 CPUtime=3.17
/proc/28940/task/28942/stat : 28942 (java) R 28938 28940 27359 0 -1 64 25424 607 1 0 290 18 8 1 25 0 9 0 28130166 889036800 26892 996147200 134512640 134550932 4294955968 18446744073709551615 4127327064 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28940/tid=28943] ppid=28938 vsize=868200 CPUtime=0.33
/proc/28940/task/28943/stat : 28943 (java) S 28938 28940 27359 0 -1 64 16017 607 0 0 19 5 8 1 17 0 9 0 28130167 889036800 26892 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28940/tid=28944] ppid=28938 vsize=868200 CPUtime=0.09
/proc/28940/task/28944/stat : 28944 (java) S 28938 28940 27359 0 -1 64 20 607 0 0 0 0 8 1 16 0 9 0 28130168 889036800 26892 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28940/tid=28945] ppid=28938 vsize=868200 CPUtime=0.09
/proc/28940/task/28945/stat : 28945 (java) S 28938 28940 27359 0 -1 64 9 607 0 0 0 0 8 1 15 0 9 0 28130168 889036800 26892 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28940/tid=28946] ppid=28938 vsize=868200 CPUtime=0.09
/proc/28940/task/28946/stat : 28946 (java) S 28938 28940 27359 0 -1 64 2 607 0 0 0 0 8 1 18 0 9 0 28130170 889036800 26892 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28940/tid=28947] ppid=28938 vsize=868200 CPUtime=0.47
/proc/28940/task/28947/stat : 28947 (java) S 28938 28940 27359 0 -1 64 993 607 0 0 38 0 8 1 15 0 9 0 28130170 889036800 26892 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28940/tid=28948] ppid=28938 vsize=868200 CPUtime=0.09
/proc/28940/task/28948/stat : 28948 (java) S 28938 28940 27359 0 -1 64 0 607 0 0 0 0 8 1 19 0 9 0 28130170 889036800 26892 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28940/tid=28949] ppid=28938 vsize=868200 CPUtime=0.09
/proc/28940/task/28949/stat : 28949 (java) S 28938 28940 27359 0 -1 64 10 607 0 0 0 0 8 1 15 0 9 0 28130170 889036800 26892 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.84
Current children cumulated vsize (KiB) 868200

[startup+4.70265 s]
/proc/loadavg: 2.14 2.03 2.01 3/89 28953
/proc/meminfo: memFree=1639768/2055920 swapFree=4192812/4192956
[pid=28940] ppid=28938 vsize=868200 CPUtime=4.63
/proc/28940/stat : 28940 (java) S 28938 28940 27359 0 -1 0 43281 607 1 0 428 26 8 1 18 0 9 0 28130165 889036800 26894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28940/statm: 217050 26894 2661 9 0 211486 0
[pid=28940/tid=28942] ppid=28938 vsize=868200 CPUtime=3.96
/proc/28940/task/28942/stat : 28942 (java) R 28938 28940 27359 0 -1 64 25425 607 1 0 369 18 8 1 25 0 9 0 28130166 889036800 26894 996147200 134512640 134550932 4294955968 18446744073709551615 4127327219 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28940/tid=28943] ppid=28938 vsize=868200 CPUtime=0.33
/proc/28940/task/28943/stat : 28943 (java) S 28938 28940 27359 0 -1 64 16017 607 0 0 19 5 8 1 16 0 9 0 28130167 889036800 26894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28940/tid=28944] ppid=28938 vsize=868200 CPUtime=0.09
/proc/28940/task/28944/stat : 28944 (java) S 28938 28940 27359 0 -1 64 20 607 0 0 0 0 8 1 16 0 9 0 28130168 889036800 26894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28940/tid=28945] ppid=28938 vsize=868200 CPUtime=0.09
/proc/28940/task/28945/stat : 28945 (java) S 28938 28940 27359 0 -1 64 9 607 0 0 0 0 8 1 15 0 9 0 28130168 889036800 26894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28940/tid=28946] ppid=28938 vsize=868200 CPUtime=0.09
/proc/28940/task/28946/stat : 28946 (java) S 28938 28940 27359 0 -1 64 2 607 0 0 0 0 8 1 18 0 9 0 28130170 889036800 26894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28940/tid=28947] ppid=28938 vsize=868200 CPUtime=0.47
/proc/28940/task/28947/stat : 28947 (java) S 28938 28940 27359 0 -1 64 995 607 0 0 38 0 8 1 15 0 9 0 28130170 889036800 26894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28940/tid=28948] ppid=28938 vsize=868200 CPUtime=0.09
/proc/28940/task/28948/stat : 28948 (java) S 28938 28940 27359 0 -1 64 0 607 0 0 0 0 8 1 19 0 9 0 28130170 889036800 26894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28940/tid=28949] ppid=28938 vsize=868200 CPUtime=0.09
/proc/28940/task/28949/stat : 28949 (java) S 28938 28940 27359 0 -1 64 10 607 0 0 0 0 8 1 15 0 9 0 28130170 889036800 26894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.63
Current children cumulated vsize (KiB) 868200

[startup+5.10268 s]
/proc/loadavg: 2.14 2.03 2.01 3/89 28953
/proc/meminfo: memFree=1639768/2055920 swapFree=4192812/4192956
[pid=28940] ppid=28938 vsize=868200 CPUtime=5
/proc/28940/stat : 28940 (java) S 28938 28940 27359 0 -1 0 43290 607 1 0 465 26 8 1 18 0 9 0 28130165 889036800 26900 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28940/statm: 217050 26900 2661 9 0 211486 0
[pid=28940/tid=28942] ppid=28938 vsize=868200 CPUtime=4.33
/proc/28940/task/28942/stat : 28942 (java) S 28938 28940 27359 0 -1 64 25434 607 1 0 406 18 8 1 25 0 9 0 28130166 889036800 26900 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28940/tid=28943] ppid=28938 vsize=868200 CPUtime=0.33
/proc/28940/task/28943/stat : 28943 (java) S 28938 28940 27359 0 -1 64 16017 607 0 0 19 5 8 1 16 0 9 0 28130167 889036800 26900 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28940/tid=28944] ppid=28938 vsize=868200 CPUtime=0.09
/proc/28940/task/28944/stat : 28944 (java) S 28938 28940 27359 0 -1 64 20 607 0 0 0 0 8 1 16 0 9 0 28130168 889036800 26900 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28940/tid=28945] ppid=28938 vsize=868200 CPUtime=0.09
/proc/28940/task/28945/stat : 28945 (java) S 28938 28940 27359 0 -1 64 9 607 0 0 0 0 8 1 15 0 9 0 28130168 889036800 26900 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28940/tid=28946] ppid=28938 vsize=868200 CPUtime=0.09
/proc/28940/task/28946/stat : 28946 (java) S 28938 28940 27359 0 -1 64 2 607 0 0 0 0 8 1 18 0 9 0 28130170 889036800 26900 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28940/tid=28947] ppid=28938 vsize=868200 CPUtime=0.47
/proc/28940/task/28947/stat : 28947 (java) S 28938 28940 27359 0 -1 64 995 607 0 0 38 0 8 1 16 0 9 0 28130170 889036800 26900 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28940/tid=28948] ppid=28938 vsize=868200 CPUtime=0.09
/proc/28940/task/28948/stat : 28948 (java) S 28938 28940 27359 0 -1 64 0 607 0 0 0 0 8 1 19 0 9 0 28130170 889036800 26900 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28940/tid=28949] ppid=28938 vsize=868200 CPUtime=0.09
/proc/28940/task/28949/stat : 28949 (java) S 28938 28940 27359 0 -1 64 10 607 0 0 0 0 8 1 15 0 9 0 28130170 889036800 26900 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5
Current children cumulated vsize (KiB) 868200

Child status: 0
Real time (s): 5.1248
CPU time (s): 5.03123
CPU user time (s): 4.73828
CPU system time (s): 0.292955
CPU usage (%): 98.1742
Max. virtual memory (cumulated for all children) (KiB): 868200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.73828
system time used= 0.292955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43925
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= 1604
involuntary context switches= 1822

runsolver used 0.013997 second user time and 0.023996 second system time

The end

Launcher Data

Begin job on node47 at 2009-07-12 16:57:45
IDJOB=2096751
IDBENCH=56617
IDSOLVER=773
FILE ID=node47/2096751-1247410664
PBS_JOBID= 9510552
Free space on /tmp= 66468 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/wordsHerald/normalized-crossword-m1-words-19-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= BIN/runsolver --timestamp -w /tmp/evaluation-result-2096751-1247410664/watcher-2096751-1247410664 -o /tmp/evaluation-result-2096751-1247410664/solver-2096751-1247410664 -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-2096751-1247410664.xml

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

MD5SUM BENCH= 4a2819ff550e7cc1f6156e6c5b327d2b
RANDOM SEED=1838170103

node47.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.218
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.218
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:       1737920 kB
Buffers:         37912 kB
Cached:         129844 kB
SwapCached:          0 kB
Active:         194064 kB
Inactive:        69116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1737920 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2848 kB
Writeback:           0 kB
Mapped:         115756 kB
Slab:            39760 kB
Committed_AS:   997528 kB
PageTables:       2032 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= 66464 MiB
End job on node47 at 2009-07-12 16:57:50