Trace number 1065356

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 ESACSAT 5.33919 5.49667

DiagnosticValue
CHECKS15815
NODES0

General information on the benchmark

Namecsp/pseudo/mps/
normalized-mps-seymour.xml
MD5SUM7bdb33a5f13176865443e6bf7e21e1ee
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.899862
Satisfiable
(Un)Satisfiability was proved
Number of variables1372
Number of constraints4827
Maximum constraint arity19
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4827
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.08	
0.01/0.08	Abscon 112 (May, 2008)
0.19/0.23	
0.19/0.23	   configuration
0.19/0.23	     name=esac.xml
0.29/0.30	   
0.29/0.31	   instance
0.29/0.31	     name=HOME/instance-1065356-1215146573.xml
0.29/0.34	   
0.29/0.34	   domains being loaded...
0.29/0.35	   
0.29/0.35	   variables being loaded...
0.48/0.53	     nbVariables=1372  nbDomainTypes=2  minDomainSize=1  maxDomainSize=2  nbTotalValues=2627
0.48/0.53	       =>  wckTime=0.303  cpuTime=0.2  mem=11M770
0.48/0.53	   
0.48/0.53	   predicates being loaded...
0.59/0.61	   
0.59/0.61	   constraints being loaded...
4.29/4.43	     nbConstraints=5043  nbGlobalConstraints=216  nbSingletonDomainVariables=117  nbDisconnectedVariables=117
4.29/4.43	     nbConvertedConstraints=285  nbConvertConstraintsChecks=16384  nbExtensionStructures=2
4.29/4.43	     nbSharedExtensionStructures=283  nbConflictsStructures=27  nbSharedConflictsStructures=4678
4.29/4.43	     nbUnbuiltConflictsStructures=6  nbSharedBinaryRepresentations=2  nbEvaluationManagers=17
4.29/4.43	     nbSharedEvaluationManagers=4525  minDegree=1  maxDegree=273  minArity=2  avgArity=6.72  maxArity=19
4.29/4.43	     nbGenerators=216  nbFusions=15  symmetryWckTime=1.453  symmetryCpuTime=0.61
4.29/4.43	       =>  wckTime=4.201  cpuTime=2.87  mem=62M770
4.49/4.60	   
4.49/4.60	   solver IterativeSystematicSolver being built... 
4.78/4.93	   
4.78/4.93	   INFO : Forward propagation technique limited 
4.88/5.05	       =>  wckTime=4.821  cpuTime=3.25  mem=83M899
5.18/5.34	   
5.18/5.34	   preprocessing
5.18/5.34	     nbConstraintChecks=15815  nbValidityChecks=35373  nbPropagations=3104  nbRevisions=24583  nbUselessRevisions=24208
5.18/5.34	     nbSingletonTests=1372  nbEffectiveSingletonTests=0  nbACRemovals=15  nbFoundSingletons=0  firstSolutionCpuTime=3.48
5.18/5.34	     nbRemovedValues=15  nbRemovedTuples=1  detectedInconsistency=no
5.18/5.34	       =>  wckTime=0.285  cpuTime=0.25  mem=85M877
5.18/5.34	   
5.18/5.34	   global
5.18/5.34	     nbConstraintChecks=15815  nbValidityChecks=35373  nbPropagations=3104  nbRevisions=24583  nbUselessRevisions=24208
5.18/5.34	     nbRestartNogoods=0  solvingWckTime=0.289  solvingCpuTime=0.25  expiredTime=no  totalExploration=no
5.18/5.34	     nbFoundSolutions=1  firstSolutionCpuTime=3.48  globalCpuTime=3.55
5.18/5.34	       =>  wckTime=5.114  cpuTime=3.5  mem=85M877
5.18/5.35	   
5.18/5.35	s SATISFIABLE
5.18/5.35	v 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 0 1 1 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 1 0 1 1 1 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 1 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 1 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 0 1 0 0 0 0 0 0 1 1 0 0 1 0 1 0 0 1 1 0 1 1 1 1 0 1 1 0 0 0 1 0 0 0 0 0 1 1 1 0 0 1 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 1 1 1 1 0 0 0 0 0 1 1 0 0 1 1 1 0 0 1 0 0 1 0 0 0 0 0 1 1 0 0 1 0 0 1 0 1 0 0 0 1 0 1 1 0 0 1 0 0 0 0 1 1 0 0 1 1 1 0 0 0 0 1 1 1 1 1 0 1 0 1 0 0 1 0 1 0 1 1 0 0 0 0 0 0 1 0 1 1 0 1 0 0 1 1 0 1 1 0 0 0 1 0 0 0 0 0 1 0 1 0 0 1 0 1 0 1 1 1 0 1 1 1 1 0 1 1 1 1 1 0 1 1 0 1 1 0 0 1 0 0 1 0 1 0 0 1 0 1 1 0 1 0 1 0 1 0 1 1 0 0 1 0 0 0 1 1 0 0 0 0 0 0 1 1 0 1 1 1 0 0 0 1 1 0 0 1 0 1 1 1 1 1 1 1 0 0 1 1 0 1 0 1 0 0 0 0 1 0 1 1 0 0 1 1 0 1 0 0 1 0 1 0 1 0 1 1 0 0 0 0 1 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 1 1 0 1 0 0 0 1 0 1 1 0 0 1 1 0 1 1 1 0 1 1 0 1 0 0 0 1 1 1 1 1 1 0 0 1 1 0 0 1 1 1 1 0 1 0 0 1 0 1 0 0 0 1 0 0 1 1 0 1 0 0 1 0 1 0 0 0 1 1 0 1 1 0 1 0 0 0 0 1 0 0 0 1 1 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 1 1 0 1 1 0 1 1 0 0 1 0 0 0 0 1 0 0 1 1 0 0 0 0 0 1 1 0 0 0 0 0 1 0 1 1 0 1 0 0 0 1 0 0 1 1 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 0 1 1 0 0 0 1 1 0 0 1 1 0 1 1 0 0 0 0 0 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 0 0 0 0 1 1 1 1 0 0 1 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 1 0 0 0 1 0 0 0 0 1 0 1 1 0 0 0 0 1 1 0 1 0 1 1 0 1 0 0 0 0 1 0 1 0 0 1 0 1 1 1 1 0 1 1 1 0 0 0 0 0 1 0 1 0 1 1 0 0 0 1 1 0 1 0 1 1 1 0 0 1 0 1 0 0 0 1 0 1 1 0 0 1 0 1 1 0 0 0 1 1 1 1 1 1 0 0 1 0 1 0 0 1 1 1 0 1 0 1 1 1 1 0 0 0 0 0 1 0 1 0 1 1 1 0 1 0 0 1 1 1 1 0 1 1 0 0 1 0 1 0 0 1 0 0 0 0 0 1 0 1 1 1 1 0 1 0 0 1 1 1 0 1 1 1 1 1 1 0 1 0 1 0 1 1 0 1 0 1 1 1 0 1 0 1 1 0 1 0 0 0 0 1 0 1 1 0 0 0 0 0 1 1 0 1 1 0 0 0 1 0 1 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 1 1 0 0 0 0 0 1 0 0 0 0 1 0 0 1 1 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 1 1 0 0 0 0 1 1 0 0 1 0 1 1 0 0 0 0 1 1 0 1 0 1 1 0 0 0 1 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 1 0 1 0 0 0 1 1 0 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 1 0 1 0 0 0 0 1 1 0 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 0 1 1 1 0 1 1 1 
5.18/5.35	d NODES 0
5.18/5.35	d CHECKS 15815
5.28/5.42	   
5.28/5.42	   totalWckTime=5.245  totalCpuTime=3.56

