Trace number 1068000

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 ESACSAT 2.78158 2.82955

DiagnosticValue
CHECKS203731
NODES200

General information on the benchmark

Namecsp/lexHerald/
normalized-crossword-m1-lex-15-03.xml
MD5SUM575ffad3d2c09aae350b50b610fe8377
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.216966
Satisfiable
(Un)Satisfiability was proved
Number of variables189
Number of constraints1001
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension78
Number of constraints which are defined in intension923
Global constraints used (with number of constraints)

Solver Data (download as text)

0.06/0.08	
0.06/0.08	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-1068000-1215152071.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.38	     nbVariables=189  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=4914
0.28/0.38	       =>  wckTime=0.131  cpuTime=0.11  mem=8M894
0.28/0.38	   
0.28/0.38	   relations being loaded...
0.39/0.43	   
0.39/0.43	   predicates being loaded...
0.39/0.49	   
0.39/0.49	   constraints being loaded...
0.68/0.78	   Too large in ConstraintConflictsSTructure
1.35/1.42	     nbConstraints=1002  nbRelationTypes=5  nbGlobalConstraints=79  nbExtensionStructures=5
1.35/1.42	     nbSharedExtensionStructures=73  nbConflictsStructures=4  nbSharedConflictsStructures=66
1.35/1.42	     nbUnbuiltConflictsStructures=7  nbSharedBinaryRepresentations=0  nbEvaluationManagers=6
1.35/1.42	     nbSharedEvaluationManagers=917  minDegree=14  maxDegree=71  minArity=3  avgArity=8.57  maxArity=174  nbGenerators=1
1.35/1.42	     nbFusions=0  symmetryWckTime=0.265  symmetryCpuTime=0.12
1.35/1.42	       =>  wckTime=1.174  cpuTime=0.85  mem=10M668
1.47/1.51	   
1.47/1.51	   solver IterativeSystematicSolver being built... 
1.56/1.66	   
1.56/1.66	   INFO : Forward propagation technique limited 
1.66/1.74	       =>  wckTime=1.494  cpuTime=1.08  mem=54M484
2.17/2.24	   
2.17/2.24	   preprocessing
2.17/2.24	     nbConstraintChecks=58220  nbValidityChecks=3474597  nbPropagations=2716  nbRevisions=6117  nbUselessRevisions=6104
2.17/2.24	     nbSingletonTests=238  nbEffectiveSingletonTests=0  nbACRemovals=191  nbFoundSingletons=0  nbRemovedValues=191
2.17/2.24	     detectedInconsistency=no
2.17/2.24	       =>  wckTime=0.499  cpuTime=0.44  mem=54M484
2.66/2.77	   
2.66/2.77	   search
2.66/2.77	     run=0  nbConstraintChecks=145511  nbValidityChecks=1271406  minDepth=11  maxDepth=189  nbPropagations=4158
2.66/2.77	     nbRevisions=42294  nbUselessRevisions=42278  nbAssignments=200  nbFailedAssignments=9  nbBacktracks=2
2.66/2.77	     nbVisitedNodes=211  nbRestartNogoods=0  nbFoundSolutions=1  mapSize=2  nbInferences=0  nbTooLargeKeys=0
2.66/2.77	     nbSEliminables=0  nbREliminables=19.02  nbIEliminables=131.02  nbDEliminables=0  nbPEliminables=0
2.66/2.77	       =>  wckTime=1.026  cpuTime=0.86  mem=24M480
2.66/2.77	   
2.66/2.77	   global
2.66/2.77	     nbConstraintChecks=203731  nbValidityChecks=4746003  nbPropagations=6874  nbRevisions=48411
2.66/2.77	     nbUselessRevisions=48382  nbRestartNogoods=0  solvingWckTime=1.029  solvingCpuTime=0.86  expiredTime=no
2.66/2.77	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=1.95  globalCpuTime=1.98
2.66/2.77	       =>  wckTime=2.527  cpuTime=1.95  mem=24M480
2.66/2.77	   
2.66/2.77	s SATISFIABLE
2.66/2.77	v 3 4 12 14 2 0 17 14 1 13 0 18 7 8 2 14 13 4 17 14 3 4 20 17 4 0 18 7 14 14 19 7 8 4 5 2 4 13 19 2 14 17 13 12 4 0 11 0 1 11 0 19 4 3 0 17 19 2 11 20 4 0 17 2 0 13 0 22 8 11 11 8 0 12 18 3 8 17 6 4 2 0 11 4 1 15 0 19 0 11 8 0 2 7 0 8 13 12 0 17 4 6 4 12 10 14 0 11 0 12 0 17 8 4 4 24 4 6 11 0 18 18 12 0 11 19 14 13 7 0 11 4 1 14 13 0 18 4 17 4 13 4 1 17 8 13 3 8 18 8 2 11 14 19 18 22 0 8 13 0 6 20 4 0 1 20 19 2 0 8 13 4 15 14 17 4 13 0 19 14 4 18 19 4 18 19 17 4 4 
2.66/2.77	d NODES 200
2.66/2.77	d CHECKS 203731
2.66/2.77	   
2.66/2.77	   totalWckTime=2.593  totalCpuTime=1.99

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-1068000-1215152071/watcher-1068000-1215152071 -o /tmp/evaluation-result-1068000-1215152071/solver-1068000-1215152071 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1068000-1215152071.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.91 1.94 1.90 4/72 17462
/proc/meminfo: memFree=1789712/2055920 swapFree=4179472/4192956
[pid=17462] ppid=17460 vsize=1616 CPUtime=0
/proc/17462/stat : 17462 (java) D 17460 17462 13529 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 1994182782 1654784 145 996147200 134512640 134550740 4294956144 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/17462/statm: 404 145 119 9 0 46 0

