Trace number 1087022

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 25.6211 25.9362

DiagnosticValue
CHECKS2110580
NODES0

General information on the benchmark

Namecsp/fapp/fapp25/
normalized-fapp25-2230-2.xml
MD5SUMe9fca648ca088ce6fc443985c24dc948
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 benchmark4.99824
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 (download as text)

0.05/0.12	
0.05/0.12	Abscon 112 (May, 2008)
0.15/0.29	
0.15/0.29	   configuration
0.15/0.29	     name=esac.xml
0.24/0.36	   
0.24/0.36	   instance
0.24/0.36	     name=HOME/instance-1087022-1215242358.xml
0.33/0.40	   
0.33/0.40	   domains being loaded...
0.33/0.44	   
0.33/0.44	   variables being loaded...
0.63/0.73	     nbVariables=2230  nbDomainTypes=21  minDomainSize=46  maxDomainSize=302  nbTotalValues=610084
0.63/0.73	       =>  wckTime=0.439  cpuTime=0.27  mem=30M312
0.63/0.73	   
0.63/0.73	   predicates being loaded...
0.63/0.79	   
0.63/0.79	   constraints being loaded...
20.73/21.05	   
20.73/21.05	   INFO : Stopping converting binary constraints (cpu=20.06, mem = 31M995)
23.80/24.13	     nbConstraints=11974  nbMergedConstraints=6997  nbConvertedConstraints=1721  nbConvertConstraintsChecks=48220610
23.80/24.13	     nbExtensionStructures=770  nbSharedExtensionStructures=1254  nbConflictsStructures=882
23.80/24.13	     nbSharedConflictsStructures=1340  nbUnbuiltConflictsStructures=2155  nbSharedBinaryRepresentations=368628
23.80/24.13	     nbEvaluationManagers=2267  nbSharedEvaluationManagers=7986  minDegree=2  maxDegree=14  minArity=2  maxArity=2
23.80/24.13	     nbGenerators=0  nbFusions=0  symmetryWckTime=1.282  symmetryCpuTime=1.03
23.80/24.13	       =>  wckTime=23.835  cpuTime=22.63  mem=69M61
24.10/24.44	   
24.10/24.44	   solver IterativeSystematicSolver being built... 
24.59/24.92	       =>  wckTime=24.625  cpuTime=22.96  mem=89M396
25.48/25.88	   
25.48/25.88	   preprocessing
25.48/25.88	     nbConstraintChecks=2110585  nbValidityChecks=110925  nbPropagations=230  nbRevisions=3311  nbUselessRevisions=2225
25.48/25.88	     nbRemovedValues=104663  detectedInconsistency=yes
25.48/25.88	       =>  wckTime=0.95  cpuTime=0.92  mem=89M396
25.48/25.88	   
25.48/25.88	   global
25.48/25.88	     nbConstraintChecks=2110585  nbValidityChecks=110925  nbPropagations=230  nbRevisions=3311  nbUselessRevisions=2225
25.48/25.88	     nbRestartNogoods=0  solvingWckTime=0.953  solvingCpuTime=0.92  expiredTime=no  totalExploration=yes
25.48/25.89	     nbFoundSolutions=0  globalCpuTime=23.95
25.48/25.89	       =>  wckTime=25.593  cpuTime=23.9  mem=90M413
25.58/25.90	   
25.58/25.90	s UNSATISFIABLE
25.58/25.90	d NODES 0
25.58/25.90	d CHECKS 2110585
25.58/25.90	   
25.58/25.90	   totalWckTime=25.657  totalCpuTime=23.97

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-1087022-1215242358/watcher-1087022-1215242358 -o /tmp/evaluation-result-1087022-1215242358/solver-1087022-1215242358 -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-1087022-1215242358.xml 

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


[startup+0 s]
/proc/loadavg: 2.02 2.06 2.12 4/80 17641
/proc/meminfo: memFree=1210360/2055920 swapFree=4180500/4192956
[pid=17641] ppid=17639 vsize=1616 CPUtime=0
/proc/17641/stat : 17641 (java) D 17639 17641 16912 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 2003207172 1654784 145 996147200 134512640 134550740 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/17641/statm: 404 145 119 9 0 46 0

[startup+0.031489 s]
/proc/loadavg: 2.02 2.06 2.12 4/80 17641
/proc/meminfo: memFree=1210360/2055920 swapFree=4180500/4192956
[pid=17641] ppid=17639 vsize=10824 CPUtime=0
/proc/17641/stat : 17641 (java) S 17639 17641 16912 0 -1 0 774 0 0 0 0 0 0 0 18 0 2 0 2003207172 11083776 545 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/17641/statm: 2706 545 263 9 0 1199 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10824

