Trace number 2095360

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 ESACUNSAT 26.8819 27.1997

DiagnosticValue
CHECKS3604
NODES5760

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg9-10_ext.xml
MD5SUM96f652eb0d51fbb18476f976791c6064
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark25.6601
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints19
Maximum constraint arity10
Maximum domain size26
Number of constraints which are defined in extension19
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.04/0.10	
0.04/0.10	Abscon 112 (May, 2008)
0.18/0.27	
0.18/0.27	   configuration
0.18/0.27	     name=esac.xml
0.28/0.31	   
0.28/0.31	   instance
0.28/0.31	     name=HOME/instance-2095360-1247407334.xml
0.28/0.34	   
0.28/0.34	   domains being loaded...
0.28/0.35	   
0.28/0.35	   variables being loaded...
0.28/0.39	     nbVariables=90  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=2340
0.28/0.39	       =>  wckTime=0.123  cpuTime=0.1  mem=7M892
0.28/0.39	   
0.28/0.40	   relations being loaded...
0.37/0.46	   
0.37/0.46	   constraints being loaded...
0.47/0.51	   Too large in ConstraintConflictsSTructure
0.47/0.53	   Too large in ConstraintConflictsSTructure
0.47/0.59	     nbConstraints=19  nbRelationTypes=2  nbGlobalConstraints=19  nbExtensionStructures=2
0.47/0.59	     nbSharedExtensionStructures=17  nbUnbuiltConflictsStructures=2  nbSharedBinaryRepresentations=0  minDegree=2
0.47/0.59	     maxDegree=2  minArity=9  avgArity=9.47  maxArity=10  nbGenerators=0  nbFusions=0  symmetryWckTime=0.052
0.47/0.59	     symmetryCpuTime=0.03
0.47/0.59	       =>  wckTime=0.319  cpuTime=0.23  mem=18M805
0.56/0.65	   
0.56/0.65	   solver IterativeSystematicSolver being built... 
0.66/0.72	   
0.66/0.72	   INFO : Forward propagation technique limited 
0.76/0.80	       =>  wckTime=0.526  cpuTime=0.36  mem=21M783
1.25/1.31	   
1.25/1.32	   preprocessing
1.25/1.32	     nbConstraintChecks=0  nbValidityChecks=4455866  nbPropagations=3293  nbRevisions=0  nbUselessRevisions=0
1.25/1.32	     nbSingletonTests=107  nbEffectiveSingletonTests=0  nbACRemovals=117  nbFoundSingletons=0  nbRemovedValues=117
1.25/1.32	     detectedInconsistency=no
1.25/1.32	       =>  wckTime=0.512  cpuTime=0.47  mem=21M783
2.83/2.99	   
2.83/2.99	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=22M824)
26.81/27.14	   
26.81/27.14	   search
26.81/27.14	     run=12  nbConstraintChecks=3604  nbValidityChecks=241805388  minDepth=0  maxDepth=14  nbPropagations=965627
26.81/27.14	     nbRevisions=0  nbUselessRevisions=0  nbAssignments=5760  nbFailedAssignments=3059  nbBacktracks=2633
26.81/27.14	     nbVisitedNodes=10311  nbRestartNogoods=121  nbSEliminables=0  nbREliminables=8.24  nbIEliminables=61.79
26.81/27.14	     nbDEliminables=0  nbPEliminables=0
26.81/27.14	       =>  wckTime=26.337  cpuTime=25.98  mem=22M824
26.81/27.14	   
26.81/27.14	   global
26.81/27.14	     nbConstraintChecks=3604  nbValidityChecks=246261254  nbPropagations=968920  nbRestartNogoods=121
26.81/27.14	     solvingWckTime=26.341  solvingCpuTime=25.98  expiredTime=no  totalExploration=yes  nbFoundSolutions=0
26.81/27.14	     globalCpuTime=26.37
26.81/27.14	       =>  wckTime=26.871  cpuTime=26.34  mem=22M824
26.81/27.14	   
26.81/27.14	s UNSATISFIABLE
26.81/27.14	d NODES 5760
26.81/27.14	d CHECKS 3604
26.81/27.15	   
26.81/27.15	   totalWckTime=26.942  totalCpuTime=26.37

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2095360-1247407334/watcher-2095360-1247407334 -o /tmp/evaluation-result-2095360-1247407334/solver-2095360-1247407334 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2095360-1247407334.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: 1.85 1.95 1.93 4/80 31737
/proc/meminfo: memFree=1571320/2055920 swapFree=4192812/4192956
[pid=31737] ppid=31735 vsize=152 CPUtime=0
/proc/31737/stat : 31737 (java) R 31735 31737 29944 0 -1 0 205 0 0 0 0 0 0 0 18 0 1 0 27800987 155648 26 996147200 134512640 134550932 4294955968 18446744073709551615 10924331 0 0 4096 0 0 0 0 17 0 0 0
/proc/31737/statm: 38 26 19 9 0 4 0

