Trace number 2096633

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 6.03108 6.12861

DiagnosticValue
CHECKS368907
NODES382

General information on the benchmark

Namecsp/ogdHerald/
normalized-crossword-m1-ogd-21-06.xml
MD5SUM22088e8bf081157e9815da3e28728514
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.56576
Satisfiable
(Un)Satisfiability was proved
Number of variables373
Number of constraints2643
Maximum constraint arity22
Maximum domain size26
Number of constraints which are defined in extension146
Number of constraints which are defined in intension2497
Global constraints used (with number of constraints)

Solver Data

0.01/0.09	
0.01/0.09	Abscon 112 (May, 2008)
0.18/0.26	
0.18/0.26	   configuration
0.18/0.26	     name=mac.xml
0.18/0.30	   
0.18/0.30	   instance
0.18/0.30	     name=HOME/instance-2096633-1247410415.xml
0.29/0.33	   
0.29/0.33	   domains being loaded...
0.29/0.34	   
0.29/0.34	   variables being loaded...
0.38/0.43	     nbVariables=373  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=9698
0.38/0.43	       =>  wckTime=0.17  cpuTime=0.13  mem=8M867
0.38/0.43	   
0.38/0.43	   relations being loaded...
0.98/1.03	   
0.98/1.03	   predicates being loaded...
0.98/1.09	   
0.98/1.09	   constraints being loaded...
1.58/1.66	   Too large in ConstraintConflictsSTructure
1.68/1.76	   Too large in ConstraintConflictsSTructure
1.68/1.79	   Too large in ConstraintConflictsSTructure
3.16/3.30	     nbConstraints=2643  nbRelationTypes=7  nbGlobalConstraints=146  nbExtensionStructures=7
3.16/3.30	     nbSharedExtensionStructures=139  nbConflictsStructures=4  nbSharedConflictsStructures=118
3.16/3.30	     nbUnbuiltConflictsStructures=10  nbSharedBinaryRepresentations=0  nbEvaluationManagers=7
3.16/3.30	     nbSharedEvaluationManagers=2490  minDegree=14  maxDegree=106  minArity=3  avgArity=9.15  maxArity=22
3.16/3.30	     nbGenerators=0  nbFusions=0  symmetryWckTime=0.451  symmetryCpuTime=0.21
3.16/3.30	       =>  wckTime=3.038  cpuTime=2.38  mem=53M730
3.34/3.45	   
3.34/3.45	   solver IterativeSystematicSolver being built... 
3.74/3.83	   
3.74/3.83	   INFO : Forward propagation technique limited 
3.84/3.99	       =>  wckTime=3.728  cpuTime=2.72  mem=90M121
4.34/4.43	   
4.34/4.43	   preprocessing
4.34/4.43	     nbConstraintChecks=0  nbValidityChecks=3338519  nbPropagations=400  nbRevisions=0  nbUselessRevisions=0
4.34/4.43	     nbRemovedValues=157  detectedInconsistency=no
4.34/4.43	       =>  wckTime=0.439  cpuTime=0.41  mem=92M73
5.92/6.06	   
5.92/6.06	   search
5.92/6.06	     run=0  nbConstraintChecks=368907  nbValidityChecks=11350244  minDepth=50  maxDepth=373  nbPropagations=3076
5.92/6.06	     nbRevisions=79204  nbUselessRevisions=79195  nbAssignments=382  nbFailedAssignments=8  nbBacktracks=1
5.92/6.06	     nbVisitedNodes=392  nbRestartNogoods=0  nbFoundSolutions=1  mapSize=1  nbInferences=0  nbTooLargeKeys=0
5.92/6.06	     nbSEliminables=0  nbREliminables=72.37  nbIEliminables=191.65  nbDEliminables=0  nbPEliminables=0
5.92/6.06	       =>  wckTime=2.062  cpuTime=1.97  mem=93M81
5.92/6.06	   
5.92/6.06	   global
5.92/6.06	     nbConstraintChecks=368907  nbValidityChecks=14688763  nbPropagations=3476  nbRevisions=79204
5.92/6.06	     nbUselessRevisions=79195  nbRestartNogoods=0  solvingWckTime=2.064  solvingCpuTime=1.97  expiredTime=no
5.92/6.06	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=4.67  globalCpuTime=4.73
5.92/6.06	       =>  wckTime=5.797  cpuTime=4.69  mem=93M81
5.92/6.06	   
5.92/6.06	s SATISFIABLE
5.92/6.06	v 1 14 14 12 18 0 11 4 18 2 14 17 19 4 3 17 14 12 0 20 1 4 2 14 0 19 8 17 20 0 8 18 0 4 17 4 17 8 4 18 0 17 17 4 13 18 14 8 18 4 18 17 0 1 18 3 4 11 18 0 17 19 4 19 0 19 4 13 4 17 6 8 4 18 0 13 4 4 2 4 17 0 19 18 4 8 13 3 14 8 6 19 18 2 0 17 14 11 0 13 13 0 8 21 4 18 0 4 17 4 4 5 14 17 13 4 15 4 18 18 4 17 17 4 19 8 17 18 6 0 12 8 13 18 4 17 4 18 13 0 6 8 4 11 4 18 4 17 19 0 14 18 2 4 11 0 18 8 14 13 4 18 6 14 20 17 3 4 21 0 17 20 18 2 20 17 4 19 4 20 13 8 4 18 1 0 17 8 11 2 7 14 20 5 2 0 11 19 4 17 15 8 4 19 4 2 17 4 13 4 0 20 23 0 12 8 18 0 13 0 18 18 11 0 11 14 12 18 20 18 4 1 0 4 18 18 20 17 4 19 18 20 0 8 18 19 18 0 17 4 19 17 4 18 18 0 23 4 18 17 24 4 1 0 18 8 4 19 8 18 18 4 17 18 20 17 0 19 4 18 2 0 17 4 19 18 18 0 8 18 4 17 17 0 18 2 0 8 3 15 0 11 8 20 17 4 18 14 8 11 1 17 8 18 0 13 19 18 8 12 0 14 8 17 14 13 8 18 4 17 0 8 18 18 0 17 8 19 0 8 13 4 19 8 4 17 4 0 13 4 18 18 14 8 4 0 18 4 18 25 4 17 14 18 18 2 8 4 4 4 18 18 4 
5.92/6.06	d NODES 382
5.92/6.06	d CHECKS 368907
5.92/6.06	   
5.92/6.06	   totalWckTime=5.869  totalCpuTime=4.73

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-2096633-1247410415/watcher-2096633-1247410415 -o /tmp/evaluation-result-2096633-1247410415/solver-2096633-1247410415 -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-2096633-1247410415.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.01 1.99 1.98 4/80 30836
/proc/meminfo: memFree=1789456/2055920 swapFree=4192812/4192956
[pid=30836] ppid=30834 vsize=18576 CPUtime=0
/proc/30836/stat : 30836 (runsolver) R 30834 30836 28089 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 28104560 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 271894244647 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/30836/statm: 4644 284 249 26 0 2626 0

