Trace number 2096616

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 7.28189 7.21567

DiagnosticValue
CHECKS463302
NODES371

General information on the benchmark

Namecsp/ogdHerald/
normalized-crossword-m1-ogd-21-03.xml
MD5SUM4017db100708ff15ef992f6d96e82e74
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.59176
Satisfiable
(Un)Satisfiability was proved
Number of variables362
Number of constraints2140
Maximum constraint arity22
Maximum domain size26
Number of constraints which are defined in extension144
Number of constraints which are defined in intension1996
Global constraints used (with number of constraints)

Solver Data

0.03/0.08	
0.03/0.08	Abscon 112 (May, 2008)
0.19/0.22	
0.19/0.22	   configuration
0.19/0.22	     name=esac.xml
0.19/0.26	   
0.19/0.26	   instance
0.19/0.26	     name=HOME/instance-2096616-1247410406.xml
0.19/0.29	   
0.19/0.29	   domains being loaded...
0.31/0.30	   
0.31/0.30	   variables being loaded...
0.31/0.36	     nbVariables=362  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=9412
0.31/0.36	       =>  wckTime=0.132  cpuTime=0.13  mem=8M867
0.31/0.36	   
0.31/0.36	   relations being loaded...
1.15/1.14	   
1.15/1.14	   predicates being loaded...
1.15/1.20	   
1.15/1.20	   constraints being loaded...
1.66/1.62	   Too large in ConstraintConflictsSTructure
1.66/1.68	   Too large in ConstraintConflictsSTructure
1.77/1.73	   Too large in ConstraintConflictsSTructure
1.96/1.91	   Too large in ConstraintConflictsSTructure
3.06/3.05	     nbConstraints=2140  nbRelationTypes=8  nbGlobalConstraints=144  nbExtensionStructures=8
3.17/3.17	     nbSharedExtensionStructures=136  nbConflictsStructures=4  nbSharedConflictsStructures=116
3.17/3.17	     nbUnbuiltConflictsStructures=12  nbSharedBinaryRepresentations=0  nbEvaluationManagers=8
3.17/3.17	     nbSharedEvaluationManagers=1988  minDegree=10  maxDegree=82  minArity=3  avgArity=8.89  maxArity=22  nbGenerators=0
3.17/3.17	     nbFusions=0  symmetryWckTime=0.334  symmetryCpuTime=0.18
3.17/3.17	       =>  wckTime=2.819  cpuTime=2.32  mem=71M772
3.28/3.22	   
3.28/3.22	   solver IterativeSystematicSolver being built... 
3.57/3.55	   
3.57/3.55	   INFO : Forward propagation technique limited 
3.67/3.62	       =>  wckTime=3.394  cpuTime=2.61  mem=105M418
5.86/5.81	   
5.86/5.81	   preprocessing
5.86/5.81	     nbConstraintChecks=190507  nbValidityChecks=23951043  nbPropagations=3914  nbRevisions=21689
5.86/5.81	     nbUselessRevisions=21683  nbSingletonTests=437  nbEffectiveSingletonTests=0  nbACRemovals=163  nbFoundSingletons=0
5.86/5.81	     nbRemovedValues=163  detectedInconsistency=no
5.86/5.81	       =>  wckTime=2.184  cpuTime=2.12  mem=107M282
7.17/7.16	   
7.17/7.16	   search
7.17/7.16	     run=0  nbConstraintChecks=272795  nbValidityChecks=8594152  minDepth=21  maxDepth=362  nbPropagations=6257
7.17/7.16	     nbRevisions=80085  nbUselessRevisions=80070  nbAssignments=371  nbFailedAssignments=8  nbBacktracks=1
7.17/7.16	     nbVisitedNodes=380  nbRestartNogoods=0  nbFoundSolutions=1  mapSize=1  nbInferences=0  nbTooLargeKeys=0
7.17/7.16	     nbSEliminables=0  nbREliminables=85.48  nbIEliminables=186.73  nbDEliminables=0  nbPEliminables=0
7.17/7.16	       =>  wckTime=3.539  cpuTime=3.46  mem=108M246
7.17/7.16	   
7.17/7.16	   global
7.17/7.16	     nbConstraintChecks=463302  nbValidityChecks=32545195  nbPropagations=10171  nbRevisions=101774
7.17/7.16	     nbUselessRevisions=101753  nbRestartNogoods=0  solvingWckTime=3.541  solvingCpuTime=3.46  expiredTime=no
7.17/7.16	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=6.05  globalCpuTime=6.11
7.17/7.16	       =>  wckTime=6.939  cpuTime=6.07  mem=108M246
7.17/7.17	   
7.17/7.17	s SATISFIABLE
7.17/7.17	v 15 4 0 13 4 18 1 13 14 20 1 0 2 17 0 13 18 0 11 15 4 4 11 20 0 0 20 11 0 18 17 0 19 4 4 17 8 15 4 19 14 17 17 2 4 13 19 18 14 24 0 19 18 19 4 4 18 4 20 8 11 3 0 7 0 1 8 4 7 18 4 17 17 4 4 12 4 19 18 24 20 4 18 20 18 1 19 0 17 3 8 3 14 19 17 0 19 4 0 2 4 4 11 8 18 4 4 18 20 17 17 4 4 11 18 2 0 11 4 4 21 8 18 0 18 18 4 2 17 8 18 15 4 2 0 12 15 4 18 17 0 8 3 19 19 2 18 4 13 4 1 0 13 8 0 13 4 13 4 4 2 8 0 14 17 4 18 15 8 17 4 4 13 4 25 1 4 17 11 20 4 7 0 17 15 0 18 7 0 13 2 14 16 0 11 0 13 4 18 4 8 13 3 8 17 0 19 17 8 1 20 18 18 14 17 18 18 4 19 17 13 8 18 15 8 4 19 4 4 19 18 20 1 0 18 3 4 12 14 3 4 4 19 17 8 0 19 4 2 14 4 20 17 4 18 2 0 15 14 13 18 5 4 13 3 0 7 20 4 8 17 0 19 11 4 20 4 17 18 1 0 18 8 18 13 8 5 0 19 4 18 19 0 2 0 17 14 19 19 0 18 13 0 13 0 18 19 0 8 19 0 17 6 4 12 14 13 14 18 4 17 8 13 15 0 17 18 15 17 8 4 4 0 11 8 19 0 17 8 18 18 0 13 4 4 4 18 18 4 13 13 0 18 18 4 0 18 4 18 8 4 4 
7.17/7.17	d NODES 371
7.17/7.17	d CHECKS 463302
7.17/7.17	   
7.17/7.17	   totalWckTime=6.994  totalCpuTime=6.11

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-2096616-1247410406/watcher-2096616-1247410406 -o /tmp/evaluation-result-2096616-1247410406/solver-2096616-1247410406 -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-2096616-1247410406.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 2.05 2.01 4/69 32091
/proc/meminfo: memFree=1614792/2055920 swapFree=4192812/4192956
[pid=32091] ppid=32089 vsize=10676 CPUtime=0
/proc/32091/stat : 32091 (java) S 32089 32091 30016 0 -1 0 678 0 0 0 0 0 0 0 18 0 2 0 28100994 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/32091/statm: 2669 474 207 9 0 1184 0
[pid=32091/tid=32092] ppid=32089 vsize=10676 CPUtime=0
/proc/32091/task/32092/stat : 32092 (java) R 32089 32091 30016 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 28100995 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4657112 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0504751 s]
/proc/loadavg: 2.01 2.05 2.01 4/69 32091
/proc/meminfo: memFree=1614792/2055920 swapFree=4192812/4192956
[pid=32091] ppid=32089 vsize=863616 CPUtime=0.03
/proc/32091/stat : 32091 (java) S 32089 32091 30016 0 -1 0 2435 0 1 0 2 1 0 0 18 0 9 0 28100994 884342784 2005 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32091/statm: 215904 2005 911 9 0 210819 0
[pid=32091/tid=32092] ppid=32089 vsize=863616 CPUtime=0.03
/proc/32091/task/32092/stat : 32092 (java) R 32089 32091 30016 0 -1 64 1722 0 1 0 2 1 0 0 20 0 9 0 28100995 884342784 2005 996147200 134512640 134550932 4294955968 18446744073709551615 4125973128 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 863616

