Trace number 1073373

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 15.1387 15.2649

DiagnosticValue
CHECKS49
NODES0

General information on the benchmark

Namecsp/bmc/
normalized-bmc-ibm-07-16.xml
MD5SUM0f0b449a2eeb7946cbda6c80af844fbf
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.31165
Satisfiable
(Un)Satisfiability was proved
Number of variables8710
Number of constraints48484
Maximum constraint arity33
Maximum domain size16
Number of constraints which are defined in extension0
Number of constraints which are defined in intension48484
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04/0.09	
0.04/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.28/0.32	   
0.28/0.32	   instance
0.28/0.32	     name=HOME/instance-1073373-1215177127.xml
0.28/0.36	   
0.28/0.36	   domains being loaded...
0.28/0.37	   
0.28/0.37	   variables being loaded...
0.77/0.85	     nbVariables=8710  nbDomainTypes=1  minDomainSize=16  maxDomainSize=16  nbTotalValues=139360
0.77/0.85	       =>  wckTime=0.6  cpuTime=0.45  mem=41M995
0.77/0.85	   
0.77/0.85	   predicates being loaded...
0.87/0.95	   
0.87/0.95	   constraints being loaded...
13.00/13.15	     nbConstraints=38283  nbUnaryConstraints=8912  nbGlobalConstraints=79  nbMergedConstraints=1368
13.00/13.15	     nbSingletonDomainVariables=202  nbPurgedValues=122142  nbDisconnectedVariables=80  nbConvertedConstraints=31153
13.00/13.15	     nbConvertConstraintsChecks=735488  nbExtensionStructures=2713  nbSharedExtensionStructures=31146
13.00/13.15	     nbConflictsStructures=2723  nbSharedConflictsStructures=33463  nbUnbuiltConflictsStructures=75
13.00/13.15	     nbSharedBinaryRepresentations=86784  nbEvaluationManagers=85  nbSharedEvaluationManagers=6966  minDegree=1
13.00/13.15	     maxDegree=347  minArity=2  avgArity=2.58  maxArity=33  nbGenerators=79  nbFusions=0  symmetryWckTime=4.015
13.00/13.15	     symmetryCpuTime=1.13
13.00/13.15	       =>  wckTime=12.901  cpuTime=8.37  mem=237M162
13.89/14.03	   
13.89/14.04	   solver IterativeSystematicSolver being built... 
14.58/14.70	   
14.58/14.71	   INFO : Forward propagation technique limited 
14.99/15.10	       =>  wckTime=14.857  cpuTime=9.32  mem=292M480
14.99/15.16	   
14.99/15.16	   preprocessing
14.99/15.16	     nbConstraintChecks=49  nbValidityChecks=30  nbPropagations=2  nbRevisions=56  nbUselessRevisions=45
14.99/15.16	     nbRemovedValues=11  detectedInconsistency=yes
14.99/15.16	       =>  wckTime=0.046  cpuTime=0.04  mem=293M488
14.99/15.17	   
14.99/15.17	   global
14.99/15.17	     nbConstraintChecks=49  nbValidityChecks=30  nbPropagations=2  nbRevisions=56  nbUselessRevisions=45
14.99/15.17	     nbRestartNogoods=0  solvingWckTime=0.052  solvingCpuTime=0.04  expiredTime=no  totalExploration=yes
14.99/15.17	     nbFoundSolutions=0  globalCpuTime=9.43
14.99/15.17	       =>  wckTime=14.922  cpuTime=9.37  mem=294M562
14.99/15.17	   
14.99/15.17	s UNSATISFIABLE
14.99/15.17	d NODES 0
14.99/15.17	d CHECKS 49
14.99/15.17	   
14.99/15.17	   totalWckTime=14.982  totalCpuTime=9.44

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-1073373-1215177127/watcher-1073373-1215177127 -o /tmp/evaluation-result-1073373-1215177127/solver-1073373-1215177127 -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-1073373-1215177127.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.01 1.95 1.85 3/82 29693
/proc/meminfo: memFree=1737920/2055920 swapFree=4179604/4192956
[pid=29693] ppid=29691 vsize=18572 CPUtime=0
/proc/29693/stat : 29693 (runsolver) R 29691 29693 29378 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 1996663915 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 228774702375 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/29693/statm: 4643 292 257 25 0 2626 0