[startup+0.0280829 s]
/proc/loadavg: 2.01 1.99 1.98 4/80 30836
/proc/meminfo: memFree=1789456/2055920 swapFree=4192812/4192956
[pid=30836] ppid=30834 vsize=861288 CPUtime=0.01
/proc/30836/stat : 30836 (java) S 30834 30836 28089 0 -1 0 1717 0 1 0 0 1 0 0 18 0 3 0 28104560 881958912 1414 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/30836/statm: 215322 1414 568 9 0 210237 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 861288

[startup+0.101847 s]
/proc/loadavg: 2.01 1.99 1.98 4/80 30836
/proc/meminfo: memFree=1789456/2055920 swapFree=4192812/4192956
[pid=30836] ppid=30834 vsize=865984 CPUtime=0.09
/proc/30836/stat : 30836 (java) S 30834 30836 28089 0 -1 0 3732 0 1 0 7 2 0 0 18 0 9 0 28104560 886767616 3200 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30836/statm: 216496 3200 1695 9 0 210981 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865984

[startup+0.301865 s]
/proc/loadavg: 2.01 1.99 1.98 4/80 30836
/proc/meminfo: memFree=1789456/2055920 swapFree=4192812/4192956
[pid=30836] ppid=30834 vsize=866380 CPUtime=0.29
/proc/30836/stat : 30836 (java) S 30834 30836 28089 0 -1 0 5848 0 1 0 26 3 0 0 18 0 9 0 28104560 887173120 5214 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30836/statm: 216595 5214 1981 9 0 211053 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866380

