Trace number 1079736

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 10.8154 10.954

DiagnosticValue
CHECKS4929
NODES5427

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg7-10_ext.xml
MD5SUM34f49ec7596469127b01a2b2f15f8640
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 benchmark10.1905
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of constraints17
Maximum constraint arity10
Maximum domain size26
Number of constraints which are defined in extension17
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.09	
0.01/0.09	Abscon 112 (May, 2008)
0.19/0.26	
0.19/0.26	   configuration
0.19/0.26	     name=esac.xml
0.19/0.30	   
0.19/0.30	   instance
0.19/0.30	     name=HOME/instance-1079736-1215210800.xml
0.29/0.33	   
0.29/0.33	   domains being loaded...
0.29/0.34	   
0.29/0.34	   variables being loaded...
0.29/0.38	     nbVariables=70  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=1820
0.29/0.38	       =>  wckTime=0.119  cpuTime=0.1  mem=7M919
0.29/0.38	   
0.29/0.38	   relations being loaded...
0.38/0.43	   
0.38/0.43	   constraints being loaded...
0.38/0.48	   Too large in ConstraintConflictsSTructure
0.38/0.49	   Too large in ConstraintConflictsSTructure
0.48/0.55	     nbConstraints=17  nbRelationTypes=2  nbGlobalConstraints=17  nbExtensionStructures=2
0.48/0.55	     nbSharedExtensionStructures=15  nbUnbuiltConflictsStructures=2  nbSharedBinaryRepresentations=0  minDegree=2
0.48/0.55	     maxDegree=2  minArity=7  avgArity=8.24  maxArity=10  nbGenerators=0  nbFusions=0  symmetryWckTime=0.046
0.48/0.55	     symmetryCpuTime=0.03
0.48/0.55	       =>  wckTime=0.288  cpuTime=0.21  mem=15M762
0.57/0.61	   
0.57/0.61	   solver IterativeSystematicSolver being built... 
0.57/0.68	   
0.57/0.68	   INFO : Forward propagation technique limited 
0.67/0.76	       =>  wckTime=0.501  cpuTime=0.34  mem=20M702
0.97/1.05	   
0.97/1.05	   preprocessing
0.97/1.05	     nbConstraintChecks=0  nbValidityChecks=2366429  nbPropagations=2816  nbRevisions=0  nbUselessRevisions=0
0.97/1.05	     nbSingletonTests=95  nbEffectiveSingletonTests=0  nbACRemovals=140  nbFoundSingletons=0  nbRemovedValues=140
0.97/1.05	     detectedInconsistency=no
0.97/1.05	       =>  wckTime=0.283  cpuTime=0.24  mem=20M702
1.77/1.90	   
1.77/1.90	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=21M710)
10.79/10.90	   
10.79/10.90	   search
10.79/10.90	     run=11  nbConstraintChecks=4929  nbValidityChecks=86432490  minDepth=0  maxDepth=13  nbPropagations=673616
10.79/10.90	     nbRevisions=0  nbUselessRevisions=0  nbAssignments=5427  nbFailedAssignments=2390  nbBacktracks=2985
10.79/10.90	     nbVisitedNodes=9001  nbRestartNogoods=121  nbSEliminables=0  nbREliminables=1.51  nbIEliminables=60.02
10.79/10.90	     nbDEliminables=0  nbPEliminables=0
10.79/10.90	       =>  wckTime=10.131  cpuTime=9.93  mem=21M710
10.79/10.91	   
10.79/10.91	   global
10.79/10.91	     nbConstraintChecks=4929  nbValidityChecks=88798919  nbPropagations=676432  nbRestartNogoods=121
10.79/10.91	     solvingWckTime=10.141  solvingCpuTime=9.94  expiredTime=no  totalExploration=yes  nbFoundSolutions=0
10.79/10.91	     globalCpuTime=10.34
10.79/10.91	       =>  wckTime=10.645  cpuTime=10.29  mem=21M710
10.79/10.91	   
10.79/10.91	s UNSATISFIABLE
10.79/10.91	d NODES 5427
10.79/10.91	d CHECKS 4929
10.79/10.91	   
10.79/10.91	   totalWckTime=10.716  totalCpuTime=10.35

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1079736-1215210800/watcher-1079736-1215210800 -o /tmp/evaluation-result-1079736-1215210800/solver-1079736-1215210800 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1079736-1215210800.xml 

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


