Trace number 1051188

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.7959 26.8329

DiagnosticValue
CHECKS25650800
NODES15770

General information on the benchmark

Namecsp/golombRulerArity4/
normalized-ruler-34-9-a4.xml
MD5SUM947bd0bb99890d45969905fa1e7cd20f
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.60676
Satisfiable
(Un)Satisfiability was proved
Number of variables9
Number of constraints582
Maximum constraint arity4
Maximum domain size35
Number of constraints which are defined in extension0
Number of constraints which are defined in intension582
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.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.18/0.29	   
0.18/0.29	   instance
0.18/0.29	     name=HOME/instance-1051188-1215052491.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.37	     nbVariables=9  nbDomainTypes=1  minDomainSize=35  maxDomainSize=35  nbTotalValues=315
0.29/0.37	       =>  wckTime=0.129  cpuTime=0.12  mem=7M919
0.29/0.37	   
0.29/0.37	   predicates being loaded...
0.39/0.45	   
0.39/0.45	   constraints being loaded...
0.79/0.87	     nbConstraints=247  nbGlobalConstraints=1  nbMergedConstraints=336  nbConvertedConstraints=36
0.79/0.87	     nbConvertConstraintsChecks=1225  nbExtensionStructures=1  nbSharedExtensionStructures=35  nbConflictsStructures=1
0.79/0.87	     nbSharedConflictsStructures=35  nbUnbuiltConflictsStructures=2  nbSharedBinaryRepresentations=1
0.79/0.87	     nbEvaluationManagers=2  nbSharedEvaluationManagers=208  minDegree=93  maxDegree=93  minArity=2  avgArity=3.39
0.79/0.87	     maxArity=9  nbGenerators=0  nbFusions=0  symmetryWckTime=0.058  symmetryCpuTime=0.02  nbCliques=1
0.79/0.87	       =>  wckTime=0.633  cpuTime=0.45  mem=18M710
0.87/0.93	   
0.87/0.93	   solver IterativeSystematicSolver being built... 
0.97/1.03	   
0.97/1.03	   INFO : Forward propagation technique limited 
0.97/1.09	       =>  wckTime=0.855  cpuTime=0.59  mem=22M854
1.27/1.35	   
1.27/1.35	   preprocessing
1.27/1.35	     nbConstraintChecks=211538  nbValidityChecks=347450  nbPropagations=253  nbRevisions=26908  nbUselessRevisions=25956
1.27/1.35	     nbSingletonTests=57  nbEffectiveSingletonTests=7  nbACRemovals=72  nbFoundSingletons=0  nbRemovedValues=92
1.27/1.35	     detectedInconsistency=no
1.27/1.35	       =>  wckTime=0.253  cpuTime=0.22  mem=22M854
1.98/2.02	   
1.98/2.02	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=23M846)
26.68/26.78	   
26.68/26.78	   search
26.68/26.78	     run=15  nbConstraintChecks=25439271  nbValidityChecks=48932613  minDepth=0  maxDepth=4  nbPropagations=280974
26.68/26.78	     nbRevisions=29248104  nbUselessRevisions=28232363  nbAssignments=15770  nbFailedAssignments=10005
26.68/26.78	     nbBacktracks=5709  nbVisitedNodes=30465  nbRestartNogoods=190  nbSEliminables=0  nbREliminables=0
26.68/26.78	     nbIEliminables=5.34  nbDEliminables=0  nbPEliminables=0
26.68/26.78	       =>  wckTime=25.682  cpuTime=25.59  mem=23M846
26.68/26.78	   
26.68/26.78	   global
26.68/26.78	     nbConstraintChecks=25650809  nbValidityChecks=49280063  nbPropagations=281227  nbRevisions=29275012
26.68/26.78	     nbUselessRevisions=28258319  nbRestartNogoods=190  solvingWckTime=25.684  solvingCpuTime=25.59  expiredTime=no
26.68/26.78	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=26.24
26.68/26.78	       =>  wckTime=26.541  cpuTime=26.19  mem=23M846
26.68/26.78	   
26.68/26.78	s UNSATISFIABLE
26.68/26.78	d NODES 15770
26.68/26.78	d CHECKS 25650809
26.68/26.78	   
26.68/26.78	   totalWckTime=26.598  totalCpuTime=26.24

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-1051188-1215052491/watcher-1051188-1215052491 -o /tmp/evaluation-result-1051188-1215052491/solver-1051188-1215052491 -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-1051188-1215052491.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: 2.01 2.02 2.00 3/84 31605
/proc/meminfo: memFree=1367320/2055920 swapFree=4180236/4192956
[pid=31605] ppid=31603 vsize=1612 CPUtime=0
/proc/31605/stat : 31605 (java) D 31603 31605 29620 0 -1 0 152 0 0 0 0 0 0 0 18 0 1 0 628182737 1650688 125 996147200 134512640 134550740 4294956144 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/31605/statm: 403 125 100 9 0 45 0