[startup+0.701908 s]
/proc/loadavg: 2.01 1.99 1.98 4/80 30836
/proc/meminfo: memFree=1789456/2055920 swapFree=4192812/4192956
[pid=30836] ppid=30834 vsize=866616 CPUtime=0.68
/proc/30836/stat : 30836 (java) S 30834 30836 28089 0 -1 0 15871 0 1 0 62 6 0 0 18 0 9 0 28104560 887414784 15233 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30836/statm: 216654 15233 1999 9 0 211112 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 866616

[startup+1.50299 s]
/proc/loadavg: 2.01 1.99 1.98 3/89 30845
/proc/meminfo: memFree=1721352/2055920 swapFree=4192812/4192956
[pid=30836] ppid=30834 vsize=867792 CPUtime=1.48
/proc/30836/stat : 30836 (java) S 30834 30836 28089 0 -1 0 21119 0 1 0 140 8 0 0 18 0 9 0 28104560 888619008 20469 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30836/statm: 216948 20469 2050 9 0 211384 0
[pid=30836/tid=30838] ppid=30834 vsize=867792 CPUtime=1.23
/proc/30836/task/30838/stat : 30838 (java) R 30834 30836 28089 0 -1 64 15804 0 1 0 117 6 0 0 25 0 9 0 28104562 888619008 20469 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30836/tid=30839] ppid=30834 vsize=867792 CPUtime=0.04
/proc/30836/task/30839/stat : 30839 (java) R 30834 30836 28089 0 -1 64 3942 0 0 0 4 0 0 0 16 0 9 0 28104563 888619008 20469 996147200 134512640 134550932 4294955968 18446744073709551615 102547330 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30836/tid=30840] ppid=30834 vsize=867792 CPUtime=0
/proc/30836/task/30840/stat : 30840 (java) S 30834 30836 28089 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28104563 888619008 20469 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30836/tid=30841] ppid=30834 vsize=867792 CPUtime=0
/proc/30836/task/30841/stat : 30841 (java) S 30834 30836 28089 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 28104563 888619008 20469 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30836/tid=30842] ppid=30834 vsize=867792 CPUtime=0
/proc/30836/task/30842/stat : 30842 (java) S 30834 30836 28089 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28104565 888619008 20469 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30836/tid=30843] ppid=30834 vsize=867792 CPUtime=0.17
/proc/30836/task/30843/stat : 30843 (java) S 30834 30836 28089 0 -1 64 672 0 0 0 17 0 0 0 16 0 9 0 28104565 888619008 20469 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30836/tid=30844] ppid=30834 vsize=867792 CPUtime=0
/proc/30836/task/30844/stat : 30844 (java) S 30834 30836 28089 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28104565 888619008 20469 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30836/tid=30845] ppid=30834 vsize=867792 CPUtime=0
/proc/30836/task/30845/stat : 30845 (java) S 30834 30836 28089 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28104565 888619008 20469 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867792

[startup+3.10214 s]
/proc/loadavg: 2.01 1.99 1.98 4/89 30845
/proc/meminfo: memFree=1707336/2055920 swapFree=4192812/4192956
[pid=30836] ppid=30834 vsize=868028 CPUtime=3.02
/proc/30836/stat : 30836 (java) S 30834 30836 28089 0 -1 0 30361 0 1 0 277 25 0 0 18 0 10 0 28104560 888860672 29664 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30836/statm: 217007 29664 2036 9 0 211465 0
[pid=30836/tid=30838] ppid=30834 vsize=868028 CPUtime=2.5
/proc/30836/task/30838/stat : 30838 (java) S 30834 30836 28089 0 -1 64 15862 0 1 0 232 18 0 0 25 0 10 0 28104562 888860672 29664 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30836/tid=30839] ppid=30834 vsize=868028 CPUtime=0.22
/proc/30836/task/30839/stat : 30839 (java) S 30834 30836 28089 0 -1 64 13038 0 0 0 18 4 0 0 16 0 10 0 28104563 888860672 29664 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30836/tid=30840] ppid=30834 vsize=868028 CPUtime=0
/proc/30836/task/30840/stat : 30840 (java) S 30834 30836 28089 0 -1 64 16 0 0 0 0 0 0 0 16 0 10 0 28104563 888860672 29664 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30836/tid=30841] ppid=30834 vsize=868028 CPUtime=0
/proc/30836/task/30841/stat : 30841 (java) S 30834 30836 28089 0 -1 64 5 0 0 0 0 0 0 0 15 0 10 0 28104563 888860672 29664 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30836/tid=30842] ppid=30834 vsize=868028 CPUtime=0
/proc/30836/task/30842/stat : 30842 (java) S 30834 30836 28089 0 -1 64 2 0 0 0 0 0 0 0 18 0 10 0 28104565 888860672 29664 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30836/tid=30843] ppid=30834 vsize=868028 CPUtime=0.26
/proc/30836/task/30843/stat : 30843 (java) S 30834 30836 28089 0 -1 64 742 0 0 0 26 0 0 0 15 0 10 0 28104565 888860672 29664 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30836/tid=30844] ppid=30834 vsize=868028 CPUtime=0
/proc/30836/task/30844/stat : 30844 (java) S 30834 30836 28089 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 28104565 888860672 29664 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30836/tid=30845] ppid=30834 vsize=868028 CPUtime=0
/proc/30836/task/30845/stat : 30845 (java) S 30834 30836 28089 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 28104565 888860672 29664 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 868028

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

