Trace number 2097929

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 ACUNSAT 27.4938 27.782

DiagnosticValue
CHECKS159956
NODES0

General information on the benchmark

Namecsp/fapp/fapp36/
normalized-fapp36-2000-0.xml
MD5SUMd906e0cdeb61b6e1a4851a754c024184
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.4938
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of constraints18600
Maximum constraint arity2
Maximum domain size454
Number of constraints which are defined in extension0
Number of constraints which are defined in intension18600
Global constraints used (with number of constraints)

Solver Data

0.06/0.09	
0.06/0.09	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=mac.xml
0.19/0.28	   
0.19/0.28	   instance
0.19/0.28	     name=HOME/instance-2097929-1247414163.xml
0.29/0.31	   
0.29/0.31	   domains being loaded...
0.29/0.35	   
0.29/0.35	   variables being loaded...
0.58/0.62	     nbVariables=2000  nbDomainTypes=26  minDomainSize=46  maxDomainSize=454  nbTotalValues=750979
0.58/0.62	       =>  wckTime=0.379  cpuTime=0.27  mem=34M252
0.58/0.63	   
0.58/0.63	   predicates being loaded...
0.58/0.69	   
0.58/0.69	   constraints being loaded...
20.60/20.85	   
20.60/20.85	   INFO : Stopping converting binary constraints (cpu=20.09, mem = 70M243)
26.41/26.79	     nbConstraints=10067  nbMergedConstraints=8533  nbConvertedConstraints=324  nbConvertConstraintsChecks=43110690
26.41/26.79	     nbExtensionStructures=290  nbSharedExtensionStructures=53  nbConflictsStructures=558
26.41/26.79	     nbSharedConflictsStructures=161  nbUnbuiltConflictsStructures=6994  nbSharedBinaryRepresentations=169011
26.41/26.79	     nbEvaluationManagers=7262  nbSharedEvaluationManagers=2481  minDegree=2  maxDegree=13  minArity=2  maxArity=2
26.41/26.79	     nbGenerators=0  nbFusions=0  symmetryWckTime=1.503  symmetryCpuTime=1.31
26.41/26.79	       =>  wckTime=26.546  cpuTime=25.31  mem=96M924
26.81/27.14	   
26.81/27.14	   solver IterativeSystematicSolver being built... 
27.20/27.59	       =>  wckTime=27.341  cpuTime=25.62  mem=112M436
27.40/27.73	   
27.40/27.73	   preprocessing
27.40/27.73	     nbConstraintChecks=159956  nbValidityChecks=890  nbPropagations=7  nbRevisions=103  nbUselessRevisions=48
27.40/27.73	     nbRemovedValues=6212  detectedInconsistency=yes
27.40/27.73	       =>  wckTime=0.125  cpuTime=0.11  mem=112M436
27.40/27.73	   
27.40/27.73	   global
27.40/27.73	     nbConstraintChecks=159956  nbValidityChecks=890  nbPropagations=7  nbRevisions=103  nbUselessRevisions=48
27.40/27.73	     nbRestartNogoods=0  solvingWckTime=0.128  solvingCpuTime=0.11  expiredTime=no  totalExploration=yes
27.40/27.73	     nbFoundSolutions=0  globalCpuTime=25.78
27.40/27.73	       =>  wckTime=27.486  cpuTime=25.75  mem=112M436
27.40/27.74	   
27.40/27.74	s UNSATISFIABLE
27.40/27.74	d NODES 0
27.40/27.74	d CHECKS 159956
27.40/27.74	   
27.40/27.74	   totalWckTime=27.556  totalCpuTime=25.78

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-2097929-1247414163/watcher-2097929-1247414163 -o /tmp/evaluation-result-2097929-1247414163/solver-2097929-1247414163 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2097929-1247414163.xml 

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