[startup+0.0646179 s]
/proc/loadavg: 2.01 1.95 1.85 3/82 29693
/proc/meminfo: memFree=1737920/2055920 swapFree=4179604/4192956
[pid=29693] ppid=29691 vsize=863920 CPUtime=0.04
/proc/29693/stat : 29693 (java) S 29691 29693 29378 0 -1 0 2670 0 1 0 2 2 0 0 18 0 9 0 1996663915 884654080 2235 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29693/statm: 215980 2235 1062 9 0 210937 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 863920

[startup+0.101624 s]
/proc/loadavg: 2.01 1.95 1.85 3/82 29693
/proc/meminfo: memFree=1737920/2055920 swapFree=4179604/4192956
[pid=29693] ppid=29691 vsize=865884 CPUtime=0.08
/proc/29693/stat : 29693 (java) S 29691 29693 29378 0 -1 0 3682 0 1 0 6 2 0 0 18 0 9 0 1996663915 886665216 3157 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29693/statm: 216471 3157 1681 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301668 s]
/proc/loadavg: 2.01 1.95 1.85 3/82 29693
/proc/meminfo: memFree=1737920/2055920 swapFree=4179604/4192956
[pid=29693] ppid=29691 vsize=866196 CPUtime=0.28
/proc/29693/stat : 29693 (java) S 29691 29693 29378 0 -1 0 5605 0 1 0 24 4 0 0 18 0 9 0 1996663915 886984704 5019 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29693/statm: 216549 5019 1902 9 0 211097 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866196

[startup+0.701748 s]
/proc/loadavg: 2.01 1.95 1.85 3/82 29693
/proc/meminfo: memFree=1737920/2055920 swapFree=4179604/4192956
[pid=29693] ppid=29691 vsize=867444 CPUtime=0.68
/proc/29693/stat : 29693 (java) S 29691 29693 29378 0 -1 0 9616 0 1 0 60 8 0 0 18 0 9 0 1996663915 888262656 8986 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29693/statm: 216861 8986 1972 9 0 211389 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867444

[startup+1.50291 s]
/proc/loadavg: 2.01 1.95 1.85 3/91 29702
/proc/meminfo: memFree=1682360/2055920 swapFree=4179604/4192956
[pid=29693] ppid=29691 vsize=867444 CPUtime=1.47
/proc/29693/stat : 29693 (java) S 29691 29693 29378 0 -1 0 19231 0 1 0 133 14 0 0 18 0 9 0 1996663915 888262656 18566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29693/statm: 216861 18566 2004 9 0 211389 0
[pid=29693/tid=29695] ppid=29691 vsize=867444 CPUtime=1.19
/proc/29693/task/29695/stat : 29695 (java) R 29691 29693 29378 0 -1 64 15742 0 1 0 108 11 0 0 25 0 9 0 1996663916 888262656 18566 996147200 134512640 134550740 4294955968 18446744073709551615 4126888848 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29693/tid=29696] ppid=29691 vsize=867444 CPUtime=0.07
/proc/29693/task/29696/stat : 29696 (java) S 29691 29693 29378 0 -1 64 2152 0 0 0 6 1 0 0 16 0 9 0 1996663918 888262656 18566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29693/tid=29697] ppid=29691 vsize=867444 CPUtime=0
/proc/29693/task/29697/stat : 29697 (java) S 29691 29693 29378 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1996663918 888262656 18566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29693/tid=29698] ppid=29691 vsize=867444 CPUtime=0
/proc/29693/task/29698/stat : 29698 (java) S 29691 29693 29378 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1996663918 888262656 18566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29693/tid=29699] ppid=29691 vsize=867444 CPUtime=0
/proc/29693/task/29699/stat : 29699 (java) S 29691 29693 29378 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996663920 888262656 18566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29693/tid=29700] ppid=29691 vsize=867444 CPUtime=0.18
/proc/29693/task/29700/stat : 29700 (java) S 29691 29693 29378 0 -1 64 640 0 0 0 18 0 0 0 16 0 9 0 1996663920 888262656 18566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29693/tid=29701] ppid=29691 vsize=867444 CPUtime=0
/proc/29693/task/29701/stat : 29701 (java) S 29691 29693 29378 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996663920 888262656 18566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29693/tid=29702] ppid=29691 vsize=867444 CPUtime=0
/proc/29693/task/29702/stat : 29702 (java) S 29691 29693 29378 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996663920 888262656 18566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867444

