Trace number 1086308

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 27.2459 27.3383

DiagnosticValue
CHECKS1405800
NODES0

General information on the benchmark

Namecsp/fapp/fapp11/
normalized-fapp11-1000-6.xml
MD5SUM7db336713358debe85f4357efdd6517c
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark27.2459
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of constraints15032
Maximum constraint arity2
Maximum domain size362
Number of constraints which are defined in extension0
Number of constraints which are defined in intension15032
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=esac.xml
0.19/0.28	   
0.19/0.28	   instance
0.19/0.28	     name=HOME/instance-1086308-1215238663.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.35	   
0.28/0.35	   variables being loaded...
0.47/0.52	     nbVariables=1000  nbDomainTypes=18  minDomainSize=50  maxDomainSize=362  nbTotalValues=294634
0.47/0.52	       =>  wckTime=0.274  cpuTime=0.19  mem=18M612
0.47/0.52	   
0.47/0.52	   predicates being loaded...
0.47/0.58	   
0.47/0.58	   constraints being loaded...
20.56/20.66	   
20.56/20.66	   INFO : Stopping converting binary constraints (cpu=20.05, mem = 41M480)
25.73/25.88	     nbConstraints=8015  nbGlobalConstraints=10  nbMergedConstraints=7027  nbConvertedConstraints=421
25.73/25.88	     nbConvertConstraintsChecks=42637728  nbExtensionStructures=392  nbSharedExtensionStructures=59
25.73/25.88	     nbConflictsStructures=696  nbSharedConflictsStructures=138  nbUnbuiltConflictsStructures=6078
25.73/25.88	     nbSharedBinaryRepresentations=149421  nbEvaluationManagers=6382  nbSharedEvaluationManagers=1202  minDegree=4
25.73/25.88	     maxDegree=28  minArity=2  avgArity=2  maxArity=7  nbGenerators=0  nbFusions=0  symmetryWckTime=1.172
25.73/25.88	     symmetryCpuTime=1.0  nbCliques=10
25.73/25.88	       =>  wckTime=25.632  cpuTime=24.62  mem=69M418
26.03/26.18	   
26.03/26.18	   solver IterativeSystematicSolver being built... 
26.34/26.43	   
26.34/26.43	   INFO : Forward propagation technique limited 
26.43/26.54	       =>  wckTime=26.291  cpuTime=24.9  mem=91M965
27.12/27.26	   
27.12/27.26	   preprocessing
27.12/27.26	     nbConstraintChecks=1405800  nbValidityChecks=22191  nbPropagations=55  nbRevisions=1088  nbUselessRevisions=724
27.12/27.26	     nbRemovedValues=21820  detectedInconsistency=yes
27.12/27.26	       =>  wckTime=0.715  cpuTime=0.68  mem=91M965
27.12/27.26	   
27.12/27.26	   global
27.12/27.26	     nbConstraintChecks=1405800  nbValidityChecks=22191  nbPropagations=55  nbRevisions=1088  nbUselessRevisions=724
27.12/27.26	     nbRestartNogoods=0  solvingWckTime=0.718  solvingCpuTime=0.68  expiredTime=no  totalExploration=yes
27.12/27.26	     nbFoundSolutions=0  globalCpuTime=25.63
27.12/27.26	       =>  wckTime=27.017  cpuTime=25.6  mem=91M965
27.12/27.27	   
27.12/27.27	s UNSATISFIABLE
27.12/27.27	d NODES 0
27.12/27.27	d CHECKS 1405800
27.12/27.27	   
27.12/27.27	   totalWckTime=27.088  totalCpuTime=25.64

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-1086308-1215238663/watcher-1086308-1215238663 -o /tmp/evaluation-result-1086308-1215238663/solver-1086308-1215238663 -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-1086308-1215238663.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.92 1.98 1.99 3/81 24456
/proc/meminfo: memFree=803424/2055920 swapFree=4156368/4192956
[pid=24456] ppid=24454 vsize=1616 CPUtime=0
/proc/24456/stat : 24456 (java) D 24454 24456 22432 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 707832681 1654784 145 996147200 134512640 134550740 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/24456/statm: 404 148 122 9 0 46 0