[startup+0.102481 s]
/proc/loadavg: 2.01 2.05 2.01 4/69 32091
/proc/meminfo: memFree=1614792/2055920 swapFree=4192812/4192956
[pid=32091] ppid=32089 vsize=865984 CPUtime=0.1
/proc/32091/stat : 32091 (java) S 32089 32091 30016 0 -1 0 3911 0 1 0 8 2 0 0 18 0 9 0 28100994 886767616 3348 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32091/statm: 216496 3348 1757 9 0 210981 0
[pid=32091/tid=32092] ppid=32089 vsize=865984 CPUtime=0.07
/proc/32091/task/32092/stat : 32092 (java) R 32089 32091 30016 0 -1 64 2984 0 1 0 6 1 0 0 16 0 9 0 28100995 886767616 3349 996147200 134512640 134550932 4294955968 18446744073709551615 102572590 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 865984

[startup+0.301507 s]
/proc/loadavg: 2.01 2.05 2.01 4/69 32091
/proc/meminfo: memFree=1614792/2055920 swapFree=4192812/4192956
[pid=32091] ppid=32089 vsize=867504 CPUtime=0.31
/proc/32091/stat : 32091 (java) S 32089 32091 30016 0 -1 0 6237 0 1 0 28 3 0 0 18 0 9 0 28100994 888324096 5599 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32091/statm: 216876 5599 1992 9 0 211334 0
[pid=32091/tid=32092] ppid=32089 vsize=867504 CPUtime=0.25
/proc/32091/task/32092/stat : 32092 (java) R 32089 32091 30016 0 -1 64 5252 0 1 0 23 2 0 0 18 0 9 0 28100995 888324096 5600 996147200 134512640 134550932 4294955968 18446744073709551615 103822515 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 867504