[startup+0.0191021 s]
/proc/loadavg: 2.01 2.02 2.00 3/84 31605
/proc/meminfo: memFree=1367320/2055920 swapFree=4180236/4192956
[pid=31605] ppid=31603 vsize=44480 CPUtime=0.01
/proc/31605/stat : 31605 (java) S 31603 31605 29620 0 -1 0 916 0 1 0 0 1 0 0 18 0 2 0 628182737 45547520 666 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/31605/statm: 11120 666 361 9 0 9518 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 44480

[startup+0.112117 s]
/proc/loadavg: 2.01 2.02 2.00 3/84 31605
/proc/meminfo: memFree=1367320/2055920 swapFree=4180236/4192956
[pid=31605] ppid=31603 vsize=865884 CPUtime=0.09
/proc/31605/stat : 31605 (java) S 31603 31605 29620 0 -1 0 3891 0 1 0 7 2 0 0 18 0 9 0 628182737 886665216 3331 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31605/statm: 216471 3331 1750 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301138 s]
/proc/loadavg: 2.01 2.02 2.00 3/84 31605
/proc/meminfo: memFree=1367320/2055920 swapFree=4180236/4192956
[pid=31605] ppid=31603 vsize=866128 CPUtime=0.29
/proc/31605/stat : 31605 (java) S 31603 31605 29620 0 -1 0 5725 0 1 0 25 4 0 0 18 0 9 0 628182737 886915072 5099 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31605/statm: 216532 5099 1950 9 0 211060 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866128

[startup+0.701202 s]
/proc/loadavg: 2.01 2.02 2.00 3/84 31605
/proc/meminfo: memFree=1367320/2055920 swapFree=4180236/4192956
[pid=31605] ppid=31603 vsize=867096 CPUtime=0.69
/proc/31605/stat : 31605 (java) S 31603 31605 29620 0 -1 0 7790 0 1 0 63 6 0 0 18 0 9 0 628182737 887906304 7150 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31605/statm: 216774 7150 2007 9 0 211280 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 867096

[startup+1.50132 s]
/proc/loadavg: 2.09 2.04 2.01 5/95 31618
/proc/meminfo: memFree=1339712/2055920 swapFree=4180236/4192956
[pid=31605] ppid=31603 vsize=867876 CPUtime=1.47
/proc/31605/stat : 31605 (java) S 31603 31605 29620 0 -1 0 17276 290 1 0 136 11 0 0 18 0 9 0 628182737 888705024 11209 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31605/statm: 216969 11209 2632 9 0 211475 0
[pid=31605/tid=31607] ppid=31603 vsize=867876 CPUtime=1.17
/proc/31605/task/31607/stat : 31607 (java) R 31603 31605 29620 0 -1 64 12570 290 1 0 109 8 0 0 22 0 9 0 628182738 888705024 11209 996147200 134512640 134550740 4294955968 18446744073709551615 4126928487 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31605/tid=31608] ppid=31603 vsize=867876 CPUtime=0.04
/proc/31605/task/31608/stat : 31608 (java) S 31603 31605 29620 0 -1 64 3137 290 0 0 4 0 0 0 16 0 9 0 628182739 888705024 11209 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31605/tid=31609] ppid=31603 vsize=867876 CPUtime=0
/proc/31605/task/31609/stat : 31609 (java) S 31603 31605 29620 0 -1 64 16 290 0 0 0 0 0 0 17 0 9 0 628182740 888705024 11209 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31605/tid=31610] ppid=31603 vsize=867876 CPUtime=0
/proc/31605/task/31610/stat : 31610 (java) S 31603 31605 29620 0 -1 64 13 290 0 0 0 0 0 0 16 0 9 0 628182740 888705024 11209 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31605/tid=31611] ppid=31603 vsize=867876 CPUtime=0
/proc/31605/task/31611/stat : 31611 (java) S 31603 31605 29620 0 -1 64 1 290 0 0 0 0 0 0 18 0 9 0 628182742 888705024 11209 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31605/tid=31612] ppid=31603 vsize=867876 CPUtime=0.22
/proc/31605/task/31612/stat : 31612 (java) S 31603 31605 29620 0 -1 64 734 290 0 0 22 0 0 0 15 0 9 0 628182742 888705024 11209 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31605/tid=31613] ppid=31603 vsize=867876 CPUtime=0
/proc/31605/task/31613/stat : 31613 (java) S 31603 31605 29620 0 -1 64 1 290 0 0 0 0 0 0 19 0 9 0 628182742 888705024 11209 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31605/tid=31614] ppid=31603 vsize=867876 CPUtime=0
/proc/31605/task/31614/stat : 31614 (java) S 31603 31605 29620 0 -1 64 1 290 0 0 0 0 0 0 15 0 9 0 628182742 888705024 11209 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) 867876