[startup+3.10222 s]
/proc/loadavg: 2.01 1.95 1.85 4/91 29702
/proc/meminfo: memFree=1660728/2055920 swapFree=4179604/4192956
[pid=29693] ppid=29691 vsize=867444 CPUtime=3.06
/proc/29693/stat : 29693 (java) S 29691 29693 29378 0 -1 0 24542 0 1 0 289 17 0 0 18 0 9 0 1996663915 888262656 23875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29693/statm: 216861 23875 2004 9 0 211389 0
[pid=29693/tid=29695] ppid=29691 vsize=867444 CPUtime=2.49
/proc/29693/task/29695/stat : 29695 (java) R 29691 29693 29378 0 -1 64 15745 0 1 0 238 11 0 0 25 0 9 0 1996663916 888262656 23875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29693/tid=29696] ppid=29691 vsize=867444 CPUtime=0.36
/proc/29693/task/29696/stat : 29696 (java) R 29691 29693 29378 0 -1 64 7460 0 0 0 32 4 0 0 17 0 9 0 1996663918 888262656 23875 996147200 134512640 134550740 4294955968 18446744073709551615 102516872 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29693/tid=29697] ppid=29691 vsize=867444 CPUtime=0
/proc/29693/task/29697/stat : 29697 (java) S 29691 29693 29378 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1996663918 888262656 23875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29693/tid=29698] ppid=29691 vsize=867444 CPUtime=0
/proc/29693/task/29698/stat : 29698 (java) S 29691 29693 29378 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1996663918 888262656 23875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29693/tid=29699] ppid=29691 vsize=867444 CPUtime=0
/proc/29693/task/29699/stat : 29699 (java) S 29691 29693 29378 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996663920 888262656 23875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29693/tid=29700] ppid=29691 vsize=867444 CPUtime=0.18
/proc/29693/task/29700/stat : 29700 (java) S 29691 29693 29378 0 -1 64 640 0 0 0 18 0 0 0 16 0 9 0 1996663920 888262656 23875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29693/tid=29701] ppid=29691 vsize=867444 CPUtime=0
/proc/29693/task/29701/stat : 29701 (java) S 29691 29693 29378 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996663920 888262656 23875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29693/tid=29702] ppid=29691 vsize=867444 CPUtime=0
/proc/29693/task/29702/stat : 29702 (java) S 29691 29693 29378 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996663920 888262656 23875 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867444

[startup+6.30184 s]
/proc/loadavg: 2.01 1.95 1.86 3/91 29702
/proc/meminfo: memFree=1638456/2055920 swapFree=4179604/4192956
[pid=29693] ppid=29691 vsize=867444 CPUtime=6.25
/proc/29693/stat : 29693 (java) S 29691 29693 29378 0 -1 0 27323 0 1 0 491 134 0 0 18 0 9 0 1996663915 888262656 26650 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29693/statm: 216861 26650 2006 9 0 211389 0
[pid=29693/tid=29695] ppid=29691 vsize=867444 CPUtime=5.43
/proc/29693/task/29695/stat : 29695 (java) R 29691 29693 29378 0 -1 64 15782 0 1 0 416 127 0 0 25 0 9 0 1996663916 888262656 26650 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29693/tid=29696] ppid=29691 vsize=867444 CPUtime=0.51
/proc/29693/task/29696/stat : 29696 (java) S 29691 29693 29378 0 -1 64 10136 0 0 0 46 5 0 0 17 0 9 0 1996663918 888262656 26650 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29693/tid=29697] ppid=29691 vsize=867444 CPUtime=0
/proc/29693/task/29697/stat : 29697 (java) S 29691 29693 29378 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1996663918 888262656 26650 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29693/tid=29698] ppid=29691 vsize=867444 CPUtime=0
/proc/29693/task/29698/stat : 29698 (java) S 29691 29693 29378 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1996663918 888262656 26650 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29693/tid=29699] ppid=29691 vsize=867444 CPUtime=0
/proc/29693/task/29699/stat : 29699 (java) S 29691 29693 29378 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996663920 888262656 26650 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29693/tid=29700] ppid=29691 vsize=867444 CPUtime=0.27
/proc/29693/task/29700/stat : 29700 (java) S 29691 29693 29378 0 -1 64 708 0 0 0 27 0 0 0 16 0 9 0 1996663920 888262656 26650 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29693/tid=29701] ppid=29691 vsize=867444 CPUtime=0
/proc/29693/task/29701/stat : 29701 (java) S 29691 29693 29378 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1996663920 888262656 26650 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29693/tid=29702] ppid=29691 vsize=867444 CPUtime=0
/proc/29693/task/29702/stat : 29702 (java) S 29691 29693 29378 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996663920 888262656 26650 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 867444