[startup+0.01037 s]
/proc/loadavg: 1.92 1.98 1.99 3/81 24456
/proc/meminfo: memFree=803424/2055920 swapFree=4156368/4192956
[pid=24456] ppid=24454 vsize=10336 CPUtime=0
/proc/24456/stat : 24456 (java) R 24454 24456 22432 0 -1 0 542 0 0 0 0 0 0 0 18 0 1 0 707832681 10584064 345 996147200 134512640 134550740 4294955968 18446744073709551615 4841759 0 0 4096 0 0 0 0 17 0 0 0
/proc/24456/statm: 2584 353 146 9 0 1102 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10336

[startup+0.102386 s]
/proc/loadavg: 1.92 1.98 1.99 3/81 24456
/proc/meminfo: memFree=803424/2055920 swapFree=4156368/4192956
[pid=24456] ppid=24454 vsize=865884 CPUtime=0.08
/proc/24456/stat : 24456 (java) S 24454 24456 22432 0 -1 0 3711 0 1 0 7 1 0 0 18 0 9 0 707832681 886665216 3183 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24456/statm: 216471 3184 1688 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301418 s]
/proc/loadavg: 1.92 1.98 1.99 3/81 24456
/proc/meminfo: memFree=803424/2055920 swapFree=4156368/4192956
[pid=24456] ppid=24454 vsize=866284 CPUtime=0.28
/proc/24456/stat : 24456 (java) S 24454 24456 22432 0 -1 0 5914 0 1 0 24 4 0 0 18 0 9 0 707832681 887074816 5288 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24456/statm: 216571 5289 1956 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.701489 s]
/proc/loadavg: 1.92 1.98 1.99 3/81 24456
/proc/meminfo: memFree=803424/2055920 swapFree=4156368/4192956
[pid=24456] ppid=24454 vsize=867708 CPUtime=0.68
/proc/24456/stat : 24456 (java) S 24454 24456 22432 0 -1 0 10834 0 1 0 61 7 0 0 18 0 9 0 707832681 888532992 10194 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24456/statm: 216927 10195 2011 9 0 211433 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867708

[startup+1.50162 s]
/proc/loadavg: 1.92 1.98 1.99 3/90 24465
/proc/meminfo: memFree=751704/2055920 swapFree=4156368/4192956
[pid=24456] ppid=24454 vsize=867620 CPUtime=1.48
/proc/24456/stat : 24456 (java) S 24454 24456 22432 0 -1 0 20019 0 1 0 136 12 0 0 18 0 9 0 707832681 888442880 19354 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24456/statm: 216905 19354 2004 9 0 211433 0
[pid=24456/tid=24458] ppid=24454 vsize=867620 CPUtime=1.22
/proc/24456/task/24458/stat : 24458 (java) R 24454 24456 22432 0 -1 64 15755 0 1 0 113 9 0 0 25 0 9 0 707832682 888442880 19354 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24456/tid=24459] ppid=24454 vsize=867620 CPUtime=0.06
/proc/24456/task/24459/stat : 24459 (java) S 24454 24456 22432 0 -1 64 2906 0 0 0 5 1 0 0 16 0 9 0 707832683 888442880 19354 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24456/tid=24460] ppid=24454 vsize=867620 CPUtime=0
/proc/24456/task/24460/stat : 24460 (java) S 24454 24456 22432 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 707832683 888442880 19354 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24456/tid=24461] ppid=24454 vsize=867620 CPUtime=0
/proc/24456/task/24461/stat : 24461 (java) S 24454 24456 22432 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 707832683 888442880 19354 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24456/tid=24462] ppid=24454 vsize=867620 CPUtime=0
/proc/24456/task/24462/stat : 24462 (java) S 24454 24456 22432 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 707832685 888442880 19354 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24456/tid=24463] ppid=24454 vsize=867620 CPUtime=0.16
/proc/24456/task/24463/stat : 24463 (java) S 24454 24456 22432 0 -1 64 660 0 0 0 16 0 0 0 16 0 9 0 707832685 888442880 19354 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24456/tid=24464] ppid=24454 vsize=867620 CPUtime=0
/proc/24456/task/24464/stat : 24464 (java) S 24454 24456 22432 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 707832685 888442880 19354 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24456/tid=24465] ppid=24454 vsize=867620 CPUtime=0
/proc/24456/task/24465/stat : 24465 (java) S 24454 24456 22432 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 707832685 888442880 19354 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867620