[startup+3.10255 s]
/proc/loadavg: 2.09 2.04 2.01 2/79 31621
/proc/meminfo: memFree=1755128/2055920 swapFree=4180236/4192956
[pid=31605] ppid=31603 vsize=867876 CPUtime=3.09
/proc/31605/stat : 31605 (java) S 31603 31605 29620 0 -1 0 17309 290 1 0 298 11 0 0 18 0 9 0 628182737 888705024 11239 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31605/statm: 216969 11239 2632 9 0 211475 0
[pid=31605/tid=31607] ppid=31603 vsize=867876 CPUtime=2.75
/proc/31605/task/31607/stat : 31607 (java) R 31603 31605 29620 0 -1 64 12581 290 1 0 267 8 0 0 17 0 9 0 628182738 888705024 11239 996147200 134512640 134550740 4294955968 18446744073709551615 4126759680 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31605/tid=31608] ppid=31603 vsize=867876 CPUtime=0.04
/proc/31605/task/31608/stat : 31608 (java) S 31603 31605 29620 0 -1 64 3138 290 0 0 4 0 0 0 16 0 9 0 628182739 888705024 11239 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31605/tid=31609] ppid=31603 vsize=867876 CPUtime=0
/proc/31605/task/31609/stat : 31609 (java) S 31603 31605 29620 0 -1 64 16 290 0 0 0 0 0 0 17 0 9 0 628182740 888705024 11239 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31605/tid=31610] ppid=31603 vsize=867876 CPUtime=0
/proc/31605/task/31610/stat : 31610 (java) S 31603 31605 29620 0 -1 64 13 290 0 0 0 0 0 0 16 0 9 0 628182740 888705024 11239 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31605/tid=31611] ppid=31603 vsize=867876 CPUtime=0
/proc/31605/task/31611/stat : 31611 (java) S 31603 31605 29620 0 -1 64 1 290 0 0 0 0 0 0 18 0 9 0 628182742 888705024 11239 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31605/tid=31612] ppid=31603 vsize=867876 CPUtime=0.25
/proc/31605/task/31612/stat : 31612 (java) S 31603 31605 29620 0 -1 64 755 290 0 0 25 0 0 0 16 0 9 0 628182742 888705024 11239 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31605/tid=31613] ppid=31603 vsize=867876 CPUtime=0
/proc/31605/task/31613/stat : 31613 (java) S 31603 31605 29620 0 -1 64 1 290 0 0 0 0 0 0 19 0 9 0 628182742 888705024 11239 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31605/tid=31614] ppid=31603 vsize=867876 CPUtime=0
/proc/31605/task/31614/stat : 31614 (java) S 31603 31605 29620 0 -1 64 1 290 0 0 0 0 0 0 15 0 9 0 628182742 888705024 11239 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 867876

