Trace number 2097874

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 24.6313 24.9206

DiagnosticValue
CHECKS165883
NODES0

General information on the benchmark

Namecsp/fapp/fapp25/
normalized-fapp25-2230-0.xml
MD5SUM7d256a84222d0f8032eecede595dc56a
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 benchmark9.50955
Satisfiable
(Un)Satisfiability was proved
Number of variables2230
Number of constraints18971
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension18971
Global constraints used (with number of constraints)

Solver Data

0.07/0.09	
0.07/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.30	   instance
0.18/0.30	     name=HOME/instance-2097874-1247414130.xml
0.28/0.34	   
0.28/0.34	   domains being loaded...
0.28/0.39	   
0.28/0.39	   variables being loaded...
0.77/0.80	     nbVariables=2230  nbDomainTypes=21  minDomainSize=46  maxDomainSize=302  nbTotalValues=610084
0.77/0.80	       =>  wckTime=0.557  cpuTime=0.41  mem=30M368
0.77/0.80	   
0.77/0.80	   predicates being loaded...
0.77/0.86	   
0.77/0.86	   constraints being loaded...
20.68/20.97	   
20.68/20.97	   INFO : Stopping converting binary constraints (cpu=20.05, mem = 42M511)
23.64/23.91	     nbConstraints=11974  nbMergedConstraints=6997  nbConvertedConstraints=2637  nbConvertConstraintsChecks=52331667
23.64/23.91	     nbExtensionStructures=942  nbSharedExtensionStructures=2018  nbConflictsStructures=1046
23.64/23.91	     nbSharedConflictsStructures=2102  nbUnbuiltConflictsStructures=1825  nbSharedBinaryRepresentations=426302
23.64/23.91	     nbEvaluationManagers=1929  nbSharedEvaluationManagers=7408  minDegree=2  maxDegree=14  minArity=2  maxArity=2
23.64/23.91	     nbGenerators=0  nbFusions=0  symmetryWckTime=1.323  symmetryCpuTime=1.09
23.64/23.91	       =>  wckTime=23.665  cpuTime=22.51  mem=63M482
23.95/24.22	   
23.95/24.22	   solver IterativeSystematicSolver being built... 
24.34/24.70	       =>  wckTime=24.454  cpuTime=22.84  mem=87M395
24.54/24.84	   
24.54/24.84	   preprocessing
24.54/24.84	     nbConstraintChecks=165883  nbValidityChecks=2444  nbPropagations=9  nbRevisions=143  nbUselessRevisions=76
24.54/24.84	     nbRemovedValues=7029  detectedInconsistency=yes
24.54/24.84	       =>  wckTime=0.131  cpuTime=0.12  mem=88M364
24.54/24.85	   
24.54/24.85	   global
24.54/24.85	     nbConstraintChecks=165883  nbValidityChecks=2444  nbPropagations=9  nbRevisions=143  nbUselessRevisions=76
24.54/24.85	     nbRestartNogoods=0  solvingWckTime=0.134  solvingCpuTime=0.12  expiredTime=no  totalExploration=yes
24.54/24.85	     nbFoundSolutions=0  globalCpuTime=23.01
24.54/24.85	       =>  wckTime=24.605  cpuTime=22.97  mem=88M364
24.54/24.85	   
24.54/24.85	s UNSATISFIABLE
24.54/24.85	d NODES 0
24.54/24.85	d CHECKS 165883
24.54/24.85	   
24.54/24.85	   totalWckTime=24.665  totalCpuTime=23.01

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2097874-1247414130/watcher-2097874-1247414130 -o /tmp/evaluation-result-2097874-1247414130/solver-2097874-1247414130 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2097874-1247414130.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB

[startup+0 s]
/proc/loadavg: 2.10 2.07 2.01 4/80 1869
/proc/meminfo: memFree=1751136/2055920 swapFree=4192812/4192956
[pid=1869] ppid=1867 vsize=18576 CPUtime=0
/proc/1869/stat : 1869 (runsolver) R 1867 29707 29707 0 -1 4194368 10 0 0 0 0 0 0 0 19 0 1 0 28476502 19021824 282 996147200 4194304 4302564 548682068384 18446744073709551615 273651103466 0 0 4096 24578 0 0 0 17 1 0 0
/proc/1869/statm: 4644 282 247 26 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.090247 s]
/proc/loadavg: 2.10 2.07 2.01 4/80 1869
/proc/meminfo: memFree=1751136/2055920 swapFree=4192812/4192956
[pid=1869] ppid=1867 vsize=865956 CPUtime=0.07
/proc/1869/stat : 1869 (java) S 1867 1869 29707 0 -1 0 3547 0 1 0 5 2 0 0 18 0 9 0 28476502 886738944 3032 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1869/statm: 216489 3032 1601 9 0 210981 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865956

[startup+0.101245 s]
/proc/loadavg: 2.10 2.07 2.01 4/80 1869
/proc/meminfo: memFree=1751136/2055920 swapFree=4192812/4192956
[pid=1869] ppid=1867 vsize=865984 CPUtime=0.08
/proc/1869/stat : 1869 (java) S 1867 1869 29707 0 -1 0 3724 0 1 0 6 2 0 0 18 0 9 0 28476502 886767616 3192 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1869/statm: 216496 3192 1690 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.305651 s]
/proc/loadavg: 2.10 2.07 2.01 4/80 1869
/proc/meminfo: memFree=1751136/2055920 swapFree=4192812/4192956
[pid=1869] ppid=1867 vsize=866224 CPUtime=0.28
/proc/1869/stat : 1869 (java) S 1867 1869 29707 0 -1 0 5790 0 1 0 24 4 0 0 18 0 9 0 28476502 887013376 5156 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1869/statm: 216556 5156 1980 9 0 211014 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866224

[startup+0.701287 s]
/proc/loadavg: 2.10 2.07 2.01 4/80 1869
/proc/meminfo: memFree=1751136/2055920 swapFree=4192812/4192956
[pid=1869] ppid=1867 vsize=867084 CPUtime=0.67
/proc/1869/stat : 1869 (java) S 1867 1869 29707 0 -1 0 9447 0 1 0 62 5 0 0 18 0 9 0 28476502 887894016 8809 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1869/statm: 216771 8809 1998 9 0 211229 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867084

[startup+1.50235 s]
/proc/loadavg: 2.17 2.08 2.02 3/89 1879
/proc/meminfo: memFree=1704600/2055920 swapFree=4192812/4192956
[pid=1869] ppid=1867 vsize=867512 CPUtime=1.46
/proc/1869/stat : 1869 (java) S 1867 1869 29707 0 -1 0 21721 0 1 0 135 11 0 0 18 0 9 0 28476502 888332288 21049 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1869/statm: 216878 21049 2029 9 0 211336 0
[pid=1869/tid=1872] ppid=1867 vsize=867512 CPUtime=1.2
/proc/1869/task/1872/stat : 1872 (java) R 1867 1869 29707 0 -1 64 15777 0 1 0 111 9 0 0 25 0 9 0 28476504 888332288 21049 996147200 134512640 134550932 4294955968 18446744073709551615 102724601 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1873] ppid=1867 vsize=867512 CPUtime=0.06
/proc/1869/task/1873/stat : 1873 (java) S 1867 1869 29707 0 -1 64 4582 0 0 0 5 1 0 0 16 0 9 0 28476505 888332288 21049 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1874] ppid=1867 vsize=867512 CPUtime=0
/proc/1869/task/1874/stat : 1874 (java) S 1867 1869 29707 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28476505 888332288 21049 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1875] ppid=1867 vsize=867512 CPUtime=0
/proc/1869/task/1875/stat : 1875 (java) S 1867 1869 29707 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28476505 888332288 21049 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1876] ppid=1867 vsize=867512 CPUtime=0
/proc/1869/task/1876/stat : 1876 (java) S 1867 1869 29707 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28476507 888332288 21049 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1877] ppid=1867 vsize=867512 CPUtime=0.17
/proc/1869/task/1877/stat : 1877 (java) S 1867 1869 29707 0 -1 64 660 0 0 0 17 0 0 0 16 0 9 0 28476507 888332288 21049 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1878] ppid=1867 vsize=867512 CPUtime=0
/proc/1869/task/1878/stat : 1878 (java) S 1867 1869 29707 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28476507 888332288 21049 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1879] ppid=1867 vsize=867512 CPUtime=0
/proc/1869/task/1879/stat : 1879 (java) S 1867 1869 29707 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28476508 888332288 21049 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867512