[startup+12.7021 s]
/proc/loadavg: 2.01 1.95 1.86 3/93 29704
/proc/meminfo: memFree=1431208/2055920 swapFree=4179604/4192956
[pid=29693] ppid=29691 vsize=868092 CPUtime=12.6
/proc/29693/stat : 29693 (java) S 29691 29693 29378 0 -1 0 76107 3100 1 0 794 197 263 6 18 0 9 0 1996663915 888926208 74635 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29693/statm: 217023 74635 2014 9 0 211551 0
[pid=29693/tid=29695] ppid=29691 vsize=868092 CPUtime=10.84
/proc/29693/task/29695/stat : 29695 (java) R 29691 29693 29378 0 -1 64 16228 3100 1 0 651 164 263 6 19 0 9 0 1996663916 888926208 74635 996147200 134512640 134550740 4294955968 18446744073709551615 4127237172 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29693/tid=29696] ppid=29691 vsize=868092 CPUtime=4.07
/proc/29693/task/29696/stat : 29696 (java) S 29691 29693 29378 0 -1 64 58118 3100 0 0 110 28 263 6 16 0 9 0 1996663918 888926208 74635 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29693/tid=29697] ppid=29691 vsize=868092 CPUtime=2.69
/proc/29693/task/29697/stat : 29697 (java) S 29691 29693 29378 0 -1 64 13 3100 0 0 0 0 263 6 16 0 9 0 1996663918 888926208 74635 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29693/tid=29698] ppid=29691 vsize=868092 CPUtime=2.69
/proc/29693/task/29698/stat : 29698 (java) S 29691 29693 29378 0 -1 64 5 3100 0 0 0 0 263 6 16 0 9 0 1996663918 888926208 74635 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29693/tid=29699] ppid=29691 vsize=868092 CPUtime=2.69
/proc/29693/task/29699/stat : 29699 (java) S 29691 29693 29378 0 -1 64 1 3100 0 0 0 0 263 6 18 0 9 0 1996663920 888926208 74635 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29693/tid=29700] ppid=29691 vsize=868092 CPUtime=3.01
/proc/29693/task/29700/stat : 29700 (java) S 29691 29693 29378 0 -1 64 905 3100 0 0 32 0 263 6 16 0 9 0 1996663920 888926208 74635 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29693/tid=29701] ppid=29691 vsize=868092 CPUtime=2.69
/proc/29693/task/29701/stat : 29701 (java) S 29691 29693 29378 0 -1 64 1 3100 0 0 0 0 263 6 19 0 9 0 1996663920 888926208 74635 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29693/tid=29702] ppid=29691 vsize=868092 CPUtime=2.69
/proc/29693/task/29702/stat : 29702 (java) S 29691 29693 29378 0 -1 64 24 3100 0 0 0 0 263 6 15 0 9 0 1996663920 888926208 74635 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 868092

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

