Trace number 242437

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, and are wall clock time (not CPU 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 109 ACSAT 3.08353 3.20944

DiagnosticValue
CHECKS30334
NODES2193

General information on the benchmark

Namedimacs/ssa/
ssa-7552-038_ext.xml
MD5SUM6136a6e8c1be790eb7137f2a8b043619
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.181972
SatisfiableYES
(Un)Satisfiability was proved
Number of variables1501
Number of constraints2444
Maximum constraint arity6
Maximum domain size2
Number of constraints which are defined in extension2444
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.34	   
0.34	Abscon 109 (November, 2006)
0.34	   
0.34	   configuration
0.34	     name=mac.xml
0.38	   
0.38	   instance
0.38	     name=/tmp/evaluation/242437-1168085511/unknown.xml
0.41	   
0.41	   domains being loaded...
0.41	   
0.41	   variables being loaded...
0.58	     nbVariables=1501  nbDomainTypes=3  minDomainSize=1  maxDomainSize=2
0.58	       =>  wckTime=0.23  cpuTime=0.16  mem=9M844
0.58	   
0.58	   relations being loaded...
0.58	   
0.58	   constraints being loaded...
0.79	     nbConstraints=2444  nbRelationTypes=25  nbSingletonDomainVariables=4  nbExtensionStructures=27
0.79	     nbSharedExtensionStructures=2417  nbConflictsStructures=27  nbSharedConflictsStructures=2417
0.79	     nbSharedBinaryRepresentations=29  maxDegree=136  maxArity=6
0.79	       =>  wckTime=0.447  cpuTime=0.31  mem=17M648
0.86	   
0.86	   solver IterativeSystematicSolver being built... 
1.13	       =>  wckTime=0.785  cpuTime=0.53  mem=27M686
1.16	   
1.16	   preprocessing
1.16	     nbConstraintChecks=207  nbPropagations=1532  nbRevisions=120  nbUselessRevisions=84  nbRemovedValues=36
1.16	     detectedInconsistency=no
1.16	       =>  wckTime=0.022  cpuTime=0.01  mem=27M686
1.24	   
1.24	   search
1.24	     run=0  nbConstraintChecks=1980  nbValidityChecks=182  nbPropagations=2078  nbRevisions=1603
1.24	     nbUselessRevisions=1011  nbAssignments=55  nbFailedAssignments=1  nbBacktracks=11  nbVisitedNodes=58
1.24	     nbRestartNogoods=0  mapSize=1  nbInferences=0  nbTooLargeKeys=0
1.24	       =>  wckTime=0.104  cpuTime=0.07  mem=27M686
1.30	   
1.30	   search
1.30	     run=1  nbConstraintChecks=4623  nbValidityChecks=979  nbPropagations=4936  nbRevisions=5661
1.30	     nbUselessRevisions=3664  nbAssignments=118  nbFailedAssignments=3  nbBacktracks=38  nbVisitedNodes=125
1.30	     nbRestartNogoods=1  mapSize=4  nbInferences=0  nbTooLargeKeys=0
1.30	       =>  wckTime=0.163  cpuTime=0.12  mem=27M686
1.36	   
1.37	   search
1.37	     run=2  nbConstraintChecks=7271  nbValidityChecks=1901  nbPropagations=8615  nbRevisions=12300
1.37	     nbUselessRevisions=8054  nbAssignments=202  nbFailedAssignments=6  nbBacktracks=61  nbVisitedNodes=213
1.37	     nbRestartNogoods=2  mapSize=5  nbInferences=0  nbTooLargeKeys=0
1.37	       =>  wckTime=0.226  cpuTime=0.18  mem=27M686
1.43	   
1.43	   search
1.43	     run=3  nbConstraintChecks=9405  nbValidityChecks=2623  nbPropagations=12997  nbRevisions=21028
1.43	     nbUselessRevisions=13827  nbAssignments=288  nbFailedAssignments=8  nbBacktracks=119  nbVisitedNodes=302
1.43	     nbRestartNogoods=5  mapSize=7  nbInferences=0  nbTooLargeKeys=0
1.43	       =>  wckTime=0.29  cpuTime=0.24  mem=27M686
1.51	   
1.51	   search
1.51	     run=4  nbConstraintChecks=13555  nbValidityChecks=4276  nbPropagations=18572  nbRevisions=33864
1.51	     nbUselessRevisions=22502  nbAssignments=405  nbFailedAssignments=13  nbBacktracks=194  nbVisitedNodes=429
1.51	     nbRestartNogoods=6  mapSize=16  nbInferences=0  nbTooLargeKeys=0
1.51	       =>  wckTime=0.372  cpuTime=0.32  mem=28M661
1.60	   
1.60	   search
1.60	     run=5  nbConstraintChecks=17990  nbValidityChecks=5937  nbPropagations=25505  nbRevisions=51042
1.60	     nbUselessRevisions=34126  nbAssignments=520  nbFailedAssignments=17  nbBacktracks=281  nbVisitedNodes=552
1.60	     nbRestartNogoods=7  mapSize=23  nbInferences=0  nbTooLargeKeys=0
1.60	       =>  wckTime=0.456  cpuTime=0.4  mem=28M661
1.72	   
1.72	   search
1.72	     run=6  nbConstraintChecks=23512  nbValidityChecks=8263  nbPropagations=33890  nbRevisions=73639
1.72	     nbUselessRevisions=49599  nbAssignments=690  nbFailedAssignments=30  nbBacktracks=398  nbVisitedNodes=742
1.72	     nbRestartNogoods=8  mapSize=41  nbInferences=0  nbTooLargeKeys=0
1.72	       =>  wckTime=0.578  cpuTime=0.52  mem=28M661
3.15	   
3.15	   search
3.15	     run=7  nbConstraintChecks=30127  nbValidityChecks=9291  nbPropagations=43810  nbRevisions=99847
3.15	     nbUselessRevisions=67287  nbAssignments=2193  nbFailedAssignments=32  nbBacktracks=398  nbVisitedNodes=2247
3.15	     nbRestartNogoods=10  mapSize=41  nbInferences=0  nbTooLargeKeys=0
3.15	       =>  wckTime=2.012  cpuTime=1.91  mem=28M661
3.15	   
3.15	   global
3.15	     nbConstraintChecks=30334  nbValidityChecks=9291  nbPropagations=45342  nbRevisions=99967  nbUselessRevisions=67371
3.15	     nbRestartNogoods=10  solvingWckTime=2.014  solvingCpuTime=1.91  expiredTime=no  totalExploration=no
3.15	     nbFoundSolutions=1  globalCpuTime=2.49
3.15	       =>  wckTime=2.806  cpuTime=2.44  mem=28M661
3.16	   
3.16	s SATISFIABLE
3.16	v 0 0 0 1 0 1 1 0 1 0 0 0 0 1 0 0 0 0 1 1 1 0 0 0 1 1 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 1 0 0 1 0 1 1 0 0 0 0 1 0 1 0 0 1 1 0 0 1 1 1 1 0 0 1 0 1 0 0 0 1 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 1 0 1 0 1 0 1 1 0 1 1 0 1 0 0 0 0 0 1 0 1 1 1 1 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 1 1 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 1 0 1 0 0 0 0 0 0 0 0 0 1 1 1 1 0 1 1 0 1 1 1 0 1 1 1 0 1 0 0 1 1 1 1 0 1 1 0 0 0 1 1 0 1 0 0 0 1 0 1 1 1 1 0 0 0 1 1 0 0 1 0 0 0 0 0 0 1 1 0 0 0 0 1 0 1 1 1 1 1 0 1 1 0 0 1 0 1 1 1 1 1 1 1 0 0 0 0 1 0 1 1 0 1 1 1 0 0 0 1 1 0 1 0 1 0 0 0 0 0 1 1 1 1 1 0 0 0 1 1 1 0 1 1 0 0 0 0 0 1 1 1 0 1 0 1 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 0 1 1 1 1 0 1 1 0 1 0 1 1 1 0 0 1 1 1 1 1 1 1 0 0 0 0 0 1 0 1 1 0 1 0 0 0 1 0 1 0 1 1 1 1 0 1 1 1 1 1 1 1 1 0 0 1 1 1 1 1 0 1 1 1 0 0 0 1 1 0 1 0 1 0 1 1 1 0 1 1 0 1 0 0 0 0 1 1 1 0 0 1 0 1 1 1 1 0 0 0 0 1 1 0 0 0 1 1 0 1 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 1 0 1 0 1 1 1 1 1 1 1 0 0 1 1 1 0 1 1 0 1 1 1 1 1 1 1 1 1 1 0 0 1 1 1 1 1 0 1 1 1 1 0 1 1 1 1 0 1 1 1 1 0 1 1 1 1 1 1 0 0 0 1 1 1 1 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 1 1 1 1 1 1 1 0 1 0 0 1 0 0 1 1 1 0 0 0 1 0 0 1 1 1 0 1 0 0 1 1 0 1 1 0 0 0 1 1 0 0 0 1 1 0 0 1 1 0 1 1 1 0 1 1 0 1 1 0 1 0 0 1 1 0 0 1 1 0 0 0 0 0 0 0 0 1 0 1 0 1 1 0 1 0 0 1 0 0 1 0 0 0 0 0 1 1 0 1 0 1 1 0 0 0 1 0 0 0 0 0 0 1 1 0 0 1 1 1 0 0 1 1 1 1 1 0 1 1 0 1 1 1 1 1 1 1 0 1 0 0 0 1 0 1 1 1 1 1 0 1 1 1 1 1 1 1 1 0 0 1 1 1 1 1 1 1 0 1 1 0 1 0 0 0 0 1 1 1 1 1 1 0 0 0 1 1 1 1 0 0 0 0 0 1 1 1 0 1 1 1 0 1 1 1 0 1 0 0 1 1 1 1 0 0 1 0 0 0 1 1 0 1 0 0 0 1 1 0 1 1 1 1 0 1 1 0 0 0 0 1 1 0 0 0 1 1 1 0 0 0 0 1 0 0 0 1 1 0 1 1 1 0 0 0 0 0 0 0 1 0 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 0 0 1 0 0 0 1 1 1 1 1 1 1 1 1 1 1 0 1 1 0 0 1 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 1 1 0 0 1 0 0 1 0 0 1 1 1 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 0 1 0 0 0 1 1 0 1 0 1 0 0 1 1 1 1 1 0 1 0 0 0 1 1 1 0 0 0 1 1 1 0 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 1 0 0 1 0 1 0 0 0 0 1 0 0 0 1 1 1 1 0 1 1 0 0 1 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 1 1 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 1 1 1 0 0 1 0 0 0 1 1 1 1 1 0 1 1 1 0 1 0 1 1 1 1 0 0 0 1 1 1 1 1 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 0 0 0 1 1 1 1 1 1 1 0 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 1 1 1 1 1 1 1 1 0 1 1 0 1 1 0 0 0 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 0 1 1 1 1 0 0 1 0 1 0 0 1 1 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 1 0 1 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 0 0 1 1 1 0 0 1 0 1 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 0 1 0 0 0 1 1 1 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 1 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 0 1 0 0 1 1 1 1 1 0 1 1 1 0 0 0 0 1 1 1 1 0 0 0 0 1 1 1 0 1 1 0 0 1 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 0 0 0 0 0 0 0 1 1 0 0 1 1 0 1 1 0 1 
3.16	d NODES 2193
3.16	d CHECKS 30334
3.16	   
3.16	   totalWckTime=2.885  totalCpuTime=2.5

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node23/watcher-242437-1168085511 -o ROOT/results/node23/solver-242437-1168085511 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/242437-1168085511/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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

/proc/loadavg: 0.25 0.72 1.36 4/93 23094
/proc/meminfo: memFree=1360712/2055920 swapFree=4192812/4192956
[pid=23093] ppid=23091 vsize=18540 CPUtime=0
/proc/23093/stat : 23093 (runsolver) D 23091 23093 22756 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 156947788 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 238487661863 0 2147483391 4096 24578 18446744072099781622 0 0 17 0 0 0
/proc/23093/statm: 4635 279 244 17 0 2626 0

[startup+0.107978 s]
/proc/loadavg: 0.25 0.72 1.36 4/93 23094
/proc/meminfo: memFree=1360712/2055920 swapFree=4192812/4192956
[pid=23093] ppid=23091 vsize=907676 CPUtime=0.05
/proc/23093/stat : 23093 (java) R 23091 23093 22756 0 -1 0 2411 0 1 0 4 1 0 0 20 0 4 0 156947788 929460224 2158 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155475393 0 4 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/23093/statm: 226919 2158 1193 14 0 214502 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 907676

[startup+0.518055 s]
/proc/loadavg: 0.25 0.72 1.36 4/93 23094
/proc/meminfo: memFree=1360712/2055920 swapFree=4192812/4192956
[pid=23093] ppid=23091 vsize=915328 CPUtime=0.45
/proc/23093/stat : 23093 (java) R 23091 23093 22756 0 -1 0 6365 0 1 0 42 3 0 0 25 0 8 0 156947788 937295872 6104 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072923592 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23093/statm: 228832 6104 2135 14 0 215302 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 915328

[startup+1.33949 s]
/proc/loadavg: 0.25 0.72 1.36 3/100 23101
/proc/meminfo: memFree=1324688/2055920 swapFree=4192812/4192956
[pid=23093] ppid=23091 vsize=915592 CPUtime=1.26
/proc/23093/stat : 23093 (java) R 23091 23093 22756 0 -1 0 11899 0 1 0 118 8 0 0 25 0 8 0 156947788 937566208 11636 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23093/statm: 228898 11636 2517 14 0 215368 0
[pid=23093/tid=23095] ppid=23091 vsize=915592 CPUtime=0.05
/proc/23093/task/23095/stat : 23095 (java) S 23091 23093 22756 0 -1 64 775 0 0 0 5 0 0 0 16 0 8 0 156947796 937566208 11636 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23093/tid=23096] ppid=23091 vsize=915592 CPUtime=0
/proc/23093/task/23096/stat : 23096 (java) S 23091 23093 22756 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156947797 937566208 11636 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23093/tid=23097] ppid=23091 vsize=915592 CPUtime=0
/proc/23093/task/23097/stat : 23097 (java) S 23091 23093 22756 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156947797 937566208 11636 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23093/tid=23098] ppid=23091 vsize=915592 CPUtime=0
/proc/23093/task/23098/stat : 23098 (java) S 23091 23093 22756 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156947800 937566208 11636 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23093/tid=23099] ppid=23091 vsize=915592 CPUtime=0.28
/proc/23093/task/23099/stat : 23099 (java) S 23091 23093 22756 0 -1 64 434 0 0 0 27 1 0 0 15 0 8 0 156947800 937566208 11636 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23093/tid=23100] ppid=23091 vsize=915592 CPUtime=0
/proc/23093/task/23100/stat : 23100 (java) S 23091 23093 22756 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156947800 937566208 11636 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23093/tid=23101] ppid=23091 vsize=915592 CPUtime=0
/proc/23093/task/23101/stat : 23101 (java) S 23091 23093 22756 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156947800 937566208 11636 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 915592