[startup+0 s]
/proc/loadavg: 2.01 2.00 2.00 3/81 32549
/proc/meminfo: memFree=950920/2055920 swapFree=4192948/4192956
[pid=32549] ppid=32547 vsize=18576 CPUtime=0
/proc/32549/stat : 32549 (runsolver) R 32547 32549 30925 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 28481183 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 254613712167 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/32549/statm: 4644 284 249 26 0 2626 0

[startup+0.0788849 s]
/proc/loadavg: 2.01 2.00 2.00 3/81 32549
/proc/meminfo: memFree=950920/2055920 swapFree=4192948/4192956
[pid=32549] ppid=32547 vsize=864860 CPUtime=0.06
/proc/32549/stat : 32549 (java) S 32547 32549 30925 0 -1 0 3144 0 1 0 4 2 0 0 21 0 9 0 28481183 885616640 2629 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32549/statm: 216215 2629 1241 9 0 211108 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 864860

[startup+0.101887 s]
/proc/loadavg: 2.01 2.00 2.00 3/81 32549
/proc/meminfo: memFree=950920/2055920 swapFree=4192948/4192956
[pid=32549] ppid=32547 vsize=866696 CPUtime=0.08
/proc/32549/stat : 32549 (java) S 32547 32549 30925 0 -1 0 3751 0 1 0 6 2 0 0 21 0 9 0 28481183 887496704 3219 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32549/statm: 216674 3219 1700 9 0 211159 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 866696

[startup+0.301912 s]
/proc/loadavg: 2.01 2.00 2.00 3/81 32549
/proc/meminfo: memFree=950920/2055920 swapFree=4192948/4192956
[pid=32549] ppid=32547 vsize=867036 CPUtime=0.29
/proc/32549/stat : 32549 (java) S 32547 32549 30925 0 -1 0 5987 0 1 0 25 4 0 0 21 0 9 0 28481183 887844864 5353 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32549/statm: 216759 5353 1984 9 0 211217 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 867036

[startup+0.701953 s]
/proc/loadavg: 2.01 2.00 2.00 3/81 32549
/proc/meminfo: memFree=950920/2055920 swapFree=4192948/4192956
[pid=32549] ppid=32547 vsize=868148 CPUtime=0.67
/proc/32549/stat : 32549 (java) S 32547 32549 30925 0 -1 0 13947 0 1 0 60 7 0 0 21 0 9 0 28481183 888983552 13301 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32549/statm: 217037 13301 2037 9 0 211473 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 868148

[startup+1.50105 s]
/proc/loadavg: 2.01 2.00 2.00 4/90 32558
/proc/meminfo: memFree=873088/2055920 swapFree=4192948/4192956
[pid=32549] ppid=32547 vsize=868060 CPUtime=1.47
/proc/32549/stat : 32549 (java) S 32547 32549 30925 0 -1 0 22386 0 1 0 137 10 0 0 21 0 9 0 28481183 888893440 21715 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32549/statm: 217015 21715 2029 9 0 211473 0
[pid=32549/tid=32551] ppid=32547 vsize=868060 CPUtime=1.21
/proc/32549/task/32551/stat : 32551 (java) R 32547 32549 30925 0 -1 64 15778 0 1 0 114 7 0 0 25 0 9 0 28481185 888893440 21715 996147200 134512640 134550932 4294955968 18446744073709551615 102639966 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32549/tid=32552] ppid=32547 vsize=868060 CPUtime=0.06
/proc/32549/task/32552/stat : 32552 (java) S 32547 32549 30925 0 -1 64 5240 0 0 0 5 1 0 0 17 0 9 0 28481186 888893440 21715 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32549/tid=32553] ppid=32547 vsize=868060 CPUtime=0
/proc/32549/task/32553/stat : 32553 (java) S 32547 32549 30925 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28481186 888893440 21715 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32549/tid=32554] ppid=32547 vsize=868060 CPUtime=0
/proc/32549/task/32554/stat : 32554 (java) S 32547 32549 30925 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28481186 888893440 21715 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32549/tid=32555] ppid=32547 vsize=868060 CPUtime=0
/proc/32549/task/32555/stat : 32555 (java) S 32547 32549 30925 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 28481188 888893440 21715 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32549/tid=32556] ppid=32547 vsize=868060 CPUtime=0.17
/proc/32549/task/32556/stat : 32556 (java) S 32547 32549 30925 0 -1 64 665 0 0 0 17 0 0 0 16 0 9 0 28481188 888893440 21715 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32549/tid=32557] ppid=32547 vsize=868060 CPUtime=0
/proc/32549/task/32557/stat : 32557 (java) S 32547 32549 30925 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 28481188 888893440 21715 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32549/tid=32558] ppid=32547 vsize=868060 CPUtime=0
/proc/32549/task/32558/stat : 32558 (java) S 32547 32549 30925 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 28481188 888893440 21715 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 868060