[startup+0 s]
/proc/loadavg: 1.95 1.98 1.99 3/74 29382
/proc/meminfo: memFree=1409220/2055920 swapFree=4179028/4192956
[pid=29382] ppid=29380 vsize=10616 CPUtime=0
/proc/29382/stat : 29382 (java) S 29380 29382 26332 0 -1 0 676 0 0 0 0 0 0 0 18 0 2 0 2000052858 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/29382/statm: 2654 472 209 9 0 1184 0
[pid=29382/tid=29383] ppid=29380 vsize=10616 CPUtime=0
/proc/29382/task/29383/stat : 29383 (java) R 29380 29382 26332 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 2000052859 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 9768920 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.028653 s]
/proc/loadavg: 1.95 1.98 1.99 3/74 29382
/proc/meminfo: memFree=1409220/2055920 swapFree=4179028/4192956
[pid=29382] ppid=29380 vsize=861876 CPUtime=0.01
/proc/29382/stat : 29382 (java) S 29380 29382 26332 0 -1 0 1880 0 1 0 0 1 0 0 18 0 5 0 2000052858 882561024 1567 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/29382/statm: 215469 1567 695 9 0 210448 0
[pid=29382/tid=29383] ppid=29380 vsize=861876 CPUtime=0
/proc/29382/task/29383/stat : 29383 (java) S 29380 29382 26332 0 -1 64 1190 0 1 0 0 0 0 0 19 0 5 0 2000052859 882561024 1567 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 861876

[startup+0.102547 s]
/proc/loadavg: 1.95 1.98 1.99 3/74 29382
/proc/meminfo: memFree=1409220/2055920 swapFree=4179028/4192956
[pid=29382] ppid=29380 vsize=865884 CPUtime=0.09
/proc/29382/stat : 29382 (java) S 29380 29382 26332 0 -1 0 3689 0 1 0 7 2 0 0 18 0 9 0 2000052858 886665216 3164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29382/statm: 216471 3164 1685 9 0 211026 0
[pid=29382/tid=29383] ppid=29380 vsize=865884 CPUtime=0.06
/proc/29382/task/29383/stat : 29383 (java) R 29380 29382 26332 0 -1 64 2773 0 1 0 5 1 0 0 20 0 9 0 2000052859 886665216 3164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.302564 s]
/proc/loadavg: 1.95 1.98 1.99 3/74 29382
/proc/meminfo: memFree=1409220/2055920 swapFree=4179028/4192956
[pid=29382] ppid=29380 vsize=866284 CPUtime=0.29
/proc/29382/stat : 29382 (java) S 29380 29382 26332 0 -1 0 5779 0 1 0 24 5 0 0 18 0 9 0 2000052858 887074816 5153 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29382/statm: 216571 5153 1951 9 0 211099 0
[pid=29382/tid=29383] ppid=29380 vsize=866284 CPUtime=0.22
/proc/29382/task/29383/stat : 29383 (java) R 29380 29382 26332 0 -1 64 4807 0 1 0 19 3 0 0 18 0 9 0 2000052859 887074816 5153 996147200 134512640 134550740 4294955968 18446744073709551615 102200454 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866284

[startup+0.702612 s]
/proc/loadavg: 1.95 1.98 1.99 3/74 29382
/proc/meminfo: memFree=1409220/2055920 swapFree=4179028/4192956
[pid=29382] ppid=29380 vsize=867256 CPUtime=0.67
/proc/29382/stat : 29382 (java) S 29380 29382 26332 0 -1 0 13272 270 1 0 59 8 0 0 18 0 9 0 2000052858 888070144 8819 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29382/statm: 216814 8819 2627 9 0 211320 0
[pid=29382/tid=29383] ppid=29380 vsize=867256 CPUtime=0.49
/proc/29382/task/29383/stat : 29383 (java) R 29380 29382 26332 0 -1 64 9339 270 1 0 43 6 0 0 19 0 9 0 2000052859 888070144 8819 996147200 134512640 134550740 4294955968 18446744073709551615 104454910 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867256

