Trace number 212844

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 ESACUNSAT 37.6043 38.0075

DiagnosticValue
CHECKS169186
NODES11374

General information on the benchmark

NamepseudoSeries/primesDimacs/
bf-1355-075.xml
MD5SUM0cecde6441078a26b03ad47c1da722a7
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.48
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables4360
Number of constraints8953
Maximum constraint arity6
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8953
Global constraints used (with number of constraints)

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=esac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/212844-1168224553/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.60	     nbVariables=4360  nbDomainTypes=3  minDomainSize=1  maxDomainSize=2
0.60	       =>  wckTime=0.288  cpuTime=0.2  mem=14M704
0.60	   
0.61	   predicates being loaded...
0.61	   
0.61	   constraints being loaded...
1.91	     nbConstraints=8951  nbMergedConstraints=2  nbSingletonDomainVariables=718  nbConvertedConstraints=5918
1.91	     nbConvertConstraintsChecks=1540  nbExtensionStructures=11  nbSharedExtensionStructures=5907
1.91	     nbConflictsStructures=194  nbSharedConflictsStructures=8757  nbSharedBinaryRepresentations=25
1.91	     nbEvaluationManagers=183  nbSharedEvaluationManagers=2850  maxDegree=33  maxArity=6
1.91	       =>  wckTime=1.595  cpuTime=1.33  mem=29M800
2.03	   
2.03	   solver IterativeSystematicSolver being built... 
2.45	       =>  wckTime=2.129  cpuTime=1.67  mem=63M616
8.09	   
8.09	   preprocessing
8.09	     nbConstraintChecks=40290  nbValidityChecks=8468  nbPropagations=18708  nbRevisions=40949  nbUselessRevisions=32080
8.09	     nbSingletonTests=5573  nbEffectiveSingletonTests=0  nbESACBranches=5  nbRemovedValues=0  detectedInconsistency=no
8.09	       =>  wckTime=5.63  cpuTime=5.52  mem=63M616
10.30	   
10.30	   search
10.31	     run=0  nbConstraintChecks=7343  nbValidityChecks=1984  nbPropagations=20686  nbRevisions=48286
10.31	     nbUselessRevisions=37447  nbAssignments=800  nbFailedAssignments=1  nbBacktracks=27  nbVisitedNodes=803
10.31	     nbRestartNogoods=0  mapSize=1  nbInferences=0  nbTooLargeKeys=0
10.31	       =>  wckTime=7.852  cpuTime=7.69  mem=19M761
12.48	   
12.48	   search
12.48	     run=1  nbConstraintChecks=14040  nbValidityChecks=4049  nbPropagations=43338  nbRevisions=103565
12.48	     nbUselessRevisions=79929  nbAssignments=1599  nbFailedAssignments=2  nbBacktracks=94  nbVisitedNodes=1604
12.48	     nbRestartNogoods=1  mapSize=2  nbInferences=0  nbTooLargeKeys=0
12.48	       =>  wckTime=10.031  cpuTime=9.83  mem=19M761
14.60	   
14.60	   search
14.60	     run=2  nbConstraintChecks=20747  nbValidityChecks=6122  nbPropagations=67956  nbRevisions=165837
14.60	     nbUselessRevisions=127446  nbAssignments=2397  nbFailedAssignments=3  nbBacktracks=121  nbVisitedNodes=2404
14.60	     nbRestartNogoods=2  mapSize=3  nbInferences=0  nbTooLargeKeys=0
14.60	       =>  wckTime=12.144  cpuTime=11.92  mem=20M763
16.84	   
16.84	   search
16.84	     run=3  nbConstraintChecks=28269  nbValidityChecks=8467  nbPropagations=94747  nbRevisions=235915
16.84	     nbUselessRevisions=180601  nbAssignments=3230  nbFailedAssignments=5  nbBacktracks=213  nbVisitedNodes=3241
16.84	     nbRestartNogoods=3  mapSize=6  nbInferences=0  nbTooLargeKeys=0
16.84	       =>  wckTime=14.389  cpuTime=14.15  mem=21M765
19.06	   
19.06	   search
19.06	     run=4  nbConstraintChecks=35712  nbValidityChecks=10791  nbPropagations=123699  nbRevisions=313753
19.06	     nbUselessRevisions=239360  nbAssignments=4061  nbFailedAssignments=7  nbBacktracks=315  nbVisitedNodes=4076
19.06	     nbRestartNogoods=4  mapSize=9  nbInferences=0  nbTooLargeKeys=0
19.06	       =>  wckTime=16.611  cpuTime=16.35  mem=21M765
21.29	   
21.29	   search
21.29	     run=5  nbConstraintChecks=42624  nbValidityChecks=12933  nbPropagations=154640  nbRevisions=398780
21.29	     nbUselessRevisions=303325  nbAssignments=4897  nbFailedAssignments=9  nbBacktracks=407  nbVisitedNodes=4916
21.29	     nbRestartNogoods=5  mapSize=12  nbInferences=0  nbTooLargeKeys=0
21.29	       =>  wckTime=18.838  cpuTime=18.57  mem=22M766
23.46	   
23.46	   search
23.46	     run=6  nbConstraintChecks=50009  nbValidityChecks=15308  nbPropagations=187703  nbRevisions=491531
23.46	     nbUselessRevisions=372896  nbAssignments=5715  nbFailedAssignments=12  nbBacktracks=594  nbVisitedNodes=5740
23.46	     nbRestartNogoods=6  mapSize=17  nbInferences=0  nbTooLargeKeys=0
23.46	       =>  wckTime=21.005  cpuTime=20.71  mem=23M768
25.42	   
25.42	   search
25.42	     run=7  nbConstraintChecks=58325  nbValidityChecks=17979  nbPropagations=223070  nbRevisions=592985
25.42	     nbUselessRevisions=448844  nbAssignments=6468  nbFailedAssignments=16  nbBacktracks=789  nbVisitedNodes=6501
25.42	     nbRestartNogoods=7  mapSize=24  nbInferences=0  nbTooLargeKeys=0
25.42	       =>  wckTime=22.97  cpuTime=22.66  mem=23M768
28.61	   
28.61	   search
28.61	     run=8  nbConstraintChecks=67114  nbValidityChecks=20637  nbPropagations=260944  nbRevisions=703262
28.61	     nbUselessRevisions=531114  nbAssignments=7558  nbFailedAssignments=20  nbBacktracks=1081  nbVisitedNodes=7599
28.61	     nbRestartNogoods=8  mapSize=30  nbInferences=0  nbTooLargeKeys=0
28.61	       =>  wckTime=26.156  cpuTime=25.81  mem=24M770
31.12	   
31.12	   search
31.12	     run=9  nbConstraintChecks=76460  nbValidityChecks=23547  nbPropagations=301494  nbRevisions=823010
31.12	     nbUselessRevisions=620175  nbAssignments=8444  nbFailedAssignments=29  nbBacktracks=1581  nbVisitedNodes=8503
31.12	     nbRestartNogoods=10  mapSize=47  nbInferences=0  nbTooLargeKeys=0
31.12	       =>  wckTime=28.669  cpuTime=28.29  mem=25M771
34.45	   
34.45	   search
34.45	     run=10  nbConstraintChecks=89490  nbValidityChecks=27074  nbPropagations=345690  nbRevisions=955040
34.45	     nbUselessRevisions=717840  nbAssignments=9561  nbFailedAssignments=41  nbBacktracks=2274  nbVisitedNodes=9642
34.45	     nbRestartNogoods=11  mapSize=67  nbInferences=0  nbTooLargeKeys=0
34.45	       =>  wckTime=31.994  cpuTime=31.58  mem=26M773
37.20	   
37.20	   search
37.20	     run=11  nbConstraintChecks=118700  nbValidityChecks=35626  nbPropagations=398078  nbRevisions=1116153
37.20	     nbUselessRevisions=836305  nbAssignments=10812  nbFailedAssignments=59  nbBacktracks=3382  nbVisitedNodes=10932
37.20	     nbRestartNogoods=13  mapSize=105  nbInferences=0  nbTooLargeKeys=0
37.20	       =>  wckTime=34.743  cpuTime=34.31  mem=26M773
37.94	   
37.94	   search
37.94	     run=12  nbConstraintChecks=128896  nbValidityChecks=38609  nbPropagations=453120  nbRevisions=1286330
37.94	     nbUselessRevisions=961102  nbAssignments=11374  nbFailedAssignments=72  nbBacktracks=3932  nbVisitedNodes=11528
37.94	     nbRestartNogoods=14  mapSize=139  nbInferences=0  nbTooLargeKeys=0
37.95	       =>  wckTime=35.492  cpuTime=35.05  mem=26M773
37.95	   
37.95	   global
37.95	     nbConstraintChecks=169186  nbValidityChecks=47077  nbPropagations=471828  nbRevisions=1327279
37.95	     nbUselessRevisions=993182  nbRestartNogoods=14  solvingWckTime=35.493  solvingCpuTime=35.05  expiredTime=no
37.95	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=36.78
37.95	       =>  wckTime=37.63  cpuTime=36.72  mem=26M773
37.95	   
37.95	s UNSATISFIABLE
37.95	d NODES 11374
37.95	d CHECKS 169186
37.95	   
37.95	   totalWckTime=37.71  totalCpuTime=36.78

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node50/watcher-212844-1168224553 -o ROOT/results/node50/solver-212844-1168224553 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/212844-1168224553/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: 2.01 2.00 1.87 2/80 16400
/proc/meminfo: memFree=1739864/2055920 swapFree=4191892/4192956
[pid=16399] ppid=16397 vsize=18540 CPUtime=0
/proc/16399/stat : 16399 (runsolver) R 16397 16399 16128 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 170853880 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 240577473831 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/16399/statm: 4635 279 244 17 0 2626 0

