Trace number 2095821

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 ACSAT 7.55085 7.69578

DiagnosticValue
CHECKS2397190
NODES190476

General information on the benchmark

Namecsp/pseudoGLB/
normalized-fpga10-8-sat-pb-cnf-cr.xml
MD5SUM0a69b7f648df9361e2a1e35bd6d4d2c4
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.917859
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of constraints106
Maximum constraint arity10
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(106)

Solver Data

0.06/0.09	
0.06/0.09	Abscon 112 (May, 2008)
0.18/0.27	
0.18/0.27	   configuration
0.18/0.27	     name=mac.xml
0.28/0.31	   
0.28/0.31	   instance
0.28/0.31	     name=HOME/instance-2095821-1247408560.xml
0.28/0.34	   
0.28/0.34	   domains being loaded...
0.28/0.35	   
0.28/0.35	   variables being loaded...
0.28/0.39	     nbVariables=120  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=240
0.28/0.39	       =>  wckTime=0.117  cpuTime=0.1  mem=7M892
0.28/0.39	   
0.28/0.39	   constraints being loaded...
0.48/0.57	     nbConstraints=128  nbGlobalConstraints=128  nbSharedBinaryRepresentations=0  minDegree=6  maxDegree=14  minArity=5
0.48/0.57	     avgArity=8.69  maxArity=120  nbGenerators=22  nbFusions=0  symmetryWckTime=0.097  symmetryCpuTime=0.04
0.48/0.57	       =>  wckTime=0.305  cpuTime=0.19  mem=12M793
0.57/0.63	   
0.57/0.63	   solver IterativeSystematicSolver being built... 
0.67/0.70	   
0.67/0.70	   INFO : Forward propagation technique limited 
0.67/0.78	       =>  wckTime=0.513  cpuTime=0.33  mem=20M638
0.67/0.79	   
0.67/0.79	   preprocessing
0.67/0.79	     nbConstraintChecks=0  nbPropagations=120  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.67/0.79	     detectedInconsistency=no
0.67/0.79	       =>  wckTime=0.0030  cpuTime=0.0  mem=20M638
0.77/0.88	   
0.77/0.88	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=21M647)
7.48/7.64	   
7.48/7.64	   search
7.48/7.64	     run=17  nbConstraintChecks=2397193  minDepth=1  maxDepth=120  nbPropagations=1620932  nbRevisions=0
7.48/7.64	     nbUselessRevisions=0  nbAssignments=190476  nbFailedAssignments=23129  nbBacktracks=166546  nbVisitedNodes=299651
7.48/7.64	     nbRestartNogoods=70  nbFoundSolutions=1  nbSEliminables=0  nbREliminables=61.66  nbIEliminables=0  nbDEliminables=0
7.48/7.64	     nbPEliminables=0
7.48/7.64	       =>  wckTime=6.857  cpuTime=6.66  mem=21M647
7.48/7.64	   
7.48/7.64	   global
7.48/7.64	     nbConstraintChecks=2397193  nbPropagations=1621052  nbRestartNogoods=70  solvingWckTime=6.859  solvingCpuTime=6.66
7.48/7.64	     expiredTime=no  totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=6.99  globalCpuTime=7.03
7.48/7.64	       =>  wckTime=7.374  cpuTime=6.99  mem=21M647
7.48/7.64	   
7.48/7.64	s SATISFIABLE
7.48/7.64	v 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 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 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 0 1 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 1 0 0 1 0 0 0 
7.48/7.64	d NODES 190476
7.48/7.64	d CHECKS 2397193
7.48/7.65	   
7.48/7.65	   totalWckTime=7.445  totalCpuTime=7.03

Verifier Data

OK

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.96 2.01 1.94 4/80 736
/proc/meminfo: memFree=1698648/2055920 swapFree=4192812/4192956
[pid=736] ppid=734 vsize=1616 CPUtime=0
/proc/736/stat : 736 (java) D 734 736 32214 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 27922646 1654784 148 996147200 134512640 134550932 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099937270 0 0 17 0 0 0
/proc/736/statm: 404 148 122 9 0 46 0

[startup+0.074078 s]
/proc/loadavg: 1.96 2.01 1.94 4/80 736
/proc/meminfo: memFree=1698648/2055920 swapFree=4192812/4192956
[pid=736] ppid=734 vsize=864024 CPUtime=0.06
/proc/736/stat : 736 (java) S 734 736 32214 0 -1 0 2936 0 1 0 4 2 0 0 18 0 9 0 27922646 884760576 2444 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/736/statm: 216006 2444 1158 9 0 210899 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 864024