[startup+0.0633849 s]
/proc/loadavg: 1.85 1.95 1.93 4/80 31737
/proc/meminfo: memFree=1571320/2055920 swapFree=4192812/4192956
[pid=31737] ppid=31735 vsize=863776 CPUtime=0.04
/proc/31737/stat : 31737 (java) S 31735 31737 29944 0 -1 0 2612 0 1 0 2 2 0 0 18 0 9 0 27800987 884506624 2177 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31737/statm: 215944 2177 1027 9 0 210859 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 863776

[startup+0.101386 s]
/proc/loadavg: 1.85 1.95 1.93 4/80 31737
/proc/meminfo: memFree=1571320/2055920 swapFree=4192812/4192956
[pid=31737] ppid=31735 vsize=865984 CPUtime=0.07
/proc/31737/stat : 31737 (java) S 31735 31737 29944 0 -1 0 3670 0 1 0 5 2 0 0 18 0 9 0 27800987 886767616 3153 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31737/statm: 216496 3153 1684 9 0 210981 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865984

[startup+0.30142 s]
/proc/loadavg: 1.85 1.95 1.93 4/80 31737
/proc/meminfo: memFree=1571320/2055920 swapFree=4192812/4192956
[pid=31737] ppid=31735 vsize=866300 CPUtime=0.28
/proc/31737/stat : 31737 (java) S 31735 31737 29944 0 -1 0 5670 0 1 0 23 5 0 0 18 0 9 0 27800987 887091200 5082 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31737/statm: 216575 5082 1910 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866300

[startup+0.701486 s]
/proc/loadavg: 1.85 1.95 1.93 4/80 31737
/proc/meminfo: memFree=1571320/2055920 swapFree=4192812/4192956
[pid=31737] ppid=31735 vsize=867352 CPUtime=0.66
/proc/31737/stat : 31737 (java) S 31735 31737 29944 0 -1 0 13724 271 1 0 57 9 0 0 18 0 9 0 27800987 888168448 9947 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31737/statm: 216838 9947 2652 9 0 211274 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 867352