Verifier Data (download as text)

OK

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

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


[startup+0 s]
/proc/loadavg: 1.97 2.00 2.00 4/93 15351
/proc/meminfo: memFree=1552560/2055920 swapFree=4179472/4192956
[pid=15351] ppid=15349 vsize=272 CPUtime=0
/proc/15351/stat : 15351 (java) D 15349 15351 13529 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 1993632916 278528 37 996147200 134512640 134550740 4294955984 18446744073709551615 5829412 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/15351/statm: 68 37 28 9 0 6 0

[startup+0.024523 s]
/proc/loadavg: 1.97 2.00 2.00 4/93 15351
/proc/meminfo: memFree=1552560/2055920 swapFree=4179472/4192956
[pid=15351] ppid=15349 vsize=861876 CPUtime=0.01
/proc/15351/stat : 15351 (java) S 15349 15351 13529 0 -1 0 1880 0 1 0 0 1 0 0 18 0 5 0 1993632916 882561024 1567 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/15351/statm: 215469 1567 695 9 0 210448 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 861876

[startup+0.101214 s]
/proc/loadavg: 1.97 2.00 2.00 4/93 15351
/proc/meminfo: memFree=1552560/2055920 swapFree=4179472/4192956
[pid=15351] ppid=15349 vsize=865884 CPUtime=0.09
/proc/15351/stat : 15351 (java) S 15349 15351 13529 0 -1 0 3840 0 1 0 7 2 0 0 18 0 9 0 1993632916 886665216 3284 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15351/statm: 216471 3284 1733 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301254 s]
/proc/loadavg: 1.97 2.00 2.00 4/93 15351
/proc/meminfo: memFree=1552560/2055920 swapFree=4179472/4192956
[pid=15351] ppid=15349 vsize=866196 CPUtime=0.29
/proc/15351/stat : 15351 (java) S 15349 15351 13529 0 -1 0 5628 0 1 0 25 4 0 0 18 0 9 0 1993632916 886984704 5042 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15351/statm: 216549 5042 1903 9 0 211097 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866196