[startup+3.10244 s]
/proc/loadavg: 2.17 2.08 2.02 3/89 1879
/proc/meminfo: memFree=1661976/2055920 swapFree=4192812/4192956
[pid=1869] ppid=1867 vsize=867512 CPUtime=3.05
/proc/1869/stat : 1869 (java) S 1867 1869 29707 0 -1 0 24891 0 1 0 293 12 0 0 18 0 9 0 28476502 888332288 24215 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1869/statm: 216878 24215 2032 9 0 211336 0
[pid=1869/tid=1872] ppid=1867 vsize=867512 CPUtime=2.67
/proc/1869/task/1872/stat : 1872 (java) R 1867 1869 29707 0 -1 64 15819 0 1 0 258 9 0 0 25 0 9 0 28476504 888332288 24215 996147200 134512640 134550932 4294955968 18446744073709551615 4126970945 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1873] ppid=1867 vsize=867512 CPUtime=0.16
/proc/1869/task/1873/stat : 1873 (java) S 1867 1869 29707 0 -1 64 7692 0 0 0 14 2 0 0 17 0 9 0 28476505 888332288 24215 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1874] ppid=1867 vsize=867512 CPUtime=0
/proc/1869/task/1874/stat : 1874 (java) S 1867 1869 29707 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28476505 888332288 24215 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1875] ppid=1867 vsize=867512 CPUtime=0
/proc/1869/task/1875/stat : 1875 (java) S 1867 1869 29707 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28476505 888332288 24215 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1876] ppid=1867 vsize=867512 CPUtime=0
/proc/1869/task/1876/stat : 1876 (java) S 1867 1869 29707 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28476507 888332288 24215 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1877] ppid=1867 vsize=867512 CPUtime=0.2
/proc/1869/task/1877/stat : 1877 (java) S 1867 1869 29707 0 -1 64 678 0 0 0 20 0 0 0 16 0 9 0 28476507 888332288 24215 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1878] ppid=1867 vsize=867512 CPUtime=0
/proc/1869/task/1878/stat : 1878 (java) S 1867 1869 29707 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28476507 888332288 24215 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1879] ppid=1867 vsize=867512 CPUtime=0
/proc/1869/task/1879/stat : 1879 (java) S 1867 1869 29707 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28476508 888332288 24215 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867512