[startup+1.50261 s]
/proc/loadavg: 1.86 1.95 1.93 3/89 31750
/proc/meminfo: memFree=1539504/2055920 swapFree=4192812/4192956
[pid=31737] ppid=31735 vsize=867352 CPUtime=1.45
/proc/31737/stat : 31737 (java) S 31735 31737 29944 0 -1 0 17140 271 1 0 135 10 0 0 18 0 9 0 27800987 888168448 10809 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31737/statm: 216838 10809 2656 9 0 211274 0
[pid=31737/tid=31739] ppid=31735 vsize=867352 CPUtime=1.19
/proc/31737/task/31739/stat : 31739 (java) R 31735 31737 29944 0 -1 64 12700 271 1 0 112 7 0 0 25 0 9 0 27800987 888168448 10809 996147200 134512640 134550932 4294955968 18446744073709551615 4126788912 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31737/tid=31740] ppid=31735 vsize=867352 CPUtime=0.04
/proc/31737/task/31740/stat : 31740 (java) S 31735 31737 29944 0 -1 64 3052 271 0 0 4 0 0 0 16 0 9 0 27800990 888168448 10809 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31737/tid=31741] ppid=31735 vsize=867352 CPUtime=0
/proc/31737/task/31741/stat : 31741 (java) S 31735 31737 29944 0 -1 64 16 271 0 0 0 0 0 0 16 0 9 0 27800990 888168448 10809 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31737/tid=31742] ppid=31735 vsize=867352 CPUtime=0
/proc/31737/task/31742/stat : 31742 (java) S 31735 31737 29944 0 -1 64 8 271 0 0 0 0 0 0 15 0 9 0 27800990 888168448 10809 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31737/tid=31743] ppid=31735 vsize=867352 CPUtime=0
/proc/31737/task/31743/stat : 31743 (java) S 31735 31737 29944 0 -1 64 2 271 0 0 0 0 0 0 18 0 9 0 27800992 888168448 10809 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31737/tid=31744] ppid=31735 vsize=867352 CPUtime=0.19
/proc/31737/task/31744/stat : 31744 (java) S 31735 31737 29944 0 -1 64 546 271 0 0 18 1 0 0 16 0 9 0 27800992 888168448 10809 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31737/tid=31745] ppid=31735 vsize=867352 CPUtime=0
/proc/31737/task/31745/stat : 31745 (java) S 31735 31737 29944 0 -1 64 1 271 0 0 0 0 0 0 19 0 9 0 27800992 888168448 10809 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31737/tid=31746] ppid=31735 vsize=867352 CPUtime=0
/proc/31737/task/31746/stat : 31746 (java) S 31735 31737 29944 0 -1 64 5 271 0 0 0 0 0 0 15 0 9 0 27800992 888168448 10809 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 867352

[startup+3.10187 s]
/proc/loadavg: 1.86 1.95 1.93 3/89 31750
/proc/meminfo: memFree=1538224/2055920 swapFree=4192812/4192956
[pid=31737] ppid=31735 vsize=867484 CPUtime=3.03
/proc/31737/stat : 31737 (java) S 31735 31737 29944 0 -1 0 17167 271 1 0 293 10 0 0 18 0 9 0 27800987 888303616 10834 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31737/statm: 216871 10834 2656 9 0 211307 0
[pid=31737/tid=31739] ppid=31735 vsize=867484 CPUtime=2.76
/proc/31737/task/31739/stat : 31739 (java) R 31735 31737 29944 0 -1 64 12717 271 1 0 269 7 0 0 25 0 9 0 27800987 888303616 10834 996147200 134512640 134550932 4294955968 18446744073709551615 4126788739 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31737/tid=31740] ppid=31735 vsize=867484 CPUtime=0.04
/proc/31737/task/31740/stat : 31740 (java) S 31735 31737 29944 0 -1 64 3052 271 0 0 4 0 0 0 17 0 9 0 27800990 888303616 10834 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31737/tid=31741] ppid=31735 vsize=867484 CPUtime=0
/proc/31737/task/31741/stat : 31741 (java) S 31735 31737 29944 0 -1 64 16 271 0 0 0 0 0 0 16 0 9 0 27800990 888303616 10834 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31737/tid=31742] ppid=31735 vsize=867484 CPUtime=0
/proc/31737/task/31742/stat : 31742 (java) S 31735 31737 29944 0 -1 64 8 271 0 0 0 0 0 0 15 0 9 0 27800990 888303616 10834 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31737/tid=31743] ppid=31735 vsize=867484 CPUtime=0
/proc/31737/task/31743/stat : 31743 (java) S 31735 31737 29944 0 -1 64 2 271 0 0 0 0 0 0 18 0 9 0 27800992 888303616 10834 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31737/tid=31744] ppid=31735 vsize=867484 CPUtime=0.21
/proc/31737/task/31744/stat : 31744 (java) S 31735 31737 29944 0 -1 64 556 271 0 0 20 1 0 0 15 0 9 0 27800992 888303616 10834 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31737/tid=31745] ppid=31735 vsize=867484 CPUtime=0
/proc/31737/task/31745/stat : 31745 (java) S 31735 31737 29944 0 -1 64 1 271 0 0 0 0 0 0 19 0 9 0 27800992 888303616 10834 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31737/tid=31746] ppid=31735 vsize=867484 CPUtime=0
/proc/31737/task/31746/stat : 31746 (java) S 31735 31737 29944 0 -1 64 5 271 0 0 0 0 0 0 15 0 9 0 27800992 888303616 10834 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 867484