[startup+6.30103 s]
/proc/loadavg: 2.09 2.04 2.01 4/91 31659
/proc/meminfo: memFree=1729496/2055920 swapFree=4180236/4192956
[pid=31605] ppid=31603 vsize=867876 CPUtime=6.29
/proc/31605/stat : 31605 (java) S 31603 31605 29620 0 -1 0 17338 290 1 0 617 12 0 0 18 0 9 0 628182737 888705024 11254 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31605/statm: 216969 11254 2632 9 0 211475 0
[pid=31605/tid=31607] ppid=31603 vsize=867876 CPUtime=5.93
/proc/31605/task/31607/stat : 31607 (java) R 31603 31605 29620 0 -1 64 12588 290 1 0 584 9 0 0 25 0 9 0 628182738 888705024 11254 996147200 134512640 134550740 4294955968 18446744073709551615 4126925573 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31605/tid=31608] ppid=31603 vsize=867876 CPUtime=0.04
/proc/31605/task/31608/stat : 31608 (java) S 31603 31605 29620 0 -1 64 3138 290 0 0 4 0 0 0 17 0 9 0 628182739 888705024 11254 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31605/tid=31609] ppid=31603 vsize=867876 CPUtime=0
/proc/31605/task/31609/stat : 31609 (java) S 31603 31605 29620 0 -1 64 16 290 0 0 0 0 0 0 17 0 9 0 628182740 888705024 11254 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31605/tid=31610] ppid=31603 vsize=867876 CPUtime=0
/proc/31605/task/31610/stat : 31610 (java) S 31603 31605 29620 0 -1 64 13 290 0 0 0 0 0 0 16 0 9 0 628182740 888705024 11254 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31605/tid=31611] ppid=31603 vsize=867876 CPUtime=0
/proc/31605/task/31611/stat : 31611 (java) S 31603 31605 29620 0 -1 64 1 290 0 0 0 0 0 0 18 0 9 0 628182742 888705024 11254 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31605/tid=31612] ppid=31603 vsize=867876 CPUtime=0.27
/proc/31605/task/31612/stat : 31612 (java) S 31603 31605 29620 0 -1 64 767 290 0 0 27 0 0 0 16 0 9 0 628182742 888705024 11254 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31605/tid=31613] ppid=31603 vsize=867876 CPUtime=0
/proc/31605/task/31613/stat : 31613 (java) S 31603 31605 29620 0 -1 64 1 290 0 0 0 0 0 0 19 0 9 0 628182742 888705024 11254 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31605/tid=31614] ppid=31603 vsize=867876 CPUtime=0
/proc/31605/task/31614/stat : 31614 (java) S 31603 31605 29620 0 -1 64 11 290 0 0 0 0 0 0 15 0 9 0 628182742 888705024 11254 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 867876

[startup+12.703 s]
/proc/loadavg: 2.15 2.05 2.01 3/90 31660
/proc/meminfo: memFree=1713240/2055920 swapFree=4180236/4192956
[pid=31605] ppid=31603 vsize=867876 CPUtime=12.69
/proc/31605/stat : 31605 (java) S 31603 31605 29620 0 -1 0 17354 290 1 0 1257 12 0 0 18 0 9 0 628182737 888705024 11259 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31605/statm: 216969 11259 2632 9 0 211475 0
[pid=31605/tid=31607] ppid=31603 vsize=867876 CPUtime=12.33
/proc/31605/task/31607/stat : 31607 (java) R 31603 31605 29620 0 -1 64 12590 290 1 0 1224 9 0 0 25 0 9 0 628182738 888705024 11259 996147200 134512640 134550740 4294955968 18446744073709551615 4126951309 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31605/tid=31608] ppid=31603 vsize=867876 CPUtime=0.04
/proc/31605/task/31608/stat : 31608 (java) S 31603 31605 29620 0 -1 64 3138 290 0 0 4 0 0 0 16 0 9 0 628182739 888705024 11259 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31605/tid=31609] ppid=31603 vsize=867876 CPUtime=0
/proc/31605/task/31609/stat : 31609 (java) S 31603 31605 29620 0 -1 64 16 290 0 0 0 0 0 0 17 0 9 0 628182740 888705024 11259 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31605/tid=31610] ppid=31603 vsize=867876 CPUtime=0
/proc/31605/task/31610/stat : 31610 (java) S 31603 31605 29620 0 -1 64 13 290 0 0 0 0 0 0 16 0 9 0 628182740 888705024 11259 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31605/tid=31611] ppid=31603 vsize=867876 CPUtime=0
/proc/31605/task/31611/stat : 31611 (java) S 31603 31605 29620 0 -1 64 1 290 0 0 0 0 0 0 18 0 9 0 628182742 888705024 11259 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31605/tid=31612] ppid=31603 vsize=867876 CPUtime=0.28
/proc/31605/task/31612/stat : 31612 (java) S 31603 31605 29620 0 -1 64 781 290 0 0 28 0 0 0 16 0 9 0 628182742 888705024 11259 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31605/tid=31613] ppid=31603 vsize=867876 CPUtime=0
/proc/31605/task/31613/stat : 31613 (java) S 31603 31605 29620 0 -1 64 1 290 0 0 0 0 0 0 19 0 9 0 628182742 888705024 11259 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31605/tid=31614] ppid=31603 vsize=867876 CPUtime=0
/proc/31605/task/31614/stat : 31614 (java) S 31603 31605 29620 0 -1 64 11 290 0 0 0 0 0 0 15 0 9 0 628182742 888705024 11259 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 867876