[startup+0.701332 s]
/proc/loadavg: 1.97 2.00 2.00 4/93 15351
/proc/meminfo: memFree=1552560/2055920 swapFree=4179472/4192956
[pid=15351] ppid=15349 vsize=867684 CPUtime=0.68
/proc/15351/stat : 15351 (java) S 15349 15351 13529 0 -1 0 8777 0 1 0 62 6 0 0 18 0 9 0 1993632916 888508416 8137 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15351/statm: 216921 8137 2011 9 0 211427 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867684

[startup+1.50249 s]
/proc/loadavg: 1.97 2.00 2.00 3/102 15360
/proc/meminfo: memFree=1509224/2055920 swapFree=4179472/4192956
[pid=15351] ppid=15349 vsize=867596 CPUtime=1.47
/proc/15351/stat : 15351 (java) S 15349 15351 13529 0 -1 0 18443 0 1 0 132 15 0 0 18 0 9 0 1993632916 888418304 17776 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15351/statm: 216899 17776 2006 9 0 211427 0
[pid=15351/tid=15353] ppid=15349 vsize=867596 CPUtime=1.19
/proc/15351/task/15353/stat : 15353 (java) R 15349 15351 13529 0 -1 64 15773 0 1 0 107 12 0 0 25 0 9 0 1993632917 888418304 17776 996147200 134512640 134550740 4294955984 18446744073709551615 102689690 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15354] ppid=15349 vsize=867596 CPUtime=0.04
/proc/15351/task/15354/stat : 15354 (java) S 15349 15351 13529 0 -1 64 1280 0 0 0 4 0 0 0 16 0 9 0 1993632918 888418304 17776 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15355] ppid=15349 vsize=867596 CPUtime=0
/proc/15351/task/15355/stat : 15355 (java) S 15349 15351 13529 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1993632918 888418304 17776 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15356] ppid=15349 vsize=867596 CPUtime=0
/proc/15351/task/15356/stat : 15356 (java) S 15349 15351 13529 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993632918 888418304 17776 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15357] ppid=15349 vsize=867596 CPUtime=0
/proc/15351/task/15357/stat : 15357 (java) S 15349 15351 13529 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993632920 888418304 17776 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15358] ppid=15349 vsize=867596 CPUtime=0.2
/proc/15351/task/15358/stat : 15358 (java) S 15349 15351 13529 0 -1 64 694 0 0 0 20 0 0 0 16 0 9 0 1993632920 888418304 17776 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15359] ppid=15349 vsize=867596 CPUtime=0
/proc/15351/task/15359/stat : 15359 (java) S 15349 15351 13529 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993632920 888418304 17776 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15360] ppid=15349 vsize=867596 CPUtime=0
/proc/15351/task/15360/stat : 15360 (java) S 15349 15351 13529 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993632920 888418304 17776 996147200 134512640 134550740 4294955984 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) 867596