[startup+6.30239 s]
/proc/loadavg: 1.87 1.95 1.93 3/89 31750
/proc/meminfo: memFree=1537968/2055920 swapFree=4192812/4192956
[pid=31737] ppid=31735 vsize=867484 CPUtime=6.21
/proc/31737/stat : 31737 (java) S 31735 31737 29944 0 -1 0 17178 271 1 0 610 11 0 0 18 0 9 0 27800987 888303616 10842 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31737/statm: 216871 10842 2656 9 0 211307 0
[pid=31737/tid=31739] ppid=31735 vsize=867484 CPUtime=5.92
/proc/31737/task/31739/stat : 31739 (java) R 31735 31737 29944 0 -1 64 12725 271 1 0 585 7 0 0 25 0 9 0 27800987 888303616 10842 996147200 134512640 134550932 4294955968 18446744073709551615 4126806398 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31737/tid=31740] ppid=31735 vsize=867484 CPUtime=0.04
/proc/31737/task/31740/stat : 31740 (java) S 31735 31737 29944 0 -1 64 3052 271 0 0 4 0 0 0 17 0 9 0 27800990 888303616 10842 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31737/tid=31741] ppid=31735 vsize=867484 CPUtime=0
/proc/31737/task/31741/stat : 31741 (java) S 31735 31737 29944 0 -1 64 16 271 0 0 0 0 0 0 16 0 9 0 27800990 888303616 10842 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31737/tid=31742] ppid=31735 vsize=867484 CPUtime=0
/proc/31737/task/31742/stat : 31742 (java) S 31735 31737 29944 0 -1 64 8 271 0 0 0 0 0 0 15 0 9 0 27800990 888303616 10842 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31737/tid=31743] ppid=31735 vsize=867484 CPUtime=0
/proc/31737/task/31743/stat : 31743 (java) S 31735 31737 29944 0 -1 64 2 271 0 0 0 0 0 0 18 0 9 0 27800992 888303616 10842 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31737/tid=31744] ppid=31735 vsize=867484 CPUtime=0.21
/proc/31737/task/31744/stat : 31744 (java) S 31735 31737 29944 0 -1 64 559 271 0 0 20 1 0 0 15 0 9 0 27800992 888303616 10842 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31737/tid=31745] ppid=31735 vsize=867484 CPUtime=0
/proc/31737/task/31745/stat : 31745 (java) S 31735 31737 29944 0 -1 64 1 271 0 0 0 0 0 0 19 0 9 0 27800992 888303616 10842 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31737/tid=31746] ppid=31735 vsize=867484 CPUtime=0
/proc/31737/task/31746/stat : 31746 (java) S 31735 31737 29944 0 -1 64 5 271 0 0 0 0 0 0 15 0 9 0 27800992 888303616 10842 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 867484