[startup+14.3074 s]
/proc/loadavg: 2.17 1.98 1.87 4/91 29706
/proc/meminfo: memFree=1442736/2055920 swapFree=4179604/4192956
[pid=29693] ppid=29691 vsize=868180 CPUtime=14.19
/proc/29693/stat : 29693 (java) S 29691 29693 29378 0 -1 0 111396 3100 1 0 947 203 263 6 18 0 9 0 1996663915 889016320 76464 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29693/statm: 217045 76464 2637 9 0 211551 0
[pid=29693/tid=29695] ppid=29691 vsize=868180 CPUtime=11.73
/proc/29693/task/29695/stat : 29695 (java) S 29691 29693 29378 0 -1 64 30748 3100 1 0 736 168 263 6 19 0 9 0 1996663916 889016320 76464 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29693/tid=29696] ppid=29691 vsize=868180 CPUtime=4.73
/proc/29693/task/29696/stat : 29696 (java) R 29691 29693 29378 0 -1 64 78827 3100 0 0 173 31 263 6 21 0 9 0 1996663918 889016320 76464 996147200 134512640 134550740 4294955968 18446744073709551615 102516864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29693/tid=29697] ppid=29691 vsize=868180 CPUtime=2.69
/proc/29693/task/29697/stat : 29697 (java) S 29691 29693 29378 0 -1 64 17 3100 0 0 0 0 263 6 16 0 9 0 1996663918 889016320 76464 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29693/tid=29698] ppid=29691 vsize=868180 CPUtime=2.69
/proc/29693/task/29698/stat : 29698 (java) S 29691 29693 29378 0 -1 64 9 3100 0 0 0 0 263 6 16 0 9 0 1996663918 889016320 76464 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29693/tid=29699] ppid=29691 vsize=868180 CPUtime=2.69
/proc/29693/task/29699/stat : 29699 (java) S 29691 29693 29378 0 -1 64 1 3100 0 0 0 0 263 6 18 0 9 0 1996663920 889016320 76464 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29693/tid=29700] ppid=29691 vsize=868180 CPUtime=3.06
/proc/29693/task/29700/stat : 29700 (java) S 29691 29693 29378 0 -1 64 957 3100 0 0 37 0 263 6 15 0 9 0 1996663920 889016320 76464 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29693/tid=29701] ppid=29691 vsize=868180 CPUtime=2.69
/proc/29693/task/29701/stat : 29701 (java) S 29691 29693 29378 0 -1 64 1 3100 0 0 0 0 263 6 19 0 9 0 1996663920 889016320 76464 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29693/tid=29702] ppid=29691 vsize=868180 CPUtime=2.69
/proc/29693/task/29702/stat : 29702 (java) S 29691 29693 29378 0 -1 64 24 3100 0 0 0 0 263 6 15 0 9 0 1996663920 889016320 76464 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.19
Current children cumulated vsize (KiB) 868180

[startup+14.7015 s]
/proc/loadavg: 2.17 1.98 1.87 4/91 29706
/proc/meminfo: memFree=1442736/2055920 swapFree=4179604/4192956
[pid=29693] ppid=29691 vsize=868180 CPUtime=14.58
/proc/29693/stat : 29693 (java) S 29691 29693 29378 0 -1 0 118556 3100 1 0 982 207 263 6 18 0 9 0 1996663915 889016320 82223 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29693/statm: 217045 82223 2638 9 0 211551 0
[pid=29693/tid=29695] ppid=29691 vsize=868180 CPUtime=11.9
/proc/29693/task/29695/stat : 29695 (java) R 29691 29693 29378 0 -1 64 30759 3100 1 0 753 168 263 6 16 0 9 0 1996663916 889016320 82223 996147200 134512640 134550740 4294955968 18446744073709551615 101444398 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29693/tid=29696] ppid=29691 vsize=868180 CPUtime=4.93
/proc/29693/task/29696/stat : 29696 (java) R 29691 29693 29378 0 -1 64 85930 3100 0 0 190 34 263 6 23 0 9 0 1996663918 889016320 82223 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29693/tid=29697] ppid=29691 vsize=868180 CPUtime=2.69
/proc/29693/task/29697/stat : 29697 (java) S 29691 29693 29378 0 -1 64 17 3100 0 0 0 0 263 6 15 0 9 0 1996663918 889016320 82223 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29693/tid=29698] ppid=29691 vsize=868180 CPUtime=2.69
/proc/29693/task/29698/stat : 29698 (java) S 29691 29693 29378 0 -1 64 9 3100 0 0 0 0 263 6 15 0 9 0 1996663918 889016320 82223 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29693/tid=29699] ppid=29691 vsize=868180 CPUtime=2.69
/proc/29693/task/29699/stat : 29699 (java) S 29691 29693 29378 0 -1 64 1 3100 0 0 0 0 263 6 18 0 9 0 1996663920 889016320 82223 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29693/tid=29700] ppid=29691 vsize=868180 CPUtime=3.07
/proc/29693/task/29700/stat : 29700 (java) S 29691 29693 29378 0 -1 64 1003 3100 0 0 38 0 263 6 15 0 9 0 1996663920 889016320 82223 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29693/tid=29701] ppid=29691 vsize=868180 CPUtime=2.69
/proc/29693/task/29701/stat : 29701 (java) S 29691 29693 29378 0 -1 64 1 3100 0 0 0 0 263 6 19 0 9 0 1996663920 889016320 82223 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29693/tid=29702] ppid=29691 vsize=868180 CPUtime=2.69
/proc/29693/task/29702/stat : 29702 (java) S 29691 29693 29378 0 -1 64 24 3100 0 0 0 0 263 6 15 0 9 0 1996663920 889016320 82223 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.58
Current children cumulated vsize (KiB) 868180