[startup+0.08054 s]
/proc/loadavg: 1.91 1.94 1.90 4/72 17462
/proc/meminfo: memFree=1789712/2055920 swapFree=4179472/4192956
[pid=17462] ppid=17460 vsize=865856 CPUtime=0.06
/proc/17462/stat : 17462 (java) S 17460 17462 13529 0 -1 0 3515 0 1 0 5 1 0 0 18 0 9 0 1994182782 886636544 3005 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17462/statm: 216464 3005 1625 9 0 211026 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 865856

[startup+0.102545 s]
/proc/loadavg: 1.91 1.94 1.90 4/72 17462
/proc/meminfo: memFree=1789712/2055920 swapFree=4179472/4192956
[pid=17462] ppid=17460 vsize=865884 CPUtime=0.09
/proc/17462/stat : 17462 (java) S 17460 17462 13529 0 -1 0 3715 0 1 0 7 2 0 0 18 0 9 0 1994182782 886665216 3185 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17462/statm: 216471 3187 1689 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.302584 s]
/proc/loadavg: 1.91 1.94 1.90 4/72 17462
/proc/meminfo: memFree=1789712/2055920 swapFree=4179472/4192956
[pid=17462] ppid=17460 vsize=866284 CPUtime=0.28
/proc/17462/stat : 17462 (java) S 17460 17462 13529 0 -1 0 5915 0 1 0 24 4 0 0 18 0 9 0 1994182782 887074816 5289 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17462/statm: 216571 5293 1956 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.702663 s]
/proc/loadavg: 1.91 1.94 1.90 4/72 17462
/proc/meminfo: memFree=1789712/2055920 swapFree=4179472/4192956
[pid=17462] ppid=17460 vsize=867676 CPUtime=0.68
/proc/17462/stat : 17462 (java) S 17460 17462 13529 0 -1 0 9868 0 1 0 61 7 0 0 18 0 9 0 1994182782 888500224 9228 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17462/statm: 216919 9228 2012 9 0 211425 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867676