[startup+12.7014 s]
/proc/loadavg: 1.88 1.95 1.93 3/89 31750
/proc/meminfo: memFree=1537712/2055920 swapFree=4192812/4192956
[pid=31737] ppid=31735 vsize=867484 CPUtime=12.54
/proc/31737/stat : 31737 (java) S 31735 31737 29944 0 -1 0 17202 271 1 0 1243 11 0 0 18 0 9 0 27800987 888303616 10862 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31737/statm: 216871 10862 2656 9 0 211307 0
[pid=31737/tid=31739] ppid=31735 vsize=867484 CPUtime=12.24
/proc/31737/task/31739/stat : 31739 (java) R 31735 31737 29944 0 -1 64 12734 271 1 0 1216 8 0 0 25 0 9 0 27800987 888303616 10862 996147200 134512640 134550932 4294955968 18446744073709551615 4126788515 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31737/tid=31740] ppid=31735 vsize=867484 CPUtime=0.04
/proc/31737/task/31740/stat : 31740 (java) S 31735 31737 29944 0 -1 64 3052 271 0 0 4 0 0 0 16 0 9 0 27800990 888303616 10862 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31737/tid=31741] ppid=31735 vsize=867484 CPUtime=0
/proc/31737/task/31741/stat : 31741 (java) S 31735 31737 29944 0 -1 64 16 271 0 0 0 0 0 0 16 0 9 0 27800990 888303616 10862 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31737/tid=31742] ppid=31735 vsize=867484 CPUtime=0
/proc/31737/task/31742/stat : 31742 (java) S 31735 31737 29944 0 -1 64 8 271 0 0 0 0 0 0 15 0 9 0 27800990 888303616 10862 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31737/tid=31743] ppid=31735 vsize=867484 CPUtime=0
/proc/31737/task/31743/stat : 31743 (java) S 31735 31737 29944 0 -1 64 2 271 0 0 0 0 0 0 18 0 9 0 27800992 888303616 10862 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31737/tid=31744] ppid=31735 vsize=867484 CPUtime=0.24
/proc/31737/task/31744/stat : 31744 (java) S 31735 31737 29944 0 -1 64 574 271 0 0 23 1 0 0 15 0 9 0 27800992 888303616 10862 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31737/tid=31745] ppid=31735 vsize=867484 CPUtime=0
/proc/31737/task/31745/stat : 31745 (java) S 31735 31737 29944 0 -1 64 1 271 0 0 0 0 0 0 19 0 9 0 27800992 888303616 10862 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31737/tid=31746] ppid=31735 vsize=867484 CPUtime=0
/proc/31737/task/31746/stat : 31746 (java) S 31735 31737 29944 0 -1 64 5 271 0 0 0 0 0 0 15 0 9 0 27800992 888303616 10862 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 867484