[startup+0.101504 s]
/proc/loadavg: 2.02 2.06 2.12 4/80 17641
/proc/meminfo: memFree=1210360/2055920 swapFree=4180500/4192956
[pid=17641] ppid=17639 vsize=864800 CPUtime=0.05
/proc/17641/stat : 17641 (java) S 17639 17641 16912 0 -1 0 2816 0 1 0 4 1 0 0 18 0 9 0 2003207172 885555200 2354 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17641/statm: 216200 2354 1120 9 0 211157 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 864800

[startup+0.301544 s]
/proc/loadavg: 2.02 2.06 2.12 4/80 17641
/proc/meminfo: memFree=1210360/2055920 swapFree=4180500/4192956
[pid=17641] ppid=17639 vsize=866868 CPUtime=0.24
/proc/17641/stat : 17641 (java) S 17639 17641 16912 0 -1 0 5281 0 1 0 20 4 0 0 18 0 9 0 2003207172 887672832 4707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17641/statm: 216717 4707 1866 9 0 211265 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 866868

[startup+0.701626 s]
/proc/loadavg: 2.02 2.06 2.12 4/80 17641
/proc/meminfo: memFree=1210360/2055920 swapFree=4180500/4192956
[pid=17641] ppid=17639 vsize=867972 CPUtime=0.63
/proc/17641/stat : 17641 (java) S 17639 17641 16912 0 -1 0 11070 0 1 0 55 8 0 0 18 0 9 0 2003207172 888803328 10440 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17641/statm: 216993 10440 1972 9 0 211521 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 867972

[startup+1.50277 s]
/proc/loadavg: 2.01 2.06 2.12 3/89 17650
/proc/meminfo: memFree=1159152/2055920 swapFree=4180500/4192956
[pid=17641] ppid=17639 vsize=867972 CPUtime=1.42
/proc/17641/stat : 17641 (java) S 17639 17641 16912 0 -1 0 21673 0 1 0 128 14 0 0 18 0 9 0 2003207172 888803328 21008 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17641/statm: 216993 21008 2004 9 0 211521 0
[pid=17641/tid=17643] ppid=17639 vsize=867972 CPUtime=1.13
/proc/17641/task/17643/stat : 17643 (java) R 17639 17641 16912 0 -1 64 15735 0 1 0 103 10 0 0 23 0 9 0 2003207173 888803328 21008 996147200 134512640 134550740 4294955968 18446744073709551615 104689078 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17644] ppid=17639 vsize=867972 CPUtime=0.07
/proc/17641/task/17644/stat : 17644 (java) S 17639 17641 16912 0 -1 64 4592 0 0 0 5 2 0 0 16 0 9 0 2003207177 888803328 21008 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17645] ppid=17639 vsize=867972 CPUtime=0
/proc/17641/task/17645/stat : 17645 (java) S 17639 17641 16912 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2003207177 888803328 21008 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17646] ppid=17639 vsize=867972 CPUtime=0
/proc/17641/task/17646/stat : 17646 (java) S 17639 17641 16912 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003207177 888803328 21008 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17647] ppid=17639 vsize=867972 CPUtime=0
/proc/17641/task/17647/stat : 17647 (java) S 17639 17641 16912 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003207180 888803328 21008 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17648] ppid=17639 vsize=867972 CPUtime=0.19
/proc/17641/task/17648/stat : 17648 (java) S 17639 17641 16912 0 -1 64 649 0 0 0 19 0 0 0 16 0 9 0 2003207180 888803328 21008 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17649] ppid=17639 vsize=867972 CPUtime=0
/proc/17641/task/17649/stat : 17649 (java) S 17639 17641 16912 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003207180 888803328 21008 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17650] ppid=17639 vsize=867972 CPUtime=0
/proc/17641/task/17650/stat : 17650 (java) S 17639 17641 16912 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003207180 888803328 21008 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 867972