[startup+3.1029 s]
/proc/loadavg: 1.92 1.98 1.99 3/90 24465
/proc/meminfo: memFree=733336/2055920 swapFree=4156368/4192956
[pid=24456] ppid=24454 vsize=867620 CPUtime=3.08
/proc/24456/stat : 24456 (java) S 24454 24456 22432 0 -1 0 20073 0 1 0 295 13 0 0 18 0 9 0 707832681 888442880 19405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24456/statm: 216905 19405 2006 9 0 211433 0
[pid=24456/tid=24458] ppid=24454 vsize=867620 CPUtime=2.8
/proc/24456/task/24458/stat : 24458 (java) R 24454 24456 22432 0 -1 64 15787 0 1 0 270 10 0 0 25 0 9 0 707832682 888442880 19405 996147200 134512640 134550740 4294955968 18446744073709551615 4126919064 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24456/tid=24459] ppid=24454 vsize=867620 CPUtime=0.06
/proc/24456/task/24459/stat : 24459 (java) S 24454 24456 22432 0 -1 64 2906 0 0 0 5 1 0 0 17 0 9 0 707832683 888442880 19405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24456/tid=24460] ppid=24454 vsize=867620 CPUtime=0
/proc/24456/task/24460/stat : 24460 (java) S 24454 24456 22432 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 707832683 888442880 19405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24456/tid=24461] ppid=24454 vsize=867620 CPUtime=0
/proc/24456/task/24461/stat : 24461 (java) S 24454 24456 22432 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 707832683 888442880 19405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24456/tid=24462] ppid=24454 vsize=867620 CPUtime=0
/proc/24456/task/24462/stat : 24462 (java) S 24454 24456 22432 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 707832685 888442880 19405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24456/tid=24463] ppid=24454 vsize=867620 CPUtime=0.18
/proc/24456/task/24463/stat : 24463 (java) S 24454 24456 22432 0 -1 64 682 0 0 0 18 0 0 0 15 0 9 0 707832685 888442880 19405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24456/tid=24464] ppid=24454 vsize=867620 CPUtime=0
/proc/24456/task/24464/stat : 24464 (java) S 24454 24456 22432 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 707832685 888442880 19405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24456/tid=24465] ppid=24454 vsize=867620 CPUtime=0
/proc/24456/task/24465/stat : 24465 (java) S 24454 24456 22432 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 707832685 888442880 19405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 867620

[startup+6.30144 s]
/proc/loadavg: 1.93 1.98 1.99 3/90 24465
/proc/meminfo: memFree=732952/2055920 swapFree=4156368/4192956
[pid=24456] ppid=24454 vsize=867620 CPUtime=6.27
/proc/24456/stat : 24456 (java) S 24454 24456 22432 0 -1 0 20101 0 1 0 614 13 0 0 18 0 9 0 707832681 888442880 19430 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24456/statm: 216905 19430 2006 9 0 211433 0
[pid=24456/tid=24458] ppid=24454 vsize=867620 CPUtime=5.97
/proc/24456/task/24458/stat : 24458 (java) R 24454 24456 22432 0 -1 64 15792 0 1 0 587 10 0 0 25 0 9 0 707832682 888442880 19430 996147200 134512640 134550740 4294955968 18446744073709551615 4126894043 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24456/tid=24459] ppid=24454 vsize=867620 CPUtime=0.06
/proc/24456/task/24459/stat : 24459 (java) S 24454 24456 22432 0 -1 64 2906 0 0 0 5 1 0 0 16 0 9 0 707832683 888442880 19430 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24456/tid=24460] ppid=24454 vsize=867620 CPUtime=0
/proc/24456/task/24460/stat : 24460 (java) S 24454 24456 22432 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 707832683 888442880 19430 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24456/tid=24461] ppid=24454 vsize=867620 CPUtime=0
/proc/24456/task/24461/stat : 24461 (java) S 24454 24456 22432 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 707832683 888442880 19430 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24456/tid=24462] ppid=24454 vsize=867620 CPUtime=0
/proc/24456/task/24462/stat : 24462 (java) S 24454 24456 22432 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 707832685 888442880 19430 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24456/tid=24463] ppid=24454 vsize=867620 CPUtime=0.21
/proc/24456/task/24463/stat : 24463 (java) S 24454 24456 22432 0 -1 64 705 0 0 0 21 0 0 0 15 0 9 0 707832685 888442880 19430 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24456/tid=24464] ppid=24454 vsize=867620 CPUtime=0
/proc/24456/task/24464/stat : 24464 (java) S 24454 24456 22432 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 707832685 888442880 19430 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24456/tid=24465] ppid=24454 vsize=867620 CPUtime=0
/proc/24456/task/24465/stat : 24465 (java) S 24454 24456 22432 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 707832685 888442880 19430 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 867620