[startup+3.10122 s]
/proc/loadavg: 2.01 2.00 2.00 3/90 32558
/proc/meminfo: memFree=859264/2055920 swapFree=4192948/4192956
[pid=32549] ppid=32547 vsize=868060 CPUtime=3.06
/proc/32549/stat : 32549 (java) S 32547 32549 30925 0 -1 0 25468 0 1 0 294 12 0 0 21 0 9 0 28481183 888893440 24793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32549/statm: 217015 24793 2032 9 0 211473 0
[pid=32549/tid=32551] ppid=32547 vsize=868060 CPUtime=2.69
/proc/32549/task/32551/stat : 32551 (java) R 32547 32549 30925 0 -1 64 15812 0 1 0 261 8 0 0 25 0 9 0 28481185 888893440 24793 996147200 134512640 134550932 4294955968 18446744073709551615 4126968990 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32549/tid=32552] ppid=32547 vsize=868060 CPUtime=0.14
/proc/32549/task/32552/stat : 32552 (java) S 32547 32549 30925 0 -1 64 8269 0 0 0 12 2 0 0 17 0 9 0 28481186 888893440 24793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32549/tid=32553] ppid=32547 vsize=868060 CPUtime=0
/proc/32549/task/32553/stat : 32553 (java) S 32547 32549 30925 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28481186 888893440 24793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32549/tid=32554] ppid=32547 vsize=868060 CPUtime=0
/proc/32549/task/32554/stat : 32554 (java) S 32547 32549 30925 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28481186 888893440 24793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32549/tid=32555] ppid=32547 vsize=868060 CPUtime=0
/proc/32549/task/32555/stat : 32555 (java) S 32547 32549 30925 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 28481188 888893440 24793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32549/tid=32556] ppid=32547 vsize=868060 CPUtime=0.2
/proc/32549/task/32556/stat : 32556 (java) S 32547 32549 30925 0 -1 64 684 0 0 0 20 0 0 0 15 0 9 0 28481188 888893440 24793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32549/tid=32557] ppid=32547 vsize=868060 CPUtime=0
/proc/32549/task/32557/stat : 32557 (java) S 32547 32549 30925 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 28481188 888893440 24793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32549/tid=32558] ppid=32547 vsize=868060 CPUtime=0
/proc/32549/task/32558/stat : 32558 (java) S 32547 32549 30925 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 28481188 888893440 24793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 868060