[startup+25.5025 s]
/proc/loadavg: 1.90 1.96 1.93 3/89 31750
/proc/meminfo: memFree=1537648/2055920 swapFree=4192812/4192956
[pid=31737] ppid=31735 vsize=867484 CPUtime=25.22
/proc/31737/stat : 31737 (java) S 31735 31737 29944 0 -1 0 17229 271 1 0 2511 11 0 0 18 0 9 0 27800987 888303616 10886 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31737/statm: 216871 10886 2656 9 0 211307 0
[pid=31737/tid=31739] ppid=31735 vsize=867484 CPUtime=24.9
/proc/31737/task/31739/stat : 31739 (java) R 31735 31737 29944 0 -1 64 12755 271 1 0 2482 8 0 0 25 0 9 0 27800987 888303616 10886 996147200 134512640 134550932 4294955968 18446744073709551615 4126788462 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31737/tid=31740] ppid=31735 vsize=867484 CPUtime=0.04
/proc/31737/task/31740/stat : 31740 (java) S 31735 31737 29944 0 -1 64 3052 271 0 0 4 0 0 0 16 0 9 0 27800990 888303616 10886 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31737/tid=31741] ppid=31735 vsize=867484 CPUtime=0
/proc/31737/task/31741/stat : 31741 (java) S 31735 31737 29944 0 -1 64 16 271 0 0 0 0 0 0 16 0 9 0 27800990 888303616 10886 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31737/tid=31742] ppid=31735 vsize=867484 CPUtime=0
/proc/31737/task/31742/stat : 31742 (java) S 31735 31737 29944 0 -1 64 8 271 0 0 0 0 0 0 15 0 9 0 27800990 888303616 10886 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31737/tid=31743] ppid=31735 vsize=867484 CPUtime=0
/proc/31737/task/31743/stat : 31743 (java) S 31735 31737 29944 0 -1 64 2 271 0 0 0 0 0 0 18 0 9 0 27800992 888303616 10886 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31737/tid=31744] ppid=31735 vsize=867484 CPUtime=0.25
/proc/31737/task/31744/stat : 31744 (java) S 31735 31737 29944 0 -1 64 580 271 0 0 24 1 0 0 16 0 9 0 27800992 888303616 10886 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31737/tid=31745] ppid=31735 vsize=867484 CPUtime=0
/proc/31737/task/31745/stat : 31745 (java) S 31735 31737 29944 0 -1 64 1 271 0 0 0 0 0 0 19 0 9 0 27800992 888303616 10886 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31737/tid=31746] ppid=31735 vsize=867484 CPUtime=0
/proc/31737/task/31746/stat : 31746 (java) S 31735 31737 29944 0 -1 64 5 271 0 0 0 0 0 0 15 0 9 0 27800992 888303616 10886 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 867484

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

[startup+26.3026 s]
/proc/loadavg: 1.91 1.96 1.93 3/89 31750
/proc/meminfo: memFree=1537648/2055920 swapFree=4192812/4192956
[pid=31737] ppid=31735 vsize=867484 CPUtime=26.02
/proc/31737/stat : 31737 (java) S 31735 31737 29944 0 -1 0 17230 271 1 0 2591 11 0 0 18 0 9 0 27800987 888303616 10887 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31737/statm: 216871 10887 2656 9 0 211307 0
[pid=31737/tid=31739] ppid=31735 vsize=867484 CPUtime=25.7
/proc/31737/task/31739/stat : 31739 (java) R 31735 31737 29944 0 -1 64 12756 271 1 0 2562 8 0 0 25 0 9 0 27800987 888303616 10887 996147200 134512640 134550932 4294955968 18446744073709551615 4126788739 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31737/tid=31740] ppid=31735 vsize=867484 CPUtime=0.04
/proc/31737/task/31740/stat : 31740 (java) S 31735 31737 29944 0 -1 64 3052 271 0 0 4 0 0 0 16 0 9 0 27800990 888303616 10887 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31737/tid=31741] ppid=31735 vsize=867484 CPUtime=0
/proc/31737/task/31741/stat : 31741 (java) S 31735 31737 29944 0 -1 64 16 271 0 0 0 0 0 0 16 0 9 0 27800990 888303616 10887 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31737/tid=31742] ppid=31735 vsize=867484 CPUtime=0
/proc/31737/task/31742/stat : 31742 (java) S 31735 31737 29944 0 -1 64 8 271 0 0 0 0 0 0 15 0 9 0 27800990 888303616 10887 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31737/tid=31743] ppid=31735 vsize=867484 CPUtime=0
/proc/31737/task/31743/stat : 31743 (java) S 31735 31737 29944 0 -1 64 2 271 0 0 0 0 0 0 18 0 9 0 27800992 888303616 10887 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31737/tid=31744] ppid=31735 vsize=867484 CPUtime=0.25
/proc/31737/task/31744/stat : 31744 (java) S 31735 31737 29944 0 -1 64 580 271 0 0 24 1 0 0 16 0 9 0 27800992 888303616 10887 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31737/tid=31745] ppid=31735 vsize=867484 CPUtime=0
/proc/31737/task/31745/stat : 31745 (java) S 31735 31737 29944 0 -1 64 1 271 0 0 0 0 0 0 19 0 9 0 27800992 888303616 10887 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31737/tid=31746] ppid=31735 vsize=867484 CPUtime=0
/proc/31737/task/31746/stat : 31746 (java) R 31735 31737 29944 0 -1 64 5 271 0 0 0 0 0 0 15 0 9 0 27800992 888303616 10887 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 26.02
Current children cumulated vsize (KiB) 867484