[startup+1.51091 s]
/proc/loadavg: 1.91 1.94 1.90 3/81 17471
/proc/meminfo: memFree=1744328/2055920 swapFree=4179472/4192956
[pid=17462] ppid=17460 vsize=868000 CPUtime=1.47
/proc/17462/stat : 17462 (java) S 17460 17462 13529 0 -1 0 29896 360 1 0 124 19 4 0 18 0 10 0 1994182782 888832000 20310 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17462/statm: 217000 20310 2635 9 0 211506 0
[pid=17462/tid=17464] ppid=17460 vsize=868000 CPUtime=1.08
/proc/17462/task/17464/stat : 17464 (java) R 17460 17462 13529 0 -1 64 16809 360 1 0 91 13 4 0 16 0 10 0 1994182783 888832000 20310 996147200 134512640 134550740 4294955984 18446744073709551615 102109822 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17465] ppid=17460 vsize=868000 CPUtime=0.15
/proc/17462/task/17465/stat : 17465 (java) S 17460 17462 13529 0 -1 64 11429 360 0 0 9 2 4 0 16 0 10 0 1994182784 888832000 20310 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17466] ppid=17460 vsize=868000 CPUtime=0.04
/proc/17462/task/17466/stat : 17466 (java) S 17460 17462 13529 0 -1 64 21 360 0 0 0 0 4 0 15 0 10 0 1994182785 888832000 20310 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17467] ppid=17460 vsize=868000 CPUtime=0.04
/proc/17462/task/17467/stat : 17467 (java) S 17460 17462 13529 0 -1 64 19 360 0 0 0 0 4 0 15 0 10 0 1994182785 888832000 20310 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17468] ppid=17460 vsize=868000 CPUtime=0.04
/proc/17462/task/17468/stat : 17468 (java) S 17460 17462 13529 0 -1 64 1 360 0 0 0 0 4 0 23 0 10 0 1994182787 888832000 20310 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17462/tid=17469] ppid=17460 vsize=868000 CPUtime=0.26
/proc/17462/task/17469/stat : 17469 (java) R 17460 17462 13529 0 -1 64 808 360 0 0 22 0 4 0 16 0 10 0 1994182787 888832000 20310 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17470] ppid=17460 vsize=868000 CPUtime=0.04
/proc/17462/task/17470/stat : 17470 (java) S 17460 17462 13529 0 -1 64 1 360 0 0 0 0 4 0 24 0 10 0 1994182787 888832000 20310 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17462/tid=17471] ppid=17460 vsize=868000 CPUtime=0.04
/proc/17462/task/17471/stat : 17471 (java) S 17460 17462 13529 0 -1 64 13 360 0 0 0 0 4 0 15 0 10 0 1994182787 888832000 20310 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 868000

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

[startup+2.30098 s]
/proc/loadavg: 1.91 1.94 1.90 3/81 17475
/proc/meminfo: memFree=1717768/2055920 swapFree=4179472/4192956
[pid=17462] ppid=17460 vsize=868120 CPUtime=2.26
/proc/17462/stat : 17462 (java) S 17460 17462 13529 0 -1 0 44103 485 1 0 198 23 4 1 18 0 9 0 1994182782 888954880 23186 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17462/statm: 217030 23186 2637 9 0 211536 0
[pid=17462/tid=17464] ppid=17460 vsize=868120 CPUtime=1.76
/proc/17462/task/17464/stat : 17464 (java) R 17460 17462 13529 0 -1 64 28334 485 1 0 154 17 4 1 21 0 9 0 1994182783 888954880 23186 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17465] ppid=17460 vsize=868120 CPUtime=0.2
/proc/17462/task/17465/stat : 17465 (java) R 17460 17462 13529 0 -1 64 14008 485 0 0 12 3 4 1 16 0 9 0 1994182784 888954880 23186 996147200 134512640 134550740 4294955984 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17466] ppid=17460 vsize=868120 CPUtime=0.05
/proc/17462/task/17466/stat : 17466 (java) S 17460 17462 13529 0 -1 64 21 485 0 0 0 0 4 1 15 0 9 0 1994182785 888954880 23186 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17467] ppid=17460 vsize=868120 CPUtime=0.05
/proc/17462/task/17467/stat : 17467 (java) S 17460 17462 13529 0 -1 64 19 485 0 0 0 0 4 1 15 0 9 0 1994182785 888954880 23186 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17468] ppid=17460 vsize=868120 CPUtime=0.05
/proc/17462/task/17468/stat : 17468 (java) S 17460 17462 13529 0 -1 64 1 485 0 0 0 0 4 1 23 0 9 0 1994182787 888954880 23186 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17462/tid=17469] ppid=17460 vsize=868120 CPUtime=0.36
/proc/17462/task/17469/stat : 17469 (java) S 17460 17462 13529 0 -1 64 908 485 0 0 31 0 4 1 16 0 9 0 1994182787 888954880 23186 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17470] ppid=17460 vsize=868120 CPUtime=0.05
/proc/17462/task/17470/stat : 17470 (java) S 17460 17462 13529 0 -1 64 1 485 0 0 0 0 4 1 24 0 9 0 1994182787 888954880 23186 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17462/tid=17471] ppid=17460 vsize=868120 CPUtime=0.05
/proc/17462/task/17471/stat : 17471 (java) S 17460 17462 13529 0 -1 64 13 485 0 0 0 0 4 1 15 0 9 0 1994182787 888954880 23186 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 868120