[startup+2.97753 s]
/proc/loadavg: 0.47 0.75 1.37 3/100 23101
/proc/meminfo: memFree=1323472/2055920 swapFree=4192812/4192956
[pid=23093] ppid=23091 vsize=915592 CPUtime=2.88
/proc/23093/stat : 23093 (java) R 23091 23093 22756 0 -1 0 12040 0 1 0 280 8 0 0 25 0 8 0 156947788 937566208 11776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074063715 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23093/statm: 228898 11776 2517 14 0 215368 0
[pid=23093/tid=23095] ppid=23091 vsize=915592 CPUtime=0.05
/proc/23093/task/23095/stat : 23095 (java) S 23091 23093 22756 0 -1 64 775 0 0 0 5 0 0 0 17 0 8 0 156947796 937566208 11776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23093/tid=23096] ppid=23091 vsize=915592 CPUtime=0
/proc/23093/task/23096/stat : 23096 (java) S 23091 23093 22756 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156947797 937566208 11776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23093/tid=23097] ppid=23091 vsize=915592 CPUtime=0
/proc/23093/task/23097/stat : 23097 (java) S 23091 23093 22756 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156947797 937566208 11776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23093/tid=23098] ppid=23091 vsize=915592 CPUtime=0
/proc/23093/task/23098/stat : 23098 (java) S 23091 23093 22756 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156947800 937566208 11776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23093/tid=23099] ppid=23091 vsize=915592 CPUtime=0.3
/proc/23093/task/23099/stat : 23099 (java) S 23091 23093 22756 0 -1 64 444 0 0 0 29 1 0 0 16 0 8 0 156947800 937566208 11776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23093/tid=23100] ppid=23091 vsize=915592 CPUtime=0
/proc/23093/task/23100/stat : 23100 (java) S 23091 23093 22756 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156947800 937566208 11776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23093/tid=23101] ppid=23091 vsize=915592 CPUtime=0
/proc/23093/task/23101/stat : 23101 (java) S 23091 23093 22756 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156947800 937566208 11776 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 915592