[startup+0.701574 s]
/proc/loadavg: 2.01 2.05 2.01 4/69 32091
/proc/meminfo: memFree=1614792/2055920 swapFree=4192812/4192956
[pid=32091] ppid=32089 vsize=867628 CPUtime=0.74
/proc/32091/stat : 32091 (java) S 32089 32091 30016 0 -1 0 16290 0 1 0 66 8 0 0 18 0 9 0 28100994 888451072 15651 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32091/statm: 216907 15651 2004 9 0 211365 0
[pid=32091/tid=32092] ppid=32089 vsize=867628 CPUtime=0.64
/proc/32091/task/32092/stat : 32092 (java) R 32089 32091 30016 0 -1 64 14417 0 1 0 58 6 0 0 20 0 9 0 28100995 888451072 15651 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 867628

[startup+1.50269 s]
/proc/loadavg: 2.01 2.05 2.01 3/89 32132
/proc/meminfo: memFree=1555624/2055920 swapFree=4192812/4192956
[pid=32091] ppid=32089 vsize=868804 CPUtime=1.55
/proc/32091/stat : 32091 (java) S 32089 32091 30016 0 -1 0 24227 0 1 0 143 12 0 0 18 0 9 0 28100994 889655296 23577 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32091/statm: 217201 23577 2050 9 0 211637 0
[pid=32091/tid=32092] ppid=32089 vsize=868804 CPUtime=1.27
/proc/32091/task/32092/stat : 32092 (java) R 32089 32091 30016 0 -1 64 15814 0 1 0 120 7 0 0 25 0 9 0 28100995 889655296 23577 996147200 134512640 134550932 4294955968 18446744073709551615 4126745856 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32091/tid=32094] ppid=32089 vsize=868804 CPUtime=0.08
/proc/32091/task/32094/stat : 32094 (java) S 32089 32091 30016 0 -1 64 7043 0 0 0 5 3 0 0 17 0 9 0 28100997 889655296 23577 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32091/tid=32095] ppid=32089 vsize=868804 CPUtime=0
/proc/32091/task/32095/stat : 32095 (java) S 32089 32091 30016 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28100997 889655296 23577 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32091/tid=32096] ppid=32089 vsize=868804 CPUtime=0
/proc/32091/task/32096/stat : 32096 (java) S 32089 32091 30016 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 28100997 889655296 23577 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32091/tid=32097] ppid=32089 vsize=868804 CPUtime=0
/proc/32091/task/32097/stat : 32097 (java) S 32089 32091 30016 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28100999 889655296 23577 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32091/tid=32098] ppid=32089 vsize=868804 CPUtime=0.17
/proc/32091/task/32098/stat : 32098 (java) S 32089 32091 30016 0 -1 64 668 0 0 0 17 0 0 0 16 0 9 0 28100999 889655296 23577 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32091/tid=32099] ppid=32089 vsize=868804 CPUtime=0
/proc/32091/task/32099/stat : 32099 (java) S 32089 32091 30016 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28100999 889655296 23577 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32091/tid=32100] ppid=32089 vsize=868804 CPUtime=0
/proc/32091/task/32100/stat : 32100 (java) S 32089 32091 30016 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28100999 889655296 23577 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.55
Current children cumulated vsize (KiB) 868804