[startup+26.7027 s]
/proc/loadavg: 1.91 1.96 1.93 3/89 31750
/proc/meminfo: memFree=1537648/2055920 swapFree=4192812/4192956
[pid=31737] ppid=31735 vsize=867484 CPUtime=26.41
/proc/31737/stat : 31737 (java) S 31735 31737 29944 0 -1 0 17230 271 1 0 2630 11 0 0 18 0 9 0 27800987 888303616 10887 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31737/statm: 216871 10887 2656 9 0 211307 0
[pid=31737/tid=31739] ppid=31735 vsize=867484 CPUtime=26.09
/proc/31737/task/31739/stat : 31739 (java) R 31735 31737 29944 0 -1 64 12756 271 1 0 2601 8 0 0 25 0 9 0 27800987 888303616 10887 996147200 134512640 134550932 4294955968 18446744073709551615 4126788498 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31737/tid=31740] ppid=31735 vsize=867484 CPUtime=0.04
/proc/31737/task/31740/stat : 31740 (java) S 31735 31737 29944 0 -1 64 3052 271 0 0 4 0 0 0 16 0 9 0 27800990 888303616 10887 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31737/tid=31741] ppid=31735 vsize=867484 CPUtime=0
/proc/31737/task/31741/stat : 31741 (java) S 31735 31737 29944 0 -1 64 16 271 0 0 0 0 0 0 16 0 9 0 27800990 888303616 10887 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31737/tid=31742] ppid=31735 vsize=867484 CPUtime=0
/proc/31737/task/31742/stat : 31742 (java) S 31735 31737 29944 0 -1 64 8 271 0 0 0 0 0 0 15 0 9 0 27800990 888303616 10887 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31737/tid=31743] ppid=31735 vsize=867484 CPUtime=0
/proc/31737/task/31743/stat : 31743 (java) S 31735 31737 29944 0 -1 64 2 271 0 0 0 0 0 0 18 0 9 0 27800992 888303616 10887 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31737/tid=31744] ppid=31735 vsize=867484 CPUtime=0.25
/proc/31737/task/31744/stat : 31744 (java) S 31735 31737 29944 0 -1 64 580 271 0 0 24 1 0 0 16 0 9 0 27800992 888303616 10887 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31737/tid=31745] ppid=31735 vsize=867484 CPUtime=0
/proc/31737/task/31745/stat : 31745 (java) S 31735 31737 29944 0 -1 64 1 271 0 0 0 0 0 0 19 0 9 0 27800992 888303616 10887 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31737/tid=31746] ppid=31735 vsize=867484 CPUtime=0
/proc/31737/task/31746/stat : 31746 (java) S 31735 31737 29944 0 -1 64 5 271 0 0 0 0 0 0 15 0 9 0 27800992 888303616 10887 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 26.41
Current children cumulated vsize (KiB) 867484