[startup+4.7013 s]
/proc/loadavg: 2.01 1.99 1.98 3/89 30849
/proc/meminfo: memFree=1641472/2055920 swapFree=4192812/4192956
[pid=30836] ppid=30834 vsize=868112 CPUtime=4.63
/proc/30836/stat : 30836 (java) S 30834 30836 28089 0 -1 0 64772 709 1 0 413 35 14 1 18 0 9 0 28104560 888946688 39437 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30836/statm: 217028 39437 2639 9 0 211486 0
[pid=30836/tid=30838] ppid=30834 vsize=868112 CPUtime=3.7
/proc/30836/task/30838/stat : 30838 (java) R 30834 30836 28089 0 -1 64 30012 709 1 0 332 23 14 1 25 0 9 0 28104562 888946688 39437 996147200 134512640 134550932 4294955968 18446744073709551615 4127290746 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30836/tid=30839] ppid=30834 vsize=868112 CPUtime=0.67
/proc/30836/task/30839/stat : 30839 (java) S 30834 30836 28089 0 -1 64 32926 709 0 0 44 8 14 1 16 0 9 0 28104563 888946688 39437 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30836/tid=30840] ppid=30834 vsize=868112 CPUtime=0.15
/proc/30836/task/30840/stat : 30840 (java) S 30834 30836 28089 0 -1 64 21 709 0 0 0 0 14 1 16 0 9 0 28104563 888946688 39437 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30836/tid=30841] ppid=30834 vsize=868112 CPUtime=0.15
/proc/30836/task/30841/stat : 30841 (java) S 30834 30836 28089 0 -1 64 10 709 0 0 0 0 14 1 15 0 9 0 28104563 888946688 39437 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30836/tid=30842] ppid=30834 vsize=868112 CPUtime=0.15
/proc/30836/task/30842/stat : 30842 (java) S 30834 30836 28089 0 -1 64 2 709 0 0 0 0 14 1 18 0 9 0 28104565 888946688 39437 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30836/tid=30843] ppid=30834 vsize=868112 CPUtime=0.52
/proc/30836/task/30843/stat : 30843 (java) S 30834 30836 28089 0 -1 64 985 709 0 0 36 1 14 1 15 0 9 0 28104565 888946688 39437 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30836/tid=30844] ppid=30834 vsize=868112 CPUtime=0.15
/proc/30836/task/30844/stat : 30844 (java) S 30834 30836 28089 0 -1 64 0 709 0 0 0 0 14 1 19 0 9 0 28104565 888946688 39437 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30836/tid=30845] ppid=30834 vsize=868112 CPUtime=0.15
/proc/30836/task/30845/stat : 30845 (java) S 30834 30836 28089 0 -1 64 11 709 0 0 0 0 14 1 15 0 9 0 28104565 888946688 39437 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) 868112