[startup+3.10293 s]
/proc/loadavg: 2.01 2.05 2.01 2/76 32153
/proc/meminfo: memFree=1541712/2055920 swapFree=4192812/4192956
[pid=32091] ppid=32089 vsize=869184 CPUtime=3.17
/proc/32091/stat : 32091 (java) S 32089 32091 30016 0 -1 0 40171 617 1 0 281 25 10 1 18 0 9 0 28100994 890044416 30337 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32091/statm: 217296 30337 2091 9 0 211754 0
[pid=32091/tid=32092] ppid=32089 vsize=869184 CPUtime=2.61
/proc/32091/task/32092/stat : 32092 (java) R 32089 32091 30016 0 -1 64 17243 617 1 0 234 16 10 1 17 0 9 0 28100995 890044416 30337 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32091/tid=32094] ppid=32089 vsize=869184 CPUtime=0.36
/proc/32091/task/32094/stat : 32094 (java) R 32089 32091 30016 0 -1 64 21272 617 0 0 19 6 10 1 16 0 9 0 28100997 890044416 30337 996147200 134512640 134550932 4294955968 18446744073709551615 103731847 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32091/tid=32095] ppid=32089 vsize=869184 CPUtime=0.11
/proc/32091/task/32095/stat : 32095 (java) S 32089 32091 30016 0 -1 64 16 617 0 0 0 0 10 1 16 0 9 0 28100997 890044416 30337 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32091/tid=32096] ppid=32089 vsize=869184 CPUtime=0.11
/proc/32091/task/32096/stat : 32096 (java) S 32089 32091 30016 0 -1 64 5 617 0 0 0 0 10 1 16 0 9 0 28100997 890044416 30337 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32091/tid=32097] ppid=32089 vsize=869184 CPUtime=0.11
/proc/32091/task/32097/stat : 32097 (java) S 32089 32091 30016 0 -1 64 1 617 0 0 0 0 10 1 18 0 9 0 28100999 890044416 30337 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32091/tid=32098] ppid=32089 vsize=869184 CPUtime=0.37
/proc/32091/task/32098/stat : 32098 (java) S 32089 32091 30016 0 -1 64 846 617 0 0 26 0 10 1 16 0 9 0 28100999 890044416 30337 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32091/tid=32099] ppid=32089 vsize=869184 CPUtime=0.11
/proc/32091/task/32099/stat : 32099 (java) S 32089 32091 30016 0 -1 64 1 617 0 0 0 0 10 1 19 0 9 0 28100999 890044416 30337 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32091/tid=32100] ppid=32089 vsize=869184 CPUtime=0.11
/proc/32091/task/32100/stat : 32100 (java) S 32089 32091 30016 0 -1 64 13 617 0 0 0 0 10 1 15 0 9 0 28100999 890044416 30337 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.17
Current children cumulated vsize (KiB) 869184

[startup+6.30137 s]
/proc/loadavg: 2.01 2.05 2.01 3/89 32179
/proc/meminfo: memFree=1394664/2055920 swapFree=4192812/4192956
[pid=32091] ppid=32089 vsize=869216 CPUtime=6.37
/proc/32091/stat : 32091 (java) S 32089 32091 30016 0 -1 0 61526 617 1 0 594 32 10 1 18 0 9 0 28100994 890077184 35926 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32091/statm: 217304 35926 2661 9 0 211740 0
[pid=32091/tid=32092] ppid=32089 vsize=869216 CPUtime=5.49
/proc/32091/task/32092/stat : 32092 (java) R 32089 32091 30016 0 -1 64 29469 617 1 0 519 19 10 1 17 0 9 0 28100995 890077184 35926 996147200 134512640 134550932 4294955968 18446744073709551615 4127298706 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32091/tid=32094] ppid=32089 vsize=869216 CPUtime=0.55
/proc/32091/task/32094/stat : 32094 (java) S 32089 32091 30016 0 -1 64 30160 617 0 0 35 9 10 1 16 0 9 0 28100997 890077184 35926 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32091/tid=32095] ppid=32089 vsize=869216 CPUtime=0.11
/proc/32091/task/32095/stat : 32095 (java) S 32089 32091 30016 0 -1 64 21 617 0 0 0 0 10 1 16 0 9 0 28100997 890077184 35926 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32091/tid=32096] ppid=32089 vsize=869216 CPUtime=0.11
/proc/32091/task/32096/stat : 32096 (java) S 32089 32091 30016 0 -1 64 8 617 0 0 0 0 10 1 15 0 9 0 28100997 890077184 35926 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32091/tid=32097] ppid=32089 vsize=869216 CPUtime=0.11
/proc/32091/task/32097/stat : 32097 (java) S 32089 32091 30016 0 -1 64 1 617 0 0 0 0 10 1 18 0 9 0 28100999 890077184 35926 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32091/tid=32098] ppid=32089 vsize=869216 CPUtime=0.5
/proc/32091/task/32098/stat : 32098 (java) S 32089 32091 30016 0 -1 64 1018 617 0 0 38 1 10 1 15 0 9 0 28100999 890077184 35926 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32091/tid=32099] ppid=32089 vsize=869216 CPUtime=0.11
/proc/32091/task/32099/stat : 32099 (java) S 32089 32091 30016 0 -1 64 1 617 0 0 0 0 10 1 19 0 9 0 28100999 890077184 35926 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32091/tid=32100] ppid=32089 vsize=869216 CPUtime=0.11
/proc/32091/task/32100/stat : 32100 (java) S 32089 32091 30016 0 -1 64 38 617 0 0 0 0 10 1 15 0 9 0 28100999 890077184 35926 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.37
Current children cumulated vsize (KiB) 869216

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