[startup+6.30166 s]
/proc/loadavg: 2.17 2.08 2.02 3/89 1879
/proc/meminfo: memFree=1661400/2055920 swapFree=4192812/4192956
[pid=1869] ppid=1867 vsize=867512 CPUtime=6.22
/proc/1869/stat : 1869 (java) S 1867 1869 29707 0 -1 0 24925 0 1 0 609 13 0 0 18 0 9 0 28476502 888332288 24245 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1869/statm: 216878 24245 2032 9 0 211336 0
[pid=1869/tid=1872] ppid=1867 vsize=867512 CPUtime=5.8
/proc/1869/task/1872/stat : 1872 (java) R 1867 1869 29707 0 -1 64 15825 0 1 0 570 10 0 0 17 0 9 0 28476504 888332288 24245 996147200 134512640 134550932 4294955968 18446744073709551615 101450328 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1873] ppid=1867 vsize=867512 CPUtime=0.16
/proc/1869/task/1873/stat : 1873 (java) S 1867 1869 29707 0 -1 64 7692 0 0 0 14 2 0 0 16 0 9 0 28476505 888332288 24245 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1869/tid=1874] ppid=1867 vsize=867512 CPUtime=0
/proc/1869/task/1874/stat : 1874 (java) S 1867 1869 29707 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28476505 888332288 24245 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1875] ppid=1867 vsize=867512 CPUtime=0
/proc/1869/task/1875/stat : 1875 (java) S 1867 1869 29707 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28476505 888332288 24245 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1876] ppid=1867 vsize=867512 CPUtime=0
/proc/1869/task/1876/stat : 1876 (java) S 1867 1869 29707 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28476507 888332288 24245 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1877] ppid=1867 vsize=867512 CPUtime=0.23
/proc/1869/task/1877/stat : 1877 (java) S 1867 1869 29707 0 -1 64 706 0 0 0 23 0 0 0 15 0 9 0 28476507 888332288 24245 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1878] ppid=1867 vsize=867512 CPUtime=0
/proc/1869/task/1878/stat : 1878 (java) S 1867 1869 29707 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28476507 888332288 24245 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1879] ppid=1867 vsize=867512 CPUtime=0
/proc/1869/task/1879/stat : 1879 (java) S 1867 1869 29707 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28476508 888332288 24245 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867512

[startup+12.7021 s]
/proc/loadavg: 2.14 2.08 2.02 3/89 1879
/proc/meminfo: memFree=1661272/2055920 swapFree=4192812/4192956
[pid=1869] ppid=1867 vsize=867512 CPUtime=12.56
/proc/1869/stat : 1869 (java) S 1867 1869 29707 0 -1 0 24935 0 1 0 1239 17 0 0 18 0 9 0 28476502 888332288 24253 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1869/statm: 216878 24253 2032 9 0 211336 0
[pid=1869/tid=1872] ppid=1867 vsize=867512 CPUtime=12.12
/proc/1869/task/1872/stat : 1872 (java) R 1867 1869 29707 0 -1 64 15827 0 1 0 1199 13 0 0 25 0 9 0 28476504 888332288 24253 996147200 134512640 134550932 4294955968 18446744073709551615 4126970872 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1873] ppid=1867 vsize=867512 CPUtime=0.16
/proc/1869/task/1873/stat : 1873 (java) S 1867 1869 29707 0 -1 64 7692 0 0 0 14 2 0 0 16 0 9 0 28476505 888332288 24253 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1869/tid=1874] ppid=1867 vsize=867512 CPUtime=0
/proc/1869/task/1874/stat : 1874 (java) S 1867 1869 29707 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28476505 888332288 24253 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1875] ppid=1867 vsize=867512 CPUtime=0
/proc/1869/task/1875/stat : 1875 (java) S 1867 1869 29707 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28476505 888332288 24253 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1876] ppid=1867 vsize=867512 CPUtime=0
/proc/1869/task/1876/stat : 1876 (java) S 1867 1869 29707 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28476507 888332288 24253 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1877] ppid=1867 vsize=867512 CPUtime=0.25
/proc/1869/task/1877/stat : 1877 (java) S 1867 1869 29707 0 -1 64 714 0 0 0 25 0 0 0 15 0 9 0 28476507 888332288 24253 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1878] ppid=1867 vsize=867512 CPUtime=0
/proc/1869/task/1878/stat : 1878 (java) S 1867 1869 29707 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28476507 888332288 24253 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1879] ppid=1867 vsize=867512 CPUtime=0
/proc/1869/task/1879/stat : 1879 (java) S 1867 1869 29707 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28476508 888332288 24253 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 867512

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