[startup+2.70106 s]
/proc/loadavg: 1.91 1.94 1.90 3/81 17475
/proc/meminfo: memFree=1717768/2055920 swapFree=4179472/4192956
[pid=17462] ppid=17460 vsize=868032 CPUtime=2.66
/proc/17462/stat : 17462 (java) S 17460 17462 13529 0 -1 0 45710 485 1 0 237 24 4 1 18 0 9 0 1994182782 888864768 24769 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17462/statm: 217008 24769 2615 9 0 211536 0
[pid=17462/tid=17464] ppid=17460 vsize=868032 CPUtime=2.1
/proc/17462/task/17464/stat : 17464 (java) R 17460 17462 13529 0 -1 64 28334 485 1 0 188 17 4 1 24 0 9 0 1994182783 888864768 24769 996147200 134512640 134550740 4294955984 18446744073709551615 4127188827 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17465] ppid=17460 vsize=868032 CPUtime=0.24
/proc/17462/task/17465/stat : 17465 (java) S 17460 17462 13529 0 -1 64 15605 485 0 0 15 4 4 1 16 0 9 0 1994182784 888864768 24769 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17466] ppid=17460 vsize=868032 CPUtime=0.05
/proc/17462/task/17466/stat : 17466 (java) S 17460 17462 13529 0 -1 64 21 485 0 0 0 0 4 1 16 0 9 0 1994182785 888864768 24769 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17467] ppid=17460 vsize=868032 CPUtime=0.05
/proc/17462/task/17467/stat : 17467 (java) S 17460 17462 13529 0 -1 64 19 485 0 0 0 0 4 1 15 0 9 0 1994182785 888864768 24769 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17468] ppid=17460 vsize=868032 CPUtime=0.05
/proc/17462/task/17468/stat : 17468 (java) S 17460 17462 13529 0 -1 64 1 485 0 0 0 0 4 1 23 0 9 0 1994182787 888864768 24769 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17462/tid=17469] ppid=17460 vsize=868032 CPUtime=0.38
/proc/17462/task/17469/stat : 17469 (java) S 17460 17462 13529 0 -1 64 918 485 0 0 33 0 4 1 15 0 9 0 1994182787 888864768 24769 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17470] ppid=17460 vsize=868032 CPUtime=0.05
/proc/17462/task/17470/stat : 17470 (java) S 17460 17462 13529 0 -1 64 1 485 0 0 0 0 4 1 24 0 9 0 1994182787 888864768 24769 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17462/tid=17471] ppid=17460 vsize=868032 CPUtime=0.05
/proc/17462/task/17471/stat : 17471 (java) S 17460 17462 13529 0 -1 64 13 485 0 0 0 0 4 1 15 0 9 0 1994182787 888864768 24769 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.66
Current children cumulated vsize (KiB) 868032