[startup+6.30257 s]
/proc/loadavg: 2.01 2.00 2.00 3/90 32558
/proc/meminfo: memFree=859008/2055920 swapFree=4192948/4192956
[pid=32549] ppid=32547 vsize=868060 CPUtime=6.23
/proc/32549/stat : 32549 (java) S 32547 32549 30925 0 -1 0 25495 0 1 0 610 13 0 0 21 0 9 0 28481183 888893440 24818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32549/statm: 217015 24818 2032 9 0 211473 0
[pid=32549/tid=32551] ppid=32547 vsize=868060 CPUtime=5.83
/proc/32549/task/32551/stat : 32551 (java) R 32547 32549 30925 0 -1 64 15815 0 1 0 575 8 0 0 25 0 9 0 28481185 888893440 24818 996147200 134512640 134550932 4294955968 18446744073709551615 4126972866 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32549/tid=32552] ppid=32547 vsize=868060 CPUtime=0.14
/proc/32549/task/32552/stat : 32552 (java) S 32547 32549 30925 0 -1 64 8269 0 0 0 12 2 0 0 17 0 9 0 28481186 888893440 24818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32549/tid=32553] ppid=32547 vsize=868060 CPUtime=0
/proc/32549/task/32553/stat : 32553 (java) S 32547 32549 30925 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28481186 888893440 24818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32549/tid=32554] ppid=32547 vsize=868060 CPUtime=0
/proc/32549/task/32554/stat : 32554 (java) S 32547 32549 30925 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28481186 888893440 24818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32549/tid=32555] ppid=32547 vsize=868060 CPUtime=0
/proc/32549/task/32555/stat : 32555 (java) S 32547 32549 30925 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 28481188 888893440 24818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32549/tid=32556] ppid=32547 vsize=868060 CPUtime=0.22
/proc/32549/task/32556/stat : 32556 (java) S 32547 32549 30925 0 -1 64 708 0 0 0 22 0 0 0 16 0 9 0 28481188 888893440 24818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32549/tid=32557] ppid=32547 vsize=868060 CPUtime=0
/proc/32549/task/32557/stat : 32557 (java) S 32547 32549 30925 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 28481188 888893440 24818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32549/tid=32558] ppid=32547 vsize=868060 CPUtime=0
/proc/32549/task/32558/stat : 32558 (java) S 32547 32549 30925 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 28481188 888893440 24818 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 868060

[startup+12.7023 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 32558
/proc/meminfo: memFree=858880/2055920 swapFree=4192948/4192956
[pid=32549] ppid=32547 vsize=868060 CPUtime=12.57
/proc/32549/stat : 32549 (java) S 32547 32549 30925 0 -1 0 25502 0 1 0 1244 13 0 0 21 0 9 0 28481183 888893440 24821 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32549/statm: 217015 24821 2032 9 0 211473 0
[pid=32549/tid=32551] ppid=32547 vsize=868060 CPUtime=12.17
/proc/32549/task/32551/stat : 32551 (java) R 32547 32549 30925 0 -1 64 15819 0 1 0 1208 9 0 0 25 0 9 0 28481185 888893440 24821 996147200 134512640 134550932 4294955968 18446744073709551615 4126929209 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32549/tid=32552] ppid=32547 vsize=868060 CPUtime=0.14
/proc/32549/task/32552/stat : 32552 (java) S 32547 32549 30925 0 -1 64 8269 0 0 0 12 2 0 0 16 0 9 0 28481186 888893440 24821 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32549/tid=32553] ppid=32547 vsize=868060 CPUtime=0
/proc/32549/task/32553/stat : 32553 (java) S 32547 32549 30925 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28481186 888893440 24821 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32549/tid=32554] ppid=32547 vsize=868060 CPUtime=0
/proc/32549/task/32554/stat : 32554 (java) S 32547 32549 30925 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28481186 888893440 24821 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32549/tid=32555] ppid=32547 vsize=868060 CPUtime=0
/proc/32549/task/32555/stat : 32555 (java) S 32547 32549 30925 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 28481188 888893440 24821 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32549/tid=32556] ppid=32547 vsize=868060 CPUtime=0.22
/proc/32549/task/32556/stat : 32556 (java) S 32547 32549 30925 0 -1 64 711 0 0 0 22 0 0 0 16 0 9 0 28481188 888893440 24821 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32549/tid=32557] ppid=32547 vsize=868060 CPUtime=0
/proc/32549/task/32557/stat : 32557 (java) S 32547 32549 30925 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 28481188 888893440 24821 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32549/tid=32558] ppid=32547 vsize=868060 CPUtime=0
/proc/32549/task/32558/stat : 32558 (java) S 32547 32549 30925 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 28481188 888893440 24821 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 868060