[startup+19.1025 s]
/proc/loadavg: 2.13 2.08 2.02 3/89 1879
/proc/meminfo: memFree=1655000/2055920 swapFree=4192812/4192956
[pid=1869] ppid=1867 vsize=867512 CPUtime=18.9
/proc/1869/stat : 1869 (java) S 1867 1869 29707 0 -1 0 26503 0 1 0 1866 24 0 0 18 0 9 0 28476502 888332288 25818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1869/statm: 216878 25818 2032 9 0 211336 0
[pid=1869/tid=1872] ppid=1867 vsize=867512 CPUtime=18.35
/proc/1869/task/1872/stat : 1872 (java) R 1867 1869 29707 0 -1 64 15831 0 1 0 1816 19 0 0 25 0 9 0 28476504 888332288 25818 996147200 134512640 134550932 4294955968 18446744073709551615 4127018520 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1873] ppid=1867 vsize=867512 CPUtime=0.24
/proc/1869/task/1873/stat : 1873 (java) S 1867 1869 29707 0 -1 64 9241 0 0 0 22 2 0 0 17 0 9 0 28476505 888332288 25818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1874] ppid=1867 vsize=867512 CPUtime=0
/proc/1869/task/1874/stat : 1874 (java) S 1867 1869 29707 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28476505 888332288 25818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1875] ppid=1867 vsize=867512 CPUtime=0
/proc/1869/task/1875/stat : 1875 (java) S 1867 1869 29707 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28476505 888332288 25818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1876] ppid=1867 vsize=867512 CPUtime=0
/proc/1869/task/1876/stat : 1876 (java) S 1867 1869 29707 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28476507 888332288 25818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1877] ppid=1867 vsize=867512 CPUtime=0.27
/proc/1869/task/1877/stat : 1877 (java) S 1867 1869 29707 0 -1 64 729 0 0 0 27 0 0 0 17 0 9 0 28476507 888332288 25818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1878] ppid=1867 vsize=867512 CPUtime=0
/proc/1869/task/1878/stat : 1878 (java) S 1867 1869 29707 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28476507 888332288 25818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1879] ppid=1867 vsize=867512 CPUtime=0
/proc/1869/task/1879/stat : 1879 (java) S 1867 1869 29707 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28476508 888332288 25818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 18.9
Current children cumulated vsize (KiB) 867512

[startup+22.3042 s]
/proc/loadavg: 2.12 2.08 2.02 3/89 1879
/proc/meminfo: memFree=1649048/2055920 swapFree=4192812/4192956
[pid=1869] ppid=1867 vsize=867512 CPUtime=22.07
/proc/1869/stat : 1869 (java) S 1867 1869 29707 0 -1 0 28008 0 1 0 2181 26 0 0 18 0 9 0 28476502 888332288 27321 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1869/statm: 216878 27321 2033 9 0 211336 0
[pid=1869/tid=1872] ppid=1867 vsize=867512 CPUtime=21.42
/proc/1869/task/1872/stat : 1872 (java) R 1867 1869 29707 0 -1 64 15834 0 1 0 2121 21 0 0 25 0 9 0 28476504 888332288 27321 996147200 134512640 134550932 4294955968 18446744073709551615 102883430 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1873] ppid=1867 vsize=867512 CPUtime=0.33
/proc/1869/task/1873/stat : 1873 (java) S 1867 1869 29707 0 -1 64 10731 0 0 0 30 3 0 0 16 0 9 0 28476505 888332288 27321 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1874] ppid=1867 vsize=867512 CPUtime=0
/proc/1869/task/1874/stat : 1874 (java) S 1867 1869 29707 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28476505 888332288 27321 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1875] ppid=1867 vsize=867512 CPUtime=0
/proc/1869/task/1875/stat : 1875 (java) S 1867 1869 29707 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28476505 888332288 27321 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1876] ppid=1867 vsize=867512 CPUtime=0
/proc/1869/task/1876/stat : 1876 (java) S 1867 1869 29707 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28476507 888332288 27321 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1877] ppid=1867 vsize=867512 CPUtime=0.29
/proc/1869/task/1877/stat : 1877 (java) S 1867 1869 29707 0 -1 64 741 0 0 0 29 0 0 0 15 0 9 0 28476507 888332288 27321 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1878] ppid=1867 vsize=867512 CPUtime=0
/proc/1869/task/1878/stat : 1878 (java) S 1867 1869 29707 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28476507 888332288 27321 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1879] ppid=1867 vsize=867512 CPUtime=0
/proc/1869/task/1879/stat : 1879 (java) S 1867 1869 29707 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28476508 888332288 27321 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 22.07
Current children cumulated vsize (KiB) 867512