[startup+3.1028 s]
/proc/loadavg: 1.97 2.00 2.00 3/102 15360
/proc/meminfo: memFree=1468136/2055920 swapFree=4179472/4192956
[pid=15351] ppid=15349 vsize=867596 CPUtime=3.04
/proc/15351/stat : 15351 (java) S 15349 15351 13529 0 -1 0 26427 0 1 0 271 33 0 0 18 0 9 0 1993632916 888418304 25758 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15351/statm: 216899 25758 2006 9 0 211427 0
[pid=15351/tid=15353] ppid=15349 vsize=867596 CPUtime=2.57
/proc/15351/task/15353/stat : 15353 (java) R 15349 15351 13529 0 -1 64 15789 0 1 0 230 27 0 0 25 0 9 0 1993632917 888418304 25758 996147200 134512640 134550740 4294955984 18446744073709551615 4126381650 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15354] ppid=15349 vsize=867596 CPUtime=0.19
/proc/15351/task/15354/stat : 15354 (java) S 15349 15351 13529 0 -1 64 9220 0 0 0 15 4 0 0 16 0 9 0 1993632918 888418304 25758 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15355] ppid=15349 vsize=867596 CPUtime=0
/proc/15351/task/15355/stat : 15355 (java) S 15349 15351 13529 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1993632918 888418304 25758 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15356] ppid=15349 vsize=867596 CPUtime=0
/proc/15351/task/15356/stat : 15356 (java) S 15349 15351 13529 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993632918 888418304 25758 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15357] ppid=15349 vsize=867596 CPUtime=0
/proc/15351/task/15357/stat : 15357 (java) S 15349 15351 13529 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993632920 888418304 25758 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15358] ppid=15349 vsize=867596 CPUtime=0.24
/proc/15351/task/15358/stat : 15358 (java) S 15349 15351 13529 0 -1 64 722 0 0 0 24 0 0 0 16 0 9 0 1993632920 888418304 25758 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15359] ppid=15349 vsize=867596 CPUtime=0
/proc/15351/task/15359/stat : 15359 (java) S 15349 15351 13529 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993632920 888418304 25758 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15360] ppid=15349 vsize=867596 CPUtime=0
/proc/15351/task/15360/stat : 15360 (java) S 15349 15351 13529 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993632920 888418304 25758 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 867596

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