[startup+12.7015 s]
/proc/loadavg: 1.93 1.98 1.99 3/90 24465
/proc/meminfo: memFree=716640/2055920 swapFree=4156368/4192956
[pid=24456] ppid=24454 vsize=867620 CPUtime=12.67
/proc/24456/stat : 24456 (java) S 24454 24456 22432 0 -1 0 24144 0 1 0 1251 16 0 0 18 0 9 0 707832681 888442880 23471 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24456/statm: 216905 23471 2006 9 0 211433 0
[pid=24456/tid=24458] ppid=24454 vsize=867620 CPUtime=12.23
/proc/24456/task/24458/stat : 24458 (java) R 24454 24456 22432 0 -1 64 15795 0 1 0 1212 11 0 0 25 0 9 0 707832682 888442880 23471 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24456/tid=24459] ppid=24454 vsize=867620 CPUtime=0.2
/proc/24456/task/24459/stat : 24459 (java) S 24454 24456 22432 0 -1 64 6944 0 0 0 17 3 0 0 16 0 9 0 707832683 888442880 23471 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24456/tid=24460] ppid=24454 vsize=867620 CPUtime=0
/proc/24456/task/24460/stat : 24460 (java) S 24454 24456 22432 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 707832683 888442880 23471 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24456/tid=24461] ppid=24454 vsize=867620 CPUtime=0
/proc/24456/task/24461/stat : 24461 (java) S 24454 24456 22432 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 707832683 888442880 23471 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24456/tid=24462] ppid=24454 vsize=867620 CPUtime=0
/proc/24456/task/24462/stat : 24462 (java) S 24454 24456 22432 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 707832685 888442880 23471 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24456/tid=24463] ppid=24454 vsize=867620 CPUtime=0.21
/proc/24456/task/24463/stat : 24463 (java) S 24454 24456 22432 0 -1 64 707 0 0 0 21 0 0 0 15 0 9 0 707832685 888442880 23471 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24456/tid=24464] ppid=24454 vsize=867620 CPUtime=0
/proc/24456/task/24464/stat : 24464 (java) S 24454 24456 22432 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 707832685 888442880 23471 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24456/tid=24465] ppid=24454 vsize=867620 CPUtime=0
/proc/24456/task/24465/stat : 24465 (java) S 24454 24456 22432 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 707832685 888442880 23471 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 867620