[startup+23.9019 s]
/proc/loadavg: 2.12 2.08 2.02 4/90 1883
/proc/meminfo: memFree=1644048/2055920 swapFree=4192812/4192956
[pid=1869] ppid=1867 vsize=867836 CPUtime=23.64
/proc/1869/stat : 1869 (java) S 1867 1869 29707 0 -1 0 32838 847 1 0 2320 28 14 2 18 0 9 0 28476502 888664064 28534 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1869/statm: 216959 28534 2047 9 0 211417 0
[pid=1869/tid=1872] ppid=1867 vsize=867836 CPUtime=22.86
/proc/1869/task/1872/stat : 1872 (java) R 1867 1869 29707 0 -1 64 19166 847 1 0 2248 22 14 2 25 0 9 0 28476504 888664064 28534 996147200 134512640 134550932 4294955968 18446744073709551615 4127318852 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1873] ppid=1867 vsize=867836 CPUtime=0.57
/proc/1869/task/1873/stat : 1873 (java) S 1867 1869 29707 0 -1 64 11940 847 0 0 38 3 14 2 16 0 9 0 28476505 888664064 28534 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1874] ppid=1867 vsize=867836 CPUtime=0.16
/proc/1869/task/1874/stat : 1874 (java) S 1867 1869 29707 0 -1 64 16 847 0 0 0 0 14 2 16 0 9 0 28476505 888664064 28534 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1875] ppid=1867 vsize=867836 CPUtime=0.16
/proc/1869/task/1875/stat : 1875 (java) S 1867 1869 29707 0 -1 64 5 847 0 0 0 0 14 2 16 0 9 0 28476505 888664064 28534 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1876] ppid=1867 vsize=867836 CPUtime=0.16
/proc/1869/task/1876/stat : 1876 (java) S 1867 1869 29707 0 -1 64 2 847 0 0 0 0 14 2 18 0 9 0 28476507 888664064 28534 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1877] ppid=1867 vsize=867836 CPUtime=0.5
/proc/1869/task/1877/stat : 1877 (java) S 1867 1869 29707 0 -1 64 891 847 0 0 33 1 14 2 15 0 9 0 28476507 888664064 28534 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1878] ppid=1867 vsize=867836 CPUtime=0.16
/proc/1869/task/1878/stat : 1878 (java) S 1867 1869 29707 0 -1 64 0 847 0 0 0 0 14 2 19 0 9 0 28476507 888664064 28534 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1879] ppid=1867 vsize=867836 CPUtime=0.16
/proc/1869/task/1879/stat : 1879 (java) S 1867 1869 29707 0 -1 64 9 847 0 0 0 0 14 2 15 0 9 0 28476508 888664064 28534 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 23.64
Current children cumulated vsize (KiB) 867836