[startup+4.70112 s]
/proc/loadavg: 1.97 2.00 2.00 3/102 15364
/proc/meminfo: memFree=1456608/2055920 swapFree=4179472/4192956
[pid=15351] ppid=15349 vsize=868108 CPUtime=4.58
/proc/15351/stat : 15351 (java) S 15349 15351 13529 0 -1 0 41173 1064 1 0 345 38 73 2 18 0 9 0 1993632916 888942592 28773 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15351/statm: 217027 28773 2636 9 0 211533 0
[pid=15351/tid=15353] ppid=15349 vsize=868108 CPUtime=3.89
/proc/15351/task/15353/stat : 15353 (java) R 15349 15351 13529 0 -1 64 18837 1064 1 0 286 28 73 2 17 0 9 0 1993632917 888942592 28773 996147200 134512640 134550740 4294955984 18446744073709551615 103845198 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15354] ppid=15349 vsize=868108 CPUtime=1.1
/proc/15351/task/15354/stat : 15354 (java) R 15349 15351 13529 0 -1 64 20574 1064 0 0 29 6 73 2 18 0 9 0 1993632918 888942592 28773 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15355] ppid=15349 vsize=868108 CPUtime=0.75
/proc/15351/task/15355/stat : 15355 (java) S 15349 15351 13529 0 -1 64 17 1064 0 0 0 0 73 2 16 0 9 0 1993632918 888942592 28773 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15356] ppid=15349 vsize=868108 CPUtime=0.75
/proc/15351/task/15356/stat : 15356 (java) S 15349 15351 13529 0 -1 64 9 1064 0 0 0 0 73 2 16 0 9 0 1993632918 888942592 28773 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15357] ppid=15349 vsize=868108 CPUtime=0.75
/proc/15351/task/15357/stat : 15357 (java) S 15349 15351 13529 0 -1 64 1 1064 0 0 0 0 73 2 18 0 9 0 1993632920 888942592 28773 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15358] ppid=15349 vsize=868108 CPUtime=1.05
/proc/15351/task/15358/stat : 15358 (java) S 15349 15351 13529 0 -1 64 923 1064 0 0 29 1 73 2 16 0 9 0 1993632920 888942592 28773 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15359] ppid=15349 vsize=868108 CPUtime=0.75
/proc/15351/task/15359/stat : 15359 (java) S 15349 15351 13529 0 -1 64 1 1064 0 0 0 0 73 2 19 0 9 0 1993632920 888942592 28773 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15360] ppid=15349 vsize=868108 CPUtime=0.75
/proc/15351/task/15360/stat : 15360 (java) S 15349 15351 13529 0 -1 64 13 1064 0 0 0 0 73 2 15 0 9 0 1993632920 888942592 28773 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.58
Current children cumulated vsize (KiB) 868108

[startup+5.1012 s]
/proc/loadavg: 1.97 2.00 2.00 3/102 15364
/proc/meminfo: memFree=1456608/2055920 swapFree=4179472/4192956
[pid=15351] ppid=15349 vsize=868108 CPUtime=4.98
/proc/15351/stat : 15351 (java) S 15349 15351 13529 0 -1 0 50446 1064 1 0 382 41 73 2 18 0 9 0 1993632916 888942592 28824 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15351/statm: 217027 28824 2637 9 0 211533 0
[pid=15351/tid=15353] ppid=15349 vsize=868108 CPUtime=4.23
/proc/15351/task/15353/stat : 15353 (java) R 15349 15351 13529 0 -1 64 27676 1064 1 0 318 30 73 2 20 0 9 0 1993632917 888942592 28824 996147200 134512640 134550740 4294955984 18446744073709551615 4127024366 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15354] ppid=15349 vsize=868108 CPUtime=1.12
/proc/15351/task/15354/stat : 15354 (java) S 15349 15351 13529 0 -1 64 20964 1064 0 0 31 6 73 2 16 0 9 0 1993632918 888942592 28824 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15355] ppid=15349 vsize=868108 CPUtime=0.75
/proc/15351/task/15355/stat : 15355 (java) S 15349 15351 13529 0 -1 64 17 1064 0 0 0 0 73 2 16 0 9 0 1993632918 888942592 28824 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15356] ppid=15349 vsize=868108 CPUtime=0.75
/proc/15351/task/15356/stat : 15356 (java) S 15349 15351 13529 0 -1 64 18 1064 0 0 0 0 73 2 15 0 9 0 1993632918 888942592 28824 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15357] ppid=15349 vsize=868108 CPUtime=0.75
/proc/15351/task/15357/stat : 15357 (java) S 15349 15351 13529 0 -1 64 1 1064 0 0 0 0 73 2 18 0 9 0 1993632920 888942592 28824 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15358] ppid=15349 vsize=868108 CPUtime=1.08
/proc/15351/task/15358/stat : 15358 (java) S 15349 15351 13529 0 -1 64 958 1064 0 0 32 1 73 2 16 0 9 0 1993632920 888942592 28824 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15359] ppid=15349 vsize=868108 CPUtime=0.75
/proc/15351/task/15359/stat : 15359 (java) S 15349 15351 13529 0 -1 64 1 1064 0 0 0 0 73 2 19 0 9 0 1993632920 888942592 28824 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15360] ppid=15349 vsize=868108 CPUtime=0.75
/proc/15351/task/15360/stat : 15360 (java) S 15349 15351 13529 0 -1 64 13 1064 0 0 0 0 73 2 15 0 9 0 1993632920 888942592 28824 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.98
Current children cumulated vsize (KiB) 868108