[startup+0.102719 s]
/proc/loadavg: 2.01 2.00 1.87 2/80 16400
/proc/meminfo: memFree=1739864/2055920 swapFree=4191892/4192956
[pid=16399] ppid=16397 vsize=914988 CPUtime=0.08
/proc/16399/stat : 16399 (java) R 16397 16399 16128 0 -1 0 2953 0 1 0 6 2 0 0 17 0 8 0 170853880 936947712 2699 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154124932 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16399/statm: 228747 2699 1413 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.510787 s]
/proc/loadavg: 2.01 2.00 1.87 2/80 16400
/proc/meminfo: memFree=1739864/2055920 swapFree=4191892/4192956
[pid=16399] ppid=16397 vsize=915328 CPUtime=0.49
/proc/16399/stat : 16399 (java) R 16397 16399 16128 0 -1 0 6536 0 1 0 44 5 0 0 18 0 8 0 170853880 937295872 6275 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073328002 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16399/statm: 228832 6275 2136 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33193 s]
/proc/loadavg: 2.01 2.00 1.87 3/87 16407
/proc/meminfo: memFree=1678048/2055920 swapFree=4191892/4192956
[pid=16399] ppid=16397 vsize=915644 CPUtime=1.3
/proc/16399/stat : 16399 (java) R 16397 16399 16128 0 -1 0 17841 0 1 0 109 21 0 0 24 0 8 0 170853880 937619456 17579 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 8129902 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16399/statm: 228911 17579 2178 14 0 215381 0
[pid=16399/tid=16401] ppid=16397 vsize=915644 CPUtime=0.05
/proc/16399/task/16401/stat : 16401 (java) S 16397 16399 16128 0 -1 64 1224 0 0 0 5 0 0 0 17 0 8 0 170853884 937619456 17579 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16399/tid=16402] ppid=16397 vsize=915644 CPUtime=0
/proc/16399/task/16402/stat : 16402 (java) S 16397 16399 16128 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 170853885 937619456 17579 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16399/tid=16403] ppid=16397 vsize=915644 CPUtime=0
/proc/16399/task/16403/stat : 16403 (java) S 16397 16399 16128 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 170853885 937619456 17579 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16399/tid=16404] ppid=16397 vsize=915644 CPUtime=0
/proc/16399/task/16404/stat : 16404 (java) S 16397 16399 16128 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 170853888 937619456 17579 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16399/tid=16405] ppid=16397 vsize=915644 CPUtime=0.19
/proc/16399/task/16405/stat : 16405 (java) S 16397 16399 16128 0 -1 64 426 0 0 0 18 1 0 0 16 0 8 0 170853888 937619456 17579 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16399/tid=16406] ppid=16397 vsize=915644 CPUtime=0
/proc/16399/task/16406/stat : 16406 (java) S 16397 16399 16128 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 170853888 937619456 17579 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16399/tid=16407] ppid=16397 vsize=915644 CPUtime=0
/proc/16399/task/16407/stat : 16407 (java) S 16397 16399 16128 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 170853888 937619456 17579 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915644