[startup+5.50638 s]
/proc/loadavg: 2.01 1.99 1.98 3/89 30849
/proc/meminfo: memFree=1641280/2055920 swapFree=4192812/4192956
[pid=30836] ppid=30834 vsize=868112 CPUtime=5.42
/proc/30836/stat : 30836 (java) S 30834 30836 28089 0 -1 0 64963 709 1 0 492 35 14 1 18 0 9 0 28104560 888946688 39446 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30836/statm: 217028 39446 2639 9 0 211486 0
[pid=30836/tid=30838] ppid=30834 vsize=868112 CPUtime=4.48
/proc/30836/task/30838/stat : 30838 (java) R 30834 30836 28089 0 -1 64 30173 709 1 0 410 23 14 1 25 0 9 0 28104562 888946688 39446 996147200 134512640 134550932 4294955968 18446744073709551615 4127344279 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30836/tid=30839] ppid=30834 vsize=868112 CPUtime=0.67
/proc/30836/task/30839/stat : 30839 (java) S 30834 30836 28089 0 -1 64 32926 709 0 0 44 8 14 1 17 0 9 0 28104563 888946688 39446 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30836/tid=30840] ppid=30834 vsize=868112 CPUtime=0.15
/proc/30836/task/30840/stat : 30840 (java) S 30834 30836 28089 0 -1 64 21 709 0 0 0 0 14 1 16 0 9 0 28104563 888946688 39446 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30836/tid=30841] ppid=30834 vsize=868112 CPUtime=0.15
/proc/30836/task/30841/stat : 30841 (java) S 30834 30836 28089 0 -1 64 10 709 0 0 0 0 14 1 15 0 9 0 28104563 888946688 39446 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30836/tid=30842] ppid=30834 vsize=868112 CPUtime=0.15
/proc/30836/task/30842/stat : 30842 (java) S 30834 30836 28089 0 -1 64 2 709 0 0 0 0 14 1 18 0 9 0 28104565 888946688 39446 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30836/tid=30843] ppid=30834 vsize=868112 CPUtime=0.54
/proc/30836/task/30843/stat : 30843 (java) S 30834 30836 28089 0 -1 64 992 709 0 0 38 1 14 1 15 0 9 0 28104565 888946688 39446 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30836/tid=30844] ppid=30834 vsize=868112 CPUtime=0.15
/proc/30836/task/30844/stat : 30844 (java) S 30834 30836 28089 0 -1 64 0 709 0 0 0 0 14 1 19 0 9 0 28104565 888946688 39446 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30836/tid=30845] ppid=30834 vsize=868112 CPUtime=0.15
/proc/30836/task/30845/stat : 30845 (java) S 30834 30836 28089 0 -1 64 34 709 0 0 0 0 14 1 15 0 9 0 28104565 888946688 39446 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.42
Current children cumulated vsize (KiB) 868112

[startup+5.90142 s]
/proc/loadavg: 2.01 1.99 1.98 3/89 30849
/proc/meminfo: memFree=1641280/2055920 swapFree=4192812/4192956
[pid=30836] ppid=30834 vsize=868112 CPUtime=5.82
/proc/30836/stat : 30836 (java) S 30834 30836 28089 0 -1 0 64974 709 1 0 532 35 14 1 18 0 9 0 28104560 888946688 39446 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30836/statm: 217028 39446 2639 9 0 211486 0
[pid=30836/tid=30838] ppid=30834 vsize=868112 CPUtime=4.88
/proc/30836/task/30838/stat : 30838 (java) R 30834 30836 28089 0 -1 64 30184 709 1 0 450 23 14 1 25 0 9 0 28104562 888946688 39446 996147200 134512640 134550932 4294955968 18446744073709551615 4127278752 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30836/tid=30839] ppid=30834 vsize=868112 CPUtime=0.67
/proc/30836/task/30839/stat : 30839 (java) S 30834 30836 28089 0 -1 64 32926 709 0 0 44 8 14 1 17 0 9 0 28104563 888946688 39446 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30836/tid=30840] ppid=30834 vsize=868112 CPUtime=0.15
/proc/30836/task/30840/stat : 30840 (java) S 30834 30836 28089 0 -1 64 21 709 0 0 0 0 14 1 16 0 9 0 28104563 888946688 39446 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30836/tid=30841] ppid=30834 vsize=868112 CPUtime=0.15
/proc/30836/task/30841/stat : 30841 (java) S 30834 30836 28089 0 -1 64 10 709 0 0 0 0 14 1 15 0 9 0 28104563 888946688 39446 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30836/tid=30842] ppid=30834 vsize=868112 CPUtime=0.15
/proc/30836/task/30842/stat : 30842 (java) S 30834 30836 28089 0 -1 64 2 709 0 0 0 0 14 1 18 0 9 0 28104565 888946688 39446 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30836/tid=30843] ppid=30834 vsize=868112 CPUtime=0.54
/proc/30836/task/30843/stat : 30843 (java) S 30834 30836 28089 0 -1 64 992 709 0 0 38 1 14 1 15 0 9 0 28104565 888946688 39446 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30836/tid=30844] ppid=30834 vsize=868112 CPUtime=0.15
/proc/30836/task/30844/stat : 30844 (java) S 30834 30836 28089 0 -1 64 0 709 0 0 0 0 14 1 19 0 9 0 28104565 888946688 39446 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30836/tid=30845] ppid=30834 vsize=868112 CPUtime=0.15
/proc/30836/task/30845/stat : 30845 (java) S 30834 30836 28089 0 -1 64 34 709 0 0 0 0 14 1 15 0 9 0 28104565 888946688 39446 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.82
Current children cumulated vsize (KiB) 868112