[startup+5.30224 s]
/proc/loadavg: 1.97 2.00 2.00 3/102 15364
/proc/meminfo: memFree=1456608/2055920 swapFree=4179472/4192956
[pid=15351] ppid=15349 vsize=868108 CPUtime=5.18
/proc/15351/stat : 15351 (java) S 15349 15351 13529 0 -1 0 50490 1064 1 0 402 41 73 2 18 0 9 0 1993632916 888942592 28834 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15351/statm: 217027 28834 2637 9 0 211533 0
[pid=15351/tid=15353] ppid=15349 vsize=868108 CPUtime=4.41
/proc/15351/task/15353/stat : 15353 (java) R 15349 15351 13529 0 -1 64 27680 1064 1 0 336 30 73 2 22 0 9 0 1993632917 888942592 28834 996147200 134512640 134550740 4294955984 18446744073709551615 4127243440 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15354] ppid=15349 vsize=868108 CPUtime=1.12
/proc/15351/task/15354/stat : 15354 (java) S 15349 15351 13529 0 -1 64 20964 1064 0 0 31 6 73 2 16 0 9 0 1993632918 888942592 28834 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15355] ppid=15349 vsize=868108 CPUtime=0.75
/proc/15351/task/15355/stat : 15355 (java) S 15349 15351 13529 0 -1 64 17 1064 0 0 0 0 73 2 16 0 9 0 1993632918 888942592 28834 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15356] ppid=15349 vsize=868108 CPUtime=0.75
/proc/15351/task/15356/stat : 15356 (java) S 15349 15351 13529 0 -1 64 18 1064 0 0 0 0 73 2 15 0 9 0 1993632918 888942592 28834 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15357] ppid=15349 vsize=868108 CPUtime=0.75
/proc/15351/task/15357/stat : 15357 (java) S 15349 15351 13529 0 -1 64 1 1064 0 0 0 0 73 2 18 0 9 0 1993632920 888942592 28834 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15358] ppid=15349 vsize=868108 CPUtime=1.09
/proc/15351/task/15358/stat : 15358 (java) S 15349 15351 13529 0 -1 64 969 1064 0 0 33 1 73 2 16 0 9 0 1993632920 888942592 28834 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15359] ppid=15349 vsize=868108 CPUtime=0.75
/proc/15351/task/15359/stat : 15359 (java) S 15349 15351 13529 0 -1 64 1 1064 0 0 0 0 73 2 19 0 9 0 1993632920 888942592 28834 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15360] ppid=15349 vsize=868108 CPUtime=0.75
/proc/15351/task/15360/stat : 15360 (java) S 15349 15351 13529 0 -1 64 42 1064 0 0 0 0 73 2 15 0 9 0 1993632920 888942592 28834 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.18
Current children cumulated vsize (KiB) 868108