[startup+15.1016 s]
/proc/loadavg: 2.17 1.98 1.87 4/91 29706
/proc/meminfo: memFree=1442736/2055920 swapFree=4179604/4192956
[pid=29693] ppid=29691 vsize=868180 CPUtime=14.99
/proc/29693/stat : 29693 (java) S 29691 29693 29378 0 -1 0 120833 3100 1 0 1021 209 263 6 18 0 9 0 1996663915 889016320 84487 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29693/statm: 217045 84487 2638 9 0 211551 0
[pid=29693/tid=29695] ppid=29691 vsize=868180 CPUtime=12.21
/proc/29693/task/29695/stat : 29695 (java) R 29691 29693 29378 0 -1 64 30798 3100 1 0 784 168 263 6 17 0 9 0 1996663916 889016320 84487 996147200 134512640 134550740 4294955968 18446744073709551615 4125978359 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29693/tid=29696] ppid=29691 vsize=868180 CPUtime=5
/proc/29693/task/29696/stat : 29696 (java) R 29691 29693 29378 0 -1 64 88158 3100 0 0 195 36 263 6 23 0 9 0 1996663918 889016320 84487 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29693/tid=29697] ppid=29691 vsize=868180 CPUtime=2.69
/proc/29693/task/29697/stat : 29697 (java) S 29691 29693 29378 0 -1 64 17 3100 0 0 0 0 263 6 15 0 9 0 1996663918 889016320 84487 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29693/tid=29698] ppid=29691 vsize=868180 CPUtime=2.69
/proc/29693/task/29698/stat : 29698 (java) S 29691 29693 29378 0 -1 64 9 3100 0 0 0 0 263 6 15 0 9 0 1996663918 889016320 84487 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29693/tid=29699] ppid=29691 vsize=868180 CPUtime=2.69
/proc/29693/task/29699/stat : 29699 (java) S 29691 29693 29378 0 -1 64 1 3100 0 0 0 0 263 6 18 0 9 0 1996663920 889016320 84487 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29693/tid=29700] ppid=29691 vsize=868180 CPUtime=3.09
/proc/29693/task/29700/stat : 29700 (java) S 29691 29693 29378 0 -1 64 1013 3100 0 0 40 0 263 6 15 0 9 0 1996663920 889016320 84487 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29693/tid=29701] ppid=29691 vsize=868180 CPUtime=2.69
/proc/29693/task/29701/stat : 29701 (java) S 29691 29693 29378 0 -1 64 1 3100 0 0 0 0 263 6 19 0 9 0 1996663920 889016320 84487 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29693/tid=29702] ppid=29691 vsize=868180 CPUtime=2.69
/proc/29693/task/29702/stat : 29702 (java) S 29691 29693 29378 0 -1 64 24 3100 0 0 0 0 263 6 15 0 9 0 1996663920 889016320 84487 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.99
Current children cumulated vsize (KiB) 868180