[startup+25.5017 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 32558
/proc/meminfo: memFree=835520/2055920 swapFree=4192948/4192956
[pid=32549] ppid=32547 vsize=868384 CPUtime=25.16
/proc/32549/stat : 32549 (java) S 32547 32549 30925 0 -1 0 31533 0 1 0 2499 17 0 0 21 0 10 0 28481183 889225216 30722 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32549/statm: 217096 30722 2037 9 0 211554 0
[pid=32549/tid=32551] ppid=32547 vsize=868384 CPUtime=24.28
/proc/32549/task/32551/stat : 32551 (java) S 32547 32549 30925 0 -1 64 15902 0 1 0 2419 9 0 0 24 0 10 0 28481185 889225216 30722 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=32549/tid=32552] ppid=32547 vsize=868384 CPUtime=0.55
/proc/32549/task/32552/stat : 32552 (java) S 32547 32549 30925 0 -1 64 14109 0 0 0 50 5 0 0 16 0 10 0 28481186 889225216 30722 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32549/tid=32553] ppid=32547 vsize=868384 CPUtime=0
/proc/32549/task/32553/stat : 32553 (java) S 32547 32549 30925 0 -1 64 16 0 0 0 0 0 0 0 16 0 10 0 28481186 889225216 30722 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32549/tid=32554] ppid=32547 vsize=868384 CPUtime=0
/proc/32549/task/32554/stat : 32554 (java) S 32547 32549 30925 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 28481186 889225216 30722 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32549/tid=32555] ppid=32547 vsize=868384 CPUtime=0
/proc/32549/task/32555/stat : 32555 (java) S 32547 32549 30925 0 -1 64 2 0 0 0 0 0 0 0 25 0 10 0 28481188 889225216 30722 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32549/tid=32556] ppid=32547 vsize=868384 CPUtime=0.28
/proc/32549/task/32556/stat : 32556 (java) S 32547 32549 30925 0 -1 64 747 0 0 0 28 0 0 0 16 0 10 0 28481188 889225216 30722 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32549/tid=32557] ppid=32547 vsize=868384 CPUtime=0
/proc/32549/task/32557/stat : 32557 (java) S 32547 32549 30925 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 28481188 889225216 30722 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32549/tid=32558] ppid=32547 vsize=868384 CPUtime=0
/proc/32549/task/32558/stat : 32558 (java) S 32547 32549 30925 0 -1 64 7 0 0 0 0 0 0 0 15 0 10 0 28481188 889225216 30722 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 868384

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

[startup+27.1019 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 32562
/proc/meminfo: memFree=835200/2055920 swapFree=4192948/4192956
[pid=32549] ppid=32547 vsize=868544 CPUtime=26.81
/proc/32549/stat : 32549 (java) S 32547 32549 30925 0 -1 0 52583 779 1 0 2650 20 10 1 21 0 9 0 28481183 889389056 31603 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32549/statm: 217136 31603 2638 9 0 211594 0
[pid=32549/tid=32551] ppid=32547 vsize=868544 CPUtime=25.6
/proc/32549/task/32551/stat : 32551 (java) R 32547 32549 30925 0 -1 64 20550 779 1 0 2539 10 10 1 25 0 9 0 28481185 889389056 31603 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32549/tid=32552] ppid=32547 vsize=868544 CPUtime=0.95
/proc/32549/task/32552/stat : 32552 (java) R 32547 32549 30925 0 -1 64 30288 779 0 0 78 6 10 1 18 0 9 0 28481186 889389056 31603 996147200 134512640 134550932 4294955968 18446744073709551615 103831016 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32549/tid=32553] ppid=32547 vsize=868544 CPUtime=0.11
/proc/32549/task/32553/stat : 32553 (java) S 32547 32549 30925 0 -1 64 16 779 0 0 0 0 10 1 16 0 9 0 28481186 889389056 31603 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32549/tid=32554] ppid=32547 vsize=868544 CPUtime=0.11
/proc/32549/task/32554/stat : 32554 (java) S 32547 32549 30925 0 -1 64 5 779 0 0 0 0 10 1 16 0 9 0 28481186 889389056 31603 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32549/tid=32555] ppid=32547 vsize=868544 CPUtime=0.11
/proc/32549/task/32555/stat : 32555 (java) S 32547 32549 30925 0 -1 64 2 779 0 0 0 0 10 1 25 0 9 0 28481188 889389056 31603 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32549/tid=32556] ppid=32547 vsize=868544 CPUtime=0.42
/proc/32549/task/32556/stat : 32556 (java) S 32547 32549 30925 0 -1 64 897 779 0 0 31 0 10 1 16 0 9 0 28481188 889389056 31603 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32549/tid=32557] ppid=32547 vsize=868544 CPUtime=0.11
/proc/32549/task/32557/stat : 32557 (java) S 32547 32549 30925 0 -1 64 0 779 0 0 0 0 10 1 25 0 9 0 28481188 889389056 31603 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32549/tid=32558] ppid=32547 vsize=868544 CPUtime=0.11
/proc/32549/task/32558/stat : 32558 (java) S 32547 32549 30925 0 -1 64 13 779 0 0 0 0 10 1 15 0 9 0 28481188 889389056 31603 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 26.81
Current children cumulated vsize (KiB) 868544