[startup+0.10108 s]
/proc/loadavg: 1.96 2.01 1.94 4/80 736
/proc/meminfo: memFree=1698648/2055920 swapFree=4192812/4192956
[pid=736] ppid=734 vsize=865984 CPUtime=0.08
/proc/736/stat : 736 (java) S 734 736 32214 0 -1 0 3726 0 1 0 6 2 0 0 18 0 9 0 27922646 886767616 3194 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/736/statm: 216496 3194 1695 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301106 s]
/proc/loadavg: 1.96 2.01 1.94 4/80 736
/proc/meminfo: memFree=1698648/2055920 swapFree=4192812/4192956
[pid=736] ppid=734 vsize=866300 CPUtime=0.28
/proc/736/stat : 736 (java) S 734 736 32214 0 -1 0 5699 0 1 0 24 4 0 0 18 0 9 0 27922646 887091200 5106 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/736/statm: 216575 5106 1923 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866300

[startup+0.701152 s]
/proc/loadavg: 1.96 2.01 1.94 4/80 736
/proc/meminfo: memFree=1698648/2055920 swapFree=4192812/4192956
[pid=736] ppid=734 vsize=867516 CPUtime=0.67
/proc/736/stat : 736 (java) S 734 736 32214 0 -1 0 12033 305 1 0 59 7 1 0 18 0 9 0 27922646 888336384 7921 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/736/statm: 216879 7921 2653 9 0 211315 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867516

[startup+1.50124 s]
/proc/loadavg: 1.96 2.01 1.94 3/89 749
/proc/meminfo: memFree=1666704/2055920 swapFree=4192812/4192956
[pid=736] ppid=734 vsize=867648 CPUtime=1.46
/proc/736/stat : 736 (java) S 734 736 32214 0 -1 0 15287 305 1 0 137 8 1 0 18 0 9 0 27922646 888471552 10596 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/736/statm: 216912 10596 2657 9 0 211348 0
[pid=736/tid=738] ppid=734 vsize=867648 CPUtime=1.15
/proc/736/task/738/stat : 738 (java) R 734 736 32214 0 -1 64 11405 305 1 0 108 6 1 0 25 0 9 0 27922647 888471552 10596 996147200 134512640 134550932 4294955968 18446744073709551615 4126813971 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=739] ppid=734 vsize=867648 CPUtime=0.04
/proc/736/task/739/stat : 739 (java) S 734 736 32214 0 -1 64 2201 305 0 0 3 0 1 0 16 0 9 0 27922649 888471552 10596 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=740] ppid=734 vsize=867648 CPUtime=0.01
/proc/736/task/740/stat : 740 (java) S 734 736 32214 0 -1 64 17 305 0 0 0 0 1 0 16 0 9 0 27922649 888471552 10596 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=741] ppid=734 vsize=867648 CPUtime=0.01
/proc/736/task/741/stat : 741 (java) S 734 736 32214 0 -1 64 8 305 0 0 0 0 1 0 15 0 9 0 27922649 888471552 10596 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=742] ppid=734 vsize=867648 CPUtime=0.01
/proc/736/task/742/stat : 742 (java) S 734 736 32214 0 -1 64 2 305 0 0 0 0 1 0 18 0 9 0 27922651 888471552 10596 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=743] ppid=734 vsize=867648 CPUtime=0.25
/proc/736/task/743/stat : 743 (java) S 734 736 32214 0 -1 64 838 305 0 0 24 0 1 0 16 0 9 0 27922651 888471552 10596 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=744] ppid=734 vsize=867648 CPUtime=0.01
/proc/736/task/744/stat : 744 (java) S 734 736 32214 0 -1 64 1 305 0 0 0 0 1 0 19 0 9 0 27922651 888471552 10596 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=745] ppid=734 vsize=867648 CPUtime=0.01
/proc/736/task/745/stat : 745 (java) S 734 736 32214 0 -1 64 11 305 0 0 0 0 1 0 15 0 9 0 27922651 888471552 10596 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867648