[startup+1.50268 s]
/proc/loadavg: 1.95 1.98 1.99 3/83 29395
/proc/meminfo: memFree=1378748/2055920 swapFree=4179028/4192956
[pid=29382] ppid=29380 vsize=867256 CPUtime=1.47
/proc/29382/stat : 29382 (java) S 29380 29382 26332 0 -1 0 15931 270 1 0 137 10 0 0 18 0 9 0 2000052858 888070144 10435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29382/statm: 216814 10435 2631 9 0 211320 0
[pid=29382/tid=29383] ppid=29380 vsize=867256 CPUtime=1.21
/proc/29382/task/29383/stat : 29383 (java) R 29380 29382 26332 0 -1 64 11962 270 1 0 114 7 0 0 25 0 9 0 2000052859 888070144 10435 996147200 134512640 134550740 4294955968 18446744073709551615 4126789034 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29382/tid=29385] ppid=29380 vsize=867256 CPUtime=0.04
/proc/29382/task/29385/stat : 29385 (java) S 29380 29382 26332 0 -1 64 2599 270 0 0 4 0 0 0 16 0 9 0 2000052861 888070144 10435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29382/tid=29386] ppid=29380 vsize=867256 CPUtime=0
/proc/29382/task/29386/stat : 29386 (java) S 29380 29382 26332 0 -1 64 16 270 0 0 0 0 0 0 16 0 9 0 2000052861 888070144 10435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29382/tid=29387] ppid=29380 vsize=867256 CPUtime=0
/proc/29382/task/29387/stat : 29387 (java) S 29380 29382 26332 0 -1 64 9 270 0 0 0 0 0 0 15 0 9 0 2000052861 888070144 10435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29382/tid=29388] ppid=29380 vsize=867256 CPUtime=0
/proc/29382/task/29388/stat : 29388 (java) S 29380 29382 26332 0 -1 64 1 270 0 0 0 0 0 0 18 0 9 0 2000052863 888070144 10435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29382/tid=29389] ppid=29380 vsize=867256 CPUtime=0.18
/proc/29382/task/29389/stat : 29389 (java) S 29380 29382 26332 0 -1 64 532 270 0 0 18 0 0 0 15 0 9 0 2000052863 888070144 10435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29382/tid=29390] ppid=29380 vsize=867256 CPUtime=0
/proc/29382/task/29390/stat : 29390 (java) S 29380 29382 26332 0 -1 64 1 270 0 0 0 0 0 0 19 0 9 0 2000052863 888070144 10435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29382/tid=29391] ppid=29380 vsize=867256 CPUtime=0
/proc/29382/task/29391/stat : 29391 (java) S 29380 29382 26332 0 -1 64 6 270 0 0 0 0 0 0 15 0 9 0 2000052863 888070144 10435 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867256

[startup+3.10184 s]
/proc/loadavg: 1.95 1.98 1.99 3/83 29395
/proc/meminfo: memFree=1377340/2055920 swapFree=4179028/4192956
[pid=29382] ppid=29380 vsize=867256 CPUtime=3.06
/proc/29382/stat : 29382 (java) S 29380 29382 26332 0 -1 0 15957 270 1 0 296 10 0 0 18 0 9 0 2000052858 888070144 10458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29382/statm: 216814 10458 2631 9 0 211320 0
[pid=29382/tid=29383] ppid=29380 vsize=867256 CPUtime=2.78
/proc/29382/task/29383/stat : 29383 (java) R 29380 29382 26332 0 -1 64 11977 270 1 0 271 7 0 0 25 0 9 0 2000052859 888070144 10458 996147200 134512640 134550740 4294955968 18446744073709551615 4126753769 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29382/tid=29385] ppid=29380 vsize=867256 CPUtime=0.04
/proc/29382/task/29385/stat : 29385 (java) S 29380 29382 26332 0 -1 64 2599 270 0 0 4 0 0 0 17 0 9 0 2000052861 888070144 10458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29382/tid=29386] ppid=29380 vsize=867256 CPUtime=0
/proc/29382/task/29386/stat : 29386 (java) S 29380 29382 26332 0 -1 64 16 270 0 0 0 0 0 0 16 0 9 0 2000052861 888070144 10458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29382/tid=29387] ppid=29380 vsize=867256 CPUtime=0
/proc/29382/task/29387/stat : 29387 (java) S 29380 29382 26332 0 -1 64 9 270 0 0 0 0 0 0 15 0 9 0 2000052861 888070144 10458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29382/tid=29388] ppid=29380 vsize=867256 CPUtime=0
/proc/29382/task/29388/stat : 29388 (java) S 29380 29382 26332 0 -1 64 1 270 0 0 0 0 0 0 18 0 9 0 2000052863 888070144 10458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29382/tid=29389] ppid=29380 vsize=867256 CPUtime=0.19
/proc/29382/task/29389/stat : 29389 (java) S 29380 29382 26332 0 -1 64 543 270 0 0 19 0 0 0 15 0 9 0 2000052863 888070144 10458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29382/tid=29390] ppid=29380 vsize=867256 CPUtime=0
/proc/29382/task/29390/stat : 29390 (java) S 29380 29382 26332 0 -1 64 1 270 0 0 0 0 0 0 19 0 9 0 2000052863 888070144 10458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29382/tid=29391] ppid=29380 vsize=867256 CPUtime=0
/proc/29382/task/29391/stat : 29391 (java) S 29380 29382 26332 0 -1 64 6 270 0 0 0 0 0 0 15 0 9 0 2000052863 888070144 10458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867256