[startup+25.5019 s]
/proc/loadavg: 2.13 2.05 2.01 3/90 31660
/proc/meminfo: memFree=1713048/2055920 swapFree=4180236/4192956
[pid=31605] ppid=31603 vsize=867876 CPUtime=25.48
/proc/31605/stat : 31605 (java) S 31603 31605 29620 0 -1 0 17355 290 1 0 2535 13 0 0 18 0 9 0 628182737 888705024 11260 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31605/statm: 216969 11260 2632 9 0 211475 0
[pid=31605/tid=31607] ppid=31603 vsize=867876 CPUtime=25.12
/proc/31605/task/31607/stat : 31607 (java) R 31603 31605 29620 0 -1 64 12591 290 1 0 2503 9 0 0 25 0 9 0 628182738 888705024 11260 996147200 134512640 134550740 4294955968 18446744073709551615 4126918600 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31605/tid=31608] ppid=31603 vsize=867876 CPUtime=0.04
/proc/31605/task/31608/stat : 31608 (java) S 31603 31605 29620 0 -1 64 3138 290 0 0 4 0 0 0 16 0 9 0 628182739 888705024 11260 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31605/tid=31609] ppid=31603 vsize=867876 CPUtime=0
/proc/31605/task/31609/stat : 31609 (java) S 31603 31605 29620 0 -1 64 16 290 0 0 0 0 0 0 17 0 9 0 628182740 888705024 11260 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31605/tid=31610] ppid=31603 vsize=867876 CPUtime=0
/proc/31605/task/31610/stat : 31610 (java) S 31603 31605 29620 0 -1 64 13 290 0 0 0 0 0 0 16 0 9 0 628182740 888705024 11260 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31605/tid=31611] ppid=31603 vsize=867876 CPUtime=0
/proc/31605/task/31611/stat : 31611 (java) S 31603 31605 29620 0 -1 64 1 290 0 0 0 0 0 0 18 0 9 0 628182742 888705024 11260 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31605/tid=31612] ppid=31603 vsize=867876 CPUtime=0.28
/proc/31605/task/31612/stat : 31612 (java) S 31603 31605 29620 0 -1 64 781 290 0 0 28 0 0 0 16 0 9 0 628182742 888705024 11260 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31605/tid=31613] ppid=31603 vsize=867876 CPUtime=0
/proc/31605/task/31613/stat : 31613 (java) S 31603 31605 29620 0 -1 64 1 290 0 0 0 0 0 0 19 0 9 0 628182742 888705024 11260 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31605/tid=31614] ppid=31603 vsize=867876 CPUtime=0
/proc/31605/task/31614/stat : 31614 (java) S 31603 31605 29620 0 -1 64 11 290 0 0 0 0 0 0 15 0 9 0 628182742 888705024 11260 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 867876

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