[startup+25.5027 s]
/proc/loadavg: 1.95 1.98 1.99 4/92 24469
/proc/meminfo: memFree=696464/2055920 swapFree=4156368/4192956
[pid=24456] ppid=24454 vsize=868268 CPUtime=25.44
/proc/24456/stat : 24456 (java) S 24454 24456 22432 0 -1 0 31116 674 1 0 2514 21 8 1 18 0 9 0 707832681 889106432 28385 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24456/statm: 217067 28385 2018 9 0 211595 0
[pid=24456/tid=24458] ppid=24454 vsize=868268 CPUtime=24.52
/proc/24456/task/24458/stat : 24458 (java) R 24454 24456 22432 0 -1 64 17576 674 1 0 2431 12 8 1 21 0 9 0 707832682 889106432 28385 996147200 134512640 134550740 4294955968 18446744073709551615 4126885750 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24456/tid=24459] ppid=24454 vsize=868268 CPUtime=0.69
/proc/24456/task/24459/stat : 24459 (java) S 24454 24456 22432 0 -1 64 11833 674 0 0 54 6 8 1 16 0 9 0 707832683 889106432 28385 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24456/tid=24460] ppid=24454 vsize=868268 CPUtime=0.09
/proc/24456/task/24460/stat : 24460 (java) S 24454 24456 22432 0 -1 64 13 674 0 0 0 0 8 1 16 0 9 0 707832683 889106432 28385 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24456/tid=24461] ppid=24454 vsize=868268 CPUtime=0.09
/proc/24456/task/24461/stat : 24461 (java) S 24454 24456 22432 0 -1 64 5 674 0 0 0 0 8 1 16 0 9 0 707832683 889106432 28385 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24456/tid=24462] ppid=24454 vsize=868268 CPUtime=0.09
/proc/24456/task/24462/stat : 24462 (java) S 24454 24456 22432 0 -1 64 1 674 0 0 0 0 8 1 23 0 9 0 707832685 889106432 28385 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24456/tid=24463] ppid=24454 vsize=868268 CPUtime=0.36
/proc/24456/task/24463/stat : 24463 (java) S 24454 24456 22432 0 -1 64 860 674 0 0 27 0 8 1 15 0 9 0 707832685 889106432 28385 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24456/tid=24464] ppid=24454 vsize=868268 CPUtime=0.09
/proc/24456/task/24464/stat : 24464 (java) S 24454 24456 22432 0 -1 64 2 674 0 0 0 0 8 1 24 0 9 0 707832685 889106432 28385 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24456/tid=24465] ppid=24454 vsize=868268 CPUtime=0.09
/proc/24456/task/24465/stat : 24465 (java) S 24454 24456 22432 0 -1 64 13 674 0 0 0 0 8 1 15 0 9 0 707832685 889106432 28385 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 868268

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

[startup+26.3018 s]
/proc/loadavg: 1.95 1.98 1.99 3/90 24469
/proc/meminfo: memFree=689688/2055920 swapFree=4156368/4192956
[pid=24456] ppid=24454 vsize=868356 CPUtime=26.24
/proc/24456/stat : 24456 (java) S 24454 24456 22432 0 -1 0 48779 674 1 0 2590 25 8 1 18 0 9 0 707832681 889196544 30874 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24456/statm: 217089 30874 2637 9 0 211595 0
[pid=24456/tid=24458] ppid=24454 vsize=868356 CPUtime=24.99
/proc/24456/task/24458/stat : 24458 (java) R 24454 24456 22432 0 -1 64 22563 674 1 0 2477 13 8 1 25 0 9 0 707832682 889196544 30874 996147200 134512640 134550740 4294955968 18446744073709551615 4127290721 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24456/tid=24459] ppid=24454 vsize=868356 CPUtime=0.98
/proc/24456/task/24459/stat : 24459 (java) S 24454 24456 22432 0 -1 64 24428 674 0 0 81 8 8 1 18 0 9 0 707832683 889196544 30874 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24456/tid=24460] ppid=24454 vsize=868356 CPUtime=0.09
/proc/24456/task/24460/stat : 24460 (java) S 24454 24456 22432 0 -1 64 16 674 0 0 0 0 8 1 16 0 9 0 707832683 889196544 30874 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24456/tid=24461] ppid=24454 vsize=868356 CPUtime=0.09
/proc/24456/task/24461/stat : 24461 (java) S 24454 24456 22432 0 -1 64 14 674 0 0 0 0 8 1 16 0 9 0 707832683 889196544 30874 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24456/tid=24462] ppid=24454 vsize=868356 CPUtime=0.09
/proc/24456/task/24462/stat : 24462 (java) S 24454 24456 22432 0 -1 64 1 674 0 0 0 0 8 1 23 0 9 0 707832685 889196544 30874 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24456/tid=24463] ppid=24454 vsize=868356 CPUtime=0.4
/proc/24456/task/24463/stat : 24463 (java) S 24454 24456 22432 0 -1 64 926 674 0 0 31 0 8 1 15 0 9 0 707832685 889196544 30874 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24456/tid=24464] ppid=24454 vsize=868356 CPUtime=0.09
/proc/24456/task/24464/stat : 24464 (java) S 24454 24456 22432 0 -1 64 2 674 0 0 0 0 8 1 24 0 9 0 707832685 889196544 30874 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24456/tid=24465] ppid=24454 vsize=868356 CPUtime=0.09
/proc/24456/task/24465/stat : 24465 (java) S 24454 24456 22432 0 -1 64 16 674 0 0 0 0 8 1 15 0 9 0 707832685 889196544 30874 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 26.24
Current children cumulated vsize (KiB) 868356