[startup+6.70143 s]
/proc/loadavg: 2.01 2.05 2.01 3/89 32179
/proc/meminfo: memFree=1380712/2055920 swapFree=4192812/4192956
[pid=32091] ppid=32089 vsize=869216 CPUtime=6.77
/proc/32091/stat : 32091 (java) S 32089 32091 30016 0 -1 0 61527 617 1 0 634 32 10 1 18 0 9 0 28100994 890077184 35926 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32091/statm: 217304 35926 2661 9 0 211740 0
[pid=32091/tid=32092] ppid=32089 vsize=869216 CPUtime=5.89
/proc/32091/task/32092/stat : 32092 (java) R 32089 32091 30016 0 -1 64 29470 617 1 0 559 19 10 1 20 0 9 0 28100995 890077184 35926 996147200 134512640 134550932 4294955968 18446744073709551615 4127335461 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32091/tid=32094] ppid=32089 vsize=869216 CPUtime=0.55
/proc/32091/task/32094/stat : 32094 (java) S 32089 32091 30016 0 -1 64 30160 617 0 0 35 9 10 1 16 0 9 0 28100997 890077184 35926 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32091/tid=32095] ppid=32089 vsize=869216 CPUtime=0.11
/proc/32091/task/32095/stat : 32095 (java) S 32089 32091 30016 0 -1 64 21 617 0 0 0 0 10 1 16 0 9 0 28100997 890077184 35926 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32091/tid=32096] ppid=32089 vsize=869216 CPUtime=0.11
/proc/32091/task/32096/stat : 32096 (java) S 32089 32091 30016 0 -1 64 8 617 0 0 0 0 10 1 15 0 9 0 28100997 890077184 35926 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32091/tid=32097] ppid=32089 vsize=869216 CPUtime=0.11
/proc/32091/task/32097/stat : 32097 (java) S 32089 32091 30016 0 -1 64 1 617 0 0 0 0 10 1 18 0 9 0 28100999 890077184 35926 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32091/tid=32098] ppid=32089 vsize=869216 CPUtime=0.5
/proc/32091/task/32098/stat : 32098 (java) S 32089 32091 30016 0 -1 64 1018 617 0 0 38 1 10 1 15 0 9 0 28100999 890077184 35926 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32091/tid=32099] ppid=32089 vsize=869216 CPUtime=0.11
/proc/32091/task/32099/stat : 32099 (java) S 32089 32091 30016 0 -1 64 1 617 0 0 0 0 10 1 19 0 9 0 28100999 890077184 35926 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32091/tid=32100] ppid=32089 vsize=869216 CPUtime=0.11
/proc/32091/task/32100/stat : 32100 (java) S 32089 32091 30016 0 -1 64 38 617 0 0 0 0 10 1 15 0 9 0 28100999 890077184 35926 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.77
Current children cumulated vsize (KiB) 869216