[startup+24.7019 s]
/proc/loadavg: 2.12 2.08 2.02 4/89 1883
/proc/meminfo: memFree=1643920/2055920 swapFree=4192812/4192956
[pid=1869] ppid=1867 vsize=867836 CPUtime=24.43
/proc/1869/stat : 1869 (java) S 1867 1869 29707 0 -1 0 65142 847 1 0 2391 36 14 2 18 0 9 0 28476502 888664064 38883 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1869/statm: 216959 38883 2641 9 0 211417 0
[pid=1869/tid=1872] ppid=1867 vsize=867836 CPUtime=23.2
/proc/1869/task/1872/stat : 1872 (java) R 1867 1869 29707 0 -1 64 29557 847 1 0 2280 24 14 2 25 0 9 0 28476504 888664064 38883 996147200 134512640 134550932 4294955968 18446744073709551615 4126608020 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1873] ppid=1867 vsize=867836 CPUtime=0.97
/proc/1869/task/1873/stat : 1873 (java) S 1867 1869 29707 0 -1 64 33770 847 0 0 72 9 14 2 16 0 9 0 28476505 888664064 38883 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1874] ppid=1867 vsize=867836 CPUtime=0.16
/proc/1869/task/1874/stat : 1874 (java) S 1867 1869 29707 0 -1 64 20 847 0 0 0 0 14 2 16 0 9 0 28476505 888664064 38883 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1875] ppid=1867 vsize=867836 CPUtime=0.16
/proc/1869/task/1875/stat : 1875 (java) S 1867 1869 29707 0 -1 64 29 847 0 0 0 0 14 2 15 0 9 0 28476505 888664064 38883 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1876] ppid=1867 vsize=867836 CPUtime=0.16
/proc/1869/task/1876/stat : 1876 (java) S 1867 1869 29707 0 -1 64 2 847 0 0 0 0 14 2 18 0 9 0 28476507 888664064 38883 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1877] ppid=1867 vsize=867836 CPUtime=0.55
/proc/1869/task/1877/stat : 1877 (java) S 1867 1869 29707 0 -1 64 946 847 0 0 38 1 14 2 15 0 9 0 28476507 888664064 38883 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1878] ppid=1867 vsize=867836 CPUtime=0.16
/proc/1869/task/1878/stat : 1878 (java) S 1867 1869 29707 0 -1 64 0 847 0 0 0 0 14 2 19 0 9 0 28476507 888664064 38883 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1869/tid=1879] ppid=1867 vsize=867836 CPUtime=0.16
/proc/1869/task/1879/stat : 1879 (java) S 1867 1869 29707 0 -1 64 9 847 0 0 0 0 14 2 15 0 9 0 28476508 888664064 38883 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.43
Current children cumulated vsize (KiB) 867836

[startup+24.902 s]
/proc/loadavg: 2.12 2.08 2.02 4/89 1883
/proc/meminfo: memFree=1643920/2055920 swapFree=4192812/4192956
[pid=1869] ppid=1867 vsize=0 CPUtime=24.59
/proc/1869/stat : 1869 (java) Z 1867 1869 29707 0 -1 12 65190 847 1 0 2406 37 14 2 16 0 2 0 28476502 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1869/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 24.59
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 24.9206
CPU time (s): 24.6313
CPU user time (s): 24.2133
CPU system time (s): 0.417936
CPU usage (%): 98.8389
Max. virtual memory (cumulated for all children) (KiB): 867924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.2133
system time used= 0.417936
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66037
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= 2271
involuntary context switches= 2259

runsolver used 0.039993 second user time and 0.087986 second system time

The end

Launcher Data

Begin job on node52 at 2009-07-12 17:55:30
IDJOB=2097874
IDBENCH=57913
IDSOLVER=774
FILE ID=node52/2097874-1247414130
PBS_JOBID= 9510541
Free space on /tmp= 66144 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/fapp/fapp25/normalized-fapp25-2230-0.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2097874-1247414130/watcher-2097874-1247414130 -o /tmp/evaluation-result-2097874-1247414130/solver-2097874-1247414130 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2097874-1247414130.xml

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

MD5SUM BENCH= 7d256a84222d0f8032eecede595dc56a
RANDOM SEED=1701626249

node52.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.236
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.236
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:       1751616 kB
Buffers:         45976 kB
Cached:         152652 kB
SwapCached:          0 kB
Active:         144752 kB
Inactive:       102252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1751616 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4720 kB
Writeback:           0 kB
Mapped:          68780 kB
Slab:            42340 kB
Committed_AS:  1021260 kB
PageTables:       1980 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= 66140 MiB
End job on node52 at 2009-07-12 17:55:55