[startup+2.9792 s]
/proc/loadavg: 2.01 2.00 1.87 3/87 16407
/proc/meminfo: memFree=1662752/2055920 swapFree=4191892/4192956
[pid=16399] ppid=16397 vsize=915848 CPUtime=2.93
/proc/16399/stat : 16399 (java) R 16397 16399 16128 0 -1 0 22071 0 1 0 243 50 0 0 25 0 8 0 170853880 937828352 21790 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074173146 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16399/statm: 228962 21790 2545 14 0 215432 0
[pid=16399/tid=16401] ppid=16397 vsize=915848 CPUtime=0.16
/proc/16399/task/16401/stat : 16401 (java) S 16397 16399 16128 0 -1 64 4929 0 0 0 14 2 0 0 17 0 8 0 170853884 937828352 21790 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16399/tid=16402] ppid=16397 vsize=915848 CPUtime=0
/proc/16399/task/16402/stat : 16402 (java) S 16397 16399 16128 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 170853885 937828352 21790 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16399/tid=16403] ppid=16397 vsize=915848 CPUtime=0
/proc/16399/task/16403/stat : 16403 (java) S 16397 16399 16128 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 170853885 937828352 21790 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16399/tid=16404] ppid=16397 vsize=915848 CPUtime=0
/proc/16399/task/16404/stat : 16404 (java) S 16397 16399 16128 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 170853888 937828352 21790 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16399/tid=16405] ppid=16397 vsize=915848 CPUtime=0.33
/proc/16399/task/16405/stat : 16405 (java) S 16397 16399 16128 0 -1 64 511 0 0 0 32 1 0 0 15 0 8 0 170853888 937828352 21790 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16399/tid=16406] ppid=16397 vsize=915848 CPUtime=0
/proc/16399/task/16406/stat : 16406 (java) S 16397 16399 16128 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 170853888 937828352 21790 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16399/tid=16407] ppid=16397 vsize=915848 CPUtime=0
/proc/16399/task/16407/stat : 16407 (java) S 16397 16399 16128 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 170853888 937828352 21790 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915848