[startup+3.10142 s]
/proc/loadavg: 1.96 2.01 1.94 3/89 749
/proc/meminfo: memFree=1666448/2055920 swapFree=4192812/4192956
[pid=736] ppid=734 vsize=867648 CPUtime=3.05
/proc/736/stat : 736 (java) S 734 736 32214 0 -1 0 15294 305 1 0 295 9 1 0 18 0 9 0 27922646 888471552 10602 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/736/statm: 216912 10602 2657 9 0 211348 0
[pid=736/tid=738] ppid=734 vsize=867648 CPUtime=2.75
/proc/736/task/738/stat : 738 (java) R 734 736 32214 0 -1 64 11409 305 1 0 267 7 1 0 25 0 9 0 27922647 888471552 10602 996147200 134512640 134550932 4294955968 18446744073709551615 4126891534 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=739] ppid=734 vsize=867648 CPUtime=0.04
/proc/736/task/739/stat : 739 (java) S 734 736 32214 0 -1 64 2201 305 0 0 3 0 1 0 17 0 9 0 27922649 888471552 10602 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=740] ppid=734 vsize=867648 CPUtime=0.01
/proc/736/task/740/stat : 740 (java) S 734 736 32214 0 -1 64 17 305 0 0 0 0 1 0 16 0 9 0 27922649 888471552 10602 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=741] ppid=734 vsize=867648 CPUtime=0.01
/proc/736/task/741/stat : 741 (java) S 734 736 32214 0 -1 64 8 305 0 0 0 0 1 0 15 0 9 0 27922649 888471552 10602 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=742] ppid=734 vsize=867648 CPUtime=0.01
/proc/736/task/742/stat : 742 (java) S 734 736 32214 0 -1 64 2 305 0 0 0 0 1 0 18 0 9 0 27922651 888471552 10602 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=743] ppid=734 vsize=867648 CPUtime=0.25
/proc/736/task/743/stat : 743 (java) S 734 736 32214 0 -1 64 841 305 0 0 24 0 1 0 15 0 9 0 27922651 888471552 10602 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=744] ppid=734 vsize=867648 CPUtime=0.01
/proc/736/task/744/stat : 744 (java) S 734 736 32214 0 -1 64 1 305 0 0 0 0 1 0 19 0 9 0 27922651 888471552 10602 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=745] ppid=734 vsize=867648 CPUtime=0.01
/proc/736/task/745/stat : 745 (java) S 734 736 32214 0 -1 64 11 305 0 0 0 0 1 0 15 0 9 0 27922651 888471552 10602 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867648

[startup+6.30279 s]
/proc/loadavg: 2.05 2.02 1.95 3/89 749
/proc/meminfo: memFree=1666256/2055920 swapFree=4192812/4192956
[pid=736] ppid=734 vsize=867648 CPUtime=6.19
/proc/736/stat : 736 (java) S 734 736 32214 0 -1 0 15309 305 1 0 609 9 1 0 18 0 9 0 27922646 888471552 10603 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/736/statm: 216912 10603 2657 9 0 211348 0
[pid=736/tid=738] ppid=734 vsize=867648 CPUtime=5.88
/proc/736/task/738/stat : 738 (java) R 734 736 32214 0 -1 64 11412 305 1 0 580 7 1 0 25 0 9 0 27922647 888471552 10603 996147200 134512640 134550932 4294955968 18446744073709551615 4126892415 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=739] ppid=734 vsize=867648 CPUtime=0.04
/proc/736/task/739/stat : 739 (java) S 734 736 32214 0 -1 64 2201 305 0 0 3 0 1 0 16 0 9 0 27922649 888471552 10603 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=740] ppid=734 vsize=867648 CPUtime=0.01
/proc/736/task/740/stat : 740 (java) S 734 736 32214 0 -1 64 17 305 0 0 0 0 1 0 16 0 9 0 27922649 888471552 10603 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=741] ppid=734 vsize=867648 CPUtime=0.01
/proc/736/task/741/stat : 741 (java) S 734 736 32214 0 -1 64 8 305 0 0 0 0 1 0 15 0 9 0 27922649 888471552 10603 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=742] ppid=734 vsize=867648 CPUtime=0.01
/proc/736/task/742/stat : 742 (java) S 734 736 32214 0 -1 64 2 305 0 0 0 0 1 0 18 0 9 0 27922651 888471552 10603 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=743] ppid=734 vsize=867648 CPUtime=0.25
/proc/736/task/743/stat : 743 (java) S 734 736 32214 0 -1 64 841 305 0 0 24 0 1 0 15 0 9 0 27922651 888471552 10603 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=744] ppid=734 vsize=867648 CPUtime=0.01
/proc/736/task/744/stat : 744 (java) S 734 736 32214 0 -1 64 1 305 0 0 0 0 1 0 19 0 9 0 27922651 888471552 10603 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=745] ppid=734 vsize=867648 CPUtime=0.01
/proc/736/task/745/stat : 745 (java) S 734 736 32214 0 -1 64 23 305 0 0 0 0 1 0 15 0 9 0 27922651 888471552 10603 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 867648

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