[startup+27.1028 s]
/proc/loadavg: 1.91 1.96 1.93 3/89 31750
/proc/meminfo: memFree=1537648/2055920 swapFree=4192812/4192956
[pid=31737] ppid=31735 vsize=867484 CPUtime=26.81
/proc/31737/stat : 31737 (java) S 31735 31737 29944 0 -1 0 17231 271 1 0 2670 11 0 0 18 0 9 0 27800987 888303616 10888 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31737/statm: 216871 10888 2656 9 0 211307 0
[pid=31737/tid=31739] ppid=31735 vsize=867484 CPUtime=26.49
/proc/31737/task/31739/stat : 31739 (java) R 31735 31737 29944 0 -1 64 12757 271 1 0 2641 8 0 0 25 0 9 0 27800987 888303616 10888 996147200 134512640 134550932 4294955968 18446744073709551615 4126788419 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31737/tid=31740] ppid=31735 vsize=867484 CPUtime=0.04
/proc/31737/task/31740/stat : 31740 (java) S 31735 31737 29944 0 -1 64 3052 271 0 0 4 0 0 0 16 0 9 0 27800990 888303616 10888 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31737/tid=31741] ppid=31735 vsize=867484 CPUtime=0
/proc/31737/task/31741/stat : 31741 (java) S 31735 31737 29944 0 -1 64 16 271 0 0 0 0 0 0 16 0 9 0 27800990 888303616 10888 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31737/tid=31742] ppid=31735 vsize=867484 CPUtime=0
/proc/31737/task/31742/stat : 31742 (java) S 31735 31737 29944 0 -1 64 8 271 0 0 0 0 0 0 15 0 9 0 27800990 888303616 10888 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31737/tid=31743] ppid=31735 vsize=867484 CPUtime=0
/proc/31737/task/31743/stat : 31743 (java) S 31735 31737 29944 0 -1 64 2 271 0 0 0 0 0 0 18 0 9 0 27800992 888303616 10888 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31737/tid=31744] ppid=31735 vsize=867484 CPUtime=0.25
/proc/31737/task/31744/stat : 31744 (java) S 31735 31737 29944 0 -1 64 580 271 0 0 24 1 0 0 16 0 9 0 27800992 888303616 10888 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31737/tid=31745] ppid=31735 vsize=867484 CPUtime=0
/proc/31737/task/31745/stat : 31745 (java) S 31735 31737 29944 0 -1 64 1 271 0 0 0 0 0 0 19 0 9 0 27800992 888303616 10888 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31737/tid=31746] ppid=31735 vsize=867484 CPUtime=0
/proc/31737/task/31746/stat : 31746 (java) S 31735 31737 29944 0 -1 64 5 271 0 0 0 0 0 0 15 0 9 0 27800992 888303616 10888 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 26.81
Current children cumulated vsize (KiB) 867484

Child status: 0
Real time (s): 27.1997
CPU time (s): 26.8819
CPU user time (s): 26.7519
CPU system time (s): 0.12998
CPU usage (%): 98.8315
Max. virtual memory (cumulated for all children) (KiB): 867484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 26.7519
system time used= 0.12998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17618
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= 1807
involuntary context switches= 2978

runsolver used 0.038994 second user time and 0.096985 second system time

The end

Launcher Data

Begin job on node3 at 2009-07-12 16:02:14
IDJOB=2095360
IDBENCH=55105
IDSOLVER=774
FILE ID=node3/2095360-1247407334
PBS_JOBID= 9510637
Free space on /tmp= 66408 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg9-10_ext.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= BIN/runsolver --timestamp -w /tmp/evaluation-result-2095360-1247407334/watcher-2095360-1247407334 -o /tmp/evaluation-result-2095360-1247407334/solver-2095360-1247407334 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2095360-1247407334.xml

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

MD5SUM BENCH= 96f652eb0d51fbb18476f976791c6064
RANDOM SEED=1096271407

node3.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.259
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.259
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:       1571800 kB
Buffers:         38836 kB
Cached:         127560 kB
SwapCached:          0 kB
Active:         168544 kB
Inactive:       254168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1571800 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3104 kB
Writeback:           0 kB
Mapped:         117012 kB
Slab:            46624 kB
Committed_AS:  1002304 kB
PageTables:       1924 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= 66408 MiB
End job on node3 at 2009-07-12 16:02:41