[startup+27.102 s]
/proc/loadavg: 1.95 1.98 1.99 3/90 24469
/proc/meminfo: memFree=689688/2055920 swapFree=4156368/4192956
[pid=24456] ppid=24454 vsize=868356 CPUtime=27.02
/proc/24456/stat : 24456 (java) S 24454 24456 22432 0 -1 0 58643 674 1 0 2665 28 8 1 18 0 9 0 707832681 889196544 33622 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24456/statm: 217089 33622 2638 9 0 211595 0
[pid=24456/tid=24458] ppid=24454 vsize=868356 CPUtime=25.7
/proc/24456/task/24458/stat : 24458 (java) R 24454 24456 22432 0 -1 64 28586 674 1 0 2546 15 8 1 25 0 9 0 707832682 889196544 33622 996147200 134512640 134550740 4294955968 18446744073709551615 4127063984 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24456/tid=24459] ppid=24454 vsize=868356 CPUtime=1.03
/proc/24456/task/24459/stat : 24459 (java) S 24454 24456 22432 0 -1 64 28245 674 0 0 84 10 8 1 16 0 9 0 707832683 889196544 33622 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24456/tid=24460] ppid=24454 vsize=868356 CPUtime=0.09
/proc/24456/task/24460/stat : 24460 (java) S 24454 24456 22432 0 -1 64 16 674 0 0 0 0 8 1 16 0 9 0 707832683 889196544 33622 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24456/tid=24461] ppid=24454 vsize=868356 CPUtime=0.09
/proc/24456/task/24461/stat : 24461 (java) S 24454 24456 22432 0 -1 64 23 674 0 0 0 0 8 1 15 0 9 0 707832683 889196544 33622 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24456/tid=24462] ppid=24454 vsize=868356 CPUtime=0.09
/proc/24456/task/24462/stat : 24462 (java) S 24454 24456 22432 0 -1 64 1 674 0 0 0 0 8 1 23 0 9 0 707832685 889196544 33622 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24456/tid=24463] ppid=24454 vsize=868356 CPUtime=0.44
/proc/24456/task/24463/stat : 24463 (java) S 24454 24456 22432 0 -1 64 941 674 0 0 34 1 8 1 15 0 9 0 707832685 889196544 33622 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24456/tid=24464] ppid=24454 vsize=868356 CPUtime=0.09
/proc/24456/task/24464/stat : 24464 (java) S 24454 24456 22432 0 -1 64 2 674 0 0 0 0 8 1 24 0 9 0 707832685 889196544 33622 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24456/tid=24465] ppid=24454 vsize=868356 CPUtime=0.09
/proc/24456/task/24465/stat : 24465 (java) S 24454 24456 22432 0 -1 64 16 674 0 0 0 0 8 1 15 0 9 0 707832685 889196544 33622 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 27.02
Current children cumulated vsize (KiB) 868356