[startup+7.10288 s]
/proc/loadavg: 2.05 2.02 1.95 3/89 749
/proc/meminfo: memFree=1666256/2055920 swapFree=4192812/4192956
[pid=736] ppid=734 vsize=867648 CPUtime=6.98
/proc/736/stat : 736 (java) S 734 736 32214 0 -1 0 15310 305 1 0 688 9 1 0 18 0 9 0 27922646 888471552 10604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/736/statm: 216912 10604 2657 9 0 211348 0
[pid=736/tid=738] ppid=734 vsize=867648 CPUtime=6.67
/proc/736/task/738/stat : 738 (java) R 734 736 32214 0 -1 64 11413 305 1 0 659 7 1 0 25 0 9 0 27922647 888471552 10604 996147200 134512640 134550932 4294955968 18446744073709551615 4126950879 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=739] ppid=734 vsize=867648 CPUtime=0.04
/proc/736/task/739/stat : 739 (java) S 734 736 32214 0 -1 64 2201 305 0 0 3 0 1 0 16 0 9 0 27922649 888471552 10604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=740] ppid=734 vsize=867648 CPUtime=0.01
/proc/736/task/740/stat : 740 (java) S 734 736 32214 0 -1 64 17 305 0 0 0 0 1 0 16 0 9 0 27922649 888471552 10604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=741] ppid=734 vsize=867648 CPUtime=0.01
/proc/736/task/741/stat : 741 (java) S 734 736 32214 0 -1 64 8 305 0 0 0 0 1 0 15 0 9 0 27922649 888471552 10604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=742] ppid=734 vsize=867648 CPUtime=0.01
/proc/736/task/742/stat : 742 (java) S 734 736 32214 0 -1 64 2 305 0 0 0 0 1 0 18 0 9 0 27922651 888471552 10604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=743] ppid=734 vsize=867648 CPUtime=0.25
/proc/736/task/743/stat : 743 (java) S 734 736 32214 0 -1 64 841 305 0 0 24 0 1 0 15 0 9 0 27922651 888471552 10604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=744] ppid=734 vsize=867648 CPUtime=0.01
/proc/736/task/744/stat : 744 (java) S 734 736 32214 0 -1 64 1 305 0 0 0 0 1 0 19 0 9 0 27922651 888471552 10604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=745] ppid=734 vsize=867648 CPUtime=0.01
/proc/736/task/745/stat : 745 (java) S 734 736 32214 0 -1 64 23 305 0 0 0 0 1 0 15 0 9 0 27922651 888471552 10604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.98
Current children cumulated vsize (KiB) 867648

[startup+7.50292 s]
/proc/loadavg: 2.05 2.02 1.95 3/89 749
/proc/meminfo: memFree=1666256/2055920 swapFree=4192812/4192956
[pid=736] ppid=734 vsize=867648 CPUtime=7.38
/proc/736/stat : 736 (java) S 734 736 32214 0 -1 0 15310 305 1 0 728 9 1 0 18 0 9 0 27922646 888471552 10604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/736/statm: 216912 10604 2657 9 0 211348 0
[pid=736/tid=738] ppid=734 vsize=867648 CPUtime=7.07
/proc/736/task/738/stat : 738 (java) R 734 736 32214 0 -1 64 11413 305 1 0 699 7 1 0 25 0 9 0 27922647 888471552 10604 996147200 134512640 134550932 4294955968 18446744073709551615 4126891500 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=739] ppid=734 vsize=867648 CPUtime=0.04
/proc/736/task/739/stat : 739 (java) S 734 736 32214 0 -1 64 2201 305 0 0 3 0 1 0 16 0 9 0 27922649 888471552 10604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=740] ppid=734 vsize=867648 CPUtime=0.01
/proc/736/task/740/stat : 740 (java) S 734 736 32214 0 -1 64 17 305 0 0 0 0 1 0 16 0 9 0 27922649 888471552 10604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=741] ppid=734 vsize=867648 CPUtime=0.01
/proc/736/task/741/stat : 741 (java) S 734 736 32214 0 -1 64 8 305 0 0 0 0 1 0 15 0 9 0 27922649 888471552 10604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=742] ppid=734 vsize=867648 CPUtime=0.01
/proc/736/task/742/stat : 742 (java) S 734 736 32214 0 -1 64 2 305 0 0 0 0 1 0 18 0 9 0 27922651 888471552 10604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=743] ppid=734 vsize=867648 CPUtime=0.25
/proc/736/task/743/stat : 743 (java) S 734 736 32214 0 -1 64 841 305 0 0 24 0 1 0 15 0 9 0 27922651 888471552 10604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=744] ppid=734 vsize=867648 CPUtime=0.01
/proc/736/task/744/stat : 744 (java) S 734 736 32214 0 -1 64 1 305 0 0 0 0 1 0 19 0 9 0 27922651 888471552 10604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=745] ppid=734 vsize=867648 CPUtime=0.01
/proc/736/task/745/stat : 745 (java) S 734 736 32214 0 -1 64 23 305 0 0 0 0 1 0 15 0 9 0 27922651 888471552 10604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.38
Current children cumulated vsize (KiB) 867648