[startup+26.302 s]
/proc/loadavg: 2.12 2.05 2.01 3/90 31660
/proc/meminfo: memFree=1713048/2055920 swapFree=4180236/4192956
[pid=31605] ppid=31603 vsize=867876 CPUtime=26.29
/proc/31605/stat : 31605 (java) S 31603 31605 29620 0 -1 0 17355 290 1 0 2616 13 0 0 18 0 9 0 628182737 888705024 11260 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31605/statm: 216969 11260 2632 9 0 211475 0
[pid=31605/tid=31607] ppid=31603 vsize=867876 CPUtime=25.92
/proc/31605/task/31607/stat : 31607 (java) R 31603 31605 29620 0 -1 64 12591 290 1 0 2583 9 0 0 25 0 9 0 628182738 888705024 11260 996147200 134512640 134550740 4294955968 18446744073709551615 4125952094 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31605/tid=31608] ppid=31603 vsize=867876 CPUtime=0.04
/proc/31605/task/31608/stat : 31608 (java) S 31603 31605 29620 0 -1 64 3138 290 0 0 4 0 0 0 16 0 9 0 628182739 888705024 11260 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31605/tid=31609] ppid=31603 vsize=867876 CPUtime=0
/proc/31605/task/31609/stat : 31609 (java) S 31603 31605 29620 0 -1 64 16 290 0 0 0 0 0 0 17 0 9 0 628182740 888705024 11260 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31605/tid=31610] ppid=31603 vsize=867876 CPUtime=0
/proc/31605/task/31610/stat : 31610 (java) S 31603 31605 29620 0 -1 64 13 290 0 0 0 0 0 0 16 0 9 0 628182740 888705024 11260 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31605/tid=31611] ppid=31603 vsize=867876 CPUtime=0
/proc/31605/task/31611/stat : 31611 (java) S 31603 31605 29620 0 -1 64 1 290 0 0 0 0 0 0 18 0 9 0 628182742 888705024 11260 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31605/tid=31612] ppid=31603 vsize=867876 CPUtime=0.28
/proc/31605/task/31612/stat : 31612 (java) S 31603 31605 29620 0 -1 64 781 290 0 0 28 0 0 0 16 0 9 0 628182742 888705024 11260 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31605/tid=31613] ppid=31603 vsize=867876 CPUtime=0
/proc/31605/task/31613/stat : 31613 (java) S 31603 31605 29620 0 -1 64 1 290 0 0 0 0 0 0 19 0 9 0 628182742 888705024 11260 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31605/tid=31614] ppid=31603 vsize=867876 CPUtime=0
/proc/31605/task/31614/stat : 31614 (java) S 31603 31605 29620 0 -1 64 11 290 0 0 0 0 0 0 15 0 9 0 628182742 888705024 11260 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 26.29
Current children cumulated vsize (KiB) 867876

[startup+26.701 s]
/proc/loadavg: 2.12 2.05 2.01 3/90 31660
/proc/meminfo: memFree=1713048/2055920 swapFree=4180236/4192956
[pid=31605] ppid=31603 vsize=867876 CPUtime=26.68
/proc/31605/stat : 31605 (java) S 31603 31605 29620 0 -1 0 17355 290 1 0 2655 13 0 0 18 0 9 0 628182737 888705024 11260 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31605/statm: 216969 11260 2632 9 0 211475 0
[pid=31605/tid=31607] ppid=31603 vsize=867876 CPUtime=26.31
/proc/31605/task/31607/stat : 31607 (java) R 31603 31605 29620 0 -1 64 12591 290 1 0 2622 9 0 0 25 0 9 0 628182738 888705024 11260 996147200 134512640 134550740 4294955968 18446744073709551615 4126924087 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31605/tid=31608] ppid=31603 vsize=867876 CPUtime=0.04
/proc/31605/task/31608/stat : 31608 (java) S 31603 31605 29620 0 -1 64 3138 290 0 0 4 0 0 0 16 0 9 0 628182739 888705024 11260 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31605/tid=31609] ppid=31603 vsize=867876 CPUtime=0
/proc/31605/task/31609/stat : 31609 (java) S 31603 31605 29620 0 -1 64 16 290 0 0 0 0 0 0 17 0 9 0 628182740 888705024 11260 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31605/tid=31610] ppid=31603 vsize=867876 CPUtime=0
/proc/31605/task/31610/stat : 31610 (java) S 31603 31605 29620 0 -1 64 13 290 0 0 0 0 0 0 16 0 9 0 628182740 888705024 11260 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31605/tid=31611] ppid=31603 vsize=867876 CPUtime=0
/proc/31605/task/31611/stat : 31611 (java) S 31603 31605 29620 0 -1 64 1 290 0 0 0 0 0 0 18 0 9 0 628182742 888705024 11260 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31605/tid=31612] ppid=31603 vsize=867876 CPUtime=0.28
/proc/31605/task/31612/stat : 31612 (java) S 31603 31605 29620 0 -1 64 781 290 0 0 28 0 0 0 16 0 9 0 628182742 888705024 11260 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31605/tid=31613] ppid=31603 vsize=867876 CPUtime=0
/proc/31605/task/31613/stat : 31613 (java) S 31603 31605 29620 0 -1 64 1 290 0 0 0 0 0 0 19 0 9 0 628182742 888705024 11260 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31605/tid=31614] ppid=31603 vsize=867876 CPUtime=0
/proc/31605/task/31614/stat : 31614 (java) S 31603 31605 29620 0 -1 64 11 290 0 0 0 0 0 0 15 0 9 0 628182742 888705024 11260 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 26.68
Current children cumulated vsize (KiB) 867876