[startup+15.2016 s]
/proc/loadavg: 2.17 1.98 1.87 4/91 29706
/proc/meminfo: memFree=1442736/2055920 swapFree=4179604/4192956
[pid=29693] ppid=29691 vsize=868092 CPUtime=15.07
/proc/29693/stat : 29693 (java) S 29691 29693 29378 0 -1 0 120867 3100 1 0 1029 209 263 6 18 0 9 0 1996663915 888926208 84474 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29693/statm: 217023 84474 2616 9 0 211551 0
[pid=29693/tid=29695] ppid=29691 vsize=868092 CPUtime=12.28
/proc/29693/task/29695/stat : 29695 (java) S 29691 29693 29378 0 -1 64 30809 3100 1 0 791 168 263 6 17 0 9 0 1996663916 888926208 84474 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29693/tid=29696] ppid=29691 vsize=868092 CPUtime=5
/proc/29693/task/29696/stat : 29696 (java) S 29691 29693 29378 0 -1 64 88158 3100 0 0 195 36 263 6 23 0 9 0 1996663918 888926208 84474 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29693/tid=29697] ppid=29691 vsize=868092 CPUtime=2.69
/proc/29693/task/29697/stat : 29697 (java) S 29691 29693 29378 0 -1 64 17 3100 0 0 0 0 263 6 15 0 9 0 1996663918 888926208 84474 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29693/tid=29698] ppid=29691 vsize=868092 CPUtime=2.69
/proc/29693/task/29698/stat : 29698 (java) S 29691 29693 29378 0 -1 64 29 3100 0 0 0 0 263 6 16 0 9 0 1996663918 888926208 84474 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29693/tid=29699] ppid=29691 vsize=868092 CPUtime=2.69
/proc/29693/task/29699/stat : 29699 (java) S 29691 29693 29378 0 -1 64 1 3100 0 0 0 0 263 6 18 0 9 0 1996663920 888926208 84474 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29693/tid=29700] ppid=29691 vsize=868092 CPUtime=3.1
/proc/29693/task/29700/stat : 29700 (java) S 29691 29693 29378 0 -1 64 1016 3100 0 0 41 0 263 6 16 0 9 0 1996663920 888926208 84474 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29693/tid=29701] ppid=29691 vsize=868092 CPUtime=2.69
/proc/29693/task/29701/stat : 29701 (java) S 29691 29693 29378 0 -1 64 1 3100 0 0 0 0 263 6 19 0 9 0 1996663920 888926208 84474 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29693/tid=29702] ppid=29691 vsize=868092 CPUtime=2.69
/proc/29693/task/29702/stat : 29702 (java) S 29691 29693 29378 0 -1 64 24 3100 0 0 0 0 263 6 15 0 9 0 1996663920 888926208 84474 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.07
Current children cumulated vsize (KiB) 868092

Child status: 0
Real time (s): 15.2649
CPU time (s): 15.1387
CPU user time (s): 12.931
CPU system time (s): 2.20766
CPU usage (%): 99.1734
Max. virtual memory (cumulated for all children) (KiB): 883632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.931
system time used= 2.20766
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 123997
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= 2011
involuntary context switches= 2182

runsolver used 0.021996 second user time and 0.06499 second system time

The end

Launcher Data (download as text)

Begin job on node74 at 2008-07-04 15:12:08
IDJOB=1073373
IDBENCH=56338
IDSOLVER=364
FILE ID=node74/1073373-1215177127
PBS_JOBID= 7881542
Free space on /tmp= 103204 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/bmc/normalized-bmc-ibm-07-16.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-1073373-1215177127/watcher-1073373-1215177127 -o /tmp/evaluation-result-1073373-1215177127/solver-1073373-1215177127 -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-1073373-1215177127.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0f0b449a2eeb7946cbda6c80af844fbf
RANDOM SEED=34030535

node74.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.259
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.259
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:       1738400 kB
Buffers:         21812 kB
Cached:         140056 kB
SwapCached:       6432 kB
Active:         228532 kB
Inactive:        34364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1738400 kB
SwapTotal:     4192956 kB
SwapFree:      4179604 kB
Dirty:            8828 kB
Writeback:           0 kB
Mapped:         117692 kB
Slab:            39452 kB
Committed_AS:  4736940 kB
PageTables:       2104 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103204 MiB
End job on node74 at 2008-07-04 15:12:23