[startup+7.10248 s]
/proc/loadavg: 2.01 2.05 2.01 3/89 32179
/proc/meminfo: memFree=1380712/2055920 swapFree=4192812/4192956
[pid=32091] ppid=32089 vsize=869216 CPUtime=7.17
/proc/32091/stat : 32091 (java) S 32089 32091 30016 0 -1 0 61527 617 1 0 674 32 10 1 18 0 9 0 28100994 890077184 35926 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32091/statm: 217304 35926 2661 9 0 211740 0
[pid=32091/tid=32092] ppid=32089 vsize=869216 CPUtime=6.29
/proc/32091/task/32092/stat : 32092 (java) R 32089 32091 30016 0 -1 64 29470 617 1 0 599 19 10 1 25 0 9 0 28100995 890077184 35926 996147200 134512640 134550932 4294955968 18446744073709551615 4127334333 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32091/tid=32094] ppid=32089 vsize=869216 CPUtime=0.55
/proc/32091/task/32094/stat : 32094 (java) S 32089 32091 30016 0 -1 64 30160 617 0 0 35 9 10 1 16 0 9 0 28100997 890077184 35926 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32091/tid=32095] ppid=32089 vsize=869216 CPUtime=0.11
/proc/32091/task/32095/stat : 32095 (java) S 32089 32091 30016 0 -1 64 21 617 0 0 0 0 10 1 16 0 9 0 28100997 890077184 35926 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32091/tid=32096] ppid=32089 vsize=869216 CPUtime=0.11
/proc/32091/task/32096/stat : 32096 (java) S 32089 32091 30016 0 -1 64 8 617 0 0 0 0 10 1 15 0 9 0 28100997 890077184 35926 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32091/tid=32097] ppid=32089 vsize=869216 CPUtime=0.11
/proc/32091/task/32097/stat : 32097 (java) S 32089 32091 30016 0 -1 64 1 617 0 0 0 0 10 1 18 0 9 0 28100999 890077184 35926 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32091/tid=32098] ppid=32089 vsize=869216 CPUtime=0.5
/proc/32091/task/32098/stat : 32098 (java) S 32089 32091 30016 0 -1 64 1018 617 0 0 38 1 10 1 15 0 9 0 28100999 890077184 35926 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32091/tid=32099] ppid=32089 vsize=869216 CPUtime=0.11
/proc/32091/task/32099/stat : 32099 (java) S 32089 32091 30016 0 -1 64 1 617 0 0 0 0 10 1 19 0 9 0 28100999 890077184 35926 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32091/tid=32100] ppid=32089 vsize=869216 CPUtime=0.11
/proc/32091/task/32100/stat : 32100 (java) S 32089 32091 30016 0 -1 64 38 617 0 0 0 0 10 1 15 0 9 0 28100999 890077184 35926 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.17
Current children cumulated vsize (KiB) 869216

[startup+7.2025 s]
/proc/loadavg: 2.01 2.05 2.01 3/89 32179
/proc/meminfo: memFree=1380712/2055920 swapFree=4192812/4192956
[pid=32091] ppid=32089 vsize=0 CPUtime=7.25
/proc/32091/stat : 32091 (java) Z 32089 32091 30016 0 -1 12 61564 617 1 0 681 33 10 1 16 0 2 0 28100994 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32091/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.25
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 7.21567
CPU time (s): 7.28189
CPU user time (s): 6.91995
CPU system time (s): 0.361944
CPU usage (%): 100.918
Max. virtual memory (cumulated for all children) (KiB): 869216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.91995
system time used= 0.361944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62181
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= 1538
involuntary context switches= 1527

runsolver used 0.016997 second user time and 0.026995 second system time

The end

Launcher Data

Begin job on node49 at 2009-07-12 16:53:27
IDJOB=2096616
IDBENCH=56502
IDSOLVER=774
FILE ID=node49/2096616-1247410406
PBS_JOBID= 9510548
Free space on /tmp= 66404 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/ogdHerald/normalized-crossword-m1-ogd-21-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= BIN/runsolver --timestamp -w /tmp/evaluation-result-2096616-1247410406/watcher-2096616-1247410406 -o /tmp/evaluation-result-2096616-1247410406/solver-2096616-1247410406 -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-2096616-1247410406.xml

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

MD5SUM BENCH= 4017db100708ff15ef992f6d96e82e74
RANDOM SEED=881668945

node49.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:       1615272 kB
Buffers:         77800 kB
Cached:         257168 kB
SwapCached:          0 kB
Active:         214920 kB
Inactive:       150320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1615272 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7988 kB
Writeback:           0 kB
Mapped:          40692 kB
Slab:            60768 kB
Committed_AS:   204264 kB
PageTables:       1728 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66412 MiB
End job on node49 at 2009-07-12 16:53:34