[startup+6.30116 s]
/proc/loadavg: 1.96 1.98 1.99 3/83 29395
/proc/meminfo: memFree=1377084/2055920 swapFree=4179028/4192956
[pid=29382] ppid=29380 vsize=867388 CPUtime=6.22
/proc/29382/stat : 29382 (java) S 29380 29382 26332 0 -1 0 15988 270 1 0 612 10 0 0 18 0 9 0 2000052858 888205312 10486 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29382/statm: 216847 10486 2631 9 0 211353 0
[pid=29382/tid=29383] ppid=29380 vsize=867388 CPUtime=5.93
/proc/29382/task/29383/stat : 29383 (java) R 29380 29382 26332 0 -1 64 11991 270 1 0 586 7 0 0 25 0 9 0 2000052859 888205312 10486 996147200 134512640 134550740 4294955968 18446744073709551615 4126771850 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29382/tid=29385] ppid=29380 vsize=867388 CPUtime=0.04
/proc/29382/task/29385/stat : 29385 (java) S 29380 29382 26332 0 -1 64 2599 270 0 0 4 0 0 0 17 0 9 0 2000052861 888205312 10486 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29382/tid=29386] ppid=29380 vsize=867388 CPUtime=0
/proc/29382/task/29386/stat : 29386 (java) S 29380 29382 26332 0 -1 64 16 270 0 0 0 0 0 0 16 0 9 0 2000052861 888205312 10486 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29382/tid=29387] ppid=29380 vsize=867388 CPUtime=0
/proc/29382/task/29387/stat : 29387 (java) S 29380 29382 26332 0 -1 64 9 270 0 0 0 0 0 0 15 0 9 0 2000052861 888205312 10486 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29382/tid=29388] ppid=29380 vsize=867388 CPUtime=0
/proc/29382/task/29388/stat : 29388 (java) S 29380 29382 26332 0 -1 64 1 270 0 0 0 0 0 0 18 0 9 0 2000052863 888205312 10486 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29382/tid=29389] ppid=29380 vsize=867388 CPUtime=0.22
/proc/29382/task/29389/stat : 29389 (java) S 29380 29382 26332 0 -1 64 560 270 0 0 22 0 0 0 16 0 9 0 2000052863 888205312 10486 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29382/tid=29390] ppid=29380 vsize=867388 CPUtime=0
/proc/29382/task/29390/stat : 29390 (java) S 29380 29382 26332 0 -1 64 1 270 0 0 0 0 0 0 19 0 9 0 2000052863 888205312 10486 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29382/tid=29391] ppid=29380 vsize=867388 CPUtime=0
/proc/29382/task/29391/stat : 29391 (java) S 29380 29382 26332 0 -1 64 6 270 0 0 0 0 0 0 15 0 9 0 2000052863 888205312 10486 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867388

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