[startup+3.10108 s]
/proc/loadavg: 2.01 2.06 2.12 4/89 17650
/proc/meminfo: memFree=1120112/2055920 swapFree=4180500/4192956
[pid=17641] ppid=17639 vsize=867972 CPUtime=3.01
/proc/17641/stat : 17641 (java) S 17639 17641 16912 0 -1 0 24838 0 1 0 285 16 0 0 18 0 9 0 2003207172 888803328 24169 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17641/statm: 216993 24169 2006 9 0 211521 0
[pid=17641/tid=17643] ppid=17639 vsize=867972 CPUtime=2.6
/proc/17641/task/17643/stat : 17643 (java) R 17639 17641 16912 0 -1 64 15771 0 1 0 249 11 0 0 25 0 9 0 2003207173 888803328 24169 996147200 134512640 134550740 4294955968 18446744073709551615 4126925911 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17644] ppid=17639 vsize=867972 CPUtime=0.17
/proc/17641/task/17644/stat : 17644 (java) S 17639 17641 16912 0 -1 64 7701 0 0 0 14 3 0 0 17 0 9 0 2003207177 888803328 24169 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17645] ppid=17639 vsize=867972 CPUtime=0
/proc/17641/task/17645/stat : 17645 (java) S 17639 17641 16912 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2003207177 888803328 24169 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17646] ppid=17639 vsize=867972 CPUtime=0
/proc/17641/task/17646/stat : 17646 (java) S 17639 17641 16912 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003207177 888803328 24169 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17647] ppid=17639 vsize=867972 CPUtime=0
/proc/17641/task/17647/stat : 17647 (java) S 17639 17641 16912 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003207180 888803328 24169 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17648] ppid=17639 vsize=867972 CPUtime=0.21
/proc/17641/task/17648/stat : 17648 (java) S 17639 17641 16912 0 -1 64 669 0 0 0 21 0 0 0 15 0 9 0 2003207180 888803328 24169 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17649] ppid=17639 vsize=867972 CPUtime=0
/proc/17641/task/17649/stat : 17649 (java) S 17639 17641 16912 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003207180 888803328 24169 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17650] ppid=17639 vsize=867972 CPUtime=0
/proc/17641/task/17650/stat : 17650 (java) S 17639 17641 16912 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003207180 888803328 24169 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 867972

[startup+6.30269 s]
/proc/loadavg: 2.01 2.06 2.12 3/89 17650
/proc/meminfo: memFree=1119728/2055920 swapFree=4180500/4192956
[pid=17641] ppid=17639 vsize=867972 CPUtime=6.17
/proc/17641/stat : 17641 (java) S 17639 17641 16912 0 -1 0 24871 0 1 0 600 17 0 0 18 0 9 0 2003207172 888803328 24198 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17641/statm: 216993 24198 2006 9 0 211521 0
[pid=17641/tid=17643] ppid=17639 vsize=867972 CPUtime=5.73
/proc/17641/task/17643/stat : 17643 (java) R 17639 17641 16912 0 -1 64 15775 0 1 0 561 12 0 0 25 0 9 0 2003207173 888803328 24198 996147200 134512640 134550740 4294955968 18446744073709551615 4126899440 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17644] ppid=17639 vsize=867972 CPUtime=0.17
/proc/17641/task/17644/stat : 17644 (java) S 17639 17641 16912 0 -1 64 7701 0 0 0 14 3 0 0 17 0 9 0 2003207177 888803328 24198 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17645] ppid=17639 vsize=867972 CPUtime=0
/proc/17641/task/17645/stat : 17645 (java) S 17639 17641 16912 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2003207177 888803328 24198 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17646] ppid=17639 vsize=867972 CPUtime=0
/proc/17641/task/17646/stat : 17646 (java) S 17639 17641 16912 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003207177 888803328 24198 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17647] ppid=17639 vsize=867972 CPUtime=0
/proc/17641/task/17647/stat : 17647 (java) S 17639 17641 16912 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003207180 888803328 24198 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17648] ppid=17639 vsize=867972 CPUtime=0.25
/proc/17641/task/17648/stat : 17648 (java) S 17639 17641 16912 0 -1 64 698 0 0 0 24 1 0 0 15 0 9 0 2003207180 888803328 24198 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17649] ppid=17639 vsize=867972 CPUtime=0
/proc/17641/task/17649/stat : 17649 (java) S 17639 17641 16912 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003207180 888803328 24198 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17650] ppid=17639 vsize=867972 CPUtime=0
/proc/17641/task/17650/stat : 17650 (java) S 17639 17641 16912 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003207180 888803328 24198 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 867972