[startup+6.10143 s]
/proc/loadavg: 2.01 1.99 1.98 3/89 30849
/proc/meminfo: memFree=1641280/2055920 swapFree=4192812/4192956
[pid=30836] ppid=30834 vsize=868112 CPUtime=5.98
/proc/30836/stat : 30836 (java) S 30834 30836 28089 0 -1 0 64989 709 1 0 548 35 14 1 18 0 9 0 28104560 888946688 39451 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30836/statm: 217028 39451 2639 9 0 211486 0
[pid=30836/tid=30838] ppid=30834 vsize=868112 CPUtime=5.03
/proc/30836/task/30838/stat : 30838 (java) S 30834 30836 28089 0 -1 64 30196 709 1 0 465 23 14 1 25 0 9 0 28104562 888946688 39451 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30836/tid=30839] ppid=30834 vsize=868112 CPUtime=0.67
/proc/30836/task/30839/stat : 30839 (java) S 30834 30836 28089 0 -1 64 32926 709 0 0 44 8 14 1 17 0 9 0 28104563 888946688 39451 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30836/tid=30840] ppid=30834 vsize=868112 CPUtime=0.15
/proc/30836/task/30840/stat : 30840 (java) S 30834 30836 28089 0 -1 64 21 709 0 0 0 0 14 1 16 0 9 0 28104563 888946688 39451 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30836/tid=30841] ppid=30834 vsize=868112 CPUtime=0.15
/proc/30836/task/30841/stat : 30841 (java) S 30834 30836 28089 0 -1 64 10 709 0 0 0 0 14 1 15 0 9 0 28104563 888946688 39451 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30836/tid=30842] ppid=30834 vsize=868112 CPUtime=0.15
/proc/30836/task/30842/stat : 30842 (java) S 30834 30836 28089 0 -1 64 2 709 0 0 0 0 14 1 18 0 9 0 28104565 888946688 39451 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30836/tid=30843] ppid=30834 vsize=868112 CPUtime=0.54
/proc/30836/task/30843/stat : 30843 (java) S 30834 30836 28089 0 -1 64 995 709 0 0 38 1 14 1 15 0 9 0 28104565 888946688 39451 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30836/tid=30844] ppid=30834 vsize=868112 CPUtime=0.15
/proc/30836/task/30844/stat : 30844 (java) S 30834 30836 28089 0 -1 64 0 709 0 0 0 0 14 1 19 0 9 0 28104565 888946688 39451 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30836/tid=30845] ppid=30834 vsize=868112 CPUtime=0.15
/proc/30836/task/30845/stat : 30845 (java) S 30834 30836 28089 0 -1 64 34 709 0 0 0 0 14 1 15 0 9 0 28104565 888946688 39451 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 868112

Child status: 0
Real time (s): 6.12861
CPU time (s): 6.03108
CPU user time (s): 5.63314
CPU system time (s): 0.397939
CPU usage (%): 98.4086
Max. virtual memory (cumulated for all children) (KiB): 872148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.63314
system time used= 0.397939
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65727
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= 1884
involuntary context switches= 2173

runsolver used 0.013997 second user time and 0.022996 second system time

The end

Launcher Data

Begin job on node60 at 2009-07-12 16:53:35
IDJOB=2096633
IDBENCH=56526
IDSOLVER=773
FILE ID=node60/2096633-1247410415
PBS_JOBID= 9510526
Free space on /tmp= 66460 MiB

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

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

MD5SUM BENCH= 22088e8bf081157e9815da3e28728514
RANDOM SEED=1443829857

node60.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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1789936 kB
Buffers:         41260 kB
Cached:         126360 kB
SwapCached:          0 kB
Active:         143584 kB
Inactive:        72568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1789936 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7004 kB
Writeback:           0 kB
Mapped:          68932 kB
Slab:            35040 kB
Committed_AS:  1030236 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= 66456 MiB
End job on node60 at 2009-07-12 16:53:42