Trace number 229387

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 ESACSAT 9.98948 10.0707

DiagnosticValue
CHECKS58934910
NODES55547

General information on the benchmark

Nametightness/tightness0.35/
rand-2-40-16-250-350-17_ext.xml
MD5SUM5b85a247a5318ebac31e90a264820a9d
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.69574
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints250
Maximum constraint arity2
Maximum domain size16
Number of constraints which are defined in extension250
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=esac.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/229387-1168306058/unknown.xml
0.36	   
0.36	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.39	     nbVariables=40  nbDomainTypes=1  minDomainSize=16  maxDomainSize=16
0.39	       =>  wckTime=0.095  cpuTime=0.08  mem=6M951
0.39	   
0.39	   relations being loaded...
0.46	   
0.46	   constraints being loaded...
0.57	     nbConstraints=250  nbRelationTypes=250  nbExtensionStructures=250  nbSharedExtensionStructures=0
0.57	     nbConflictsStructures=250  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=1407  maxDegree=18
0.57	     maxArity=2
0.57	       =>  wckTime=0.269  cpuTime=0.18  mem=11M893
0.61	   
0.61	   solver IterativeSystematicSolver being built... 
0.76	       =>  wckTime=0.464  cpuTime=0.32  mem=14M826
0.81	   
0.81	   preprocessing
0.81	     nbConstraintChecks=53036  nbPropagations=800  nbRevisions=5588  nbUselessRevisions=4506  nbSingletonTests=53
0.81	     nbEffectiveSingletonTests=0  nbESACBranches=7  nbRemovedValues=0  detectedInconsistency=no
0.81	       =>  wckTime=0.045  cpuTime=0.03  mem=14M826
0.83	   
0.83	   search
0.83	     run=0  nbConstraintChecks=21769  nbPropagations=1213  nbRevisions=9451  nbUselessRevisions=7461  nbAssignments=25
0.83	     nbFailedAssignments=6  nbBacktracks=11  nbVisitedNodes=37  nbRestartNogoods=0  mapSize=6  nbInferences=0
0.83	     nbTooLargeKeys=0
0.83	       =>  wckTime=0.065  cpuTime=0.04  mem=14M826
0.85	   
0.85	   search
0.85	     run=1  nbConstraintChecks=89254  nbPropagations=3561  nbRevisions=29153  nbUselessRevisions=22930  nbAssignments=83
0.85	     nbFailedAssignments=20  nbBacktracks=27  nbVisitedNodes=96  nbRestartNogoods=5  mapSize=22  nbInferences=0
0.85	     nbTooLargeKeys=0
0.85	       =>  wckTime=0.089  cpuTime=0.06  mem=14M826
0.87	   
0.87	   search
0.87	     run=2  nbConstraintChecks=143958  nbPropagations=6786  nbRevisions=58181  nbUselessRevisions=45616
0.87	     nbAssignments=129  nbFailedAssignments=37  nbBacktracks=49  nbVisitedNodes=174  nbRestartNogoods=6  mapSize=42
0.87	     nbInferences=0  nbTooLargeKeys=0
0.87	       =>  wckTime=0.104  cpuTime=0.07  mem=14M826
0.88	   
0.88	   search
0.88	     run=3  nbConstraintChecks=206438  nbPropagations=11161  nbRevisions=98886  nbUselessRevisions=77359
0.88	     nbAssignments=195  nbFailedAssignments=65  nbBacktracks=82  nbVisitedNodes=287  nbRestartNogoods=9  mapSize=70
0.88	     nbInferences=0  nbTooLargeKeys=0
0.88	       =>  wckTime=0.118  cpuTime=0.08  mem=14M826
0.90	   
0.90	   search
0.90	     run=4  nbConstraintChecks=281131  nbPropagations=17032  nbRevisions=154350  nbUselessRevisions=120546
0.90	     nbAssignments=282  nbFailedAssignments=93  nbBacktracks=132  nbVisitedNodes=425  nbRestartNogoods=11  mapSize=109
0.90	     nbInferences=0  nbTooLargeKeys=0
0.90	       =>  wckTime=0.137  cpuTime=0.1  mem=14M826
0.93	   
0.93	   search
0.93	     run=5  nbConstraintChecks=429293  nbPropagations=25429  nbRevisions=235037  nbUselessRevisions=182865
0.93	     nbAssignments=418  nbFailedAssignments=134  nbBacktracks=210  nbVisitedNodes=629  nbRestartNogoods=16  mapSize=170
0.93	     nbInferences=0  nbTooLargeKeys=0
0.93	       =>  wckTime=0.168  cpuTime=0.13  mem=14M826
0.98	   
0.98	   search
0.98	     run=6  nbConstraintChecks=659041  nbPropagations=37799  nbRevisions=358229  nbUselessRevisions=277592
0.98	     nbAssignments=630  nbFailedAssignments=225  nbBacktracks=325  nbVisitedNodes=1000  nbRestartNogoods=21  mapSize=272
0.98	     nbInferences=0  nbTooLargeKeys=0
0.98	       =>  wckTime=0.212  cpuTime=0.17  mem=14M826
1.04	   
1.04	   search
1.04	     run=7  nbConstraintChecks=986750  nbPropagations=55815  nbRevisions=542820  nbUselessRevisions=419205
1.04	     nbAssignments=943  nbFailedAssignments=361  nbBacktracks=496  nbVisitedNodes=1548  nbRestartNogoods=26  mapSize=418
1.04	     nbInferences=0  nbTooLargeKeys=0
1.04	       =>  wckTime=0.274  cpuTime=0.23  mem=14M826
1.12	   
1.12	   search
1.12	     run=8  nbConstraintChecks=1390363  nbPropagations=81658  nbRevisions=809075  nbUselessRevisions=623213
1.12	     nbAssignments=1385  nbFailedAssignments=543  nbBacktracks=752  nbVisitedNodes=2321  nbRestartNogoods=29
1.12	     mapSize=636  nbInferences=0  nbTooLargeKeys=0
1.12	       =>  wckTime=0.358  cpuTime=0.31  mem=14M826
1.25	   
1.25	   search
1.25	     run=9  nbConstraintChecks=1995505  nbPropagations=118914  nbRevisions=1195949  nbUselessRevisions=919914
1.25	     nbAssignments=2011  nbFailedAssignments=779  nbBacktracks=1139  nbVisitedNodes=3398  nbRestartNogoods=37
1.25	     mapSize=949  nbInferences=0  nbTooLargeKeys=0
1.25	       =>  wckTime=0.488  cpuTime=0.42  mem=14M826
1.29	   
1.29	   INFO : Stopping hyperNogood (mapSize=1040, nbTooLargekeys=0, mem=14M826)
1.42	   
1.42	   search
1.42	     run=10  nbConstraintChecks=2996209  nbPropagations=173781  nbRevisions=1775344  nbUselessRevisions=1364379
1.42	     nbAssignments=3008  nbFailedAssignments=1193  nbBacktracks=1715  nbVisitedNodes=5132  nbRestartNogoods=39
1.42	       =>  wckTime=0.662  cpuTime=0.59  mem=14M826
1.65	   
1.65	   search
1.65	     run=11  nbConstraintChecks=4391687  nbPropagations=254449  nbRevisions=2622240  nbUselessRevisions=2013299
1.65	     nbAssignments=4407  nbFailedAssignments=1724  nbBacktracks=2580  nbVisitedNodes=7513  nbRestartNogoods=49
1.65	       =>  wckTime=0.886  cpuTime=0.81  mem=14M826
1.99	   
1.99	   search
1.99	     run=12  nbConstraintChecks=6610068  nbPropagations=374258  nbRevisions=3887719  nbUselessRevisions=2982280
1.99	     nbAssignments=6501  nbFailedAssignments=2519  nbBacktracks=3877  nbVisitedNodes=11131  nbRestartNogoods=52
1.99	       =>  wckTime=1.228  cpuTime=1.15  mem=14M826
2.50	   
2.50	   search
2.50	     run=13  nbConstraintChecks=9803410  nbPropagations=552573  nbRevisions=5775527  nbUselessRevisions=4428339
2.50	     nbAssignments=9668  nbFailedAssignments=3734  nbBacktracks=5823  nbVisitedNodes=16615  nbRestartNogoods=55
2.50	       =>  wckTime=1.736  cpuTime=1.65  mem=14M826
3.30	   
3.30	   search
3.30	     run=14  nbConstraintChecks=14983363  nbPropagations=822368  nbRevisions=8644120  nbUselessRevisions=6623561
3.30	     nbAssignments=14565  nbFailedAssignments=5704  nbBacktracks=8743  nbVisitedNodes=25143  nbRestartNogoods=64
3.30	       =>  wckTime=2.534  cpuTime=2.45  mem=14M826
4.44	   
4.44	   search
4.44	     run=15  nbConstraintChecks=22280461  nbPropagations=1224389  nbRevisions=12922903  nbUselessRevisions=9898449
4.44	     nbAssignments=21752  nbFailedAssignments=8506  nbBacktracks=13121  nbVisitedNodes=37592  nbRestartNogoods=75
4.44	       =>  wckTime=3.677  cpuTime=3.59  mem=14M826
6.26	   
6.26	   search
6.26	     run=16  nbConstraintChecks=34097175  nbPropagations=1831338  nbRevisions=19401451  nbUselessRevisions=14849431
6.26	     nbAssignments=32624  nbFailedAssignments=12804  nbBacktracks=19691  nbVisitedNodes=56564  nbRestartNogoods=81
6.26	       =>  wckTime=5.5  cpuTime=5.39  mem=14M826
8.88	   
8.88	   search
8.88	     run=17  nbConstraintChecks=51051343  nbPropagations=2735641  nbRevisions=29040067  nbUselessRevisions=22207705
8.88	     nbAssignments=48573  nbFailedAssignments=18895  nbBacktracks=29544  nbVisitedNodes=84115  nbRestartNogoods=94
8.88	       =>  wckTime=8.112  cpuTime=7.99  mem=14M826
10.04	   
10.04	   search
10.04	     run=18  nbConstraintChecks=58881874  nbPropagations=3769635  nbRevisions=40078622  nbUselessRevisions=30628220
10.04	     nbAssignments=55547  nbFailedAssignments=21741  nbBacktracks=33632  nbVisitedNodes=96383  nbRestartNogoods=104
10.05	       =>  wckTime=9.282  cpuTime=9.15  mem=14M826
10.05	   
10.05	   global
10.05	     nbConstraintChecks=58934910  nbPropagations=3770435  nbRevisions=40084210  nbUselessRevisions=30632726
10.05	     nbRestartNogoods=104  solvingWckTime=9.283  solvingCpuTime=9.15  expiredTime=no  totalExploration=no
10.05	     nbFoundSolutions=1  globalCpuTime=9.52
10.05	       =>  wckTime=9.75  cpuTime=9.47  mem=14M826
10.05	   
10.05	s SATISFIABLE
10.05	v 14 2 9 9 13 11 11 6 12 0 6 5 4 8 15 0 8 1 0 15 12 11 9 7 5 2 11 8 1 11 12 6 1 10 14 5 6 14 7 10 
10.05	d NODES 55547
10.05	d CHECKS 58934910
10.05	   
10.05	   totalWckTime=9.827  totalCpuTime=9.52

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/node14/watcher-229387-1168306058 -o ROOT/results/node14/solver-229387-1168306058 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/229387-1168306058/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.74 0.96 1.17 5/83 11622
/proc/meminfo: memFree=1703816/2055920 swapFree=4163780/4192956
[pid=11621] ppid=11618 vsize=1784 CPUtime=0
/proc/11621/stat : 11621 (java) R 11618 11621 11512 0 -1 0 192 0 0 0 0 0 0 0 18 0 1 0 179000743 1826816 158 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11621/statm: 446 160 125 14 0 91 0