[startup+9.50248 s]
/proc/loadavg: 1.96 1.98 1.99 3/83 29395
/proc/meminfo: memFree=1376956/2055920 swapFree=4179028/4192956
[pid=29382] ppid=29380 vsize=867388 CPUtime=9.4
/proc/29382/stat : 29382 (java) S 29380 29382 26332 0 -1 0 16002 270 1 0 930 10 0 0 18 0 9 0 2000052858 888205312 10497 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29382/statm: 216847 10497 2631 9 0 211353 0
[pid=29382/tid=29383] ppid=29380 vsize=867388 CPUtime=9.09
/proc/29382/task/29383/stat : 29383 (java) R 29380 29382 26332 0 -1 64 12002 270 1 0 902 7 0 0 25 0 9 0 2000052859 888205312 10497 996147200 134512640 134550740 4294955968 18446744073709551615 4126753916 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29382/tid=29385] ppid=29380 vsize=867388 CPUtime=0.04
/proc/29382/task/29385/stat : 29385 (java) S 29380 29382 26332 0 -1 64 2599 270 0 0 4 0 0 0 17 0 9 0 2000052861 888205312 10497 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29382/tid=29386] ppid=29380 vsize=867388 CPUtime=0
/proc/29382/task/29386/stat : 29386 (java) S 29380 29382 26332 0 -1 64 16 270 0 0 0 0 0 0 16 0 9 0 2000052861 888205312 10497 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29382/tid=29387] ppid=29380 vsize=867388 CPUtime=0
/proc/29382/task/29387/stat : 29387 (java) S 29380 29382 26332 0 -1 64 9 270 0 0 0 0 0 0 15 0 9 0 2000052861 888205312 10497 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29382/tid=29388] ppid=29380 vsize=867388 CPUtime=0
/proc/29382/task/29388/stat : 29388 (java) S 29380 29382 26332 0 -1 64 1 270 0 0 0 0 0 0 18 0 9 0 2000052863 888205312 10497 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29382/tid=29389] ppid=29380 vsize=867388 CPUtime=0.22
/proc/29382/task/29389/stat : 29389 (java) S 29380 29382 26332 0 -1 64 563 270 0 0 22 0 0 0 16 0 9 0 2000052863 888205312 10497 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29382/tid=29390] ppid=29380 vsize=867388 CPUtime=0
/proc/29382/task/29390/stat : 29390 (java) S 29380 29382 26332 0 -1 64 1 270 0 0 0 0 0 0 19 0 9 0 2000052863 888205312 10497 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29382/tid=29391] ppid=29380 vsize=867388 CPUtime=0
/proc/29382/task/29391/stat : 29391 (java) S 29380 29382 26332 0 -1 64 6 270 0 0 0 0 0 0 15 0 9 0 2000052863 888205312 10497 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.4
Current children cumulated vsize (KiB) 867388

[startup+10.3026 s]
/proc/loadavg: 1.96 1.98 1.99 3/83 29395
/proc/meminfo: memFree=1376956/2055920 swapFree=4179028/4192956
[pid=29382] ppid=29380 vsize=867388 CPUtime=10.19
/proc/29382/stat : 29382 (java) S 29380 29382 26332 0 -1 0 16005 270 1 0 1009 10 0 0 18 0 9 0 2000052858 888205312 10500 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29382/statm: 216847 10500 2631 9 0 211353 0
[pid=29382/tid=29383] ppid=29380 vsize=867388 CPUtime=9.88
/proc/29382/task/29383/stat : 29383 (java) R 29380 29382 26332 0 -1 64 12005 270 1 0 981 7 0 0 25 0 9 0 2000052859 888205312 10500 996147200 134512640 134550740 4294955968 18446744073709551615 4126753971 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29382/tid=29385] ppid=29380 vsize=867388 CPUtime=0.04
/proc/29382/task/29385/stat : 29385 (java) S 29380 29382 26332 0 -1 64 2599 270 0 0 4 0 0 0 16 0 9 0 2000052861 888205312 10500 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29382/tid=29386] ppid=29380 vsize=867388 CPUtime=0
/proc/29382/task/29386/stat : 29386 (java) S 29380 29382 26332 0 -1 64 16 270 0 0 0 0 0 0 16 0 9 0 2000052861 888205312 10500 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29382/tid=29387] ppid=29380 vsize=867388 CPUtime=0
/proc/29382/task/29387/stat : 29387 (java) S 29380 29382 26332 0 -1 64 9 270 0 0 0 0 0 0 15 0 9 0 2000052861 888205312 10500 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29382/tid=29388] ppid=29380 vsize=867388 CPUtime=0
/proc/29382/task/29388/stat : 29388 (java) S 29380 29382 26332 0 -1 64 1 270 0 0 0 0 0 0 18 0 9 0 2000052863 888205312 10500 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29382/tid=29389] ppid=29380 vsize=867388 CPUtime=0.22
/proc/29382/task/29389/stat : 29389 (java) S 29380 29382 26332 0 -1 64 563 270 0 0 22 0 0 0 16 0 9 0 2000052863 888205312 10500 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29382/tid=29390] ppid=29380 vsize=867388 CPUtime=0
/proc/29382/task/29390/stat : 29390 (java) S 29380 29382 26332 0 -1 64 1 270 0 0 0 0 0 0 19 0 9 0 2000052863 888205312 10500 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29382/tid=29391] ppid=29380 vsize=867388 CPUtime=0
/proc/29382/task/29391/stat : 29391 (java) S 29380 29382 26332 0 -1 64 6 270 0 0 0 0 0 0 15 0 9 0 2000052863 888205312 10500 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.19
Current children cumulated vsize (KiB) 867388