[startup+5.40226 s]
/proc/loadavg: 1.97 2.00 2.00 4/102 15364
/proc/meminfo: memFree=1442848/2055920 swapFree=4179472/4192956
[pid=15351] ppid=15349 vsize=868108 CPUtime=5.28
/proc/15351/stat : 15351 (java) S 15349 15351 13529 0 -1 0 51830 1064 1 0 411 42 73 2 18 0 9 0 1993632916 888942592 29870 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15351/statm: 217027 29870 2637 9 0 211533 0
[pid=15351/tid=15353] ppid=15349 vsize=868108 CPUtime=4.46
/proc/15351/task/15353/stat : 15353 (java) R 15349 15351 13529 0 -1 64 27691 1064 1 0 341 30 73 2 22 0 9 0 1993632917 888942592 29870 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15354] ppid=15349 vsize=868108 CPUtime=1.18
/proc/15351/task/15354/stat : 15354 (java) R 15349 15351 13529 0 -1 64 22286 1064 0 0 36 7 73 2 16 0 9 0 1993632918 888942592 29870 996147200 134512640 134550740 4294955984 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15355] ppid=15349 vsize=868108 CPUtime=0.75
/proc/15351/task/15355/stat : 15355 (java) S 15349 15351 13529 0 -1 64 17 1064 0 0 0 0 73 2 16 0 9 0 1993632918 888942592 29870 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15356] ppid=15349 vsize=868108 CPUtime=0.75
/proc/15351/task/15356/stat : 15356 (java) S 15349 15351 13529 0 -1 64 18 1064 0 0 0 0 73 2 15 0 9 0 1993632918 888942592 29870 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15357] ppid=15349 vsize=868108 CPUtime=0.75
/proc/15351/task/15357/stat : 15357 (java) S 15349 15351 13529 0 -1 64 1 1064 0 0 0 0 73 2 18 0 9 0 1993632920 888942592 29870 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15358] ppid=15349 vsize=868108 CPUtime=1.09
/proc/15351/task/15358/stat : 15358 (java) S 15349 15351 13529 0 -1 64 976 1064 0 0 33 1 73 2 15 0 9 0 1993632920 888942592 29870 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15359] ppid=15349 vsize=868108 CPUtime=0.75
/proc/15351/task/15359/stat : 15359 (java) S 15349 15351 13529 0 -1 64 1 1064 0 0 0 0 73 2 19 0 9 0 1993632920 888942592 29870 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15351/tid=15360] ppid=15349 vsize=868108 CPUtime=0.75
/proc/15351/task/15360/stat : 15360 (java) S 15349 15351 13529 0 -1 64 42 1064 0 0 0 0 73 2 15 0 9 0 1993632920 888942592 29870 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.28
Current children cumulated vsize (KiB) 868108

Child status: 0
Real time (s): 5.49667
CPU time (s): 5.33919
CPU user time (s): 4.87126
CPU system time (s): 0.467928
CPU usage (%): 97.135
Max. virtual memory (cumulated for all children) (KiB): 873424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.87126
system time used= 0.467928
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53299
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= 1582
involuntary context switches= 1726

runsolver used 0.009998 second user time and 0.026995 second system time

The end

Launcher Data (download as text)

Begin job on node1 at 2008-07-04 06:42:53
IDJOB=1065356
IDBENCH=55058
IDSOLVER=364
FILE ID=node1/1065356-1215146573
PBS_JOBID= 7877341
Free space on /tmp= 66528 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/pseudo/mps/normalized-mps-seymour.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-1065356-1215146573/watcher-1065356-1215146573 -o /tmp/evaluation-result-1065356-1215146573/solver-1065356-1215146573 -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-1065356-1215146573.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7bdb33a5f13176865443e6bf7e21e1ee
RANDOM SEED=1934946467

node1.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.265
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.265
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:       1553040 kB
Buffers:         41320 kB
Cached:         169412 kB
SwapCached:       7548 kB
Active:         372640 kB
Inactive:        77324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1553040 kB
SwapTotal:     4192956 kB
SwapFree:      4179472 kB
Dirty:            3012 kB
Writeback:           0 kB
Mapped:         255712 kB
Slab:            37212 kB
Committed_AS:  3766220 kB
PageTables:       2520 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= 66528 MiB
End job on node1 at 2008-07-04 06:42:58