[startup+0.112528 s]
/proc/loadavg: 0.74 0.96 1.17 5/83 11622
/proc/meminfo: memFree=1703816/2055920 swapFree=4163780/4192956
[pid=11621] ppid=11618 vsize=914988 CPUtime=0.09
/proc/11621/stat : 11621 (java) R 11618 11621 11512 0 -1 0 3101 0 1 0 8 1 0 0 24 0 8 0 179000743 936947712 2847 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11621/statm: 228747 2849 1463 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.521067 s]
/proc/loadavg: 0.74 0.96 1.17 5/83 11622
/proc/meminfo: memFree=1703816/2055920 swapFree=4163780/4192956
[pid=11621] ppid=11618 vsize=915328 CPUtime=0.5
/proc/11621/stat : 11621 (java) R 11618 11621 11512 0 -1 0 6927 0 1 0 45 5 0 0 25 0 8 0 179000743 937295872 6666 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072927042 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11621/statm: 228832 6666 2147 14 0 215302 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915328

[startup+1.34614 s]
/proc/loadavg: 0.74 0.96 1.17 4/102 11654
/proc/meminfo: memFree=1625968/2055920 swapFree=4163780/4192956
[pid=11621] ppid=11618 vsize=915452 CPUtime=1.32
/proc/11621/stat : 11621 (java) R 11618 11621 11512 0 -1 0 8698 0 1 0 125 7 0 0 25 0 8 0 179000743 937422848 8436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073836216 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11621/statm: 228863 8436 2524 14 0 215333 0
[pid=11621/tid=11637] ppid=11618 vsize=915452 CPUtime=0.02
/proc/11621/task/11637/stat : 11637 (java) S 11618 11621 11512 0 -1 64 242 0 0 0 2 0 0 0 16 0 8 0 179000747 937422848 8436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11621/tid=11639] ppid=11618 vsize=915452 CPUtime=0
/proc/11621/task/11639/stat : 11639 (java) S 11618 11621 11512 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179000747 937422848 8436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11621/tid=11640] ppid=11618 vsize=915452 CPUtime=0
/proc/11621/task/11640/stat : 11640 (java) S 11618 11621 11512 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179000747 937422848 8436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11621/tid=11643] ppid=11618 vsize=915452 CPUtime=0
/proc/11621/task/11643/stat : 11643 (java) S 11618 11621 11512 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 179000750 937422848 8436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11621/tid=11644] ppid=11618 vsize=915452 CPUtime=0.21
/proc/11621/task/11644/stat : 11644 (java) R 11618 11621 11512 0 -1 64 385 0 0 0 20 1 0 0 15 0 8 0 179000750 937422848 8436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153066206 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11621/tid=11645] ppid=11618 vsize=915452 CPUtime=0
/proc/11621/task/11645/stat : 11645 (java) S 11618 11621 11512 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 179000750 937422848 8436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11621/tid=11646] ppid=11618 vsize=915452 CPUtime=0
/proc/11621/task/11646/stat : 11646 (java) S 11618 11621 11512 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 179000750 937422848 8436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 915452