[startup+6.27076 s]
/proc/loadavg: 2.01 2.00 1.87 3/87 16407
/proc/meminfo: memFree=1662304/2055920 swapFree=4191892/4192956
[pid=16399] ppid=16397 vsize=915848 CPUtime=6.19
/proc/16399/stat : 16399 (java) R 16397 16399 16128 0 -1 0 22087 0 1 0 568 51 0 0 25 0 8 0 170853880 937828352 21804 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074235304 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16399/statm: 228962 21804 2547 14 0 215432 0
[pid=16399/tid=16401] ppid=16397 vsize=915848 CPUtime=0.16
/proc/16399/task/16401/stat : 16401 (java) S 16397 16399 16128 0 -1 64 4929 0 0 0 14 2 0 0 16 0 8 0 170853884 937828352 21804 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16399/tid=16402] ppid=16397 vsize=915848 CPUtime=0
/proc/16399/task/16402/stat : 16402 (java) S 16397 16399 16128 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 170853885 937828352 21804 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16399/tid=16403] ppid=16397 vsize=915848 CPUtime=0
/proc/16399/task/16403/stat : 16403 (java) S 16397 16399 16128 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 170853885 937828352 21804 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16399/tid=16404] ppid=16397 vsize=915848 CPUtime=0
/proc/16399/task/16404/stat : 16404 (java) S 16397 16399 16128 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 170853888 937828352 21804 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16399/tid=16405] ppid=16397 vsize=915848 CPUtime=0.36
/proc/16399/task/16405/stat : 16405 (java) S 16397 16399 16128 0 -1 64 522 0 0 0 34 2 0 0 15 0 8 0 170853888 937828352 21804 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16399/tid=16406] ppid=16397 vsize=915848 CPUtime=0
/proc/16399/task/16406/stat : 16406 (java) S 16397 16399 16128 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 170853888 937828352 21804 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16399/tid=16407] ppid=16397 vsize=915848 CPUtime=0
/proc/16399/task/16407/stat : 16407 (java) S 16397 16399 16128 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 170853888 937828352 21804 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 915848