[startup+7.60293 s]
/proc/loadavg: 2.05 2.02 1.95 3/89 749
/proc/meminfo: memFree=1666256/2055920 swapFree=4192812/4192956
[pid=736] ppid=734 vsize=867648 CPUtime=7.48
/proc/736/stat : 736 (java) S 734 736 32214 0 -1 0 15310 305 1 0 738 9 1 0 18 0 9 0 27922646 888471552 10604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/736/statm: 216912 10604 2657 9 0 211348 0
[pid=736/tid=738] ppid=734 vsize=867648 CPUtime=7.17
/proc/736/task/738/stat : 738 (java) R 734 736 32214 0 -1 64 11413 305 1 0 709 7 1 0 25 0 9 0 27922647 888471552 10604 996147200 134512640 134550932 4294955968 18446744073709551615 4126835143 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=739] ppid=734 vsize=867648 CPUtime=0.04
/proc/736/task/739/stat : 739 (java) S 734 736 32214 0 -1 64 2201 305 0 0 3 0 1 0 16 0 9 0 27922649 888471552 10604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=740] ppid=734 vsize=867648 CPUtime=0.01
/proc/736/task/740/stat : 740 (java) S 734 736 32214 0 -1 64 17 305 0 0 0 0 1 0 16 0 9 0 27922649 888471552 10604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=741] ppid=734 vsize=867648 CPUtime=0.01
/proc/736/task/741/stat : 741 (java) S 734 736 32214 0 -1 64 8 305 0 0 0 0 1 0 15 0 9 0 27922649 888471552 10604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=742] ppid=734 vsize=867648 CPUtime=0.01
/proc/736/task/742/stat : 742 (java) S 734 736 32214 0 -1 64 2 305 0 0 0 0 1 0 18 0 9 0 27922651 888471552 10604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=743] ppid=734 vsize=867648 CPUtime=0.25
/proc/736/task/743/stat : 743 (java) S 734 736 32214 0 -1 64 841 305 0 0 24 0 1 0 15 0 9 0 27922651 888471552 10604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=744] ppid=734 vsize=867648 CPUtime=0.01
/proc/736/task/744/stat : 744 (java) S 734 736 32214 0 -1 64 1 305 0 0 0 0 1 0 19 0 9 0 27922651 888471552 10604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=736/tid=745] ppid=734 vsize=867648 CPUtime=0.01
/proc/736/task/745/stat : 745 (java) S 734 736 32214 0 -1 64 23 305 0 0 0 0 1 0 15 0 9 0 27922651 888471552 10604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.48
Current children cumulated vsize (KiB) 867648

Child status: 0
Real time (s): 7.69578
CPU time (s): 7.55085
CPU user time (s): 7.43587
CPU system time (s): 0.114982
CPU usage (%): 98.1168
Max. virtual memory (cumulated for all children) (KiB): 867648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.43587
system time used= 0.114982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15744
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= 1449
involuntary context switches= 1589

runsolver used 0.013997 second user time and 0.032994 second system time

The end

Launcher Data

Begin job on node28 at 2009-07-12 16:22:40
IDJOB=2095821
IDBENCH=55707
IDSOLVER=773
FILE ID=node28/2095821-1247408560
PBS_JOBID= 9510588
Free space on /tmp= 66112 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-fpga10-8-sat-pb-cnf-cr.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2095821-1247408560/watcher-2095821-1247408560 -o /tmp/evaluation-result-2095821-1247408560/solver-2095821-1247408560 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2095821-1247408560.xml

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

MD5SUM BENCH= 0a69b7f648df9361e2a1e35bd6d4d2c4
RANDOM SEED=1072306540

node28.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.230
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.230
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:       1699128 kB
Buffers:         36704 kB
Cached:         122144 kB
SwapCached:          0 kB
Active:         233200 kB
Inactive:        67572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1699128 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2056 kB
Writeback:           0 kB
Mapped:         159356 kB
Slab:            40772 kB
Committed_AS:  1006124 kB
PageTables:       2076 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= 66108 MiB
End job on node28 at 2009-07-12 16:22:48