[startup+2.9953 s]
/proc/loadavg: 0.84 0.98 1.18 4/102 11654
/proc/meminfo: memFree=1625776/2055920 swapFree=4163780/4192956
[pid=11621] ppid=11618 vsize=915452 CPUtime=2.96
/proc/11621/stat : 11621 (java) R 11618 11621 11512 0 -1 0 8714 0 1 0 289 7 0 0 25 0 8 0 179000743 937422848 8451 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073816521 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11621/statm: 228863 8451 2524 14 0 215333 0
[pid=11621/tid=11637] ppid=11618 vsize=915452 CPUtime=0.02
/proc/11621/task/11637/stat : 11637 (java) S 11618 11621 11512 0 -1 64 242 0 0 0 2 0 0 0 16 0 8 0 179000747 937422848 8451 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11621/tid=11639] ppid=11618 vsize=915452 CPUtime=0
/proc/11621/task/11639/stat : 11639 (java) S 11618 11621 11512 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179000747 937422848 8451 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11621/tid=11640] ppid=11618 vsize=915452 CPUtime=0
/proc/11621/task/11640/stat : 11640 (java) S 11618 11621 11512 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179000747 937422848 8451 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11621/tid=11643] ppid=11618 vsize=915452 CPUtime=0
/proc/11621/task/11643/stat : 11643 (java) S 11618 11621 11512 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 179000750 937422848 8451 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11621/tid=11644] ppid=11618 vsize=915452 CPUtime=0.22
/proc/11621/task/11644/stat : 11644 (java) S 11618 11621 11512 0 -1 64 390 0 0 0 21 1 0 0 16 0 8 0 179000750 937422848 8451 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11621/tid=11645] ppid=11618 vsize=915452 CPUtime=0
/proc/11621/task/11645/stat : 11645 (java) S 11618 11621 11512 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 179000750 937422848 8451 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11621/tid=11646] ppid=11618 vsize=915452 CPUtime=0
/proc/11621/task/11646/stat : 11646 (java) S 11618 11621 11512 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 179000750 937422848 8451 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 915452