[startup+27.507 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 32562
/proc/meminfo: memFree=813888/2055920 swapFree=4192948/4192956
[pid=32549] ppid=32547 vsize=868532 CPUtime=27.2
/proc/32549/stat : 32549 (java) S 32547 32549 30925 0 -1 0 64753 779 1 0 2686 23 10 1 21 0 9 0 28481183 889376768 36753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32549/statm: 217133 36753 2661 9 0 211569 0
[pid=32549/tid=32551] ppid=32547 vsize=868532 CPUtime=25.88
/proc/32549/task/32551/stat : 32551 (java) R 32547 32549 30925 0 -1 64 26501 779 1 0 2565 12 10 1 25 0 9 0 28481185 889376768 36753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32549/tid=32552] ppid=32547 vsize=868532 CPUtime=1.05
/proc/32549/task/32552/stat : 32552 (java) R 32547 32549 30925 0 -1 64 36409 779 0 0 85 9 10 1 16 0 9 0 28481186 889376768 36753 996147200 134512640 134550932 4294955968 18446744073709551615 102546970 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32549/tid=32553] ppid=32547 vsize=868532 CPUtime=0.11
/proc/32549/task/32553/stat : 32553 (java) S 32547 32549 30925 0 -1 64 20 779 0 0 0 0 10 1 16 0 9 0 28481186 889376768 36753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32549/tid=32554] ppid=32547 vsize=868532 CPUtime=0.11
/proc/32549/task/32554/stat : 32554 (java) S 32547 32549 30925 0 -1 64 25 779 0 0 0 0 10 1 15 0 9 0 28481186 889376768 36753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32549/tid=32555] ppid=32547 vsize=868532 CPUtime=0.11
/proc/32549/task/32555/stat : 32555 (java) S 32547 32549 30925 0 -1 64 2 779 0 0 0 0 10 1 25 0 9 0 28481188 889376768 36753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32549/tid=32556] ppid=32547 vsize=868532 CPUtime=0.46
/proc/32549/task/32556/stat : 32556 (java) S 32547 32549 30925 0 -1 64 971 779 0 0 35 0 10 1 15 0 9 0 28481188 889376768 36753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32549/tid=32557] ppid=32547 vsize=868532 CPUtime=0.11
/proc/32549/task/32557/stat : 32557 (java) S 32547 32549 30925 0 -1 64 0 779 0 0 0 0 10 1 25 0 9 0 28481188 889376768 36753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32549/tid=32558] ppid=32547 vsize=868532 CPUtime=0.11
/proc/32549/task/32558/stat : 32558 (java) S 32547 32549 30925 0 -1 64 13 779 0 0 0 0 10 1 15 0 9 0 28481188 889376768 36753 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 27.2
Current children cumulated vsize (KiB) 868532