[startup+12.7578 s]
/proc/loadavg: 2.01 2.00 1.87 3/87 16407
/proc/meminfo: memFree=1659568/2055920 swapFree=4191892/4192956
[pid=16399] ppid=16397 vsize=915848 CPUtime=12.61
/proc/16399/stat : 16399 (java) R 16397 16399 16128 0 -1 0 22806 0 1 0 1210 51 0 0 25 0 8 0 170853880 937828352 22518 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073480165 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16399/statm: 228962 22518 2548 14 0 215432 0
[pid=16399/tid=16401] ppid=16397 vsize=915848 CPUtime=0.19
/proc/16399/task/16401/stat : 16401 (java) S 16397 16399 16128 0 -1 64 5625 0 0 0 17 2 0 0 17 0 8 0 170853884 937828352 22518 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16399/tid=16402] ppid=16397 vsize=915848 CPUtime=0
/proc/16399/task/16402/stat : 16402 (java) S 16397 16399 16128 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 170853885 937828352 22518 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16399/tid=16403] ppid=16397 vsize=915848 CPUtime=0
/proc/16399/task/16403/stat : 16403 (java) S 16397 16399 16128 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 170853885 937828352 22518 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16399/tid=16404] ppid=16397 vsize=915848 CPUtime=0
/proc/16399/task/16404/stat : 16404 (java) S 16397 16399 16128 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 170853888 937828352 22518 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16399/tid=16405] ppid=16397 vsize=915848 CPUtime=0.39
/proc/16399/task/16405/stat : 16405 (java) S 16397 16399 16128 0 -1 64 538 0 0 0 37 2 0 0 15 0 8 0 170853888 937828352 22518 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16399/tid=16406] ppid=16397 vsize=915848 CPUtime=0
/proc/16399/task/16406/stat : 16406 (java) S 16397 16399 16128 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 170853888 937828352 22518 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16399/tid=16407] ppid=16397 vsize=915848 CPUtime=0
/proc/16399/task/16407/stat : 16407 (java) S 16397 16399 16128 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 170853888 937828352 22518 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 915848

[startup+25.623 s]
/proc/loadavg: 2.00 2.00 1.87 3/87 16407
/proc/meminfo: memFree=1659632/2055920 swapFree=4191892/4192956
[pid=16399] ppid=16397 vsize=915848 CPUtime=25.36
/proc/16399/stat : 16399 (java) R 16397 16399 16128 0 -1 0 22808 0 1 0 2485 51 0 0 25 0 8 0 170853880 937828352 22519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074257932 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16399/statm: 228962 22519 2548 14 0 215432 0
[pid=16399/tid=16401] ppid=16397 vsize=915848 CPUtime=0.19
/proc/16399/task/16401/stat : 16401 (java) S 16397 16399 16128 0 -1 64 5625 0 0 0 17 2 0 0 16 0 8 0 170853884 937828352 22519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16399/tid=16402] ppid=16397 vsize=915848 CPUtime=0
/proc/16399/task/16402/stat : 16402 (java) S 16397 16399 16128 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 170853885 937828352 22519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16399/tid=16403] ppid=16397 vsize=915848 CPUtime=0
/proc/16399/task/16403/stat : 16403 (java) S 16397 16399 16128 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 170853885 937828352 22519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16399/tid=16404] ppid=16397 vsize=915848 CPUtime=0
/proc/16399/task/16404/stat : 16404 (java) S 16397 16399 16128 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 170853888 937828352 22519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16399/tid=16405] ppid=16397 vsize=915848 CPUtime=0.39
/proc/16399/task/16405/stat : 16405 (java) S 16397 16399 16128 0 -1 64 540 0 0 0 37 2 0 0 16 0 8 0 170853888 937828352 22519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16399/tid=16406] ppid=16397 vsize=915848 CPUtime=0
/proc/16399/task/16406/stat : 16406 (java) S 16397 16399 16128 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 170853888 937828352 22519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16399/tid=16407] ppid=16397 vsize=915848 CPUtime=0
/proc/16399/task/16407/stat : 16407 (java) S 16397 16399 16128 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 170853888 937828352 22519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 915848

Child status: 0
Real time (s): 38.0075
CPU time (s): 37.6043
CPU user time (s): 37.0694
CPU system time (s): 0.534918
CPU usage (%): 98.9392
Max. virtual memory (cumulated for all children) (KiB): 915976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.0694
system time used= 0.534918
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22821
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= 2547
involuntary context switches= 4154

runsolver used 0.039993 s user time and 0.134979 s system time

The end

Launcher Data (download as text)

Begin job on node50 on Mon Jan  8 02:49:13 UTC 2007


IDJOB= 212844
IDBENCH= 4802
FILE ID= node50/212844-1168224553

PBS_JOBID= 3480950

Free space on /tmp= 66557 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/primesDimacs/bf-1355-075.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/212844-1168224553/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node50/watcher-212844-1168224553 -o ROOT/results/node50/solver-212844-1168224553 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/212844-1168224553/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  0cecde6441078a26b03ad47c1da722a7

RANDOM SEED= 491563560

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.263
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	: 5931.00
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.263
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:       1740344 kB
Buffers:         24148 kB
Cached:          75488 kB
SwapCached:        392 kB
Active:         212176 kB
Inactive:        52976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1740344 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            2948 kB
Writeback:           0 kB
Mapped:         184372 kB
Slab:            35464 kB
Committed_AS:  4813040 kB
PageTables:       2172 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= 66557 MiB



End job on node50 on Mon Jan  8 02:49:51 UTC 2007