[startup+6.27561 s]
/proc/loadavg: 0.84 0.98 1.18 3/102 11654
/proc/meminfo: memFree=1625584/2055920 swapFree=4163780/4192956
[pid=11621] ppid=11618 vsize=915452 CPUtime=6.21
/proc/11621/stat : 11621 (java) R 11618 11621 11512 0 -1 0 8722 0 1 0 614 7 0 0 25 0 8 0 179000743 937422848 8458 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073797930 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11621/statm: 228863 8458 2524 14 0 215333 0
[pid=11621/tid=11637] ppid=11618 vsize=915452 CPUtime=0.02
/proc/11621/task/11637/stat : 11637 (java) S 11618 11621 11512 0 -1 64 242 0 0 0 2 0 0 0 16 0 8 0 179000747 937422848 8458 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11621/tid=11639] ppid=11618 vsize=915452 CPUtime=0
/proc/11621/task/11639/stat : 11639 (java) S 11618 11621 11512 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 179000747 937422848 8458 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11621/tid=11640] ppid=11618 vsize=915452 CPUtime=0
/proc/11621/task/11640/stat : 11640 (java) S 11618 11621 11512 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 179000747 937422848 8458 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11621/tid=11643] ppid=11618 vsize=915452 CPUtime=0
/proc/11621/task/11643/stat : 11643 (java) S 11618 11621 11512 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 179000750 937422848 8458 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11621/tid=11644] ppid=11618 vsize=915452 CPUtime=0.22
/proc/11621/task/11644/stat : 11644 (java) S 11618 11621 11512 0 -1 64 390 0 0 0 21 1 0 0 16 0 8 0 179000750 937422848 8458 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11621/tid=11645] ppid=11618 vsize=915452 CPUtime=0
/proc/11621/task/11645/stat : 11645 (java) S 11618 11621 11512 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 179000750 937422848 8458 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11621/tid=11646] ppid=11618 vsize=915452 CPUtime=0
/proc/11621/task/11646/stat : 11646 (java) S 11618 11621 11512 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 179000750 937422848 8458 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 915452