[startup+10.7016 s]
/proc/loadavg: 1.96 1.98 1.99 3/83 29395
/proc/meminfo: memFree=1376956/2055920 swapFree=4179028/4192956
[pid=29382] ppid=29380 vsize=867388 CPUtime=10.59
/proc/29382/stat : 29382 (java) S 29380 29382 26332 0 -1 0 16006 270 1 0 1049 10 0 0 18 0 9 0 2000052858 888205312 10501 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29382/statm: 216847 10501 2631 9 0 211353 0
[pid=29382/tid=29383] ppid=29380 vsize=867388 CPUtime=10.28
/proc/29382/task/29383/stat : 29383 (java) R 29380 29382 26332 0 -1 64 12006 270 1 0 1021 7 0 0 25 0 9 0 2000052859 888205312 10501 996147200 134512640 134550740 4294955968 18446744073709551615 4126753730 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29382/tid=29385] ppid=29380 vsize=867388 CPUtime=0.04
/proc/29382/task/29385/stat : 29385 (java) S 29380 29382 26332 0 -1 64 2599 270 0 0 4 0 0 0 16 0 9 0 2000052861 888205312 10501 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29382/tid=29386] ppid=29380 vsize=867388 CPUtime=0
/proc/29382/task/29386/stat : 29386 (java) S 29380 29382 26332 0 -1 64 16 270 0 0 0 0 0 0 16 0 9 0 2000052861 888205312 10501 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29382/tid=29387] ppid=29380 vsize=867388 CPUtime=0
/proc/29382/task/29387/stat : 29387 (java) S 29380 29382 26332 0 -1 64 9 270 0 0 0 0 0 0 15 0 9 0 2000052861 888205312 10501 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29382/tid=29388] ppid=29380 vsize=867388 CPUtime=0
/proc/29382/task/29388/stat : 29388 (java) S 29380 29382 26332 0 -1 64 1 270 0 0 0 0 0 0 18 0 9 0 2000052863 888205312 10501 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29382/tid=29389] ppid=29380 vsize=867388 CPUtime=0.22
/proc/29382/task/29389/stat : 29389 (java) S 29380 29382 26332 0 -1 64 563 270 0 0 22 0 0 0 16 0 9 0 2000052863 888205312 10501 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29382/tid=29390] ppid=29380 vsize=867388 CPUtime=0
/proc/29382/task/29390/stat : 29390 (java) S 29380 29382 26332 0 -1 64 1 270 0 0 0 0 0 0 19 0 9 0 2000052863 888205312 10501 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29382/tid=29391] ppid=29380 vsize=867388 CPUtime=0
/proc/29382/task/29391/stat : 29391 (java) S 29380 29382 26332 0 -1 64 6 270 0 0 0 0 0 0 15 0 9 0 2000052863 888205312 10501 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.59
Current children cumulated vsize (KiB) 867388