[startup+2.80107 s]
/proc/loadavg: 1.91 1.94 1.90 3/81 17475
/proc/meminfo: memFree=1717768/2055920 swapFree=4179472/4192956
[pid=17462] ppid=17460 vsize=868032 CPUtime=2.74
/proc/17462/stat : 17462 (java) S 17460 17462 13529 0 -1 0 45720 485 1 0 245 24 4 1 18 0 9 0 1994182782 888864768 24776 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17462/statm: 217008 24776 2615 9 0 211536 0
[pid=17462/tid=17464] ppid=17460 vsize=868032 CPUtime=2.18
/proc/17462/task/17464/stat : 17464 (java) S 17460 17462 13529 0 -1 64 28344 485 1 0 196 17 4 1 25 0 9 0 1994182783 888864768 24776 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17465] ppid=17460 vsize=868032 CPUtime=0.24
/proc/17462/task/17465/stat : 17465 (java) S 17460 17462 13529 0 -1 64 15605 485 0 0 15 4 4 1 16 0 9 0 1994182784 888864768 24776 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17466] ppid=17460 vsize=868032 CPUtime=0.05
/proc/17462/task/17466/stat : 17466 (java) S 17460 17462 13529 0 -1 64 21 485 0 0 0 0 4 1 16 0 9 0 1994182785 888864768 24776 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17467] ppid=17460 vsize=868032 CPUtime=0.05
/proc/17462/task/17467/stat : 17467 (java) S 17460 17462 13529 0 -1 64 19 485 0 0 0 0 4 1 15 0 9 0 1994182785 888864768 24776 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17468] ppid=17460 vsize=868032 CPUtime=0.05
/proc/17462/task/17468/stat : 17468 (java) S 17460 17462 13529 0 -1 64 1 485 0 0 0 0 4 1 23 0 9 0 1994182787 888864768 24776 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17462/tid=17469] ppid=17460 vsize=868032 CPUtime=0.38
/proc/17462/task/17469/stat : 17469 (java) S 17460 17462 13529 0 -1 64 918 485 0 0 33 0 4 1 15 0 9 0 1994182787 888864768 24776 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17470] ppid=17460 vsize=868032 CPUtime=0.05
/proc/17462/task/17470/stat : 17470 (java) S 17460 17462 13529 0 -1 64 1 485 0 0 0 0 4 1 24 0 9 0 1994182787 888864768 24776 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17462/tid=17471] ppid=17460 vsize=868032 CPUtime=0.05
/proc/17462/task/17471/stat : 17471 (java) S 17460 17462 13529 0 -1 64 13 485 0 0 0 0 4 1 15 0 9 0 1994182787 888864768 24776 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 868032

Child status: 0
Real time (s): 2.82955
CPU time (s): 2.78158
CPU user time (s): 2.50562
CPU system time (s): 0.275958
CPU usage (%): 98.3045
Max. virtual memory (cumulated for all children) (KiB): 868120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.50562
system time used= 0.275958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46233
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= 1529
involuntary context switches= 1512

runsolver used 0.010998 second user time and 0.014997 second system time

The end

Launcher Data (download as text)

Begin job on node1 at 2008-07-04 08:14:32
IDJOB=1068000
IDBENCH=55465
IDSOLVER=364
FILE ID=node1/1068000-1215152071
PBS_JOBID= 7877341
Free space on /tmp= 66556 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/lexHerald/normalized-crossword-m1-lex-15-03.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1068000-1215152071/watcher-1068000-1215152071 -o /tmp/evaluation-result-1068000-1215152071/solver-1068000-1215152071 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1068000-1215152071.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 575ffad3d2c09aae350b50b610fe8377
RANDOM SEED=2035074719

node1.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.265
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.265
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:       1790128 kB
Buffers:         48936 kB
Cached:         144524 kB
SwapCached:       7548 kB
Active:         132980 kB
Inactive:        80268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1790128 kB
SwapTotal:     4192956 kB
SwapFree:      4179472 kB
Dirty:            2496 kB
Writeback:           0 kB
Mapped:          27356 kB
Slab:            37956 kB
Committed_AS:  3119064 kB
PageTables:       1796 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 node1 at 2008-07-04 08:14:34