[startup+27.302 s]
/proc/loadavg: 1.95 1.98 1.99 3/90 24469
/proc/meminfo: memFree=689688/2055920 swapFree=4156368/4192956
[pid=24456] ppid=24454 vsize=868356 CPUtime=27.19
/proc/24456/stat : 24456 (java) S 24454 24456 22432 0 -1 0 58648 674 1 0 2682 28 8 1 18 0 9 0 707832681 889196544 33624 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24456/statm: 217089 33624 2638 9 0 211595 0
[pid=24456/tid=24458] ppid=24454 vsize=868356 CPUtime=25.87
/proc/24456/task/24458/stat : 24458 (java) S 24454 24456 22432 0 -1 64 28590 674 1 0 2563 15 8 1 25 0 9 0 707832682 889196544 33624 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24456/tid=24459] ppid=24454 vsize=868356 CPUtime=1.03
/proc/24456/task/24459/stat : 24459 (java) S 24454 24456 22432 0 -1 64 28245 674 0 0 84 10 8 1 16 0 9 0 707832683 889196544 33624 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24456/tid=24460] ppid=24454 vsize=868356 CPUtime=0.09
/proc/24456/task/24460/stat : 24460 (java) S 24454 24456 22432 0 -1 64 16 674 0 0 0 0 8 1 16 0 9 0 707832683 889196544 33624 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24456/tid=24461] ppid=24454 vsize=868356 CPUtime=0.09
/proc/24456/task/24461/stat : 24461 (java) S 24454 24456 22432 0 -1 64 23 674 0 0 0 0 8 1 15 0 9 0 707832683 889196544 33624 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24456/tid=24462] ppid=24454 vsize=868356 CPUtime=0.09
/proc/24456/task/24462/stat : 24462 (java) S 24454 24456 22432 0 -1 64 1 674 0 0 0 0 8 1 23 0 9 0 707832685 889196544 33624 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24456/tid=24463] ppid=24454 vsize=868356 CPUtime=0.44
/proc/24456/task/24463/stat : 24463 (java) S 24454 24456 22432 0 -1 64 942 674 0 0 34 1 8 1 16 0 9 0 707832685 889196544 33624 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24456/tid=24464] ppid=24454 vsize=868356 CPUtime=0.09
/proc/24456/task/24464/stat : 24464 (java) S 24454 24456 22432 0 -1 64 2 674 0 0 0 0 8 1 24 0 9 0 707832685 889196544 33624 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24456/tid=24465] ppid=24454 vsize=868356 CPUtime=0.09
/proc/24456/task/24465/stat : 24465 (java) S 24454 24456 22432 0 -1 64 16 674 0 0 0 0 8 1 15 0 9 0 707832685 889196544 33624 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 27.19
Current children cumulated vsize (KiB) 868356

Child status: 0
Real time (s): 27.3383
CPU time (s): 27.2459
CPU user time (s): 26.9189
CPU system time (s): 0.32695
CPU usage (%): 99.662
Max. virtual memory (cumulated for all children) (KiB): 868356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 26.9189
system time used= 0.32695
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59351
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= 2514
involuntary context switches= 2601

runsolver used 0.031995 second user time and 0.104984 second system time

The end

Launcher Data (download as text)

Begin job on node58 at 2008-07-05 08:17:43
IDJOB=1086308
IDBENCH=57794
IDSOLVER=364
FILE ID=node58/1086308-1215238663
PBS_JOBID= 7881888
Free space on /tmp= 66552 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/fapp/fapp11/normalized-fapp11-1000-6.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-1086308-1215238663/watcher-1086308-1215238663 -o /tmp/evaluation-result-1086308-1215238663/solver-1086308-1215238663 -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-1086308-1215238663.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7db336713358debe85f4357efdd6517c
RANDOM SEED=1992295364

node58.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.261
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.261
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:        803840 kB
Buffers:        112620 kB
Cached:         322456 kB
SwapCached:      30928 kB
Active:         912728 kB
Inactive:       259048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        803840 kB
SwapTotal:     4192956 kB
SwapFree:      4156368 kB
Dirty:            4080 kB
Writeback:           0 kB
Mapped:         752588 kB
Slab:            64220 kB
Committed_AS:  1921432 kB
PageTables:       3196 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= 66552 MiB
End job on node58 at 2008-07-05 08:18:10