[startup+12.7019 s]
/proc/loadavg: 2.01 2.05 2.12 3/89 17650
/proc/meminfo: memFree=1119600/2055920 swapFree=4180500/4192956
[pid=17641] ppid=17639 vsize=867972 CPUtime=12.51
/proc/17641/stat : 17641 (java) S 17639 17641 16912 0 -1 0 24881 0 1 0 1232 19 0 0 18 0 9 0 2003207172 888803328 24206 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17641/statm: 216993 24206 2006 9 0 211521 0
[pid=17641/tid=17643] ppid=17639 vsize=867972 CPUtime=12.06
/proc/17641/task/17643/stat : 17643 (java) R 17639 17641 16912 0 -1 64 15777 0 1 0 1192 14 0 0 25 0 9 0 2003207173 888803328 24206 996147200 134512640 134550740 4294955968 18446744073709551615 4126932817 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17644] ppid=17639 vsize=867972 CPUtime=0.17
/proc/17641/task/17644/stat : 17644 (java) S 17639 17641 16912 0 -1 64 7701 0 0 0 14 3 0 0 16 0 9 0 2003207177 888803328 24206 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17645] ppid=17639 vsize=867972 CPUtime=0
/proc/17641/task/17645/stat : 17645 (java) S 17639 17641 16912 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2003207177 888803328 24206 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17646] ppid=17639 vsize=867972 CPUtime=0
/proc/17641/task/17646/stat : 17646 (java) S 17639 17641 16912 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003207177 888803328 24206 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17647] ppid=17639 vsize=867972 CPUtime=0
/proc/17641/task/17647/stat : 17647 (java) S 17639 17641 16912 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003207180 888803328 24206 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17648] ppid=17639 vsize=867972 CPUtime=0.26
/proc/17641/task/17648/stat : 17648 (java) S 17639 17641 16912 0 -1 64 706 0 0 0 25 1 0 0 16 0 9 0 2003207180 888803328 24206 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17649] ppid=17639 vsize=867972 CPUtime=0
/proc/17641/task/17649/stat : 17649 (java) S 17639 17641 16912 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003207180 888803328 24206 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17650] ppid=17639 vsize=867972 CPUtime=0
/proc/17641/task/17650/stat : 17650 (java) S 17639 17641 16912 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003207180 888803328 24206 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 867972

[startup+25.5024 s]
/proc/loadavg: 2.01 2.05 2.11 3/89 17654
/proc/meminfo: memFree=1068072/2055920 swapFree=4180500/4192956
[pid=17641] ppid=17639 vsize=868412 CPUtime=25.18
/proc/17641/stat : 17641 (java) S 17639 17641 16912 0 -1 0 63711 851 1 0 2467 34 15 2 18 0 9 0 2003207172 889253888 37642 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17641/statm: 217103 37642 2616 9 0 211631 0
[pid=17641/tid=17643] ppid=17639 vsize=868412 CPUtime=23.9
/proc/17641/task/17643/stat : 17643 (java) R 17639 17641 16912 0 -1 64 29051 851 1 0 2353 20 15 2 25 0 9 0 2003207173 889253888 37642 996147200 134512640 134550740 4294955968 18446744073709551615 4126449504 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17644] ppid=17639 vsize=868412 CPUtime=0.99
/proc/17641/task/17644/stat : 17644 (java) S 17639 17641 16912 0 -1 64 32813 851 0 0 73 9 15 2 16 0 9 0 2003207177 889253888 37642 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17645] ppid=17639 vsize=868412 CPUtime=0.17
/proc/17641/task/17645/stat : 17645 (java) S 17639 17641 16912 0 -1 64 14 851 0 0 0 0 15 2 16 0 9 0 2003207177 889253888 37642 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17646] ppid=17639 vsize=868412 CPUtime=0.17
/proc/17641/task/17646/stat : 17646 (java) S 17639 17641 16912 0 -1 64 29 851 0 0 0 0 15 2 15 0 9 0 2003207177 889253888 37642 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17647] ppid=17639 vsize=868412 CPUtime=0.17
/proc/17641/task/17647/stat : 17647 (java) S 17639 17641 16912 0 -1 64 1 851 0 0 0 0 15 2 18 0 9 0 2003207180 889253888 37642 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17648] ppid=17639 vsize=868412 CPUtime=0.59
/proc/17641/task/17648/stat : 17648 (java) S 17639 17641 16912 0 -1 64 969 851 0 0 41 1 15 2 15 0 9 0 2003207180 889253888 37642 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17649] ppid=17639 vsize=868412 CPUtime=0.17
/proc/17641/task/17649/stat : 17649 (java) S 17639 17641 16912 0 -1 64 2 851 0 0 0 0 15 2 19 0 9 0 2003207180 889253888 37642 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17650] ppid=17639 vsize=868412 CPUtime=0.17
/proc/17641/task/17650/stat : 17650 (java) S 17639 17641 16912 0 -1 64 9 851 0 0 0 0 15 2 15 0 9 0 2003207180 889253888 37642 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 868412

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