Child status: 0
Real time (s): 3.20944
CPU time (s): 3.08353
CPU user time (s): 2.98654
CPU system time (s): 0.096985
CPU usage (%): 96.0768
Max. virtual memory (cumulated for all children) (KiB): 915592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.98655
system time used= 0.096985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12142
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= 1568
involuntary context switches= 1776

runsolver used 0.007998 s user time and 0.011998 s system time

The end

Launcher Data (download as text)

Begin job on node23 on Sat Jan  6 12:12:05 UTC 2007


IDJOB= 242437
IDBENCH= 7392
FILE ID= node23/242437-1168085511

PBS_JOBID= 3476309

Free space on /tmp= 66546 MiB

BENCH NAME= HOME/pub/bench/CPAI06/dimacs/ssa/ssa-7552-038_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/242437-1168085511/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node23/watcher-242437-1168085511 -o ROOT/results/node23/solver-242437-1168085511 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/242437-1168085511/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  6136a6e8c1be790eb7137f2a8b043619

RANDOM SEED= 552695627

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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:       1472928 kB
Buffers:         45624 kB
Cached:         329532 kB
SwapCached:          0 kB
Active:         207620 kB
Inactive:       298360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1472928 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5800 kB
Writeback:           0 kB
Mapped:         158948 kB
Slab:            61624 kB
Committed_AS:  3824296 kB
PageTables:       2464 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= 66546 MiB



End job on node23 on Sat Jan  6 12:12:24 UTC 2007