[startup+27.703 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 32562
/proc/meminfo: memFree=813888/2055920 swapFree=4192948/4192956
[pid=32549] ppid=32547 vsize=868444 CPUtime=27.4
/proc/32549/stat : 32549 (java) S 32547 32549 30925 0 -1 0 69841 779 1 0 2703 26 10 1 21 0 9 0 28481183 889286656 41644 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32549/statm: 217111 41644 2641 9 0 211569 0
[pid=32549/tid=32551] ppid=32547 vsize=868444 CPUtime=26.01
/proc/32549/task/32551/stat : 32551 (java) R 32547 32549 30925 0 -1 64 26526 779 1 0 2578 12 10 1 25 0 9 0 28481185 889286656 41644 996147200 134512640 134550932 4294955968 18446744073709551615 4126966711 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32549/tid=32552] ppid=32547 vsize=868444 CPUtime=1.09
/proc/32549/task/32552/stat : 32552 (java) S 32547 32549 30925 0 -1 64 41459 779 0 0 87 11 10 1 16 0 9 0 28481186 889286656 41644 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32549/tid=32553] ppid=32547 vsize=868444 CPUtime=0.11
/proc/32549/task/32553/stat : 32553 (java) S 32547 32549 30925 0 -1 64 20 779 0 0 0 0 10 1 16 0 9 0 28481186 889286656 41644 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32549/tid=32554] ppid=32547 vsize=868444 CPUtime=0.11
/proc/32549/task/32554/stat : 32554 (java) S 32547 32549 30925 0 -1 64 30 779 0 0 0 0 10 1 15 0 9 0 28481186 889286656 41644 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32549/tid=32555] ppid=32547 vsize=868444 CPUtime=0.11
/proc/32549/task/32555/stat : 32555 (java) S 32547 32549 30925 0 -1 64 2 779 0 0 0 0 10 1 25 0 9 0 28481188 889286656 41644 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32549/tid=32556] ppid=32547 vsize=868444 CPUtime=0.49
/proc/32549/task/32556/stat : 32556 (java) S 32547 32549 30925 0 -1 64 979 779 0 0 37 1 10 1 15 0 9 0 28481188 889286656 41644 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32549/tid=32557] ppid=32547 vsize=868444 CPUtime=0.11
/proc/32549/task/32557/stat : 32557 (java) S 32547 32549 30925 0 -1 64 0 779 0 0 0 0 10 1 25 0 9 0 28481188 889286656 41644 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32549/tid=32558] ppid=32547 vsize=868444 CPUtime=0.11
/proc/32549/task/32558/stat : 32558 (java) S 32547 32549 30925 0 -1 64 13 779 0 0 0 0 10 1 15 0 9 0 28481188 889286656 41644 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 27.4
Current children cumulated vsize (KiB) 868444

Child status: 0
Real time (s): 27.782
CPU time (s): 27.4938
CPU user time (s): 27.1859
CPU system time (s): 0.307953
CPU usage (%): 98.9625
Max. virtual memory (cumulated for all children) (KiB): 868544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.1859
system time used= 0.307953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70659
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= 2643
involuntary context switches= 3276

runsolver used 0.039993 second user time and 0.097985 second system time

The end

Launcher Data

Begin job on node87 at 2009-07-12 17:56:04
IDJOB=2097929
IDBENCH=58018
IDSOLVER=773
FILE ID=node87/2097929-1247414163
PBS_JOBID= 9510477
Free space on /tmp= 66292 MiB

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

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

MD5SUM BENCH= d906e0cdeb61b6e1a4851a754c024184
RANDOM SEED=1208968135

node87.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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        951400 kB
Buffers:        108720 kB
Cached:         806416 kB
SwapCached:          8 kB
Active:         306624 kB
Inactive:       705524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        951400 kB
SwapTotal:     4192956 kB
SwapFree:      4192948 kB
Dirty:            4780 kB
Writeback:           0 kB
Mapped:         116144 kB
Slab:            77408 kB
Committed_AS:  1033512 kB
PageTables:       2052 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= 66288 MiB
End job on node87 at 2009-07-12 17:56:31