[startup+25.9024 s]
/proc/loadavg: 2.01 2.05 2.11 3/89 17654
/proc/meminfo: memFree=1068072/2055920 swapFree=4180500/4192956
[pid=17641] ppid=17639 vsize=868412 CPUtime=25.58
/proc/17641/stat : 17641 (java) S 17639 17641 16912 0 -1 0 63713 851 1 0 2507 34 15 2 18 0 9 0 2003207172 889253888 37643 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17641/statm: 217103 37643 2616 9 0 211631 0
[pid=17641/tid=17643] ppid=17639 vsize=868412 CPUtime=24.29
/proc/17641/task/17643/stat : 17643 (java) R 17639 17641 16912 0 -1 64 29051 851 1 0 2392 20 15 2 25 0 9 0 2003207173 889253888 37643 996147200 134512640 134550740 4294955968 18446744073709551615 4125969920 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17644] ppid=17639 vsize=868412 CPUtime=0.99
/proc/17641/task/17644/stat : 17644 (java) S 17639 17641 16912 0 -1 64 32813 851 0 0 73 9 15 2 17 0 9 0 2003207177 889253888 37643 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17645] ppid=17639 vsize=868412 CPUtime=0.17
/proc/17641/task/17645/stat : 17645 (java) S 17639 17641 16912 0 -1 64 14 851 0 0 0 0 15 2 16 0 9 0 2003207177 889253888 37643 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17646] ppid=17639 vsize=868412 CPUtime=0.17
/proc/17641/task/17646/stat : 17646 (java) S 17639 17641 16912 0 -1 64 29 851 0 0 0 0 15 2 15 0 9 0 2003207177 889253888 37643 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17647] ppid=17639 vsize=868412 CPUtime=0.17
/proc/17641/task/17647/stat : 17647 (java) S 17639 17641 16912 0 -1 64 1 851 0 0 0 0 15 2 18 0 9 0 2003207180 889253888 37643 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17648] ppid=17639 vsize=868412 CPUtime=0.59
/proc/17641/task/17648/stat : 17648 (java) S 17639 17641 16912 0 -1 64 971 851 0 0 41 1 15 2 15 0 9 0 2003207180 889253888 37643 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17649] ppid=17639 vsize=868412 CPUtime=0.17
/proc/17641/task/17649/stat : 17649 (java) S 17639 17641 16912 0 -1 64 2 851 0 0 0 0 15 2 19 0 9 0 2003207180 889253888 37643 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17641/tid=17650] ppid=17639 vsize=868412 CPUtime=0.17
/proc/17641/task/17650/stat : 17650 (java) S 17639 17641 16912 0 -1 64 9 851 0 0 0 0 15 2 15 0 9 0 2003207180 889253888 37643 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.58
Current children cumulated vsize (KiB) 868412

Child status: 0
Real time (s): 25.9362
CPU time (s): 25.6211
CPU user time (s): 25.2292
CPU system time (s): 0.39194
CPU usage (%): 98.7852
Max. virtual memory (cumulated for all children) (KiB): 870584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.2292
system time used= 0.39194
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64596
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= 2716
involuntary context switches= 3622

runsolver used 0.034994 second user time and 0.094985 second system time

The end

Launcher Data (download as text)

Begin job on node59 at 2008-07-05 09:19:18
IDJOB=1087022
IDBENCH=57915
IDSOLVER=364
FILE ID=node59/1087022-1215242358
PBS_JOBID= 7881968
Free space on /tmp= 66492 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/fapp/fapp25/normalized-fapp25-2230-2.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-1087022-1215242358/watcher-1087022-1215242358 -o /tmp/evaluation-result-1087022-1215242358/solver-1087022-1215242358 -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-1087022-1215242358.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e9fca648ca088ce6fc443985c24dc948
RANDOM SEED=1950274063

node59.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:       1210840 kB
Buffers:          3968 kB
Cached:          74992 kB
SwapCached:       5360 kB
Active:         740632 kB
Inactive:        50816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1210840 kB
SwapTotal:     4192956 kB
SwapFree:      4180500 kB
Dirty:            4664 kB
Writeback:           0 kB
Mapped:         727156 kB
Slab:            37536 kB
Committed_AS:  4884204 kB
PageTables:       3248 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= 66492 MiB
End job on node59 at 2008-07-05 09:19:44