Child status: 0
Real time (s): 10.0707
CPU time (s): 9.98948
CPU user time (s): 9.90449
CPU system time (s): 0.084987
CPU usage (%): 99.1936
Max. virtual memory (cumulated for all children) (KiB): 915452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.90449
system time used= 0.084987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8818
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= 1322
involuntary context switches= 1903

runsolver used 0.014997 s user time and 0.042993 s system time

The end

Launcher Data (download as text)

Begin job on node14 on Tue Jan  9 01:27:38 UTC 2007


IDJOB= 229387
IDBENCH= 6301
FILE ID= node14/229387-1168306058

PBS_JOBID= 3502294

Free space on /tmp= 66341 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.35/rand-2-40-16-250-350-17_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/229387-1168306058/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node14/watcher-229387-1168306058 -o ROOT/results/node14/solver-229387-1168306058 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/229387-1168306058/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  5b85a247a5318ebac31e90a264820a9d

RANDOM SEED= 266534850

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.227
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.227
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:       1704560 kB
Buffers:         44356 kB
Cached:         232904 kB
SwapCached:       4056 kB
Active:         173728 kB
Inactive:       138116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1704560 kB
SwapTotal:     4192956 kB
SwapFree:      4163780 kB
Dirty:            5680 kB
Writeback:           4 kB
Mapped:          43040 kB
Slab:            24592 kB
Committed_AS:  5951724 kB
PageTables:       2016 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= 66341 MiB



End job on node14 on Tue Jan  9 01:27:48 UTC 2007