[startup+26.8011 s]
/proc/loadavg: 2.12 2.05 2.01 3/90 31660
/proc/meminfo: memFree=1713048/2055920 swapFree=4180236/4192956
[pid=31605] ppid=31603 vsize=867876 CPUtime=26.77
/proc/31605/stat : 31605 (java) S 31603 31605 29620 0 -1 0 17449 290 1 0 2664 13 0 0 18 0 9 0 628182737 888705024 11349 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31605/statm: 216969 11349 2632 9 0 211475 0
[pid=31605/tid=31607] ppid=31603 vsize=867876 CPUtime=26.4
/proc/31605/task/31607/stat : 31607 (java) S 31603 31605 29620 0 -1 64 12685 290 1 0 2631 9 0 0 25 0 9 0 628182738 888705024 11349 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31605/tid=31608] ppid=31603 vsize=867876 CPUtime=0.04
/proc/31605/task/31608/stat : 31608 (java) S 31603 31605 29620 0 -1 64 3138 290 0 0 4 0 0 0 16 0 9 0 628182739 888705024 11349 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31605/tid=31609] ppid=31603 vsize=867876 CPUtime=0
/proc/31605/task/31609/stat : 31609 (java) S 31603 31605 29620 0 -1 64 16 290 0 0 0 0 0 0 17 0 9 0 628182740 888705024 11349 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31605/tid=31610] ppid=31603 vsize=867876 CPUtime=0
/proc/31605/task/31610/stat : 31610 (java) S 31603 31605 29620 0 -1 64 13 290 0 0 0 0 0 0 16 0 9 0 628182740 888705024 11349 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31605/tid=31611] ppid=31603 vsize=867876 CPUtime=0
/proc/31605/task/31611/stat : 31611 (java) S 31603 31605 29620 0 -1 64 1 290 0 0 0 0 0 0 18 0 9 0 628182742 888705024 11349 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31605/tid=31612] ppid=31603 vsize=867876 CPUtime=0.28
/proc/31605/task/31612/stat : 31612 (java) S 31603 31605 29620 0 -1 64 781 290 0 0 28 0 0 0 16 0 9 0 628182742 888705024 11349 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31605/tid=31613] ppid=31603 vsize=867876 CPUtime=0
/proc/31605/task/31613/stat : 31613 (java) S 31603 31605 29620 0 -1 64 1 290 0 0 0 0 0 0 19 0 9 0 628182742 888705024 11349 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31605/tid=31614] ppid=31603 vsize=867876 CPUtime=0
/proc/31605/task/31614/stat : 31614 (java) S 31603 31605 29620 0 -1 64 11 290 0 0 0 0 0 0 15 0 9 0 628182742 888705024 11349 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 26.77
Current children cumulated vsize (KiB) 867876

Child status: 0
Real time (s): 26.8329
CPU time (s): 26.7959
CPU user time (s): 26.6509
CPU system time (s): 0.144977
CPU usage (%): 99.8622
Max. virtual memory (cumulated for all children) (KiB): 867920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 26.6509
system time used= 0.144977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17765
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= 1438
involuntary context switches= 1041

runsolver used 0.052991 second user time and 0.080987 second system time

The end

Launcher Data (download as text)

Begin job on node39 at 2008-07-03 04:34:51
IDJOB=1051188
IDBENCH=55427
IDSOLVER=364
FILE ID=node39/1051188-1215052491
PBS_JOBID= 7875096
Free space on /tmp= 66548 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/golombRulerArity4/normalized-ruler-34-9-a4.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-1051188-1215052491/watcher-1051188-1215052491 -o /tmp/evaluation-result-1051188-1215052491/solver-1051188-1215052491 -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-1051188-1215052491.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 947bd0bb99890d45969905fa1e7cd20f
RANDOM SEED=1492749557

node39.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.267
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.267
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:       1367800 kB
Buffers:         39516 kB
Cached:         143608 kB
SwapCached:       6528 kB
Active:         524388 kB
Inactive:        91908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1367800 kB
SwapTotal:     4192956 kB
SwapFree:      4180236 kB
Dirty:            2108 kB
Writeback:           0 kB
Mapped:         443968 kB
Slab:            56208 kB
Committed_AS:  1550248 kB
PageTables:       2584 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= 66544 MiB
End job on node39 at 2008-07-03 04:35:18