[startup+10.9016 s]
/proc/loadavg: 1.96 1.98 1.99 3/83 29395
/proc/meminfo: memFree=1376764/2055920 swapFree=4179028/4192956
[pid=29382] ppid=29380 vsize=867388 CPUtime=10.79
/proc/29382/stat : 29382 (java) S 29380 29382 26332 0 -1 0 16009 270 1 0 1069 10 0 0 18 0 9 0 2000052858 888205312 10503 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29382/statm: 216847 10503 2631 9 0 211353 0
[pid=29382/tid=29383] ppid=29380 vsize=867388 CPUtime=10.48
/proc/29382/task/29383/stat : 29383 (java) R 29380 29382 26332 0 -1 64 12009 270 1 0 1041 7 0 0 25 0 9 0 2000052859 888205312 10503 996147200 134512640 134550740 4294955968 18446744073709551615 4125951632 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29382/tid=29385] ppid=29380 vsize=867388 CPUtime=0.04
/proc/29382/task/29385/stat : 29385 (java) S 29380 29382 26332 0 -1 64 2599 270 0 0 4 0 0 0 16 0 9 0 2000052861 888205312 10503 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29382/tid=29386] ppid=29380 vsize=867388 CPUtime=0
/proc/29382/task/29386/stat : 29386 (java) S 29380 29382 26332 0 -1 64 16 270 0 0 0 0 0 0 16 0 9 0 2000052861 888205312 10503 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29382/tid=29387] ppid=29380 vsize=867388 CPUtime=0
/proc/29382/task/29387/stat : 29387 (java) S 29380 29382 26332 0 -1 64 9 270 0 0 0 0 0 0 15 0 9 0 2000052861 888205312 10503 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29382/tid=29388] ppid=29380 vsize=867388 CPUtime=0
/proc/29382/task/29388/stat : 29388 (java) S 29380 29382 26332 0 -1 64 1 270 0 0 0 0 0 0 18 0 9 0 2000052863 888205312 10503 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29382/tid=29389] ppid=29380 vsize=867388 CPUtime=0.22
/proc/29382/task/29389/stat : 29389 (java) S 29380 29382 26332 0 -1 64 563 270 0 0 22 0 0 0 16 0 9 0 2000052863 888205312 10503 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29382/tid=29390] ppid=29380 vsize=867388 CPUtime=0
/proc/29382/task/29390/stat : 29390 (java) S 29380 29382 26332 0 -1 64 1 270 0 0 0 0 0 0 19 0 9 0 2000052863 888205312 10503 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29382/tid=29391] ppid=29380 vsize=867388 CPUtime=0
/proc/29382/task/29391/stat : 29391 (java) S 29380 29382 26332 0 -1 64 6 270 0 0 0 0 0 0 15 0 9 0 2000052863 888205312 10503 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.79
Current children cumulated vsize (KiB) 867388

Child status: 0
Real time (s): 10.954
CPU time (s): 10.8154
CPU user time (s): 10.6984
CPU system time (s): 0.116982
CPU usage (%): 98.7342
Max. virtual memory (cumulated for all children) (KiB): 867388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.6984
system time used= 0.116982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16396
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= 1453
involuntary context switches= 1735

runsolver used 0.017997 second user time and 0.047992 second system time

The end

Launcher Data (download as text)

Begin job on node36 at 2008-07-05 00:33:20
IDJOB=1079736
IDBENCH=56898
IDSOLVER=364
FILE ID=node36/1079736-1215210800
PBS_JOBID= 7881623
Free space on /tmp= 66532 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg7-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= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1079736-1215210800/watcher-1079736-1215210800 -o /tmp/evaluation-result-1079736-1215210800/solver-1079736-1215210800 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1079736-1215210800.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 34f49ec7596469127b01a2b2f15f8640
RANDOM SEED=1858046984

node36.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.240
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.240
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:       1409700 kB
Buffers:         94684 kB
Cached:         386304 kB
SwapCached:       7932 kB
Active:         388776 kB
Inactive:       187200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1409700 kB
SwapTotal:     4192956 kB
SwapFree:      4179028 kB
Dirty:            2260 kB
Writeback:           0 kB
Mapped:         102032 kB
Slab:            55544 kB
Committed_AS:  3366756 kB
PageTables:       1912 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= 66528 MiB
End job on node36 at 2008-07-05 00:33:31